/*
 * Theme Name: van den Berg Storage
 * Description: Tiny & fast custom WordPress theme for Van den Berg Storage, based on Timber & TailwindCSS
 * Author: Sander Janssen
 * Text Domain: timber-tailwind
 * Author URI: https://sanderjanssen.nl
 * Version: 1.0
*/

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

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

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

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

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden] {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[type='file']:focus {
  outline: 1px auto -webkit-focus-ring-color;
}

body {
  accent-color: #f09206;
}

h1, h2, h3 {
  font-family: Montserrat, Helvetica, Arial, sans-serif;
}

.prose div > h1:first-child, .prose div > h2:first-child {
  margin-top: 1rem;
}

iframe {
  max-width: 100%;
}

*, ::before, ::after {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: var(--tw-empty,/*!*/ /*!*/);
  --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
  --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
  --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
  --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
  --tw-invert: var(--tw-empty,/*!*/ /*!*/);
  --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
  --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
  --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
  --tw-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

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

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

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

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

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

.prose {
  color: #4b5563;
  max-width: 65ch;
}

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

.prose a {
  color: #F09206;
  text-decoration: underline;
  font-weight: 500;
}

:where(.prose a:hover):not(:where([class~="not-prose"] *)) {
  color: #BE7405;
}

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

.prose :where(ol):not(:where([class~="not-prose"] *)) {
  list-style-type: decimal;
  padding-left: 1.625em;
}

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

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

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

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

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

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

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

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

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

.prose :where(ul):not(:where([class~="not-prose"] *)) {
  list-style-type: disc;
  padding-left: 1.625em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.prose :where(tbody td):not(:where([class~="not-prose"] *)) {
  vertical-align: baseline;
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.prose :where(figure figcaption):not(:where([class~="not-prose"] *)) {
  text-align: center;
}

.prose :where(ol > li):not(:where([class~="not-prose"] *))::before {
  color: #F09206;
  font-weight: 500;
}

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

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

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

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

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

.prose-unprose a {
  color: inherit;
}

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

.prose-unprose :where(ul > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}

.prose-unprose :where(ul > li):not(:where([class~="not-prose"] *))::before {
  content: none;
}

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

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

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

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

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

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

.alignfull {
  width: 100vw !important;
  left: -1rem;
  position: relative;
  max-width: 100vw;
}

@media (min-width: 768px) {
  .alignfull {
    left: calc(-50vw + 50%);
  }
}

.article-body > .wide, .article-body > .wp-block-group {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.article-body .wp-block-group__inner-container .wp-block-group__inner-container {
  padding-left: 0px;
  padding-right: 0px;
}

.prose .wp-block-table.is-style-stripes tbody td:first-child, .prose .wp-block-table.is-style-stripes thead th:first-child {
  padding-left: 0.5rem;
}

.prose .wp-block-table.is-style-stripes tbody tr:nth-child(2n + 1) {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

/*
 * Gutenberg groups alignment
*/

.has-background .wp-block-columns:last-child {
  margin-bottom: 0px;
}

.has-background:first-child {
  margin-top: -2rem;
}

.has-background:last-child {
  margin-bottom: -2rem;
}

.alignfull.mb-lg + .has-background {
  margin-top: -4rem;
}

.has-gray-100-background-color.has-background {
  --tw-bg-opacity: 1;
  background-color: rgb(240 146 6 / var(--tw-bg-opacity));
}

.wp-block-group__inner-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

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

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

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

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

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

.article-body > .wp-block-group:not(.alignwide, .alignfull), .wp-block-group__inner-container > .wp-block-group {
  margin-left: auto;
  margin-right: auto;
  max-width: 42rem;
}

.article-body > .wide.wrapper {
  padding-top: 0px;
  padding-bottom: 0px;
}

.article-body .wp-block-column:not(:first-child) {
  margin-left: 0px;
}

html .wp-block-columns {
  display: block;
}

@media (min-width: 1024px) {
  html .wp-block-columns {
    display: grid;
  }

  html .wp-block-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  html .wp-block-columns {
    gap: 4rem;
  }

  .article-body .wp-block-column:not(:first-child) {
    margin-left: 0px;
  }

  html .wp-block-column .my-lg:first-child {
    margin-top: 0px;
  }
}

.wp-block-cover {
  border-radius: 0.5rem;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(140 85 4 / var(--tw-bg-opacity)) !important;
  background-blend-mode: multiply;
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.wp-block-cover p {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

hr.wp-block-separator {
  border-top-width: 1px;
  border-bottom-width: 0px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

/**
 * Menu
*/

nav.toggled #site-navigation__inner {
  width: 100%;
}

nav.toggled #menu-toggle .hamburger {
  display: none;
}

nav.toggled #menu-toggle .close {
  display: block;
}

.prose .checklist ul li::before, .prose ul.checklist li::before {
  top: 0.25rem;
  height: 1.25rem;
  width: 1.25rem;
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity));
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23047857'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2.5' d='M5 13l4 4L19 7' /%3E%3C/svg%3E");
}

.prose .crosslist ul li::before, .prose ul.crosslist li::before {
  top: 0.25rem;
  height: 1.25rem;
  width: 1.25rem;
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%23B91C1C'%3E%3Cpath fill-rule='evenodd' d='M4.293 4.293a1 1 0 011.414 0L10 8.586l4.293-4.293a1 1 0 111.414 1.414L11.414 10l4.293 4.293a1 1 0 01-1.414 1.414L10 11.414l-4.293 4.293a1 1 0 01-1.414-1.414L8.586 10 4.293 5.707a1 1 0 010-1.414z' clip-rule='evenodd' /%3E%3C/svg%3E");
}

/* FAQ */

.accordion .accordion__answer {
  visibility: hidden;
  transition: max-height 0.3s cubic-bezier(0, 1, 0, 1);
}

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

.accordion .js-active .accordion__trigger svg {
  --tw-rotate: 180deg;
  transform: var(--tw-transform);
}

.accordion .js-active .accordion__trigger button {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.accordion .js-active .accordion__answer {
  visibility: visible;
  max-height: 150rem;
  transition: max-height 1s ease-out;
}

/**
 *
 * PLUGINS
 *
**/

/* Mollie form */

.form-box, .article-body .wp-block-column.form-box:not(:first-child), .wp-block-group.form-box {
  margin-left: -1rem;
  margin-right: -1rem;
  margin-bottom: 4rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.alignfull.form-box + .has-background, .alignfull.article-body .wp-block-column.form-box:not(:first-child) + .has-background, .alignfull.wp-block-group.form-box + .has-background {
  margin-top: -4rem;
}

@media (min-width: 768px) {
  .form-box, .article-body .wp-block-column.form-box:not(:first-child), .wp-block-group.form-box {
    margin-left: 0px;
    margin-right: 0px;
  }

  .form-box, .article-body .wp-block-column.form-box:not(:first-child), .wp-block-group.form-box {
    border-radius: 0.5rem;
  }

  .form-box, .article-body .wp-block-column.form-box:not(:first-child), .wp-block-group.form-box {
    padding: 2rem;
  }
}

.form-box .wp-block-group__inner-container, .article-body .wp-block-column.form-box:not(:first-child) .wp-block-group__inner-container, .wp-block-group.form-box .wp-block-group__inner-container {
  padding-left: 0px;
  padding-right: 0px;
}

.form-box .forminator-row-last, .form-box p:last-child, .article-body .wp-block-column.form-box:not(:first-child) .forminator-row-last, .article-body .wp-block-column.form-box:not(:first-child) p:last-child, .wp-block-group.form-box .forminator-row-last, .wp-block-group.form-box p:last-child {
  margin-bottom: 0px !important;
}

.form-box .forminator-response-message.forminator-accessible, .article-body .wp-block-column.form-box:not(:first-child) .forminator-response-message.forminator-accessible, .wp-block-group.form-box .forminator-response-message.forminator-accessible {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.mollieform p > label {
  border-style: none;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(240 146 6 / var(--tw-text-opacity));
}

.mollieform ul {
  margin-top: -1rem !important;
  padding-left: 0.125rem !important;
}

.mollieform ul > li {
  display: flex;
}

.mollieform ul > li > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.mollieform ul > li {
  padding-left: 0px;
}

.mollieform ul > li::before {
  content: none;
}

.mollieform ul > li label {
  display: flex;
  align-items: center;
}

.mollieform ul > li label input[type="radio"] {
  margin-right: 0.5rem;
}

.mollieform ul > li label img {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  margin-right: 0.5rem;
}

.mollieform > label {
  display: flex;
}

.mollieform > label input[type="checkbox"] {
  margin-top: 0.375rem;
  margin-right: 0.5rem;
}

.mollieform > table {
  margin-top: -1rem;
}

.mollieform button {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(5 150 105 / var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center;
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.mollieform button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity));
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.mollieform button:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(52 211 153 / var(--tw-ring-opacity));
  --tw-ring-offset-width: 2px;
}

@media (min-width: 768px) {
  .mollieform button {
    padding: 1rem;
  }
}

.mollieform button:before {
  margin-top: -0.25rem;
  margin-right: 0.5rem;
  height: 1.25rem;
  width: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .mollieform button:before {
    margin-right: 1rem;
  }
}

.mollieform button:before {
  content: url("data:image/svg+xml; utf-8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20class%3D%22h-5%20w-5%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22%23fff%22%3E%0A%20%20%3Cpath%20d%3D%22M10%202a5%205%200%2000-5%205v2a2%202%200%2000-2%202v5a2%202%200%20002%202h10a2%202%200%20002-2v-5a2%202%200%2000-2-2H7V7a3%203%200%20015.905-.75%201%201%200%20001.937-.5A5.002%205.002%200%200010%202z%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

.mollieform button:hover:before {
  content: url("data:image/svg+xml; utf-8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20class%3D%22h-5%20w-5%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22%23fff%22%3E%0A%20%20%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M5%209V7a5%205%200%200110%200v2a2%202%200%20012%202v5a2%202%200%2001-2%202H5a2%202%200%2001-2-2v-5a2%202%200%20012-2zm8-2v2H7V7a3%203%200%20016%200z%22%20clip-rule%3D%22evenodd%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

.mollieform input[type="text"], .mollieform input[type="email"], .mollieform input[type="date"], .mollieform select, .mollieform input[type="checkbox"], .mollieform input[type="radio"] {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.mollieform input[type="text"]::-moz-placeholder, .mollieform input[type="email"]::-moz-placeholder, .mollieform input[type="date"]::-moz-placeholder, .mollieform select::-moz-placeholder, .mollieform input[type="checkbox"]::-moz-placeholder, .mollieform input[type="radio"]::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.mollieform input[type="text"]:-ms-input-placeholder, .mollieform input[type="email"]:-ms-input-placeholder, .mollieform input[type="date"]:-ms-input-placeholder, .mollieform select:-ms-input-placeholder, .mollieform input[type="checkbox"]:-ms-input-placeholder, .mollieform input[type="radio"]:-ms-input-placeholder {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.mollieform input[type="text"]::placeholder, .mollieform input[type="email"]::placeholder, .mollieform input[type="date"]::placeholder, .mollieform select::placeholder, .mollieform input[type="checkbox"]::placeholder, .mollieform input[type="radio"]::placeholder {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.mollieform input[type="text"].error, .mollieform input[type="email"].error, .mollieform input[type="date"].error, .mollieform select.error, .mollieform input[type="checkbox"].error, .mollieform input[type="radio"].error {
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity));
}

.mollieform input[type="text"], .mollieform input[type="email"], .mollieform input[type="date"], .mollieform select {
  border-radius: 0.25rem;
}

.mollieform input[type="text"]:focus, .mollieform input[type="email"]:focus, .mollieform input[type="date"]:focus, .mollieform select:focus {
  --tw-border-opacity: 1;
  border-color: rgb(240 146 6 / var(--tw-border-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(251 189 97 / var(--tw-ring-opacity));
}

.mollieform input[type="checkbox"], .mollieform input[type="radio"] {
  --tw-text-opacity: 1;
  color: rgb(240 146 6 / var(--tw-text-opacity));
}

.mollieform input[type="checkbox"]:focus, .mollieform input[type="radio"]:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(251 189 97 / var(--tw-ring-opacity));
}

.mollieform input[type="checkbox"]:checked, .mollieform input[type="radio"]:checked {
  --tw-border-opacity: 1;
  border-color: rgb(240 146 6 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(240 146 6 / var(--tw-bg-opacity));
}

.mollieform input[type="checkbox"] {
  margin-top: -0.125rem;
}

.mollieform input[type="checkbox"] + label {
  margin-left: 0.375rem;
}

.wpcf7-radio > .wpcf7-list-item {
  display: block;
}

.grecaptcha-badge {
  visibility: hidden;
}

/* Google Map */

.gmap {
}

/* Forminator */

.forminator-ui .forminator-field:has(label:empty) {
  display: none;
}

.forminator-ui .forminator-field > label {
  margin-bottom: 0.25rem;
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(240 146 6 / var(--tw-text-opacity));
}

.forminator-ui input[type="text"], .forminator-ui input[type="email"], .forminator-ui input[type="date"], .forminator-ui select, .forminator-ui input[type="checkbox"], .forminator-ui input[type="radio"], .forminator-ui textarea {
  width: 100%;
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.forminator-ui input[type="text"]::-moz-placeholder, .forminator-ui input[type="email"]::-moz-placeholder, .forminator-ui input[type="date"]::-moz-placeholder, .forminator-ui select::-moz-placeholder, .forminator-ui input[type="checkbox"]::-moz-placeholder, .forminator-ui input[type="radio"]::-moz-placeholder, .forminator-ui textarea::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.forminator-ui input[type="text"]:-ms-input-placeholder, .forminator-ui input[type="email"]:-ms-input-placeholder, .forminator-ui input[type="date"]:-ms-input-placeholder, .forminator-ui select:-ms-input-placeholder, .forminator-ui input[type="checkbox"]:-ms-input-placeholder, .forminator-ui input[type="radio"]:-ms-input-placeholder, .forminator-ui textarea:-ms-input-placeholder {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.forminator-ui input[type="text"]::placeholder, .forminator-ui input[type="email"]::placeholder, .forminator-ui input[type="date"]::placeholder, .forminator-ui select::placeholder, .forminator-ui input[type="checkbox"]::placeholder, .forminator-ui input[type="radio"]::placeholder, .forminator-ui textarea::placeholder {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.forminator-ui input[type="text"], .forminator-ui input[type="email"], .forminator-ui input[type="date"], .forminator-ui select, .forminator-ui textarea {
  border-radius: 0.25rem;
}

.forminator-ui input[type="text"]:focus, .forminator-ui input[type="email"]:focus, .forminator-ui input[type="date"]:focus, .forminator-ui select:focus, .forminator-ui textarea:focus {
  --tw-border-opacity: 1;
  border-color: rgb(240 146 6 / var(--tw-border-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(251 189 97 / var(--tw-ring-opacity));
}

.forminator-ui input[type="checkbox"], .forminator-ui input[type="radio"] {
  --tw-text-opacity: 1;
  color: rgb(240 146 6 / var(--tw-text-opacity));
}

.forminator-ui input[type="checkbox"]:focus, .forminator-ui input[type="radio"]:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(251 189 97 / var(--tw-ring-opacity));
}

.forminator-ui input[type="checkbox"]:checked, .forminator-ui input[type="radio"]:checked {
  --tw-border-opacity: 1;
  border-color: rgb(240 146 6 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(240 146 6 / var(--tw-bg-opacity));
}

.forminator-ui input[type="checkbox"] {
  margin-top: -0.125rem;
}

.forminator-ui input[type="checkbox"] + label {
  margin-left: 0.375rem;
}

.forminator-ui button.forminator-button-submit {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(5 150 105 / var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center;
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.forminator-ui button.forminator-button-submit:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity));
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.forminator-ui button.forminator-button-submit:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(52 211 153 / var(--tw-ring-opacity));
  --tw-ring-offset-width: 2px;
}

@media (min-width: 768px) {
  .forminator-ui button.forminator-button-submit {
    padding: 1rem;
  }
}

.forminator-ui button.forminator-button-submit:before {
  margin-top: -0.25rem;
  margin-right: 0.5rem;
  height: 1.25rem;
  width: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .forminator-ui button.forminator-button-submit:before {
    margin-right: 1rem;
  }
}

.forminator-ui button.forminator-button-submit:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%23fff'%3E%3Cpath fill-rule='evenodd' d='M2.94 6.412A2 2 0 002 8.108V16a2 2 0 002 2h12a2 2 0 002-2V8.108a2 2 0 00-.94-1.696l-6-3.75a2 2 0 00-2.12 0l-6 3.75zm2.615 2.423a1 1 0 10-1.11 1.664l5 3.333a1 1 0 001.11 0l5-3.333a1 1 0 00-1.11-1.664L10 11.798 5.555 8.835z' clip-rule='evenodd' /%3E%3C/svg%3E");
}

.forminator-ui button.forminator-button-submit:hover:before {
  margin-top: 0px;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%23fff'%3E%3Cpath d='M2.003 5.884L10 9.882l7.997-3.998A2 2 0 0016 4H4a2 2 0 00-1.997 1.884z' /%3E%3Cpath d='M18 8.118l-8 4-8-4V14a2 2 0 002 2h12a2 2 0 002-2V8.118z' /%3E%3C/svg%3E");
}

.forminator-ui .forminator-success div > h1:first-child, .forminator-ui .forminator-success div > h2:first-child {
  margin-top: 1rem;
}

.forminator-ui .forminator-success {
  color: #4b5563;
  max-width: 65ch;
}

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

.forminator-ui .forminator-success a {
  color: #F09206;
  text-decoration: underline;
  font-weight: 500;
}

:where(.forminator-ui .forminator-success a:hover):not(:where([class~="not-prose"] *)) {
  color: #BE7405;
}

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

.forminator-ui .forminator-success :where(ol):not(:where([class~="not-prose"] *)) {
  list-style-type: decimal;
  padding-left: 1.625em;
}

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

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

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

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

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

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

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

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

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

.forminator-ui .forminator-success :where(ul):not(:where([class~="not-prose"] *)) {
  list-style-type: disc;
  padding-left: 1.625em;
}

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

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

.forminator-ui .forminator-success :where(hr):not(:where([class~="not-prose"] *)) {
  border-color: #d1d5db;
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}

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

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

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

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

.forminator-ui .forminator-success :where(h1 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 900;
}

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

.forminator-ui .forminator-success :where(h2 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 800;
}

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

.forminator-ui .forminator-success :where(h3 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 700;
}

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

.forminator-ui .forminator-success :where(h4 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 700;
}

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

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

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

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

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

.forminator-ui .forminator-success :where(a code):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-links);
}

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

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

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

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

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

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

.forminator-ui .forminator-success :where(thead th):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

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

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

.forminator-ui .forminator-success :where(tbody td):not(:where([class~="not-prose"] *)) {
  vertical-align: baseline;
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

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

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

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

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

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

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

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

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

.forminator-ui .forminator-success :where(ol > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.375em;
}

.forminator-ui .forminator-success :where(ul > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.375em;
}

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

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

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

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

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

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

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

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

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

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

.forminator-ui .forminator-success :where(thead th:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}

.forminator-ui .forminator-success :where(thead th:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}

.forminator-ui .forminator-success :where(tbody td:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}

.forminator-ui .forminator-success :where(tbody td:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}

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

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

.forminator-ui .forminator-success :where(figure figcaption):not(:where([class~="not-prose"] *)) {
  text-align: center;
}

.forminator-ui .forminator-success :where(ol > li):not(:where([class~="not-prose"] *))::before {
  color: #F09206;
  font-weight: 500;
}

.forminator-ui .forminator-success .wp-block-table.is-style-stripes tbody td:first-child, .forminator-ui .forminator-success .wp-block-table.is-style-stripes thead th:first-child {
  padding-left: 0.5rem;
}

.forminator-ui .forminator-success .wp-block-table.is-style-stripes tbody tr:nth-child(2n + 1) {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.forminator-ui .forminator-success {
  margin-bottom: 1.5rem;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity));
  padding: 1rem;
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity));
}

.forminator-ui .forminator-success .checklist ul li::before, .forminator-ui .forminator-success ul.checklist li::before {
}

.forminator-ui .forminator-success .crosslist ul li::before, .forminator-ui .forminator-success ul.crosslist li::before {
}

.forminator-ui .forminator-has_error input {
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity));
}

.forminator-ui .forminator-error-message {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}

/**
 * Cookies
**/

#cookie-law-info-bar {
  bottom: 1rem !important;
  left: 1rem !important;
  border-radius: 0.375rem;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

#cookie-law-info-bar .cli-style-v2 .cli-bar-btn_container .cli-plugin-button {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  margin-left: 0px;
  margin-right: 0px;
}

#cookie-law-info-bar .cli-bar-message a {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

#cookie-law-info-bar .cli-bar-btn_container .cli-plugin-button, .cli-tab-footer a.cli-btn.cli_setting_save_button {
  border-radius: 0.25rem;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
  text-align: center;
  font-weight: 600;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

#cookie-law-info-bar .cli-bar-btn_container .cli_settings_button {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity));
}

#cookie-law-info-bar .cli-bar-btn_container .cli_settings_button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity));
}

#cookie-law-info-bar .cli-bar-btn_container .wt-cli-accept-all-btn, .cli-tab-footer a.cli-btn.cli_setting_save_button {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(240 253 244 / var(--tw-text-opacity));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

#cookie-law-info-bar .cli-bar-btn_container .wt-cli-accept-all-btn:hover, .cli-tab-footer a.cli-btn.cli_setting_save_button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(240 253 244 / var(--tw-text-opacity));
}

.cli-modal-content.cli-bar-popup {
  border-radius: 0.375rem !important;
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

html .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

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

html .static {
  position: static;
}

html .fixed {
  position: fixed;
}

html .absolute {
  position: absolute;
}

html .relative {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

html .my-lg {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

html .my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

html .my-sm {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

html .my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

html .mt-0 {
  margin-top: 0px;
}

html .mb-0 {
  margin-bottom: 0px;
}

html .mt-4 {
  margin-top: 1rem;
}

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

html .mb-4 {
  margin-bottom: 1rem;
}

html .mr-4 {
  margin-right: 1rem;
}

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

html .-mt-4 {
  margin-top: -1rem;
}

html .\!-mt-md {
  margin-top: -2rem !important;
}

html .mb-lg {
  margin-bottom: 4rem;
}

html .mb-md {
  margin-bottom: 2rem;
}

html .ml-6 {
  margin-left: 1.5rem;
}

html .mt-10 {
  margin-top: 2.5rem;
}

html .mr-3 {
  margin-right: 0.75rem;
}

html .mt-3 {
  margin-top: 0.75rem;
}

html .ml-2 {
  margin-left: 0.5rem;
}

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

html .mt-1 {
  margin-top: 0.25rem;
}

html .block {
  display: block;
}

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

html .flex {
  display: flex;
}

html .inline-flex {
  display: inline-flex;
}

html .table {
  display: table;
}

html .grid {
  display: grid;
}

html .hidden {
  display: none;
}

html .h-5 {
  height: 1.25rem;
}

html .h-4 {
  height: 1rem;
}

html .h-full {
  height: 100%;
}

html .h-28 {
  height: 7rem;
}

html .h-3 {
  height: 0.75rem;
}

html .h-14 {
  height: 3.5rem;
}

html .h-px {
  height: 1px;
}

html .h-6 {
  height: 1.5rem;
}

html .h-auto {
  height: auto;
}

html .max-h-0 {
  max-height: 0px;
}

html .w-5 {
  width: 1.25rem;
}

html .w-36 {
  width: 9rem;
}

html .w-full {
  width: 100%;
}

html .w-4 {
  width: 1rem;
}

html .w-0 {
  width: 0px;
}

html .w-28 {
  width: 7rem;
}

html .w-3 {
  width: 0.75rem;
}

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

html .w-20 {
  width: 5rem;
}

html .w-auto {
  width: auto;
}

html .w-6 {
  width: 1.5rem;
}

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

html .max-w-xl {
  max-width: 36rem;
}

html .flex-none {
  flex: none;
}

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

html .flex-shrink-0 {
  flex-shrink: 0;
}

html .transform {
  transform: var(--tw-transform);
}

html .cursor-pointer {
  cursor: pointer;
}

html .select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

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

html .appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

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

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

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

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

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

html .gap-md {
  gap: 2rem;
}

html .space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

html .space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.125rem * var(--tw-space-x-reverse));
  margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse)));
}

html .space-x-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0px * var(--tw-space-x-reverse));
  margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
}

html .space-x-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}

html .space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

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

html .space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}

html .overflow-hidden {
  overflow: hidden;
}

html .rounded-full {
  border-radius: 9999px;
}

html .rounded {
  border-radius: 0.25rem;
}

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

html .border {
  border-width: 1px;
}

html .border-4 {
  border-width: 4px;
}

html .border-2 {
  border-width: 2px;
}

html .border-t {
  border-top-width: 1px;
}

html .border-solid {
  border-style: solid;
}

html .border-none {
  border-style: none;
}

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

html .border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
}

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

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

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

html .bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

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

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

html .bg-primary-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 146 6 / var(--tw-bg-opacity));
}

html .bg-primary-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 231 196 / var(--tw-bg-opacity));
}

html .bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

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

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

html .bg-primary-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(190 116 5 / var(--tw-bg-opacity));
}

html .bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}

html .from-gray-50 {
  --tw-gradient-from: #f9fafb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(249 250 251 / 0));
}

html .to-gray-100 {
  --tw-gradient-to: #f3f4f6;
}

html .bg-cover {
  background-size: cover;
}

html .bg-fixed {
  background-attachment: fixed;
}

html .bg-center {
  background-position: center;
}

html .fill-current {
  fill: currentColor;
}

html .object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

html .object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

html .p-md {
  padding: 2rem;
}

html .p-6 {
  padding: 1.5rem;
}

html .p-1 {
  padding: 0.25rem;
}

html .p-sm {
  padding: 1rem;
}

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

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

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

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

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

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

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

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

html .py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

html .px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

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

html .px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

html .py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

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

html .pb-md {
  padding-bottom: 2rem;
}

html .pt-4 {
  padding-top: 1rem;
}

html .pb-24 {
  padding-bottom: 6rem;
}

html .pt-24 {
  padding-top: 6rem;
}

html .pl-0 {
  padding-left: 0px;
}

html .pr-6 {
  padding-right: 1.5rem;
}

html .pl-9 {
  padding-left: 2.25rem;
}

html .text-left {
  text-align: left;
}

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

html .font-display {
  font-family: Montserrat, Helvetica, Arial, sans-serif;
}

html .font-sans {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

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

html .text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

html .font-normal {
  font-weight: 400;
}

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

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

html .uppercase {
  text-transform: uppercase;
}

html .leading-snug {
  line-height: 1.375;
}

html .leading-none {
  line-height: 1;
}

html .leading-tight {
  line-height: 1.25;
}

html .text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}

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

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

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

html .text-primary-500 {
  --tw-text-opacity: 1;
  color: rgb(240 146 6 / var(--tw-text-opacity));
}

html .text-current {
  color: currentColor;
}

html .text-primary-50 {
  --tw-text-opacity: 1;
  color: rgb(254 241 221 / var(--tw-text-opacity));
}

html .text-primary-700 {
  --tw-text-opacity: 1;
  color: rgb(140 85 4 / var(--tw-text-opacity));
}

html .text-primary-200 {
  --tw-text-opacity: 1;
  color: rgb(252 210 147 / var(--tw-text-opacity));
}

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

html .text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

html .text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity));
}

html .text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}

html .text-primary-100 {
  --tw-text-opacity: 1;
  color: rgb(254 231 196 / var(--tw-text-opacity));
}

html .no-underline {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

html .antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html .opacity-80 {
  opacity: 0.8;
}

html .opacity-20 {
  opacity: 0.2;
}

html .opacity-0 {
  opacity: 0;
}

html .shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

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

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

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

html .shadow-inner {
  --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

html .blur {
  --tw-blur: blur(8px);
  filter: var(--tw-filter);
}

html .filter {
  filter: var(--tw-filter);
}

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

html .transition-colors {
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

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

html .duration-500 {
  transition-duration: 500ms;
}

html .duration-200 {
  transition-duration: 200ms;
}

html .hover\:bg-primary-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(240 146 6 / var(--tw-bg-opacity));
}

html .hover\:bg-primary-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(250 168 47 / var(--tw-bg-opacity));
}

html .hover\:bg-primary-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(252 210 147 / var(--tw-bg-opacity));
}

html .hover\:bg-primary-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(140 85 4 / var(--tw-bg-opacity));
}

html .hover\:text-primary-500:hover {
  --tw-text-opacity: 1;
  color: rgb(240 146 6 / var(--tw-text-opacity));
}

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

html .hover\:text-primary-50:hover {
  --tw-text-opacity: 1;
  color: rgb(254 241 221 / var(--tw-text-opacity));
}

html .hover\:text-primary-700:hover {
  --tw-text-opacity: 1;
  color: rgb(140 85 4 / var(--tw-text-opacity));
}

html .hover\:underline:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

html .focus\:bg-primary-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(140 85 4 / var(--tw-bg-opacity));
}

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

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

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

html .group:hover .group-hover\:scale-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: var(--tw-transform);
}

html .peer:checked ~ .peer-checked\:translate-x-full {
  --tw-translate-x: 100%;
  transform: var(--tw-transform);
}

html .peer:checked ~ .peer-checked\:text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

html .peer:checked ~ .peer-checked\:text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 640px) {
  html .sm\:block {
    display: block;
  }
}

@media (min-width: 768px) {
  html .md\:mt-0 {
    margin-top: 0px;
  }

  html .md\:block {
    display: block;
  }

  html .md\:inline {
    display: inline;
  }

  html .md\:flex {
    display: flex;
  }

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

  html .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

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

  html .md\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  html .md\:items-center {
    align-items: center;
  }

  html .md\:gap-lg {
    gap: 4rem;
  }

  html .md\:space-x-lg > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(4rem * var(--tw-space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  html .md\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  html .md\:space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
  }

  html .md\:p-8 {
    padding: 2rem;
  }

  html .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 1024px) {
  html .lg\:absolute {
    position: absolute;
  }

  html .lg\:relative {
    position: relative;
  }

  html .lg\:top-12 {
    top: 3rem;
  }

  html .lg\:left-1\/2 {
    left: 50%;
  }

  html .lg\:z-10 {
    z-index: 10;
  }

  html .lg\:col-start-2 {
    grid-column-start: 2;
  }

  html .lg\:my-xl {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  html .lg\:-mb-sm {
    margin-bottom: -1rem;
  }

  html .lg\:mt-4 {
    margin-top: 1rem;
  }

  html .lg\:block {
    display: block;
  }

  html .lg\:flex {
    display: flex;
  }

  html .lg\:grid {
    display: grid;
  }

  html .lg\:hidden {
    display: none;
  }

  html .lg\:w-auto {
    width: auto;
  }

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

  html .lg\:w-1\/3 {
    width: 33.333333%;
  }

  html .lg\:w-2\/3 {
    width: 66.666667%;
  }

  html .lg\:min-w-\[250px\] {
    min-width: 250px;
  }

  html .lg\:-translate-x-1\/2 {
    --tw-translate-x: -50%;
    transform: var(--tw-transform);
  }

  html .lg\:transform {
    transform: var(--tw-transform);
  }

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

  html .lg\:items-start {
    align-items: flex-start;
  }

  html .lg\:items-center {
    align-items: center;
  }

  html .lg\:gap-lg {
    gap: 4rem;
  }

  html .lg\:space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  html .lg\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  html .lg\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  html .lg\:bg-transparent {
    background-color: transparent;
  }

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

  html .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

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

  html .lg\:pt-0 {
    padding-top: 0px;
  }

  html .lg\:pb-0 {
    padding-bottom: 0px;
  }

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

  html .lg\:shadow-none {
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

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

  html .lg\:transition-none {
    transition-property: none;
  }
}

@media (min-width: 1280px) {
  html .xl\:h-32 {
    height: 8rem;
  }

  html .xl\:w-32 {
    width: 8rem;
  }
}
