@charset "UTF-8";
/*
! tailwindcss v3.3.0 | 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: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  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;
}
*, ::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-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-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% !important;
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.container{
  width: 100%;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
@media (min-width: 480px){
  .\!container{
    max-width: 480px !important;
  }
  .container{
    max-width: 480px;
  }
}
@media (min-width: 600px){
  .\!container{
    max-width: 600px !important;
  }
  .container{
    max-width: 600px;
  }
}
@media (min-width: 782px){
  .\!container{
    max-width: 782px !important;
  }
  .container{
    max-width: 782px;
  }
}
@media (min-width: 960px){
  .\!container{
    max-width: 960px !important;
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .container{
    max-width: 960px;
    padding-right: 5rem;
    padding-left: 5rem;
  }
}
@media (min-width: 1280px){
  .\!container{
    max-width: 1280px !important;
  }
  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1440px){
  .\!container{
    max-width: 1440px !important;
  }
  .container{
    max-width: 1440px;
  }
}
@media (min-width: 1720px){
  .\!container{
    max-width: 1720px !important;
    padding-right: 9.375rem !important;
    padding-left: 9.375rem !important;
  }
  .container{
    max-width: 1720px;
    padding-right: 9.375rem;
    padding-left: 9.375rem;
  }
}
.prose{
  color: var(--tw-prose-body);
  max-width: 65ch;
}
.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  -webkit-padding-start: 1.625em;
          padding-inline-start: 1.625em;
}
.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}
.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}
.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}
.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}
.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
}
.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  -webkit-padding-start: 1.625em;
          padding-inline-start: 1.625em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  color: var(--tw-prose-bullets);
}
.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}
.prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  -webkit-padding-start: 1em;
          padding-inline-start: 1em;
}
.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: open-quote;
}
.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: close-quote;
}
.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 900;
  color: inherit;
}
.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
.prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 800;
  color: inherit;
}
.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}
.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}
.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  -webkit-padding-end: 0.375em;
          padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  -webkit-padding-start: 0.375em;
          padding-inline-start: 0.375em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: "`";
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: "`";
}
.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.875em;
}
.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.9em;
}
.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  -webkit-padding-end: 1.1428571em;
          padding-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  -webkit-padding-start: 1.1428571em;
          padding-inline-start: 1.1428571em;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: none;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: none;
}
.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  width: 100%;
  table-layout: auto;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  -webkit-padding-end: 0.5714286em;
          padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  -webkit-padding-start: 0.5714286em;
          padding-inline-start: 0.5714286em;
}
.prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 0;
}
.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: baseline;
}
.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: top;
}
.prose :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  text-align: start;
}
.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.prose{
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: 17 24 39;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}
.prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  -webkit-padding-start: 0.375em;
          padding-inline-start: 0.375em;
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  -webkit-padding-start: 0.375em;
          padding-inline-start: 0.375em;
}
.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}
.prose :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.prose :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}
.prose :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  -webkit-padding-start: 1.625em;
          padding-inline-start: 1.625em;
}
.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}
.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  -webkit-padding-end: 0;
          padding-inline-end: 0;
}
.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-top: 0.5714286em;
  -webkit-padding-end: 0.5714286em;
          padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  -webkit-padding-start: 0.5714286em;
          padding-inline-start: 0.5714286em;
}
.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}
.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  -webkit-padding-end: 0;
          padding-inline-end: 0;
}
.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 0;
}
.pointer-events-none{
  pointer-events: none;
}
.pointer-events-auto{
  pointer-events: auto;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.inset-0{
  inset: 0px;
}
.inset-x-0{
  left: 0px;
  right: 0px;
}
.bottom-0{
  bottom: 0px;
}
.bottom-4{
  bottom: 1rem;
}
.bottom-8{
  bottom: 2rem;
}
.left-0{
  left: 0px;
}
.left-1\/2{
  left: 50%;
}
.left-2{
  left: 0.5rem;
}
.left-4{
  left: 1rem;
}
.left-8{
  left: 2rem;
}
.right-0{
  right: 0px;
}
.right-4{
  right: 1rem;
}
.right-auto{
  right: auto;
}
.top-0{
  top: 0px;
}
.top-1\/2{
  top: 50%;
}
.top-16{
  top: 4rem;
}
.top-2{
  top: 0.5rem;
}
.top-24{
  top: 6rem;
}
.top-4{
  top: 1rem;
}
.isolate{
  isolation: isolate;
}
.-z-1{
  z-index: -1;
}
.z-0{
  z-index: 0;
}
.z-1{
  z-index: 1;
}
.z-10{
  z-index: 10;
}
.z-2{
  z-index: 2;
}
.z-20{
  z-index: 20;
}
.z-30{
  z-index: 30;
}
.z-4{
  z-index: 4;
}
.z-5{
  z-index: 5;
}
.order-1{
  order: 1;
}
.order-2{
  order: 2;
}
.order-3{
  order: 3;
}
.col-span-12{
  grid-column: span 12 / span 12;
}
.col-span-3{
  grid-column: span 3 / span 3;
}
.col-span-4{
  grid-column: span 4 / span 4;
}
.col-span-6{
  grid-column: span 6 / span 6;
}
.m-8{
  margin: 2rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-10{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.my-3{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.mb-0{
  margin-bottom: 0px;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mb-12{
  margin-bottom: 3rem;
}
.mb-16{
  margin-bottom: 4rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-32{
  margin-bottom: 8rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.ml-1{
  margin-left: 0.25rem;
}
.ml-2{
  margin-left: 0.5rem;
}
.ml-6{
  margin-left: 1.5rem;
}
.mr-2{
  margin-right: 0.5rem;
}
.mt-0{
  margin-top: 0px;
}
.mt-0\.5{
  margin-top: 0.125rem;
}
.mt-1{
  margin-top: 0.25rem;
}
.mt-10{
  margin-top: 2.5rem;
}
.mt-16{
  margin-top: 4rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-20{
  margin-top: 5rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-40{
  margin-top: 10rem;
}
.mt-5{
  margin-top: 1.25rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-8{
  margin-top: 2rem;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.flex{
  display: flex;
}
.table{
  display: table;
}
.\!grid{
  display: grid !important;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.aspect-\[9\/16\]{
  aspect-ratio: 9/16;
}
.aspect-square{
  aspect-ratio: 1 / 1;
}
.aspect-video{
  aspect-ratio: 16 / 9;
}
.\!h-\[450px\]{
  height: 450px !important;
}
.h-0{
  height: 0px;
}
.h-0\.5{
  height: 0.125rem;
}
.h-1{
  height: 0.25rem;
}
.h-1\/2{
  height: 50%;
}
.h-10{
  height: 2.5rem;
}
.h-3{
  height: 0.75rem;
}
.h-4{
  height: 1rem;
}
.h-6{
  height: 1.5rem;
}
.h-64{
  height: 16rem;
}
.h-8{
  height: 2rem;
}
.h-\[450px\]{
  height: 450px;
}
.h-\[55\%\]{
  height: 55%;
}
.h-\[65\%\]{
  height: 65%;
}
.h-\[80\%\]{
  height: 80%;
}
.h-auto{
  height: auto;
}
.h-fit{
  height: -moz-fit-content;
  height: fit-content;
}
.h-full{
  height: 100%;
}
.h-px{
  height: 1px;
}
.h-screen{
  height: 100vh;
}
.max-h-0{
  max-height: 0px;
}
.max-h-64{
  max-height: 16rem;
}
.max-h-96{
  max-height: 24rem;
}
.max-h-\[285px\]{
  max-height: 285px;
}
.max-h-screen{
  max-height: 100vh;
}
.min-h-\[450px\]{
  min-height: 450px;
}
.min-h-screen{
  min-height: 100vh;
}
.w-1\/12{
  width: 8.333333%;
}
.w-1\/2{
  width: 50%;
}
.w-1\/3{
  width: 33.333333%;
}
.w-10{
  width: 2.5rem;
}
.w-11\/12{
  width: 91.666667%;
}
.w-16{
  width: 4rem;
}
.w-3{
  width: 0.75rem;
}
.w-3\/4{
  width: 75%;
}
.w-4{
  width: 1rem;
}
.w-6{
  width: 1.5rem;
}
.w-\[185px\]{
  width: 185px;
}
.w-\[90\%\]{
  width: 90%;
}
.w-auto{
  width: auto;
}
.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}
.w-full{
  width: 100%;
}
.w-px{
  width: 1px;
}
.max-w-none{
  max-width: none;
}
.max-w-sm{
  max-width: 24rem;
}
.flex-1{
  flex: 1 1 0%;
}
.flex-grow{
  flex-grow: 1;
}
.-translate-x-1\/2{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/4{
  --tw-translate-y: -25%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-full{
  --tw-translate-y: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-1\/2{
  --tw-translate-y: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-75{
  --tw-scale-x: .75;
  --tw-scale-y: .75;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer{
  cursor: pointer;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-12{
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-start{
  align-items: flex-start;
}
.items-center{
  align-items: center;
}
.items-stretch{
  align-items: stretch;
}
.justify-start{
  justify-content: flex-start;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-1{
  gap: 0.25rem;
}
.gap-10{
  gap: 2.5rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-4{
  gap: 1rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-8{
  gap: 2rem;
}
.gap-y-10{
  row-gap: 2.5rem;
}
.gap-y-16{
  row-gap: 4rem;
}
.space-x-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-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));
}
.divide-y > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
}
.divide-locasix-black\/20 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(0 15 26 / 0.2);
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-y-auto{
  overflow-y: auto;
}
.overflow-x-hidden{
  overflow-x: hidden;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-2xl{
  border-radius: 1rem;
}
.rounded-3xl{
  border-radius: 1.5rem;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.rounded-xl{
  border-radius: 0.75rem;
}
.rounded-b-3xl{
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}
.rounded-b-xl{
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}
.rounded-t-xl{
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}
.border{
  border-width: 1px;
}
.border-2{
  border-width: 2px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-b-2{
  border-bottom-width: 2px;
}
.border-t{
  border-top-width: 1px;
}
.border-t-2{
  border-top-width: 2px;
}
.border-\[\#E8EAE9\]{
  --tw-border-opacity: 1;
  border-color: rgb(232 234 233 / var(--tw-border-opacity));
}
.border-locasix-black{
  --tw-border-opacity: 1;
  border-color: rgb(0 15 26 / var(--tw-border-opacity));
}
.border-locasix-black\/10{
  border-color: rgb(0 15 26 / 0.1);
}
.border-locasix-black\/20{
  border-color: rgb(0 15 26 / 0.2);
}
.border-locasix-black\/50{
  border-color: rgb(0 15 26 / 0.5);
}
.border-locasix-red{
  --tw-border-opacity: 1;
  border-color: rgb(227 3 30 / var(--tw-border-opacity));
}
.border-locasix-yellow{
  --tw-border-opacity: 1;
  border-color: rgb(255 213 56 / var(--tw-border-opacity));
}
.bg-\[\#414C5C\]{
  --tw-bg-opacity: 1;
  background-color: rgb(65 76 92 / var(--tw-bg-opacity));
}
.bg-\[\#888C93\]{
  --tw-bg-opacity: 1;
  background-color: rgb(136 140 147 / var(--tw-bg-opacity));
}
.bg-\[\#C8CCCC\]{
  --tw-bg-opacity: 1;
  background-color: rgb(200 204 204 / var(--tw-bg-opacity));
}
.bg-\[\#E2F7E7\]{
  --tw-bg-opacity: 1;
  background-color: rgb(226 247 231 / var(--tw-bg-opacity));
}
.bg-\[\#F4F7F8\]{
  --tw-bg-opacity: 1;
  background-color: rgb(244 247 248 / var(--tw-bg-opacity));
}
.bg-\[\#F8F8F8\]{
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity));
}
.bg-\[\#f4f6f8\]{
  --tw-bg-opacity: 1;
  background-color: rgb(244 246 248 / var(--tw-bg-opacity));
}
.bg-\[\#f4f7f8\]{
  --tw-bg-opacity: 1;
  background-color: rgb(244 247 248 / var(--tw-bg-opacity));
}
.bg-black\/40{
  background-color: rgb(0 0 0 / 0.4);
}
.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.bg-locasix-black\/20{
  background-color: rgb(0 15 26 / 0.2);
}
.bg-locasix-black\/40{
  background-color: rgb(0 15 26 / 0.4);
}
.bg-locasix-red{
  --tw-bg-opacity: 1;
  background-color: rgb(227 3 30 / var(--tw-bg-opacity));
}
.bg-locasix-yellow{
  --tw-bg-opacity: 1;
  background-color: rgb(255 213 56 / var(--tw-bg-opacity));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-white\/80{
  background-color: rgb(255 255 255 / 0.8);
}
.fill-locasix-black{
  fill: #000F1A;
}
.fill-locasix-black\/50{
  fill: rgb(0 15 26 / 0.5);
}
.fill-locasix-black\/70{
  fill: rgb(0 15 26 / 0.7);
}
.fill-none{
  fill: none;
}
.stroke-white{
  stroke: #fff;
}
.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.p-10{
  padding: 2.5rem;
}
.p-2{
  padding: 0.5rem;
}
.p-3{
  padding: 0.75rem;
}
.p-4{
  padding: 1rem;
}
.p-5{
  padding: 1.25rem;
}
.p-6{
  padding: 1.5rem;
}
.p-8{
  padding: 2rem;
}
.\!py-4{
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-12{
  padding-left: 3rem;
  padding-right: 3rem;
}
.px-16{
  padding-left: 4rem;
  padding-right: 4rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-2\.5{
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.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-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-24{
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-10{
  padding-bottom: 2.5rem;
}
.pb-16{
  padding-bottom: 4rem;
}
.pb-20{
  padding-bottom: 5rem;
}
.pb-24{
  padding-bottom: 6rem;
}
.pb-6{
  padding-bottom: 1.5rem;
}
.pb-8{
  padding-bottom: 2rem;
}
.pl-6{
  padding-left: 1.5rem;
}
.pl-8{
  padding-left: 2rem;
}
.pr-4{
  padding-right: 1rem;
}
.pt-12{
  padding-top: 3rem;
}
.pt-16{
  padding-top: 4rem;
}
.pt-20{
  padding-top: 5rem;
}
.pt-32{
  padding-top: 8rem;
}
.pt-40{
  padding-top: 10rem;
}
.pt-8{
  padding-top: 2rem;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.font-futura-pt{
  font-family: futura-pt, sans-serif;
}
.font-prowide-bold{
  font-family: ProWideBold;
}
.font-prowide-extrabold{
  font-family: ProWideExtraBold;
}
.font-prowide-regular{
  font-family: ProWideRegular;
}
.font-stratos{
  font-family: stratos, sans-serif;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-5xl{
  font-size: 3rem;
  line-height: 1;
}
.text-\[10px\]{
  font-size: 10px;
}
.text-\[8px\]{
  font-size: 8px;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl{
  font-size: 1.25rem;
}
.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold{
  font-weight: 700;
}
.font-extrabold{
  font-weight: 800;
}
.font-light{
  font-weight: 300;
}
.font-medium{
  font-weight: 500;
}
.font-semibold{
  font-weight: 600;
}
.uppercase{
  text-transform: uppercase;
}
.italic{
  font-style: italic;
}
.leading-snug{
  line-height: 1.375;
}
.leading-tight{
  line-height: 1.25;
}
.tracking-wide{
  letter-spacing: 0.025em;
}
.text-\[\#888C93\]{
  --tw-text-opacity: 1;
  color: rgb(136 140 147 / var(--tw-text-opacity));
}
.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.text-gray-800{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.text-locasix-black{
  --tw-text-opacity: 1;
  color: rgb(0 15 26 / var(--tw-text-opacity));
}
.text-locasix-black\/30{
  color: rgb(0 15 26 / 0.3);
}
.text-locasix-black\/40{
  color: rgb(0 15 26 / 0.4);
}
.text-locasix-black\/50{
  color: rgb(0 15 26 / 0.5);
}
.text-locasix-black\/60{
  color: rgb(0 15 26 / 0.6);
}
.text-locasix-black\/70{
  color: rgb(0 15 26 / 0.7);
}
.text-locasix-black\/80{
  color: rgb(0 15 26 / 0.8);
}
.text-locasix-red{
  --tw-text-opacity: 1;
  color: rgb(227 3 30 / var(--tw-text-opacity));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.opacity-0{
  opacity: 0;
}
.mix-blend-multiply{
  mix-blend-mode: multiply;
}
.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.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-all{
  transition-property: all;
  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-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300{
  transition-duration: 300ms;
}
.alignfull{
  margin: 2rem calc(50% - 50vw) !important;
  max-width: 100vw !important;
  width: 100vw;
}
.alignwide{
  margin: 2rem 0;
  max-width: 1280px !important;
}
.alignnone{
  margin-left: 0px;
  margin-right: 0px;
  height: auto;
  max-width: 100%;
}
.aligncenter{
  margin: 0.5rem auto;
  display: block;
}
@media (min-width: 600px){
  .alignleft:not(.wp-block-button){
    margin-right: 0.5rem;
    float: left;
  }
  .alignright:not(.wp-block-button){
    margin-left: 0.5rem;
    float: right;
  }
  .wp-block-button.alignleft a{
    float: left;
    margin-right: 1rem;
  }
  .wp-block-button.alignright a{
    float: right;
    margin-left: 1rem;
  }
}
.wp-caption{
  display: inline-block;
}
.wp-caption img{
  margin-bottom: 0.5rem;
  line-height: 1;
}
.wp-caption-text{
  font-size: 0.875rem;
  color: #4b5563;
}
/* Styles pour le sélecteur de plage de surface */
.surface-filter-container .surface-handle {
  position: absolute;
  width: 16px;
  height: 16px;
  background: white;
  border: 2px solid #f59e0b;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  cursor: pointer;
  z-index: 2;
  transition: transform 0.2s, box-shadow 0.2s;
}
.surface-filter-container .surface-handle:hover, .surface-filter-container .surface-handle:active {
  transform: translate(-50%, -50%) scale(1.2);
  box-shadow: 0 0 0 4px rgba(245, 158, 11, 0.2);
}
.surface-filter-container .surface-handle-min {
  left: 0;
}
.surface-filter-container .surface-handle-max {
  left: 100%;
}
.surface-filter-container input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  margin: 0;
  padding: 0;
  background: transparent;
  position: relative;
  z-index: 3;
}
.surface-filter-container input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  opacity: 0;
  cursor: pointer;
}
.surface-filter-container input[type=range]::-moz-range-thumb {
  width: 16px;
  height: 16px;
  opacity: 0;
  cursor: pointer;
}
.surface-filter-container input[type=range]::-ms-thumb {
  width: 16px;
  height: 16px;
  opacity: 0;
  cursor: pointer;
}
/* Affichage du filtre KVA comme la Surface */
.kva-filter-container {
  width: 100%;
  max-width: 300px; /* Même largeur que le filtre de surface */
}
/* Styles du slider KVA (mêmes poignées et sliders que la Surface) */
/* Pas de display ici: la visibilité est gérée par le JS comme pour Surface */
.kva-filter-container .surface-handle {
  position: absolute;
  width: 16px;
  height: 16px;
  background: white;
  border: 2px solid #f59e0b;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  cursor: pointer;
  z-index: 2;
  transition: transform 0.2s, box-shadow 0.2s;
}
.kva-filter-container .surface-handle:hover, .kva-filter-container .surface-handle:active {
  transform: translate(-50%, -50%) scale(1.2);
  box-shadow: 0 0 0 4px rgba(245, 158, 11, 0.2);
}
.kva-filter-container .surface-handle-min {
  left: 0;
}
.kva-filter-container .surface-handle-max {
  left: 100%;
}
.kva-filter-container input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  margin: 0;
  padding: 0;
  background: transparent;
  position: relative;
  z-index: 3;
}
.kva-filter-container input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  opacity: 0;
  cursor: pointer;
}
.kva-filter-container input[type=range]::-moz-range-thumb {
  width: 16px;
  height: 16px;
  opacity: 0;
  cursor: pointer;
}
.kva-filter-container input[type=range]::-ms-thumb {
  width: 16px;
  height: 16px;
  opacity: 0;
  cursor: pointer;
}
/* Styles pour le sélecteur de plage de prix */
.price-range-container {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  padding: 0 1rem;
}
.price-range-container .price-range-slider {
  position: relative;
  height: 20px;
  margin: 30px 0;
}
.price-range-container .price-range-slider .track {
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #e2e8f0;
  border-radius: 2px;
  top: 50%;
  transform: translateY(-50%);
}
.price-range-container .price-range-slider .range-bar {
  position: absolute;
  height: 4px;
  background-color: #f59e0b;
  top: 50%;
  transform: translateY(-50%);
}
.price-range-container .price-range-slider input[type=range] {
  position: absolute;
  width: 100%;
  height: 100%;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
}
.price-range-container .price-range-slider input[type=range]::-webkit-slider-thumb {
  pointer-events: auto;
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  background: #fff;
  border: 2px solid #f59e0b;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.price-range-container .price-range-slider input[type=range]::-webkit-slider-thumb:hover {
  transform: scale(1.2);
  box-shadow: 0 0 0 4px rgba(245, 158, 11, 0.2);
}
.price-range-container .price-range-slider input[type=range]::-moz-range-thumb {
  pointer-events: auto;
  width: 16px;
  height: 16px;
  background: #fff;
  border: 2px solid #f59e0b;
  border-radius: 50%;
  cursor: pointer;
  -moz-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.price-range-container .price-range-slider input[type=range]::-moz-range-thumb:hover {
  transform: scale(1.2);
  box-shadow: 0 0 0 4px rgba(245, 158, 11, 0.2);
}
.price-range-container .price-range-slider .price-labels {
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
}
.price-range-container .price-range-slider .price-labels span {
  font-size: 0.875rem;
  color: #4a5568;
  font-weight: 500;
}
.price-range-container {
  /* Animation pour les éléments filtrés */
}
.price-range-container .produit-item {
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.price-range-container .produit-item.filter-match {
  animation: fadeIn 0.3s ease forwards;
}
.price-range-container .produit-item:not(.filter-match) {
  opacity: 0.5;
  transform: scale(0.98);
}
@keyframes fadeIn {
  from {
    opacity: 0.5;
    transform: scale(0.98);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
/* Styles pour le slider de la galerie produit */
.hero-product__gallery .swiper {
  width: 100%;
  height: 100%;
  border-radius: 0.5rem;
  overflow: hidden;
}
.hero-product__gallery .swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-product__gallery .swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-product__gallery .swiper .swiper-pagination {
  bottom: 1rem;
}
.hero-product__gallery .swiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
  margin: 0 5px;
}
.hero-product__gallery .swiper .swiper-pagination-bullet-active {
  background: #fff;
}
.hero-product__gallery .swiper .swiper-button-prev,
.hero-product__gallery .swiper .swiper-button-next {
  color: #fff;
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  transition: all 0.3s ease;
}
.hero-product__gallery .swiper .swiper-button-prev:hover,
.hero-product__gallery .swiper .swiper-button-next:hover {
  background: rgba(0, 0, 0, 0.6);
}
.hero-product__gallery .swiper .swiper-button-prev::after,
.hero-product__gallery .swiper .swiper-button-next::after {
  font-size: 20px;
  font-weight: bold;
}
@font-face {
  font-family: "ProWideBold";
  src: url(../fonts/HeadingProWide-Bold.otf?88f5f3f61209955051ad71a78178ad9c) format("opentype");
}
@font-face {
  font-family: "ProWideBook";
  src: url(../fonts/HeadingProWide-Book.otf?bae549eba7e8940379ddf78a2c383308) format("opentype");
}
@font-face {
  font-family: "ProWideExtraBold";
  src: url(../fonts/HeadingProWide-ExtraBold.otf?ab84d8451c65a275590154dac54112b5) format("opentype");
}
@font-face {
  font-family: "ProWideRegular";
  src: url(../fonts/HeadingProWide-Regular.otf?dfa5551d11f3f89c37df1503a5badf22) format("opentype");
}
.red-button{
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  gap: 1rem;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(227 3 30 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(227 3 30 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-family: stratos, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.red-button:hover{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / 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 3 30 / var(--tw-text-opacity));
}
.yellow-button{
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 15 26 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 213 56 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-family: stratos, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 15 26 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.yellow-button:hover{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
h1{
  font-family: ProWideExtraBold;
  font-size: 1.5rem;
  line-height: 2rem;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(0 15 26 / var(--tw-text-opacity));
}
@media (min-width: 960px) {
  h1{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
h2{
  font-family: ProWideExtraBold;
  font-size: 1.5rem;
  line-height: 2rem;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(0 15 26 / var(--tw-text-opacity));
}
@media (min-width: 960px) {
  h2{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
h3{
  font-family: stratos, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 15 26 / var(--tw-text-opacity));
}
@media (min-width: 960px) {
  h3{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
h4{
  font-family: ProWideExtraBold;
  font-size: 1rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(0 15 26 / var(--tw-text-opacity));
}
@media (min-width: 960px) {
  h4{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
h5{
  font-family: ProWideBold;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(0 15 26 / var(--tw-text-opacity));
}
p{
  font-family: stratos, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: rgb(0 15 26 / 0.7);
}
@media (min-width: 960px) {
  p{
    font-size: 1.25rem;
  }
}
article > *:not(.entry-content),
.entry-content > *{
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
}
ul:not(.block-editor-block-variation-picker__variations){
  list-style-type: none;
  padding-left: 0px;
}
ul:not(.block-editor-block-variation-picker__variations) li{
  position: relative;
  margin-bottom: 0.5rem;
  padding-left: 2.5rem;
  font-family: stratos, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: rgb(0 15 26 / 0.7);
}
@media (min-width: 960px) {
  ul:not(.block-editor-block-variation-picker__variations) li{
    font-size: 1.25rem;
  }
}
ul:not(.block-editor-block-variation-picker__variations) li::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  height: 1.5rem;
  width: 1.5rem;
  --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));
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 213 56 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
ul:not(.block-editor-block-variation-picker__variations) li::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) translateX(30%);
  width: 1rem;
  height: 1rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23000' stroke-width='2.5'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M5 13l4 4L19 7'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.8;
}
.entry-content h1,
.block-editor-block-list__layout h1{
  font-size: 1.5rem;
  line-height: 2rem;
}
.entry-content h2,
.block-editor-block-list__layout h2{
  font-size: 1.25rem;
}
.entry-content h3,
.block-editor-block-list__layout h3{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.entry-content p a,
.entry-content ul a,
.entry-content ol a,
.block-editor-block-list__layout p a,
.block-editor-block-list__layout ul a,
.block-editor-block-list__layout ol a{
  text-decoration-line: underline;
}
.entry-content p a:hover,
.entry-content ul a:hover,
.entry-content ol a:hover,
.block-editor-block-list__layout p a:hover,
.block-editor-block-list__layout ul a:hover,
.block-editor-block-list__layout ol a:hover{
  text-decoration-line: none;
}
.entry-content p,
.entry-content ul,
.entry-content ol,
.block-editor-block-list__layout p,
.block-editor-block-list__layout ul,
.block-editor-block-list__layout ol{
  margin-bottom: 2rem;
}
.entry-content ul:not(.block-editor-block-variation-picker__variations),
.block-editor-block-list__layout ul:not(.block-editor-block-variation-picker__variations){
  list-style-type: none;
  padding-left: 0px;
}
.entry-content ul:not(.block-editor-block-variation-picker__variations) li,
.block-editor-block-list__layout ul:not(.block-editor-block-variation-picker__variations) li{
  position: relative;
  margin-bottom: 0.5rem;
  padding-left: 2.5rem;
  font-family: stratos, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: rgb(0 15 26 / 0.7);
}
@media (min-width: 960px) {
  .entry-content ul:not(.block-editor-block-variation-picker__variations) li,
  .block-editor-block-list__layout ul:not(.block-editor-block-variation-picker__variations) li{
    font-size: 1.25rem;
  }
}
.entry-content ul:not(.block-editor-block-variation-picker__variations) li::before,
.block-editor-block-list__layout ul:not(.block-editor-block-variation-picker__variations) li::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 213 56 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.entry-content ul:not(.block-editor-block-variation-picker__variations) li::after,
.block-editor-block-list__layout ul:not(.block-editor-block-variation-picker__variations) li::after {
  content: "";
  position: absolute;
  left: 0.5rem;
  top: 0;
  width: 1rem;
  height: 1rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23000' stroke-width='2.5'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M5 13l4 4L19 7'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.8;
}
.entry-content ol li,
.block-editor-block-list__layout ol li{
  list-style-position: inside;
  list-style-type: decimal;
}
.arrow-down-link{
  position: relative;
  overflow: hidden;
}
.arrow-down-link svg{
  transition-property: transform;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateY(0);
}
.arrow-down-link:hover svg {
  animation: arrowDownUp 0.3s ease-in-out;
}
@keyframes arrowDownUp {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  50% {
    transform: translateY(20px);
    opacity: 0;
  }
  51% {
    transform: translateY(-20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes arrowLeftRight {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(6px);
  }
}
.cta-photo__arrow-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden; /* masque la flèche hors du champ */
  width: 22.118px; /* mêmes dimensions que l’SVG */
  height: 12.445px;
  line-height: 0; /* évite l’écart de baseline */
  vertical-align: middle;
}
.cta-photo__arrow {
  display: block; /* évite le décalage inline */
  will-change: transform;
}
@keyframes arrowSlideOutAndReturn {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(120%);
  } /* sort par la droite (en % de sa propre largeur) */
  51% {
    transform: translateX(-120%);
  } /* se repositionne à gauche, hors champ */
  100% {
    transform: translateX(0);
  } /* revient au centre */
}
.cta-photo__link:hover .cta-photo__arrow {
  animation: arrowSlideOutAndReturn 900ms cubic-bezier(0.22, 1, 0.36, 1) infinite;
}
@media (prefers-reduced-motion: reduce) {
  .cta-photo__link:hover .cta-photo__arrow {
    animation: none;
  }
}
/* Equal heights for Last Products slider */
.last-products-swiper .swiper-wrapper {
  align-items: stretch;
}
.last-products-swiper .swiper-slide {
  display: flex;
  flex-direction: column;
}
#wpcf7-f114-o1 .wpcf7-email, #wpcf7-f114-o2 .wpcf7-email{
  width: 100%;
  border-bottom-width: 1px;
  border-color: rgb(0 15 26 / 0.3);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-family: stratos, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 15 26 / var(--tw-text-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #000;
  opacity: 1;
  background: rgba(0, 0, 0, 0.2);
}
.red-arrow{
  --tw-text-opacity: 1;
  color: rgb(227 3 30 / var(--tw-text-opacity));
}
.swiper-pagination-bullet-active {
  background: #ffffff !important;
}
#wpcf7-f113-p420-o1 .wpcf7-form, #wpcf7-f113-p451-o1 .wpcf7-form, #wpcf7-f424-p425-o1 .wpcf7-form, #wpcf7-f464-p465-o1 .wpcf7-form {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
#wpcf7-f113-p420-o1 .wpcf7-form .wpcf7-form-control-wrap, #wpcf7-f113-p451-o1 .wpcf7-form .wpcf7-form-control-wrap, #wpcf7-f424-p425-o1 .wpcf7-form .wpcf7-form-control-wrap, #wpcf7-f464-p465-o1 .wpcf7-form .wpcf7-form-control-wrap {
  width: 100%;
  margin: 0;
}
@media (min-width: 1024px) {
  #wpcf7-f113-p420-o1 .wpcf7-form .wpcf7-form-control-wrap:has(input[type=text]),
  #wpcf7-f113-p420-o1 .wpcf7-form .wpcf7-form-control-wrap:has(input[type=email]),
  #wpcf7-f113-p420-o1 .wpcf7-form .wpcf7-form-control-wrap:has(input[type=tel]),
  #wpcf7-f113-p420-o1 .wpcf7-form .wpcf7-form-control-wrap:has(select),
  #wpcf7-f113-p420-o1 .wpcf7-form .wpcf7-form-control-wrap:has(input[type=date]), #wpcf7-f113-p451-o1 .wpcf7-form .wpcf7-form-control-wrap:has(input[type=text]),
  #wpcf7-f113-p451-o1 .wpcf7-form .wpcf7-form-control-wrap:has(input[type=email]),
  #wpcf7-f113-p451-o1 .wpcf7-form .wpcf7-form-control-wrap:has(input[type=tel]),
  #wpcf7-f113-p451-o1 .wpcf7-form .wpcf7-form-control-wrap:has(select),
  #wpcf7-f113-p451-o1 .wpcf7-form .wpcf7-form-control-wrap:has(input[type=date]), #wpcf7-f424-p425-o1 .wpcf7-form .wpcf7-form-control-wrap:has(input[type=text]),
  #wpcf7-f424-p425-o1 .wpcf7-form .wpcf7-form-control-wrap:has(input[type=email]),
  #wpcf7-f424-p425-o1 .wpcf7-form .wpcf7-form-control-wrap:has(input[type=tel]),
  #wpcf7-f424-p425-o1 .wpcf7-form .wpcf7-form-control-wrap:has(select),
  #wpcf7-f424-p425-o1 .wpcf7-form .wpcf7-form-control-wrap:has(input[type=date]), #wpcf7-f464-p465-o1 .wpcf7-form .wpcf7-form-control-wrap:has(input[type=text]),
  #wpcf7-f464-p465-o1 .wpcf7-form .wpcf7-form-control-wrap:has(input[type=email]),
  #wpcf7-f464-p465-o1 .wpcf7-form .wpcf7-form-control-wrap:has(input[type=tel]),
  #wpcf7-f464-p465-o1 .wpcf7-form .wpcf7-form-control-wrap:has(select),
  #wpcf7-f464-p465-o1 .wpcf7-form .wpcf7-form-control-wrap:has(input[type=date]) {
    width: calc(50% - 0.5rem);
  }
  #wpcf7-f113-p420-o1 .wpcf7-form .wpcf7-form-control-wrap:has(textarea), #wpcf7-f113-p451-o1 .wpcf7-form .wpcf7-form-control-wrap:has(textarea), #wpcf7-f424-p425-o1 .wpcf7-form .wpcf7-form-control-wrap:has(textarea), #wpcf7-f464-p465-o1 .wpcf7-form .wpcf7-form-control-wrap:has(textarea) {
    width: 100%;
  }
}
#wpcf7-f113-p420-o1 .wpcf7-form input[type=text],
#wpcf7-f113-p420-o1 .wpcf7-form input[type=email],
#wpcf7-f113-p420-o1 .wpcf7-form input[type=tel],
#wpcf7-f113-p420-o1 .wpcf7-form input[type=date],
#wpcf7-f113-p420-o1 .wpcf7-form select,
#wpcf7-f113-p420-o1 .wpcf7-form textarea, #wpcf7-f113-p451-o1 .wpcf7-form input[type=text],
#wpcf7-f113-p451-o1 .wpcf7-form input[type=email],
#wpcf7-f113-p451-o1 .wpcf7-form input[type=tel],
#wpcf7-f113-p451-o1 .wpcf7-form input[type=date],
#wpcf7-f113-p451-o1 .wpcf7-form select,
#wpcf7-f113-p451-o1 .wpcf7-form textarea, #wpcf7-f424-p425-o1 .wpcf7-form input[type=text],
#wpcf7-f424-p425-o1 .wpcf7-form input[type=email],
#wpcf7-f424-p425-o1 .wpcf7-form input[type=tel],
#wpcf7-f424-p425-o1 .wpcf7-form input[type=date],
#wpcf7-f424-p425-o1 .wpcf7-form select,
#wpcf7-f424-p425-o1 .wpcf7-form textarea, #wpcf7-f464-p465-o1 .wpcf7-form input[type=text],
#wpcf7-f464-p465-o1 .wpcf7-form input[type=email],
#wpcf7-f464-p465-o1 .wpcf7-form input[type=tel],
#wpcf7-f464-p465-o1 .wpcf7-form input[type=date],
#wpcf7-f464-p465-o1 .wpcf7-form select,
#wpcf7-f464-p465-o1 .wpcf7-form textarea {
  width: 100%;
  background: #ffffff;
  border: none;
  outline: none;
  padding: 0.75rem 1rem;
  border-radius: 0.75rem;
  color: #1f2937;
}
#wpcf7-f113-p420-o1 .wpcf7-form input::-moz-placeholder, #wpcf7-f113-p420-o1 .wpcf7-form textarea::-moz-placeholder, #wpcf7-f113-p451-o1 .wpcf7-form input::-moz-placeholder, #wpcf7-f113-p451-o1 .wpcf7-form textarea::-moz-placeholder, #wpcf7-f424-p425-o1 .wpcf7-form input::-moz-placeholder, #wpcf7-f424-p425-o1 .wpcf7-form textarea::-moz-placeholder, #wpcf7-f464-p465-o1 .wpcf7-form input::-moz-placeholder, #wpcf7-f464-p465-o1 .wpcf7-form textarea::-moz-placeholder {
  color: #1f2937;
  opacity: 1;
}
#wpcf7-f113-p420-o1 .wpcf7-form input::placeholder,
#wpcf7-f113-p420-o1 .wpcf7-form textarea::placeholder, #wpcf7-f113-p451-o1 .wpcf7-form input::placeholder,
#wpcf7-f113-p451-o1 .wpcf7-form textarea::placeholder, #wpcf7-f424-p425-o1 .wpcf7-form input::placeholder,
#wpcf7-f424-p425-o1 .wpcf7-form textarea::placeholder, #wpcf7-f464-p465-o1 .wpcf7-form input::placeholder,
#wpcf7-f464-p465-o1 .wpcf7-form textarea::placeholder {
  color: #1f2937;
  opacity: 1;
}
#wpcf7-f113-p420-o1 .wpcf7-form input[type=date]::-webkit-datetime-edit,
#wpcf7-f113-p420-o1 .wpcf7-form input[type=date]::-webkit-datetime-edit-fields-wrapper,
#wpcf7-f113-p420-o1 .wpcf7-form input[type=date]::-webkit-datetime-edit-text,
#wpcf7-f113-p420-o1 .wpcf7-form input[type=date]::-webkit-datetime-edit-month-field,
#wpcf7-f113-p420-o1 .wpcf7-form input[type=date]::-webkit-datetime-edit-day-field,
#wpcf7-f113-p420-o1 .wpcf7-form input[type=date]::-webkit-datetime-edit-year-field, #wpcf7-f113-p451-o1 .wpcf7-form input[type=date]::-webkit-datetime-edit,
#wpcf7-f113-p451-o1 .wpcf7-form input[type=date]::-webkit-datetime-edit-fields-wrapper,
#wpcf7-f113-p451-o1 .wpcf7-form input[type=date]::-webkit-datetime-edit-text,
#wpcf7-f113-p451-o1 .wpcf7-form input[type=date]::-webkit-datetime-edit-month-field,
#wpcf7-f113-p451-o1 .wpcf7-form input[type=date]::-webkit-datetime-edit-day-field,
#wpcf7-f113-p451-o1 .wpcf7-form input[type=date]::-webkit-datetime-edit-year-field, #wpcf7-f424-p425-o1 .wpcf7-form input[type=date]::-webkit-datetime-edit,
#wpcf7-f424-p425-o1 .wpcf7-form input[type=date]::-webkit-datetime-edit-fields-wrapper,
#wpcf7-f424-p425-o1 .wpcf7-form input[type=date]::-webkit-datetime-edit-text,
#wpcf7-f424-p425-o1 .wpcf7-form input[type=date]::-webkit-datetime-edit-month-field,
#wpcf7-f424-p425-o1 .wpcf7-form input[type=date]::-webkit-datetime-edit-day-field,
#wpcf7-f424-p425-o1 .wpcf7-form input[type=date]::-webkit-datetime-edit-year-field, #wpcf7-f464-p465-o1 .wpcf7-form input[type=date]::-webkit-datetime-edit,
#wpcf7-f464-p465-o1 .wpcf7-form input[type=date]::-webkit-datetime-edit-fields-wrapper,
#wpcf7-f464-p465-o1 .wpcf7-form input[type=date]::-webkit-datetime-edit-text,
#wpcf7-f464-p465-o1 .wpcf7-form input[type=date]::-webkit-datetime-edit-month-field,
#wpcf7-f464-p465-o1 .wpcf7-form input[type=date]::-webkit-datetime-edit-day-field,
#wpcf7-f464-p465-o1 .wpcf7-form input[type=date]::-webkit-datetime-edit-year-field {
  color: #1f2937;
}
#wpcf7-f113-p420-o1 .wpcf7-form select:invalid,
#wpcf7-f113-p420-o1 .wpcf7-form select option[disabled], #wpcf7-f113-p451-o1 .wpcf7-form select:invalid,
#wpcf7-f113-p451-o1 .wpcf7-form select option[disabled], #wpcf7-f424-p425-o1 .wpcf7-form select:invalid,
#wpcf7-f424-p425-o1 .wpcf7-form select option[disabled], #wpcf7-f464-p465-o1 .wpcf7-form select:invalid,
#wpcf7-f464-p465-o1 .wpcf7-form select option[disabled] {
  color: #1f2937;
}
#wpcf7-f113-p420-o1 .wpcf7-form input[type=text]:focus,
#wpcf7-f113-p420-o1 .wpcf7-form input[type=email]:focus,
#wpcf7-f113-p420-o1 .wpcf7-form input[type=tel]:focus,
#wpcf7-f113-p420-o1 .wpcf7-form input[type=date]:focus,
#wpcf7-f113-p420-o1 .wpcf7-form select:focus,
#wpcf7-f113-p420-o1 .wpcf7-form textarea:focus, #wpcf7-f113-p451-o1 .wpcf7-form input[type=text]:focus,
#wpcf7-f113-p451-o1 .wpcf7-form input[type=email]:focus,
#wpcf7-f113-p451-o1 .wpcf7-form input[type=tel]:focus,
#wpcf7-f113-p451-o1 .wpcf7-form input[type=date]:focus,
#wpcf7-f113-p451-o1 .wpcf7-form select:focus,
#wpcf7-f113-p451-o1 .wpcf7-form textarea:focus, #wpcf7-f424-p425-o1 .wpcf7-form input[type=text]:focus,
#wpcf7-f424-p425-o1 .wpcf7-form input[type=email]:focus,
#wpcf7-f424-p425-o1 .wpcf7-form input[type=tel]:focus,
#wpcf7-f424-p425-o1 .wpcf7-form input[type=date]:focus,
#wpcf7-f424-p425-o1 .wpcf7-form select:focus,
#wpcf7-f424-p425-o1 .wpcf7-form textarea:focus, #wpcf7-f464-p465-o1 .wpcf7-form input[type=text]:focus,
#wpcf7-f464-p465-o1 .wpcf7-form input[type=email]:focus,
#wpcf7-f464-p465-o1 .wpcf7-form input[type=tel]:focus,
#wpcf7-f464-p465-o1 .wpcf7-form input[type=date]:focus,
#wpcf7-f464-p465-o1 .wpcf7-form select:focus,
#wpcf7-f464-p465-o1 .wpcf7-form textarea:focus {
  outline: none;
  box-shadow: none;
}
.clip-left {
  -webkit-clip-path: inset(0 -100vw 0 0);
          clip-path: inset(0 -100vw 0 0);
}
@media (min-width: 782px){
  .md\:container{
    width: 100%;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  @media (min-width: 480px){
    .md\:container{
      max-width: 480px;
    }
  }
  @media (min-width: 600px){
    .md\:container{
      max-width: 600px;
    }
  }
  @media (min-width: 782px){
    .md\:container{
      max-width: 782px;
    }
  }
  @media (min-width: 960px){
    .md\:container{
      max-width: 960px;
      padding-right: 5rem;
      padding-left: 5rem;
    }
  }
  @media (min-width: 1280px){
    .md\:container{
      max-width: 1280px;
    }
  }
  @media (min-width: 1440px){
    .md\:container{
      max-width: 1440px;
    }
  }
  @media (min-width: 1720px){
    .md\:container{
      max-width: 1720px;
      padding-right: 9.375rem;
      padding-left: 9.375rem;
    }
  }
}
@media (min-width: 960px){
  .lg\:container{
    width: 100%;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  @media (min-width: 480px){
    .lg\:container{
      max-width: 480px;
    }
  }
  @media (min-width: 600px){
    .lg\:container{
      max-width: 600px;
    }
  }
  @media (min-width: 782px){
    .lg\:container{
      max-width: 782px;
    }
  }
  @media (min-width: 960px){
    .lg\:container{
      max-width: 960px;
      padding-right: 5rem;
      padding-left: 5rem;
    }
  }
  @media (min-width: 1280px){
    .lg\:container{
      max-width: 1280px;
    }
  }
  @media (min-width: 1440px){
    .lg\:container{
      max-width: 1440px;
    }
  }
  @media (min-width: 1720px){
    .lg\:container{
      max-width: 1720px;
      padding-right: 9.375rem;
      padding-left: 9.375rem;
    }
  }
}
@media (min-width: 1280px){
  .xl\:container{
    width: 100%;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  @media (min-width: 480px){
    .xl\:container{
      max-width: 480px;
    }
  }
  @media (min-width: 600px){
    .xl\:container{
      max-width: 600px;
    }
  }
  @media (min-width: 782px){
    .xl\:container{
      max-width: 782px;
    }
  }
  @media (min-width: 960px){
    .xl\:container{
      max-width: 960px;
      padding-right: 5rem;
      padding-left: 5rem;
    }
  }
  @media (min-width: 1280px){
    .xl\:container{
      max-width: 1280px;
    }
  }
  @media (min-width: 1440px){
    .xl\:container{
      max-width: 1440px;
    }
  }
  @media (min-width: 1720px){
    .xl\:container{
      max-width: 1720px;
      padding-right: 9.375rem;
      padding-left: 9.375rem;
    }
  }
}
.hover\:scale-105:hover{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}
.hover\:bg-locasix-yellow:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 213 56 / var(--tw-bg-opacity));
}
.hover\:bg-white:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.hover\:text-locasix-black:hover{
  --tw-text-opacity: 1;
  color: rgb(0 15 26 / var(--tw-text-opacity));
}
.group:hover .group-hover\:-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));
}
.group:hover .group-hover\:scale-105{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:bg-locasix-yellow{
  --tw-bg-opacity: 1;
  background-color: rgb(255 213 56 / var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.group:hover .group-hover\:stroke-locasix-red{
  stroke: #E3031E;
}
.group:hover .group-hover\:text-locasix-black\/70{
  color: rgb(0 15 26 / 0.7);
}
.group:hover .group-hover\:opacity-0{
  opacity: 0;
}
.group:hover .group-hover\:opacity-100{
  opacity: 1;
}
.group[aria-selected=true] .group-\[\[aria-selected\=true\]\]\:border-locasix-yellow{
  --tw-border-opacity: 1;
  border-color: rgb(255 213 56 / var(--tw-border-opacity));
}
.group[data-filter-active=true] .group-\[\[data-filter-active\=true\]\]\:border-locasix-yellow{
  --tw-border-opacity: 1;
  border-color: rgb(255 213 56 / var(--tw-border-opacity));
}
.group[aria-selected=true] .group-\[\[aria-selected\=true\]\]\:bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.group[data-filter-active=true] .group-\[\[data-filter-active\=true\]\]\:bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.group[aria-selected=true] .group-\[\[aria-selected\=true\]\]\:opacity-100{
  opacity: 1;
}
.group[data-filter-active=true] .group-\[\[data-filter-active\=true\]\]\:opacity-100{
  opacity: 1;
}
.prose-h2\:text-center :is(:where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  text-align: center;
}
.prose-h4\:font-stratos :is(:where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  font-family: stratos, sans-serif;
}
.prose-h4\:font-semibold :is(:where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  font-weight: 600;
}
.prose-p\:\!m-0 :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  margin: 0px !important;
}
.prose-p\:py-2 :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.prose-p\:\!text-left :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  text-align: left !important;
}
.prose-p\:\!text-center :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  text-align: center !important;
}
.prose-p\:text-center :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  text-align: center;
}
.prose-p\:\!font-prowide-bold :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  font-family: ProWideBold !important;
}
.prose-p\:font-futura-pt :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  font-family: futura-pt, sans-serif;
}
.prose-p\:font-prowide-bold :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  font-family: ProWideBold;
}
.prose-p\:font-prowide-extrabold :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  font-family: ProWideExtraBold;
}
.prose-p\:font-prowide-regular :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  font-family: ProWideRegular;
}
.prose-p\:font-stratos :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  font-family: stratos, sans-serif;
}
.prose-p\:font-stratos-lights :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  font-family: stratos-lights, sans-serif;
}
.prose-p\:\!text-xs :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  font-size: 0.75rem !important;
  line-height: 1rem !important;
}
.prose-p\:text-2xl :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  font-size: 1.5rem;
  line-height: 2rem;
}
.prose-p\:text-\[8px\] :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  font-size: 8px;
}
.prose-p\:text-base :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  font-size: 1rem;
  line-height: 1.5rem;
}
.prose-p\:text-lg :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.prose-p\:text-sm :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.prose-p\:text-xl :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  font-size: 1.25rem;
}
.prose-p\:text-xs :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  font-size: 0.75rem;
  line-height: 1rem;
}
.prose-p\:\!uppercase :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  text-transform: uppercase !important;
}
.prose-p\:uppercase :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  text-transform: uppercase;
}
.prose-p\:\!text-locasix-black :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  --tw-text-opacity: 1 !important;
  color: rgb(0 15 26 / var(--tw-text-opacity)) !important;
}
.prose-p\:text-locasix-black :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  --tw-text-opacity: 1;
  color: rgb(0 15 26 / var(--tw-text-opacity));
}
.prose-p\:text-locasix-black\/40 :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  color: rgb(0 15 26 / 0.4);
}
.prose-p\:text-locasix-black\/50 :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  color: rgb(0 15 26 / 0.5);
}
.prose-p\:text-locasix-black\/60 :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  color: rgb(0 15 26 / 0.6);
}
.prose-p\:text-locasix-black\/70 :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  color: rgb(0 15 26 / 0.7);
}
.prose-p\:text-locasix-black\/80 :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  color: rgb(0 15 26 / 0.8);
}
.prose-strong\:mb-4 :is(:where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  margin-bottom: 1rem;
}
.prose-strong\:block :is(:where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  display: block;
}
.prose-strong\:w-\[90\%\] :is(:where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  width: 90%;
}
.prose-strong\:text-center :is(:where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  text-align: center;
}
.prose-strong\:font-prowide-extrabold :is(:where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  font-family: ProWideExtraBold;
}
.prose-strong\:font-stratos :is(:where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  font-family: stratos, sans-serif;
}
.prose-strong\:text-2xl :is(:where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  font-size: 1.5rem;
  line-height: 2rem;
}
.prose-strong\:text-base :is(:where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  font-size: 1rem;
  line-height: 1.5rem;
}
.prose-strong\:text-lg :is(:where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.prose-strong\:text-sm :is(:where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.prose-strong\:text-xl :is(:where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  font-size: 1.25rem;
}
.prose-strong\:text-xs :is(:where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  font-size: 0.75rem;
  line-height: 1rem;
}
.prose-strong\:font-medium :is(:where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  font-weight: 500;
}
.prose-strong\:font-normal :is(:where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  font-weight: 400;
}
.prose-strong\:font-semibold :is(:where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  font-weight: 600;
}
.prose-strong\:uppercase :is(:where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  text-transform: uppercase;
}
.prose-strong\:text-\[\#5D5D5D\] :is(:where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  --tw-text-opacity: 1;
  color: rgb(93 93 93 / var(--tw-text-opacity));
}
.prose-strong\:text-locasix-black :is(:where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  --tw-text-opacity: 1;
  color: rgb(0 15 26 / var(--tw-text-opacity));
}
.prose-strong\:text-locasix-red :is(:where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  --tw-text-opacity: 1;
  color: rgb(227 3 30 / var(--tw-text-opacity));
}
.prose-em\:font-futura-pt-bold :is(:where(em):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  font-family: futura-pt-bold, sans-serif;
}
.prose-em\:not-italic :is(:where(em):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  font-style: normal;
}
.prose-li\:\!text-base :is(:where(li):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}
@media (min-width: 782px){
  .md\:bottom-auto{
    bottom: auto;
  }
  .md\:left-0{
    left: 0px;
  }
  .md\:right-0{
    right: 0px;
  }
  .md\:order-first{
    order: -9999;
  }
  .md\:col-span-6{
    grid-column: span 6 / span 6;
  }
  .md\:\!mx-auto{
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .md\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }
  .md\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .md\:ml-0{
    margin-left: 0px;
  }
  .md\:flex{
    display: flex;
  }
  .md\:h-12{
    height: 3rem;
  }
  .md\:h-px{
    height: 1px;
  }
  .md\:w-1\/2{
    width: 50%;
  }
  .md\:w-12{
    width: 3rem;
  }
  .md\:w-auto{
    width: auto;
  }
  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:gap-8{
    gap: 2rem;
  }
  .md\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .md\:pl-0{
    padding-left: 0px;
  }
  .md\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 960px){
  .lg\:absolute{
    position: absolute;
  }
  .lg\:sticky{
    position: sticky;
  }
  .lg\:bottom-0{
    bottom: 0px;
  }
  .lg\:bottom-20{
    bottom: 5rem;
  }
  .lg\:left-0{
    left: 0px;
  }
  .lg\:left-4{
    left: 1rem;
  }
  .lg\:right-0{
    right: 0px;
  }
  .lg\:top-0{
    top: 0px;
  }
  .lg\:top-24{
    top: 6rem;
  }
  .lg\:order-1{
    order: 1;
  }
  .lg\:order-2{
    order: 2;
  }
  .lg\:order-3{
    order: 3;
  }
  .lg\:col-span-10{
    grid-column: span 10 / span 10;
  }
  .lg\:col-span-2{
    grid-column: span 2 / span 2;
  }
  .lg\:col-span-3{
    grid-column: span 3 / span 3;
  }
  .lg\:col-span-4{
    grid-column: span 4 / span 4;
  }
  .lg\:col-span-5{
    grid-column: span 5 / span 5;
  }
  .lg\:col-span-6{
    grid-column: span 6 / span 6;
  }
  .lg\:col-span-7{
    grid-column: span 7 / span 7;
  }
  .lg\:col-span-8{
    grid-column: span 8 / span 8;
  }
  .lg\:col-start-2{
    grid-column-start: 2;
  }
  .lg\:col-start-3{
    grid-column-start: 3;
  }
  .lg\:col-start-6{
    grid-column-start: 6;
  }
  .lg\:col-start-7{
    grid-column-start: 7;
  }
  .lg\:col-end-11{
    grid-column-end: 11;
  }
  .lg\:col-end-12{
    grid-column-end: 12;
  }
  .lg\:col-end-13{
    grid-column-end: 13;
  }
  .lg\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }
  .lg\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }
  .lg\:my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .lg\:block{
    display: block;
  }
  .lg\:flex{
    display: flex;
  }
  .lg\:hidden{
    display: none;
  }
  .lg\:aspect-\[9\/6\]{
    aspect-ratio: 9/6;
  }
  .lg\:aspect-auto{
    aspect-ratio: auto;
  }
  .lg\:aspect-video{
    aspect-ratio: 16 / 9;
  }
  .lg\:\!h-\[605px\]{
    height: 605px !important;
  }
  .lg\:h-\[65\%\]{
    height: 65%;
  }
  .lg\:max-h-\[70vh\]{
    max-height: 70vh;
  }
  .lg\:w-1\/2{
    width: 50%;
  }
  .lg\:w-\[45\%\]{
    width: 45%;
  }
  .lg\:w-\[49\%\]{
    width: 49%;
  }
  .lg\:w-\[90\%\]{
    width: 90%;
  }
  .lg\:w-auto{
    width: auto;
  }
  .lg\:w-fit{
    width: -moz-fit-content;
    width: fit-content;
  }
  .lg\:max-w-none{
    max-width: none;
  }
  .lg\:-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));
  }
  .lg\:-translate-x-\[5\%\]{
    --tw-translate-x: -5%;
    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));
  }
  .lg\:-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));
  }
  .lg\: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));
  }
  .lg\:translate-y-\[12\%\]{
    --tw-translate-y: 12%;
    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));
  }
  .lg\:flex-row{
    flex-direction: row;
  }
  .lg\:flex-wrap{
    flex-wrap: wrap;
  }
  .lg\:items-start{
    align-items: flex-start;
  }
  .lg\:items-center{
    align-items: center;
  }
  .lg\:justify-end{
    justify-content: flex-end;
  }
  .lg\:justify-center{
    justify-content: center;
  }
  .lg\:gap-0{
    gap: 0px;
  }
  .lg\:gap-10{
    gap: 2.5rem;
  }
  .lg\:gap-4{
    gap: 1rem;
  }
  .lg\:gap-6{
    gap: 1.5rem;
  }
  .lg\:gap-y-0{
    row-gap: 0px;
  }
  .lg\:divide-x > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }
  .lg\:divide-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }
  .lg\:self-start{
    align-self: flex-start;
  }
  .lg\:overflow-hidden{
    overflow: hidden;
  }
  .lg\:\!overflow-visible{
    overflow: visible !important;
  }
  .lg\:rounded-none{
    border-radius: 0px;
  }
  .lg\:rounded-l-3xl{
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }
  .lg\:rounded-r-3xl{
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }
  .lg\:bg-transparent{
    background-color: transparent;
  }
  .lg\:p-20{
    padding: 5rem;
  }
  .lg\:p-24{
    padding: 6rem;
  }
  .lg\:p-5{
    padding: 1.25rem;
  }
  .lg\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .lg\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .lg\:px-14{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
  .lg\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .lg\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .lg\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .lg\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .lg\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .lg\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .lg\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .lg\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .lg\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .lg\:py-48{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
  .lg\:pb-32{
    padding-bottom: 8rem;
  }
  .lg\:pb-40{
    padding-bottom: 10rem;
  }
  .lg\:pl-0{
    padding-left: 0px;
  }
  .lg\:pl-16{
    padding-left: 4rem;
  }
  .lg\:pl-28{
    padding-left: 7rem;
  }
  .lg\:pt-32{
    padding-top: 8rem;
  }
  .lg\:pt-48{
    padding-top: 12rem;
  }
  .lg\:pt-52{
    padding-top: 13rem;
  }
  .lg\:text-center{
    text-align: center;
  }
  .lg\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .lg\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .lg\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }
  .prose-h2\:lg\:text-left :is(:where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *))){
    text-align: left;
  }
  .prose-p\:lg\:text-left :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))){
    text-align: left;
  }
  .prose-p\:lg\:\!text-center :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))){
    text-align: center !important;
  }
  .lg\:prose-p\:text-xl :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))){
    font-size: 1.25rem;
  }
  .prose-strong\:lg\:text-left :is(:where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *))){
    text-align: left;
  }
  .lg\:prose-strong\:text-4xl :is(:where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *))){
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .prose-strong\:lg\:text-lg :is(:where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *))){
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1280px){
  .xl\:absolute{
    position: absolute;
  }
  .xl\:col-span-5{
    grid-column: span 5 / span 5;
  }
  .xl\:block{
    display: block;
  }
  .xl\:hidden{
    display: none;
  }
  .xl\:aspect-auto{
    aspect-ratio: auto;
  }
  .xl\:h-full{
    height: 100%;
  }
  .xl\:w-full{
    width: 100%;
  }
  .xl\:translate-y-0{
    --tw-translate-y: 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));
  }
  .xl\:translate-y-1\/4{
    --tw-translate-y: 25%;
    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));
  }
}
@media (min-width: 1720px){
  .xxxl\: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));
  }
  .xxxl\:px-\[9\.375rem\]{
    padding-left: 9.375rem;
    padding-right: 9.375rem;
  }
  .xxxl\:pl-\[9\.375rem\]{
    padding-left: 9.375rem;
  }
}
