@charset "UTF-8";
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
/*
! tailwindcss v3.4.17 | 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: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: 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]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.container{
  width: 100%;
}
@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}
.prose{
  color: var(--tw-prose-body);
  max-width: 65ch;
}
.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}
.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}
.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}
.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}
.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
}
.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  color: var(--tw-prose-bullets);
}
.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}
.prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
}
.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: open-quote;
}
.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: close-quote;
}
.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 900;
  color: inherit;
}
.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
.prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 800;
  color: inherit;
}
.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}
.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}
.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: "`";
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: "`";
}
.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.875em;
}
.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.9em;
}
.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: none;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: none;
}
.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  width: 100%;
  table-layout: auto;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 0;
}
.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: baseline;
}
.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: top;
}
.prose :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  text-align: start;
}
.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.prose{
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: 17 24 39;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}
.prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.375em;
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.375em;
}
.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}
.prose :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.prose :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}
.prose :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}
.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}
.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}
.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}
.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}
.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 0;
}
.aspect-w-1{
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 1;
}
.aspect-w-1 > *{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.aspect-w-16{
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 16;
}
.aspect-w-16 > *{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.aspect-w-9{
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 9;
}
.aspect-w-9 > *{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.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;
}
.invisible{
  visibility: hidden;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.inset-0{
  inset: 0px;
}
.-left-6{
  left: -1.5rem;
}
.-right-\[999px\]{
  right: -999px;
}
.-top-\[20px\]{
  top: -20px;
}
.bottom-0{
  bottom: 0px;
}
.bottom-\[0px\]{
  bottom: 0px;
}
.bottom-\[35px\]{
  bottom: 35px;
}
.bottom-\[8px\]{
  bottom: 8px;
}
.left-0{
  left: 0px;
}
.left-1\/2{
  left: 50%;
}
.left-\[11px\]{
  left: 11px;
}
.left-\[15px\]{
  left: 15px;
}
.left-full{
  left: 100%;
}
.right-0{
  right: 0px;
}
.right-2{
  right: 0.5rem;
}
.right-\[15px\]{
  right: 15px;
}
.top-0{
  top: 0px;
}
.top-1\/2{
  top: 50%;
}
.top-\[12px\]{
  top: 12px;
}
.top-\[20px\]{
  top: 20px;
}
.top-\[5px\]{
  top: 5px;
}
.top-\[60px\]{
  top: 60px;
}
.top-full{
  top: 100%;
}
.z-10{
  z-index: 10;
}
.z-20{
  z-index: 20;
}
.z-30{
  z-index: 30;
}
.z-40{
  z-index: 40;
}
.z-50{
  z-index: 50;
}
.col-span-12{
  grid-column: span 12 / span 12;
}
.float-right{
  float: right;
}
.clear-both{
  clear: both;
}
.m-0{
  margin: 0px;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-1\.5{
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
}
.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-6{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-\[80px\]{
  margin-top: 80px;
  margin-bottom: 80px;
}
.\!mt-0{
  margin-top: 0px !important;
}
.\!mt-2{
  margin-top: 0.5rem !important;
}
.\!mt-8{
  margin-top: 2rem !important;
}
.\!mt-\[20px\]{
  margin-top: 20px !important;
}
.-mr-2{
  margin-right: -0.5rem;
}
.-mr-\[16px\]{
  margin-right: -16px;
}
.-mt-8{
  margin-top: -2rem;
}
.-mt-\[42px\]{
  margin-top: -42px;
}
.-mt-\[9px\]{
  margin-top: -9px;
}
.mb-0{
  margin-bottom: 0px;
}
.mb-16{
  margin-bottom: 4rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-2\.5{
  margin-bottom: 0.625rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.ml-0{
  margin-left: 0px;
}
.mt-3{
  margin-top: 0.75rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.box-border{
  box-sizing: border-box;
}
.line-clamp-3{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.\!hidden{
  display: none !important;
}
.hidden{
  display: none;
}
.size-16{
  width: 4rem;
  height: 4rem;
}
.size-6{
  width: 1.5rem;
  height: 1.5rem;
}
.h-10{
  height: 2.5rem;
}
.h-4{
  height: 1rem;
}
.h-5{
  height: 1.25rem;
}
.h-6{
  height: 1.5rem;
}
.h-8{
  height: 2rem;
}
.h-9{
  height: 2.25rem;
}
.h-\[100px\]{
  height: 100px;
}
.h-\[145px\]{
  height: 145px;
}
.h-\[24px\]{
  height: 24px;
}
.h-\[250px\]{
  height: 250px;
}
.h-\[26px\]{
  height: 26px;
}
.h-\[30px\]{
  height: 30px;
}
.h-\[35px\]{
  height: 35px;
}
.h-\[38px\]{
  height: 38px;
}
.h-\[3px\]{
  height: 3px;
}
.h-\[40px\]{
  height: 40px;
}
.h-\[42px\]{
  height: 42px;
}
.h-\[49px\]{
  height: 49px;
}
.h-\[82px\]{
  height: 82px;
}
.h-auto{
  height: auto;
}
.h-full{
  height: 100%;
}
.max-h-0{
  max-height: 0px;
}
.max-h-\[310px\]{
  max-height: 310px;
}
.max-h-\[693px\]{
  max-height: 693px;
}
.max-h-\[70\%\]{
  max-height: 70%;
}
.max-h-\[701px\]{
  max-height: 701px;
}
.min-h-\[200px\]{
  min-height: 200px;
}
.min-h-\[250px\]{
  min-height: 250px;
}
.min-h-\[260px\]{
  min-height: 260px;
}
.min-h-\[85px\]{
  min-height: 85px;
}
.w-10{
  width: 2.5rem;
}
.w-14{
  width: 3.5rem;
}
.w-20{
  width: 5rem;
}
.w-4{
  width: 1rem;
}
.w-5{
  width: 1.25rem;
}
.w-6{
  width: 1.5rem;
}
.w-8{
  width: 2rem;
}
.w-\[100px\]{
  width: 100px;
}
.w-\[220px\]{
  width: 220px;
}
.w-\[24\%\]{
  width: 24%;
}
.w-\[250px\]{
  width: 250px;
}
.w-\[260px\]{
  width: 260px;
}
.w-\[30px\]{
  width: 30px;
}
.w-\[320px\]{
  width: 320px;
}
.w-\[35px\]{
  width: 35px;
}
.w-\[38px\]{
  width: 38px;
}
.w-\[40px\]{
  width: 40px;
}
.w-\[42px\]{
  width: 42px;
}
.w-\[49\%\]{
  width: 49%;
}
.w-\[50px\]{
  width: 50px;
}
.w-\[82px\]{
  width: 82px;
}
.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}
.w-full{
  width: 100%;
}
.\!min-w-\[100px\]{
  min-width: 100px !important;
}
.min-w-\[100px\]{
  min-width: 100px;
}
.min-w-\[136px\]{
  min-width: 136px;
}
.min-w-\[42px\]{
  min-width: 42px;
}
.min-w-\[50px\]{
  min-width: 50px;
}
.max-w-\[410px\]{
  max-width: 410px;
}
.max-w-\[42px\]{
  max-width: 42px;
}
.max-w-\[680px\]{
  max-width: 680px;
}
.max-w-\[800px\]{
  max-width: 800px;
}
.max-w-\[840px\]{
  max-width: 840px;
}
.max-w-\[850px\]{
  max-width: 850px;
}
.max-w-\[940px\]{
  max-width: 940px;
}
.max-w-\[986px\]{
  max-width: 986px;
}
.max-w-full{
  max-width: 100%;
}
.max-w-screen-xl{
  max-width: 1280px;
}
.shrink-0{
  flex-shrink: 0;
}
.-translate-x-1\/2{
  --tw-translate-x: -50%;
  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));
}
.-translate-y-1\/2{
  --tw-translate-y: -50%;
  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));
}
.rotate-180{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.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;
}
.resize{
  resize: both;
}
.list-none{
  list-style-type: none;
}
.appearance-none{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.grid-flow-col{
  grid-auto-flow: column;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-12{
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-6{
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.flex-col{
  flex-direction: column;
}
.flex-col-reverse{
  flex-direction: column-reverse;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-start{
  align-items: flex-start;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.items-baseline{
  align-items: baseline;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-1{
  gap: 0.25rem;
}
.gap-16{
  gap: 4rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-4{
  gap: 1rem;
}
.gap-5{
  gap: 1.25rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-7{
  gap: 1.75rem;
}
.gap-8{
  gap: 2rem;
}
.gap-x-2{
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.gap-x-4{
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.space-x-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-0 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0px * var(--tw-space-y-reverse));
}
.space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-12 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.space-y-7 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.75rem * var(--tw-space-y-reverse));
}
.space-y-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.overflow-hidden{
  overflow: hidden;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.rounded-2xl{
  border-radius: 1rem;
}
.rounded-3xl{
  border-radius: 1.5rem;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-md{
  border-radius: 0.375rem;
}
.rounded-none{
  border-radius: 0px;
}
.rounded-xl{
  border-radius: 0.75rem;
}
.rounded-b-3xl{
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}
.rounded-b-none{
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.rounded-t-3xl{
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}
.border{
  border-width: 1px;
}
.border-0{
  border-width: 0px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-none{
  border-style: none;
}
.border-\[\#ccc\]{
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity, 1));
}
.border-black\/10{
  border-color: rgb(0 0 0 / 0.1);
}
.border-brand-gray-100{
  --tw-border-opacity: 1;
  border-color: rgb(232 232 232 / var(--tw-border-opacity, 1));
}
.border-brand-gray-light{
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity, 1));
}
.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.border-primary{
  --tw-border-opacity: 1;
  border-color: rgb(135 52 123 / var(--tw-border-opacity, 1));
}
.bg-\[\#dfedf6\]{
  --tw-bg-opacity: 1;
  background-color: rgb(223 237 246 / var(--tw-bg-opacity, 1));
}
.bg-brand-gray-light{
  --tw-bg-opacity: 1;
  background-color: rgb(204 204 204 / var(--tw-bg-opacity, 1));
}
.bg-brand-green\/10{
  background-color: rgb(31 78 70 / 0.1);
}
.bg-brand-purple{
  --tw-bg-opacity: 1;
  background-color: rgb(135 52 123 / var(--tw-bg-opacity, 1));
}
.bg-gray-400{
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
}
.bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(135 52 123 / var(--tw-bg-opacity, 1));
}
.bg-primary-100\/20{
  background-color: rgb(213 23 96 / 0.2);
}
.bg-primary-100\/60{
  background-color: rgb(213 23 96 / 0.6);
}
.bg-primary\/15{
  background-color: rgb(135 52 123 / 0.15);
}
.bg-red-400\/50{
  background-color: rgb(248 113 113 / 0.5);
}
.bg-red-500{
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}
.bg-transparent{
  background-color: transparent;
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-\[url\(\/sites\/biocrow\/media\/images\/banner\.png\)\]{
  background-image: url(/sites/biocrow/media/images/banner.png);
}
.bg-gradient-to-b{
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-none{
  background-image: none;
}
.from-\[\#282e78\]{
  --tw-gradient-from: #282e78 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(40 46 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#479cd2\]{
  --tw-gradient-from: #479cd2 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(71 156 210 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#87347b\]{
  --tw-gradient-from: #87347b var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(135 52 123 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#953b86\]{
  --tw-gradient-from: #953b86 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(149 59 134 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-\[\#04a3db\]{
  --tw-gradient-to: #04a3db var(--tw-gradient-to-position);
}
.to-\[\#2a3578\]{
  --tw-gradient-to: #2a3578 var(--tw-gradient-to-position);
}
.to-\[\#582350\]{
  --tw-gradient-to: #582350 var(--tw-gradient-to-position);
}
.to-\[\#6f2c64\]{
  --tw-gradient-to: #6f2c64 var(--tw-gradient-to-position);
}
.bg-cover{
  background-size: cover;
}
.bg-center{
  background-position: center;
}
.bg-no-repeat{
  background-repeat: no-repeat;
}
.stroke-white{
  stroke: #fff;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.object-center{
  -o-object-position: center;
     object-position: center;
}
.p-0{
  padding: 0px;
}
.p-3{
  padding: 0.75rem;
}
.p-4{
  padding: 1rem;
}
.p-\[2px\]{
  padding: 2px;
}
.px-0{
  padding-left: 0px;
  padding-right: 0px;
}
.px-1\.5{
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-12{
  padding-left: 3rem;
  padding-right: 3rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-3\.5{
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-\[20px\]{
  padding-left: 20px;
  padding-right: 20px;
}
.py-0{
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-0\.5{
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-7{
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-\[15px\]{
  padding-top: 15px;
  padding-bottom: 15px;
}
.pb-0{
  padding-bottom: 0px;
}
.pb-10{
  padding-bottom: 2.5rem;
}
.pb-12{
  padding-bottom: 3rem;
}
.pb-14{
  padding-bottom: 3.5rem;
}
.pb-16{
  padding-bottom: 4rem;
}
.pb-2{
  padding-bottom: 0.5rem;
}
.pb-20{
  padding-bottom: 5rem;
}
.pb-3{
  padding-bottom: 0.75rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pb-6{
  padding-bottom: 1.5rem;
}
.pb-7{
  padding-bottom: 1.75rem;
}
.pb-8{
  padding-bottom: 2rem;
}
.pb-\[5px\]{
  padding-bottom: 5px;
}
.pl-2{
  padding-left: 0.5rem;
}
.pl-4{
  padding-left: 1rem;
}
.pr-4{
  padding-right: 1rem;
}
.pr-6{
  padding-right: 1.5rem;
}
.pr-9{
  padding-right: 2.25rem;
}
.pt-0\.5{
  padding-top: 0.125rem;
}
.pt-1{
  padding-top: 0.25rem;
}
.pt-10{
  padding-top: 2.5rem;
}
.pt-14{
  padding-top: 3.5rem;
}
.pt-16{
  padding-top: 4rem;
}
.pt-2{
  padding-top: 0.5rem;
}
.pt-24{
  padding-top: 6rem;
}
.pt-3{
  padding-top: 0.75rem;
}
.pt-4{
  padding-top: 1rem;
}
.pt-6{
  padding-top: 1.5rem;
}
.pt-8{
  padding-top: 2rem;
}
.pt-\[19px\]{
  padding-top: 19px;
}
.pt-\[3px\]{
  padding-top: 3px;
}
.text-center{
  text-align: center;
}
.font-bree{
  font-family: Bree Serif, sans-serif;
}
.font-breelight{
  font-family: BreeLt, sans-serif;
}
.font-sourcesans{
  font-family: 'Source Sans 3', sans-serif;
}
.\!text-sm{
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-\[10px\]{
  font-size: 10px;
}
.text-\[14pt\]{
  font-size: 14pt;
}
.text-\[14px\]{
  font-size: 14px;
}
.text-\[15px\]{
  font-size: 15px;
}
.text-\[18px\]{
  font-size: 18px;
}
.text-\[19px\]{
  font-size: 19px;
}
.text-\[26px\]{
  font-size: 26px;
}
.text-\[55px\]{
  font-size: 55px;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}
.\!font-light{
  font-weight: 300 !important;
}
.font-bold{
  font-weight: 700;
}
.font-light{
  font-weight: 300;
}
.font-normal{
  font-weight: 400;
}
.uppercase{
  text-transform: uppercase;
}
.lowercase{
  text-transform: lowercase;
}
.capitalize{
  text-transform: capitalize;
}
.\!normal-case{
  text-transform: none !important;
}
.italic{
  font-style: italic;
}
.not-italic{
  font-style: normal;
}
.\!leading-\[1\.5\]{
  line-height: 1.5 !important;
}
.\!leading-normal{
  line-height: 1.5 !important;
}
.leading-\[1\.2\]{
  line-height: 1.2;
}
.leading-\[140\%\]{
  line-height: 140%;
}
.leading-none{
  line-height: 1;
}
.leading-normal{
  line-height: 1.5;
}
.leading-tight{
  line-height: 1.25;
}
.\!text-black\/50{
  color: rgb(0 0 0 / 0.5) !important;
}
.text-\[\#06c\]{
  --tw-text-opacity: 1;
  color: rgb(0 102 204 / var(--tw-text-opacity, 1));
}
.text-\[\#111827\]{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.text-\[\#92297e\]{
  --tw-text-opacity: 1;
  color: rgb(146 41 126 / var(--tw-text-opacity, 1));
}
.text-\[\#9f9f9f\]{
  --tw-text-opacity: 1;
  color: rgb(159 159 159 / var(--tw-text-opacity, 1));
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-black\/50{
  color: rgb(0 0 0 / 0.5);
}
.text-brand-blue{
  --tw-text-opacity: 1;
  color: rgb(59 111 171 / var(--tw-text-opacity, 1));
}
.text-brand-purple{
  --tw-text-opacity: 1;
  color: rgb(135 52 123 / var(--tw-text-opacity, 1));
}
.text-dark{
  --tw-text-opacity: 1;
  color: rgb(50 57 60 / var(--tw-text-opacity, 1));
}
.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.text-primary{
  --tw-text-opacity: 1;
  color: rgb(135 52 123 / var(--tw-text-opacity, 1));
}
.text-red-500{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.text-red-600{
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.underline{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.opacity-0{
  opacity: 0;
}
.opacity-20{
  opacity: 0.2;
}
.opacity-30{
  opacity: 0.3;
}
.opacity-50{
  opacity: 0.5;
}
.shadow-4xl{
  --tw-shadow: 0px 2px 9px rgb(0 0 0 / 33%);
  --tw-shadow-colored: 0px 2px 9px 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-\[0_0px_8px_1px_\#d2d2d2\]{
  --tw-shadow: 0 0px 8px 1px #d2d2d2;
  --tw-shadow-colored: 0 0px 8px 1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.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-none{
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline{
  outline-style: solid;
}
.blur{
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.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, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-200{
  transition-duration: 200ms;
}
.duration-300{
  transition-duration: 300ms;
}
@font-face {
  font-family: "BreeLt";
  src: url("/sites/duwa/resources/fonts/BreeSerifLight.woff") format("woff");
  font-weight: light;
  font-style: normal;
}
.exedit-off, .exedit-on {
  /* header {
      @apply top-[60px];
  } */
}
.exedit-off .mce-content-body p, .exedit-on .mce-content-body p {
  line-height: unset;
}

.exedit-off .showonexedit {
  display: none;
}

.exedit-on .showonexedit {
  display: inherit;
}

#form_1501{
  display: grid;
  max-width: 800px;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1rem;
}

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

#form_1501{
  padding-bottom: 3rem;
}

@media (min-width: 1024px){
  #form_1501{
    padding-bottom: 5rem;
  }
}
#form_1501 .form-group:not(.custom-checkbox){
  grid-column: span 12 / span 12;
  width: 100%;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(232 232 232 / var(--tw-border-opacity, 1));
  border-color: rgb(0 0 0 / 0.1);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 0.875rem;
  padding-right: 0.875rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
#form_1501 .form-group:not(.custom-checkbox)[data-aire-for=article_content]{
  width: 100%;
  overflow: hidden;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(232 232 232 / var(--tw-border-opacity, 1));
  border-color: rgb(0 0 0 / 0.1);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 0.875rem;
  padding-right: 0.875rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
#form_1501 .form-group:not(.custom-checkbox)[data-aire-for=article_content] textarea{
  display: none;
}
#form_1501 .form-group:not(.custom-checkbox)[data-aire-for=sdg], #form_1501 .form-group:not(.custom-checkbox)[data-aire-for=menu_title]{
  grid-column: span 8 / span 8;
}
#form_1501 .form-group:not(.custom-checkbox)[data-aire-for=event_date]{
  grid-column: span 8 / span 8;
}
#form_1501 .form-group:not(.custom-checkbox)[data-aire-for=start_time]{
  grid-column: span 2 / span 2;
}
#form_1501 .form-group:not(.custom-checkbox)[data-aire-for=end_time]{
  grid-column: span 2 / span 2;
}
#form_1501 .form-group:not(.custom-checkbox)[data-aire-for=event_date], #form_1501 .form-group:not(.custom-checkbox)[data-aire-for=start_time], #form_1501 .form-group:not(.custom-checkbox)[data-aire-for=end_time] {
  display: none;
}
#form_1501 .form-group:not(.custom-checkbox)[data-aire-for=date], #form_1501 .form-group:not(.custom-checkbox)[data-aire-for=theme]{
  grid-column: span 4 / span 4;
}
#form_1501 .form-group:not(.custom-checkbox) label{
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(135 52 123 / var(--tw-text-opacity, 1));
}
#form_1501 .form-group:not(.custom-checkbox) input,
#form_1501 .form-group:not(.custom-checkbox) select,
#form_1501 .form-group:not(.custom-checkbox) textarea{
  width: 100%;
  border-style: none;
  background-color: transparent;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0.125rem;
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}
#form_1501 .form-group:not(.custom-checkbox) input::-moz-placeholder, #form_1501 .form-group:not(.custom-checkbox) select::-moz-placeholder, #form_1501 .form-group:not(.custom-checkbox) textarea::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
#form_1501 .form-group:not(.custom-checkbox) input::placeholder,
#form_1501 .form-group:not(.custom-checkbox) select::placeholder,
#form_1501 .form-group:not(.custom-checkbox) textarea::placeholder{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
#form_1501 .form-group:not(.custom-checkbox) input:focus,
#form_1501 .form-group:not(.custom-checkbox) select:focus,
#form_1501 .form-group:not(.custom-checkbox) textarea:focus{
  border-width: 0px;
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
@media (min-width: 640px){
  #form_1501 .form-group:not(.custom-checkbox) input,
#form_1501 .form-group:not(.custom-checkbox) select,
#form_1501 .form-group:not(.custom-checkbox) textarea{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
#form_1501 .form-group[data-aire-for=gcal_event] {
  display: none;
}
#form_1501 .form-group[data-aire-for=picture_upload_0],
#form_1501 .form-group[data-aire-for=picture_upload_1],
#form_1501 .form-group[data-aire-for=picture_upload_2],
#form_1501 .form-group[data-aire-for=picture_upload_3],
#form_1501 .form-group[data-aire-for=picture_upload_4],
#form_1501 .form-group[data-aire-for=picture_upload_5],
#form_1501 .form-group[data-aire-for=picture_upload_6],
#form_1501 .form-group[data-aire-for=picture_upload_7],
#form_1501 .form-group[data-aire-for=picture_upload_8],
#form_1501 .form-group[data-aire-for=picture_upload_9],
#form_1501 .form-group[data-aire-for=picture_upload_10],
#form_1501 .form-group[data-aire-for=picture_upload_11],
#form_1501 .form-group[data-aire-for=banner_image_upload]{
  margin: 0px;
  width: 100%;
  border-style: none;
  background-color: transparent;
  padding: 0px;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@media (min-width: 768px){
  #form_1501 .form-group[data-aire-for=picture_upload_0],
#form_1501 .form-group[data-aire-for=picture_upload_1],
#form_1501 .form-group[data-aire-for=picture_upload_2],
#form_1501 .form-group[data-aire-for=picture_upload_3],
#form_1501 .form-group[data-aire-for=picture_upload_4],
#form_1501 .form-group[data-aire-for=picture_upload_5],
#form_1501 .form-group[data-aire-for=picture_upload_6],
#form_1501 .form-group[data-aire-for=picture_upload_7],
#form_1501 .form-group[data-aire-for=picture_upload_8],
#form_1501 .form-group[data-aire-for=picture_upload_9],
#form_1501 .form-group[data-aire-for=picture_upload_10],
#form_1501 .form-group[data-aire-for=picture_upload_11],
#form_1501 .form-group[data-aire-for=banner_image_upload]{
    grid-column: span 12 / span 12;
  }
}
#form_1501 .form-group[data-aire-for=picture_upload_0] input,
#form_1501 .form-group[data-aire-for=picture_upload_1] input,
#form_1501 .form-group[data-aire-for=picture_upload_2] input,
#form_1501 .form-group[data-aire-for=picture_upload_3] input,
#form_1501 .form-group[data-aire-for=picture_upload_4] input,
#form_1501 .form-group[data-aire-for=picture_upload_5] input,
#form_1501 .form-group[data-aire-for=picture_upload_6] input,
#form_1501 .form-group[data-aire-for=picture_upload_7] input,
#form_1501 .form-group[data-aire-for=picture_upload_8] input,
#form_1501 .form-group[data-aire-for=picture_upload_9] input,
#form_1501 .form-group[data-aire-for=picture_upload_10] input,
#form_1501 .form-group[data-aire-for=picture_upload_11] input,
#form_1501 .form-group[data-aire-for=banner_image_upload] input{
  display: none;
}
#form_1501 .form-group[data-aire-for=picture_upload_0] label[data-aire-component=label],
#form_1501 .form-group[data-aire-for=picture_upload_1] label[data-aire-component=label],
#form_1501 .form-group[data-aire-for=picture_upload_2] label[data-aire-component=label],
#form_1501 .form-group[data-aire-for=picture_upload_3] label[data-aire-component=label],
#form_1501 .form-group[data-aire-for=picture_upload_4] label[data-aire-component=label],
#form_1501 .form-group[data-aire-for=picture_upload_5] label[data-aire-component=label],
#form_1501 .form-group[data-aire-for=picture_upload_6] label[data-aire-component=label],
#form_1501 .form-group[data-aire-for=picture_upload_7] label[data-aire-component=label],
#form_1501 .form-group[data-aire-for=picture_upload_8] label[data-aire-component=label],
#form_1501 .form-group[data-aire-for=picture_upload_9] label[data-aire-component=label],
#form_1501 .form-group[data-aire-for=picture_upload_10] label[data-aire-component=label],
#form_1501 .form-group[data-aire-for=picture_upload_11] label[data-aire-component=label],
#form_1501 .form-group[data-aire-for=banner_image_upload] label[data-aire-component=label]{
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(135 52 123 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
#form_1501 .form-group[data-aire-for=picture_upload_0] label.custom-file-label,
#form_1501 .form-group[data-aire-for=picture_upload_1] label.custom-file-label,
#form_1501 .form-group[data-aire-for=picture_upload_2] label.custom-file-label,
#form_1501 .form-group[data-aire-for=picture_upload_3] label.custom-file-label,
#form_1501 .form-group[data-aire-for=picture_upload_4] label.custom-file-label,
#form_1501 .form-group[data-aire-for=picture_upload_5] label.custom-file-label,
#form_1501 .form-group[data-aire-for=picture_upload_6] label.custom-file-label,
#form_1501 .form-group[data-aire-for=picture_upload_7] label.custom-file-label,
#form_1501 .form-group[data-aire-for=picture_upload_8] label.custom-file-label,
#form_1501 .form-group[data-aire-for=picture_upload_9] label.custom-file-label,
#form_1501 .form-group[data-aire-for=picture_upload_10] label.custom-file-label,
#form_1501 .form-group[data-aire-for=picture_upload_11] label.custom-file-label,
#form_1501 .form-group[data-aire-for=banner_image_upload] label.custom-file-label{
  display: flex;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
#form_1501 .form-group[data-aire-for=picture_upload_0] .file-selected,
#form_1501 .form-group[data-aire-for=picture_upload_1] .file-selected,
#form_1501 .form-group[data-aire-for=picture_upload_2] .file-selected,
#form_1501 .form-group[data-aire-for=picture_upload_3] .file-selected,
#form_1501 .form-group[data-aire-for=picture_upload_4] .file-selected,
#form_1501 .form-group[data-aire-for=picture_upload_5] .file-selected,
#form_1501 .form-group[data-aire-for=picture_upload_6] .file-selected,
#form_1501 .form-group[data-aire-for=picture_upload_7] .file-selected,
#form_1501 .form-group[data-aire-for=picture_upload_8] .file-selected,
#form_1501 .form-group[data-aire-for=picture_upload_9] .file-selected,
#form_1501 .form-group[data-aire-for=picture_upload_10] .file-selected,
#form_1501 .form-group[data-aire-for=picture_upload_11] .file-selected,
#form_1501 .form-group[data-aire-for=banner_image_upload] .file-selected{
  display: flex;
  display: none;
  align-items: center;
}
#form_1501 .form-group[data-aire-for=picture_upload_0] .custom-file,
#form_1501 .form-group[data-aire-for=picture_upload_1] .custom-file,
#form_1501 .form-group[data-aire-for=picture_upload_2] .custom-file,
#form_1501 .form-group[data-aire-for=picture_upload_3] .custom-file,
#form_1501 .form-group[data-aire-for=picture_upload_4] .custom-file,
#form_1501 .form-group[data-aire-for=picture_upload_5] .custom-file,
#form_1501 .form-group[data-aire-for=picture_upload_6] .custom-file,
#form_1501 .form-group[data-aire-for=picture_upload_7] .custom-file,
#form_1501 .form-group[data-aire-for=picture_upload_8] .custom-file,
#form_1501 .form-group[data-aire-for=picture_upload_9] .custom-file,
#form_1501 .form-group[data-aire-for=picture_upload_10] .custom-file,
#form_1501 .form-group[data-aire-for=picture_upload_11] .custom-file,
#form_1501 .form-group[data-aire-for=banner_image_upload] .custom-file{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
#form_1501 .form-group[data-aire-for=picture_upload_0] .form-text.text-muted,
#form_1501 .form-group[data-aire-for=picture_upload_1] .form-text.text-muted,
#form_1501 .form-group[data-aire-for=picture_upload_2] .form-text.text-muted,
#form_1501 .form-group[data-aire-for=picture_upload_3] .form-text.text-muted,
#form_1501 .form-group[data-aire-for=picture_upload_4] .form-text.text-muted,
#form_1501 .form-group[data-aire-for=picture_upload_5] .form-text.text-muted,
#form_1501 .form-group[data-aire-for=picture_upload_6] .form-text.text-muted,
#form_1501 .form-group[data-aire-for=picture_upload_7] .form-text.text-muted,
#form_1501 .form-group[data-aire-for=picture_upload_8] .form-text.text-muted,
#form_1501 .form-group[data-aire-for=picture_upload_9] .form-text.text-muted,
#form_1501 .form-group[data-aire-for=picture_upload_10] .form-text.text-muted,
#form_1501 .form-group[data-aire-for=picture_upload_11] .form-text.text-muted,
#form_1501 .form-group[data-aire-for=banner_image_upload] .form-text.text-muted{
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
#form_1501 .form-group[data-aire-for=picture_upload_1]:not(.active):not(.selected),
#form_1501 .form-group[data-aire-for=picture_upload_2]:not(.active):not(.selected),
#form_1501 .form-group[data-aire-for=picture_upload_3]:not(.active):not(.selected),
#form_1501 .form-group[data-aire-for=picture_upload_4]:not(.active):not(.selected),
#form_1501 .form-group[data-aire-for=picture_upload_5]:not(.active):not(.selected),
#form_1501 .form-group[data-aire-for=picture_upload_6]:not(.active):not(.selected),
#form_1501 .form-group[data-aire-for=picture_upload_7]:not(.active):not(.selected),
#form_1501 .form-group[data-aire-for=picture_upload_8]:not(.active):not(.selected),
#form_1501 .form-group[data-aire-for=picture_upload_9]:not(.active):not(.selected),
#form_1501 .form-group[data-aire-for=picture_upload_10]:not(.active):not(.selected),
#form_1501 .form-group[data-aire-for=picture_upload_11]:not(.active):not(.selected) {
  display: none;
}
#form_1501 .form-group.selected label[data-aire-component=label]{
  display: none;
}
#form_1501 .form-group.selected .file-selected{
  display: flex;
}
#form_1501 .form-group[data-aire-for=video1],
#form_1501 .form-group[data-aire-for=video2],
#form_1501 .form-group[data-aire-for=video3],
#form_1501 .form-group[data-aire-for=video4],
#form_1501 .form-group[data-aire-for=video5],
#form_1501 .form-group[data-aire-for=video6],
#form_1501 .form-group[data-aire-for=video7],
#form_1501 .form-group[data-aire-for=video8],
#form_1501 .form-group[data-aire-for=video9],
#form_1501 .form-group[data-aire-for=video10],
#form_1501 .form-group[data-aire-for=video11],
#form_1501 .form-group[data-aire-for=video12]{
  grid-column: span 8 / span 8;
}
#form_1501 .form-group[data-aire-for=video1]:not(.filled),
#form_1501 .form-group[data-aire-for=video2]:not(.filled),
#form_1501 .form-group[data-aire-for=video3]:not(.filled),
#form_1501 .form-group[data-aire-for=video4]:not(.filled),
#form_1501 .form-group[data-aire-for=video5]:not(.filled),
#form_1501 .form-group[data-aire-for=video6]:not(.filled),
#form_1501 .form-group[data-aire-for=video7]:not(.filled),
#form_1501 .form-group[data-aire-for=video8]:not(.filled),
#form_1501 .form-group[data-aire-for=video9]:not(.filled),
#form_1501 .form-group[data-aire-for=video10]:not(.filled),
#form_1501 .form-group[data-aire-for=video11]:not(.filled),
#form_1501 .form-group[data-aire-for=video12]:not(.filled){
  display: none;
}
#form_1501 .form-group[data-aire-for=dim_video_1],
#form_1501 .form-group[data-aire-for=dim_video_2],
#form_1501 .form-group[data-aire-for=dim_video_3],
#form_1501 .form-group[data-aire-for=dim_video_4],
#form_1501 .form-group[data-aire-for=dim_video_5],
#form_1501 .form-group[data-aire-for=dim_video_6],
#form_1501 .form-group[data-aire-for=dim_video_7],
#form_1501 .form-group[data-aire-for=dim_video_8],
#form_1501 .form-group[data-aire-for=dim_video_9],
#form_1501 .form-group[data-aire-for=dim_video_10],
#form_1501 .form-group[data-aire-for=dim_video_11],
#form_1501 .form-group[data-aire-for=dim_video_12]{
  grid-column: span 4 / span 4;
}
#form_1501 .form-group[data-aire-for=dim_video_1]:not(.filled),
#form_1501 .form-group[data-aire-for=dim_video_2]:not(.filled),
#form_1501 .form-group[data-aire-for=dim_video_3]:not(.filled),
#form_1501 .form-group[data-aire-for=dim_video_4]:not(.filled),
#form_1501 .form-group[data-aire-for=dim_video_5]:not(.filled),
#form_1501 .form-group[data-aire-for=dim_video_6]:not(.filled),
#form_1501 .form-group[data-aire-for=dim_video_7]:not(.filled),
#form_1501 .form-group[data-aire-for=dim_video_8]:not(.filled),
#form_1501 .form-group[data-aire-for=dim_video_9]:not(.filled),
#form_1501 .form-group[data-aire-for=dim_video_10]:not(.filled),
#form_1501 .form-group[data-aire-for=dim_video_11]:not(.filled),
#form_1501 .form-group[data-aire-for=dim_video_12]:not(.filled){
  display: none;
}
#form_1501 .ql-toolbar{
  grid-column: span 12 / span 12;
}
#form_1501 .ql-editor{
  min-height: 200px;
}
@media (min-width: 640px){
  #form_1501 .form-group.custom-checkbox{
    grid-column: span 12 / span 12;
  }
}
#form_1501 .form-group.custom-checkbox label{
  position: relative;
  display: block;
  height: 38px;
  width: 5rem;
  cursor: pointer;
  border-radius: 9999px;
  border-width: 1px;
  background-color: rgb(213 23 96 / 0.2);
}
#form_1501 .form-group.custom-checkbox label span{
  position: absolute;
  bottom: 8px;
  left: 100%;
  display: block;
  white-space: nowrap;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
#form_1501 .form-group.custom-checkbox label:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  background-color: white;
  width: 32px;
  height: 32px;
  border-radius: 9999px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
#form_1501 .form-group.custom-checkbox label:before {
  content: "JA \A0\A0\A0\A0\A0\A0\A0\A0NEE";
  position: absolute;
  top: 0px;
  left: 0px;
  color: white;
  font-size: 12px;
  line-height: 36px;
  text-align: justify;
  padding: 0 10px;
  width: 100%;
  height: 100%;
  border-radius: 9999px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
#form_1501 .form-group.custom-checkbox input[type=checkbox] {
  width: 1px;
  height: 1px;
  opacity: 0;
}
#form_1501 .form-group.custom-checkbox input[type=checkbox]:checked + label:after {
  transform: translateX(42px);
  --tw-bg-opacity: 1;
  background-color: rgb(135 52 123 / var(--tw-bg-opacity, 1));
}
#form_1501 button[type=Submit]{
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  --tw-gradient-from: #953b86 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(149 59 134 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #6f2c64 var(--tw-gradient-to-position);
  padding-left: 3rem;
  padding-right: 3rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
#form_1501 button[type=Submit]:hover{
  --tw-bg-opacity: 0.9;
}
#form_1501 .form-group[data-aire-for=sdg] select{
  display: none;
}
#form_1501 .form-group[data-aire-for=sdg] .custom-select {
  position: relative;
  width: 250px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 100%;
  font-size: 1rem;
  line-height: 1.5rem;
}
@media (min-width: 640px){
  #form_1501 .form-group[data-aire-for=sdg] .custom-select{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
#form_1501 .form-group[data-aire-for=sdg] .select-box {
  width: 100%;
  border: 0 none;
  background: #fff;
  height: 27.6px;
  overflow: hidden;
  cursor: pointer;
  font-size: 1rem;
  line-height: 1.5rem;
}
@media (min-width: 640px){
  #form_1501 .form-group[data-aire-for=sdg] .select-box{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
#form_1501 .form-group[data-aire-for=sdg] .options-container {
  display: none;
  position: absolute;
  top: 100%;
  z-index: 999;
  background: #fff;
  border: 1px solid #ccc;
  width: 100%;
  max-height: 200px;
  overflow-y: auto;
}
#form_1501 .form-group[data-aire-for=sdg] .option {
  display: flex;
  align-items: center;
  padding: 6px;
  color: #000000;
  font-weight: lighter;
  text-transform: none;
  font-size: 1rem;
  line-height: 1.5rem;
}
@media (min-width: 640px){
  #form_1501 .form-group[data-aire-for=sdg] .option{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
#form_1501 .form-group[data-aire-for=sdg] .option img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
#form_1501 .form-group[data-aire-for=sdg] .option input {
  margin-right: 6px;
  width: auto;
}

.edit-article #form_1501 {
  /* .form-group[data-aire-for=picture_upload_0],
  .form-group[data-aire-for=picture_upload_1],
  .form-group[data-aire-for=picture_upload_2],
  .form-group[data-aire-for=picture_upload_3],
  .form-group[data-aire-for=picture_upload_4],
  .form-group[data-aire-for=picture_upload_5],
  .form-group[data-aire-for=picture_upload_6],
  .form-group[data-aire-for=picture_upload_7],
  .form-group[data-aire-for=picture_upload_8],
  .form-group[data-aire-for=picture_upload_9],
  .form-group[data-aire-for=picture_upload_10],
  .form-group[data-aire-for=picture_upload_11], {
      display: block !important;
  } */
}
.edit-article #form_1501 .form-group.selected {
  display: block !important;
}
.edit-article #form_1501 .form-group.selected + .form-group {
  display: block !important;
}
.edit-article #form_1501 .form-group[data-aire-for=visibility]{
  grid-column: span 12 / span 12;
}

#form_1499{
  display: grid;
}
#form_1499 .form-group:not(.custom-checkbox){
  grid-column: span 12 / span 12;
}
#form_1499 .form-group:not(.custom-checkbox)[data-aire-for=intro]{
  position: relative;
}
#form_1499 .form-group:not(.custom-checkbox)[data-aire-for=profile_content]{
  position: relative;
  width: 100%;
  overflow: hidden;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(232 232 232 / var(--tw-border-opacity, 1));
  border-color: rgb(0 0 0 / 0.1);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 0.875rem;
  padding-right: 0.875rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
#form_1499 .form-group:not(.custom-checkbox)[data-aire-for=profile_content] textarea{
  display: none;
}
#form_1499 .form-group:not(.custom-checkbox) .ql-editor{
  font-size: 1rem;
  line-height: 1.5rem;
}
#form_1499 .form-group:not(.custom-checkbox) .ql-editor p {
  margin: 10px 0;
}

.form-wrapper .ff-exo-form{
  display: inline-block;
  width: 100%;
}

.form-wrapper .ff-exo-form > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.form-wrapper .ff-exo-form#form_1507{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.25rem;
}
@media (min-width: 640px){
  .form-wrapper .ff-exo-form#form_1507{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
  }
}
.form-wrapper .ff-exo-form#form_1507 .form-group{
  margin-top: 0px;
}
@media (min-width: 640px){
  .form-wrapper .ff-exo-form#form_1507 .form-group[data-aire-for=message]{
    grid-column: span 2 / span 2;
  }
}
.form-wrapper .ff-exo-form#form_1507 button[type=Submit]{
  margin-top: 0px;
}
.form-wrapper .ff-exo-form .form-group:not(.custom-checkbox){
  width: 100%;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 0.875rem;
  padding-right: 0.875rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-shadow: 0px 2px 9px rgb(0 0 0 / 33%);
  --tw-shadow-colored: 0px 2px 9px 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-wrapper .ff-exo-form .form-group:not(.custom-checkbox) label{
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(135 52 123 / var(--tw-text-opacity, 1));
}
.form-wrapper .ff-exo-form .form-group:not(.custom-checkbox) input:not([type=checkbox]),
.form-wrapper .ff-exo-form .form-group:not(.custom-checkbox) select,
.form-wrapper .ff-exo-form .form-group:not(.custom-checkbox) textarea{
  width: 100%;
  border-style: none;
  background-color: transparent;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0.125rem;
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.form-wrapper .ff-exo-form .form-group:not(.custom-checkbox) input:not([type=checkbox])::-moz-placeholder, .form-wrapper .ff-exo-form .form-group:not(.custom-checkbox) select::-moz-placeholder, .form-wrapper .ff-exo-form .form-group:not(.custom-checkbox) textarea::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.form-wrapper .ff-exo-form .form-group:not(.custom-checkbox) input:not([type=checkbox])::placeholder,
.form-wrapper .ff-exo-form .form-group:not(.custom-checkbox) select::placeholder,
.form-wrapper .ff-exo-form .form-group:not(.custom-checkbox) textarea::placeholder{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.form-wrapper .ff-exo-form .form-group:not(.custom-checkbox) input:not([type=checkbox]):focus,
.form-wrapper .ff-exo-form .form-group:not(.custom-checkbox) select:focus,
.form-wrapper .ff-exo-form .form-group:not(.custom-checkbox) textarea:focus{
  border-width: 0px;
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
@media (min-width: 640px){
  .form-wrapper .ff-exo-form .form-group:not(.custom-checkbox) input:not([type=checkbox]),
.form-wrapper .ff-exo-form .form-group:not(.custom-checkbox) select,
.form-wrapper .ff-exo-form .form-group:not(.custom-checkbox) textarea{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.form-wrapper .ff-exo-form button[type=Submit]{
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  --tw-gradient-from: #953b86 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(149 59 134 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #6f2c64 var(--tw-gradient-to-position);
  padding-left: 3rem;
  padding-right: 3rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.form-wrapper .ff-exo-form button[type=Submit]:hover{
  --tw-bg-opacity: 0.9;
}
.form-wrapper .ff-exo-form#form_1500{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.25rem;
}
@media (min-width: 640px){
  .form-wrapper .ff-exo-form#form_1500{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
  }
}
.form-wrapper .ff-exo-form#form_1500 [data-aire-component=captcha] {
  margin: 0;
}
.form-wrapper .ff-exo-form#form_1500 .form-group{
  margin-top: 0px;
}
@media (min-width: 640px){
  .form-wrapper .ff-exo-form#form_1500 .form-group[data-aire-for=comment]{
    grid-column: span 2 / span 2;
  }
}
.form-wrapper .ff-exo-form#form_1500 .form-group textarea{
  height: 145px;
}
.form-wrapper .ff-exo-form#form_1500 button[type=Submit]{
  margin-top: 0px;
}

@media (min-width: 640px){
  footer #form_1506,
footer #form_1506_1{
    display: flex;
  }
}
footer #form_1506 .form-group,
footer #form_1506_1 .form-group{
  height: 49px;
  border-radius: 0px;
  box-sizing: border-box;
  border-radius: 0.75rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
footer #form_1506 .form-group[data-aire-for=new_email], footer #form_1506 .form-group[data-aire-for=confirm_new_email], footer #form_1506 .form-group[data-aire-for=reason], footer #form_1506 .form-group[data-aire-for=reason_extra], footer #form_1506 .form-group[data-aire-for=confirm],
footer #form_1506_1 .form-group[data-aire-for=new_email],
footer #form_1506_1 .form-group[data-aire-for=confirm_new_email],
footer #form_1506_1 .form-group[data-aire-for=reason],
footer #form_1506_1 .form-group[data-aire-for=reason_extra],
footer #form_1506_1 .form-group[data-aire-for=confirm]{
  display: none;
}
footer #form_1506 .form-group[data-aire-for=email],
footer #form_1506_1 .form-group[data-aire-for=email]{
  display: flex;
}
footer #form_1506 .form-group label,
footer #form_1506_1 .form-group label{
  display: none;
}
footer #form_1506 .form-group input,
footer #form_1506_1 .form-group input{
  width: 100%;
  border-style: none;
  background-color: transparent;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0.125rem;
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}
footer #form_1506 .form-group input::-moz-placeholder, footer #form_1506_1 .form-group input::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
footer #form_1506 .form-group input::placeholder,
footer #form_1506_1 .form-group input::placeholder{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
footer #form_1506 .form-group input:focus,
footer #form_1506_1 .form-group input:focus{
  border-width: 0px;
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
@media (min-width: 640px){
  footer #form_1506 .form-group input,
footer #form_1506_1 .form-group input{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
footer #form_1506 .form-group input::-moz-placeholder, footer #form_1506_1 .form-group input::-moz-placeholder {
  color: grey;
}
footer #form_1506 .form-group input::placeholder,
footer #form_1506_1 .form-group input::placeholder {
  color: grey;
}
footer #form_1506 button[type=Submit],
footer #form_1506_1 button[type=Submit]{
  margin-left: 0px;
  display: flex;
  height: 49px;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(135 52 123 / var(--tw-bg-opacity, 1));
}
@media (min-width: 640px){
  footer #form_1506 button[type=Submit],
footer #form_1506_1 button[type=Submit]{
    margin-left: 0.75rem;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (min-width: 768px){
  footer #form_1506 button[type=Submit],
footer #form_1506_1 button[type=Submit]{
    grid-column: span 1 / span 1;
  }
}

.subscription-alter #form_1506 .form-group[data-aire-for=reason_extra]{
  display: none;
}

.newsletter-details #form_1506 .form-group[data-aire-for=new_email], .newsletter-details #form_1506 .form-group[data-aire-for=confirm_new_email], .newsletter-details #form_1506 .form-group[data-aire-for=reason], .newsletter-details #form_1506 .form-group[data-aire-for=reason_extra], .newsletter-details #form_1506 .form-group[data-aire-for=confirm]{
  display: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  color: #ffffff;
}

.bg-gray {
  background: #F0F0F0 !important;
}

.ql-snow .ql-editor {
  min-height: 320px;
}
.ql-snow .ql-editor h2{
  font-family: 'Source Sans 3', sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(135 52 123 / var(--tw-text-opacity, 1));
}
.ql-snow .ql-editor blockquote{
  max-width: 680px;
  border-width: 0px;
  padding-bottom: 1.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-style: normal;
  --tw-text-opacity: 1;
  color: rgb(135 52 123 / var(--tw-text-opacity, 1));
}

.masonry-layout-video .grid-sizer,
.masonry-layout-video .grid-item{
  width: 24%;
}

.masonry-layout-video .ar-16-9{
  width: 49%;
}

.masonry-layout-video .ar-16-9 > div{
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 16;
}

.masonry-layout-video .ar-16-9 > div > *{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.masonry-layout-video .ar-16-9 > div{
  --tw-aspect-h: 9;
}

.masonry-layout-video .ar-1-1{
  width: 24%;
}

.masonry-layout-video .ar-1-1 > div{
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 1;
}

.masonry-layout-video .ar-1-1 > div > *{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.masonry-layout-video .ar-1-1 > div{
  --tw-aspect-h: 1;
}

.masonry-layout-video .ar-9-16{
  width: 24%;
}

.masonry-layout-video .ar-9-16 > div{
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 9;
}

.masonry-layout-video .ar-9-16 > div > *{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.masonry-layout-video .ar-9-16 > div{
  --tw-aspect-h: 16;
}

.newsletter-switch:before {
  content: "JA \A0\A0\A0\A0\A0\A0\A0\A0NEE";
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 12px;
  line-height: 36px;
  text-align: justify;
  padding: 0 10px;
  width: 100%;
  height: 100%;
  border-radius: 9999px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.ql-snow[data-aire-for=article_content] .ql-editor .tiptap,
.form-group[data-aire-for=article_content] .tt-editor .tiptap{
  min-height: 250px;
}
.ql-snow[data-aire-for=article_content] .ql-editor .tiptap:focus-visible,
.form-group[data-aire-for=article_content] .tt-editor .tiptap:focus-visible {
  outline: none;
}
.ql-snow[data-aire-for=article_content] .ql-editor h2,
.form-group[data-aire-for=article_content] .tt-editor h2{
  font-size: 18px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(135 52 123 / var(--tw-text-opacity, 1));
}
.ql-snow[data-aire-for=article_content] .ql-editor h3,
.form-group[data-aire-for=article_content] .tt-editor h3{
  padding-bottom: 1.75rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 400;
  line-height: 1.5;
}
.ql-snow[data-aire-for=article_content] .ql-editor h4,
.form-group[data-aire-for=article_content] .tt-editor h4{
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(135 52 123 / var(--tw-text-opacity, 1));
}
.ql-snow[data-aire-for=article_content] .ql-editor blockquote,
.form-group[data-aire-for=article_content] .tt-editor blockquote{
  max-width: 680px;
  border-width: 0px;
  padding-bottom: 1.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-style: normal;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(135 52 123 / var(--tw-text-opacity, 1));
}
.ql-snow[data-aire-for=article_content] .ql-editor p,
.form-group[data-aire-for=article_content] .tt-editor p{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  font-family: BreeLt, sans-serif;
  font-size: 14pt;
}
.ql-snow[data-aire-for=article_content] .ql-editor ol,
.form-group[data-aire-for=article_content] .tt-editor ol{
  font-size: 1rem;
  line-height: 1.5rem;
  list-style-type: disc;
  padding-left: 20px;
}
.ql-snow[data-aire-for=article_content] .ql-editor ol li p,
.form-group[data-aire-for=article_content] .tt-editor ol li p{
  margin-top: 0px;
  margin-bottom: 0px;
}
.ql-snow[data-aire-for=article_content] .ql-editor ul,
.form-group[data-aire-for=article_content] .tt-editor ul{
  font-size: 1rem;
  line-height: 1.5rem;
  list-style-type: decimal;
  padding-left: 20px;
}
.ql-snow[data-aire-for=article_content] .ql-editor ul li p,
.form-group[data-aire-for=article_content] .tt-editor ul li p{
  margin-top: 0px;
  margin-bottom: 0px;
}
.ql-snow[data-aire-for=article_content] .ql-editor a,
.form-group[data-aire-for=article_content] .tt-editor a{
  color: rgb(135 52 123 / var(--tw-text-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.ql-container.ql-snow {
  border: none !important;
}

[data-network=copy] {
  display: inline-block !important;
  min-width: 40px;
  background: url("/sites/duwa/media/images/icons8-chain-24.png") no-repeat 8px center;
}
[data-network=copy] img {
  display: none !important;
}
[data-network=copy] .copy-notify {
  margin-left: 20px;
  font-size: 0;
  margin-right: 10px;
}
[data-network=copy] .copy-notify:after {
  content: "URL gekopieerd   ";
  color: #fff;
  font-size: 12px;
  margin-right: 10px;
}

article ol {
  list-style-type: disc;
}
article ul {
  list-style-type: decimal;
}

article ol li[data-list=bullet] {
  list-style-type: disc;
  padding-left: 0;
}

.sharethis-inline-share-buttons .st-btn {
  background-color: #87347b !important;
}

.sl-caption.pos-bottom {
  display: none !important;
}

.edit-profile .tt-editor{
  font-size: 1rem;
  line-height: 1.5rem;
}
.edit-profile .tt-editor .tiptap{
  min-height: 250px;
}
.edit-profile .tt-editor .tiptap:focus-visible {
  outline: none;
}
.edit-profile .tt-editor p {
  margin: 10px 0;
}
.edit-profile .tt-editor h2{
  font-family: 'Source Sans 3', sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}
.edit-profile .tt-editor blockquote{
  max-width: 680px;
  border-width: 0px;
  padding-bottom: 1.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-style: normal;
  --tw-text-opacity: 1;
  color: rgb(135 52 123 / var(--tw-text-opacity, 1));
}
.edit-profile .tt-editor ol {
  list-style-type: disc;
  padding-left: 20px;
}
.edit-profile .tt-editor ul {
  list-style-type: decimal;
  padding-left: 20px;
}

.logotext {
  font-size: clamp(40px, 10vw, 129px);
}

.logosubtext {
  font-size: clamp(12px, 3vw, 40px);
}

@media screen and (max-width: 1023.99px) {
  #articlesSearchForm:not(.active) .hideonmobile {
    display: none;
  }
}
#form_1524 .form-group input[name=pincode]{
  display: none;
}
#form_1524 .form-group[data-aire-for=name], #form_1524 .form-group[data-aire-for=password], #form_1524 .form-group[data-aire-for=pincode], #form_1524 .form-group[data-aire-for=use_pincode], #form_1524 .form-group[data-aire-for=pincode] input[name=pincode], #form_1524 .form-group[data-aire-for=use_pincode] input[type=checkbox]{
  display: none;
}
#form_1524 .form-group[data-aire-for=use_pincode] {
  display: none !important;
}
#form_1524 .form-group[data-aire-for=use_pincode] label {
  font-size: 12px;
  cursor: pointer;
}
#form_1524 .form-group[data-aire-for=pincode] {
  display: none;
}
#form_1524 .form-group[data-aire-for=pincode] > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
#form_1524 .form-group[data-aire-for=pincode]{
  border-radius: 0px;
  border-style: none;
  background-color: transparent;
  padding-left: 0px;
  padding-right: 0px;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
#form_1524 .form-group[data-aire-for=pincode] .pincode-items .group{
  width: 100%;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity, 1));
  border-color: rgb(0 0 0 / 0.1);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 0px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
#form_1524 .form-group[data-aire-for=pincode] .pincode-items .group input{
  height: 100%;
  width: 100%;
  text-align: center;
}
#form_1524 button[type=Submit]{
  width: 100%;
}
.placeholder\:text-black::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.placeholder\:text-black::placeholder{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.before\:relative::before{
  content: var(--tw-content);
  position: relative;
}
.before\:mx-0\.5::before{
  content: var(--tw-content);
  margin-left: 0.125rem;
  margin-right: 0.125rem;
}
.before\:content-\[url\(\/sites\/biocrow\/media\/images\/arrow-right\.png\)\]::before{
  --tw-content: url(/sites/biocrow/media/images/arrow-right.png);
  content: var(--tw-content);
}
.after\:absolute::after{
  content: var(--tw-content);
  position: absolute;
}
.after\:left-0::after{
  content: var(--tw-content);
  left: 0px;
}
.after\:left-\[2px\]::after{
  content: var(--tw-content);
  left: 2px;
}
.after\:top-\[2px\]::after{
  content: var(--tw-content);
  top: 2px;
}
.after\:top-full::after{
  content: var(--tw-content);
  top: 100%;
}
.after\:mt-1::after{
  content: var(--tw-content);
  margin-top: 0.25rem;
}
.after\:h-\[20px\]::after{
  content: var(--tw-content);
  height: 20px;
}
.after\:h-\[2px\]::after{
  content: var(--tw-content);
  height: 2px;
}
.after\:h-\[32px\]::after{
  content: var(--tw-content);
  height: 32px;
}
.after\:w-\[20px\]::after{
  content: var(--tw-content);
  width: 20px;
}
.after\:w-\[32px\]::after{
  content: var(--tw-content);
  width: 32px;
}
.after\:w-full::after{
  content: var(--tw-content);
  width: 100%;
}
.after\:rounded-full::after{
  content: var(--tw-content);
  border-radius: 9999px;
}
.after\:rounded-lg::after{
  content: var(--tw-content);
  border-radius: 0.5rem;
}
.after\:bg-black::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.after\:bg-white::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.after\:\!text-2xl::after{
  content: var(--tw-content);
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}
.after\:opacity-0::after{
  content: var(--tw-content);
  opacity: 0;
}
.after\:transition-all::after{
  content: var(--tw-content);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.after\:content-\[\'\'\]::after{
  --tw-content: '';
  content: var(--tw-content);
}
.first\:before\:hidden:first-child::before{
  content: var(--tw-content);
  display: none;
}
.last\:border-b-0:last-child{
  border-bottom-width: 0px;
}
.hover\:bg-primary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(135 52 123 / var(--tw-bg-opacity, 1));
}
.hover\:bg-opacity-90:hover{
  --tw-bg-opacity: 0.9;
}
.hover\:text-\[\#06c\]:hover{
  --tw-text-opacity: 1;
  color: rgb(0 102 204 / var(--tw-text-opacity, 1));
}
.hover\:text-black:hover{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.focus\:border-0:focus{
  border-width: 0px;
}
.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:ring-0:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.group\/submenu:hover .group-hover\/submenu\:visible{
  visibility: visible;
}
.group\/submenu:hover .group-hover\/submenu\:rounded-t-full{
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
}
.group\/submenu:hover .group-hover\/submenu\:bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.group\/submenu:hover .group-hover\/submenu\:opacity-100{
  opacity: 1;
}
.group\/submenu:hover .group-hover\/submenu\:shadow-none{
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.group.active .group-\[\.active\]\:visible{
  visibility: visible;
}
.group.active .group-\[\.active\]\:right-0{
  right: 0px;
}
.group\/item.active .group-\[\.active\]\/item\:block{
  display: block;
}
.group.active .group-\[\.active\]\:block{
  display: block;
}
.group.error .group-\[\.error\]\:block{
  display: block;
}
.group\/item.hover .group-\[\.hover\]\/item\:block{
  display: block;
}
.group\/item.active .group-\[\.active\]\/item\:hidden{
  display: none;
}
.group.active .group-\[\.active\]\:hidden{
  display: none;
}
.group.error .group-\[\.error\]\:hidden{
  display: none;
}
.group\/item.hover .group-\[\.hover\]\/item\:hidden{
  display: none;
}
.group.open .group-\[\.open\]\:max-h-fit{
  max-height: -moz-fit-content;
  max-height: fit-content;
}
.group.open .group-\[\.open\]\:rotate-180{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group.active .group-\[\.active\]\:rounded-t{
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.group.active .group-\[\.active\]\:bg-black\/40{
  background-color: rgb(0 0 0 / 0.4);
}
.group.open .group-\[\.open\]\:py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.group.active .group-\[\.active\]\:opacity-100{
  opacity: 1;
}
.group\/link.active .group-\[\.active\]\/link\:after\:opacity-100::after{
  content: var(--tw-content);
  opacity: 1;
}
.peer:checked ~ .peer-checked\:after\:translate-x-\[24px\]::after{
  content: var(--tw-content);
  --tw-translate-x: 24px;
  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));
}
.peer:checked ~ .peer-checked\:after\:translate-x-\[42px\]::after{
  content: var(--tw-content);
  --tw-translate-x: 42px;
  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));
}
.peer:checked ~ .peer-checked\:after\:bg-primary::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(135 52 123 / var(--tw-bg-opacity, 1));
}
.prose-h1\:font-bree :is(:where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  font-family: Bree Serif, sans-serif;
}
.prose-h2\:font-bree :is(:where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  font-family: Bree Serif, sans-serif;
}
.prose-h2\:text-3xl :is(:where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.prose-h2\:text-\[18pt\] :is(:where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  font-size: 18pt;
}
.prose-h2\:font-bold :is(:where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  font-weight: 700;
}
.prose-h2\:text-primary :is(:where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  --tw-text-opacity: 1;
  color: rgb(135 52 123 / var(--tw-text-opacity, 1));
}
.prose-h3\:pb-7 :is(:where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  padding-bottom: 1.75rem;
}
.prose-h3\:font-bree :is(:where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  font-family: Bree Serif, sans-serif;
}
.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\:font-normal :is(:where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  font-weight: 400;
}
.prose-h3\:\!leading-normal :is(:where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  line-height: 1.5 !important;
}
.prose-h4\:font-bree :is(:where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  font-family: Bree Serif, sans-serif;
}
.prose-h4\:text-lg :is(:where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.prose-h4\:font-bold :is(:where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  font-weight: 700;
}
.prose-h4\:text-primary :is(:where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  --tw-text-opacity: 1;
  color: rgb(135 52 123 / var(--tw-text-opacity, 1));
}
.prose-p\:text-\[14pt\] :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  font-size: 14pt;
}
.prose-p\:text-base :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  font-size: 1rem;
  line-height: 1.5rem;
}
.prose-p\:\!leading-normal :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  line-height: 1.5 !important;
}
.prose-p\:text-black :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.prose-a\:underline :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.prose-blockquote\:max-w-\[680px\] :is(:where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  max-width: 680px;
}
.prose-blockquote\:border-0 :is(:where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  border-width: 0px;
}
.prose-blockquote\:pb-6 :is(:where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  padding-bottom: 1.5rem;
}
.prose-blockquote\:text-xl :is(:where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.prose-blockquote\:not-italic :is(:where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  font-style: normal;
}
.prose-blockquote\:\!leading-normal :is(:where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  line-height: 1.5 !important;
}
.prose-blockquote\:text-primary :is(:where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  --tw-text-opacity: 1;
  color: rgb(135 52 123 / var(--tw-text-opacity, 1));
}
.prose-figure\:py-10 :is(:where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.prose-ol\:text-base :is(:where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  font-size: 1rem;
  line-height: 1.5rem;
}
.prose-ul\:text-base :is(:where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  font-size: 1rem;
  line-height: 1.5rem;
}
.prose-li\:text-base :is(:where(li):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  font-size: 1rem;
  line-height: 1.5rem;
}
@media not all and (min-width: 1280px){
  .max-xl\:left-0{
    left: 0px;
  }
}
@media not all and (min-width: 1024px){
  .max-lg\:flex-wrap{
    flex-wrap: wrap;
  }
  .max-lg\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .max-lg\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media not all and (min-width: 768px){
  .max-md\:pb-4{
    padding-bottom: 1rem;
  }
}
@media not all and (min-width: 640px){
  .max-sm\:flex-wrap{
    flex-wrap: wrap;
  }
}
@media (max-width: 380px){
  .max-\[380px\]\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 640px){
  .sm\:mb-12{
    margin-bottom: 3rem;
  }
  .sm\:ml-3{
    margin-left: 0.75rem;
  }
  .sm\:mt-0{
    margin-top: 0px;
  }
  .sm\:inline{
    display: inline;
  }
  .sm\:flex{
    display: flex;
  }
  .sm\:hidden{
    display: none;
  }
  .sm\:h-6{
    height: 1.5rem;
  }
  .sm\:h-\[320px\]{
    height: 320px;
  }
  .sm\:h-\[58px\]{
    height: 58px;
  }
  .sm\:w-6{
    width: 1.5rem;
  }
  .sm\:w-\[300px\]{
    width: 300px;
  }
  .sm\:w-\[49\%\]{
    width: 49%;
  }
  .sm\:w-\[58px\]{
    width: 58px;
  }
  .sm\:w-auto{
    width: auto;
  }
  .sm\:w-fit{
    width: -moz-fit-content;
    width: fit-content;
  }
  .sm\:min-w-fit{
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:flex-row{
    flex-direction: row;
  }
  .sm\:flex-nowrap{
    flex-wrap: nowrap;
  }
  .sm\:items-center{
    align-items: center;
  }
  .sm\:justify-start{
    justify-content: flex-start;
  }
  .sm\:justify-between{
    justify-content: space-between;
  }
  .sm\:gap-12{
    gap: 3rem;
  }
  .sm\:gap-6{
    gap: 1.5rem;
  }
  .sm\:gap-8{
    gap: 2rem;
  }
  .sm\:space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }
  .sm\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }
  .sm\:whitespace-nowrap{
    white-space: nowrap;
  }
  .sm\:rounded-3xl{
    border-radius: 1.5rem;
  }
  .sm\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .sm\:px-\[70px\]{
    padding-left: 70px;
    padding-right: 70px;
  }
  .sm\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .sm\:pb-10{
    padding-bottom: 2.5rem;
  }
  .sm\:pb-16{
    padding-bottom: 4rem;
  }
  .sm\:pb-20{
    padding-bottom: 5rem;
  }
  .sm\:pl-5{
    padding-left: 1.25rem;
  }
  .sm\:pt-10{
    padding-top: 2.5rem;
  }
  .sm\:pt-14{
    padding-top: 3.5rem;
  }
  .sm\:pt-20{
    padding-top: 5rem;
  }
  .sm\:pt-6{
    padding-top: 1.5rem;
  }
  .sm\:pt-8{
    padding-top: 2rem;
  }
  .sm\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .sm\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .sm\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .sm\:after\:\!text-4xl::after{
    content: var(--tw-content);
    font-size: 2.25rem !important;
    line-height: 2.5rem !important;
  }
}
@media (min-width: 768px){
  .md\:col-span-1{
    grid-column: span 1 / span 1;
  }
  .md\:col-span-12{
    grid-column: span 12 / span 12;
  }
  .md\:col-span-5{
    grid-column: span 5 / span 5;
  }
  .md\:col-span-6{
    grid-column: span 6 / span 6;
  }
  .md\:-ml-6{
    margin-left: -1.5rem;
  }
  .md\:flex{
    display: flex;
  }
  .md\:size-20{
    width: 5rem;
    height: 5rem;
  }
  .md\:w-1\/2{
    width: 50%;
  }
  .md\:w-\[350px\]{
    width: 350px;
  }
  .md\:shrink-0{
    flex-shrink: 0;
  }
  .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\:flex-row{
    flex-direction: row;
  }
  .md\:flex-nowrap{
    flex-wrap: nowrap;
  }
  .md\:gap-14{
    gap: 3.5rem;
  }
  .md\:space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
  }
  .md\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .md\:px-14{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
  .md\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .md\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .md\:pl-12{
    padding-left: 3rem;
  }
  .md\:pr-8{
    padding-right: 2rem;
  }
  .md\:pt-2{
    padding-top: 0.5rem;
  }
  .md\:pt-6{
    padding-top: 1.5rem;
  }
  .md\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .md\:text-\[32px\]{
    font-size: 32px;
  }
  .md\:text-\[38px\]{
    font-size: 38px;
  }
  .md\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .md\:prose-h4\:text-2xl :is(:where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *))){
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .md\:prose-p\:text-lg :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))){
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .md\:prose-blockquote\:px-6 :is(:where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *))){
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .md\:prose-ol\:text-lg :is(:where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *))){
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .md\:prose-ul\:text-lg :is(:where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *))){
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .md\:prose-li\:text-lg :is(:where(li):not(:where([class~="not-prose"],[class~="not-prose"] *))){
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1024px){
  .lg\:invisible{
    visibility: hidden;
  }
  .lg\:static{
    position: static;
  }
  .lg\:absolute{
    position: absolute;
  }
  .lg\:col-span-3{
    grid-column: span 3 / span 3;
  }
  .lg\:col-span-4{
    grid-column: span 4 / span 4;
  }
  .lg\:col-span-5{
    grid-column: span 5 / span 5;
  }
  .lg\:col-span-7{
    grid-column: span 7 / span 7;
  }
  .lg\:block{
    display: block;
  }
  .lg\:hidden{
    display: none;
  }
  .lg\:h-\[30px\]{
    height: 30px;
  }
  .lg\:h-\[315px\]{
    height: 315px;
  }
  .lg\:min-h-\[701px\]{
    min-height: 701px;
  }
  .lg\:w-\[210px\]{
    width: 210px;
  }
  .lg\:w-\[30px\]{
    width: 30px;
  }
  .lg\:w-\[450px\]{
    width: 450px;
  }
  .lg\:w-auto{
    width: auto;
  }
  .lg\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:flex-row{
    flex-direction: row;
  }
  .lg\:items-center{
    align-items: center;
  }
  .lg\:justify-between{
    justify-content: space-between;
  }
  .lg\:gap-20{
    gap: 5rem;
  }
  .lg\:gap-6{
    gap: 1.5rem;
  }
  .lg\:space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
  }
  .lg\:space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5rem * var(--tw-space-y-reverse));
  }
  .lg\:space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }
  .lg\:rounded-\[32px\]{
    border-radius: 32px;
  }
  .lg\:bg-transparent{
    background-color: transparent;
  }
  .lg\:bg-gradient-to-b{
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }
  .lg\:from-\[\#87347b\]{
    --tw-gradient-from: #87347b var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(135 52 123 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }
  .lg\:to-\[\#582350\]{
    --tw-gradient-to: #582350 var(--tw-gradient-to-position);
  }
  .lg\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .lg\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .lg\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .lg\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .lg\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .lg\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .lg\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .lg\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .lg\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .lg\:py-7{
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
  .lg\:pb-10{
    padding-bottom: 2.5rem;
  }
  .lg\:pb-20{
    padding-bottom: 5rem;
  }
  .lg\:pl-6{
    padding-left: 1.5rem;
  }
  .lg\:pt-0{
    padding-top: 0px;
  }
  .lg\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .lg\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }
  .lg\:text-\[22px\]{
    font-size: 22px;
  }
  .lg\:text-\[26px\]{
    font-size: 26px;
  }
  .lg\:text-\[28px\]{
    font-size: 28px;
  }
  .lg\:text-\[40px\]{
    font-size: 40px;
  }
  .lg\:text-\[46px\]{
    font-size: 46px;
  }
  .lg\:text-\[48px\]{
    font-size: 48px;
  }
  .lg\:text-\[54px\]{
    font-size: 54px;
  }
  .lg\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .lg\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .lg\:text-white{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
  .lg\:opacity-0{
    opacity: 0;
  }
  .lg\:shadow-3xl{
    --tw-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
    --tw-shadow-colored: 0px 4px 4px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
  .lg\:shadow-4xl{
    --tw-shadow: 0px 2px 9px rgb(0 0 0 / 33%);
    --tw-shadow-colored: 0px 2px 9px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
  .lg\:shadow-none{
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
  .lg\:prose-h2\:text-2xl :is(:where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *))){
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .lg\:prose-h2\:text-\[54px\] :is(:where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *))){
    font-size: 54px;
  }
  .lg\:prose-h3\:text-\[26px\] :is(:where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *))){
    font-size: 26px;
  }
  .lg\:prose-blockquote\:text-\[26px\] :is(:where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *))){
    font-size: 26px;
  }
}
@media (min-width: 1280px){
  .xl\:right-0{
    right: 0px;
  }
  .xl\:w-\[560px\]{
    width: 560px;
  }
  .xl\:pl-10{
    padding-left: 2.5rem;
  }
  .xl\:text-\[54px\]{
    font-size: 54px;
  }
  .xl\:prose-blockquote\:text-\[32px\] :is(:where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *))){
    font-size: 32px;
  }
}
.\[\&_a\]\:underline a{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}