@charset "UTF-8";
/*
! tailwindcss v3.2.4 | 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: currentColor; /* 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.
*/
html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 16px;
  padding-left: 16px;
}
@media (min-width: 100%){
  .container{
    max-width: 100%;
  }
}
@media (min-width: 1272px){
  .container{
    max-width: 1272px;
  }
}
/*
* 1 - Fonts
*/
@font-face {
  font-family: "Inter";
  src: url("../../fonts/inter/Inter-Regular.ttf");
  src: url("../../fonts/inter/Inter-Regular.woff2") format("woff2"), url("../../fonts/inter/Inter-Regular.woff") format("woff"), url("../../fonts/inter/Inter-Regular.otf") format("truetype"), url("../../fonts/inter/Inter-Regular.svg#Inter-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../../fonts/inter/Inter-Bold.ttf");
  src: url("../../fonts/inter/Inter-Bold.woff2") format("woff2"), url("../../fonts/inter/Inter-Bold.woff") format("woff"), url("../../fonts/inter/Inter-Bold.otf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../../fonts/inter/Inter-Medium.ttf");
  src: url("../../fonts/inter/Inter-Medium.woff2") format("woff2"), url("../../fonts/inter/Inter-Medium.woff") format("woff"), url("../../fonts/inter/Inter-Medium.otf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../../fonts/inter/Inter-SemiBold.ttf");
  src: url("../../fonts/inter/Inter-SemiBold.woff2") format("woff2"), url("../../fonts/inter/Inter-SemiBold.woff") format("woff"), url("../../fonts/inter/Inter-SemiBold.otf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../../fonts/manrope/Manrope-Bold.ttf");
  src: url("../../fonts/manrope/Manrope-Bold.woff2") format("woff2"), url("../../fonts/manrope/Manrope-Bold.woff") format("woff"), url("../../fonts/manrope/Manrope-Bold.otf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../../fonts/manrope/Manrope-ExtraBold.ttf");
  src: url("../../fonts/manrope/Manrope-ExtraBold.woff2") format("woff2"), url("../../fonts/manrope/Manrope-ExtraBold.woff") format("woff"), url("../../fonts/manrope/Manrope-ExtraBold.otf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* ==========================================================================
 * Basic elements (no class selectors allowed)
 * ========================================================================== */
/**
 * Set up the html
 *
 * 1. Makes sure that some fonts are better rendered
 * 2. Set font to lining figures
 */
html {
  box-sizing: border-box;
}

body{
  font-family: Inter, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(54 49 56 / var(--tw-text-opacity));
}

* {
  font-family: inherit;
  line-height: inherit;
  color: inherit;
}
*, *:before, *:after {
  box-sizing: inherit;
}

/**
 * [1] Turn off text-shadow when selecting text for better readability
 */
::-moz-selection {
  background: #000;
  color: #fff;
}
::selection {
  background: #000;
  color: #fff;
}

/* Remove default margin around figure
 */
/**
 * [1] Setting 'vertical-align' removes the whitespace that appears under 'img'
 *	   elements when they are dropped into a page as-is. Safer alternative to
 *	   using 'display: block;'.
 * [2] Remove border / especially on older browsers
 */
img,
svg {
  display: block;
  vertical-align: middle;
  /*[1]*/
  border: none;
  /*[2]*/
  max-width: 100%;
  height: auto;
}

a {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
hgroup,
ul,
ol,
dd,
figure,
pre,
table,
fieldset,
hr {
  margin-top: 0;
  margin-bottom: 0;
}

p {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
}
p + p{
  margin-top: 1rem;
}

h1{
  font-family: Manrope, sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.25;
}

@media (min-width: 768px){
  h1{
    font-size: 40px;
    line-height: 1.2;
  }
}

h2{
  font-family: Manrope, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
}

@media (min-width: 768px){
  h2{
    font-size: 32px;
    line-height: 1.25;
  }
}

h3{
  font-family: Manrope, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
}

h6{
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}

@media (min-width: 768px){
  h6{
    font-size: 20px;
  }
}

button{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.c-button,
.c-link{
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  border-radius: 0.25rem;
  border-width: 1px;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 2rem;
  padding-right: 2rem;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.c-button.c-link--purple,
.c-link.c-link--purple{
  --tw-border-opacity: 1;
  border-color: rgb(96 20 96 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(96 20 96 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.c-button.c-link--purple:hover,
.c-link.c-link--purple:hover{
  --tw-border-opacity: 1;
  border-color: rgb(154 48 154 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(154 48 154 / var(--tw-bg-opacity));
}
.c-button.c-link--purple:active,
.c-link.c-link--purple:active{
  --tw-border-opacity: 1;
  border-color: rgb(47 5 46 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(47 5 46 / var(--tw-bg-opacity));
}

.c-button__primary.c-button--purple{
  --tw-border-opacity: 1;
  border-color: rgb(96 20 96 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(96 20 96 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.c-button__primary.c-button--purple:hover{
  --tw-border-opacity: 1;
  border-color: rgb(154 48 154 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(154 48 154 / var(--tw-bg-opacity));
}

.c-button__primary.c-button--purple:active{
  --tw-border-opacity: 1;
  border-color: rgb(47 5 46 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(47 5 46 / var(--tw-bg-opacity));
}
.c-button__primary.c-button--white{
  --tw-border-opacity: 1;
  border-color: rgb(96 20 96 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(96 20 96 / var(--tw-text-opacity));
}
.c-button__primary.c-button--white:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(96 20 96 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.c-button__primary.c-button--white:active{
  --tw-border-opacity: 1;
  border-color: rgb(47 5 46 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(47 5 46 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.c-button__primary.disabled{
  pointer-events: none;
  --tw-border-opacity: 1;
  border-color: rgb(189 191 199 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(189 191 199 / var(--tw-bg-opacity));
}

.c-button__secondary.c-button--purple{
  --tw-border-opacity: 1;
  border-color: rgb(96 20 96 / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(96 20 96 / var(--tw-text-opacity));
}

.c-button__secondary.c-button--purple:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(96 20 96 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.c-button__secondary.c-button--purple:active{
  --tw-border-opacity: 1;
  border-color: rgb(47 5 46 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(47 5 46 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.c-button__secondary.c-button--purple.active{
  --tw-border-opacity: 1;
  border-color: rgb(96 20 96 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(96 20 96 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.c-button__secondary.c-button--white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.c-button__secondary.c-button--white:hover{
  --tw-border-opacity: 1;
  border-color: rgb(47 5 46 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(245 234 238 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(96 20 96 / var(--tw-text-opacity));
}
.c-button__secondary.c-button--white:active{
  --tw-border-opacity: 1;
  border-color: rgb(47 5 46 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(47 5 46 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.c-button__secondary.disabled{
  pointer-events: none;
  --tw-border-opacity: 1;
  border-color: rgb(189 191 199 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(189 191 199 / var(--tw-text-opacity));
}

.c-button__filter{
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(189 191 199 / var(--tw-border-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.43;
  --tw-text-opacity: 1;
  color: rgb(54 49 56 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

@media (min-width: 1024px){
  .c-button__filter{
    min-width: 173px;
  }
}

.c-button__filter--purple.active, .c-button__filter--purple:has(input:checked), .c-button__filter--purple:hover{
  --tw-border-opacity: 1;
  border-color: rgb(245 234 238 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(245 234 238 / var(--tw-bg-opacity));
}

.c-button__filter--orange.active, .c-button__filter--orange:has(input:checked), .c-button__filter--orange:hover{
  --tw-border-opacity: 1;
  border-color: rgb(251 243 234 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(251 243 234 / var(--tw-bg-opacity));
}

.c-button__filter--blue.active, .c-button__filter--blue:has(input:checked), .c-button__filter--blue:hover{
  --tw-border-opacity: 1;
  border-color: rgb(243 244 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 255 / var(--tw-bg-opacity));
}

.c-button__filter--green.active, .c-button__filter--green:has(input:checked), .c-button__filter--green:hover{
  --tw-border-opacity: 1;
  border-color: rgb(245 255 244 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(245 255 244 / var(--tw-bg-opacity));
}

.c-button__filter--red.active, .c-button__filter--red:has(input:checked), .c-button__filter--red:hover{
  --tw-border-opacity: 1;
  border-color: rgb(255 244 244 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 244 244 / var(--tw-bg-opacity));
}

.c-button__icon{
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
  --tw-text-opacity: 1;
  color: rgb(154 48 154 / var(--tw-text-opacity));
  --tw-shadow: 0px 0px 20px 0px rgba(96, 20, 96, 0.1);
  --tw-shadow-colored: 0px 0px 20px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.c-button__icon:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(245 234 238 / var(--tw-bg-opacity));
}

.c-button__icon:active{
  --tw-bg-opacity: 1;
  background-color: rgb(96 20 96 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .c-button__icon{
    height: 3rem;
    width: 3rem;
  }
}
.c-button__icon.disabled{
  pointer-events: none;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(189 191 199 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(189 191 199 / var(--tw-text-opacity));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.c-badge{
  display: inline-block;
  border-radius: 0.25rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 12px;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(47 5 46 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .c-badge{
    font-size: 14px;
    line-height: 1.43;
  }
}

.c-badge--orange{
  --tw-bg-opacity: 1;
  background-color: rgb(251 243 234 / var(--tw-bg-opacity));
}

.c-badge--green{
  --tw-bg-opacity: 1;
  background-color: rgb(245 255 244 / var(--tw-bg-opacity));
}

.c-badge--pink{
  --tw-bg-opacity: 1;
  background-color: rgb(245 234 238 / var(--tw-bg-opacity));
}

.c-pagination{
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.5rem;
  display: flex;
  max-width: 590px;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
}

@media (min-width: 768px){
  .c-pagination{
    margin-top: 4rem;
    gap: 0.5rem;
  }
}
.c-pagination .c-pagination__item, .c-pagination .page-numbers{
  display: flex;
  height: 1.75rem;
  width: 1.75rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  background-color: transparent;
  font-size: 16px;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(47 5 46 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.c-pagination .c-pagination__item:hover, .c-pagination .page-numbers:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(245 234 238 / var(--tw-bg-opacity));
}
@media (min-width: 768px){
  .c-pagination .c-pagination__item, .c-pagination .page-numbers{
    font-size: 20px;
    line-height: 1.4;
  }
}
.c-pagination .c-pagination__item.active, .c-pagination .c-pagination__item.current, .c-pagination .page-numbers.active, .c-pagination .page-numbers.current{
  --tw-text-opacity: 1;
  color: rgb(154 48 154 / var(--tw-text-opacity));
}
.c-pagination .c-pagination__item.prev, .c-pagination .c-pagination__item.next, .c-pagination .page-numbers.prev, .c-pagination .page-numbers.next{
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
  --tw-text-opacity: 1;
  color: rgb(154 48 154 / var(--tw-text-opacity));
  --tw-shadow: 0px 0px 20px 0px rgba(96, 20, 96, 0.1);
  --tw-shadow-colored: 0px 0px 20px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.c-pagination .c-pagination__item.prev:hover, .c-pagination .c-pagination__item.next:hover, .c-pagination .page-numbers.prev:hover, .c-pagination .page-numbers.next:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(245 234 238 / var(--tw-bg-opacity));
}
.c-pagination .c-pagination__item.prev:active, .c-pagination .c-pagination__item.next:active, .c-pagination .page-numbers.prev:active, .c-pagination .page-numbers.next:active{
  --tw-bg-opacity: 1;
  background-color: rgb(96 20 96 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 768px){
  .c-pagination .c-pagination__item.prev, .c-pagination .c-pagination__item.next, .c-pagination .page-numbers.prev, .c-pagination .page-numbers.next{
    height: 3rem;
    width: 3rem;
  }
}
.c-pagination .c-pagination__item.inactive, .c-pagination .page-numbers.inactive{
  pointer-events: none;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(189 191 199 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(189 191 199 / var(--tw-text-opacity));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.c-pagination .c-pagination__item.prev, .c-pagination .page-numbers.prev{
  margin-right: auto;
}
.c-pagination .c-pagination__item.next, .c-pagination .page-numbers.next{
  margin-left: auto;
}

.c-menu__nav-wrap{
  position: relative;
  display: flex;
  flex-direction: column;
  --tw-border-opacity: 1;
  border-color: rgb(245 255 244 / var(--tw-border-opacity));
  transition-duration: 300ms;
}

@media not all and (min-width: 768px){
  .c-menu__nav-wrap{
    pointer-events: none;
    position: absolute;
    left: -1rem;
    width: 100vw;
    --tw-translate-x: -0.5rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    border-top-width: 1px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 2.5rem;
    padding-bottom: 1rem;
    opacity: 0;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
}

@media (min-width: 768px){
  .c-menu__nav-wrap{
    flex-direction: row;
  }
}
@media not all and (min-width: 768px) {
  .c-menu__nav-wrap {
    top: calc(100% + 1px);
    height: calc(var(--vh, 1vh) * 100 - 99px);
  }
  .o-header--scroll .c-menu__nav-wrap {
    height: calc(var(--vh, 1vh) * 100 - 47px);
  }
  .c-menu__nav-wrap.open{
    pointer-events: auto;
    --tw-translate-x: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    opacity: 1;
  }
  .c-menu__nav-wrap .c-button{
    width: 100%;
  }
}

.c-menu__list{
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px){
  .c-menu__list{
    flex-direction: row;
    align-items: center;
    gap: 1.25rem;
  }
}

@media (min-width: 1024px){
  .c-menu__list{
    gap: 2.5rem;
  }
}

.menu-item{
  position: relative;
  font-size: 16px;
  line-height: 1.6;
  --tw-text-opacity: 1;
  color: rgb(47 5 46 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

@media (min-width: 768px){
  .menu-item{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}
@media not all and (min-width: 768px){
  .menu-item + .menu-item{
    margin-top: 1.5rem;
  }
}
@media (min-width: 768px){
  .menu-item:hover > .sub-menu{
    pointer-events: auto;
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    opacity: 1;
  }
}
.c-menu__list > .menu-item:hover{
  --tw-text-opacity: 1;
  color: rgb(219 149 219 / var(--tw-text-opacity));
}
.menu-item.menu-item-has-children{
  position: relative;
}
@media (min-width: 768px){
  .menu-item.menu-item-has-children{
    padding-right: 1rem;
  }
}
.menu-item.menu-item-has-children:after {
  background-image: url("../../img/icons/chevron.svg");
  position: absolute;
  right: 0px;
  top: 0.25rem;
  height: 0.75rem;
  width: 0.75rem;
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  --tw-content: "";
  content: var(--tw-content);
}
@media (min-width: 768px){
  .menu-item.menu-item-has-children:after{
    top: 1.25rem;
  }
}
.menu-item.menu-item-has-children:hover::after, .menu-item.menu-item-has-children.open-submenu::after{
  top: 2px;
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@media (min-width: 768px){
  .menu-item.menu-item-has-children:hover::after, .menu-item.menu-item-has-children.open-submenu::after{
    top: 17px;
  }
}

.sub-menu {
  top: calc(100% - 8px);
  z-index: 10;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

@media not all and (min-width: 768px){
  .sub-menu{
    height: 0px;
    overflow: hidden;
  }
}

@media (min-width: 768px){
  .sub-menu{
    pointer-events: none;
    position: absolute;
    left: 0px;
    --tw-translate-y: 0.25rem;
    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));
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    opacity: 0;
    --tw-shadow: 0px 0px 20px 0px rgba(96, 20, 96, 0.1);
    --tw-shadow-colored: 0px 0px 20px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}
.sub-menu .menu-item{
  white-space: nowrap;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(54 49 56 / var(--tw-text-opacity));
}
.sub-menu .menu-item:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(245 234 238 / var(--tw-bg-opacity));
}
@media (min-width: 768px){
  .sub-menu .menu-item{
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.sub-menu .menu-item + .menu-item{
  margin-top: 0px;
}
@media (min-width: 768px){
  .sub-menu .menu-item + .menu-item{
    margin-top: 0.5rem;
  }
}
.open-submenu .sub-menu{
  overflow: hidden;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media not all and (min-width: 768px){
  .open-submenu .sub-menu{
    margin-bottom: -1rem;
    height: auto;
  }
}

.c-main-menu__icon-wrap{
  position: relative;
  height: 1rem;
  width: 1rem;
  cursor: pointer;
}

.c-main-menu__icon-wrap.active .c-main-menu__icon-item:nth-child(1){
  top: 50%;
  --tw-translate-y: -50%;
  --tw-rotate: 45deg;
  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));
}
.c-main-menu__icon-wrap.active .c-main-menu__icon-item:nth-child(2){
  opacity: 0;
}
.c-main-menu__icon-wrap.active .c-main-menu__icon-item:nth-child(3){
  bottom: 50%;
  --tw-translate-y: 50%;
  --tw-rotate: -45deg;
  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));
}

.c-main-menu__icon-item{
  position: absolute;
  height: 1px;
  width: 100%;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(47 5 46 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.c-main-menu__icon-item:nth-child(1){
  top: 0px;
  left: 0px;
}

.c-main-menu__icon-item:nth-child(2){
  top: 50%;
  left: 0px;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.c-main-menu__icon-item:nth-child(3){
  bottom: 0px;
  left: 0px;
}

@media (min-width: 768px){
  .c-footer__nav{
    display: flex;
    align-items: center;
    gap: 1.5rem;
  }
}

@media (min-width: 1024px){
  .c-footer__nav{
    gap: 2.5rem;
  }
}
.c-footer__nav .menu-item{
  position: relative;
  font-size: 16px;
  line-height: 1.6;
  --tw-text-opacity: 1;
  color: rgb(54 49 56 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
@media not all and (min-width: 768px){
  .c-footer__nav .menu-item + .c-footer__nav .menu-item{
    margin-top: 1rem;
  }
}

.c-social{
  display: flex;
  align-items: center;
  gap: 1rem;
}

.c-social__item{
  display: flex;
  height: 2rem;
  width: 2rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.125rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.s-blog-hero .c-social__item{
  height: 1.5rem;
  width: 1.5rem;
}

.c-social__link{
  height: 2rem;
  width: 2rem;
  --tw-text-opacity: 1;
  color: rgb(54 49 56 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.c-social__link:hover{
  --tw-text-opacity: 1;
  color: rgb(47 5 46 / var(--tw-text-opacity));
}
.s-blog-hero .c-social__link{
  height: auto;
  width: auto;
}

.heateor_sss_sharing_container .heateor_sss_sharing_ul{
  margin: 0px !important;
  display: flex !important;
  align-items: center !important;
  gap: 1rem !important;
}
.heateor_sss_sharing_container a{
  float: none !important;
  margin: 0px !important;
}
.heateor_sss_sharing_container .heateor_sss_svg{
  float: none !important;
  height: 1.5rem !important;
  width: 1.5rem !important;
  border-radius: 0px !important;
  background-color: transparent !important;
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  opacity: 0.8 !important;
  transition-property: all !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}
.heateor_sss_sharing_container .heateor_sss_svg:hover{
  opacity: 1 !important;
}
.heateor_sss_sharing_container .heateor_sss_svg svg{
  display: none !important;
}
.heateor_sss_sharing_container .heateor_sss_facebook .heateor_sss_svg{
  background-image: url("../../img/icons/facebook.svg") !important;
}
.heateor_sss_sharing_container .heateor_sss_button_twitter .heateor_sss_svg{
  background-image: url("../../img/icons/twitter.svg") !important;
}
.heateor_sss_sharing_container .heateor_sss_button_linkedin .heateor_sss_svg{
  background-image: url("../../img/icons/linkedIn.svg") !important;
}
.heateor_sss_sharing_container .heateor_sss_button_instagram .heateor_sss_svg{
  background-image: url("../../img/icons/instagram.svg") !important;
}

@media (min-width: 1024px){
  .c-list-content{
    --tw-border-opacity: 1;
    border-color: rgb(189 191 199 / var(--tw-border-opacity));
  }
  .c-list-content:nth-child(odd) .c-list-content__item{
    --tw-border-opacity: 1;
    border-color: rgb(189 191 199 / var(--tw-border-opacity));
    padding-top: 2rem;
  }
  .c-list-content:nth-child(odd) .c-list-content__item:first-child{
    border-right-width: 1px;
  }
}
.c-list-content:first-child .c-list-content__item:first-child{
  border-top-width: 0px;
}
@media (min-width: 1024px){
  .c-list-content:last-child{
    border-bottom-width: 1px;
    padding-bottom: 2.5rem;
  }
  .c-list-content + .c-list-content{
    margin-top: 4rem;
    border-top-width: 1px;
    padding-top: 2.5rem;
  }
}

@media not all and (min-width: 1024px){
  .c-list-content__item{
    flex-grow: 1;
    border-top-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(189 191 199 / var(--tw-border-opacity));
  }
  .c-list-content__item:not(:has(h2)){
    margin-top: -6rem;
    border-top-width: 0px;
  }
}
@media (min-width: 768px){
  .c-list-content__item:not(:has(h2)){
    padding-top: 4rem;
  }
}

.c-wysiwyg ul{
  list-style-type: none;
}
.c-wysiwyg ul,
.c-wysiwyg ol{
  margin-bottom: 1rem;
  margin-top: 0.75rem;
}
@media (min-width: 768px){
  .c-wysiwyg ul,
.c-wysiwyg ol{
    margin-bottom: 1.5rem;
  }
}
.c-wysiwyg li{
  position: relative;
  margin-bottom: 0.75rem;
  padding-left: 14px;
  font-size: 16px;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(54 49 56 / var(--tw-text-opacity));
}
.c-wysiwyg li::after{
  position: absolute;
  left: 0px;
  top: 9px;
  height: 6px;
  width: 6px;
  border-radius: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(232 179 39 / var(--tw-bg-opacity));
  --tw-content: "";
  content: var(--tw-content);
}
.c-wysiwyg li:last-child{
  margin-bottom: 0px;
}
.c-wysiwyg li + .c-wysiwyg li{
  margin-top: 0.75rem;
}
.c-wysiwyg.c-purple-list li{
  font-size: 14px;
}
.c-wysiwyg.c-purple-list li::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(154 48 154 / var(--tw-bg-opacity));
}
@media (min-width: 768px){
  .c-wysiwyg.c-purple-list li{
    font-size: 16px;
  }
}
.c-wysiwyg.c-purple-list p{
  font-size: 14px;
}
@media (min-width: 768px){
  .c-wysiwyg.c-purple-list p{
    font-size: 16px;
  }
}
.c-wysiwyg h1, .c-wysiwyg h2, .c-wysiwyg h3, .c-wysiwyg h4, .c-wysiwyg h5, .c-wysiwyg h6{
  margin-bottom: 1rem;
}
@media (min-width: 768px){
  .c-wysiwyg h1, .c-wysiwyg h2, .c-wysiwyg h3, .c-wysiwyg h4, .c-wysiwyg h5, .c-wysiwyg h6{
    margin-bottom: 1.5rem;
  }
}

.с-accordion-icon{
  height: 17px;
  width: 17px;
  flex-shrink: 0;
}
.с-accordion-icon::after{
  display: block;
  height: 100%;
  width: 100%;
  background-image: url("../../img/icons/plus.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  --tw-content: "";
  content: var(--tw-content);
}

.JS-accordion__item-header.active .с-accordion-icon::after{
  background-image: url("../../img/icons/minus.svg");
}

.JS-accordion__item-body .c-wysiwyg{
  font-size: 14px;
}

@media (min-width: 768px){
  .JS-accordion__item-body .c-wysiwyg{
    font-size: 16px;
  }
}

.c-ajax-loader {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  display: none;
  z-index: 10;
}

.c-ajax-loader__circle {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 40px;
  margin: auto;
  border: 6px solid #9FA0BB;
  border-radius: 50%;
  border-top: 6px solid #C1C9E0;
  z-index: 99;
}

.c-no-result{
  position: absolute;
  top: 40%;
  left: 0px;
  right: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  text-align: center;
  font-size: 20px;
}

@media (min-width: 768px){
  .c-no-result{
    font-size: 24px;
  }
}

.c-form form{
  position: relative;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.c-form form label{
  padding-left: 1rem;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
}
.c-form form input,
.c-form form textarea{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.c-form form input:focus,
.c-form form textarea:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.c-form form input:focus-visible,
.c-form form textarea:focus-visible{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.c-form form input[type=number] {
  -moz-appearance: textfield;
}
.c-form form input[type=number]::-webkit-outer-spin-button,
.c-form form input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
  display: none;
}
.c-form form br{
  display: none;
}
.c-form form input[type=submit]{
  display: inline-block;
  width: 100%;
  flex-shrink: 0;
  cursor: pointer;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(96 20 96 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(96 20 96 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 2rem;
  padding-right: 2rem;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.c-form form input[type=submit]:hover{
  --tw-border-opacity: 1;
  border-color: rgb(154 48 154 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(154 48 154 / var(--tw-bg-opacity));
}
.c-form form input[type=submit]:active{
  --tw-border-opacity: 1;
  border-color: rgb(47 5 46 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(47 5 46 / var(--tw-bg-opacity));
}
@media (min-width: 768px){
  .c-form form input[type=submit]{
    margin-top: 1.5rem;
  }
}
.c-form form input:not([type=file]):not([type=checkbox]):not([type=submit]),
.c-form form textarea{
  margin-top: 0.25rem;
  display: inline-block;
  width: 100%;
  flex-shrink: 0;
  resize: none;
  border-radius: 0.25rem;
  border-width: 1px;
  border-color: transparent;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(47 5 46 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.c-form form input:not([type=file]):not([type=checkbox]):not([type=submit]):focus,
.c-form form textarea:focus{
  --tw-border-opacity: 1;
  border-color: rgb(154 48 154 / var(--tw-border-opacity));
}
.c-form form input:not([type=file]):not([type=checkbox]):not([type=submit]):focus::-moz-placeholder, .c-form form textarea:focus::-moz-placeholder{
  opacity: 0;
}
.c-form form input:not([type=file]):not([type=checkbox]):not([type=submit]):focus::placeholder,
.c-form form textarea:focus::placeholder{
  opacity: 0;
}
.c-form form input:not([type=file]):not([type=checkbox]):not([type=submit])::-moz-placeholder, .c-form form textarea::-moz-placeholder{
  font-size: 16px;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(189 191 199 / var(--tw-text-opacity));
  -moz-transition-property: all;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.c-form form input:not([type=file]):not([type=checkbox]):not([type=submit])::placeholder,
.c-form form textarea::placeholder{
  font-size: 16px;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(189 191 199 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.c-form form input:not([type=file]):not([type=checkbox]):not([type=submit]).wpcf7-not-valid,
.c-form form textarea.wpcf7-not-valid{
  --tw-border-opacity: 1;
  border-color: rgb(223 0 0 / var(--tw-border-opacity));
}
.c-form form textarea{
  height: 160px;
}
@media (min-width: 768px){
  .c-form form textarea{
    height: 136px;
  }
}
.c-form form .wpcf7-spinner{
  display: none;
}
.c-form form .wpcf7-not-valid-tip{
  padding-left: 1rem;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(223 0 0 / var(--tw-text-opacity));
}
.c-form form .wpcf7-response-output{
  margin: 0px;
  margin-top: 0.5rem;
  border-style: none;
  padding: 0px;
  font-size: 14px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(54 49 56 / var(--tw-text-opacity));
}
@media (min-width: 768px){
  .c-form form .wpcf7-response-output{
    font-size: 16px;
  }
}
.c-form form.invalid .wpcf7-response-output{
  --tw-text-opacity: 1;
  color: rgb(232 179 39 / var(--tw-text-opacity));
}
.c-form form.sent .wpcf7-response-output{
  position: absolute;
  left: 0px;
  bottom: 0px;
  margin: 0px;
  display: flex;
  min-height: 50px;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(19 138 30 / var(--tw-bg-opacity));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.c-form form.sent .wpcf7-response-output.hidden-block{
  display: none;
}
.c-form form.failed .wpcf7-response-output{
  --tw-text-opacity: 1;
  color: rgb(226 83 83 / var(--tw-text-opacity));
}
.c-form form.submitting, .c-form form.resetting{
  pointer-events: none;
  opacity: 0.6;
}
.c-form form.wpcf7-form{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.c-form form.wpcf7-form p{
  width: 100%;
}
@media (min-width: 768px){
  .c-form form.wpcf7-form p:has(input[name=last-name]), .c-form form.wpcf7-form p:has(input[name=first-name]){
    margin-top: 0px;
    width: 48%;
  }
}

.c-form-donate form{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.c-form-donate form label{
  padding-left: 1rem;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
}
.c-form-donate form span{
  margin-bottom: 0.25rem;
  display: block;
  width: 100%;
  padding-left: 1rem;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
}
.c-form-donate form input,
.c-form-donate form textarea{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.c-form-donate form input:focus,
.c-form-donate form textarea:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.c-form-donate form input:focus-visible,
.c-form-donate form textarea:focus-visible{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.c-form-donate form input[type=number] {
  -moz-appearance: textfield;
}
.c-form-donate form input[type=number]::-webkit-outer-spin-button,
.c-form-donate form input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
  display: none;
}
.c-form-donate form input[type=submit]{
  margin-top: 2.5rem;
  display: inline-block;
  width: 100%;
  flex-shrink: 0;
  cursor: pointer;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(96 20 96 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(96 20 96 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 2rem;
  padding-right: 2rem;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.c-form-donate form input[type=submit]:hover{
  --tw-border-opacity: 1;
  border-color: rgb(154 48 154 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(154 48 154 / var(--tw-bg-opacity));
}
.c-form-donate form input[type=submit]:active{
  --tw-border-opacity: 1;
  border-color: rgb(47 5 46 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(47 5 46 / var(--tw-bg-opacity));
}
.c-form-donate form input:not([type=file]):not([type=checkbox]):not([type=submit]):not([type=radio]),
.c-form-donate form textarea{
  margin-top: 0.25rem;
  display: inline-block;
  width: 100%;
  flex-shrink: 0;
  resize: none;
  border-radius: 0.25rem;
  border-width: 1px;
  border-color: transparent;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(47 5 46 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.c-form-donate form input:not([type=file]):not([type=checkbox]):not([type=submit]):not([type=radio]):focus,
.c-form-donate form textarea:focus{
  --tw-border-opacity: 1;
  border-color: rgb(154 48 154 / var(--tw-border-opacity));
}
.c-form-donate form input:not([type=file]):not([type=checkbox]):not([type=submit]):not([type=radio]):focus::-moz-placeholder, .c-form-donate form textarea:focus::-moz-placeholder{
  opacity: 0;
}
.c-form-donate form input:not([type=file]):not([type=checkbox]):not([type=submit]):not([type=radio]):focus::placeholder,
.c-form-donate form textarea:focus::placeholder{
  opacity: 0;
}
.c-form-donate form input:not([type=file]):not([type=checkbox]):not([type=submit]):not([type=radio])::-moz-placeholder, .c-form-donate form textarea::-moz-placeholder{
  font-size: 16px;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(189 191 199 / var(--tw-text-opacity));
  -moz-transition-property: all;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.c-form-donate form input:not([type=file]):not([type=checkbox]):not([type=submit]):not([type=radio])::placeholder,
.c-form-donate form textarea::placeholder{
  font-size: 16px;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(189 191 199 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.c-form-donate form textarea{
  height: 160px;
}
@media (min-width: 768px){
  .c-form-donate form textarea{
    height: 136px;
  }
}
.c-form-donate form input[type=radio]{
  position: absolute;
  z-index: -10;
  min-height: 0px;
  opacity: 0;
}
.c-form-donate form input[type=radio] + label{
  display: inline-block;
  width: 100%;
  cursor: pointer;
  border-radius: 0.25rem;
  border-width: 1px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(54 49 56 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.c-form-donate form input[type=radio] + label:hover{
  --tw-border-opacity: 1;
  border-color: rgb(154 48 154 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(154 48 154 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.c-form-donate form input[type=radio]:checked + label{
  --tw-border-opacity: 1;
  border-color: rgb(154 48 154 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(154 48 154 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.c-form-donate form p{
  margin: 0px;
  margin-bottom: 1rem;
  width: 100%;
}
.c-form-donate form p:last-child{
  margin-bottom: 0px;
}
.c-form-donate form p:has(input[name=payment]){
  margin-top: 0px;
  width: 48%;
}
.c-form-donate form p:has(input[type=radio][name=amount]), .c-form-donate form p:has(input[type=radio][name=another]){
  width: 48%;
}
@media (min-width: 768px){
  .c-form-donate form p:has(input[type=radio][name=amount]), .c-form-donate form p:has(input[type=radio][name=another]){
    width: 22%;
  }
  .c-form-donate form p:has(input[name=last_name]), .c-form-donate form p:has(input[name=first_name]){
    width: 48%;
  }
}
.c-form-donate .error-message{
  margin-top: 0.5rem;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(226 83 83 / var(--tw-text-opacity));
}
.c-form-donate .c-ajax-loader {
  background-color: rgba(255, 255, 255, 0.3);
}

.c-form-donate--mollie form{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.c-form-donate--mollie form.submitting{
  pointer-events: none;
  opacity: 0.75;
}
.c-form-donate--mollie form label{
  display: block;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
}
.c-form-donate--mollie form br{
  display: none;
}
.c-form-donate--mollie form input,
.c-form-donate--mollie form textarea{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.c-form-donate--mollie form input:focus,
.c-form-donate--mollie form textarea:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.c-form-donate--mollie form input:focus-visible,
.c-form-donate--mollie form textarea:focus-visible{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.c-form-donate--mollie form input[type=number] {
  -moz-appearance: textfield;
}
.c-form-donate--mollie form input[type=number]::-webkit-outer-spin-button,
.c-form-donate--mollie form input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
  display: none;
}
.c-form-donate--mollie form button[type=submit]{
  margin-top: 1.5rem;
  display: inline-block;
  width: 100%;
  flex-shrink: 0;
  cursor: pointer;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(96 20 96 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(96 20 96 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 2rem;
  padding-right: 2rem;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.c-form-donate--mollie form button[type=submit]:hover{
  --tw-border-opacity: 1;
  border-color: rgb(154 48 154 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(154 48 154 / var(--tw-bg-opacity));
}
.c-form-donate--mollie form button[type=submit]:active{
  --tw-border-opacity: 1;
  border-color: rgb(47 5 46 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(47 5 46 / var(--tw-bg-opacity));
}
.c-form-donate--mollie form input:not([type=file]):not([type=checkbox]):not([type=submit]):not([type=radio]),
.c-form-donate--mollie form textarea{
  margin-top: 0.25rem;
  display: inline-block;
  width: 100%;
  flex-shrink: 0;
  resize: none;
  border-radius: 0.25rem;
  border-width: 1px;
  border-color: transparent;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(47 5 46 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.c-form-donate--mollie form input:not([type=file]):not([type=checkbox]):not([type=submit]):not([type=radio]):focus,
.c-form-donate--mollie form textarea:focus{
  --tw-border-opacity: 1;
  border-color: rgb(154 48 154 / var(--tw-border-opacity));
}
.c-form-donate--mollie form input:not([type=file]):not([type=checkbox]):not([type=submit]):not([type=radio]):focus::-moz-placeholder, .c-form-donate--mollie form textarea:focus::-moz-placeholder{
  opacity: 0;
}
.c-form-donate--mollie form input:not([type=file]):not([type=checkbox]):not([type=submit]):not([type=radio]):focus::placeholder,
.c-form-donate--mollie form textarea:focus::placeholder{
  opacity: 0;
}
.c-form-donate--mollie form input:not([type=file]):not([type=checkbox]):not([type=submit]):not([type=radio])::-moz-placeholder, .c-form-donate--mollie form textarea::-moz-placeholder{
  font-size: 16px;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(189 191 199 / var(--tw-text-opacity));
  -moz-transition-property: all;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.c-form-donate--mollie form input:not([type=file]):not([type=checkbox]):not([type=submit]):not([type=radio])::placeholder,
.c-form-donate--mollie form textarea::placeholder{
  font-size: 16px;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(189 191 199 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.c-form-donate--mollie form textarea{
  height: 160px;
}
@media (min-width: 768px){
  .c-form-donate--mollie form textarea{
    height: 136px;
  }
}
.c-form-donate--mollie form .payment-regularity-labels-parent{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.25rem;
}
.c-form-donate--mollie form .payment-regularity-labels-parent > label{
  width: 100%;
}
.c-form-donate--mollie form .payment-amount{
  margin-top: -0.75rem !important;
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: space-between !important;
  gap: 0.75rem !important;
}
.c-form-donate--mollie form .payment-amount + p{
  margin-top: 1rem;
  margin-bottom: 0px;
}
.c-form-donate--mollie form .payment-amount li{
  width: 100%;
}
@media (min-width: 420px){
  .c-form-donate--mollie form .payment-amount li{
    width: 48%;
  }
}
.c-form-donate--mollie form .payment-amount label{
  height: 100%;
  padding: 0px;
}
.c-form-donate--mollie form label input[type=radio]{
  position: absolute;
  z-index: -10;
  min-height: 0px;
  opacity: 0;
}
.c-form-donate--mollie form label input[type=radio] + span{
  display: inline-block;
  height: 100%;
  width: 100%;
  cursor: pointer;
  border-radius: 0.25rem;
  border-width: 1px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(54 49 56 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.c-form-donate--mollie form label input[type=radio] + span:hover{
  --tw-border-opacity: 1;
  border-color: rgb(154 48 154 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(154 48 154 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.c-form-donate--mollie form label input[type=radio]:checked + span{
  --tw-border-opacity: 1;
  border-color: rgb(154 48 154 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(154 48 154 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.c-form-donate--mollie form label.payment-regularity-label{
  margin: 0px;
  width: 48%;
  padding: 0px;
}
.c-form-donate--mollie form p{
  margin: 0px;
  margin-bottom: 1rem;
  width: 100%;
}
.c-form-donate--mollie form p:last-child{
  margin-bottom: 0px;
}
@media (min-width: 768px){
  .c-form-donate--mollie form p:has(input.first-name), .c-form-donate--mollie form p:has(input.last-name){
    width: 48%;
  }
}
.c-form-donate--mollie form .payment-method{
  margin-top: -0.75rem !important;
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: space-between !important;
  gap: 0.75rem !important;
}
.c-form-donate--mollie form .payment-method li{
  width: 100%;
}
.c-form-donate--mollie form .payment-method li label{
  display: flex;
  cursor: pointer;
  align-items: center;
  gap: 0.375rem;
}
.c-form-donate--mollie form .payment-method li input[type=radio]{
  position: relative;
  z-index: 10;
  display: flex;
  height: 1.25rem;
  width: 1.25rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  opacity: 1;
}
.c-form-donate--mollie form .payment-method li input[type=radio]:before{
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  height: 100%;
  width: 100%;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(154 48 154 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-content: "";
  content: var(--tw-content);
}
.c-form-donate--mollie form .payment-method li input[type=radio]::after{
  position: absolute;
  top: 3px;
  left: 3px;
  z-index: 10;
  display: none;
  height: 0.875rem;
  width: 0.875rem;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(154 48 154 / var(--tw-bg-opacity));
  --tw-content: "";
  content: var(--tw-content);
}
.c-form-donate--mollie form .payment-method li input[type=radio]:checked::after{
  display: block;
}
.c-form-donate--mollie form label input[type=checkbox]{
  position: relative;
  z-index: 10;
  margin-top: 0.75rem;
  height: 1.25rem;
  width: 1.25rem;
  cursor: pointer;
  border-width: 0px;
  opacity: 1;
}
.c-form-donate--mollie form label input[type=checkbox]:before{
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  height: 100%;
  width: 100%;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(154 48 154 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-content: "";
  content: var(--tw-content);
}
.c-form-donate--mollie form label input[type=checkbox]::after{
  position: absolute;
  top: 3px;
  left: 3px;
  z-index: 10;
  display: none;
  height: 0.875rem;
  width: 0.875rem;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(154 48 154 / var(--tw-bg-opacity));
  --tw-content: "";
  content: var(--tw-content);
}
.c-form-donate--mollie form label input[type=checkbox]:checked::after{
  display: block;
}
.c-form-donate--mollie form .mollie-forms-required{
  --tw-text-opacity: 1;
  color: rgb(223 0 0 / var(--tw-text-opacity));
}
.c-form-donate--mollie form .c-ajax-loader {
  background-color: rgba(255, 255, 255, 0.3);
}

.c-popup__wrap{
  pointer-events: none;
  z-index: 60;
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.c-popup__wrap.open{
  pointer-events: auto;
  opacity: 1;
}

@media (min-width: 768px){
  .c-popup .c-form p:has(input[type=submit]){
    width: 48%;
  }
}

.c-bank-transfer .JS-currency-btn{
  width: 100%;
  cursor: pointer;
  border-radius: 0.25rem;
  border-width: 1px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0.5rem;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(54 49 56 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.c-bank-transfer .JS-currency-btn:hover{
  --tw-border-opacity: 1;
  border-color: rgb(154 48 154 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(154 48 154 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .c-bank-transfer .JS-currency-btn{
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.c-bank-transfer .JS-currency-btn.active{
  --tw-border-opacity: 1;
  border-color: rgb(154 48 154 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(154 48 154 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.c-bank-transfer .JS-transfer-type{
  display: none;
}
.c-bank-transfer .JS-transfer-type.hidding{
  display: none;
}
.c-bank-transfer .JS-transfer-type.active{
  display: block;
}
.c-bank-transfer .JS-copy-item{
  margin-bottom: 1rem;
}
.c-bank-transfer .JS-copy-item:last-child{
  margin-bottom: 0px;
}
.c-bank-transfer .JS-copy-text{
  word-break: break-all;
}
.c-bank-transfer .JS-copy-btn{
  position: relative;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 0.25rem;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
}
.c-bank-transfer .JS-copy-btn::after{
  position: absolute;
  top: 0px;
  left: -5px;
  display: flex;
  height: 100%;
  width: 110%;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(245 234 238 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(54 49 56 / var(--tw-text-opacity));
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  --tw-content: "✔";
  content: var(--tw-content);
}
.c-bank-transfer .JS-copy-btn.copied::after{
  opacity: 1;
}

.s-video__content{
  position: relative;
  height: 200px;
}

@media (min-width: 640px){
  .s-video__content{
    height: 300px;
  }
}

@media (min-width: 768px){
  .s-video__content{
    height: 470px;
  }
}
.s-video__content .JS-video-btn{
  cursor: pointer;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.s-video__content .JS-video-btn:hover{
  opacity: 0.7;
}
.s-video__content .JS-video-item{
  height: 100%;
  width: 100%;
  border-radius: 1rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.s-video__video-cover{
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
}

.s-slider .JS-slider .swiper-slide{
  width: auto !important;
}

.for-sections-bg{
  background-color: rgb(245 234 238 / var(--tw-bg-opacity));
  background-color: rgb(243 244 255 / var(--tw-bg-opacity));
  background-color: rgb(245 255 244 / var(--tw-bg-opacity));
  background-color: rgb(251 243 234 / var(--tw-bg-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(96 20 96 / var(--tw-bg-opacity));
}

.o-header.o-header--scroll .o-header-top{
  top: -2.25rem;
}
.o-header.o-header--scroll .o-header__main-content{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.o-header.o-header--scroll .o-header__main{
  padding-top: 0px;
}

.o-header-top{
  position: absolute;
  left: 0px;
  top: 0px;
  height: 2.25rem;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(47 5 46 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 100ms;
}
.o-header-top + .o-header__main{
  padding-top: 2.25rem;
}

.o-header__main{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 100ms;
}

.o-header__main-content{
  padding-top: 1rem;
  padding-bottom: 1rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 100ms;
}

@media (min-width: 768px){
  .o-header__main-content{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

.o-footer{
  margin-top: 3rem;
}

@media (min-width: 768px){
  .o-footer{
    margin-top: 4rem;
  }
}

/*
* 7 - Gutenberg Blocks
*/
.has-text-align-center {
  text-align: center;
}
.has-text-align-right {
  text-align: right;
}

.has-white-color {
  color: #fff;
}

.wp-block-image .aligncenter img {
  margin: 0 auto;
}

.wp-block-embed.is-type-video .wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.wp-block-embed.is-type-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wp-block-video video {
  width: 100%;
}

.static{
  position: static;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.sticky{
  position: sticky;
}

.top-0{
  top: 0px;
}

.left-0{
  left: 0px;
}

.-bottom-\[24px\]{
  bottom: -24px;
}

.right-0{
  right: 0px;
}

.top-2{
  top: 0.5rem;
}

.top-1\/2{
  top: 50%;
}

.left-1\/2{
  left: 50%;
}

.top-\[14px\]{
  top: 14px;
}

.z-50{
  z-index: 50;
}

.z-10{
  z-index: 10;
}

.z-\[2\]{
  z-index: 2;
}

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

.mx-4{
  margin-left: 1rem;
  margin-right: 1rem;
}

.mb-6{
  margin-bottom: 1.5rem;
}

.mb-4{
  margin-bottom: 1rem;
}

.mb-10{
  margin-bottom: 2.5rem;
}

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

.mb-1{
  margin-bottom: 0.25rem;
}

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

.mb-12{
  margin-bottom: 3rem;
}

.mb-3{
  margin-bottom: 0.75rem;
}

.mb-2{
  margin-bottom: 0.5rem;
}

.mt-10{
  margin-top: 2.5rem;
}

.mb-0{
  margin-bottom: 0px;
}

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

.mt-16{
  margin-top: 4rem;
}

.mt-12{
  margin-top: 3rem;
}

.mb-8{
  margin-bottom: 2rem;
}

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

.mr-2{
  margin-right: 0.5rem;
}

.mt-5{
  margin-top: 1.25rem;
}

.block{
  display: block;
}

.inline-block{
  display: inline-block;
}

.flex{
  display: flex;
}

.table{
  display: table;
}

.grid{
  display: grid;
}

.contents{
  display: contents;
}

.hidden{
  display: none;
}

.h-0{
  height: 0px;
}

.h-1{
  height: 0.25rem;
}

.h-2{
  height: 0.5rem;
}

.h-4{
  height: 1rem;
}

.h-5{
  height: 1.25rem;
}

.h-6{
  height: 1.5rem;
}

.h-8{
  height: 2rem;
}

.h-10{
  height: 2.5rem;
}

.h-12{
  height: 3rem;
}

.h-16{
  height: 4rem;
}

.h-20{
  height: 5rem;
}

.h-24{
  height: 6rem;
}

.h-120{
  height: 120px;
}

.h-32{
  height: 8rem;
}

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

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

.h-full{
  height: 100%;
}

.h-3{
  height: 0.75rem;
}

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

.h-150{
  height: 150px;
}

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

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

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

.h-200{
  height: 200px;
}

.min-h-\[575px\]{
  min-height: 575px;
}

.min-h-\[200px\]{
  min-height: 200px;
}

.min-h-\[270px\]{
  min-height: 270px;
}

.min-h-\[464px\]{
  min-height: 464px;
}

.w-full{
  width: 100%;
}

.w-24{
  width: 6rem;
}

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

.w-20{
  width: 5rem;
}

.w-3{
  width: 0.75rem;
}

.w-auto{
  width: auto;
}

.w-200{
  width: 200px;
}

.w-\[48px\]{
  width: 48px;
}

.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}

.w-\[12px\]{
  width: 12px;
}

.w-\[22px\]{
  width: 22px;
}

.w-12{
  width: 3rem;
}

.max-w-\[378px\]{
  max-width: 378px;
}

.max-w-994{
  max-width: 994px;
}

.max-w-585{
  max-width: 585px;
}

.max-w-\[481px\]{
  max-width: 481px;
}

.max-w-\[584px\]{
  max-width: 584px;
}

.max-w-\[530px\]{
  max-width: 530px;
}

.max-w-790{
  max-width: 790px;
}

.max-w-590{
  max-width: 590px;
}

.max-w-\[521px\]{
  max-width: 521px;
}

.max-w-\[320px\]{
  max-width: 320px;
}

.max-w-794{
  max-width: 794px;
}

.max-w-710{
  max-width: 710px;
}

.max-w-xl{
  max-width: 36rem;
}

.max-w-\[428px\]{
  max-width: 428px;
}

.shrink-0{
  flex-shrink: 0;
}

.grow{
  flex-grow: 1;
}

.-translate-x-1\/2{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1\/2{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@keyframes spin{
  to{
    transform: rotate(360deg);
  }
}

.animate-spin{
  animation: spin 1s linear infinite;
}

.cursor-pointer{
  cursor: pointer;
}

.resize{
  resize: both;
}

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

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

.flex-col-reverse{
  flex-direction: column-reverse;
}

.flex-wrap{
  flex-wrap: wrap;
}

.place-content-stretch{
  place-content: stretch;
}

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

.items-end{
  align-items: flex-end;
}

.items-center{
  align-items: center;
}

.items-stretch{
  align-items: stretch;
}

.justify-start{
  justify-content: flex-start;
}

.justify-end{
  justify-content: flex-end;
}

.justify-center{
  justify-content: center;
}

.justify-between{
  justify-content: space-between;
}

.gap-7{
  gap: 1.75rem;
}

.gap-4{
  gap: 1rem;
}

.gap-6{
  gap: 1.5rem;
}

.gap-10{
  gap: 2.5rem;
}

.gap-12{
  gap: 3rem;
}

.gap-5{
  gap: 1.25rem;
}

.gap-\[65px\]{
  gap: 65px;
}

.gap-8{
  gap: 2rem;
}

.gap-3{
  gap: 0.75rem;
}

.gap-2\.5{
  gap: 0.625rem;
}

.gap-2{
  gap: 0.5rem;
}

.gap-1{
  gap: 0.25rem;
}

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

.gap-y-3{
  row-gap: 0.75rem;
}

.gap-y-12{
  row-gap: 3rem;
}

.gap-x-10{
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}

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

.overflow-hidden{
  overflow: hidden;
}

.overflow-visible{
  overflow: visible;
}

.overflow-y-scroll{
  overflow-y: scroll;
}

.rounded-2xl{
  border-radius: 1rem;
}

.rounded-full{
  border-radius: 9999px;
}

.rounded{
  border-radius: 0.25rem;
}

.border{
  border-width: 1px;
}

.border-0{
  border-width: 0px;
}

.border-t{
  border-top-width: 1px;
}

.border-b{
  border-bottom-width: 1px;
}

.border-r{
  border-right-width: 1px;
}

.border-grey-200{
  --tw-border-opacity: 1;
  border-color: rgb(189 191 199 / var(--tw-border-opacity));
}

.border-purple-500{
  --tw-border-opacity: 1;
  border-color: rgb(47 5 46 / var(--tw-border-opacity));
}

.border-purple-300{
  --tw-border-opacity: 1;
  border-color: rgb(154 48 154 / var(--tw-border-opacity));
}

.border-light-200{
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity));
}

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

.bg-orange-100{
  --tw-bg-opacity: 1;
  background-color: rgb(251 243 234 / var(--tw-bg-opacity));
}

.bg-purple-100{
  --tw-bg-opacity: 1;
  background-color: rgb(245 234 238 / var(--tw-bg-opacity));
}

.bg-blue-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 255 / var(--tw-bg-opacity));
}

.bg-green-100{
  --tw-bg-opacity: 1;
  background-color: rgb(238 255 238 / var(--tw-bg-opacity));
}

.bg-purple-400{
  --tw-bg-opacity: 1;
  background-color: rgb(96 20 96 / var(--tw-bg-opacity));
}

.bg-grey-400\/40{
  background-color: rgb(54 49 56 / 0.4);
}

.bg-contain{
  background-size: contain;
}

.bg-cover{
  background-size: cover;
}

.bg-center{
  background-position: center;
}

.bg-no-repeat{
  background-repeat: no-repeat;
}

.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}

.p-10{
  padding: 2.5rem;
}

.p-4{
  padding: 1rem;
}

.p-2{
  padding: 0.5rem;
}

.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}

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

.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

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

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

.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.pb-5{
  padding-bottom: 1.25rem;
}

.pr-4{
  padding-right: 1rem;
}

.pr-5{
  padding-right: 1.25rem;
}

.pb-6{
  padding-bottom: 1.5rem;
}

.pr-6{
  padding-right: 1.5rem;
}

.pt-4{
  padding-top: 1rem;
}

.pb-10{
  padding-bottom: 2.5rem;
}

.pt-12{
  padding-top: 3rem;
}

.pt-6{
  padding-top: 1.5rem;
}

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

.font-headings{
  font-family: Manrope, sans-serif;
}

.font-default{
  font-family: Inter, sans-serif;
}

.text-xs{
  font-size: 12px;
}

.text-base{
  font-size: 16px;
}

.text-lg{
  font-size: 28px;
}

.text-mid{
  font-size: 20px;
}

.text-sm{
  font-size: 14px;
}

.text-\[24px\]{
  font-size: 24px;
}

.font-medium{
  font-weight: 500;
}

.font-extrabold{
  font-weight: 800;
}

.font-semibold{
  font-weight: 600;
}

.font-normal{
  font-weight: 400;
}

.font-bold{
  font-weight: 700;
}

.uppercase{
  text-transform: uppercase;
}

.italic{
  font-style: italic;
}

.leading-15{
  line-height: 1.5;
}

.leading-125{
  line-height: 1.25;
}

.leading-14{
  line-height: 1.4;
}

.leading-12{
  line-height: 1.2;
}

.leading-143{
  line-height: 1.43;
}

.leading-16{
  line-height: 1.6;
}

.leading-13{
  line-height: 1.3;
}

.text-purple-500{
  --tw-text-opacity: 1;
  color: rgb(47 5 46 / var(--tw-text-opacity));
}

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

.text-blue{
  --tw-text-opacity: 1;
  color: rgb(62 79 235 / var(--tw-text-opacity));
}

.text-purple-400{
  --tw-text-opacity: 1;
  color: rgb(96 20 96 / var(--tw-text-opacity));
}

.text-green-300{
  --tw-text-opacity: 1;
  color: rgb(19 138 30 / var(--tw-text-opacity));
}

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

.text-purple-300{
  --tw-text-opacity: 1;
  color: rgb(154 48 154 / var(--tw-text-opacity));
}

.text-light-100{
  --tw-text-opacity: 1;
  color: rgb(247 247 247 / var(--tw-text-opacity));
}

.text-grey-400{
  --tw-text-opacity: 1;
  color: rgb(54 49 56 / var(--tw-text-opacity));
}

.text-grey-300{
  --tw-text-opacity: 1;
  color: rgb(120 114 121 / var(--tw-text-opacity));
}

.text-orange-300{
  --tw-text-opacity: 1;
  color: rgb(232 179 39 / var(--tw-text-opacity));
}

.text-grey-500{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

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

.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

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

.duration-300{
  transition-duration: 300ms;
}

.last\:border-0:last-child{
  border-width: 0px;
}

.last\:pb-0:last-child{
  padding-bottom: 0px;
}

.hover\:border-0:hover{
  border-width: 0px;
}

.hover\:bg-orange-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(251 243 234 / var(--tw-bg-opacity));
}

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

.hover\:opacity-80:hover{
  opacity: 0.8;
}

@media not all and (min-width: 1024px){
  .max-lg\:gap-10{
    gap: 2.5rem;
  }
  .max-lg\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .max-lg\:text-center{
    text-align: center;
  }
}

@media not all and (min-width: 768px){
  .max-md\:order-1{
    order: 1;
  }
  .max-md\:mb-4{
    margin-bottom: 1rem;
  }
  .max-md\:mt-2{
    margin-top: 0.5rem;
  }
  .max-md\:mt-10{
    margin-top: 2.5rem;
  }
  .max-md\:mb-10{
    margin-bottom: 2.5rem;
  }
  .max-md\:hidden{
    display: none;
  }
  .max-md\:flex-grow{
    flex-grow: 1;
  }
  .max-md\:items-center{
    align-items: center;
  }
  .max-md\:justify-center{
    justify-content: center;
  }
  .max-md\:rounded-b-2xl{
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }
  .max-md\:border-b{
    border-bottom-width: 1px;
  }
  .max-md\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .max-md\:pt-10{
    padding-top: 2.5rem;
  }
  .max-md\:pb-12{
    padding-bottom: 3rem;
  }
  .max-md\:text-center{
    text-align: center;
  }
  .max-md\:first\:border-t-0:first-child{
    border-top-width: 0px;
  }
  .first\:max-md\:border-t-0:first-child{
    border-top-width: 0px;
  }
  .last\:max-md\:border-b-0:last-child{
    border-bottom-width: 0px;
  }
  .last\:max-md\:pb-0:last-child{
    padding-bottom: 0px;
  }
}

@media (min-width: 640px){
  .sm\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }
  .sm\:h-\[300px\]{
    height: 300px;
  }
  .sm\:max-w-590{
    max-width: 590px;
  }
  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:text-center{
    text-align: center;
  }
}

@media (min-width: 768px){
  .md\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }
  .md\:mx-6{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .md\:mb-16{
    margin-bottom: 4rem;
  }
  .md\:mt-4{
    margin-top: 1rem;
  }
  .md\:mt-10{
    margin-top: 2.5rem;
  }
  .md\:mr-0{
    margin-right: 0px;
  }
  .md\:ml-auto{
    margin-left: auto;
  }
  .md\:mt-6{
    margin-top: 1.5rem;
  }
  .md\:mb-4{
    margin-bottom: 1rem;
  }
  .md\:mb-10{
    margin-bottom: 2.5rem;
  }
  .md\:mt-16{
    margin-top: 4rem;
  }
  .md\:mb-8{
    margin-bottom: 2rem;
  }
  .md\:mt-8{
    margin-top: 2rem;
  }
  .md\:mt-\[120px\]{
    margin-top: 120px;
  }
  .md\:ml-5{
    margin-left: 1.25rem;
  }
  .md\:flex{
    display: flex;
  }
  .md\:grid{
    display: grid;
  }
  .md\:hidden{
    display: none;
  }
  .md\:h-0{
    height: 0px;
  }
  .md\:h-1{
    height: 0.25rem;
  }
  .md\:h-2{
    height: 0.5rem;
  }
  .md\:h-4{
    height: 1rem;
  }
  .md\:h-5{
    height: 1.25rem;
  }
  .md\:h-6{
    height: 1.5rem;
  }
  .md\:h-8{
    height: 2rem;
  }
  .md\:h-10{
    height: 2.5rem;
  }
  .md\:h-12{
    height: 3rem;
  }
  .md\:h-16{
    height: 4rem;
  }
  .md\:h-20{
    height: 5rem;
  }
  .md\:h-24{
    height: 6rem;
  }
  .md\:h-120{
    height: 120px;
  }
  .md\:h-32{
    height: 8rem;
  }
  .md\:h-\[464px\]{
    height: 464px;
  }
  .md\:h-\[380px\]{
    height: 380px;
  }
  .md\:h-280{
    height: 280px;
  }
  .md\:h-\[72px\]{
    height: 72px;
  }
  .md\:h-\[280px\]{
    height: 280px;
  }
  .md\:h-400{
    height: 400px;
  }
  .md\:h-\[480px\]{
    height: 480px;
  }
  .md\:min-h-\[771px\]{
    min-height: 771px;
  }
  .md\:w-8\/12{
    width: 66.666667%;
  }
  .md\:w-1\/2{
    width: 50%;
  }
  .md\:w-5\/12{
    width: 41.666667%;
  }
  .md\:w-380{
    width: 380px;
  }
  .md\:w-1\/4{
    width: 25%;
  }
  .md\:w-\[72px\]{
    width: 72px;
  }
  .md\:w-\[48\%\]{
    width: 48%;
  }
  .md\:max-w-\[481px\]{
    max-width: 481px;
  }
  .md\:max-w-\[520px\]{
    max-width: 520px;
  }
  .md\:max-w-\[276px\]{
    max-width: 276px;
  }
  .md\:max-w-\[600px\]{
    max-width: 600px;
  }
  .md\:max-w-\[409px\]{
    max-width: 409px;
  }
  .md\:max-w-xl{
    max-width: 36rem;
  }
  .md\:max-w-none{
    max-width: none;
  }
  .md\:max-w-\[584px\]{
    max-width: 584px;
  }
  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .md\:flex-row{
    flex-direction: row;
  }
  .md\:flex-row-reverse{
    flex-direction: row-reverse;
  }
  .md\:items-center{
    align-items: center;
  }
  .md\:justify-center{
    justify-content: center;
  }
  .md\:justify-between{
    justify-content: space-between;
  }
  .md\:gap-8{
    gap: 2rem;
  }
  .md\:gap-10{
    gap: 2.5rem;
  }
  .md\:gap-16{
    gap: 4rem;
  }
  .md\:gap-6{
    gap: 1.5rem;
  }
  .md\:gap-9{
    gap: 2.25rem;
  }
  .md\:gap-4{
    gap: 1rem;
  }
  .md\:gap-2{
    gap: 0.5rem;
  }
  .md\:gap-x-10{
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }
  .md\:rounded-2xl{
    border-radius: 1rem;
  }
  .md\:border-y{
    border-top-width: 1px;
    border-bottom-width: 1px;
  }
  .md\:border-r{
    border-right-width: 1px;
  }
  .md\:p-10{
    padding: 2.5rem;
  }
  .md\:p-16{
    padding: 4rem;
  }
  .md\:p-\[64px\]{
    padding: 64px;
  }
  .md\:p-6{
    padding: 1.5rem;
  }
  .md\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .md\:py-120{
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .md\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .md\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .md\:px-\[118px\]{
    padding-left: 118px;
    padding-right: 118px;
  }
  .md\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .md\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .md\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .md\:py-14{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  .md\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .md\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .md\:pr-16{
    padding-right: 4rem;
  }
  .md\:pb-3{
    padding-bottom: 0.75rem;
  }
  .md\:pr-8{
    padding-right: 2rem;
  }
  .md\:pb-8{
    padding-bottom: 2rem;
  }
  .md\:pt-6{
    padding-top: 1.5rem;
  }
  .md\:text-left{
    text-align: left;
  }
  .md\:text-h1{
    font-size: 40px;
  }
  .md\:text-base{
    font-size: 16px;
  }
  .md\:text-mid{
    font-size: 20px;
  }
  .md\:text-sm{
    font-size: 14px;
  }
  .md\:font-bold{
    font-weight: 700;
  }
  .md\:leading-12{
    line-height: 1.2;
  }
  .md\:leading-14{
    line-height: 1.4;
  }
  .md\:leading-15{
    line-height: 1.5;
  }
  .md\:leading-143{
    line-height: 1.43;
  }
  .md\:text-grey-400{
    --tw-text-opacity: 1;
    color: rgb(54 49 56 / var(--tw-text-opacity));
  }
  .md\:first\:pl-0:first-child{
    padding-left: 0px;
  }
  .first\:md\:pl-0:first-child{
    padding-left: 0px;
  }
  .last\:md\:border-0:last-child{
    border-width: 0px;
  }
  .md\:last\:pr-0:last-child{
    padding-right: 0px;
  }
  .last\:md\:pr-0:last-child{
    padding-right: 0px;
  }
}

@media (min-width: 1024px){
  .lg\:ml-10{
    margin-left: 2.5rem;
  }
  .lg\:min-h-\[310px\]{
    min-height: 310px;
  }
  .lg\:min-h-\[480px\]{
    min-height: 480px;
  }
  .lg\:w-1\/2{
    width: 50%;
  }
  .lg\:max-w-xl{
    max-width: 36rem;
  }
  .lg\:max-w-2\/3{
    max-width: 66%;
  }
  .lg\:max-w-794{
    max-width: 794px;
  }
  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:flex-row{
    flex-direction: row;
  }
  .lg\:items-end{
    align-items: flex-end;
  }
  .lg\:justify-end{
    justify-content: flex-end;
  }
  .lg\:justify-between{
    justify-content: space-between;
  }
  .lg\:gap-\[135px\]{
    gap: 135px;
  }
  .lg\:gap-8{
    gap: 2rem;
  }
  .lg\:pr-8{
    padding-right: 2rem;
  }
  .lg\:pl-8{
    padding-left: 2rem;
  }
  .lg\:pr-120{
    padding-right: 120px;
  }
  .lg\:pl-120{
    padding-left: 120px;
  }
}

@media (min-width: 1280px){
  .xl\:gap-\[135px\]{
    gap: 135px;
  }
  .xl\:border-r{
    border-right-width: 1px;
  }
}
