/*
! tailwindcss v3.3.2 | 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.
*/

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: Oswald, system-ui, sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}

/*
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. Correct the odd `em` font sizing in all browsers.
*/

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[type='file']:focus{
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}
  body{
  font-size: 1rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(21 21 34 / var(--tw-text-opacity));
  accent-color: #43a455;
}

  .h1,
  h1{
  font-size: 1.5rem;
  line-height: 1.875rem;
}

  .h2,
  h2:where(:not(.h1, .h3, .h4)){
  margin-bottom: 1.25rem;
  display: flex;
  align-items: flex-end;
  font-size: 2.25rem;
  line-height: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(227 5 19 / var(--tw-text-opacity));
}

    .h2::after, h2:where(:not(.h1, .h3, .h4))::after {
      content: "";
      margin-bottom: 0.6rem;
      margin-left: 1rem;
      display: inline-flex;
      height: 1px;
      flex-grow: 1;
      --tw-bg-opacity: 1;
      background-color: rgb(212 212 212 / var(--tw-bg-opacity));
    }

  .h3,
  h3{
  font-size: 1.5rem;
  line-height: 1.875rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(21 21 34 / var(--tw-text-opacity));
}

  h1, h2, h3, h4{
  font-family: Oswald, system-ui, sans-serif;

    text-wrap: balance;
}

    h1 a, h2 a, h3 a, h4 a{
  text-decoration-line: none;
}

    h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover{
  text-decoration-line: underline;
}

  a{
  text-decoration-line: underline;
}

  a:hover{
  text-decoration-line: none;
}

  :focus-visible{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(98 157 105 / var(--tw-ring-opacity));
}

  .youtube_player,
  iframe {
    max-height: 31.6rem;
  }

  @media (prefers-reduced-motion: reduce) {
    [class*="transition"]{
    transition-property: none;
  }

    [class*="animate-"]{
    animation: none;
  }

    [x-show]{
    transition-property: none !important;
  }
  }

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

*, ::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:  ;
}

::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:  ;
}
.container{
  width: 100%;
}
@media (min-width: 475px){

  .container{
    max-width: 475px;
  }
}
@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: 1440px){

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

  .container{
    max-width: 1920px;
  }
}
.prose{
  color: var(--tw-prose-body);
  max-width: 65ch;
}
.prose :where(p):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where([class~="lead"]):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.prose :where(a):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
.prose :where(strong):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.prose :where(a strong):not(:where([class~="not-prose"] *)){
  color: inherit;
}
.prose :where(blockquote strong):not(:where([class~="not-prose"] *)){
  color: inherit;
}
.prose :where(thead th strong):not(:where([class~="not-prose"] *)){
  color: inherit;
}
.prose :where(ol):not(:where([class~="not-prose"] *)){
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
.prose :where(ol[type="A"]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a"]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
.prose :where(ol[type="A" s]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a" s]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
.prose :where(ol[type="I"]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-roman;
}
.prose :where(ol[type="i"]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-roman;
}
.prose :where(ol[type="I" s]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-roman;
}
.prose :where(ol[type="i" s]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-roman;
}
.prose :where(ol[type="1"]):not(:where([class~="not-prose"] *)){
  list-style-type: decimal;
}
.prose :where(ul):not(:where([class~="not-prose"] *)){
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
.prose :where(ol > li):not(:where([class~="not-prose"] *))::marker{
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.prose :where(ul > li):not(:where([class~="not-prose"] *))::marker{
  color: var(--tw-prose-bullets);
}
.prose :where(hr):not(:where([class~="not-prose"] *)){
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
.prose :where(blockquote):not(:where([class~="not-prose"] *)){
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}
.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before{
  content: open-quote;
}
.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *))::after{
  content: close-quote;
}
.prose :where(h1):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.prose :where(h1 strong):not(:where([class~="not-prose"] *)){
  font-weight: 900;
  color: inherit;
}
.prose :where(h2):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
.prose :where(h2 strong):not(:where([class~="not-prose"] *)){
  font-weight: 800;
  color: inherit;
}
.prose :where(h3):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.prose :where(h3 strong):not(:where([class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}
.prose :where(h4):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.prose :where(h4 strong):not(:where([class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}
.prose :where(img):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(figure > *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(figcaption):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
  font-style: italic;
}
.prose :where(code):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.prose :where(code):not(:where([class~="not-prose"] *))::before{
  content: "`";
}
.prose :where(code):not(:where([class~="not-prose"] *))::after{
  content: "`";
}
.prose :where(a code):not(:where([class~="not-prose"] *)){
  color: inherit;
}
.prose :where(h1 code):not(:where([class~="not-prose"] *)){
  color: inherit;
}
.prose :where(h2 code):not(:where([class~="not-prose"] *)){
  color: inherit;
  font-size: 0.875em;
}
.prose :where(h3 code):not(:where([class~="not-prose"] *)){
  color: inherit;
  font-size: 0.9em;
}
.prose :where(h4 code):not(:where([class~="not-prose"] *)){
  color: inherit;
}
.prose :where(blockquote code):not(:where([class~="not-prose"] *)){
  color: inherit;
}
.prose :where(thead th code):not(:where([class~="not-prose"] *)){
  color: inherit;
}
.prose :where(pre):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}
.prose :where(pre code):not(:where([class~="not-prose"] *)){
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.prose :where(pre code):not(:where([class~="not-prose"] *))::before{
  content: none;
}
.prose :where(pre code):not(:where([class~="not-prose"] *))::after{
  content: none;
}
.prose :where(table):not(:where([class~="not-prose"] *)){
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.prose :where(thead):not(:where([class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.prose :where(thead th):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.prose :where(tbody tr):not(:where([class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.prose :where(tbody tr:last-child):not(:where([class~="not-prose"] *)){
  border-bottom-width: 0;
}
.prose :where(tbody td):not(:where([class~="not-prose"] *)){
  vertical-align: baseline;
  vertical-align: middle;
}
.prose :where(tfoot):not(:where([class~="not-prose"] *)){
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.prose :where(tfoot td):not(:where([class~="not-prose"] *)){
  vertical-align: top;
}
.prose{
  --tw-prose-body: #616161;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #616161;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1.125rem;
  line-height: 1.5rem;
}
.prose :where(video):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(figure):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(li):not(:where([class~="not-prose"] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.prose :where(ol > li):not(:where([class~="not-prose"] *)){
  padding-left: 0.375em;
}
.prose :where(ul > li):not(:where([class~="not-prose"] *)){
  padding-left: 0.375em;
}
.prose :where(.prose > ul > li p):not(:where([class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
}
.prose :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.prose :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
}
.prose :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(hr + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(h2 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(h3 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(h4 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(thead th:first-child):not(:where([class~="not-prose"] *)){
  padding-left: 0;
}
.prose :where(thead th:last-child):not(:where([class~="not-prose"] *)){
  padding-right: 0;
}
.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)){
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)){
  padding-left: 0;
}
.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)){
  padding-right: 0;
}
.prose :where(.prose > :first-child):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(.prose > :last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 0;
}
.prose{
  font-family: Times New Roman, ui-serif, serif;
  max-width: 100ch;
}
.prose :where(h1, h2, h3):not(:where([class~="not-prose"] *))::after{
  content: none;
}
.prose :where(.not-prose):not(:where([class~="not-prose"] *)){
  font-size: 1rem;
  font-size: [object Object];
  font-family: Oswald, system-ui, sans-serif;
}
.prose :where(td[rowspan]):not(:where([class~="not-prose"] *)){
  vertical-align: middle;
}
.prose-sm{
  font-size: 1rem;
  line-height: 1.25rem;
}
.prose-sm :where(p):not(:where([class~="not-prose"] *)){
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
}
.prose-sm :where([class~="lead"]):not(:where([class~="not-prose"] *)){
  font-size: 1.2857143em;
  line-height: 1.5555556;
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}
.prose-sm :where(blockquote):not(:where([class~="not-prose"] *)){
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-left: 1.1111111em;
}
.prose-sm :where(h1):not(:where([class~="not-prose"] *)){
  font-size: 2.1428571em;
  margin-top: 0;
  margin-bottom: 0.8em;
  line-height: 1.2;
}
.prose-sm :where(h2):not(:where([class~="not-prose"] *)){
  font-size: 1.4285714em;
  margin-top: 1.6em;
  margin-bottom: 0.8em;
  line-height: 1.4;
}
.prose-sm :where(h3):not(:where([class~="not-prose"] *)){
  font-size: 1.2857143em;
  margin-top: 1.5555556em;
  margin-bottom: 0.4444444em;
  line-height: 1.5555556;
}
.prose-sm :where(h4):not(:where([class~="not-prose"] *)){
  margin-top: 1.4285714em;
  margin-bottom: 0.5714286em;
  line-height: 1.4285714;
}
.prose-sm :where(img):not(:where([class~="not-prose"] *)){
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}
.prose-sm :where(video):not(:where([class~="not-prose"] *)){
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}
.prose-sm :where(figure):not(:where([class~="not-prose"] *)){
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}
.prose-sm :where(figure > *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.prose-sm :where(figcaption):not(:where([class~="not-prose"] *)){
  font-size: 0.8571429em;
  line-height: 1.3333333;
  margin-top: 0.6666667em;
}
.prose-sm :where(code):not(:where([class~="not-prose"] *)){
  font-size: 0.8571429em;
}
.prose-sm :where(h2 code):not(:where([class~="not-prose"] *)){
  font-size: 0.9em;
}
.prose-sm :where(h3 code):not(:where([class~="not-prose"] *)){
  font-size: 0.8888889em;
}
.prose-sm :where(pre):not(:where([class~="not-prose"] *)){
  font-size: 0.8571429em;
  line-height: 1.6666667;
  margin-top: 1.6666667em;
  margin-bottom: 1.6666667em;
  border-radius: 0.25rem;
  padding-top: 0.6666667em;
  padding-right: 1em;
  padding-bottom: 0.6666667em;
  padding-left: 1em;
}
.prose-sm :where(ol):not(:where([class~="not-prose"] *)){
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
  padding-left: 1.5714286em;
}
.prose-sm :where(ul):not(:where([class~="not-prose"] *)){
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
  padding-left: 1.5714286em;
}
.prose-sm :where(li):not(:where([class~="not-prose"] *)){
  margin-top: 0.2857143em;
  margin-bottom: 0.2857143em;
}
.prose-sm :where(ol > li):not(:where([class~="not-prose"] *)){
  padding-left: 0.4285714em;
}
.prose-sm :where(ul > li):not(:where([class~="not-prose"] *)){
  padding-left: 0.4285714em;
}
.prose-sm :where(.prose-sm > ul > li p):not(:where([class~="not-prose"] *)){
  margin-top: 0.5714286em;
  margin-bottom: 0.5714286em;
}
.prose-sm :where(.prose-sm > ul > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.1428571em;
}
.prose-sm :where(.prose-sm > ul > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.1428571em;
}
.prose-sm :where(.prose-sm > ol > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.1428571em;
}
.prose-sm :where(.prose-sm > ol > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.1428571em;
}
.prose-sm :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)){
  margin-top: 0.5714286em;
  margin-bottom: 0.5714286em;
}
.prose-sm :where(hr):not(:where([class~="not-prose"] *)){
  margin-top: 2.8571429em;
  margin-bottom: 2.8571429em;
}
.prose-sm :where(hr + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.prose-sm :where(h2 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.prose-sm :where(h3 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.prose-sm :where(h4 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.prose-sm :where(table):not(:where([class~="not-prose"] *)){
  font-size: 0.8571429em;
  line-height: 1.5;
}
.prose-sm :where(thead th):not(:where([class~="not-prose"] *)){
  padding-right: 1em;
  padding-bottom: 0.6666667em;
  padding-left: 1em;
}
.prose-sm :where(thead th:first-child):not(:where([class~="not-prose"] *)){
  padding-left: 0;
}
.prose-sm :where(thead th:last-child):not(:where([class~="not-prose"] *)){
  padding-right: 0;
}
.prose-sm :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)){
  padding-top: 0.6666667em;
  padding-right: 1em;
  padding-bottom: 0.6666667em;
  padding-left: 1em;
}
.prose-sm :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)){
  padding-left: 0;
}
.prose-sm :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)){
  padding-right: 0;
}
.prose-sm :where(.prose-sm > :first-child):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.prose-sm :where(.prose-sm > :last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 0;
}
.prose-lg{
  font-size: 1.125rem;
  line-height: 1.7777778;
}
.prose-lg :where(p):not(:where([class~="not-prose"] *)){
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
}
.prose-lg :where([class~="lead"]):not(:where([class~="not-prose"] *)){
  font-size: 1.2222222em;
  line-height: 1.4545455;
  margin-top: 1.0909091em;
  margin-bottom: 1.0909091em;
}
.prose-lg :where(blockquote):not(:where([class~="not-prose"] *)){
  margin-top: 1.6666667em;
  margin-bottom: 1.6666667em;
  padding-left: 1em;
}
.prose-lg :where(h1):not(:where([class~="not-prose"] *)){
  font-size: 2.6666667em;
  margin-top: 0;
  margin-bottom: 0.8333333em;
  line-height: 1;
}
.prose-lg :where(h2):not(:where([class~="not-prose"] *)){
  font-size: 1.6666667em;
  margin-top: 1.8666667em;
  margin-bottom: 1.0666667em;
  line-height: 1.3333333;
}
.prose-lg :where(h3):not(:where([class~="not-prose"] *)){
  font-size: 1.3333333em;
  margin-top: 1.6666667em;
  margin-bottom: 0.6666667em;
  line-height: 1.5;
}
.prose-lg :where(h4):not(:where([class~="not-prose"] *)){
  margin-top: 1.7777778em;
  margin-bottom: 0.4444444em;
  line-height: 1.5555556;
}
.prose-lg :where(img):not(:where([class~="not-prose"] *)){
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}
.prose-lg :where(video):not(:where([class~="not-prose"] *)){
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}
.prose-lg :where(figure):not(:where([class~="not-prose"] *)){
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}
.prose-lg :where(figure > *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.prose-lg :where(figcaption):not(:where([class~="not-prose"] *)){
  font-size: 0.8888889em;
  line-height: 1.5;
  margin-top: 1em;
}
.prose-lg :where(code):not(:where([class~="not-prose"] *)){
  font-size: 0.8888889em;
}
.prose-lg :where(h2 code):not(:where([class~="not-prose"] *)){
  font-size: 0.8666667em;
}
.prose-lg :where(h3 code):not(:where([class~="not-prose"] *)){
  font-size: 0.875em;
}
.prose-lg :where(pre):not(:where([class~="not-prose"] *)){
  font-size: 0.8888889em;
  line-height: 1.75;
  margin-top: 2em;
  margin-bottom: 2em;
  border-radius: 0.375rem;
  padding-top: 1em;
  padding-right: 1.5em;
  padding-bottom: 1em;
  padding-left: 1.5em;
}
.prose-lg :where(ol):not(:where([class~="not-prose"] *)){
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-left: 1.5555556em;
}
.prose-lg :where(ul):not(:where([class~="not-prose"] *)){
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-left: 1.5555556em;
}
.prose-lg :where(li):not(:where([class~="not-prose"] *)){
  margin-top: 0.6666667em;
  margin-bottom: 0.6666667em;
}
.prose-lg :where(ol > li):not(:where([class~="not-prose"] *)){
  padding-left: 0.4444444em;
}
.prose-lg :where(ul > li):not(:where([class~="not-prose"] *)){
  padding-left: 0.4444444em;
}
.prose-lg :where(.prose-lg > ul > li p):not(:where([class~="not-prose"] *)){
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}
.prose-lg :where(.prose-lg > ul > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.3333333em;
}
.prose-lg :where(.prose-lg > ul > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.3333333em;
}
.prose-lg :where(.prose-lg > ol > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.3333333em;
}
.prose-lg :where(.prose-lg > ol > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.3333333em;
}
.prose-lg :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)){
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}
.prose-lg :where(hr):not(:where([class~="not-prose"] *)){
  margin-top: 3.1111111em;
  margin-bottom: 3.1111111em;
}
.prose-lg :where(hr + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.prose-lg :where(h2 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.prose-lg :where(h3 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.prose-lg :where(h4 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.prose-lg :where(table):not(:where([class~="not-prose"] *)){
  font-size: 0.8888889em;
  line-height: 1.5;
}
.prose-lg :where(thead th):not(:where([class~="not-prose"] *)){
  padding-right: 0.75em;
  padding-bottom: 0.75em;
  padding-left: 0.75em;
}
.prose-lg :where(thead th:first-child):not(:where([class~="not-prose"] *)){
  padding-left: 0;
}
.prose-lg :where(thead th:last-child):not(:where([class~="not-prose"] *)){
  padding-right: 0;
}
.prose-lg :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)){
  padding-top: 0.75em;
  padding-right: 0.75em;
  padding-bottom: 0.75em;
  padding-left: 0.75em;
}
.prose-lg :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)){
  padding-left: 0;
}
.prose-lg :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)){
  padding-right: 0;
}
.prose-lg :where(.prose-lg > :first-child):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.prose-lg :where(.prose-lg > :last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 0;
}
.prose-gray{
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
}
.clickable-area {
        position: relative;
    }
.clickable-area .clickable-trigger {
            position: static;
        }
.clickable-area .clickable-trigger::before {
                content: '';
                display: block;
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
            }
.skip-links{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.skip-links:focus-within{
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.breadcrumb{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.25rem;
}
.breadcrumb[data-align="start"]{
  justify-content: flex-start;
}
.breadcrumb{
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 300;
}
.breadcrumb li:not(:last-child)::after{
  position: relative;
  bottom: 0px;
  margin-left: 0.75rem;
      content: '>';
}
.breadcrumb a{
  text-decoration-line: none;
}
.breadcrumb a:hover{
  text-decoration-line: underline;
}
.button{
  display: inline-flex;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  align-items: center;
  justify-content: center;
  overflow-wrap: normal;
  word-break: normal;
  border-radius: 3rem;
  border-width: 1px;
  border-color: transparent;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  padding-top: 0.4375rem;
  padding-bottom: 0.4375rem;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 500;
  text-decoration-line: none;
}
.button[data-style="white-black"]{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(21 21 34 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.button[data-style="white-black"]:hover{
  --tw-border-opacity: 1;
  border-color: rgb(21 21 34 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(21 21 34 / var(--tw-text-opacity));
}
.button[data-style="white-black"]:focus{
  --tw-border-opacity: 1;
  border-color: rgb(21 21 34 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(21 21 34 / var(--tw-text-opacity));
}
.button[data-style="black-white"], .button[data-style="outline"]{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(21 21 34 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(21 21 34 / var(--tw-text-opacity));
}
.button[data-style="black-white"]:hover, .button[data-style="outline"]:hover{
  --tw-border-opacity: 1;
  border-color: rgb(67 164 85 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(67 164 85 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.button[data-style="black-white"]:focus, .button[data-style="outline"]:focus{
  --tw-border-opacity: 1;
  border-color: rgb(67 164 85 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(67 164 85 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.button[data-style="white-green"], .button[data-style="primary"], .button.checkout-button, .button.alt{
  --tw-border-opacity: 1;
  border-color: rgb(67 164 85 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(67 164 85 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.button[data-style="white-green"]:hover, .button[data-style="primary"]:hover, .button.checkout-button:hover, .button.alt:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(67 164 85 / var(--tw-text-opacity));
}
.button[data-style="white-green"]:focus, .button[data-style="primary"]:focus, .button.checkout-button:focus, .button.alt:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(67 164 85 / var(--tw-text-opacity));
}
.button[data-style="red-white"]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(227 5 19 / var(--tw-text-opacity));
}
.button[data-style="red-white"]:hover{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(227 5 19 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.button[data-style="red-white"]:focus{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(227 5 19 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.button[data-style="white-red"]{
  --tw-bg-opacity: 1;
  background-color: rgb(227 5 19 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.button[data-style="white-red"]:hover{
  --tw-border-opacity: 1;
  border-color: rgb(227 5 19 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(227 5 19 / var(--tw-text-opacity));
}
.button[data-style="white-red"] {
      /*@apply focus:text-vp-red-500 focus:bg-white focus:border-vp-red-500;*/
    }
.button[data-style="grey-grey"]{
  --tw-bg-opacity: 1;
  background-color: rgb(240 240 240 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(97 97 97 / var(--tw-text-opacity));
}
.button[data-style="grey-grey"]:hover{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.button[data-style="link"]{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  background-color: transparent;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  --tw-text-opacity: 1;
  color: rgb(97 97 97 / var(--tw-text-opacity));
  text-decoration-line: underline;
}
.button[data-style="link"]:hover{
  text-decoration-line: none;
}
.button[data-size="icon"]{
  height: 2.5rem;
  width: 2.5rem;
  padding: 0px;
}
.button[data-size="sm"]{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 1rem;
  line-height: 1.25rem;
}
.button[data-size="lg"]{
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1.5rem;
  line-height: 1.875rem;
}
.button{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.card{
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 1rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 1.25rem;
  padding-bottom: 2.5rem;
}
.bordered-checkbox{
  display: inline-flex;
  align-items: center;

    margin-left: calc(2.5rem * 0.5);
}
.bordered-checkbox input[type=checkbox]{
  font-size: 1.125rem;
  line-height: 1.5rem;
}
.bordered-checkbox input[type=checkbox] + label{
  position: relative;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity));
  padding-left: 3rem;
  padding-right: 3rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
      border-radius: 1.25rem;
      margin-left: calc(2.5rem * -1);
}
.bordered-checkbox input[type=checkbox]:checked + label{
  --tw-border-opacity: 1;
  border-color: rgb(67 164 85 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(67 164 85 / var(--tw-text-opacity));
}
.bordered-radio{
  display: inline-flex;
  align-items: center;

    margin-left: calc(2.5rem * 0.5);
}
.bordered-radio input[type=bordered-radio]{
  font-size: 1.125rem;
  line-height: 1.5rem;
}
.bordered-radio input[type=radio] + label{
  position: relative;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity));
  padding-left: 3rem;
  padding-right: 3rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
      border-radius: 1.25rem;
      margin-left: calc(2.5rem * -1);
}
.bordered-radio input[type=radio]:checked + label{
  --tw-border-opacity: 1;
  border-color: rgb(67 164 85 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(67 164 85 / var(--tw-text-opacity));
}
input[type="text"][aria-invalid=true]:not(:valid), input[type="number"][aria-invalid=true]:not(:valid), input[type="email"][aria-invalid=true]:not(:valid), input[type="tel"][aria-invalid=true]:not(:valid), input[type="search"][aria-invalid=true]:not(:valid){
  --tw-border-opacity: 1;
  border-color: rgb(227 5 19 / var(--tw-border-opacity));
}
select{
  border-radius: 3rem;
  padding-left: 1.25rem;
  padding-right: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(21 21 34 / var(--tw-text-opacity));
}
select[aria-invalid=true]:not(:valid),
  textarea[aria-invalid=true]:not(:valid){
  --tw-border-opacity: 1;
  border-color: rgb(227 5 19 / var(--tw-border-opacity));
}
.form-toggle{
  margin-right: 0.5rem;
  display: inline-flex;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity));
  position: relative;
  height: 1.5rem;
  width: 3rem;
  cursor: pointer;
  align-items: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1px;
}
.form-toggle input[type="checkbox"]{
  display: block;
  height: 1.5rem;
  width: 3rem;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-color: transparent;
  background-color: transparent;
}
.form-toggle input[type="checkbox"]:hover{
  background-color: transparent;
}
.form-toggle input[type="checkbox"]:focus{
  background-color: transparent;
}
.form-toggle input[type="checkbox"]:hover{
  border-color: transparent;
}
.form-toggle input[type="checkbox"]:focus{
  border-color: transparent;
}
.form-toggle input[type="checkbox"] + label{
  position: absolute;
  display: block;
  height: 1.5rem;
  width: 1.5rem;
  cursor: pointer;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 212 / var(--tw-bg-opacity));
  transition-duration: 200ms;
      transition: left 150ms;
      left: 0px;
}
.form-toggle input[type="checkbox"]:checked + label{
  left: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(67 164 85 / var(--tw-bg-opacity));
}
.link-icon{
  display: inline-flex;
  text-decoration-line: none;
}
.link-icon:hover{
  text-decoration-line: underline;
}
.link-icon svg{
  margin-right: 0.625rem;
}
.circle-icon {
    --icon-size: 90px;
    display: flex;
    height: var(--icon-size);
    width: var(--icon-size);
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    padding: 0.375rem;
  }
.circle-icon[data-size="lg"] {
      --icon-size: 90px;
    }
.circle-icon[data-size="sm"] {
      --icon-size: 40px;
    }
.circle-icon[data-type="button"]{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.circle-icon[data-type="button"]:hover{
  --tw-bg-opacity: 0.9;
}
.featured-image {
    max-height: 480px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
  }
.side-menu > .menu-item:not(:last-child){
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity));
}
.side-menu .menu-item{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.side-menu .menu-item.current-menu-ancestor > button,
      .side-menu .menu-item .current-menu-item > a{
  --tw-text-opacity: 1;
  color: rgb(227 5 19 / var(--tw-text-opacity));
}
.side-menu .menu-item a,
    .side-menu .menu-item button{
  display: inline-flex;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  align-items: center;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-transform: none;
  text-decoration-line: none;
}
.side-menu .sub-menu a,
    .side-menu .sub-menu button{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
/* Handle + transition */
.side-menu .menu-item button{
  justify-content: space-between;
  --tw-text-opacity: 1;
  color: rgb(21 21 34 / var(--tw-text-opacity));
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
      transition-property: color;
}
.side-menu .menu-item button[aria-expanded="true"]{
  --tw-text-opacity: 1;
  color: rgb(227 5 19 / var(--tw-text-opacity));
}
.side-menu .menu-item button svg{
  height: 0.875rem;
  width: 0.875rem;
  stroke: currentColor;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
        transform: rotate(0deg);
}
.side-menu .menu-item button[aria-expanded="true"] svg {
        transform: rotate(45deg);
      }
.side-menu .sub-menu{
  list-style-type: none;
}
.side-menu .sub-menu > :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));
}
.side-menu .sub-menu{
  padding-left: 1.25rem;
  padding-top: 0.25rem;
  padding-bottom: 1.25rem;
}
.side-menu .sub-menu .menu-item{
  width: 100%;
}
.main-menu{
  display: flex;
  flex-direction: row;
  align-items: center;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 1280px){

  .main-menu{
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }
}
.main-menu a{
  text-decoration-line: none;
}
.main-menu .current-menu-item{
  text-decoration-line: underline;
  text-decoration-thickness: 4px;
  text-underline-offset: 15px;
}
.footer-menu ul{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.footer-menu ul > :not([hidden]) ~ :not([hidden]){
  --tw-divide-x-reverse: 0;
  border-right-width: calc(2px * var(--tw-divide-x-reverse));
  border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
  --tw-divide-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-divide-opacity));
}
.footer-menu ul li{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.footer-menu a{
  text-decoration-line: none;
}
.footer-menu a:hover{
  text-decoration-line: underline;
}
.timeline{
  position: relative;
  padding-left: 1rem;
}
.timeline .timeline-date{
  margin-right: 1.875rem;
  min-width: 6rem;
  white-space: nowrap;
  font-size: 1rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(97 97 97 / var(--tw-text-opacity));
}
.timeline[data-size=sm] .timeline-date{
  margin-right: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
/* Bullet */
.timeline::before {
      content: '';
      position: absolute;
      left: 0px;
      top: 0.375rem;
      display: flex;
      height: 0.5625rem;
      width: 0.5625rem;
      border-radius: 0.25rem;
      --tw-bg-opacity: 1;
      background-color: rgb(227 5 19 / var(--tw-bg-opacity));
    }
/* Vertical line */
.timeline::after {
      content: '';
      position: absolute;
      top: 1.25rem;
      left: 3px;
      display: flex;
      height: calc(100% - 1.25rem);
      width: 1px;
      border-radius: 0.25rem;
      --tw-bg-opacity: 1;
      background-color: rgb(212 212 212 / var(--tw-bg-opacity));
    }
.section{
  padding-bottom: 1.875rem;
  padding-top: 1.25rem;
}
@media (min-width: 640px){

  .section{
    padding-top: 1.875rem;
  }
}
.section[data-space="lg"]{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.wrapper{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 1.875rem;
  padding-right: 1.875rem;

    max-width: clamp(20rem, 90rem, 98vw);
}
.cluster{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.25rem;
}
.cluster[data-align="start"]{
  justify-content: flex-start;
}
.flow > :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));
}
.adaptative-flow > * + * {
      margin-top: 1em;
    }
.grid-container {
    /**
     * User input values.
     */
    --grid-layout-gap: 1.875rem;
    --grid-column-count: 1;
    --grid-item--min-width: 270px;

    /**
     * Calculated values.
     */
    --gap-count: calc(var(--grid-column-count) - 1);
    --total-gap-width: calc(var(--gap-count) * var(--grid-layout-gap));
    --grid-item--max-width: calc(
        (100% - var(--total-gap-width)) / var(--grid-column-count)
    );

    display: grid;
    grid-template-columns: repeat(
      auto-fill,
      minmax(max(var(--grid-item--min-width), var(--grid-item--max-width)), 1fr)
    );
    grid-gap: var(--grid-layout-gap);
  }
.grid-container[data-gap="lg"] {
      --grid-layout-gap: 3rem;
    }
.grid-container[data-gap="sm"] {
      --grid-layout-gap: 1rem;
    }
.grid-container[data-gap="xs"] {
      --grid-layout-gap: 0.5rem;
    }
.grid-container[data-gap="none"] {
      --grid-layout-gap: 0;
    }
@media (min-width: 768px) {

  .grid-container {
      --grid-column-count: 4
  }

      .grid-container .sticky{
    grid-column: span 2 / span 2;
    grid-row: span 2 / span 2;
  }
    }
.grid-container.cover-images img{
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
[class*="wp-block-lazyblock"]{
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}
[class*="wp-block-lazyblock"]:first-child{
  margin-top: 0px;
}
[class*="wp-block-lazyblock"]:last-child{
  margin-bottom: 0px;
}
.section .wp-block-columns{
  margin-bottom: 0px;
}
.wp-block-column.is-layout-flow:empty{
  display: none;
}
.pagination[role=navigation]{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  line-height: 1.5rem;
}
.pagination[role=navigation] > ul{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.875rem;
}
.pagination[role=navigation] > ul a{
  text-decoration-line: none;
}
.pagination[role=navigation] > ul a:hover{
  text-decoration-line: underline;
}
.pagination[role=navigation] > ul a, .pagination[role=navigation] > ul span{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.pagination[role=navigation] > ul [aria-current]{
  border-bottom-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(227 5 19 / var(--tw-border-opacity));
  padding-bottom: 0.5rem;
  font-weight: 700;
}
.pagination[role=navigation] .page-numbers.prev.disabled, .pagination[role=navigation] .page-numbers.next.disabled {
      visibility: hidden;
    }
.pagination[role=navigation] .page-numbers.prev svg, .pagination[role=navigation] .page-numbers.next svg{
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(21 21 34 / var(--tw-border-opacity));
}
.pagination[role=navigation] .page-numbers.prev svg:hover, .pagination[role=navigation] .page-numbers.next svg:hover{
  --tw-border-opacity: 1;
  border-color: rgb(67 164 85 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(67 164 85 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.player-icon:before {
    content: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzgiIGhlaWdodD0iMzgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE5IC42NjdhMTguMzMzIDE4LjMzMyAwIDEgMCAwIDM2LjY2N0ExOC4zMzMgMTguMzMzIDAgMCAwIDE5IC42NjdabTAgMzNhMTQuNjY3IDE0LjY2NyAwIDEgMSAwLTI5LjMzMyAxNC42NjcgMTQuNjY3IDAgMCAxIDAgMjkuMzMzWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Im0xNCAyNiAxMi03LTEyLTd2MTRaIiBmaWxsPSIjZmZmIi8+PC9zdmc+');
    position: absolute;
    bottom: 0.25rem;
    left: 0.25rem;
    height: 2.75rem;
    width: 2.75rem;
}
body div#tarteaucitronServices {
    box-shadow: none !important;
  }
body #tarteaucitronSelfLink {
    display: none;
  }
body #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronClosePanelCookie,
  body #tarteaucitron #tarteaucitronClosePanel{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow-wrap: normal;
  word-break: normal;
  border-radius: 3rem !important;
  border-style: solid;
  border-color: transparent;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  padding-top: 0.4375rem;
  padding-bottom: 0.4375rem;
  text-align: center;
  font-size: 1.125rem !important;
  line-height: 1.5rem !important;
  font-weight: 500;
  text-decoration-line: none;
  border-width: 1px;
  --tw-border-opacity: 1 !important;
  border-color: rgb(21 21 34 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(21 21 34 / var(--tw-text-opacity)) !important;
}
body #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronClosePanelCookie:hover,
  body #tarteaucitron #tarteaucitronClosePanel:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(67 164 85 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(67 164 85 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
body #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronClosePanelCookie:focus,
  body #tarteaucitron #tarteaucitronClosePanel:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(67 164 85 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(67 164 85 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
body button#tarteaucitronClosePanel {
    right: 10px !important;
  }
body div#tarteaucitronServices {
    margin-top: 52px !important;
  }
body.native #tarteaucitronRoot div#tarteaucitron {
    background: #333333 !important;
  }
.wpcf7-form {

}
.wpcf7-form .field{
  margin-bottom: 0.5rem;
}
.wpcf7-form p{
  margin-bottom: 0.5rem;
}
.wpcf7-form p.label{
  font-size: 1rem;
  line-height: 1.25rem;
}
.wpcf7-form .form-control{
  width: 100%;
  border-radius: 3rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(240 240 240 / var(--tw-bg-opacity));
}
.wpcf7-form  textarea.form-control {
  border-radius: 1.25rem;
}
.wpcf7-form .button{
  border-radius: 3rem !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(67 164 85 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.wpcf7-form .button:hover,
.wpcf7-form .button:focus{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.wpcf7-form .button:hover:hover,
.wpcf7-form .button:focus:hover{
  --tw-bg-opacity: 0.9 !important;
}
.wpcf7-form .button:hover:focus,
.wpcf7-form .button:focus:focus{
  --tw-bg-opacity: 0.9 !important;
}
.wpcf7-form .wpcf7-not-valid-tip{
  margin-top: 0.5rem;
  margin-left: 0.5rem;
  font-size: 1rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(227 5 19 / var(--tw-text-opacity));
}
.wpcf7-form .wpcf7-response-output{
  border-style: none !important;
  font-size: 1.125rem;
  line-height: 1.5rem;
}
.wpcf7 form.sent .wpcf7-response-output{
  --tw-text-opacity: 1;
  color: rgb(67 164 85 / var(--tw-text-opacity));
}
.wpcf7 form.invalid .wpcf7-response-output{
  --tw-text-opacity: 1;
  color: rgb(227 5 19 / var(--tw-text-opacity));
}
.annonces-legales-top .subtitle {
        font-size: 1rem;
        line-height: 1.25rem;
        margin-bottom: 1.5rem;
    }
.annonces-legales-top .professionnels,
    .annonces-legales-top .particuliers {
        text-align: center;
    }
.annonces-legales-top .professionnels h3, .annonces-legales-top .particuliers h3 {
            font-size: 1.5rem;
            margin-bottom: 1rem;
        }
.annonces-legales-top .professionnels .button, .annonces-legales-top .particuliers .button {
            margin: 1rem 0;
        }
.annonces-legales-description {
    margin: 20px 0;
    background: #f2f2f2;
    padding: 20px;


}
.annonces-legales-description ul {
        margin-top: 1rem;
        margin-bottom: 1rem;
        list-style: disc;
        padding-left: 2rem;
    }
.annonces-legales {

    margin-top: 1rem;



}
.annonces-legales .legalplus-group-title {
            display: none;
        }
.annonces-legales p {
        font-size: 1rem;
        line-height: 1.25rem;
        font-family: Times New Roman, ui-serif, serif;
    }
.annonces-legales #legalplus-search {

        margin-top: 1rem;


    }
.annonces-legales #legalplus-search input {
            border-radius: 3rem;
            background-color: transparent;
            padding-top: 0.5rem;
            padding-bottom: 0.5rem;
            padding-left: 1.25rem;
            padding-right: 2.5rem;
            font-size: 1.125rem;
            line-height: 1.5rem;
            border: 1px solid rgb(212 212 212);
        }
.annonces-legales #legalplus-search input:focus {
                outline: 2px solid transparent;
                outline-offset: 2px;
                --tw-ring-inset: var(--tw-empty, /*!*/ /*!*/);
                --tw-ring-offset-width: 0px;
                --tw-ring-offset-color: #fff;
                --tw-ring-color: #43a455;
                --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
                --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
                box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
                border-color: #43a455;
            }
.annonces-legales #legalplus-filter {
        font-size: 1.125rem;
        line-height: 1.5rem;

    }
.annonces-legales #legalplus-filter .legalplus-filter-select {
            margin: 10px;
            font-size: 1.125rem;
            line-height: 1.5rem;
        }
.annonces-legales #legalplus-filter .legalplus-filter-btn {
            display: inline-flex !important;
            align-items: center !important;
            overflow-wrap: normal !important;
            word-break: normal !important;
            border-radius: 3rem !important;
            border-width: 1px !important;
            border-style: solid !important;
            --tw-border-opacity: 1 !important;
            border-color: rgb(67 164 85) !important;
            --tw-bg-opacity: 1 !important;
            background-color: rgb(67 164 85) !important;
            padding-left: 1.75rem !important;
            padding-right: 1.75rem !important;
            padding-top: 0.4375rem !important;
            padding-bottom: 0.4375rem !important;
            text-align: center !important;
            font-size: 1.125rem !important;
            line-height: 1.5rem !important;
            font-weight: 500 !important;
            --tw-text-opacity: 1 !important;
            color: rgb(255 255 255) !important;
            text-decoration-line: none !important;


        }
.annonces-legales #legalplus-filter .legalplus-filter-btn:hover {
                border-width: 1px !important;
                border-style: solid !important;
                --tw-bg-opacity: 1 !important;
                background-color: rgb(255 255 255) !important;
                --tw-text-opacity: 1 !important;
                color: rgb(67 164 85) !important;
            }
.annonces-legales .legalplus-group-content {-moz-column-count: 1;column-count: 1;text-align: center;}
.annonces-legales .legalplus-numeric-order {text-align: left;width: 95%;margin: 20px auto;}
.annonces-legales .legalplus-numeric-metadatas-top{
  --tw-bg-opacity: 1;
  background-color: rgb(67 164 85 / var(--tw-bg-opacity));
}
.annonces-legales .legalplus-numeric-content {
        margin: 25px;
    }
.annonces-legales .legalplus-numeric-metadatas-top {
        font-size: 1rem;
        line-height: 1.25rem;
        font-weight: 500;
        color: #fff;
        border: 0;
    }
.annonces-legales .legalplus-numeric-title {
        border-width: 0;
        border-bottom: 1px solid #43a455;

    }
.annonces-legales .legalplus-numeric-metadatas-bottom{
  --tw-bg-opacity: 1;
  background-color: rgb(67 164 85 / var(--tw-bg-opacity));
        border-width: 0;
}
.annonces-legales .legalplus-numeric-metadatas-bottom ul {
            list-style: disc;
            padding-left: 2rem;
        }
.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;
}
.visible{
  visibility: visible;
}
.collapse{
  visibility: collapse;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.inset-0{
  inset: 0px;
}
.-right-4{
  right: -1rem;
}
.-top-1{
  top: -0.25rem;
}
.bottom-0{
  bottom: 0px;
}
.bottom-1{
  bottom: 0.25rem;
}
.left-0{
  left: 0px;
}
.left-1{
  left: 0.25rem;
}
.left-2{
  left: 0.5rem;
}
.right-\[2px\]{
  right: 2px;
}
.top-0{
  top: 0px;
}
.top-2{
  top: 0.5rem;
}
.isolate{
  isolation: isolate;
}
.z-10{
  z-index: 10;
}
.z-20{
  z-index: 20;
}
.z-50{
  z-index: 50;
}
.z-\[200\]{
  z-index: 200;
}
.order-1{
  order: 1;
}
.row-span-5{
  grid-row: span 5 / span 5;
}
.-mx-5{
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
.mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-7{
  margin-left: 1.75rem;
  margin-right: 1.75rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-5{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.my-base{
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}
.\!mb-base{
  margin-bottom: 1.875rem !important;
}
.\!mt-5{
  margin-top: 1.25rem !important;
}
.\!mt-base{
  margin-top: 1.875rem !important;
}
.-mb-8{
  margin-bottom: -2rem;
}
.-ml-4{
  margin-left: -1rem;
}
.-mt-11{
  margin-top: -2.75rem;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-2\.5{
  margin-bottom: 0.625rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-5{
  margin-bottom: 1.25rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-base{
  margin-bottom: 1.875rem;
}
.ml-2{
  margin-left: 0.5rem;
}
.ml-3{
  margin-left: 0.75rem;
}
.ml-3\.5{
  margin-left: 0.875rem;
}
.ml-auto{
  margin-left: auto;
}
.mr-2{
  margin-right: 0.5rem;
}
.mr-2\.5{
  margin-right: 0.625rem;
}
.mr-3{
  margin-right: 0.75rem;
}
.mr-4{
  margin-right: 1rem;
}
.mr-5{
  margin-right: 1.25rem;
}
.mr-8{
  margin-right: 2rem;
}
.mt-1{
  margin-top: 0.25rem;
}
.mt-10{
  margin-top: 2.5rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-5{
  margin-top: 1.25rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-\[10vh\]{
  margin-top: 10vh;
}
.mt-auto{
  margin-top: auto;
}
.mt-base{
  margin-top: 1.875rem;
}
.line-clamp-2{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.line-clamp-3{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.line-clamp-5{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.block{
  display: block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.contents{
  display: contents;
}
.hidden{
  display: none;
}
.h-10{
  height: 2.5rem;
}
.h-12{
  height: 3rem;
}
.h-16{
  height: 4rem;
}
.h-4{
  height: 1rem;
}
.h-5{
  height: 1.25rem;
}
.h-56{
  height: 14rem;
}
.h-6{
  height: 1.5rem;
}
.h-\[18px\]{
  height: 18px;
}
.h-\[200px\]{
  height: 200px;
}
.h-\[26rem\]{
  height: 26rem;
}
.h-\[35\.7rem\]{
  height: 35.7rem;
}
.h-\[5px\]{
  height: 5px;
}
.h-\[6\.687rem\]{
  height: 6.687rem;
}
.h-full{
  height: 100%;
}
.max-h-\[390px\]{
  max-height: 390px;
}
.max-h-\[95px\]{
  max-height: 95px;
}
.max-h-full{
  max-height: 100%;
}
.min-h-full{
  min-height: 100%;
}
.w-10{
  width: 2.5rem;
}
.w-4{
  width: 1rem;
}
.w-5{
  width: 1.25rem;
}
.w-56{
  width: 14rem;
}
.w-6{
  width: 1.5rem;
}
.w-8\/12{
  width: 66.666667%;
}
.w-\[170px\]{
  width: 170px;
}
.w-\[18px\]{
  width: 18px;
}
.w-\[320px\]{
  width: 320px;
}
.w-\[5px\]{
  width: 5px;
}
.w-\[min\(100vw\2c 360px\)\]{
  width: min(100vw,360px);
}
.w-full{
  width: 100%;
}
.w-screen{
  width: 100vw;
}
.min-w-1\/2{
  min-width: 50%;
}
.max-w-2xl{
  max-width: 42rem;
}
.max-w-\[330px\]{
  max-width: 330px;
}
.max-w-full{
  max-width: 100%;
}
.max-w-xs{
  max-width: 20rem;
}
.flex-1{
  flex: 1 1 0%;
}
.flex-grow{
  flex-grow: 1;
}
.border-collapse{
  border-collapse: collapse;
}
.origin-center{
  transform-origin: center;
}
.\!-translate-x-full{
  --tw-translate-x: -100% !important;
  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)) !important;
}
.\!translate-x-0{
  --tw-translate-x: 0px !important;
  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)) !important;
}
.-translate-y-20{
  --tw-translate-y: -5rem;
  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-x-0{
  --tw-translate-x: 0px;
  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-90{
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.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));
}
@keyframes zoom{

  0%{
    transform: scale(1);
  }

  50%{
    transform: scale(1.05);
  }

  100%{
    transform: scale(1);
  }
}
.animate-zoom{
  animation: zoom 1s cubic-bezier(0, 0, 0.2, 1) 1;
}
.cursor-not-allowed{
  cursor: not-allowed;
}
.cursor-pointer{
  cursor: pointer;
}
.select-none{
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.scroll-pt-\[77px\]{
  scroll-padding-top: 77px;
}
.list-outside{
  list-style-position: outside;
}
.list-disc{
  list-style-type: disc;
}
.appearance-none{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-row{
  flex-direction: row;
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.flex-nowrap{
  flex-wrap: nowrap;
}
.place-content-center{
  place-content: center;
}
.items-center{
  align-items: center;
}
.\!justify-start{
  justify-content: flex-start !important;
}
.justify-start{
  justify-content: flex-start;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.justify-around{
  justify-content: space-around;
}
.gap-10{
  gap: 2.5rem;
}
.gap-12{
  gap: 3rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-4{
  gap: 1rem;
}
.gap-base{
  gap: 1.875rem;
}
.gap-x-2{
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.gap-x-2\.5{
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
}
.gap-x-base{
  -moz-column-gap: 1.875rem;
       column-gap: 1.875rem;
}
.gap-y-2{
  row-gap: 0.5rem;
}
.gap-y-5{
  row-gap: 1.25rem;
}
.gap-y-base{
  row-gap: 1.875rem;
}
.space-x-10 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(2.5rem * var(--tw-space-x-reverse));
  margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1.25rem * var(--tw-space-x-reverse));
  margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-7 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1.75rem * var(--tw-space-x-reverse));
  margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-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-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));
}
.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-base > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.875rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.875rem * var(--tw-space-y-reverse));
}
.divide-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-x-reverse: 0;
  border-right-width: calc(2px * var(--tw-divide-x-reverse));
  border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
}
.divide-vp-black-800 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(21 21 34 / var(--tw-divide-opacity));
}
.self-start{
  align-self: flex-start;
}
.self-center{
  align-self: center;
}
.overflow-auto{
  overflow: auto;
}
.\!overflow-hidden{
  overflow: hidden !important;
}
.overflow-y-auto{
  overflow-y: auto;
}
.overflow-x-hidden{
  overflow-x: hidden;
}
.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-ellipsis{
  text-overflow: ellipsis;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-2xl{
  border-radius: 1rem;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-lg{
  border-radius: 3rem;
}
.rounded-none{
  border-radius: 0;
}
.border{
  border-width: 1px;
}
.border-2{
  border-width: 2px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-b-2{
  border-bottom-width: 2px;
}
.border-l{
  border-left-width: 1px;
}
.border-r{
  border-right-width: 1px;
}
.border-t{
  border-top-width: 1px;
}
.border-transparent{
  border-color: transparent;
}
.border-vp-green-300{
  --tw-border-opacity: 1;
  border-color: rgb(67 164 85 / var(--tw-border-opacity));
}
.border-vp-green-500{
  --tw-border-opacity: 1;
  border-color: rgb(98 157 105 / var(--tw-border-opacity));
}
.border-vp-grey-500{
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity));
}
.border-vp-grey-700{
  --tw-border-opacity: 1;
  border-color: rgb(97 97 97 / var(--tw-border-opacity));
}
.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-b-current{
  border-bottom-color: currentColor;
}
.border-b-vp-black-800{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(21 21 34 / var(--tw-border-opacity));
}
.border-b-vp-grey-600{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(84 101 102 / var(--tw-border-opacity));
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-black\/25{
  background-color: rgb(0 0 0 / 0.25);
}
.bg-black\/50{
  background-color: rgb(0 0 0 / 0.5);
}
.bg-gray-50{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.bg-green-600{
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity));
}
.bg-slate-100{
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
}
.bg-transparent{
  background-color: transparent;
}
.bg-vp-black-700{
  --tw-bg-opacity: 1;
  background-color: rgb(16 28 37 / var(--tw-bg-opacity));
}
.bg-vp-black-700\/80{
  background-color: rgb(16 28 37 / 0.8);
}
.bg-vp-black-800{
  --tw-bg-opacity: 1;
  background-color: rgb(21 21 34 / var(--tw-bg-opacity));
}
.bg-vp-green-300{
  --tw-bg-opacity: 1;
  background-color: rgb(67 164 85 / var(--tw-bg-opacity));
}
.bg-vp-grey-200{
  --tw-bg-opacity: 1;
  background-color: rgb(240 240 240 / var(--tw-bg-opacity));
}
.bg-vp-red{
  --tw-bg-opacity: 1;
  background-color: rgb(227 5 19 / var(--tw-bg-opacity));
}
.bg-vp-red-500{
  --tw-bg-opacity: 1;
  background-color: rgb(227 5 19 / var(--tw-bg-opacity));
}
.bg-vp-red-600{
  --tw-bg-opacity: 1;
  background-color: rgb(207 12 28 / var(--tw-bg-opacity));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.fill-current{
  fill: currentColor;
}
.stroke-current{
  stroke: currentColor;
}
.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.p-1{
  padding: 0.25rem;
}
.p-2{
  padding: 0.5rem;
}
.p-3{
  padding: 0.75rem;
}
.p-4{
  padding: 1rem;
}
.p-5{
  padding: 1.25rem;
}
.p-base{
  padding: 1.875rem;
}
.\!py-4{
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.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-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.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-7{
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
.py-base{
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pb-5{
  padding-bottom: 1.25rem;
}
.pb-base{
  padding-bottom: 1.875rem;
}
.pl-1{
  padding-left: 0.25rem;
}
.pl-2{
  padding-left: 0.5rem;
}
.pl-5{
  padding-left: 1.25rem;
}
.pl-8{
  padding-left: 2rem;
}
.pl-\[15px\]{
  padding-left: 15px;
}
.pl-base{
  padding-left: 1.875rem;
}
.pr-10{
  padding-right: 2.5rem;
}
.pr-7{
  padding-right: 1.75rem;
}
.pt-5{
  padding-top: 1.25rem;
}
.pt-base{
  padding-top: 1.875rem;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.font-sans{
  font-family: Oswald, system-ui, sans-serif;
}
.font-serif{
  font-family: Times New Roman, ui-serif, serif;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 1.875rem;
}
.text-3xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-\[9px\]{
  font-size: 9px;
}
.text-base{
  font-size: 1rem;
  line-height: 1.25rem;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.5rem;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.25rem;
}
.font-bold{
  font-weight: 700;
}
.font-light{
  font-weight: 300;
}
.font-medium{
  font-weight: 500;
}
.font-normal{
  font-weight: 400;
}
.font-semibold{
  font-weight: 600;
}
.uppercase{
  text-transform: uppercase;
}
.normal-case{
  text-transform: none;
}
.italic{
  font-style: italic;
}
.not-italic{
  font-style: normal;
}
.tabular-nums{
  --tw-numeric-spacing: tabular-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}
.leading-5{
  line-height: 1.25rem;
}
.leading-none{
  line-height: 1;
}
.leading-normal{
  line-height: 1.5;
}
.tracking-wider{
  letter-spacing: 0.05em;
}
.text-current{
  color: currentColor;
}
.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(97 97 97 / var(--tw-text-opacity));
}
.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.text-green-600{
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity));
}
.text-vp-black-800{
  --tw-text-opacity: 1;
  color: rgb(21 21 34 / var(--tw-text-opacity));
}
.text-vp-green-300{
  --tw-text-opacity: 1;
  color: rgb(67 164 85 / var(--tw-text-opacity));
}
.text-vp-green-500{
  --tw-text-opacity: 1;
  color: rgb(98 157 105 / var(--tw-text-opacity));
}
.text-vp-green-900{
  --tw-text-opacity: 1;
  color: rgb(8 60 27 / var(--tw-text-opacity));
}
.text-vp-grey-500{
  --tw-text-opacity: 1;
  color: rgb(212 212 212 / var(--tw-text-opacity));
}
.text-vp-grey-700{
  --tw-text-opacity: 1;
  color: rgb(97 97 97 / var(--tw-text-opacity));
}
.text-vp-red-500{
  --tw-text-opacity: 1;
  color: rgb(227 5 19 / var(--tw-text-opacity));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline{
  text-decoration-line: underline;
}
.no-underline{
  text-decoration-line: none;
}
.opacity-0{
  opacity: 0;
}
.opacity-100{
  opacity: 1;
}
.opacity-50{
  opacity: 0.5;
}
.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, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-200{
  transition-duration: 200ms;
}
.duration-300{
  transition-duration: 300ms;
}
.ease-in{
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.full-bg-vp-grey-200{
  --sc-full-bg-opacity: 1;
  box-shadow: 0 0 0 100vw rgb(240 240 240 / var(--sc-full-bg-opacity));
  background-color: rgb(240 240 240 / var(--sc-full-bg-opacity));
  -webkit-clip-path: inset(0 -100vw);
          clip-path: inset(0 -100vw);
}
@media (min-width: 768px){

  .hidden-on-desktop{
    display: none;
  }
}
.hidden-on-mobile{
  display: none;
}
@media (min-width: 768px) {
.hidden-on-mobile {
    display: initial
}
  }
[x-disclosure][default-open][x-cloak] {
  height: auto !important;
}
.motclesArticle {
  display: none;
}
body .woocommerce form .password-input, .woocommerce-page form .password-input {
  justify-content: end;
}
body .woocommerce form .show-password-input, .woocommerce-page form .show-password-input {
  top: auto;
}
@media (max-width: 480px) {
  .wc-block-grid.has-4-columns .wc-block-grid__product {
    flex: 1 0 calc(100% - 2rem) !important;
    max-width: calc(100% - 2rem) !important;
  }
  .woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme{
    margin-bottom: 0.5rem;
  }
}
a.fancyboxforwp[data-fancybox="gallery"] {
  display: block;
}
h2.wp-block-heading{
  margin-bottom: 1.5rem;
}
h3.wp-block-heading{
  margin-bottom: 0.75rem;
}
.wc-block-grid.has-4-columns .wc-block-grid__product{
  margin: 1rem !important;
  border-width: 1px !important;
  border-style: solid !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(240 240 240 / var(--tw-border-opacity)) !important;
  padding: 1rem !important;
  flex: 0 0 calc(25% - 2rem) !important;
  max-width: calc(25% - 2rem) !important;
}
@media (max-width: 480px) {
  .wc-block-grid.has-4-columns .wc-block-grid__product {
    flex: 1 0 calc(100% - 2rem) !important;
    max-width: calc(100% - 2rem) !important;
  }
}
@media (min-width: 481px) and (max-width: 900px) {
  .wc-block-grid.has-4-columns .wc-block-grid__product {
    flex: 1 0 calc(50% - 2rem) !important;
    max-width: calc(50% - 2rem) !important;
  }
}
.wc-block-grid__product-link{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  text-decoration-line: none;
}
.wc-block-grid__product-title,
.wc-block-grid__product-price{
  text-align: center !important;
  font-size: 1.5rem !important;
  line-height: 1.875rem !important;
  font-weight: 500 !important;
  margin: 0 auto 12px;
}
.wc-block-grid__product-short-description{
  margin-bottom: 1rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.25rem;
}
.wc-block-grid__product-title{
  margin: 0px !important;
}
.woocommerce-message{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
}
.woocommerce-message .button.wc-forward{
  order: 2;
  margin-left: auto;
}
.woocommerce-message::before {
  top: 50%!important;
  transform: translate(0, -50%);
}
.woocommerce a.button[data-style=white-green], a.button[data-style=primary]{
  display: inline-flex !important;
  align-items: center !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
  border-radius: 3rem !important;
  border-width: 1px !important;
  border-style: solid !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(67 164 85 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(67 164 85 / var(--tw-bg-opacity)) !important;
  padding-left: 1.75rem !important;
  padding-right: 1.75rem !important;
  padding-top: 0.4375rem !important;
  padding-bottom: 0.4375rem !important;
  text-align: center !important;
  font-size: 1.125rem !important;
  line-height: 1.5rem !important;
  font-weight: 500 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  text-decoration-line: none !important;
}
.woocommerce a.button[data-style=white-green]:hover, a.button[data-style=primary]:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(67 164 85 / var(--tw-text-opacity)) !important;
}
.woocommerce a.button[data-style=white-green]:focus, a.button[data-style=primary]:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(67 164 85 / var(--tw-text-opacity)) !important;
}
.product_buttons a.button[data-style=outline]{
  display: inline-flex !important;
  align-items: center !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
  border-radius: 3rem !important;
  border-width: 1px !important;
  border-style: solid !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(21 21 34 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
  padding-left: 1.75rem !important;
  padding-right: 1.75rem !important;
  padding-top: 0.4375rem !important;
  padding-bottom: 0.4375rem !important;
  text-align: center !important;
  font-size: 1.125rem !important;
  line-height: 1.5rem !important;
  font-weight: 500 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(21 21 34 / var(--tw-text-opacity)) !important;
  text-decoration-line: none !important;
}
.product_buttons a.button[data-style=outline]:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(67 164 85 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(67 164 85 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.product_buttons a.button[data-style=outline]:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(67 164 85 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(67 164 85 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt,
.woocommerce-message .button.wc-forward{
  border-radius: 3rem !important;
  border-width: 1px !important;
  border-style: solid !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(67 164 85 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(67 164 85 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:hover,
.woocommerce-message .button.wc-forward:hover{
  border-width: 1px !important;
  border-style: solid !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(67 164 85 / var(--tw-text-opacity)) !important;
}
.return-to-shop .button{
  display: inline-flex !important;
  align-items: center !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
  border-radius: 3rem !important;
  border-width: 1px !important;
  border-style: solid !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(21 21 34 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
  padding-left: 1.75rem !important;
  padding-right: 1.75rem !important;
  padding-top: 0.4375rem !important;
  padding-bottom: 0.4375rem !important;
  text-align: center !important;
  font-size: 1.125rem !important;
  line-height: 1.5rem !important;
  font-weight: 500 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(21 21 34 / var(--tw-text-opacity)) !important;
  text-decoration-line: none !important;
}
.return-to-shop .button:hover,
.return-to-shop .button:focus{
  border-style: solid !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(21 21 34 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(21 21 34 / var(--tw-text-opacity)) !important;
}
.add_to_cart_button{
  display: inline-flex !important;
  align-items: center !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
  border-radius: 3rem !important;
  border-width: 1px !important;
  border-style: solid !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(67 164 85 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(67 164 85 / var(--tw-bg-opacity)) !important;
  padding-left: 1.75rem !important;
  padding-right: 1.75rem !important;
  padding-top: 0.4375rem !important;
  padding-bottom: 0.4375rem !important;
  text-align: center !important;
  font-size: 1.125rem !important;
  line-height: 1.5rem !important;
  font-weight: 500 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  text-decoration-line: none !important;
}
.add_to_cart_button:hover,
.add_to_cart_button:focus{
  border-width: 1px !important;
  border-style: solid !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(67 164 85 / var(--tw-text-opacity)) !important;
}
.added_to_cart{
  display: none !important;
}
.product_description {

}
.product_description h2::after{
  display: none;
}
.product_description ul{
  margin-bottom: 1.5rem;
  list-style-type: none;
}
.product_description ul li{
  position: relative;
  margin-bottom: 0.75rem;
  padding-left: 1.25rem;
}
.product_description ul li::before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0.375rem;
  display: flex;
  height: 0.5625rem;
  width: 0.5625rem;
  border-radius: 3rem;
  --tw-bg-opacity: 1;
  background-color: rgb(227 5 19 / var(--tw-bg-opacity));
}
.woocommerce a.remove{
  font-size: 2.25rem;
  line-height: 2.5rem;
  --tw-text-opacity: 1 !important;
  color: rgb(227 5 19 / var(--tw-text-opacity)) !important;
  line-height: 1;
}
.woocommerce a.remove:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(227 5 19 / var(--tw-bg-opacity)) !important;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message{
  --tw-border-opacity: 1;
  border-color: rgb(67 164 85 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(240 240 240 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(97 97 97 / var(--tw-text-opacity));
}
.woocommerce-info::before{
  --tw-text-opacity: 1;
  color: rgb(67 164 85 / var(--tw-text-opacity));
}
.woocommerce-error{
  --tw-border-opacity: 1;
  border-color: rgb(227 5 19 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(240 240 240 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(97 97 97 / var(--tw-text-opacity));
}
.woocommerce-error::before, .woocommerce form .form-row.woocommerce-invalid label{
  --tw-text-opacity: 1;
  color: rgb(227 5 19 / var(--tw-text-opacity));
}
.woocommerce form .form-row.woocommerce-invalid .select2-container, .woocommerce form .form-row.woocommerce-invalid input.input-text, .woocommerce form .form-row.woocommerce-invalid select{
  --tw-border-opacity: 1;
  border-color: rgb(227 5 19 / var(--tw-border-opacity));
}
.woocommerce-checkout h3{
  margin-bottom: 1rem;
}
.woocommerce-billing-fields > h3,
#order_review_heading{
  margin-top: 1rem;
}
.woocommerce-thankyou-order-received{
  margin-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 1.875rem;
  --tw-text-opacity: 1;
  color: rgb(67 164 85 / var(--tw-text-opacity));
}
.woocommerce .woocommerce-customer-details address{
  font-size: 1.125rem;
  line-height: 1.5rem;
}
.woocommerce-account .woocommerce-MyAccount-navigation{
  padding-bottom: 1rem;
}
.woocommerce-MyAccount-navigation-link{
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.5rem;
  list-style-type: disc;
  list-style-position: inside;
  padding-left: 15px;
}
.woocommerce-MyAccount-navigation-link a{
  text-decoration-line: underline;
}
.woocommerce-MyAccount-navigation-link a:hover{
  --tw-text-opacity: 1;
  color: rgb(67 164 85 / var(--tw-text-opacity));
}
.woocommerce-MyAccount-navigation-link.is-active{
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(67 164 85 / var(--tw-text-opacity));
}
.woocommerce-MyAccount-navigation-link.is-active a{
  text-decoration-line: none;
}
.woocommerce-MyAccount-content p,
.woocommerce-MyAccount-content .woocommerce-Address,
.woocommerce-MyAccount-content .woocommerce-Address .woocommerce-Address-title{
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.5rem;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-notices-wrapper + p,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-notices-wrapper + p + p {
  white-space: pre-line;
}
.woocommerce-MyAccount-content p em{
  font-size: 1rem;
  line-height: 1.25rem;
}
.woocommerce-MyAccount-content fieldset{
  margin-top: 1.5rem;
}
.woocommerce-MyAccount-content fieldset legend{
  font-size: 1.25rem;
  line-height: 1.25rem;
  font-weight: 500;
}
.woocommerce-MyAccount-content .woocommerce-Address{
  margin-top: 1rem;
}
.woocommerce-MyAccount-content .woocommerce-button,
.woocommerce form.checkout_coupon .woocommerce-button,
.woocommerce form.login .woocommerce-button,
.woocommerce form.register .woocommerce-button,
.woocommerce form.lost_reset_password .button,
.woocommerce form.edit-account .button,
.woocommerce-address-fields .button,
.woocommerce .cart .button,
.woocommerce .cart input.button,
.woocommerce-form-coupon .button{
  border-radius: 3rem !important;
  border-width: 1px !important;
  border-style: solid !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(67 164 85 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(67 164 85 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.woocommerce-MyAccount-content .woocommerce-button:hover,
.woocommerce-MyAccount-content .woocommerce-button:focus,
.woocommerce form.checkout_coupon .woocommerce-button:hover,
.woocommerce form.login .woocommerce-button:hover,
.woocommerce form.register .woocommerce-button:hover,
.woocommerce form.lost_reset_password .button:hover,
.woocommerce form.edit-account .button:hover,
.woocommerce-address-fields .button:hover,
.woocommerce .cart .button:hover,
.woocommerce .cart input.button:hover,
.woocommerce-form-coupon .button:hover,
.woocommerce form.checkout_coupon .woocommerce-button:focus,
.woocommerce form.login .woocommerce-button:focus,
.woocommerce form.register .woocommerce-button:focus,
.woocommerce form.lost_reset_password .button:focus,
.woocommerce form.edit-account .button:focus,
.woocommerce-address-fields .button:focus,
.woocommerce .cart .button:focus,
.woocommerce .cart input.button:focus,
.woocommerce-form-coupon .button:focus{
  border-width: 1px !important;
  border-style: solid !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(67 164 85 / var(--tw-text-opacity)) !important;
}
.woocommerce-orders-table{
  font-size: 1rem !important;
  line-height: 1.25rem !important;
}
.woocommerce-MyAccount-content mark{
  background-color: transparent;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(67 164 85 / var(--tw-text-opacity));
}
.woocommerce-privacy-policy-text{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.woocommerce form .form-row .input-checkbox {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}
.woocommerce form .select2-container,
.woocommerce form .select2-container .select2-selection--single {
  height: 42px;
}
.woocommerce form .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
  font-size: 1rem;
}
.woocommerce form .select2-container--default .select2-selection--single{
  border-radius: 3rem !important;
  border-style: none !important;
  --tw-bg-opacity: 1;
  background-color: rgb(240 240 240 / var(--tw-bg-opacity));
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  border: 1px solid #616161;
}
.woocommerce form .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50%;
  transform: translate(0, -50%);
  right: 1rem;
}
.woocommerce table.my_account_orders .button {
  margin-right: 5px;
}
.woocommerce-Input,
.woocommerce .input-text{
  border-radius: 3rem;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(240 240 240 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
}
.woocommerce textarea.input-text{
  border-radius: 0;
}
.woocommerce form .show-password-input, .woocommerce-page form .show-password-input {
  top: 1.3rem;
  right: 1.2rem;
  transform: translate(0, -50%);
}
.woocommerce-Button{
  border-radius: 3rem !important;
}
#coupon_code {
  border-radius: 2px;
  text-align: center;
  width: 120px;
}
.woocommerce .product-remove a.remove {
  background-color: #fff !important;
  border-radius: 0;
  color: #fff !important;
  display: inline-block;
  width: auto;
  height: auto;
  padding: 0.25rem;
}
.woocommerce .product-remove a.remove svg {
    fill: white;
    stroke: black;
  }
.woocommerce .product-remove a.remove:hover {
    stroke-width: 2px;
  }
.woocommerce-cart table.cart img {
  width: 65px;
}
.woocommerce ul.order_details{
  margin-bottom: 1.5rem;
}
.woocommerce-thankyou-order-received{
  margin-top: 2rem;
  margin-bottom: 3rem;
  text-align: center;
  font-size: 2.25rem !important;
  line-height: 2.5rem !important;
}
body.native-ios .woocommerce-form-login-toggle {
  display: none !important;
}
body.native-ios .woocommerce .woocommerce-form-login {
  display: block !important;
  border: none;
  padding: 0;
}
.woocommerce-form.woocommerce-form-login p {
  margin-bottom: 0.5rem;
}
.df-element {

}
.df-app {
  overflow: visible!important;
}
.df-element .df-loading-info{
  display: none !important;
}
.df-container .df-loading-icon {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='margin: auto; background: none; display: block; shape-rendering: auto;' width='48px' height='48px' viewBox='0 0 100 100' preserveAspectRatio='xMidYMid'%3E%3Ccircle cx='50' cy='50' fill='none' stroke='%2343a455' stroke-width='9' r='30' stroke-dasharray='141.37166941154067 49.12388980384689'%3E%3CanimateTransform attributeName='transform' type='rotate' repeatCount='indefinite' dur='1s' values='0 50 50;360 50 50' keyTimes='0;1'%3E%3C/animateTransform%3E%3C/circle%3E%3C!-- %5Bldio%5D generated by https://loading.io/ --%3E%3C/svg%3E")!important;
}
.df-element .df-ui-share,
.df-element .df-ui-thumbnail{
  display: none !important;
}
.df-element .df-sidemenu-wrapper{
  display: none !important;
}
.df-ui-nav.df-ui-prev {
  left: -45px!important;
}
.df-ui-nav.df-ui-next {
  right: -45px!important;
}
.df-ui-nav.df-ui-prev .df-ui-btn:before {
  content:'';
  background-image: url("data:image/svg+xml,%3Csvg class='fill-current' width='40' height='40' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40'%3E%3Cpath d='M28 20.75a.75.75 0 0 0 0-1.5v1.5Zm-15.53-1.28a.75.75 0 0 0 0 1.06l4.773 4.773a.75.75 0 0 0 1.06-1.06L14.061 20l4.242-4.243a.75.75 0 0 0-1.06-1.06L12.47 19.47ZM28 19.25H13v1.5h15v-1.5Z' stroke='none'%3E%3C/path%3E%3C/svg%3E");
  width: 40px;
  height: 40px;
  background-size: contain;
  display: block;
  filter: none;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(21 21 34 / var(--tw-border-opacity));
}
.df-ui-nav.df-ui-next .df-ui-btn:before {
  content:'';
  background-image: url("data:image/svg+xml,%3Csvg class='fill-current' width='40' height='40' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40'%3E%3Cpath d='M12 19.25a.75.75 0 0 0 0 1.5v-1.5Zm15.53 1.28a.75.75 0 0 0 0-1.06l-4.773-4.773a.75.75 0 0 0-1.06 1.06L25.939 20l-4.242 4.243a.75.75 0 0 0 1.06 1.06l4.773-4.773ZM12 20.75h15v-1.5H12v1.5Z' stroke='none'%3E%3C/path%3E%3C/svg%3E");
  width: 40px;
  height: 40px;
  background-size: contain;
  display: block;
  filter: none;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(21 21 34 / var(--tw-border-opacity));
}
.df-ui-nav.df-ui-prev .df-ui-btn:hover:before,
.df-ui-nav.df-ui-next .df-ui-btn:hover:before{
  --tw-border-opacity: 1;
  border-color: rgb(67 164 85 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(67 164 85 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.df-ui-nav.df-ui-prev .df-ui-btn:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg class='fill-current' width='40' height='40' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40' fill='%23ffffff'%3E%3Cpath d='M28 20.75a.75.75 0 0 0 0-1.5v1.5Zm-15.53-1.28a.75.75 0 0 0 0 1.06l4.773 4.773a.75.75 0 0 0 1.06-1.06L14.061 20l4.242-4.243a.75.75 0 0 0-1.06-1.06L12.47 19.47ZM28 19.25H13v1.5h15v-1.5Z' stroke='none'%3E%3C/path%3E%3C/svg%3E");
}
.df-ui-nav.df-ui-next .df-ui-btn:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg class='fill-current' width='40' height='40' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40' fill='%23ffffff'%3E%3Cpath d='M12 19.25a.75.75 0 0 0 0 1.5v-1.5Zm15.53 1.28a.75.75 0 0 0 0-1.06l-4.773-4.773a.75.75 0 0 0-1.06 1.06L25.939 20l-4.242 4.243a.75.75 0 0 0 1.06 1.06l4.773-4.773ZM12 20.75h15v-1.5H12v1.5Z' stroke='none'%3E%3C/path%3E%3C/svg%3E");
}
.df-fullscreen .df-ui-btn.df-icon-arrow-left1 {
  transform: translate(100%);
}
.df-fullscreen .df-ui-btn.df-icon-arrow-right1 {
  transform: translate(-100%);
}
/* Disable scroll in fake fullscreen mode (iOS/Android) */
html:has(.flipbook .full-size.fullscreen),
body:has(.flipbook .full-size.fullscreen) {
  overflow: hidden !important;
}
@media print {
  .wp-block-columns > .wp-block-column:first-child {
    flex-basis: 100% !important;
  }

  body > header,
  body > footer,
  #tarteaucitronAlertSmall,
  .wp-block-lazyblock-fil-ariane,
  .wp-block-columns > .wp-block-column + .wp-block-column,
  .wp-block-lazyblock-publicite,
  .wp-block-lazyblock-abonnement,
  .wp-block-lazyblock-annonces-pro {
    display: none !important;
  }
}
.marker\:text-vp-green-300 *::marker{
  color: rgb(67 164 85 );
}
.marker\:text-vp-red-500 *::marker{
  color: rgb(227 5 19 );
}
.marker\:text-vp-green-300::marker{
  color: rgb(67 164 85 );
}
.marker\:text-vp-red-500::marker{
  color: rgb(227 5 19 );
}
.placeholder\:text-white\/80::-moz-placeholder{
  color: rgb(255 255 255 / 0.8);
}
.placeholder\:text-white\/80::placeholder{
  color: rgb(255 255 255 / 0.8);
}
.first\:pl-0:first-child{
  padding-left: 0px;
}
.hover\:cursor-pointer:hover{
  cursor: pointer;
}
.hover\:underline:hover{
  text-decoration-line: underline;
}
.hover\:no-underline:hover{
  text-decoration-line: none;
}
.focus\:border-transparent:focus{
  border-color: transparent;
}
.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:outline-transparent:focus{
  outline-color: transparent;
}
.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);
}
.peer:checked ~ .peer-checked\:border-vp-green-300{
  --tw-border-opacity: 1;
  border-color: rgb(67 164 85 / var(--tw-border-opacity));
}
.not-first\:pl-2:not(:first-child){
  padding-left: 0.5rem;
}
@media print{

  .print\:hidden{
    display: none;
  }
}
@media (min-width: 475px){

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

  .sm\:static{
    position: static;
  }

  .sm\:mt-\[45px\]{
    margin-top: 45px;
  }

  .sm\:flex{
    display: flex;
  }

  .sm\:hidden{
    display: none;
  }

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

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

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

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

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

  .sm\:self-start{
    align-self: flex-start;
  }

  .sm\:px-base{
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}
@media (min-width: 768px){

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

  .md\:ml-\[75\%\]{
    margin-left: 75%;
  }

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

  .md\:h-\[calc\(30px\*2\)\]{
    height: calc(30px * 2);
  }

  .md\:w-auto{
    width: auto;
  }

  .md\:scroll-pt-\[85px\]{
    scroll-padding-top: 85px;
  }

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

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

  .md\:flex-col{
    flex-direction: column;
  }

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

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

  .md\:justify-self-start{
    justify-self: start;
  }

  .md\:justify-self-end{
    justify-self: end;
  }

  .md\:pb-base{
    padding-bottom: 1.875rem;
  }

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

  .md\:leading-6{
    line-height: 1.5rem;
  }
}
@media (min-width: 1024px){

  .lg\:grid{
    display: grid;
  }

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

  .lg\:w-\[calc\(50\%-1rem\)\]{
    width: calc(50% - 1rem);
  }

  .lg\:columns-2{
    -moz-columns: 2;
         columns: 2;
  }

  .lg\:break-inside-avoid-column{
    -moz-column-break-inside: avoid;
         break-inside: avoid-column;
  }

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

  .lg\:grid-flow-col{
    grid-auto-flow: column;
  }

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

  .lg\:grid-cols-\[2fr_1fr\]{
    grid-template-columns: 2fr 1fr;
  }

  .lg\:grid-cols-none{
    grid-template-columns: none;
  }

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

  .lg\:gap-0{
    gap: 0px;
  }

  .lg\:gap-base{
    gap: 1.875rem;
  }

  .lg\:gap-x-base{
    -moz-column-gap: 1.875rem;
         column-gap: 1.875rem;
  }

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

  .xl\:block{
    display: block;
  }

  .xl\:h-\[18\.75rem\]{
    height: 18.75rem;
  }

  .xl\:h-\[68px\]{
    height: 68px;
  }

  .xl\:w-\[18\.75rem\]{
    width: 18.75rem;
  }

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

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

  .xl\:py-1\.5{
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }
}
@media (min-width: 1440px){

  .\32xl\:flex{
    display: flex;
  }
}
.\[\&_img\]\:w-full img{
  width: 100%;
}
.\[\&_img\]\:object-cover img{
  -o-object-fit: cover;
     object-fit: cover;
}
body.admin-bar .\[body\.admin-bar_\&\]\:top-\[50px\]{
  top: 50px;
}
body.admin-bar .\[body\.admin-bar_\&\]\:pt-12{
  padding-top: 3rem;
}
@media (min-width: 640px){

  body.admin-bar .\[body\.admin-bar_\&\]\:sm\:pt-8{
    padding-top: 2rem;
  }
}
