/*
! tailwindcss v3.4.10 | 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: #e7e5e4; /* 2 */
}

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

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

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */ /* 3 */
  tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

code,
kbd,
samp,
pre {
  font-family: Soehne Mono, monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

/*
Set the default cursor for buttons.
*/

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

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

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

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

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

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

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

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

[type='text']:focus, input:where(:not([type])):focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #0087ce;
  --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: #0087ce;
}

input::placeholder,textarea::placeholder {
  color: #78716c;
  opacity: 1;
}

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

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

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

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

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

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

[type='checkbox'],[type='radio'] {
  -webkit-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #0087ce;
  background-color: #fff;
  border-color: #78716c;
  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: #0087ce;
  --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=%270 0 16 16%27 fill=%27white%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath d=%27M12.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%27/%3e%3c/svg%3e");
}

@media (forced-colors: active)  {

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

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

@media (forced-colors: active)  {

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

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

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

@media (forced-colors: active)  {

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

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

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

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

:root {
  --color-black: #000;
  --color-white: #fff;
  --color-green: #66ca5d;
  --color-signal-green: #1dd100;
  --color-fruit-salad: #299549;
  --color-gold: #ffd600;
  --color-blue: #2bbfff;
  --color-orange: #ff6a2b;
  --color-rob-roy: #eec574;
  --color-merino: #f5f1e9;
  --color-bubblegum: #ffa3e6;
  --color-fountain-blue: #31b8c3;
  --color-alizarin-crimson: #e63944;
  --color-cape-honey: #f7e2a8;
}.page-grid,.page-grid>.page-grid{--gap: 0.75rem;display:grid;grid-template-columns:[full-start] var(--gap) [content-start] .5rem [content-border-start] 1fr [content-border-end] .5rem [content-end] var(--gap) [full-end];align-content:start}.page-grid>*{grid-column:content}.page-grid>.page-grid,.page-grid>.column-full{grid-column:full}.prose-grid{--gap: 0.75rem;--content-width: 70ch;--full: minmax(var(--gap), 1fr);--content: min(var(--content-width), 100% - var(--gap) * 2);--popout: minmax(0, 4rem);--grid-template-columns: [full-start] var(--full) [popout-start] var(--popout) [content-start] var(--content) [content-end] var(--popout) [popout-end] var(--full) [full-end];display:grid;grid-template-columns:var(--grid-template-columns)}.prose-grid>*{grid-column:content}.prose-grid>.prose-grid{grid-column:full}.font-national{--text-underline-offset: 0.2em;--text-underline-thickness: 2px}.font-body,.font-mono{--text-underline-offset: 0.1em;--text-underline-thickness: 1px}form{--input-disabled-bg: #d6d3d1;--input-disabled-fg: #a8a29e}form .form-field label{--text-underline-offset: 0.2em;--text-underline-thickness: 2px;margin-bottom: 0.25rem;cursor: pointer;-webkit-user-select: none;user-select: none;font-family: National;font-size: 1.04rem;line-height: 1.25;letter-spacing: 0.025em;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale}form .form-field label em,form .form-field label i{font-style:normal}form .form-field label em{font-style:normal}form .form-field input,form .form-field textarea,form .form-field select{--text-underline-offset: 0.1em;--text-underline-thickness: 1px;width: 100%;border-radius: 0.25rem;border-width: 1px;--tw-border-opacity: 1;border-color: rgb(231 229 228 / var(--tw-border-opacity));padding: 0.5rem;font-family: Soehne, Helvetica Neue, sans-serif;font-size: 1rem;--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)}.group[data-has-error] form .form-field input:placeholder-shown,.group[data-has-error] form .form-field textarea:placeholder-shown,.group[data-has-error] form .form-field select:placeholder-shown {
  margin-bottom: 0.5rem;
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity));
}form .form-field input[type=checkbox] {
  margin-right: 0.5rem;
  width: 1rem;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(231 229 228 / var(--tw-border-opacity));
  --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);
}form .form-field input[type=radio] {
  margin-right: 0.5rem;
  width: 1rem;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(231 229 228 / var(--tw-border-opacity));
  --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);
}form .form-field input[type=checkbox],form .form-field input[type=radio]{--chkbg: #fff;--chkfg: #000;background-color:var(--chkbg);color:var(--chkfg);height: 1rem;width: 1rem}form .form-field input[type=checkbox]:checked,form .form-field input[type=checkbox][aria-checked=true],form .form-field input[type=radio]:checked,form .form-field input[type=radio][aria-checked=true] {
  background-repeat: no-repeat;animation:checkmark var(--animation-input, 0.2s) ease-out;background-color:var(--chkfg);background-image:linear-gradient(-45deg, transparent 65%, var(--chkfg) 65.99%),linear-gradient(45deg, transparent 75%, var(--chkfg) 75.99%),linear-gradient(-45deg, var(--chkfg) 40%, transparent 40.99%),linear-gradient(45deg, var(--chkfg) 30%, var(--chkbg) 30.99%, var(--chkbg) 40%, transparent 40.99%),linear-gradient(-45deg, var(--chkbg) 50%, var(--chkfg) 50.99%);
}form .form-field input[type=checkbox]:indeterminate,form .form-field input[type=radio]:indeterminate {
  background-repeat: no-repeat;background-color:var(--chkbg);background-image:linear-gradient(90deg, transparent 80%, var(--chkbg) 80%),linear-gradient(-90deg, transparent 80%, var(--chkbg) 80%),linear-gradient(0deg, var(--chkbg) 43%, var(--chkfg) 43%, var(--chkfg) 57%, var(--chkbg) 57%);
}form .form-field input[type=checkbox]+label,form .form-field input[type=radio]+label{--text-underline-offset: 0.1em;--text-underline-thickness: 1px;margin-bottom: 0px;font-family: Soehne, Helvetica Neue, sans-serif;font-size: 1.09rem}form .form-field input,form .form-field select,form .form-field textarea{--tw-ring-shadow: 0}form .form-field input:focus-visible,form .form-field input:focus,form .form-field select:focus-visible,form .form-field select:focus,form .form-field textarea:focus-visible,form .form-field textarea:focus{box-shadow:none;--tw-border-opacity: 1;border-color: rgb(231 229 228 / var(--tw-border-opacity));outline-style: solid;outline-width: 4px;outline-offset: 2px;outline-color: rgb(120 214 255 / 0.5)}form span[data-error] {
  display: none;
}form .form-field[data-has-error] input:placeholder-shown,form .form-field[data-has-error] textarea:placeholder-shown {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity));
}form .form-field[data-has-error] input:placeholder-shown+span[data-error],form .form-field[data-has-error] textarea:placeholder-shown+span[data-error] {
  margin-top: 0.5rem;
  display: block;
  font-size: 1rem;
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}form[aria-busy]{cursor:wait}form[aria-busy]>*{pointer-events:none !important}form[aria-busy] input,form[aria-busy] textarea,form[aria-busy] select{--chkbg: var(--input-disabled-bg) !important;background-color:var(--input-disabled-bg);border-color:var(--input-disabled-bg) !important}form[aria-busy] input::placeholder,form[aria-busy] textarea::placeholder,form[aria-busy] select::placeholder{color:var(--input-disabled-fg)}form[aria-busy] button{--button-bg-color: var(--input-disabled-bg);--button-text-color: var(--input-disabled-fg)}form[aria-busy] label{color:var(--input-disabled-bg)}*:focus-visible:not([hide-focus-visible]){--outline-color-default: #ff6a2b;outline-color:var(--outline-color, var(--outline-color-default));outline-style: solid;outline-width: 2px;outline-offset: 2px;outline-color: 0}[hide-focus-visible]:focus-visible{outline:none}@supports not selector(:popover-open){[popover]:not(.\:popover-open){display:none}}

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

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(6 169 241 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}.container {
  width: 100%;
}@media (min-width: 420px) {

  .container {
    max-width: 420px;
  }
}@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;
  }
}@media (min-width: 1920px) {

  .container {
    max-width: 1920px;
  }
}.prose {
  color: var(--tw-prose-body);
  max-width: 65ch;
}.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}.prose :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  -webkit-text-decoration: underline;
  text-decoration: underline;
  font-weight: 500;
}.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
}.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}.prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
}.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: open-quote;
}.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: close-quote;
}.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}.prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}.prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 800;
  color: inherit;
}.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}.prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}.prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;
}.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: "`";
}.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: "`";
}.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}.prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em;
}.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: none;
}.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: none;
}.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}.prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}.prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 0;
}.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: baseline;
}.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: top;
}.prose :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  text-align: start;
}.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}.prose {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: 17 24 39;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}.prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}.prose :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}.prose :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}.prose :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}.prose :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 0;
}.prose-base {
  font-size: 1.09rem;
  line-height: 1.3;
}.prose-base :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  -webkit-hyphens: auto;
          hyphens: auto;
  line-height: 1.5rem;
}.prose-base :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}.prose-base :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
}.prose-base :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 2.25em;
  margin-top: 1rem;
  margin-bottom: 1rem;
  line-height: 1 !important;
  font-family: National;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}.prose-base :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 1.5em;
  margin-top: 1rem;
  margin-bottom: 1rem;
  line-height: 1 !important;
  font-family: National;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}.prose-base :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 1.25em;
  margin-top: 1rem;
  margin-bottom: 1rem;
  line-height: 1;
  font-family: National;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}.prose-base :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1rem;
  margin-bottom: 1rem;
  line-height: 1;
  font-family: National;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}.prose-base :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}.prose-base :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}.prose-base :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}.prose-base :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}.prose-base :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;
}.prose-base :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.875em;
}.prose-base :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.875em;
}.prose-base :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.9em;
}.prose-base :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em;
}.prose-base :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}.prose-base :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}.prose-base :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}.prose-base :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}.prose-base :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}.prose-base :where(.prose-base > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}.prose-base :where(.prose-base > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}.prose-base :where(.prose-base > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}.prose-base :where(.prose-base > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}.prose-base :where(.prose-base > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}.prose-base :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}.prose-base :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}.prose-base :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}.prose-base :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}.prose-base :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 3em;
  margin-bottom: 3em;
}.prose-base :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}.prose-base :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}.prose-base :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}.prose-base :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}.prose-base :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.875em;
  line-height: 1.7142857;
}.prose-base :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}.prose-base :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}.prose-base :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}.prose-base :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}.prose-base :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}.prose-base :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}.prose-base :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}.prose-base :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}.prose-base :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}.prose-base :where(.prose-base > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}.prose-base :where(.prose-base > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 0;
}.prose-base {
  margin-inline: auto;
  --tw-prose-body: #000;
  --tw-prose-bullets: #000;
  --tw-prose-captions: #000;
  --tw-prose-headings: #000;
  --tw-prose-links: #000;
  font-family: "Soehne", "Helvetica Neue", "sans-serif";
  max-width: 42rem;
}.prose-base :where(figure img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}.prose-base :where(li > p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}.prose-base :where(h1 em, h2 em, h3 em, h4 em, h6 em, h6 em):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-style: normal;
}.prose-base :where(h5):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-family: National;
  margin-top: 1rem;
  margin-bottom: 1rem;
  line-height: 1;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}.prose-base :where(h6):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-family: National;
  margin-top: 1rem;
  margin-bottom: 1rem;
  line-height: 1;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}.prose-base :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  text-decoration-line: underline;
  text-decoration-color: var(--text-decoration-color, currentColor);
  text-decoration-style: var(--text-decoration-style, solid);
  text-decoration-thickness: var(--text-decoration-thickness, 1px);
  text-underline-offset: var(--text-underline-offset, 0.18ch);
}.headline{--text-underline-offset: 0.2em;--text-underline-thickness: 2px;font-family: National;font-size: 1.875rem;line-height: 2.25rem;text-transform: uppercase;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale}.headline em,.headline i{font-style:normal}.module{--block-margin: 1rem;--block-margin-lg: 2rem}.module+.module{margin-block-start:var(--block-margin)}.module+.module-image,.module-image+.module,.module+.module-gallery,.module-gallery+.module{margin-block-start:var(--block-margin-lg)}.module+.module-form{margin-block-start:5rem}.btn{--button-bg-color: #000;--button-text-color: #fff;--button-bg-color-hover: #000;--button-text-color-hover: #fff;background-color:var(--button-bg-color);border-color:var(--button-bg-color);color:var(--button-text-color);-webkit-text-decoration:none;text-decoration:none;--text-underline-offset: 0.1em;--text-underline-thickness: 1px;border-radius: 9999px;border-width: 1px;border-style: solid;font-family: Soehne, Helvetica Neue, sans-serif;transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);transition-duration: 150ms}.btn-xxs {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.72rem;
  line-height: 1;
  letter-spacing: 0.05em;
}.btn-xs {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  font-size: 0.8125rem;
  line-height: 1;
  letter-spacing: 0.05em;
}.btn-sm {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 1rem;
  line-height: 1;
}.btn-md {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 1.09rem;
  line-height: 1;
}.btn-lg {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  line-height: 1;
}.btn-xl {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  line-height: 1;
}.btn-hollow{--button-text-color: var(--button-bg-color);background-color:rgba(0,0,0,0);border-color:currentColor}.btn-plain{--button-text-color: var(--button-bg-color);background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,0);text-decoration-line: underline;text-decoration-color: var(--text-underline-color, currentColor);text-decoration-style: solid;text-decoration-thickness: var(--text-underline-thickness, 0.07em);text-underline-offset: var(--text-underline-offset, 0.1em)}.section-headline h1,.section-headline h2,.section-headline h3,.section-headline h4,.section-headline h5,.section-headline h6{color:var(--section-headline-color, inherit);max-width:50rem;margin-inline:auto}.teaser-big figure,.teaser-big figure img:not(.lqip){width:100%;height:100%}@media((min-width: 768px)){.teaser-big .media,.teaser-big .media img{position:absolute;width:100%;height:100%}}.toolbar-cols,.toolbar-cols>.toolbar-cols{overflow:hidden;--gap: 0.75rem;--full: var(--gap);--border: minmax(0, var(--gap));--icon: 1.5rem;--calendar-day: calc(3ch + var(--gap));--calendar-title: minmax(10ch, 1fr);--calendar-time: minmax(8ch, 1fr);grid-template-columns:[full-start] var(--full) [border-start] var(--border) [icon-start] var(--icon) [icon-end content-start day-start] var(--calendar-day) [day-end title-start] var(--calendar-title) [title-end time-start] var(--calendar-time) [time-end content-end] minmax(0, var(--icon)) var(--border) [border-end] var(--full) [full-end];display:grid;align-content:start}@media screen and (max-width: 379px){.toolbar-cols,.toolbar-cols>.toolbar-cols{--border: 0}}.toolbar-cols>.toolbar-cols,.toolbar-cols>.col-full{grid-column:full}.toolbar-cols>.col-icon{grid-column:icon}.toolbar-cols>.col-content{grid-column:content}.toolbar-cols>.col-border{grid-column:border}.toolbar-cols>.content-border{grid-column:content-border}.toolbar-cols .col-day{grid-column:day}.toolbar-cols .col-title{grid-column:title}.toolbar-cols .col-time{grid-column:time}.toolbar-cols>*:not(.col-icon){align-self:baseline}.toolbar-border {
  padding-top: 0.5rem;
}.toolbar-border::after {
  border-bottom-width: 1px;
  border-style: dashed;
  content: var(--tw-content);
  padding-top: 0.5rem;grid-column:border;border-color:currentColor;
}.toolbar-border-content::after{grid-column:content}.toolbar-border-inline::after{grid-column:title/content}.toolbar-border-top {
  padding-top: 0px;
}.toolbar-border-top::before {
  border-top-width: 1px;
  border-style: dashed;
  content: var(--tw-content);
  padding-bottom: 0.5rem;grid-column:content;border-color:currentColor;
}.toolbar-border-top-content::before{grid-column:content}[popover]{--transition-duration: 0.36s;--transition-timing: cubic-bezier(0.25, 0.1, 0.25, 1);transform:translateY(1rem)}[popover],[popover]::backdrop{transition:display var(--transition-duration) allow-discrete var(--transition-timing),overlay var(--transition-duration) allow-discrete,opacity var(--transition-duration),transform var(--transition-duration) var(--transition-timing);opacity:0}[popover]::backdrop{background:#000;cursor:no-drop;pointer-events:all}[popover]:popover-open{opacity:1;transform:translateY(0);transition-duration:.6s}[popover]:popover-open::backdrop{opacity:.8}@starting-style{[popover]:popover-open{transform:translateY(-1rem)}[popover]:popover-open,[popover]:popover-open::backdrop{opacity:0}}:root{--overlay-width: 100%;--overlay-height: 85vh}@media screen and (min-width: 768px){:root{--overlay-width: clamp(420px, 65%, 768px);--overlay-height: 100svh}}.overlay{--overlay-offset-top: 4rem;position:fixed;top:0;width:100%;max-width:none;height:100vh;max-height:100%;overflow:hidden;background:rgba(0,0,0,0);margin:0;z-index: 20}.overlay>main{width:var(--overlay-width);height:var(--overlay-height);bottom:0;overflow-y:scroll;overscroll-behavior:contain;position:absolute;cursor:no-drop;z-index: 10}.overlay>main>*{cursor:auto}.overlay__wrapper{margin-top:85svh}.overlay::backdrop{opacity:0}.overlay__backdrop{display:block;position:fixed;top:0;height:100vh;width:100%;cursor:no-drop;z-index:0;background-color: rgb(0 0 0 / 0.8)}@media screen and (min-width: 768px){.overlay{--overlay-width: clamp(420px, 65%, 768px);--overlay-height: 100svh}.overlay>main{left:calc(100% - var(--overlay-width));top:0}.overlay__wrapper{margin-top:0}}.embla-carousel{--slide-height: clamp(14rem, 50vh, 36rem);--slide-spacing: 0.75rem}@media screen and (orientation: portrait){.embla-carousel{--slide-height: clamp(14rem, 33vh, 22rem)}}.embla-carousel .embla__viewport{touch-action:pan-y pinch-zoom;margin-left:0}.embla-carousel .embla__slide{padding-left:var(--slide-spacing);transform:translate(0, 0, 0)}.embla-carousel .embla__slide .media img{height:var(--slide-height) !important;width:auto !important}.embla__controll{transition:box-shadow 320ms ease;line-height:0;padding-block:0.75rem;opacity:.5;transform:translateY(5px);transition:all 320ms ease}.embla__controll:hover {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.embla__controlls>div:hover .embla__controll{opacity:1;transform:translate(0)}.embla-carousel.-hide-navigation .embla__controlls{display:none}.embla-progress-bar__inner{transform:scaleX(0)}.embla-progress-bar__inner.-animation{animation-duration:var(--duration);animation-timing-function:linear;animation-name:progress-bar}.image-slide__overlay .btn{transform:translateY(5px);opacity:0;visibility:hidden;transition:opacity 320ms ease}.image-slide__overlay::before{content:"";position:absolute;inset:0;opacity:0;transition:opacity 320ms ease;background:var(--background-color, #000)}.image-slide__overlay:hover::before{opacity:.5;transition:opacity 320ms ease}.image-slide__overlay:hover .btn{transform:translateY(0);opacity:1;visibility:visible;transition:all 320ms ease;transition-delay:20ms}.image-slide__overlay:hover .btn:hover{transform:scale(1.06)}.image-slide img{width:100%;height:100%}.logo-grid__logos{--gap: 2rem;--grid-template-columns: 1fr 1fr;display:grid;grid-template-columns:var(--grid-template-columns);gap:var(--gap);padding-top: 1rem;padding-bottom: 1rem}@media screen and (min-width: 420px){.logo-grid__logos{--grid-template-columns: 1fr 1fr 1fr}}@media screen and (min-width: 620px){.logo-grid__logos{--grid-template-columns: 1fr 1fr 1fr 1fr}}@media screen and (min-width: 768px){.logo-grid__logos{--grid-template-columns: repeat(auto-fit, minmax(160px, max-content))}}.logo-grid__item{display:grid;position:relative;mix-blend-mode:multiply}.logo-grid__item picture,.logo-grid__item img{width:100%;height:100%;position:absolute;margin:0}.logo-grid__item img{object-fit:contain;object-position:center center}.logo-grid__item::before{content:"";display:block;padding-bottom:66%}.loading-spinner{--loading-spinner-color: currentColor;--loading-spinner-speed: 1s;color:var(--loading-spinner-color);animation:loading-spinner var(--loading-spinner-speed) linear infinite}@keyframes loading-spinner{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@font-face{font-family:Soehne;font-style:normal;font-weight:400;src:url(soehne-buch.woff2) format("woff2");font-display:swap}@font-face{font-family:Soehne;font-style:italic;font-weight:400;src:url(soehne-buch-kursiv.woff2) format("woff2");font-display:swap}@font-face{font-family:Soehne;font-style:normal;font-weight:600;src:url(soehne-dreiviertelfett.woff2) format("woff2");font-display:swap}@font-face{font-family:Soehne;font-style:italic;font-weight:600;src:url(soehne-dreiviertelfett-kursiv.woff2) format("woff2");font-display:swap}@font-face{font-family:"Soehne Mono";font-style:normal;font-weight:400;src:url(soehne-mono-buch.woff2) format("woff2");font-display:swap}@font-face{font-family:"National";font-style:normal;font-weight:400;src:url(national-2-black.woff2) format("woff2");font-display:swap}.toolbar-cols>.page-grid-border-t::before{content: var(--tw-content);grid-column:content}.page-grid-border-t::before {
  grid-column: content;
  border-top-width: 1px;
  border-style: dashed;
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}.toolbar-cols>.page-grid-border-b::after{content: var(--tw-content);grid-column:content}.page-grid-border-b::after {
  grid-column: content;
  border-top-width: 1px;
  border-style: dashed;
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}*,::after,::before{--table-h: 2rem}html.is-changing .transition-main{transition:opacity .25s;opacity:1}html.is-animating .transition-main{opacity:0}#merchants-list{opacity:1}#merchants-list.is-changing{--duration-leave: 150ms;--duration-enter: 420ms;transition-property:opacity;opacity:1;transition-duration:var(--duration-enter)}#merchants-list.is-animating{opacity:0}#merchants-list.is-leaving{transition-duration:var(--duration-leave)}body .module-mission-statement{width:100% !important}body .module-mission-statement>*{width:100% !important}.calendar-cols,.calendar-cols>.calendar-cols{--gap: 0.75rem;--full: var(--gap);--border: 0.75rem;--date: calc(5.5ch + var(--gap));--title: 1fr;--time: auto;display:grid;grid-template-columns:[full-start] var(--full) [border-start] var(--border) [date-start content-start] var(--date) [date-end title-start description-start] var(--title) [title-end time-start] var(--time) [content-end description-end time-end] var(--border) [border-end] var(--full) [full-end];align-items:start;justify-content:center}@media screen and (max-width: 379px){.calendar-cols,.calendar-cols>.calendar-cols{--border: 0}}.calendar-cols>.calendar-cols,.calendar-cols>.col-full{grid-column:full}.calendar-cols>.col-date{grid-column:date;padding-right:var(--gap)}.calendar-cols>.col-content{grid-column:content}.calendar-cols>.col-title{grid-column:title}.calendar-cols>.col-time{grid-column:time;justify-self:end;padding-left:var(--gap)}.calendar-cols>.col-border{grid-column:border}.calendar-cols>.col-description{grid-column:description}.col-title>div{--image-width: 2.5rem;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;gap:0.5rem;width:100%}.col-title>div figure.media{width:var(--image-width)}@media screen and (min-width: 768px){.col-title>div{--image-width: 3.5rem}}@media screen and (min-width: 1024px){.col-title>div{--image-width: 5rem}}.calendar-border::after {
  border-bottom-width: 1px;
  content: var(--tw-content);
  border-style: dashed;grid-column:border;border-color:currentColor;
}.calendar-border-inline::after{grid-column:title/border}.icon{width:var(--icon-size, 0.8em);height:var(--icon-size, 0.8em);flex-shrink:0}@keyframes checkmark{0%{background-position-y:5px}50%{background-position-y:-2px}100%{background-position-y:0}}@layer component{.time-table-row{--icon: 3rem;--content: min(20rem, 100% - var(--icon) * 2);display:grid;grid-template-columns:1fr var(--icon) var(--content) var(--icon) 1fr;grid-template-areas:". icon openingtime . .";width:100%;align-items:center}.time-table-row .col-icon{grid-column:icon}.time-table-row .col-openingtime{grid-column:openingtime}.time-table-row .col-icon-content{grid-column-start:2;grid-column-end:4}@media screen and (min-width: 768px){.time-table-row{--icon: 2rem;--content: min(24rem, 80% - var(--icon) * 2)}}}.info-panel__content{display:none;pointer-events:none;top:calc(var(--h) - 1px)}.info-panel.show{z-index:21}.info-panel.show .info-panel__content{display:grid;pointer-events:auto}.main-navigation{--h: var(--site-header-height, 6rem);--column-count: 1;height:var(--h, 6rem)}.main-navigation button[aria-controls=main-nav-list]+div{top:var(--h, 5rem);max-height:calc(90svh - var(--h))}.main-navigation button[aria-controls=main-nav-list][aria-expanded=false]+div{top:var(--h, 6rem);visibility:hidden}.main-navigation button[aria-controls=main-nav-list] button[aria-expanded=true]+div{visibility:visible}.main-navigation nav::after{content:"";position:fixed;top:var(--h);bottom:0;left:0;right:0;pointer-events:none;background:var(--theme-bg-color);opacity:0;z-index:0}.main-navigation nav:has(button[aria-expanded=true])::after{opacity:.95;pointer-events:auto;cursor:not-allowed}.main-navigation__item{display:block}.main-navigation__items{--text-underline-offset: 0.2em;--text-underline-thickness: 2px;display: flex;flex-direction: column;font-family: National;text-transform: uppercase;line-height: 1}.main-navigation__items em,.main-navigation__items i{font-style:normal}.main-navigation__items{position:relative}@media screen and (min-width: 640px){.main-navigation__items {
    margin-left: auto;
    margin-right: auto;
    display: block;
    columns: 2;padding-inline:2%;width:100%;
  }}@media screen and (min-width: 1024px){.main-navigation__items {
    columns: 3;
  }}.main-navigation__items--primary{font-size:1.875rem}.main-navigation__items--primary .main-navigation__item {
  border-bottom-width: 1px;
  border-style: dashed;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}@media screen and (min-width: 640px){.main-navigation__items--primary{font-size:1.25rem}.main-navigation__items--primary .main-navigation__item {
    border-style: none;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    letter-spacing: 0.025em;
  }@media (hover: hover) and (pointer: fine) {

    .main-navigation__items--primary .main-navigation__item:hover {
      text-decoration-line: underline;
      text-decoration-color: var(--text-underline-color, currentColor);
      text-decoration-style: solid;
      text-decoration-thickness: var(--text-underline-thickness, 0.07em);
      text-underline-offset: var(--text-underline-offset, 0.1em);
    }
  }}.main-navigation__items--secondary {
  padding-top: 0.25rem;font-size:1.09rem;
}.main-navigation__items--secondary .main-navigation__item {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  letter-spacing: 0.025em;
}@media screen and (min-width: 640px){.main-navigation__items--secondary {
    margin-top: 0.5rem;
    padding-top: 0.25rem;
  }.main-navigation__items--secondary::before {
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    width: 100%;
    border-bottom-width: 1px;
    border-style: dashed;
    content: var(--tw-content);
    --tw-border-opacity: 1;
    border-color: rgb(168 162 158 / var(--tw-border-opacity));grid-column:content;
  }.main-navigation__items--secondary .main-navigation__item {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }@media (hover: hover) and (pointer: fine) {

    .main-navigation__items--secondary .main-navigation__item:hover {
      text-decoration-line: underline;
      text-decoration-color: var(--text-underline-color, currentColor);
      text-decoration-style: solid;
      text-decoration-thickness: var(--text-underline-thickness, 0.07em);
      text-underline-offset: var(--text-underline-offset, 0.1em);
    }
  }}.desktop-navigation{height:1.5rem;font-size:1.09rem}.desktop-navigation .main-navigation__item{display:inline}.main-navigation.-is-open .desktop-navigation{opacity:0;pointer-events:none}.desktop-navigation a[aria-current=page],.desktop-navigation a.-active-path {
  text-decoration-line: underline;
  text-decoration-color: var(--text-underline-color, currentColor);
  text-decoration-style: solid;
  text-decoration-thickness: var(--text-underline-thickness, 0.07em);
  text-underline-offset: var(--text-underline-offset, 0.1em);
}@media screen and (min-width: 768px){.main-navigation .main-navigation__toolbar{display:flex;flex-direction:row;flex-wrap:nowrap}}@keyframes progress-bar{0%{transform:scaleX(0)}100%{transform:scaleX(1)}}@layer component{.events-list-item{--gap: 0.75rem;display:grid;grid-template-columns:var(--gap) 7.5rem 1fr var(--gap)}.events-list-item time{grid-column:2}}.newsletter-form{--text-color: #000;--label-color: #000;--input-color: #000;--button-bg-color: #000;--button-fg-color: #fff;color:var(--text-color)}.newsletter-form input,.newsletter-form label{color:var(--input-color)}.newsletter-form .btn{--button-bg-color: var(--text-color);--button-fg-color: var(--color-white)}.newsletter-form fieldset input[type=checkbox],.newsletter-form fieldset input[type=radio]{--chkbg: var(--button-fg-color);--chkfg: var(--button-bg-color)}.newsletter-form input[type=email]{width:unset}.newsletter-form[data-variant=footer]{--text-color: #401708;--label-color: #401708;--input-color: #401708;--button-fg-color: #fef9ec;--button-bg-color: #401708}.newsletter-modal{--overlay-height: auto;top:unset;bottom: 0px;left: 0px;background-color: transparent}.newsletter-modal>main {
  padding-bottom: 2.5rem;
}.newsletter-modal__backdrop {
  position: fixed;
  inset: 0px;
  z-index: 0;
  display: block;
  cursor: no-drop;
  background-color: rgb(0 0 0 / 0.8);
}.newsletter-modal .newsletter-modal__trigger-title{pointer-events:none}@media screen and (min-width: 768px){.newsletter-modal{--overlay-height: auto}.newsletter-modal>main{top:unset}}.newsletter-modal-trigger{--overflow-height: 0.45rem;width:var(--overlay-width);cursor:pointer;position: fixed;bottom: 0px;right: 0px;z-index: 10;border-top-left-radius: 0.5rem;border-top-right-radius: 0.5rem;--tw-bg-opacity: 1;background-color: rgb(49 184 195 / var(--tw-bg-opacity));--tw-text-opacity: 1;color: rgb(255 255 255 / var(--tw-text-opacity));--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)}.newsletter-modal-trigger::after {
  position: absolute;
  left: 0px;
  display: block;
  height: 1rem;
  width: 100%;
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(49 184 195 / var(--tw-bg-opacity));bottom:calc(var(--overflow-height)*-1);
}:root{--site-header-height: 4rem;--sticky-pos-toolbar: calc(var(--site-header-height) - 1px);--sticky-pos-headline: calc( var(--sticky-pos-toolbar) + var(--toolbar-sticky-el-height) + 1px )}::selection{background-color:#000;color:#fff}html{font-size:clamp(16px,2.8vw,19px)}body{min-height:100%}body>main>*:last-child {
  margin-bottom: 2rem;
}[id],:target{scroll-margin-block-start:calc(var(--sticky-pos-headline) + 1rem)}.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}.pointer-events-none {
  pointer-events: none;
}.visible {
  visibility: visible;
}.invisible {
  visibility: hidden;
}.static {
  position: static;
}.fixed {
  position: fixed;
}.absolute {
  position: absolute;
}.relative {
  position: relative;
}.sticky {
  position: sticky;
}.inset-0 {
  inset: 0px;
}.inset-x-0 {
  left: 0px;
  right: 0px;
}.bottom-0 {
  bottom: 0px;
}.left-0 {
  left: 0px;
}.right-0 {
  right: 0px;
}.top-0 {
  top: 0px;
}.top-8 {
  top: 2rem;
}.top-\[-1px\] {
  top: -1px;
}.z-0 {
  z-index: 0;
}.z-10 {
  z-index: 10;
}.z-20 {
  z-index: 20;
}.z-30 {
  z-index: 30;
}.z-\[1\] {
  z-index: 1;
}.order-1 {
  order: 1;
}.col-content {
  grid-column: content;
}.col-full {
  grid-column: full;
}.col-popout {
  grid-column: popout;
}.col-start-1 {
  grid-column-start: 1;
}.col-start-4 {
  grid-column-start: 4;
}.col-end-8 {
  grid-column-end: 8;
}.row-start-1 {
  grid-row-start: 1;
}.row-start-2 {
  grid-row-start: 2;
}.row-start-3 {
  grid-row-start: 3;
}.mx-auto {
  margin-left: auto;
  margin-right: auto;
}.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}.-mr-1 {
  margin-right: -0.25rem;
}.mb-1 {
  margin-bottom: 0.25rem;
}.mb-2 {
  margin-bottom: 0.5rem;
}.mb-3 {
  margin-bottom: 0.75rem;
}.mb-4 {
  margin-bottom: 1rem;
}.mb-6 {
  margin-bottom: 1.5rem;
}.mb-8 {
  margin-bottom: 2rem;
}.ml-1 {
  margin-left: 0.25rem;
}.ml-8 {
  margin-left: 2rem;
}.mr-1 {
  margin-right: 0.25rem;
}.mr-2 {
  margin-right: 0.5rem;
}.mr-auto {
  margin-right: auto;
}.mt-1 {
  margin-top: 0.25rem;
}.mt-2 {
  margin-top: 0.5rem;
}.mt-3 {
  margin-top: 0.75rem;
}.mt-4 {
  margin-top: 1rem;
}.mt-6 {
  margin-top: 1.5rem;
}.mt-8 {
  margin-top: 2rem;
}.mt-auto {
  margin-top: auto;
}.block {
  display: block;
}.inline-block {
  display: inline-block;
}.inline {
  display: inline;
}.flex {
  display: flex;
}.table {
  display: table;
}.grid {
  display: grid;
}.hidden {
  display: none;
}.aspect-16\/6 {
  aspect-ratio: 16 / 6;
}.aspect-16\/9 {
  aspect-ratio: 16 / 9;
}.aspect-4\/3 {
  aspect-ratio: 4 / 3;
}.aspect-\[1\/1\] {
  aspect-ratio: 1/1;
}.aspect-\[6\/7\] {
  aspect-ratio: 6/7;
}.aspect-video {
  aspect-ratio: 16 / 9;
}.h-10 {
  height: 2.5rem;
}.h-11 {
  height: 2.75rem;
}.h-9 {
  height: 2.25rem;
}.h-\[1\.2cap\] {
  height: 1.2cap;
}.h-\[1\.85ch\] {
  height: 1.85ch;
}.h-\[2px\] {
  height: 2px;
}.h-auto {
  height: auto;
}.h-full {
  height: 100%;
}.min-h-20 {
  min-height: 5rem;
}.w-10 {
  width: 2.5rem;
}.w-11 {
  width: 2.75rem;
}.w-4 {
  width: 1rem;
}.w-9 {
  width: 2.25rem;
}.w-\[1\.2cap\] {
  width: 1.2cap;
}.w-\[1\.85ch\] {
  width: 1.85ch;
}.w-\[80\%\] {
  width: 80%;
}.w-auto {
  width: auto;
}.w-fit {
  width: fit-content;
}.w-full {
  width: 100%;
}.w-max {
  width: max-content;
}.min-w-0 {
  min-width: 0px;
}.max-w-\[22ch\] {
  max-width: 22ch;
}.max-w-\[64ch\] {
  max-width: 64ch;
}.flex-shrink-0 {
  flex-shrink: 0;
}.shrink-0 {
  flex-shrink: 0;
}.flex-grow-0 {
  flex-grow: 0;
}.grow {
  flex-grow: 1;
}.grow-0 {
  flex-grow: 0;
}.origin-left {
  transform-origin: left;
}.scale-0 {
  --tw-scale-x: 0;
  --tw-scale-y: 0;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.cursor-pointer {
  cursor: pointer;
}.select-none {
  -webkit-user-select: none;
          user-select: none;
}.resize {
  resize: both;
}.list-none {
  list-style-type: none;
}.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}.grid-cols-\[3ch_2ch\] {
  grid-template-columns: 3ch 2ch;
}.grid-cols-list {
  grid-template-columns: [full-start border-start] 1rem [content-start] 1fr [content-end] 1rem [full-start border-end];
}.grid-cols-newsletter-modal {
  grid-template-columns: [full-start] 1rem [content-start] 1fr [content-end] 1rem [full-end];
}.grid-rows-\[1fr_1fr_1fr\] {
  grid-template-rows: 1fr 1fr 1fr;
}.flex-row {
  flex-direction: row;
}.flex-col {
  flex-direction: column;
}.flex-wrap {
  flex-wrap: wrap;
}.flex-nowrap {
  flex-wrap: nowrap;
}.place-content-center {
  place-content: center;
}.place-items-center {
  place-items: center;
}.items-start {
  align-items: flex-start;
}.items-center {
  align-items: center;
}.justify-start {
  justify-content: flex-start;
}.justify-end {
  justify-content: flex-end;
}.justify-center {
  justify-content: center;
}.justify-between {
  justify-content: space-between;
}.gap-1 {
  gap: 0.25rem;
}.gap-2 {
  gap: 0.5rem;
}.gap-4 {
  gap: 1rem;
}.gap-x-0 {
  column-gap: 0px;
}.gap-x-1 {
  column-gap: 0.25rem;
}.gap-x-2 {
  column-gap: 0.5rem;
}.gap-x-3 {
  column-gap: 0.75rem;
}.gap-x-4 {
  column-gap: 1rem;
}.gap-x-6 {
  column-gap: 1.5rem;
}.gap-x-8 {
  column-gap: 2rem;
}.gap-y-1 {
  row-gap: 0.25rem;
}.gap-y-2 {
  row-gap: 0.5rem;
}.gap-y-4 {
  row-gap: 1rem;
}.gap-y-8 {
  row-gap: 2rem;
}.self-center {
  align-self: center;
}.self-baseline {
  align-self: baseline;
}.justify-self-start {
  justify-self: start;
}.justify-self-end {
  justify-self: end;
}.justify-self-center {
  justify-self: center;
}.overflow-hidden {
  overflow: hidden;
}.overflow-y-auto {
  overflow-y: auto;
}.overscroll-contain {
  overscroll-behavior: contain;
}.text-ellipsis {
  text-overflow: ellipsis;
}.hyphens-auto {
  -webkit-hyphens: auto;
          hyphens: auto;
}.whitespace-nowrap {
  white-space: nowrap;
}.rounded {
  border-radius: 0.25rem;
}.rounded-full {
  border-radius: 9999px;
}.rounded-lg {
  border-radius: 0.5rem;
}.rounded-md {
  border-radius: 0.375rem;
}.rounded-sm {
  border-radius: 0.125rem;
}.rounded-xl {
  border-radius: 0.75rem;
}.rounded-b-lg {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}.rounded-b-xl {
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}.rounded-t-xl {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}.border {
  border-width: 1px;
}.border-\[1\.5px\] {
  border-width: 1.5px;
}.border-b {
  border-bottom-width: 1px;
}.border-t {
  border-top-width: 1px;
}.border-solid {
  border-style: solid;
}.border-dashed {
  border-style: dashed;
}.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}.border-cape-honey-900 {
  --tw-border-opacity: 1;
  border-color: rgb(113 49 22 / var(--tw-border-opacity));
}.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(231 229 228 / var(--tw-border-opacity));
}.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(168 162 158 / var(--tw-border-opacity));
}.border-merino-200 {
  --tw-border-opacity: 1;
  border-color: rgb(228 216 196 / var(--tw-border-opacity));
}.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}.bg-alizarin-crimson {
  --tw-bg-opacity: 1;
  background-color: rgb(230 57 68 / var(--tw-bg-opacity));
}.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}.bg-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(43 191 255 / var(--tw-bg-opacity));
}.bg-bubblegum {
  --tw-bg-opacity: 1;
  background-color: rgb(255 163 230 / var(--tw-bg-opacity));
}.bg-cape-honey {
  --tw-bg-opacity: 1;
  background-color: rgb(247 226 168 / var(--tw-bg-opacity));
}.bg-cape-honey-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 238 203 / var(--tw-bg-opacity));
}.bg-fountain-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(49 184 195 / var(--tw-bg-opacity));
}.bg-fruit-salad {
  --tw-bg-opacity: 1;
  background-color: rgb(41 149 73 / var(--tw-bg-opacity));
}.bg-gold {
  --tw-bg-opacity: 1;
  background-color: rgb(255 214 0 / var(--tw-bg-opacity));
}.bg-green {
  --tw-bg-opacity: 1;
  background-color: rgb(102 202 93 / var(--tw-bg-opacity));
}.bg-merino {
  --tw-bg-opacity: 1;
  background-color: rgb(245 241 233 / var(--tw-bg-opacity));
}.bg-merino-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 247 243 / var(--tw-bg-opacity));
}.bg-orange {
  --tw-bg-opacity: 1;
  background-color: rgb(255 106 43 / var(--tw-bg-opacity));
}.bg-rob-roy {
  --tw-bg-opacity: 1;
  background-color: rgb(238 197 116 / var(--tw-bg-opacity));
}.bg-signal-green {
  --tw-bg-opacity: 1;
  background-color: rgb(29 209 0 / var(--tw-bg-opacity));
}.bg-transparent {
  background-color: transparent;
}.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}.bg-white\/50 {
  background-color: rgb(255 255 255 / 0.5);
}.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}.from-black\/20 {
  --tw-gradient-from: rgb(0 0 0 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}.to-black\/0 {
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
}.to-\[3rem\] {
  --tw-gradient-to-position: 3rem;
}.fill-black {
  fill: #000;
}.fill-gray-400 {
  fill: #a8a29e;
}.fill-gray-500 {
  fill: #78716c;
}.fill-signal-green {
  fill: #1dd100;
}.stroke-black {
  stroke: #000;
}.stroke-white {
  stroke: #fff;
}.p-1 {
  padding: 0.25rem;
}.p-2 {
  padding: 0.5rem;
}.p-6 {
  padding: 1.5rem;
}.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}.pb-0\.5 {
  padding-bottom: 0.125rem;
}.pb-10 {
  padding-bottom: 2.5rem;
}.pb-2 {
  padding-bottom: 0.5rem;
}.pb-24 {
  padding-bottom: 6rem;
}.pb-3 {
  padding-bottom: 0.75rem;
}.pb-4 {
  padding-bottom: 1rem;
}.pb-6 {
  padding-bottom: 1.5rem;
}.pb-8 {
  padding-bottom: 2rem;
}.pl-0 {
  padding-left: 0px;
}.pl-1 {
  padding-left: 0.25rem;
}.pr-3 {
  padding-right: 0.75rem;
}.pt-0 {
  padding-top: 0px;
}.pt-1 {
  padding-top: 0.25rem;
}.pt-10 {
  padding-top: 2.5rem;
}.pt-2 {
  padding-top: 0.5rem;
}.pt-3 {
  padding-top: 0.75rem;
}.pt-4 {
  padding-top: 1rem;
}.pt-6 {
  padding-top: 1.5rem;
}.pt-8 {
  padding-top: 2rem;
}.text-left {
  text-align: left;
}.text-center {
  text-align: center;
}.text-end {
  text-align: end;
}.align-top {
  vertical-align: top;
}.font-body {
  font-family: Soehne, Helvetica Neue, sans-serif;
}.font-mono {
  font-family: Soehne Mono, monospace;
}.font-national {
  font-family: National;
}.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}.text-5xl {
  font-size: 3rem;
  line-height: 1;
}.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}.text-base {
  font-size: 1.09rem;
}.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}.text-md {
  font-size: 1.04rem;
}.text-sm {
  font-size: 1rem;
}.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}.text-xs {
  font-size: 0.8125rem;
}.text-xxs {
  font-size: 0.72rem;
}.font-bold {
  font-weight: 700;
}.uppercase {
  text-transform: uppercase;
}.leading-6 {
  line-height: 1.5rem;
}.leading-\[0\.85\] {
  line-height: 0.85;
}.leading-\[1\.1\] {
  line-height: 1.1;
}.leading-none {
  line-height: 1;
}.leading-tight {
  line-height: 1.25;
}.tracking-wide {
  letter-spacing: 0.025em;
}.tracking-wider {
  letter-spacing: 0.05em;
}.tracking-widest {
  letter-spacing: 0.1em;
}.text-alizarin-crimson {
  --tw-text-opacity: 1;
  color: rgb(230 57 68 / var(--tw-text-opacity));
}.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}.text-blue {
  --tw-text-opacity: 1;
  color: rgb(43 191 255 / var(--tw-text-opacity));
}.text-bubblegum {
  --tw-text-opacity: 1;
  color: rgb(255 163 230 / var(--tw-text-opacity));
}.text-cape-honey {
  --tw-text-opacity: 1;
  color: rgb(247 226 168 / var(--tw-text-opacity));
}.text-cape-honey-950 {
  --tw-text-opacity: 1;
  color: rgb(64 23 8 / var(--tw-text-opacity));
}.text-fountain-blue {
  --tw-text-opacity: 1;
  color: rgb(49 184 195 / var(--tw-text-opacity));
}.text-fruit-salad {
  --tw-text-opacity: 1;
  color: rgb(41 149 73 / var(--tw-text-opacity));
}.text-gold {
  --tw-text-opacity: 1;
  color: rgb(255 214 0 / var(--tw-text-opacity));
}.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(168 162 158 / var(--tw-text-opacity));
}.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(120 113 108 / var(--tw-text-opacity));
}.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(87 83 78 / var(--tw-text-opacity));
}.text-green {
  --tw-text-opacity: 1;
  color: rgb(102 202 93 / var(--tw-text-opacity));
}.text-merino {
  --tw-text-opacity: 1;
  color: rgb(245 241 233 / var(--tw-text-opacity));
}.text-orange {
  --tw-text-opacity: 1;
  color: rgb(255 106 43 / var(--tw-text-opacity));
}.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}.text-rob-roy {
  --tw-text-opacity: 1;
  color: rgb(238 197 116 / var(--tw-text-opacity));
}.text-rob-roy-300 {
  --tw-text-opacity: 1;
  color: rgb(238 197 116 / var(--tw-text-opacity));
}.text-signal-green {
  --tw-text-opacity: 1;
  color: rgb(29 209 0 / var(--tw-text-opacity));
}.text-transparent {
  color: transparent;
}.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.underline {
  text-decoration-line: underline;
}.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}.opacity-100 {
  opacity: 1;
}.mix-blend-multiply {
  mix-blend-mode: multiply;
}.mix-blend-difference {
  mix-blend-mode: difference;
}.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);
}.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);
}.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);
}.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}.outline {
  outline-style: solid;
}.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.duration-100 {
  transition-duration: 100ms;
}.duration-300 {
  transition-duration: 300ms;
}.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}.ease-linear {
  transition-timing-function: linear;
}.underline {
  text-decoration-line: underline;
  text-decoration-color: var(--text-underline-color, currentColor);
  text-decoration-style: solid;
  text-decoration-thickness: var(--text-underline-thickness, 0.07em);
  text-underline-offset: var(--text-underline-offset, 0.1em);
}.sticky-toolbar {
  position: sticky;
  top: var(--sticky-pos-toolbar);
}.sticky-headline {
  position: sticky;
  top: var(--sticky-pos-headline);
}.text-theme {
  color: var(--theme-text-color);
}.text-theme-accent {
  color: var(--theme-accent-color);
}.bg-theme {
  background-color: var(--theme-bg-color);
}.bg-theme-accent {
  background-color: var(--theme-accent-color);
}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.font-national em,.font-national i,.font-mono em,.font-mono i{font-style:normal}.font-mono strong,.font-mono b{font-weight:400}.prose-figcaption\:font-body :is(:where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *))){--text-underline-offset: 0.1em;--text-underline-thickness: 1px}.toolbar-cols>.before\:col-full::before{content: var(--tw-content);grid-column:full}.toolbar-cols>.before\:col-border::before{content: var(--tw-content);grid-column:border}@media (min-width: 640px) {.toolbar-cols>.sm\:col-content{grid-column:content}
}@media (min-width: 768px) {

  .md\:container {
    width: 100%;
  }

  @media (min-width: 420px) {

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

  @media (min-width: 640px) {

    .md\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {

    .md\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {

    .md\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {

    .md\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px) {

    .md\:container {
      max-width: 1536px;
    }
  }

  @media (min-width: 1920px) {

    .md\:container {
      max-width: 1920px;
    }
  }.toolbar-cols>.md\:col-content{grid-column:content}.toolbar-cols>.md\:before\:col-content::before{content: var(--tw-content);grid-column:content}
}.file\:mr-3::file-selector-button {
  margin-right: 0.75rem;
}.file\:cursor-pointer::file-selector-button {
  cursor: pointer;
}.file\:border-0::file-selector-button {
  border-width: 0px;
}.file\:bg-gray-100::file-selector-button {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 244 / var(--tw-bg-opacity));
}.file\:px-4::file-selector-button {
  padding-left: 1rem;
  padding-right: 1rem;
}.file\:py-2::file-selector-button {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}.file\:transition-colors::file-selector-button {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.before\:col-border::before {
  content: var(--tw-content);
  grid-column: border;
}.before\:col-full::before {
  content: var(--tw-content);
  grid-column: full;
}.before\:col-start-\[1\]::before {
  content: var(--tw-content);
  grid-column-start: 1;
}.before\:col-end-\[-1\]::before {
  content: var(--tw-content);
  grid-column-end: -1;
}.before\:block::before {
  content: var(--tw-content);
  display: block;
}.before\:border-t::before {
  content: var(--tw-content);
  border-top-width: 1px;
}.before\:border-dashed::before {
  content: var(--tw-content);
  border-style: dashed;
}.before\:border-black::before {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}.before\:py-1::before {
  content: var(--tw-content);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}.after\:-bottom-1::after {
  content: var(--tw-content);
  bottom: -0.25rem;
}.after\:left-0::after {
  content: var(--tw-content);
  left: 0px;
}.after\:col-start-3::after {
  content: var(--tw-content);
  grid-column-start: 3;
}.after\:block::after {
  content: var(--tw-content);
  display: block;
}.after\:w-full::after {
  content: var(--tw-content);
  width: 100%;
}.after\:border-b::after {
  content: var(--tw-content);
  border-bottom-width: 1px;
}.after\:border-dashed::after {
  content: var(--tw-content);
  border-style: dashed;
}.after\:border-black::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}.after\:border-gray-400::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(168 162 158 / var(--tw-border-opacity));
}.after\:pt-4::after {
  content: var(--tw-content);
  padding-top: 1rem;
}.last\:border-b:last-child {
  border-bottom-width: 1px;
}.last\:border-b-0:last-child {
  border-bottom-width: 0px;
}.last\:after\:border-none:last-child::after {
  content: var(--tw-content);
  border-style: none;
}@media (hover: hover) and (pointer: fine) {

  .hover\:bg-alizarin-crimson:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(230 57 68 / var(--tw-bg-opacity));
  }

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

  .hover\:bg-blue:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(43 191 255 / var(--tw-bg-opacity));
  }

  .hover\:bg-bubblegum:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 163 230 / var(--tw-bg-opacity));
  }

  .hover\:bg-cape-honey:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(247 226 168 / var(--tw-bg-opacity));
  }

  .hover\:bg-fountain-blue:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(49 184 195 / var(--tw-bg-opacity));
  }

  .hover\:bg-fruit-salad:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(41 149 73 / var(--tw-bg-opacity));
  }

  .hover\:bg-gold:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 214 0 / var(--tw-bg-opacity));
  }

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

  .hover\:bg-green:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(102 202 93 / var(--tw-bg-opacity));
  }

  .hover\:bg-merino:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(245 241 233 / var(--tw-bg-opacity));
  }

  .hover\:bg-merino-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(249 247 243 / var(--tw-bg-opacity));
  }

  .hover\:bg-orange:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 106 43 / var(--tw-bg-opacity));
  }

  .hover\:bg-rob-roy:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(238 197 116 / var(--tw-bg-opacity));
  }

  .hover\:bg-signal-green:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(29 209 0 / var(--tw-bg-opacity));
  }

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

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

  .hover\:fill-gray-100:hover {
    fill: #f5f5f4;
  }

  .hover\:text-alizarin-crimson:hover {
    --tw-text-opacity: 1;
    color: rgb(230 57 68 / var(--tw-text-opacity));
  }

  .hover\:text-black:hover {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
  }

  .hover\:text-blue:hover {
    --tw-text-opacity: 1;
    color: rgb(43 191 255 / var(--tw-text-opacity));
  }

  .hover\:text-bubblegum:hover {
    --tw-text-opacity: 1;
    color: rgb(255 163 230 / var(--tw-text-opacity));
  }

  .hover\:text-cape-honey:hover {
    --tw-text-opacity: 1;
    color: rgb(247 226 168 / var(--tw-text-opacity));
  }

  .hover\:text-cape-honey-300:hover {
    --tw-text-opacity: 1;
    color: rgb(240 195 89 / var(--tw-text-opacity));
  }

  .hover\:text-fountain-blue:hover {
    --tw-text-opacity: 1;
    color: rgb(49 184 195 / var(--tw-text-opacity));
  }

  .hover\:text-fruit-salad:hover {
    --tw-text-opacity: 1;
    color: rgb(41 149 73 / var(--tw-text-opacity));
  }

  .hover\:text-gold:hover {
    --tw-text-opacity: 1;
    color: rgb(255 214 0 / var(--tw-text-opacity));
  }

  .hover\:text-gray-300:hover {
    --tw-text-opacity: 1;
    color: rgb(214 211 209 / var(--tw-text-opacity));
  }

  .hover\:text-green:hover {
    --tw-text-opacity: 1;
    color: rgb(102 202 93 / var(--tw-text-opacity));
  }

  .hover\:text-merino:hover {
    --tw-text-opacity: 1;
    color: rgb(245 241 233 / var(--tw-text-opacity));
  }

  .hover\:text-orange:hover {
    --tw-text-opacity: 1;
    color: rgb(255 106 43 / var(--tw-text-opacity));
  }

  .hover\:text-rob-roy:hover {
    --tw-text-opacity: 1;
    color: rgb(238 197 116 / var(--tw-text-opacity));
  }

  .hover\:text-signal-green:hover {
    --tw-text-opacity: 1;
    color: rgb(29 209 0 / var(--tw-text-opacity));
  }

  .hover\:text-transparent:hover {
    color: transparent;
  }

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

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

  .hover\:ease-out:hover {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .hover\:underline:hover {
    text-decoration-line: underline;
    text-decoration-color: var(--text-underline-color, currentColor);
    text-decoration-style: solid;
    text-decoration-thickness: var(--text-underline-thickness, 0.07em);
    text-underline-offset: var(--text-underline-offset, 0.1em);
  }

  .hover\:text-theme:hover {
    color: var(--theme-text-color);
  }

  .hover\:bg-theme:hover {
    background-color: var(--theme-bg-color);
  }

  .file\:hover\:bg-gray-200:hover::file-selector-button {
    --tw-bg-opacity: 1;
    background-color: rgb(231 229 228 / var(--tw-bg-opacity));
  }
}.focus\:not-sr-only:focus {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}.focus\:border-green-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(65 175 56 / var(--tw-border-opacity));
}.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}.focus\:ring:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}.focus\:ring-merino-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(210 190 159 / var(--tw-ring-opacity));
}.group:last-child .group-last\:border-none {
  border-style: none;
}@media (hover: hover) and (pointer: fine) {

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

  .group:hover .group-hover\:fill-gray-100 {
    fill: #f5f5f4;
  }
}.has-\[\:focus-visible\]\:rounded:has(:focus-visible) {
  border-radius: 0.25rem;
}.has-\[\:focus-visible\]\:outline:has(:focus-visible) {
  outline-style: solid;
}.has-\[\:focus-visible\]\:outline-2:has(:focus-visible) {
  outline-width: 2px;
}.has-\[\:focus-visible\]\:outline-offset-8:has(:focus-visible) {
  outline-offset: 8px;
}.has-\[\:focus-visible\]\:outline-2:has(:focus-visible) {
  outline-color: 0;
}.has-\[\:focus-visible\]\:outline-orange:has(:focus-visible) {
  outline-color: #ff6a2b;
}.group:has(:checked) .group-has-\[\:checked\]\:hidden {
  display: none;
}.group[aria-selected="true"] .group-aria-selected\:bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}.group[data-has-error] .group-data-\[has-error\]\:mb-2 {
  margin-bottom: 0.5rem;
}.group[data-has-error] .group-data-\[has-error\]\:border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity));
}.group[data-has-error] .group-data-\[has-error\]\:placeholder-shown\:mb-2:placeholder-shown {
  margin-bottom: 0.5rem;
}.group[data-has-error] .group-data-\[has-error\]\:placeholder-shown\:border-red-500:placeholder-shown {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity));
}.prose-h2\:my-2 :is(:where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}.prose-h2\:text-xl :is(:where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  font-size: 1.25rem;
  line-height: 1.75rem;
}.prose-h2\:uppercase :is(:where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  text-transform: uppercase;
}.prose-h2\:tracking-wide :is(:where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  letter-spacing: 0.025em;
}.prose-h2\:antialiased :is(:where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}.prose-h3\:my-2 :is(:where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}.prose-h3\:text-xl :is(:where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  font-size: 1.25rem;
  line-height: 1.75rem;
}.prose-h3\:uppercase :is(:where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  text-transform: uppercase;
}.prose-h3\:tracking-wide :is(:where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  letter-spacing: 0.025em;
}.prose-h3\:antialiased :is(:where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}.prose-figcaption\:mt-2 :is(:where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  margin-top: 0.5rem;
}.prose-figcaption\:font-body :is(:where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  font-family: Soehne, Helvetica Neue, sans-serif;
}.prose-figcaption\:text-xs :is(:where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  font-size: 0.8125rem;
}.prose-figcaption\:tracking-wide :is(:where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  letter-spacing: 0.025em;
}@media not all and (min-width: 768px) {

  .max-md\:after\:order-4::after {
    content: var(--tw-content);
    order: 4;
  }

  .max-md\:after\:col-start-1::after {
    content: var(--tw-content);
    grid-column-start: 1;
  }

  .max-md\:after\:col-end-3::after {
    content: var(--tw-content);
    grid-column-end: 3;
  }

  .max-md\:after\:border-b::after {
    content: var(--tw-content);
    border-bottom-width: 1px;
  }

  .max-md\:after\:border-dashed::after {
    content: var(--tw-content);
    border-style: dashed;
  }

  .max-md\:after\:border-black::after {
    content: var(--tw-content);
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity));
  }

  .max-md\:after\:pb-4::after {
    content: var(--tw-content);
    padding-bottom: 1rem;
  }
}@media (min-width: 640px) {

  .sm\:col-content {
    grid-column: content;
  }

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

  .sm\:flex {
    display: flex;
  }

  .sm\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .sm\:pt-4 {
    padding-top: 1rem;
  }
}@media (min-width: 768px) {

  .md\:order-1 {
    order: 1;
  }

  .md\:order-2 {
    order: 2;
  }

  .md\:order-3 {
    order: 3;
  }

  .md\:order-4 {
    order: 4;
  }

  .md\:order-6 {
    order: 6;
  }

  .md\:col-content {
    grid-column: content;
  }

  .md\:col-popout {
    grid-column: popout;
  }

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

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

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

  .md\:ml-4 {
    margin-left: 1rem;
  }

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

  .md\:mt-6 {
    margin-top: 1.5rem;
  }

  .md\:grid {
    display: grid;
  }

  .md\:aspect-16\/10 {
    aspect-ratio: 16 / 10;
  }

  .md\:aspect-16\/6 {
    aspect-ratio: 16 / 6;
  }

  .md\:aspect-\[12\/5\] {
    aspect-ratio: 12/5;
  }

  .md\:min-h-screen {
    min-height: 100vh;
  }

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

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

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

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

  .md\:grid-cols-\[1fr_48\%\] {
    grid-template-columns: 1fr 48%;
  }

  .md\:grid-cols-teaser {
    grid-template-columns: repeat(auto-fill, minmax(22rem, 1fr));;
  }

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

  .md\:items-start {
    align-items: flex-start;
  }

  .md\:gap-2 {
    gap: 0.5rem;
  }

  .md\:gap-4 {
    gap: 1rem;
  }

  .md\:gap-x-4 {
    column-gap: 1rem;
  }

  .md\:gap-x-5 {
    column-gap: 1.25rem;
  }

  .md\:gap-x-6 {
    column-gap: 1.5rem;
  }

  .md\:gap-y-2 {
    row-gap: 0.5rem;
  }

  .md\:gap-y-4 {
    row-gap: 1rem;
  }

  .md\:hyphens-manual {
    -webkit-hyphens: manual;
            hyphens: manual;
  }

  .md\:rounded-none {
    border-radius: 0px;
  }

  .md\:rounded-xl {
    border-radius: 0.75rem;
  }

  .md\:rounded-b-none {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .md\:rounded-e-lg {
    border-start-end-radius: 0.5rem;
    border-end-end-radius: 0.5rem;
  }

  .md\:rounded-t-none {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

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

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

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

  .md\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

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

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

  .md\:pt-2 {
    padding-top: 0.5rem;
  }

  .md\:pt-3 {
    padding-top: 0.75rem;
  }

  .md\:text-center {
    text-align: center;
  }

  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .md\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }

  .md\:text-base {
    font-size: 1.09rem;
  }

  .md\:text-sm {
    font-size: 1rem;
  }

  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .md\:leading-\[0\.85\] {
    line-height: 0.85;
  }

  .md\:leading-none {
    line-height: 1;
  }

  .md\:before\:col-content::before {
    content: var(--tw-content);
    grid-column: content;
  }
}@media (min-width: 1024px) {

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

  .lg\:mt-8 {
    margin-top: 2rem;
  }

  .lg\:gap-3 {
    gap: 0.75rem;
  }

  .lg\:gap-6 {
    gap: 1.5rem;
  }

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

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

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

  .lg\:pb-8 {
    padding-bottom: 2rem;
  }

  .lg\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .lg\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .lg\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .lg\:leading-none {
    line-height: 1;
  }
}@media (min-width: 1280px) {

  .xl\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .xl\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .xl\:leading-none {
    line-height: 1;
  }
}@media (min-width: 1536px) {

  .\32xl\:gap-x-10 {
    column-gap: 2.5rem;
  }

  .\32xl\:text-8xl {
    font-size: 6rem;
    line-height: 1;
  }

  .\32xl\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .\32xl\:leading-\[0\.85\] {
    line-height: 0.85;
  }
}@media (min-width: 1920px) {

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

  .\33xl\:gap-6 {
    gap: 1.5rem;
  }
}@media (orientation: landscape) {

  .landscape\:aspect-\[15\/6\] {
    aspect-ratio: 15/6;
  }
}
.accordion{--padding: 0.75rem;scroll-margin-block-start:var(--sticky-pos-headline)}.accordion__title{padding-bottom:var(--padding)}.accordion__content>div:first-child{padding-top:var(--padding);padding-bottom:calc(var(--padding)*2)}
.newsletter-modal .overlay__backdrop{opacity:0}
[x-data^=VideoEmbed] iframe{width:100%;height:100%;object-fit:cover}.video-embed__wrapper{position:relative}.video-embed__iframe{inset:0;position:absolute}.video-embed__consent{transition:420ms ease;z-index:2;position:absolute;inset:0}.video-embed__play{transition:420ms ease;position:absolute;inset:0;z-index:2}.video-embed:not(.-is-allowed) .video-embed__consent{opacity:1;visibility:visible}.video-embed:not(.-is-allowed) .video-embed__play{opacity:0;visibility:hidden}.video-embed.-is-allowed .video-embed__consent{opacity:0;visibility:hidden}.video-embed.-is-allowed .video-embed__play{opacity:1;visibility:visible}.video-embed.-is-playing .video-embed__play{opacity:0;visibility:hidden}
.read-more{--background-color: var(--theme-bg-color, #f5f1e9);position:relative}.read-more__toggle{display:none;position:absolute;inset:0}.read-more.-enabled .read-more__toggle{display:grid;justify-items:center;align-items:end}.read-more.-enabled .readmore__content{max-height:30rem;overflow:hidden}@media screen and (min-width: 1536px){.read-more.-enabled .readmore__content{max-height:45rem}}.read-more.-show .readmore__content{max-height:unset;overflow:unset}.read-more.-show .read-more__toggle{display:none}.read-more__toggle{z-index:1;background-image:linear-gradient(360deg, var(--background-color) 4rem, transparent)}
.pagination__load-more{align-items:center;justify-content:center}.pagination__load-more span{grid-column:1;grid-row:1}.pagination__load-more span:not(.btn-label){padding:0;opacity:0;justify-self:center;width:1.5rem;height:1.5rem}.pagination__load-more span:not(.btn-label) svg{width:100%;height:100%}.pagination.-loading .pagination__load-more .btn-label{opacity:0}.pagination.-loading .pagination__load-more span:not(.btn-label){opacity:1}
