@charset "UTF-8";
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: Poppins, sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 460px){
  .container{
    max-width: 460px;
  }
}
@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}
@media (min-width: 1152px){
  .container{
    max-width: 1152px;
  }
}
@media (min-width: 1452px){
  .container{
    max-width: 1452px;
  }
}
.prose{
  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: #A14387;
  text-decoration: underline;
  font-weight: 500;
}
.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 600;
}
.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}
.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}
.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}
.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}
.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
}
.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  color: var(--tw-prose-bullets);
}
.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}
.prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
}
.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: open-quote;
}
.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: close-quote;
}
.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: #A14387;
  font-weight: 800;
  font-size: 1.875rem;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
  text-transform: uppercase;
}
.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: #A14387;
  font-weight: 700;
  font-size: 1.875rem;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
  text-transform: uppercase;
}
.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.75rem;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
  text-transform: uppercase;
}
.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: #557E82;
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
  font-size: 1.25rem;
  text-transform: uppercase;
}
.prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}
.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: "`";
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: "`";
}
.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.875em;
}
.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.9em;
}
.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: none;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: none;
}
.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  width: 100%;
  table-layout: auto;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 0;
}
.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: baseline;
}
.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: top;
}
.prose :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  text-align: start;
}
.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.prose{
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: 17 24 39;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}
.prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.375em;
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.375em;
}
.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}
.prose :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.prose :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}
.prose :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}
.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}
.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}
.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}
.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}
.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 0;
}
.prose :where(h5):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: #557E82;
  font-size: 1rem;
  text-transform: uppercase;
}
.prose :where(.u-no-margin):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin: 0;
}
.prose :where(.u-no-margin.wp-block-image :where(img)):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin: 0;
}
.visible{
  visibility: visible;
}
.-mx-1{
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
.-mx-4{
  margin-left: -1rem;
  margin-right: -1rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-10{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.mb-12{
  margin-bottom: 3rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.mt-10{
  margin-top: 2.5rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.flex{
  display: flex;
}
.hidden{
  display: none;
}
.h-auto{
  height: auto;
}
.h-full{
  height: 100%;
}
.max-h-16{
  max-height: 4rem;
}
.w-auto{
  width: auto;
}
.w-full{
  width: 100%;
}
.max-w-none{
  max-width: none;
}
.flex-shrink-0{
  flex-shrink: 0;
}
.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));
}
.resize{
  resize: both;
}
.flex-row{
  flex-direction: row;
}
.flex-col{
  flex-direction: column;
}
.flex-col-reverse{
  flex-direction: column-reverse;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-center{
  align-items: center;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-\[25px\]{
  gap: 25px;
}
.space-x-0 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0px * var(--tw-space-x-reverse));
  margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.space-y-reverse > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 1;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.rounded-xl{
  border-radius: 0.75rem;
}
.border{
  border-width: 1px;
}
.bg-pink-600{
  --tw-bg-opacity: 1;
  background-color: rgb(219 39 119 / var(--tw-bg-opacity, 1));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(242 235 238 / var(--tw-bg-opacity, 1));
}
.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}
.p-6{
  padding: 1.5rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-11{
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.text-center{
  text-align: center;
}
.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.font-bold{
  font-weight: 700;
}
.font-semibold{
  font-weight: 600;
}
.uppercase{
  text-transform: uppercase;
}
.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(242 235 238 / var(--tw-text-opacity, 1));
}
.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.blur{
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.grayscale{
  --tw-grayscale: grayscale(100%);
  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;
}
.duration-300{
  transition-duration: 300ms;
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.container .reset-container-left {
    margin-left: var(--margin-reset-container);
  }
.container .reset-container-right {
    margin-right: var(--margin-reset-container);
  }
.container .reset-container {
    margin-right: var(--margin-reset-container);
    margin-left: var(--margin-reset-container);
  }
@media (min-width: 1152px){
  .lg\:prose-xl{
    font-size: 1.25rem;
    line-height: 1.8;
  }
  .lg\:prose-xl :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }
  .lg\:prose-xl :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 1.2em;
    line-height: 1.5;
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .lg\:prose-xl :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-inline-start: 1.0666667em;
  }
  .lg\:prose-xl :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 2.8em;
    margin-top: 0;
    margin-bottom: 0.8571429em;
    line-height: 1;
  }
  .lg\:prose-xl :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 1.8em;
    margin-top: 1.5555556em;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }
  .lg\:prose-xl :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 1.5em;
    margin-top: 1.6em;
    margin-bottom: 0.6666667em;
    line-height: 1.3333333;
  }
  .lg\:prose-xl :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.8em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }
  .lg\:prose-xl :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .lg\:prose-xl :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .lg\:prose-xl :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
    margin-bottom: 0;
  }
  .lg\:prose-xl :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .lg\:prose-xl :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.9em;
    border-radius: 0.3125rem;
    padding-top: 0.25em;
    padding-inline-end: 0.4em;
    padding-bottom: 0.25em;
    padding-inline-start: 0.4em;
  }
  .lg\:prose-xl :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.9em;
  }
  .lg\:prose-xl :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8611111em;
  }
  .lg\:prose-xl :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.9em;
  }
  .lg\:prose-xl :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.9em;
    line-height: 1.7777778;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.5rem;
    padding-top: 1.1111111em;
    padding-inline-end: 1.3333333em;
    padding-bottom: 1.1111111em;
    padding-inline-start: 1.3333333em;
  }
  .lg\:prose-xl :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.2em;
    margin-bottom: 1.2em;
    padding-inline-start: 1.6em;
  }
  .lg\:prose-xl :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.2em;
    margin-bottom: 1.2em;
    padding-inline-start: 1.6em;
  }
  .lg\:prose-xl :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.6em;
    margin-bottom: 0.6em;
  }
  .lg\:prose-xl :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0.4em;
  }
  .lg\:prose-xl :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0.4em;
  }
  .lg\:prose-xl :where(.lg\:prose-xl > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }
  .lg\:prose-xl :where(.lg\:prose-xl > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.2em;
  }
  .lg\:prose-xl :where(.lg\:prose-xl > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-bottom: 1.2em;
  }
  .lg\:prose-xl :where(.lg\:prose-xl > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.2em;
  }
  .lg\:prose-xl :where(.lg\:prose-xl > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-bottom: 1.2em;
  }
  .lg\:prose-xl :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }
  .lg\:prose-xl :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }
  .lg\:prose-xl :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.2em;
  }
  .lg\:prose-xl :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.6em;
    padding-inline-start: 1.6em;
  }
  .lg\:prose-xl :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 2.8em;
    margin-bottom: 2.8em;
  }
  .lg\:prose-xl :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  .lg\:prose-xl :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  .lg\:prose-xl :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  .lg\:prose-xl :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  .lg\:prose-xl :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.9em;
    line-height: 1.5555556;
  }
  .lg\:prose-xl :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-end: 0.6666667em;
    padding-bottom: 0.8888889em;
    padding-inline-start: 0.6666667em;
  }
  .lg\:prose-xl :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0;
  }
  .lg\:prose-xl :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-end: 0;
  }
  .lg\:prose-xl :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-top: 0.8888889em;
    padding-inline-end: 0.6666667em;
    padding-bottom: 0.8888889em;
    padding-inline-start: 0.6666667em;
  }
  .lg\:prose-xl :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0;
  }
  .lg\:prose-xl :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-end: 0;
  }
  .lg\:prose-xl :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .lg\:prose-xl :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
    margin-bottom: 0;
  }
  .lg\:prose-xl :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.9em;
    line-height: 1.5555556;
    margin-top: 1em;
  }
  .lg\:prose-xl :where(.lg\:prose-xl > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  .lg\:prose-xl :where(.lg\:prose-xl > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-bottom: 0;
  }
}
.hover\:grayscale-0:hover{
  --tw-grayscale: grayscale(0);
  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);
}
.is-header-scrolled .header-scrolled\:items-center{
  align-items: center;
}
@media (min-width: 768px){
  .md\:flex{
    display: flex;
  }
  .md\:w-1\/2{
    width: 50%;
  }
  .md\:flex-row{
    flex-direction: row;
  }
  .md\:space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .md\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }
}
@media (min-width: 1152px){
  .lg\:hidden{
    display: none;
  }
}
@font-face {
  font-family: "Euclid Flex";
  src: url("/wp-content/themes/so/dist/fonts/EuclidFlexThin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Euclid Flex";
  src: url("/wp-content/themes/so/dist/fonts/EuclidFlexLight.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Euclid Flex";
  src: url("/wp-content/themes/so/dist/fonts/EuclidFlexRegular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Euclid Flex";
  src: url("/wp-content/themes/so/dist/fonts/EuclidFlexMedium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Euclid Flex";
  src: url("/wp-content/themes/so/dist/fonts/EuclidFlexBold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
body{
  --tw-bg-opacity: 1;
  background-color: rgb(242 235 238 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(100 99 99 / var(--tw-text-opacity, 1));
  padding-top: var(--header-height);
  background-color: white;
}
.is-nav-active body, .is-search-active body {
  overflow: hidden;
}
body .h2-interne {
  color: #414B5A;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: -0.525px;
  margin-bottom: 70px;
}
body .image-text {
  padding: 100px 0px;
}
body .image-text.no-reverse div {
  display: flex;
  flex-direction: row;
  gap: 25px;
  justify-content: center;
  align-items: center;
}
@media (min-width: 200px) and (max-width: 767px) {
  body .image-text.no-reverse div {
    flex-direction: column;
  }
}
body .image-text.reverse div {
  display: flex;
  flex-direction: row-reverse;
  gap: 25px;
  justify-content: center;
  align-items: center;
}
@media (min-width: 200px) and (max-width: 767px) {
  body .image-text.reverse div {
    flex-direction: column-reverse;
  }
}
body .image-text .image {
  flex: 0 0 60%;
}
body .image-text .image img {
  border-radius: 250px;
  width: 100% !important;
}
body .image-text .text {
  flex: 0 0 40%;
}
body .image-text .text div {
  display: flex;
  flex-direction: column;
  gap: 15px;
  justify-content: center;
  align-items: flex-start;
}
body .image-text .text div h2 {
  color: #557E82;
  font-family: "Amaranth", sans-serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
body .image-text .text div p {
  color: #464646;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
}
body .image-text.little-title h2 {
  color: #414B5A !important;
  font-size: 35px !important;
  font-weight: 400 !important;
  line-height: 36px !important;
  letter-spacing: -0.525px !important;
}
body .block-citation h2 {
  color: #464646;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  /* 102.857% */
  letter-spacing: -0.525px;
}
body .faq {
  margin: 100px 0px;
}
body .faq .esab__active_accordion {
  background: linear-gradient(193deg, rgba(86, 157, 138, 0.31) 5.92%, #569D8A 89.21%);
}
body .faq .esab__active_accordion .esab__head {
  background: unset !important;
}
body .faq .esab__body.esab__active {
  background: unset !important;
}
body .faq .esab__body p:nth-child(1) {
  color: white;
}

:root {
  --margin-reset-container: calc(1rem / -1);
}
@media (min-width: 460px) {
  :root {
    --margin-reset-container: calc((100vw + 1rem * 2 - 460px) / -2);
  }
}
@media (min-width: 640px) {
  :root {
    --margin-reset-container: calc((100vw + 1rem * 2 - 640px) / -2);
  }
}
@media (min-width: 768px) {
  :root {
    --margin-reset-container: calc((100vw + 1rem * 2 - 768px) / -2);
  }
}
@media (min-width: 1152px) {
  :root {
    --margin-reset-container: calc((100vw + 1rem * 2 - 1152px) / -2);
  }
}
@media (min-width: 1452px) {
  :root {
    --margin-reset-container: calc((100vw + 1rem * 2 - 1452px) / -2);
  }
}
@media (min-width: 1280px) {
  :root {
    --margin-reset-container: calc((100vw + 1rem * 2 - 1452px) / -2);
  }
}
.site-header{
  --tw-bg-opacity: 1;
  background-color: rgb(242 235 238 / var(--tw-bg-opacity, 1));
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 30;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.is-header-scrolled .site-header{
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.menu-toggle{
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 500;
  text-transform: uppercase;
}
.menu-toggle.-inside{
  position: fixed;
  right: 2rem;
  top: 2rem;
  z-index: 50;
}
.is-nav-active .menu-toggle_closed{
  display: none;
}
html:not(.is-nav-active) .menu-toggle_opened{
  display: none;
}

#header .main-navigation{
  display: inline-block;
  vertical-align: top;
}
#header .main-navigation .menu-item a{
  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;
}
@media (max-width: 1023px) {
  #header .main-navigation-inner{
    --tw-bg-opacity: 1;
    background-color: rgb(242 235 238 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(29 29 27 / var(--tw-text-opacity, 1));
    font-size: 1.875rem;
    line-height: 2.25rem;
    line-height: 2;
    position: fixed;
    inset: 0px;
    z-index: 40;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
  }
  #header .main-navigation-content{
    position: absolute;
    inset: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: rgba(85, 126, 130, 0.9);
  }
  #header .main-navigation .menu-item,
#header .main-navigation .header-links_item {
    opacity: 0;
    visibility: hidden;
    transform: translateY(1rem);
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .is-nav-active #header .main-navigation .main-navigation-inner {
    opacity: 1;
    visibility: visible;
  }
  .is-nav-active #header .main-navigation .menu-item {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .is-nav-active #header .main-navigation .menu-item:nth-of-type(1) {
    transition-delay: 0.3s;
  }
  .is-nav-active #header .main-navigation .menu-item:nth-of-type(2) {
    transition-delay: 0.5s;
  }
  .is-nav-active #header .main-navigation .menu-item:nth-of-type(3) {
    transition-delay: 0.7s;
  }
  .is-nav-active #header .main-navigation .menu-item:nth-of-type(4) {
    transition-delay: 0.9s;
  }
  .is-nav-active #header .main-navigation .menu-item:nth-of-type(5) {
    transition-delay: 1.1s;
  }
  .is-nav-active #header .main-navigation .menu-item:nth-of-type(6) {
    transition-delay: 1.3s;
  }
  .is-nav-active #header .main-navigation .menu-item:nth-of-type(7) {
    transition-delay: 1.5s;
  }
  .is-nav-active #header .main-navigation .menu-item:nth-of-type(8) {
    transition-delay: 1.7s;
  }
  .is-nav-active #header .main-navigation .menu-item:nth-of-type(9) {
    transition-delay: 1.9s;
  }
  .is-nav-active #header .main-navigation .menu-item:nth-of-type(10) {
    transition-delay: 2.1s;
  }
  #header .main-navigation .menu-toggle.-inside {
    color: white;
  }
}
#header .main-navigation .menu{
  display: flex;
}
@media (max-width: 767px) {
  #header .main-navigation .menu {
    flex-direction: column;
    color: white;
  }
}
#header .main-navigation .menu-item a{
  display: inline-block;
  vertical-align: top;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 2.25rem;
  padding-left: 2.95rem;
  padding-right: unset;
}
@media (max-width: 767px) {
  #header .main-navigation .menu-item a {
    padding-left: unset;
  }
}
.is-header-scrolled #header .main-navigation .menu-item a{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

/*custom*/
.site-header {
  background: #557E82;
  background: linear-gradient(180deg, #557E82 50%, rgba(237, 221, 83, 0) 97%);
  color: white;
}

.menu {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  transition: color ease 0.3s;
}
.menu li:hover {
  color: #8BCDDD;
}

#top-menu-desktop .menu {
  font-size: 16px;
  font-weight: 400;
}

#menu-principal .menu {
  font-size: 19px;
}

/* Cacher le sous-menu par défaut */
.menu-item-has-children > .sub-menu {
  display: none;
  position: absolute;
  /* selon ton design */
  z-index: 1000;
  min-width: 200px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  background: rgba(85, 126, 130, 0.9);
  color: white;
  border-radius: 10px;
}
.menu-item-has-children > .sub-menu .menu-item:not(:first-child) {
  border-top: 1px solid white;
}

.menu-item-has-children:hover > .sub-menu {
  display: block;
}
.menu-item-has-children:hover > .sub-menu .menu-item a {
  padding-left: 25px;
  font-weight: 400;
  font-size: 15px;
}

.menu-item-has-children > a {
  position: relative;
  padding-right: 20px;
}

/* Pseudo-élément flèche */
.menu-item-has-children > a::after {
  content: "";
  position: absolute;
  left: 105%;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  transition: transform 0.3s ease;
  pointer-events: none;
  width: 12px;
  height: 6px;
  background: url("/wp-content/themes/so/images/icons/down.svg") no-repeat center;
  background-size: contain;
}

.menu-item-has-children:hover > a::after {
  transform: translateY(-50%) rotate(180deg);
}

.is-header-scrolled .menu-item-has-children > a::after {
  left: 93%;
}

#site-search-toggle {
  position: fixed;
  top: 20px;
  right: 160px;
  z-index: 31;
  font-family: inherit;
}
#site-search-toggle .search-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: none;
  background: transparent;
  color: #fff;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease;
}
#site-search-toggle .search-toggle:active {
  transform: scale(0.98);
}
#site-search-toggle .search-toggle svg {
  fill: currentColor;
}
#site-search-toggle .search-popup {
  position: absolute;
  right: 0;
  top: 56px;
  min-width: 260px;
  max-width: 90vw;
  background: #fff;
  border-radius: 12px;
  padding: 12px;
  box-shadow: 0 16px 40px rgba(10, 10, 10, 0.12);
  transform-origin: top right;
  transform: scale(0.95);
  opacity: 0;
  pointer-events: none;
  transition: transform 220ms cubic-bezier(0.2, 0.9, 0.2, 1), opacity 180ms ease;
  border: 1px solid rgba(0, 0, 0, 0.04);
}
#site-search-toggle .search-popup.open {
  transform: scale(1);
  opacity: 1;
  pointer-events: auto;
}
#site-search-toggle .search-popup .search-form {
  display: flex;
  gap: 8px;
  align-items: center;
}
#site-search-toggle .search-popup .search-form .search-input {
  flex: 1;
  padding: 10px 12px;
  border-radius: 8px;
  border: 1px solid #e6e6e6;
  font-size: 14px;
  outline: none;
  transition: box-shadow 150ms ease, border-color 150ms ease;
}
#site-search-toggle .search-popup .search-form .search-input:focus {
  box-shadow: 0 6px 18px rgba(12, 27, 60, 0.06);
  border-color: #cfdff7;
}
#site-search-toggle .search-popup .search-form .search-submit {
  padding: 10px 14px;
  border-radius: 8px;
  border: none;
  background: #557E82;
  color: #fff;
  cursor: pointer;
  font-weight: 600;
}
@media (max-width: 420px) {
  #site-search-toggle {
    right: 12px;
    top: 12px;
  }
  #site-search-toggle .search-popup {
    left: 8px;
    right: 8px;
    top: 56px;
    min-width: auto;
  }
}

@media (min-width: 200px) and (max-width: 767px) {
  .custom-logo {
    width: 65px;
  }

  #top-menu-desktop {
    display: none;
  }

  #site-search-toggle {
    top: unset;
    bottom: 20px;
    right: 12px !important;
  }
  #site-search-toggle .search-toggle {
    background: #557E82;
  }
  #site-search-toggle .search-popup {
    min-width: -moz-fit-content;
    min-width: fit-content;
    left: -320px;
    top: -80px;
  }
}
@media (min-width: 1088px) and (max-width: 1600px) {
  #site-search-toggle {
    right: 15px;
  }
}
@media (min-width: 1088px) and (max-width: 1599px) {
  .container .reset-container {
    margin-right: calc((100vw + 2rem - 1152px) / -2);
    margin-left: calc((100vw + 2rem - 1152px) / -2);
  }
}
@media (min-width: 1601px) and (max-width: 1900px) {
  #site-search-toggle {
    right: 200px;
  }
}
.is-header-scrolled #top-menu-desktop {
  display: none;
}
.is-header-scrolled #site-search-toggle {
  top: unset;
  bottom: 20px;
  right: 30px;
}
.is-header-scrolled #site-search-toggle .search-toggle {
  background: #557E82;
}
.is-header-scrolled #site-search-toggle .search-popup {
  top: -100px;
}

.wp-block-button a {
  transition: all 0.2s ease-in-out;
}
.wp-block-button a:hover {
  background-color: white !important;
  border: 2px solid #C6037F !important;
  color: #C6037F !important;
}

#top-menu {
  display: flex;
  justify-content: center;
  gap: 25px;
  align-items: center;
}

.menu-item-has-children > .sub-menu {
  display: none;
}

.menu-item-has-children.open > .sub-menu {
  display: block;
}

.sub-menu {
  margin-left: 3rem;
}

.is-header-scrolled .sub-menu {
  margin-left: 3rem;
}

.sub-menu li a {
  padding: 1rem !important;
}

@media (min-width: 200px) and (max-width: 767px) {
  .sub-menu {
    margin-left: 0rem;
  }

  .menu-item-has-children > a::after {
    width: 22px;
    height: 10px;
  }
}
footer {
  background: #557E82;
  color: white;
  padding: 90px 0px;
}
footer .footer-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 25px;
  padding: 50px 0px;
}
@media (min-width: 200px) and (max-width: 767px) {
  footer .footer-row {
    flex-direction: column;
  }
}
footer .footer-row .footer-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 30px;
  width: 25%;
}
@media (min-width: 200px) and (max-width: 767px) {
  footer .footer-row .footer-item {
    flex-direction: column;
  }
}
footer .footer-row .footer-item .footer-title {
  color: #FFF;
  font-family: Arial;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
}
footer .footer-row .footer-item .footer-title::after {
  content: "";
  position: absolute;
  height: 3.2px;
  background: white;
  width: 112px;
  bottom: -15px;
  left: 0px;
}
footer .footer-row .footer-item .logo-soliposi {
  width: 100%;
}
footer .footer-row .footer-item #footer-menu {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
footer .footer-row .footer-item #footer-menu a {
  color: #FFF;
  font-family: "Arial", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: color ease-in-out 0.1s;
}
footer .footer-row .footer-item #footer-menu a:hover {
  color: #8BCDDD;
}
footer .footer-row.down .footer-item {
  width: 50%;
}
footer .footer-row.down div:nth-child(2) {
  align-items: flex-end;
}

.btn, .modal_btn-primary, .modal_btn{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  display: inline-block;
  font-weight: 900;
  vertical-align: top;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.btn-primary, .modal_btn-primary {
  background: #1d1d1b;
  color: #646363;
}
.btn-primary:hover, .modal_btn-primary:hover, .btn-primary:focus, .modal_btn-primary:focus, .btn-primary:active, .modal_btn-primary:active, input[type=file]:focus + .btn-primary, input[type=file]:focus + .modal_btn-primary {
  background: #f2ebee;
  color: #fff;
}
.btn-primary:hover:before, .modal_btn-primary:hover:before, .btn-primary:focus:before, .modal_btn-primary:focus:before, .btn-primary:active:before, .modal_btn-primary:active:before, input[type=file]:focus + .btn-primary:before, input[type=file]:focus + .modal_btn-primary:before {
  background: #f2ebee;
}

.c-loader{
  position: fixed;
  inset: 0px;
  z-index: 50;
  --tw-text-opacity: 1;
  color: rgb(242 235 238 / var(--tw-text-opacity, 1));
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-loader_logo{
  position: relative;
  z-index: 10;
}
.c-loader_logo svg{
  height: 4rem;
  width: 4rem;
}
@keyframes spin{
  to{
    transform: rotate(360deg);
  }
}
.c-loader_logo svg{
  animation: spin 3s linear infinite;
}
.c-loader:before {
  content: "";
  --tw-bg-opacity: 1;
  background-color: rgb(29 29 27 / var(--tw-bg-opacity, 1));
  position: absolute;
  inset: 0px;
  z-index: 0;
  transform-origin: bottom;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 1000ms;
}
.is-loaded .c-loader {
  pointer-events: none;
  transition: pointer-events 0s linear 1s;
}
.is-loaded .c-loader_logo{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  --tw-translate-y: 2rem;
  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));
  opacity: 0;
}
.is-loaded .c-loader:before{
  opacity: 0;
}

.tippy-box[data-theme~=primary]{
  --tw-bg-opacity: 1;
  background-color: rgb(85 126 130 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(242 235 238 / var(--tw-text-opacity, 1));
  font-weight: 600;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-radius: 9999px;
}
.tippy-box[data-theme~=primary][data-placement^=top] > .tippy-arrow::before {
  border-top-color: #557E82;
}
.tippy-box[data-theme~=primary][data-placement^=bottom] > .tippy-arrow::before {
  border-bottom-color: #557E82;
}
.tippy-box[data-theme~=primary][data-placement^=left] > .tippy-arrow::before {
  border-left-color: #557E82;
}
.tippy-box[data-theme~=primary][data-placement^=right] > .tippy-arrow::before {
  border-right-color: #557E82;
}

.o-radio,
.o-checkbox{
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  display: flex;
  flex-wrap: wrap;
}
.o-radio_item,
.o-checkbox_item{
  margin: 0px;
  display: inline;
}
.o-radio_item input,
.o-checkbox_item input {
  display: none;
  height: 0;
  width: 0;
  visibility: hidden;
}
.o-radio_item input + label, .o-radio_item input + .wpcf7-list-item-label,
.o-checkbox_item input + label,
.o-checkbox_item input + .wpcf7-list-item-label{
  cursor: pointer;
  position: relative;
  padding-left: 2rem;
}
.o-radio_item input + label:before, .o-radio_item input + label:after, .o-radio_item input + .wpcf7-list-item-label:before, .o-radio_item input + .wpcf7-list-item-label:after,
.o-checkbox_item input + label:before,
.o-checkbox_item input + label:after,
.o-checkbox_item input + .wpcf7-list-item-label:before,
.o-checkbox_item input + .wpcf7-list-item-label:after {
  content: "";
  height: 1.25rem;
  width: 1.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(85 126 130 / var(--tw-border-opacity, 1));
  position: absolute;
  left: 0px;
}
.o-radio_item input + label:before, .o-radio_item input + .wpcf7-list-item-label:before,
.o-checkbox_item input + label:before,
.o-checkbox_item input + .wpcf7-list-item-label:before{
  --tw-bg-opacity: 1;
  background-color: rgb(242 235 238 / var(--tw-bg-opacity, 1));
  z-index: 0;
}
.o-radio_item input + label:after, .o-radio_item input + .wpcf7-list-item-label:after,
.o-checkbox_item input + label:after,
.o-checkbox_item input + .wpcf7-list-item-label:after{
  --tw-scale-x: 0;
  --tw-scale-y: 0;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(161 67 135 / var(--tw-bg-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  z-index: 10;
}
.o-radio_item input + label a, .o-radio_item input + .wpcf7-list-item-label a,
.o-checkbox_item input + label a,
.o-checkbox_item input + .wpcf7-list-item-label a{
  flex-shrink: 0;
}
.o-radio_item input:checked + label:after, .o-radio_item input:checked + .wpcf7-list-item-label:after,
.o-checkbox_item input:checked + label:after,
.o-checkbox_item input:checked + .wpcf7-list-item-label:after{
  --tw-bg-opacity: 1;
  background-color: rgb(161 67 135 / var(--tw-bg-opacity, 1));
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  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));
}
.o-radio_item input:not(:checked) + label:hover:after, .o-radio_item input:not(:checked) + .wpcf7-list-item-label:hover:after,
.o-checkbox_item input:not(:checked) + label:hover:after,
.o-checkbox_item input:not(:checked) + .wpcf7-list-item-label:hover:after{
  --tw-scale-x: 0.2;
  --tw-scale-y: 0.2;
  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));
}
.o-radio_item label,
.o-checkbox_item label{
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.o-radio.-vertical,
.o-checkbox.-vertical{
  display: block;
}
.o-radio.-vertical .o-radio_item,
.o-radio.-vertical .o-checkbox_item,
.o-checkbox.-vertical .o-radio_item,
.o-checkbox.-vertical .o-checkbox_item{
  display: block;
}

.o-radio_item input + label:before, .o-radio_item input + label:after, .o-radio_item input + .wpcf7-list-item-label:before, .o-radio_item input + .wpcf7-list-item-label:after,
.o-checkbox.-radio-style .o-checkbox_item input + label:before,
.o-checkbox.-radio-style .o-checkbox_item input + label:after,
.o-checkbox.-radio-style .o-checkbox_item input + .wpcf7-list-item-label:before,
.o-checkbox.-radio-style .o-checkbox_item input + .wpcf7-list-item-label:after{
  border-radius: 9999px;
}

.u-sr-only {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
}

body[data-aos-duration="50"] [data-aos], [data-aos][data-aos][data-aos-duration="50"] {
  transition-duration: 50ms;
}
body[data-aos-delay="50"] [data-aos], [data-aos][data-aos][data-aos-delay="50"] {
  transition-delay: 0;
}
body[data-aos-delay="50"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="50"].aos-animate {
  transition-delay: 50ms;
}
body[data-aos-duration="100"] [data-aos], [data-aos][data-aos][data-aos-duration="100"] {
  transition-duration: 100ms;
}
body[data-aos-delay="100"] [data-aos], [data-aos][data-aos][data-aos-delay="100"] {
  transition-delay: 0;
}
body[data-aos-delay="100"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="100"].aos-animate {
  transition-delay: 100ms;
}
body[data-aos-duration="150"] [data-aos], [data-aos][data-aos][data-aos-duration="150"] {
  transition-duration: 150ms;
}
body[data-aos-delay="150"] [data-aos], [data-aos][data-aos][data-aos-delay="150"] {
  transition-delay: 0;
}
body[data-aos-delay="150"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="150"].aos-animate {
  transition-delay: 150ms;
}
body[data-aos-duration="200"] [data-aos], [data-aos][data-aos][data-aos-duration="200"] {
  transition-duration: 200ms;
}
body[data-aos-delay="200"] [data-aos], [data-aos][data-aos][data-aos-delay="200"] {
  transition-delay: 0;
}
body[data-aos-delay="200"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="200"].aos-animate {
  transition-delay: 200ms;
}
body[data-aos-duration="250"] [data-aos], [data-aos][data-aos][data-aos-duration="250"] {
  transition-duration: 250ms;
}
body[data-aos-delay="250"] [data-aos], [data-aos][data-aos][data-aos-delay="250"] {
  transition-delay: 0;
}
body[data-aos-delay="250"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="250"].aos-animate {
  transition-delay: 250ms;
}
body[data-aos-duration="300"] [data-aos], [data-aos][data-aos][data-aos-duration="300"] {
  transition-duration: 300ms;
}
body[data-aos-delay="300"] [data-aos], [data-aos][data-aos][data-aos-delay="300"] {
  transition-delay: 0;
}
body[data-aos-delay="300"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="300"].aos-animate {
  transition-delay: 300ms;
}
body[data-aos-duration="350"] [data-aos], [data-aos][data-aos][data-aos-duration="350"] {
  transition-duration: 350ms;
}
body[data-aos-delay="350"] [data-aos], [data-aos][data-aos][data-aos-delay="350"] {
  transition-delay: 0;
}
body[data-aos-delay="350"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="350"].aos-animate {
  transition-delay: 350ms;
}
body[data-aos-duration="400"] [data-aos], [data-aos][data-aos][data-aos-duration="400"] {
  transition-duration: 400ms;
}
body[data-aos-delay="400"] [data-aos], [data-aos][data-aos][data-aos-delay="400"] {
  transition-delay: 0;
}
body[data-aos-delay="400"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="400"].aos-animate {
  transition-delay: 400ms;
}
body[data-aos-duration="450"] [data-aos], [data-aos][data-aos][data-aos-duration="450"] {
  transition-duration: 450ms;
}
body[data-aos-delay="450"] [data-aos], [data-aos][data-aos][data-aos-delay="450"] {
  transition-delay: 0;
}
body[data-aos-delay="450"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="450"].aos-animate {
  transition-delay: 450ms;
}
body[data-aos-duration="500"] [data-aos], [data-aos][data-aos][data-aos-duration="500"] {
  transition-duration: 500ms;
}
body[data-aos-delay="500"] [data-aos], [data-aos][data-aos][data-aos-delay="500"] {
  transition-delay: 0;
}
body[data-aos-delay="500"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="500"].aos-animate {
  transition-delay: 500ms;
}
body[data-aos-duration="550"] [data-aos], [data-aos][data-aos][data-aos-duration="550"] {
  transition-duration: 550ms;
}
body[data-aos-delay="550"] [data-aos], [data-aos][data-aos][data-aos-delay="550"] {
  transition-delay: 0;
}
body[data-aos-delay="550"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="550"].aos-animate {
  transition-delay: 550ms;
}
body[data-aos-duration="600"] [data-aos], [data-aos][data-aos][data-aos-duration="600"] {
  transition-duration: 600ms;
}
body[data-aos-delay="600"] [data-aos], [data-aos][data-aos][data-aos-delay="600"] {
  transition-delay: 0;
}
body[data-aos-delay="600"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="600"].aos-animate {
  transition-delay: 600ms;
}
body[data-aos-duration="650"] [data-aos], [data-aos][data-aos][data-aos-duration="650"] {
  transition-duration: 650ms;
}
body[data-aos-delay="650"] [data-aos], [data-aos][data-aos][data-aos-delay="650"] {
  transition-delay: 0;
}
body[data-aos-delay="650"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="650"].aos-animate {
  transition-delay: 650ms;
}
body[data-aos-duration="700"] [data-aos], [data-aos][data-aos][data-aos-duration="700"] {
  transition-duration: 700ms;
}
body[data-aos-delay="700"] [data-aos], [data-aos][data-aos][data-aos-delay="700"] {
  transition-delay: 0;
}
body[data-aos-delay="700"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="700"].aos-animate {
  transition-delay: 700ms;
}
body[data-aos-duration="750"] [data-aos], [data-aos][data-aos][data-aos-duration="750"] {
  transition-duration: 750ms;
}
body[data-aos-delay="750"] [data-aos], [data-aos][data-aos][data-aos-delay="750"] {
  transition-delay: 0;
}
body[data-aos-delay="750"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="750"].aos-animate {
  transition-delay: 750ms;
}
body[data-aos-duration="800"] [data-aos], [data-aos][data-aos][data-aos-duration="800"] {
  transition-duration: 800ms;
}
body[data-aos-delay="800"] [data-aos], [data-aos][data-aos][data-aos-delay="800"] {
  transition-delay: 0;
}
body[data-aos-delay="800"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="800"].aos-animate {
  transition-delay: 800ms;
}
body[data-aos-duration="850"] [data-aos], [data-aos][data-aos][data-aos-duration="850"] {
  transition-duration: 850ms;
}
body[data-aos-delay="850"] [data-aos], [data-aos][data-aos][data-aos-delay="850"] {
  transition-delay: 0;
}
body[data-aos-delay="850"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="850"].aos-animate {
  transition-delay: 850ms;
}
body[data-aos-duration="900"] [data-aos], [data-aos][data-aos][data-aos-duration="900"] {
  transition-duration: 900ms;
}
body[data-aos-delay="900"] [data-aos], [data-aos][data-aos][data-aos-delay="900"] {
  transition-delay: 0;
}
body[data-aos-delay="900"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="900"].aos-animate {
  transition-delay: 900ms;
}
body[data-aos-duration="950"] [data-aos], [data-aos][data-aos][data-aos-duration="950"] {
  transition-duration: 950ms;
}
body[data-aos-delay="950"] [data-aos], [data-aos][data-aos][data-aos-delay="950"] {
  transition-delay: 0;
}
body[data-aos-delay="950"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="950"].aos-animate {
  transition-delay: 950ms;
}
body[data-aos-duration="1000"] [data-aos], [data-aos][data-aos][data-aos-duration="1000"] {
  transition-duration: 1000ms;
}
body[data-aos-delay="1000"] [data-aos], [data-aos][data-aos][data-aos-delay="1000"] {
  transition-delay: 0;
}
body[data-aos-delay="1000"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1000"].aos-animate {
  transition-delay: 1000ms;
}
body[data-aos-duration="1050"] [data-aos], [data-aos][data-aos][data-aos-duration="1050"] {
  transition-duration: 1050ms;
}
body[data-aos-delay="1050"] [data-aos], [data-aos][data-aos][data-aos-delay="1050"] {
  transition-delay: 0;
}
body[data-aos-delay="1050"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1050"].aos-animate {
  transition-delay: 1050ms;
}
body[data-aos-duration="1100"] [data-aos], [data-aos][data-aos][data-aos-duration="1100"] {
  transition-duration: 1100ms;
}
body[data-aos-delay="1100"] [data-aos], [data-aos][data-aos][data-aos-delay="1100"] {
  transition-delay: 0;
}
body[data-aos-delay="1100"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1100"].aos-animate {
  transition-delay: 1100ms;
}
body[data-aos-duration="1150"] [data-aos], [data-aos][data-aos][data-aos-duration="1150"] {
  transition-duration: 1150ms;
}
body[data-aos-delay="1150"] [data-aos], [data-aos][data-aos][data-aos-delay="1150"] {
  transition-delay: 0;
}
body[data-aos-delay="1150"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1150"].aos-animate {
  transition-delay: 1150ms;
}
body[data-aos-duration="1200"] [data-aos], [data-aos][data-aos][data-aos-duration="1200"] {
  transition-duration: 1200ms;
}
body[data-aos-delay="1200"] [data-aos], [data-aos][data-aos][data-aos-delay="1200"] {
  transition-delay: 0;
}
body[data-aos-delay="1200"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1200"].aos-animate {
  transition-delay: 1200ms;
}
body[data-aos-duration="1250"] [data-aos], [data-aos][data-aos][data-aos-duration="1250"] {
  transition-duration: 1250ms;
}
body[data-aos-delay="1250"] [data-aos], [data-aos][data-aos][data-aos-delay="1250"] {
  transition-delay: 0;
}
body[data-aos-delay="1250"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1250"].aos-animate {
  transition-delay: 1250ms;
}
body[data-aos-duration="1300"] [data-aos], [data-aos][data-aos][data-aos-duration="1300"] {
  transition-duration: 1300ms;
}
body[data-aos-delay="1300"] [data-aos], [data-aos][data-aos][data-aos-delay="1300"] {
  transition-delay: 0;
}
body[data-aos-delay="1300"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1300"].aos-animate {
  transition-delay: 1300ms;
}
body[data-aos-duration="1350"] [data-aos], [data-aos][data-aos][data-aos-duration="1350"] {
  transition-duration: 1350ms;
}
body[data-aos-delay="1350"] [data-aos], [data-aos][data-aos][data-aos-delay="1350"] {
  transition-delay: 0;
}
body[data-aos-delay="1350"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1350"].aos-animate {
  transition-delay: 1350ms;
}
body[data-aos-duration="1400"] [data-aos], [data-aos][data-aos][data-aos-duration="1400"] {
  transition-duration: 1400ms;
}
body[data-aos-delay="1400"] [data-aos], [data-aos][data-aos][data-aos-delay="1400"] {
  transition-delay: 0;
}
body[data-aos-delay="1400"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1400"].aos-animate {
  transition-delay: 1400ms;
}
body[data-aos-duration="1450"] [data-aos], [data-aos][data-aos][data-aos-duration="1450"] {
  transition-duration: 1450ms;
}
body[data-aos-delay="1450"] [data-aos], [data-aos][data-aos][data-aos-delay="1450"] {
  transition-delay: 0;
}
body[data-aos-delay="1450"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1450"].aos-animate {
  transition-delay: 1450ms;
}
body[data-aos-duration="1500"] [data-aos], [data-aos][data-aos][data-aos-duration="1500"] {
  transition-duration: 1500ms;
}
body[data-aos-delay="1500"] [data-aos], [data-aos][data-aos][data-aos-delay="1500"] {
  transition-delay: 0;
}
body[data-aos-delay="1500"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1500"].aos-animate {
  transition-delay: 1500ms;
}
body[data-aos-duration="1550"] [data-aos], [data-aos][data-aos][data-aos-duration="1550"] {
  transition-duration: 1550ms;
}
body[data-aos-delay="1550"] [data-aos], [data-aos][data-aos][data-aos-delay="1550"] {
  transition-delay: 0;
}
body[data-aos-delay="1550"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1550"].aos-animate {
  transition-delay: 1550ms;
}
body[data-aos-duration="1600"] [data-aos], [data-aos][data-aos][data-aos-duration="1600"] {
  transition-duration: 1600ms;
}
body[data-aos-delay="1600"] [data-aos], [data-aos][data-aos][data-aos-delay="1600"] {
  transition-delay: 0;
}
body[data-aos-delay="1600"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1600"].aos-animate {
  transition-delay: 1600ms;
}
body[data-aos-duration="1650"] [data-aos], [data-aos][data-aos][data-aos-duration="1650"] {
  transition-duration: 1650ms;
}
body[data-aos-delay="1650"] [data-aos], [data-aos][data-aos][data-aos-delay="1650"] {
  transition-delay: 0;
}
body[data-aos-delay="1650"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1650"].aos-animate {
  transition-delay: 1650ms;
}
body[data-aos-duration="1700"] [data-aos], [data-aos][data-aos][data-aos-duration="1700"] {
  transition-duration: 1700ms;
}
body[data-aos-delay="1700"] [data-aos], [data-aos][data-aos][data-aos-delay="1700"] {
  transition-delay: 0;
}
body[data-aos-delay="1700"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1700"].aos-animate {
  transition-delay: 1700ms;
}
body[data-aos-duration="1750"] [data-aos], [data-aos][data-aos][data-aos-duration="1750"] {
  transition-duration: 1750ms;
}
body[data-aos-delay="1750"] [data-aos], [data-aos][data-aos][data-aos-delay="1750"] {
  transition-delay: 0;
}
body[data-aos-delay="1750"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1750"].aos-animate {
  transition-delay: 1750ms;
}
body[data-aos-duration="1800"] [data-aos], [data-aos][data-aos][data-aos-duration="1800"] {
  transition-duration: 1800ms;
}
body[data-aos-delay="1800"] [data-aos], [data-aos][data-aos][data-aos-delay="1800"] {
  transition-delay: 0;
}
body[data-aos-delay="1800"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1800"].aos-animate {
  transition-delay: 1800ms;
}
body[data-aos-duration="1850"] [data-aos], [data-aos][data-aos][data-aos-duration="1850"] {
  transition-duration: 1850ms;
}
body[data-aos-delay="1850"] [data-aos], [data-aos][data-aos][data-aos-delay="1850"] {
  transition-delay: 0;
}
body[data-aos-delay="1850"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1850"].aos-animate {
  transition-delay: 1850ms;
}
body[data-aos-duration="1900"] [data-aos], [data-aos][data-aos][data-aos-duration="1900"] {
  transition-duration: 1900ms;
}
body[data-aos-delay="1900"] [data-aos], [data-aos][data-aos][data-aos-delay="1900"] {
  transition-delay: 0;
}
body[data-aos-delay="1900"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1900"].aos-animate {
  transition-delay: 1900ms;
}
body[data-aos-duration="1950"] [data-aos], [data-aos][data-aos][data-aos-duration="1950"] {
  transition-duration: 1950ms;
}
body[data-aos-delay="1950"] [data-aos], [data-aos][data-aos][data-aos-delay="1950"] {
  transition-delay: 0;
}
body[data-aos-delay="1950"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1950"].aos-animate {
  transition-delay: 1950ms;
}
body[data-aos-duration="2000"] [data-aos], [data-aos][data-aos][data-aos-duration="2000"] {
  transition-duration: 2000ms;
}
body[data-aos-delay="2000"] [data-aos], [data-aos][data-aos][data-aos-delay="2000"] {
  transition-delay: 0;
}
body[data-aos-delay="2000"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2000"].aos-animate {
  transition-delay: 2000ms;
}
body[data-aos-duration="2050"] [data-aos], [data-aos][data-aos][data-aos-duration="2050"] {
  transition-duration: 2050ms;
}
body[data-aos-delay="2050"] [data-aos], [data-aos][data-aos][data-aos-delay="2050"] {
  transition-delay: 0;
}
body[data-aos-delay="2050"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2050"].aos-animate {
  transition-delay: 2050ms;
}
body[data-aos-duration="2100"] [data-aos], [data-aos][data-aos][data-aos-duration="2100"] {
  transition-duration: 2100ms;
}
body[data-aos-delay="2100"] [data-aos], [data-aos][data-aos][data-aos-delay="2100"] {
  transition-delay: 0;
}
body[data-aos-delay="2100"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2100"].aos-animate {
  transition-delay: 2100ms;
}
body[data-aos-duration="2150"] [data-aos], [data-aos][data-aos][data-aos-duration="2150"] {
  transition-duration: 2150ms;
}
body[data-aos-delay="2150"] [data-aos], [data-aos][data-aos][data-aos-delay="2150"] {
  transition-delay: 0;
}
body[data-aos-delay="2150"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2150"].aos-animate {
  transition-delay: 2150ms;
}
body[data-aos-duration="2200"] [data-aos], [data-aos][data-aos][data-aos-duration="2200"] {
  transition-duration: 2200ms;
}
body[data-aos-delay="2200"] [data-aos], [data-aos][data-aos][data-aos-delay="2200"] {
  transition-delay: 0;
}
body[data-aos-delay="2200"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2200"].aos-animate {
  transition-delay: 2200ms;
}
body[data-aos-duration="2250"] [data-aos], [data-aos][data-aos][data-aos-duration="2250"] {
  transition-duration: 2250ms;
}
body[data-aos-delay="2250"] [data-aos], [data-aos][data-aos][data-aos-delay="2250"] {
  transition-delay: 0;
}
body[data-aos-delay="2250"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2250"].aos-animate {
  transition-delay: 2250ms;
}
body[data-aos-duration="2300"] [data-aos], [data-aos][data-aos][data-aos-duration="2300"] {
  transition-duration: 2300ms;
}
body[data-aos-delay="2300"] [data-aos], [data-aos][data-aos][data-aos-delay="2300"] {
  transition-delay: 0;
}
body[data-aos-delay="2300"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2300"].aos-animate {
  transition-delay: 2300ms;
}
body[data-aos-duration="2350"] [data-aos], [data-aos][data-aos][data-aos-duration="2350"] {
  transition-duration: 2350ms;
}
body[data-aos-delay="2350"] [data-aos], [data-aos][data-aos][data-aos-delay="2350"] {
  transition-delay: 0;
}
body[data-aos-delay="2350"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2350"].aos-animate {
  transition-delay: 2350ms;
}
body[data-aos-duration="2400"] [data-aos], [data-aos][data-aos][data-aos-duration="2400"] {
  transition-duration: 2400ms;
}
body[data-aos-delay="2400"] [data-aos], [data-aos][data-aos][data-aos-delay="2400"] {
  transition-delay: 0;
}
body[data-aos-delay="2400"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2400"].aos-animate {
  transition-delay: 2400ms;
}
body[data-aos-duration="2450"] [data-aos], [data-aos][data-aos][data-aos-duration="2450"] {
  transition-duration: 2450ms;
}
body[data-aos-delay="2450"] [data-aos], [data-aos][data-aos][data-aos-delay="2450"] {
  transition-delay: 0;
}
body[data-aos-delay="2450"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2450"].aos-animate {
  transition-delay: 2450ms;
}
body[data-aos-duration="2500"] [data-aos], [data-aos][data-aos][data-aos-duration="2500"] {
  transition-duration: 2500ms;
}
body[data-aos-delay="2500"] [data-aos], [data-aos][data-aos][data-aos-delay="2500"] {
  transition-delay: 0;
}
body[data-aos-delay="2500"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2500"].aos-animate {
  transition-delay: 2500ms;
}
body[data-aos-duration="2550"] [data-aos], [data-aos][data-aos][data-aos-duration="2550"] {
  transition-duration: 2550ms;
}
body[data-aos-delay="2550"] [data-aos], [data-aos][data-aos][data-aos-delay="2550"] {
  transition-delay: 0;
}
body[data-aos-delay="2550"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2550"].aos-animate {
  transition-delay: 2550ms;
}
body[data-aos-duration="2600"] [data-aos], [data-aos][data-aos][data-aos-duration="2600"] {
  transition-duration: 2600ms;
}
body[data-aos-delay="2600"] [data-aos], [data-aos][data-aos][data-aos-delay="2600"] {
  transition-delay: 0;
}
body[data-aos-delay="2600"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2600"].aos-animate {
  transition-delay: 2600ms;
}
body[data-aos-duration="2650"] [data-aos], [data-aos][data-aos][data-aos-duration="2650"] {
  transition-duration: 2650ms;
}
body[data-aos-delay="2650"] [data-aos], [data-aos][data-aos][data-aos-delay="2650"] {
  transition-delay: 0;
}
body[data-aos-delay="2650"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2650"].aos-animate {
  transition-delay: 2650ms;
}
body[data-aos-duration="2700"] [data-aos], [data-aos][data-aos][data-aos-duration="2700"] {
  transition-duration: 2700ms;
}
body[data-aos-delay="2700"] [data-aos], [data-aos][data-aos][data-aos-delay="2700"] {
  transition-delay: 0;
}
body[data-aos-delay="2700"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2700"].aos-animate {
  transition-delay: 2700ms;
}
body[data-aos-duration="2750"] [data-aos], [data-aos][data-aos][data-aos-duration="2750"] {
  transition-duration: 2750ms;
}
body[data-aos-delay="2750"] [data-aos], [data-aos][data-aos][data-aos-delay="2750"] {
  transition-delay: 0;
}
body[data-aos-delay="2750"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2750"].aos-animate {
  transition-delay: 2750ms;
}
body[data-aos-duration="2800"] [data-aos], [data-aos][data-aos][data-aos-duration="2800"] {
  transition-duration: 2800ms;
}
body[data-aos-delay="2800"] [data-aos], [data-aos][data-aos][data-aos-delay="2800"] {
  transition-delay: 0;
}
body[data-aos-delay="2800"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2800"].aos-animate {
  transition-delay: 2800ms;
}
body[data-aos-duration="2850"] [data-aos], [data-aos][data-aos][data-aos-duration="2850"] {
  transition-duration: 2850ms;
}
body[data-aos-delay="2850"] [data-aos], [data-aos][data-aos][data-aos-delay="2850"] {
  transition-delay: 0;
}
body[data-aos-delay="2850"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2850"].aos-animate {
  transition-delay: 2850ms;
}
body[data-aos-duration="2900"] [data-aos], [data-aos][data-aos][data-aos-duration="2900"] {
  transition-duration: 2900ms;
}
body[data-aos-delay="2900"] [data-aos], [data-aos][data-aos][data-aos-delay="2900"] {
  transition-delay: 0;
}
body[data-aos-delay="2900"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2900"].aos-animate {
  transition-delay: 2900ms;
}
body[data-aos-duration="2950"] [data-aos], [data-aos][data-aos][data-aos-duration="2950"] {
  transition-duration: 2950ms;
}
body[data-aos-delay="2950"] [data-aos], [data-aos][data-aos][data-aos-delay="2950"] {
  transition-delay: 0;
}
body[data-aos-delay="2950"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2950"].aos-animate {
  transition-delay: 2950ms;
}
body[data-aos-duration="3000"] [data-aos], [data-aos][data-aos][data-aos-duration="3000"] {
  transition-duration: 3000ms;
}
body[data-aos-delay="3000"] [data-aos], [data-aos][data-aos][data-aos-delay="3000"] {
  transition-delay: 0;
}
body[data-aos-delay="3000"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="3000"].aos-animate {
  transition-delay: 3000ms;
}

body[data-aos-easing=linear] [data-aos], [data-aos][data-aos][data-aos-easing=linear] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
body[data-aos-easing=ease] [data-aos], [data-aos][data-aos][data-aos-easing=ease] {
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}
body[data-aos-easing=ease-in] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in] {
  transition-timing-function: cubic-bezier(0.42, 0, 1, 1);
}
body[data-aos-easing=ease-out] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out] {
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
}
body[data-aos-easing=ease-in-out] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out] {
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
body[data-aos-easing=ease-in-back] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-back] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
body[data-aos-easing=ease-out-back] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-back] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
body[data-aos-easing=ease-in-out-back] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-back] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
body[data-aos-easing=ease-in-sine] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-sine] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}
body[data-aos-easing=ease-out-sine] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-sine] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}
body[data-aos-easing=ease-in-out-sine] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-sine] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
body[data-aos-easing=ease-in-quad] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-quad] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
body[data-aos-easing=ease-out-quad] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-quad] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body[data-aos-easing=ease-in-out-quad] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-quad] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
body[data-aos-easing=ease-in-cubic] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-cubic] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
body[data-aos-easing=ease-out-cubic] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-cubic] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body[data-aos-easing=ease-in-out-cubic] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-cubic] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
body[data-aos-easing=ease-in-quart] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-quart] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
body[data-aos-easing=ease-out-quart] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-quart] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body[data-aos-easing=ease-in-out-quart] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-quart] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

/**
 * Fade animations:
 * fade
 * fade-up, fade-down, fade-left, fade-right
 * fade-up-right, fade-up-left, fade-down-right, fade-down-left
 */
[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity, transform;
}
[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

[data-aos=fade-up] {
  transform: translate3d(0, 80px, 0);
}

[data-aos=fade-down] {
  transform: translate3d(0, -80px, 0);
}

[data-aos=fade-right] {
  transform: translate3d(-80px, 0, 0);
}

[data-aos=fade-left] {
  transform: translate3d(80px, 0, 0);
}

[data-aos=fade-up-right] {
  transform: translate3d(-80px, 80px, 0);
}

[data-aos=fade-up-left] {
  transform: translate3d(80px, 80px, 0);
}

[data-aos=fade-down-right] {
  transform: translate3d(-80px, -80px, 0);
}

[data-aos=fade-down-left] {
  transform: translate3d(80px, -80px, 0);
}

/**
 * Zoom animations:
 * zoom-in, zoom-in-up, zoom-in-down, zoom-in-left, zoom-in-right
 * zoom-out, zoom-out-up, zoom-out-down, zoom-out-left, zoom-out-right
 */
[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  transition-property: opacity, transform;
}
[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

[data-aos=zoom-in] {
  transform: scale(0.6);
}

[data-aos=zoom-in-up] {
  transform: translate3d(0, 80px, 0) scale(0.6);
}

[data-aos=zoom-in-down] {
  transform: translate3d(0, -80px, 0) scale(0.6);
}

[data-aos=zoom-in-right] {
  transform: translate3d(-80px, 0, 0) scale(0.6);
}

[data-aos=zoom-in-left] {
  transform: translate3d(80px, 0, 0) scale(0.6);
}

[data-aos=zoom-out] {
  transform: scale(1.2);
}

[data-aos=zoom-out-up] {
  transform: translate3d(0, 80px, 0) scale(1.2);
}

[data-aos=zoom-out-down] {
  transform: translate3d(0, -80px, 0) scale(1.2);
}

[data-aos=zoom-out-right] {
  transform: translate3d(-80px, 0, 0) scale(1.2);
}

[data-aos=zoom-out-left] {
  transform: translate3d(80px, 0, 0) scale(1.2);
}

/**
 * Slide animations
 */
[data-aos^=slide][data-aos^=slide] {
  transition-property: transform;
}
[data-aos^=slide][data-aos^=slide].aos-animate {
  transform: translate3d(0, 0, 0);
}

[data-aos=slide-up] {
  transform: translate3d(0, 100%, 0);
}

[data-aos=slide-down] {
  transform: translate3d(0, -100%, 0);
}

[data-aos=slide-right] {
  transform: translate3d(-100%, 0, 0);
}

[data-aos=slide-left] {
  transform: translate3d(100%, 0, 0);
}

/**
 * Flip animations:
 * flip-left, flip-right, flip-up, flip-down
 */
[data-aos^=flip][data-aos^=flip] {
  backface-visibility: hidden;
  transition-property: transform;
}

[data-aos=flip-left] {
  transform: perspective(2500px) rotateY(-100deg);
}
[data-aos=flip-left].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-right] {
  transform: perspective(2500px) rotateY(100deg);
}
[data-aos=flip-right].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-up] {
  transform: perspective(2500px) rotateX(-100deg);
}
[data-aos=flip-up].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

[data-aos=flip-down] {
  transform: perspective(2500px) rotateX(100deg);
}
[data-aos=flip-down].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

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

.u-ho:hover{
  opacity: 0.6;
}

iframe.-detected {
  opacity: 0;
  visibility: hidden;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}
iframe.-loaded {
  opacity: 1;
  visibility: visible;
}

.lazyload,
.lazyloading {
  opacity: 0;
}

.lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

body[data-aos-easing] [data-aos][data-aos=fade-up] {
  transition: opacity 1.1s linear, transform 1.1s cubic-bezier(0.23, 1, 0.32, 1);
}

[data-module-parallax-bg] [data-parallax-bg=item] {
  will-change: transform;
}
[data-module-parallax-bg] [data-parallax-bg=item]:not(.u-in-view) {
  will-change: unset;
}

[data-module-rotate-on-scroll] {
  will-change: transform;
}
[data-module-rotate-on-scroll]:not(.u-in-view) {
  will-change: unset;
}

.o-social-networks{
  display: flex;
}

.o-social-networks > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.o-social-networks_item{
  height: 3.5rem;
  width: 3.5rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(85 126 130 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(242 235 238 / var(--tw-text-opacity, 1));
  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;
}
.o-social-networks_item a, .o-social-networks_item svg{
  display: block;
  height: 100%;
  width: 100%;
}
.o-social-networks_item:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(161 67 135 / var(--tw-bg-opacity, 1));
}

:root {
  --swiper-pagination-color: white;
  --swiper-navigation-color: white;
  --swiper-pagination-bullet-inactive-color: white;
  --swiper-navigation-spacing: 2rem;
}

.swiper .swiper-button-next, .swiper .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-spacing);
}
.swiper .swiper-button-prev, .swiper .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-spacing);
}
.swiper.-navigation-disabled .swiper-button-prev,
.swiper.-navigation-disabled .swiper-button-next {
  display: none;
}

.breadcrumbs{
  margin-top: 2rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}
.breadcrumbs .breadcrumb_last{
  font-weight: 900;
}
@media (min-width: 640px) {
  .breadcrumbs{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.wp-block-embed .wp-block-embed__wrapper{
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}
.choices__list--dropdown {
  background-color: #fff;
  /* fond blanc du menu */
}

.choices__item,
.choices__list--dropdown .choices__item {
  color: #0C1B3C;
  /* texte bleu */
}

.choices__list--dropdown .choices__item--highlighted {
  background-color: #F8B03A;
  /* surbrillance */
  color: #fff;
}

#nf-label-field-16 > span:nth-child(1) {
  display: none;
}

#nf-form-2-cont input {
  height: 42px !important;
  padding: 5px;
}

.titre-formulaire {
  color: #557E82;
  text-align: center;
  font-family: "Amaranth", sans-serif;
  font-size: 70px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 25px;
}

.file-custom button {
  background: #557E82;
  color: white;
}

.nf-fu-progress {
  display: none;
}

#load-more-offres {
  color: #557E82;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 4px;
  border: 1px solid #557E82;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

@media (max-width: 767px) {
  .prest-unapei, .image-text, .before-last {
    padding: 15px 0px !important;
  }

  .before-last h2 {
    font-size: 65px;
  }

  footer .footer-row .footer-item {
    width: 100%;
  }

  .liste-liens {
    gap: 15px;
    flex-direction: column;
  }

  .liste-liens .bloc-lien {
    flex: unset !important;
  }

  .liste-liens .bloc-lien .lien_global .col-droite i {
    width: 70px !important;
    height: 70px !important;
  }

  .prest-unapei.banner-inter {
    padding-top: 135px !important;
  }

  .prest-unapei h1, .prest-unapei h2 {
    font-size: 50px !important;
  }

  .contact-us-container {
    flex-direction: column !important;
    gap: 20px !important;
  }

  #dispositifs-filtres {
    flex-direction: column !important;
  }

  .want-to-help-container {
    gap: 10px !important;
  }

  #dispositif-close {
    top: 12px !important;
    right: 12px !important;
  }

  #dispositif-content .info-base .ligne-1 {
    flex-direction: column !important;
    gap: 15px !important;
  }

  #dispositif-content .info-base > div .list-icon {
    flex: unset !important;
  }

  #dispositif-content .info-base .actu-dispositif .actu-container {
    flex-direction: column !important;
  }

  #dispositif-content .info-base .actu-dispositif h3 {
    line-height: 35px !important;
  }

  .partenaire-solo {
    padding-top: 140px !important;
  }

  .partenaire-solo h1 {
    font-size: 50px !important;
    line-height: 60px !important;
  }
}
.pagination{
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.page-item{
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(211 211 220 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(29 29 27 / var(--tw-text-opacity, 1));
}

.page-item:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(29 29 27 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(242 235 238 / var(--tw-text-opacity, 1));
}

.page-item{
  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;
}
.page-item.-disabled{
  pointer-events: none;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}
.page-item.-current{
  pointer-events: none;
  --tw-bg-opacity: 1;
  background-color: rgb(85 126 130 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(242 235 238 / var(--tw-text-opacity, 1));
}
.page-item a, .page-item span{
  display: block;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.modal-wrapper.styled .wp-post-modal{
  width: 85%;
}

@media (min-width: 1152px){
  .modal-wrapper.styled .wp-post-modal{
    width: 70%;
  }
}

.modal-wrapper.styled .wp-post-modal{
  margin-top: 5vh;
  margin-bottom: 5vh;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(242 235 238 / var(--tw-bg-opacity, 1));
  padding: 0.75rem;
}

@media (min-width: 460px){
  .modal-wrapper.styled .wp-post-modal{
    padding: 1.25rem;
  }
}

@media (min-width: 1152px){
  .modal-wrapper.styled .wp-post-modal{
    padding: 2rem;
  }
}

.modal-wrapper.styled .wp-post-modal{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-delay: 2s;
  transition-timing-function: linear;
}
.modal-wrapper.styled .wp-post-modal .entry-title{
  font-size: 16px;
  margin-bottom: 1rem;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(85 126 130 / var(--tw-text-opacity, 1));
}
.modal-wrapper.styled .wp-post-modal h4{
  margin-top: 1rem;
  font-size: 12px;
  text-transform: none;
  --tw-text-opacity: 1;
  color: rgb(29 29 27 / var(--tw-text-opacity, 1));
}
.modal-wrapper.styled .wp-post-modal h1{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.modal-wrapper.styled .wp-post-modal .entry-content p{
  font-size: 14px;
}
.modal-wrapper.styled .wp-post-modal .loading{
  width: 30px;
}
.modal-wrapper.styled .wp-post-modal .container{
  padding: 0px;
}
.modal-wrapper.styled .wp-post-modal .site-header{
  display: none;
}
.modal-wrapper.styled .wp-post-modal .c-preloader {
  display: none !important;
}

/**************************\
  Basic Modal Styles
\**************************/
.modal_header{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.modal_header .modal_close:before {
  content: "✕";
}
.modal_title{
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 500;
}
.modal_overlay{
  position: fixed;
  inset: 0px;
  background-color: rgb(29 29 27 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.6;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
}
.modal_container{
  width: 85%;
}
@media (min-width: 1152px){
  .modal_container{
    width: 70%;
  }
}
.modal_container{
  margin-top: 5vh;
  margin-bottom: 5vh;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(242 235 238 / var(--tw-bg-opacity, 1));
  padding: 0.75rem;
}
@media (min-width: 460px){
  .modal_container{
    padding: 1.25rem;
  }
}
@media (min-width: 1152px){
  .modal_container{
    padding: 2rem;
  }
}
.modal_container{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-delay: 2s;
  transition-timing-function: linear;
}
.modal_content {
  line-height: 1.5;
}
.modal_footer{
  margin-top: 2rem;
}
.modal_btn:focus, .modal_btn: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));
}
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.micromodal-slide{
  display: none;
}
.micromodal-slide.is-open{
  display: block;
}
.micromodal-slide[aria-hidden=false] .modal_overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide[aria-hidden=false] .modal_container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide[aria-hidden=true] .modal_overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide[aria-hidden=true] .modal_container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide .modal_container, .micromodal-slide .modal_overlay {
  will-change: transform;
}

.liste-liens {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 30px;
}
.liste-liens .bloc-lien {
  flex: 1 1 calc(50% - 30px);
  height: 500px;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  position: relative;
  border-radius: 10px;
}
.liste-liens .bloc-lien .lien_global {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 20px;
  color: #fff;
  text-decoration: none;
  border-radius: 10px;
}
.liste-liens .bloc-lien .lien_global .col-gauche {
  width: 80%;
}
.liste-liens .bloc-lien .lien_global .col-gauche h3 {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.liste-liens .bloc-lien .lien_global .col-gauche p {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 18px;
  text-align: left;
}
.liste-liens .bloc-lien .lien_global .col-droite {
  width: 20%;
  display: flex;
  justify-content: flex-end;
}
.liste-liens .bloc-lien .lien_global .col-droite i {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 110px;
  height: 110px;
  color: #004162;
  font-size: 25px;
  background: url("/wp-content/themes/so/images/icons/blur-back.svg") no-repeat center;
  background-size: cover;
}

.contact-us-container {
  display: flex;
  flex-direction: row;
  gap: 120px;
  justify-content: center;
  align-items: flex-start;
}
.contact-us-container .contact-us-col {
  flex: 0 50%;
}
.contact-us-container .contact-us-col #map {
  height: 490px;
  width: 100%;
  z-index: 1;
}
.contact-us-container .contact-us-col .contact-us-coordonnees {
  display: flex;
  flex-direction: column;
  gap: 25px;
  padding: 20px;
}
.contact-us-container .contact-us-col .item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.contact-us-container .contact-us-col .item h2 {
  color: #557E82;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 52px;
  letter-spacing: -0.35px;
}
.contact-us-container .contact-us-col .item p, .contact-us-container .contact-us-col .item a {
  color: #414B5A;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.contact-us-formulaire {
  border-radius: 5px;
  border: 1px solid #557E82;
  background: #FFF;
  padding: 40px;
}
.contact-us-formulaire #nf-form-title-1, .contact-us-formulaire .nf-before-form-content {
  display: none;
}
.contact-us-formulaire .nf-field-label label {
  color: #414B5A;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0.36px;
}
.contact-us-formulaire input {
  border-radius: 4px;
  border: 1px solid #557E82;
  background: #FFF;
  width: 100%;
  height: 32px !important;
}
.contact-us-formulaire textarea {
  border-radius: 4px;
  border: 1px solid #557E82;
  background: #FFF;
  height: 165px;
}
.contact-us-formulaire .rgpd label {
  font-size: 14px;
}
.contact-us-formulaire input[type=submit] {
  width: 100% !important;
  padding: 17px;
  color: #557E82;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.72px;
  text-transform: uppercase;
  height: auto !important;
}

.archive-nos-actualites h1 {
  color: #557E82;
  text-align: center;
  font-family: Amaranth;
  font-size: 70px;
  font-style: normal;
  font-weight: 400;
  line-height: 72px;
  /* 102.857% */
  letter-spacing: -1.05px;
}
.archive-nos-actualites p {
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
  font-family: Arial;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 166.667% */
}
.archive-nos-actualites .liste-liens {
  margin-top: 80px;
}

.entete-article h1 {
  color: #C6037F;
  text-align: center;
  font-family: "Amaranth", sans-serif;
  font-size: 70px;
  font-style: normal;
  font-weight: 700;
  line-height: 52px;
  letter-spacing: -0.7px;
  margin: unset;
  text-transform: unset;
}
.entete-article .date {
  color: #414B5A;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 52px;
  letter-spacing: -0.25px;
  margin: 15px 0px;
}
.entete-article .etablissement-lie {
  color: #414B5A;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 52px;
  letter-spacing: -0.25px;
  border: 1px solid #414b5a;
  border-radius: 8px;
  padding: 10px 40px;
  text-decoration: unset;
  transition: all ease-in-out 0.2s;
}
.entete-article .etablissement-lie:hover {
  color: white;
  background: #414B5A;
}

.others-articles h2 {
  color: #414B5A;
  font-family: "Poppins", sans-serif;
  font-size: 35px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: -0.525px;
  text-transform: unset;
}
.others-articles h3 {
  text-transform: unset;
}
.others-articles .lien-autre-article a {
  text-decoration: unset;
  border-radius: 4px;
  border: 1px solid #C6037F;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  color: #C6037F;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.36px;
}

.thumbs_custom img {
  width: 100%;
  height: 744px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.retour_arriere {
  color: #414B5A;
  font-family: "Arial", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  text-decoration: unset;
}

.before-last-custom {
  position: relative;
}
.before-last-custom:before {
  content: "";
  position: absolute;
  top: 0;
  left: 25px;
  width: 100%;
  height: 100%;
  background: url("/wp-content/themes/so/images/home/watermark2.png") no-repeat right center;
  background-size: contain;
  z-index: 0;
}

.banner-home {
  height: 100vh;
  color: #fff !important;
  padding-bottom: 5rem;
}
.banner-home .wp-block-cover__inner-container {
  align-self: end;
}
.banner-home .texte-de-banniere .container {
  max-width: 1600px;
}
.banner-home h1 {
  color: #FFF;
  font-family: Poppins;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin-bottom: 25px;
}
.banner-home .content-banner {
  border-radius: 10px;
  background: rgba(85, 126, 130, 0.55);
  color: #FFF;
  padding: 16px;
  width: 65%;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 25px;
  width: -moz-fit-content;
  width: fit-content;
}

.prest-unapei {
  background: white;
  padding: 92px 0px;
}
.prest-unapei.banner-inter {
  padding-top: 250px;
}
.prest-unapei h1, .prest-unapei h2 {
  color: #557E82;
  text-align: center;
  font-family: "Amaranth", sans-serif;
  font-size: 70px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 25px;
}
.prest-unapei p {
  color: #464646;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
}

.nos-esat {
  background: url("/wp-content/themes/so/images/home/nos-esat.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 150px 0px;
}
.nos-esat div div div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 25px;
}
.nos-esat h2 {
  color: #FFFFFF;
  text-align: center;
  font-family: "Amaranth", sans-serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.nos-esat p {
  color: #FFFFFF;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
}
.nos-esat a {
  color: white;
}

.before-last {
  background: url("/wp-content/themes/so/images/home/watermark2.png");
  background-position: left bottom;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: white;
  padding: 100px 0px;
}
.before-last h2 {
  text-align: left;
  font-family: "Amaranth", sans-serif;
  font-size: 70px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.before-last .chiffres-key h2 {
  color: #557E82;
}
.before-last .chiffres-key .container {
  max-width: 1600px;
}
.before-last .help-us h2 {
  color: #A14387;
}
.before-last .help-us .container {
  max-width: 1600px;
}

.chiffres-defilants-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 50px;
  margin-top: 70px;
  margin-bottom: 150px;
  flex-wrap: wrap;
}
.chiffres-defilants-container .chiffre-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 7px;
  flex: 1 1 calc((100% - 300px) / 4);
}
.chiffres-defilants-container .chiffre-item .chiffre {
  color: #009e9c;
  font-family: "Euclid Flex", sans-serif;
  font-size: 110px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.chiffres-defilants-container .chiffre-item h3 {
  color: #557E82;
  font-family: "Euclid Flex", sans-serif;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 45px;
  text-align: center;
}

.want-to-help-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 100px;
  margin-top: 70px;
}
@media (min-width: 200px) and (max-width: 767px) {
  .want-to-help-container {
    flex-direction: column;
  }
}
.want-to-help-container .want-to-help-item {
  color: #FFF;
  font-family: Poppins;
  font-style: normal;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  height: 450px;
  padding: 60px;
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(198, 3, 127, 0) 0%, rgba(198, 3, 127, 0.54) 0.01%, #C6037F 100%);
}
.want-to-help-container .want-to-help-item .want-to-help-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 15px;
}
.want-to-help-container .want-to-help-item .want-to-help-txt {
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
}
.want-to-help-container .want-to-help-item .want-to-help-link {
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
}
.want-to-help-container .want-to-help-item .want-to-help-link i {
  background: #C6037F;
  border-radius: 100px;
  padding: 15px;
  width: 54px;
  margin-right: 10px;
}

.minute-papillon .container {
  max-width: 1600px;
}
.minute-papillon .container .img {
  flex: 0 0 60%;
}
.minute-papillon .container .img img {
  width: 100% !important;
}
.minute-papillon .container .text {
  flex: 0 0 40%;
}
.minute-papillon .container .text div {
  align-items: flex-end;
}
.minute-papillon .container .text div h2, .minute-papillon .container .text div p, .minute-papillon .container .text div a {
  color: white;
  text-align: right;
}

.nos-partenaires {
  background: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 100px 0px;
}
.nos-partenaires h2 {
  color: #557E82;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 35px;
}

@media (min-width: 1088px) and (max-width: 1600px) {
  .banner-home .texte-de-banniere .container {
    max-width: 80%;
  }

  .site-header {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .custom-logo {
    width: 60%;
  }
}
#breadcrumbs {
  display: none;
}

.partenaire-solo {
  padding-top: 225px !important;
  padding-bottom: 125px !important;
}
.partenaire-solo .type-partenaires {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
.partenaire-solo h1 {
  color: #557E82;
  text-align: center;
  font-family: "Amaranth", sans-serif;
  font-size: 70px;
  font-style: normal;
  font-weight: 400;
  line-height: 72px;
  letter-spacing: -1.05px;
}
.partenaire-solo .texte_partenaire {
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
.partenaire-solo .logo-partenaire {
  width: 100%;
}
.partenaire-solo .logo-partenaire img {
  width: 100%;
}

@media (max-width: 767px) {
  .partenaire-solo {
    padding-top: 140px !important;
  }
}
#dispositifs-filtres {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
#dispositifs-filtres .choices {
  margin-bottom: unset;
  width: 350px;
}
#dispositifs-filtres .choices .choices__inner {
  border-width: 0px;
  border-radius: 10px;
  background-color: #557E82;
  color: white;
}
#dispositifs-filtres .choices .choices__inner .choices__list--single .choices__item {
  color: white;
  opacity: 1;
  text-align: center;
  font-size: 16px;
}
#dispositifs-filtres .choices .choices__list--dropdown {
  margin-top: 5px;
  background: rgba(85, 126, 130, 0.7);
  color: white;
  border-radius: 9px;
}
#dispositifs-filtres .choices .choices__list--dropdown .choices__item {
  color: white;
  text-align: center;
}
#dispositifs-filtres .choices .choices__list--dropdown .choices__item--selectable.is-highlighted, #dispositifs-filtres .choices .choices__list--dropdown .choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
  background-color: rgba(85, 126, 130, 0.9);
}
#dispositifs-filtres select {
  width: 350px;
  height: 50px;
  padding: 5px;
  flex-shrink: 0;
  border-radius: 10px;
  color: white;
  text-align: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #557E82;
  background-image: url("/wp-content/themes/so/images/icons/down.svg");
  background-repeat: no-repeat;
  background-position: right 1.5rem center;
  background-size: 12px;
}

.choices[data-type*=select-one]::after {
  content: "";
}

/* Ajouter un chevron blanc de 15x15px */
.custom-choices .choices__inner {
  position: relative;
}

.choices[data-type*=select-one]::after {
  content: "" !important;
  position: absolute !important;
  top: 40% !important;
  right: 5% !important;
  width: 15px !important;
  height: 15px !important;
  border: unset !important;
  background-image: url("/wp-content/themes/so/images/icons/down.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 15px;
}
.choices[data-type*=select-one]::after.is-open {
  top: 40%;
}

.is-open.choices[data-type*=select-one]::after {
  top: 50% !important;
}

#dispositif-content .info-base {
  display: flex;
  flex-direction: column;
  gap: 47px;
  justify-content: flex-start;
  align-items: flex-start;
}
#dispositif-content .info-base h2 {
  color: #557E82;
  font-family: Amaranth, sans-serif;
  font-size: 45px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#dispositif-content .info-base .ligne-1 {
  display: flex;
  flex-direction: row;
}
#dispositif-content .info-base > div .list-icon {
  color: #000;
  font-family: Poppins, sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  flex: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}
#dispositif-content .info-base > div .list-icon .fa-solid {
  color: #009e9c;
  font-size: 22px;
}
#dispositif-content .info-base > div .list-info {
  color: #000;
  font-family: Poppins, sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  flex: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
#dispositif-content .info-base > div .list-info span {
  color: #009e9c;
  font-weight: 600;
}
#dispositif-content .info-base .descriptif-dispositif h3 {
  color: #557E82;
  font-family: Poppins, sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: 52px;
  letter-spacing: -0.25px;
}
#dispositif-content .info-base .actu-dispositif {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
#dispositif-content .info-base .actu-dispositif h3 {
  color: #557E82;
  font-family: Poppins, sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: 52px;
  letter-spacing: -0.25px;
}
#dispositif-content .info-base .actu-dispositif .actu-container {
  display: flex;
  flex-direction: row;
  gap: 15px;
}
#dispositif-content .info-base .actu-dispositif .actu-container .actu-item {
  flex: 2.5;
  border: 1px solid black;
  border-radius: 5px;
  padding: 1rem;
}
#dispositif-content .info-base .actu-dispositif .actu-container .actu-item a {
  background: #176921;
  color: white;
}
#dispositif-content .info-base .actu-dispositif .actualite-link {
  background: #176921;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  color: #FFF;
  text-align: center;
  font-family: Arial, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.27px;
  padding: 1rem 1.5rem;
  align-self: center;
}

/*surchage du container attention c'est super dangereux*/

/*# sourceMappingURL=main.css.map*/