*, ::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: 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.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
	html {
  font-family: Switzer, sans-serif;
		margin-top: 0 important;

		hyphens: auto;
}

		@media (min-width: 768px) {
	html {
			hyphens: manual
	}
		}

	#wpadminbar {
		top: unset important;
		bottom: 0;
	}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 1500px) {

  .container {
    max-width: 1500px;
  }
}
.hover-underline-animation {
  position: relative;
  width: -moz-max-content;
  width: max-content;
}
.hover-underline-animation::after {
  position: absolute;
  bottom: -1px;
  display: block;
  height: 1px;
  width: 100%;
  transform-origin: center;
  --tw-scale-x: 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));
  --tw-bg-opacity: 1;
  background-color: rgb(99 113 96 / var(--tw-bg-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  --tw-content: '';
  content: var(--tw-content);
}
.hover-underline-animation:hover::after {
  --tw-scale-x: 1;
  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));
}
.description {
		font-stretch: 120%;
		display: inline-block;
		gap: 0.5rem;
		text-align: justify;
		font-size: 1.125rem;
		line-height: 1.75rem;
		font-weight: 300;
		line-height: 1.375;
	}
@media (min-width: 768px) {

  .description {
    gap: 1rem;
  }
}
.description p {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  min-height: 0.5rem;
}
.description strong,
		.description b {
  font-weight: 600;
}
.description p a,
		.description td a {
  position: relative;
  background-repeat: no-repeat;
  padding-bottom: 0.125rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;

			background-image: linear-gradient(black, black);
			background-size: 100% 1px;
			background-position: 0 100%;
}
.description p a:hover, .description td a:hover {
				background-position: 0 calc(100% - 2px);
			}
.description h2,
		.description h3,
		.description h4 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
@media (min-width: 768px) {

  .description h2,
		.description h3,
		.description h4 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.description h2 {
  font-weight: 600;
}
.description ol {
  list-style-type: decimal;
}
.description ol > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.description ol {
  padding-left: 1rem;
  line-height: 1.375;
}
@media (min-width: 768px) {

  .description ol {
    padding-left: 2rem;
  }
}
.description ul {
  list-style-type: disc;
}
.description ul > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.description ul {
  padding-left: 1rem;
  line-height: 1.375;
}
.description ul *::marker {
  color: rgb(99 113 96 );
}
.description ul::marker {
  color: rgb(99 113 96 );
}
@media (min-width: 768px) {

  .description ul {
    padding-left: 2rem;
  }
}
.description ul ul {
  list-style-type: circle;
}
.description ul a {
  position: relative;
  background-repeat: no-repeat;
  padding-bottom: 0.125rem;
  text-decoration-line: none;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;

				background-image: linear-gradient(black, black);
				background-size: 100% 1px;
				background-position: 0 100%;
}
.description ul a:hover {
					background-position: 0 calc(100% - 2px);
				}
.description .has-text-align-center {
  text-align: center;
}
.description .has-text-align-right {
  text-align: right;
}
.description .has-text-align-left {
  text-align: left;
}
.description-white p a,
		.description-white td a {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));

			background-image: linear-gradient(white, white);
			background-size: 100% 1px;
			background-position: 0 100%;
}
.description-white p a:hover, .description-white td a:hover {
				background-position: 0 calc(100% - 2px);
			}
.city.description a {
  position: relative;
  background-repeat: no-repeat;
  padding-bottom: 0.125rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;

				background-image: linear-gradient(white, white);
				background-size: 100% 1px;
				background-position: 0 100%;
}
.city.description a:hover {
					background-position: 0 calc(100% - 2px);
				}
.description-columns {
		font-stretch: 120%;
		font-weight: 300;
		line-height: 1.25;
	}
.description-columns h2 {
  margin-bottom: 1.25rem;
  text-align: left;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
}
.description-columns h3 {
		font-stretch: 140%;
		margin-bottom: 0.5rem;
		text-align: left;
		font-size: 1.125rem;
		line-height: 1.75rem;
		font-weight: 500;
	}
.description-columns p {
  margin-bottom: 0.5rem;
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 300;
}
.description-columns strong,
		.description-columns b {
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
}
.description-offer strong,
		.description-offer b {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  line-height: 1.25;
}
.description-offer ul {
  padding-top: 0px;
  padding-bottom: 0px;
}
.format-list ul {
  list-style-type: none;
  padding-left: 0.75rem;
  padding-top: 0px;
}
.format-list ul li {
  position: relative;
}
.format-list ul li::before {
  position: relative;
  top: -0.25rem;
  margin-right: 0.75rem;
  display: inline-block;
  height: 0.125rem;
  width: 1.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-content: '';
  content: var(--tw-content);
}
.contact-form {
  gap: 1rem;
}
.contact-form.wpcf7-not-valid {
  --tw-border-opacity: 1;
  border-color: rgb(220 50 50 / var(--tw-border-opacity, 1));
}
.contact-form .wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0px;
  width: 100%;
}
.contact-form .wpcf7-acceptance input {
  max-width: 1rem;
}
.contact-form .wpcf7-acceptance label {
  flex-direction: row;
}
.contact-form .wpcf7-acceptance label span {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(133 133 133 / var(--tw-text-opacity, 1));
}
.contact-form .wpcf7-checkbox .wpcf7-list-item {
  margin-left: 0px;
  display: block;
}
.contact-form .wpcf7-checkbox input {
  width: auto;
}
.contact-form .wpcf7-checkbox label {
  margin-bottom: 0.5rem;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.contact-form .wpcf7-checkbox label .wpcf7-list-item-label {
  --tw-text-opacity: 1;
  color: rgb(133 133 133 / var(--tw-text-opacity, 1));
}
.contact-form .wpcf7-not-valid-tip {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.contact-form .wpcf7-spinner {
  display: none;
}
.contact-form .wpcf7-submit {
  display: block;
  width: 100%;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(99 113 96 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(99 113 96 / var(--tw-bg-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.contact-form label {
  margin-bottom: 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.contact-form label input {
  width: 100%;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(133 133 133 / var(--tw-border-opacity, 1));
  padding: 1rem;
}
.contact-form p.small {
  font-size: 12px;
  line-height: normal;
}
.contact-form p {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(133 133 133 / var(--tw-text-opacity, 1));
}
.contact-form textarea {
  margin-top: 0.5rem;
  width: 100%;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(133 133 133 / var(--tw-border-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.contact-form label > span::after {
				content: " *";
				color: #ef4444;
			}
.contact-form label > span.wpcf7-form-control-wrap::after {
				content: unset;
			}
@media screen and (max-width: 768px) {
			.contact-form .wpcf7-acceptance input {
    width: 1rem;
    padding-right: 0px;
  }
				}
.modal-contact-form .wpcf7-acceptance label span {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.modal-contact-form .wpcf7-submit {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.modal-contact-form .wpcf7-submit:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.modal-contact-form label input {
  margin-top: 0.75rem;
  margin-bottom: 0.25rem;
  border-radius: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  background-color: transparent;
  padding-left: 0px;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  font-weight: 300;
}
.modal-contact-form label textarea {
  margin-bottom: 0.25rem;
  margin-top: 0.75rem;
  border-radius: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  background-color: transparent;
  padding-top: 0.125rem;
  padding-left: 0px;
  padding-bottom: 0.125rem;
  font-weight: 300;
}
.modal-contact-form:focus-visible label textarea {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.modal-contact-form label {
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.modal-contact-form label input {
  margin-top: 0px;
  border-left-width: 0px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.modal-contact-form label input::-moz-placeholder {
  color: rgb(255 255 255 / 0.55);
}
.modal-contact-form label input::placeholder {
  color: rgb(255 255 255 / 0.55);
}
.modal-contact-form label input {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.modal-contact-form label input:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.modal-contact-form label input:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.modal-contact-form label textarea {
  margin-top: 0px;
  border-left-width: 0px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.modal-contact-form label textarea::-moz-placeholder {
  color: rgb(255 255 255 / 0.55);
}
.modal-contact-form label textarea::placeholder {
  color: rgb(255 255 255 / 0.55);
}
.modal-contact-form label textarea {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.modal-contact-form label textarea:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.modal-contact-form label select {
  width: 100%;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.modal-contact-form .wpcf7-submit {
  border-radius: 7px;
  border-width: 1px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.modal-contact-form .wpcf7-submit:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(99 113 96 / var(--tw-text-opacity, 1));
}
.modal-contact-form:hover .wpcf7-submit {
  --tw-bg-opacity: 1;
  background-color: rgb(102 102 102 / var(--tw-bg-opacity, 1));
}
.contact_form_page {
  position: relative;
  top: 12px;
}
.contact_form_page label {
  margin-bottom: 1.5rem;
  display: block;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(99 113 96 / var(--tw-text-opacity, 1));
}
.contact_form_page label input {
  margin-top: 0px;
  width: 100%;
  border-radius: 8px;
  border-width: 1px;
  padding: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(99 113 96 / var(--tw-text-opacity, 1));
}
.contact_form_page label input::-moz-placeholder {
  color: rgb(99 113 96 / 0.6);
}
.contact_form_page label input::placeholder {
  color: rgb(99 113 96 / 0.6);
}
.contact_form_page label input {
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.contact_form_page label input:focus {
  --tw-border-opacity: 1;
  border-color: rgb(99 113 96 / var(--tw-border-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.contact_form_page label input:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.contact_form_page label textarea {
  margin-top: 0px;
  width: 100%;
  border-radius: 8px;
  border-width: 1px;
  padding: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(99 113 96 / var(--tw-text-opacity, 1));
}
.contact_form_page label textarea::-moz-placeholder {
  color: rgb(99 113 96 / 0.6);
}
.contact_form_page label textarea::placeholder {
  color: rgb(99 113 96 / 0.6);
}
.contact_form_page label textarea {
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.contact_form_page label textarea:focus {
  --tw-border-opacity: 1;
  border-color: rgb(99 113 96 / var(--tw-border-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.contact_form_page .wpcf7-not-valid-tip {
  margin-top: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.contact_form_page .rodo .wpcf7-list-item {
  margin-left: 0px;
}
.contact_form_page .rodo .wpcf7-list-item-label {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(99 113 96 / var(--tw-text-opacity, 1));
}
.contact_form_page .rodo label {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.contact_form_page .rodo label input {
  width: -moz-max-content;
  width: max-content;
}
.contact_form_page .wpcf7-submit {
  width: 100%;
  border-radius: 7px;
  border-width: 1px;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.contact_form_page .wpcf7-submit:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(99 113 96 / var(--tw-text-opacity, 1));
}
.contact_form_page:hover .wpcf7-submit {
  --tw-bg-opacity: 1;
  background-color: rgb(102 102 102 / var(--tw-bg-opacity, 1));
}
.modal-contact-form .dual_label {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {

  .modal-contact-form .dual_label {
    flex-direction: row;
    gap: 0.75rem;
  }
}
.wpcf7-submit:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(99 113 96 / var(--tw-text-opacity, 1));
}
.wp-block-image .aligncenter img {
  margin-left: auto;
  margin-right: auto;
}
.send_order_form form {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  row-gap: 2rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (min-width: 1024px) {

  .send_order_form form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 4rem;
  }
}
.send_order_form form h3 {
  margin-bottom: 1rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(99 113 96 / var(--tw-border-opacity, 1));
}
.send_order_form form h3 span {
  display: inline-block;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(99 113 96 / var(--tw-text-opacity, 1));
}
.send_order_form form p {
  padding: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.send_order_form form p .wpcf7-list-item {
  text-align: center;
}
.send_order_form form p input {
  margin-top: 0.5rem;
  width: 100%;
  border-width: 1px;
  padding: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(99 113 96 / var(--tw-text-opacity, 1));
}
.send_order_form form p input::-moz-placeholder {
  color: rgb(0 0 0 / 0.55);
}
.send_order_form form p input::placeholder {
  color: rgb(0 0 0 / 0.55);
}
.send_order_form form p input {
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.send_order_form form p input:focus {
  --tw-border-opacity: 1;
  border-color: rgb(99 113 96 / var(--tw-border-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.send_order_form form p input:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.send_order_form form p textarea {
  margin-top: 0.5rem;
  width: 100%;
  border-width: 1px;
  padding: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(99 113 96 / var(--tw-text-opacity, 1));
}
.send_order_form form p textarea::-moz-placeholder {
  color: rgb(0 0 0 / 0.55);
}
.send_order_form form p textarea::placeholder {
  color: rgb(0 0 0 / 0.55);
}
.send_order_form form p textarea {
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.send_order_form form p textarea:focus {
  --tw-border-opacity: 1;
  border-color: rgb(99 113 96 / var(--tw-border-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.send_order_form form p select {
  margin-top: 0px;
  border-left-width: 0px;
  --tw-text-opacity: 1;
  color: rgb(99 113 96 / var(--tw-text-opacity, 1));
}
.send_order_form form p select::-moz-placeholder {
  color: rgb(0 0 0 / 0.55);
}
.send_order_form form p select::placeholder {
  color: rgb(0 0 0 / 0.55);
}
.send_order_form form p select {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.send_order_form form .submit {
  grid-column: span 2 / span 2;
}
.send_order_form form .submit .wpcf7-submit {
  width: 100%;
  cursor: pointer;
  border-radius: 7px;
  border-width: 1px;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.send_order_form form .submit .wpcf7-submit:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(99 113 96 / var(--tw-text-opacity, 1));
}
.navigation ul {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  gap: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.navigation .current {
  font-weight: 600;
}
.blog-desc ul {
  list-style-type: disc;
  padding-left: 1.25rem;
}
.blog-desc h2,
		.blog-desc h3,
		.blog-desc h4,
		.blog-desc h5,
		.blog-desc h6 {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.375;
  letter-spacing: -0.56px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
/* Buttons style */
.button {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  flex-direction: row;
  align-items: center;
  gap: 1.75rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  line-height: 1.375;
  letter-spacing: -0.36px;
  --tw-text-opacity: 1;
  color: rgb(99 113 96 / var(--tw-text-opacity, 1));
}
.button-accent {
  --tw-border-opacity: 1;
  border-color: rgb(99 113 96 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(99 113 96 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.button-accent svg circle {
  stroke: #ffffff;
}
.button-accent svg path {
  fill: #ffffff;
  stroke: #ffffff;
}
.button-accent {
  border-width: 1px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.button-accent svg circle {
  stroke: #637160;
}
.button-accent svg path {
  fill: #637160;
  stroke: #637160;
}
.button-accent:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(99 113 96 / var(--tw-text-opacity, 1));
}
.button-accent:hover svg circle {
  stroke: #637160;
}
.button-accent:hover svg path {
  fill: #637160;
  stroke: #637160;
}
.button-transparent {
  border-color: transparent;
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.button-transparent svg circle {
  stroke: #637160;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.button-transparent svg path {
  fill: #637160;
  stroke: #637160;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.button-transparent:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(99 113 96 / var(--tw-text-opacity, 1));
}
.button-transparent:hover svg circle {
  stroke: #637160;
}
.button-transparent:hover svg path {
  fill: #637160;
  stroke: #637160;
}
.button-transparent-black {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.button-transparent-black:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.button-transparent-black:hover svg circle {
  stroke: #ffffff;
}
.button-transparent-black:hover svg path {
  stroke: #ffffff;
}
.button-transparent-black svg circle {
  stroke: #000000;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.button-transparent-black svg path {
  stroke: #000000;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.button-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.button-black:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.button-black:hover svg {
  fill: #000000;
}
.button-black svg {
  fill: #ffffff;
}
/* Slick Dots */
.testimonials-block .slick-dots li.slick-active button {
  --tw-bg-opacity: 1;
  background-color: rgb(102 102 102 / var(--tw-bg-opacity, 1));
}
.testimonials-block .slick-dots {
  margin-top: 2.5rem;
  display: flex;
  flex-direction: row;
  gap: 0.75rem;
}
@media (min-width: 1024px) {

  .testimonials-block .slick-dots {
    margin-top: 5rem;
  }
}
.headline-underline {
  position: relative;
  z-index: 10;
}
.headline-underline::before {
  position: absolute;
  bottom: 0px;
  z-index: -10;
  height: 0.75rem;
  width: 33.333333%;
  --tw-bg-opacity: 1;
  background-color: rgb(99 113 96 / var(--tw-bg-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  --tw-content: '';
  content: var(--tw-content);
}
.blog-format {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  font-weight: 300;
}
.blog-format .wp-block-heading {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
  line-height: 1.5;
}
/* Font Stretch / Width */
.font-width-120 {
		font-stretch: 120%;
	}
.font-width-130 {
		font-stretch: 130%;
	}
.font-width-140 {
		font-stretch: 140%;
	}
/*      */
.description-offer ul > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.description-offer ul {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.links a {
  position: relative;
  background-repeat: no-repeat;
  padding-bottom: 0.125rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;

			background-image: linear-gradient(black, black);
			background-size: 100% 1px;
			background-position: 0 100%;
}
.links a:hover {
				background-position: 0 calc(100% - 2px);
			}
/* Mobile Fix */
@media screen and (min-width: 1440px) and (max-width: 1460px) {
		.container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
	}
@media screen and (min-width: 1280px) and (max-width: 1300px) {
		.container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
	}
/* Mexem */
.hedline_wrapper {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: -moz-max-content;
  width: max-content;
}
.hedline_wrapper h1,
		.hedline_wrapper h2,
		.hedline_wrapper h3,
		.hedline_wrapper h4,
		.hedline_wrapper h5,
		.hedline_wrapper h6 {
  position: relative;
  z-index: 10;
  width: -moz-max-content;
  width: max-content;
  padding-bottom: 1rem;
  text-align: center;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 600;
  text-transform: lowercase;
  --tw-text-opacity: 1;
  color: rgb(99 113 96 / var(--tw-text-opacity, 1));
}
@media screen and (max-width: 768px) {
			.hedline_wrapper h1,
			.hedline_wrapper h2,
			.hedline_wrapper h3,
			.hedline_wrapper h4,
			.hedline_wrapper h5,
			.hedline_wrapper h6 {
    text-transform: none;
  }
		}
.hedline_wrapper::after {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin-left: auto;
  margin-right: auto;
  height: 0.25rem;
  width: 50%;
  --tw-bg-opacity: 1;
  background-color: rgb(99 113 96 / var(--tw-bg-opacity, 1));
  --tw-content: '';
  content: var(--tw-content);
}
.hedline_wrapper span {
  position: absolute;
  top: 0px;
  left: 50%;
  z-index: 0;
  display: none;
  --tw-translate-y: -50%;
  --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));
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  text-align: center;
  font-size: 200px;
  font-weight: 600;
  text-transform: lowercase;
  --tw-text-opacity: 1;
  color: rgb(99 113 96 / var(--tw-text-opacity, 1));
  opacity: 0.05;
}
@media (min-width: 768px) {

  .hedline_wrapper span {
    display: block;
  }
}
.subheadline {
  position: relative;
  z-index: 10;
  margin-left: auto;
  margin-right: auto;
  max-width: 56rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  text-align: center;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(99 113 96 / var(--tw-text-opacity, 1));
}
.vertical_line {
  position: relative;
  z-index: 10;
}
.vertical_line::after {
  position: absolute;
  bottom: -200%;
  left: 50%;
  z-index: 1;
  height: 200%;
  width: 1px;
  --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));
  --tw-bg-opacity: 1;
  background-color: rgb(99 113 96 / var(--tw-bg-opacity, 1));
  --tw-content: '';
  content: var(--tw-content);
}
.small-headline .number-headline {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.faq_form label {
  margin-bottom: 0.75rem;
}
.faq_form label input {
  margin: 0px;
  width: 100%;
  border-radius: 7px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(99 113 96 / var(--tw-text-opacity, 1));
}
.faq_form label input::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(99 113 96 / var(--tw-placeholder-opacity, 1));
}
.faq_form label input::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(99 113 96 / var(--tw-placeholder-opacity, 1));
}
.faq_form label .wpcf7-not-valid-tip {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.faq_form label textarea {
  margin: 0px;
  border-radius: 7px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(99 113 96 / var(--tw-text-opacity, 1));
}
.faq_form label textarea::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(99 113 96 / var(--tw-placeholder-opacity, 1));
}
.faq_form label textarea::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(99 113 96 / var(--tw-placeholder-opacity, 1));
}
.faq_form label select {
  --tw-bg-opacity: 1;
  background-color: rgb(99 113 96 / var(--tw-bg-opacity, 1));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.faq_form .wpcf7-submit {
  border-radius: 7px;
  border-width: 1px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.faq_form .wpcf7-submit:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(99 113 96 / var(--tw-text-opacity, 1));
}
.faq_form .dual_label {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media (min-width: 768px) {

  .faq_form .dual_label {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.faq_form .wpcf7-response-output {
  margin: 0px;
  border-width: 0px;
  padding: 0px;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.wpcf7 form.sent .wpcf7-response-output {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.grecaptcha-badge {
  display: none;
}
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.-bottom-14 {
  bottom: -3.5rem;
}
.-bottom-24 {
  bottom: -6rem;
}
.-bottom-\[1px\] {
  bottom: -1px;
}
.-bottom-\[200\%\] {
  bottom: -200%;
}
.-left-60 {
  left: -15rem;
}
.-right-72 {
  right: -18rem;
}
.-top-1 {
  top: -0.25rem;
}
.-top-4 {
  top: -1rem;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-1 {
  bottom: 0.25rem;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.right-5 {
  right: 1.25rem;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.top-20 {
  top: 5rem;
}
.top-6 {
  top: 1.5rem;
}
.top-\[12px\] {
  top: 12px;
}
.top-full {
  top: 100%;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-50 {
  z-index: 50;
}
.z-\[1\] {
  z-index: 1;
}
.z-\[99999\] {
  z-index: 99999;
}
.z-\[9999\] {
  z-index: 9999;
}
.z-\[999\] {
  z-index: 999;
}
.float-right {
  float: right;
}
.m-0 {
  margin: 0px;
}
.m-5 {
  margin: 1.25rem;
}
.m-8 {
  margin: 2rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-14 {
  margin-bottom: 3.5rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-7 {
  margin-bottom: 1.75rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-0 {
  margin-left: 0px;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-0 {
  margin-right: 0px;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mr-6 {
  margin-right: 1.5rem;
}
.mr-8 {
  margin-right: 2rem;
}
.mt-0 {
  margin-top: 0px;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.size-14 {
  width: 3.5rem;
  height: 3.5rem;
}
.size-full {
  width: 100%;
  height: 100%;
}
.h-0\.5 {
  height: 0.125rem;
}
.h-1 {
  height: 0.25rem;
}
.h-5 {
  height: 1.25rem;
}
.h-52 {
  height: 13rem;
}
.h-6 {
  height: 1.5rem;
}
.h-8 {
  height: 2rem;
}
.h-\[1px\] {
  height: 1px;
}
.h-\[200\%\] {
  height: 200%;
}
.h-full {
  height: 100%;
}
.h-max {
  height: -moz-max-content;
  height: max-content;
}
.max-h-56 {
  max-height: 14rem;
}
.min-h-12 {
  min-height: 3rem;
}
.min-h-2 {
  min-height: 0.5rem;
}
.min-h-96 {
  min-height: 24rem;
}
.min-h-screen {
  min-height: 100vh;
}
.w-16 {
  width: 4rem;
}
.w-4 {
  width: 1rem;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-8 {
  width: 2rem;
}
.w-\[1px\] {
  width: 1px;
}
.w-\[50\%\] {
  width: 50%;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.w-max {
  width: -moz-max-content;
  width: max-content;
}
.min-w-24 {
  min-width: 6rem;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-72 {
  max-width: 18rem;
}
.max-w-7xl {
  max-width: 80rem;
}
.max-w-\[150px\] {
  max-width: 150px;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-screen-md {
  max-width: 768px;
}
.max-w-sm {
  max-width: 24rem;
}
.max-w-xl {
  max-width: 36rem;
}
.flex-shrink {
  flex-shrink: 1;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.origin-center {
  transform-origin: center;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-90 {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-x-0 {
  --tw-scale-x: 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));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes showOnLoad {

  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
.animate-showOnLoad {
  animation: showOnLoad .45s ease-in-out forwards;
}
.cursor-pointer {
  cursor: pointer;
}
.list-\[circle\] {
  list-style-type: circle;
}
.list-decimal {
  list-style-type: decimal;
}
.list-disc {
  list-style-type: disc;
}
.list-none {
  list-style-type: none;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-1\.5 {
  gap: 0.375rem;
}
.gap-12 {
  gap: 3rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-32 {
  gap: 8rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-7 {
  gap: 1.75rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-x-12 {
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}
.gap-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.gap-y-14 {
  row-gap: 3.5rem;
}
.gap-y-3 {
  row-gap: 0.75rem;
}
.gap-y-8 {
  row-gap: 2rem;
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-\[34px\] {
  border-radius: 34px;
}
.rounded-\[63px\] {
  border-radius: 63px;
}
.rounded-\[7px\] {
  border-radius: 7px;
}
.rounded-\[8px\] {
  border-radius: 8px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-l-0 {
  border-left-width: 0px;
}
.border-accent {
  --tw-border-opacity: 1;
  border-color: rgb(99 113 96 / var(--tw-border-opacity, 1));
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.border-transparent {
  border-color: transparent;
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.bg-\[\#007cba14\] {
  background-color: #007cba14;
}
.bg-\[\#222\] {
  --tw-bg-opacity: 1;
  background-color: rgb(34 34 34 / var(--tw-bg-opacity, 1));
}
.bg-accent {
  --tw-bg-opacity: 1;
  background-color: rgb(99 113 96 / var(--tw-bg-opacity, 1));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-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-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-0\.5 {
  padding-bottom: 0.125rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-9 {
  padding-left: 2.25rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pt-14 {
  padding-top: 3.5rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-8 {
  padding-top: 2rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.text-8xl {
  font-size: 6rem;
  line-height: 1;
}
.text-\[200px\] {
  font-size: 200px;
}
.text-\[22px\] {
  font-size: 22px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-\[300\] {
  font-weight: 300;
}
.font-\[500\] {
  font-weight: 500;
}
.font-\[600\] {
  font-weight: 600;
}
.font-\[700\] {
  font-weight: 700;
}
.font-bold {
  font-weight: 700;
}
.font-light {
  font-weight: 300;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.capitalize {
  text-transform: capitalize;
}
.italic {
  font-style: italic;
}
.leading-8 {
  line-height: 2rem;
}
.leading-9 {
  line-height: 2.25rem;
}
.leading-snug {
  line-height: 1.375;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-\[-0\.36px\] {
  letter-spacing: -0.36px;
}
.tracking-\[-0\.56px\] {
  letter-spacing: -0.56px;
}
.tracking-\[4px\] {
  letter-spacing: 4px;
}
.text-accent {
  --tw-text-opacity: 1;
  color: rgb(99 113 96 / var(--tw-text-opacity, 1));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.underline {
  text-decoration-line: underline;
}
.\!no-underline {
  text-decoration-line: none !important;
}
.no-underline {
  text-decoration-line: none;
}
.placeholder-accent::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(99 113 96 / var(--tw-placeholder-opacity, 1));
}
.placeholder-accent::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(99 113 96 / var(--tw-placeholder-opacity, 1));
}
.placeholder-accent\/60::-moz-placeholder {
  color: rgb(99 113 96 / 0.6);
}
.placeholder-accent\/60::placeholder {
  color: rgb(99 113 96 / 0.6);
}
.placeholder-black\/55::-moz-placeholder {
  color: rgb(0 0 0 / 0.55);
}
.placeholder-black\/55::placeholder {
  color: rgb(0 0 0 / 0.55);
}
.placeholder-white\/55::-moz-placeholder {
  color: rgb(255 255 255 / 0.55);
}
.placeholder-white\/55::placeholder {
  color: rgb(255 255 255 / 0.55);
}
.opacity-0 {
  opacity: 0;
}
.opacity-5 {
  opacity: 0.05;
}
.opacity-60 {
  opacity: 0.6;
}
.shadow-\[3px_3px_3px_0px_rgba\(0\2c 0\2c 0\2c 0\.25\)\] {
  --tw-shadow: 3px 3px 3px 0px rgba(0,0,0,0.25);
  --tw-shadow-colored: 3px 3px 3px 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);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline {
  outline-style: solid;
}
.brightness-0 {
  --tw-brightness: brightness(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);
}
.invert {
  --tw-invert: invert(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);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-700 {
  transition-duration: 700ms;
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.content-\[\'\'\] {
  --tw-content: '';
  content: var(--tw-content);
}
.aligncenter {
  margin: 0.5rem auto;
  display: block;
}
@media (min-width: 640px) {

  .alignleft:not(.wp-block-button) {
    margin-right: 0.5rem;
    float: left;
  }

  .alignright:not(.wp-block-button) {
    margin-left: 0.5rem;
    float: right;
  }

  .wp-block-button.alignleft a {
    float: left;
    margin-right: 1rem;
  }

  .wp-block-button.alignright a {
    float: right;
    margin-left: 1rem;
  }
}
@keyframes slideLeft {
	0% {
		transform: translateX(100%);
	}
	100% {
		transform: translateX(0);
	}
}
@keyframes slideRight {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(100%);
	}
}
/* ==========================================================================
   Navigation Menu Styles
   ========================================================================== */
/* Base Menu Structure
   ========================================================================== */
#primary-menu ul.site-menu-main {
	margin-bottom: 0;
	padding-left: 0;
	display: flex;
	flex-direction: row;
}
#primary-menu ul.site-menu-main li {
	list-style: none;
}
#primary-menu ul.site-menu-main ul {
	list-style: none;
	margin-left: 0;
}
#primary-menu ul.site-menu-main a {
	text-decoration: none !important;
}
#primary-navigation .mobile-menu-head {
	display: none;
}
/* Menu Items
   ========================================================================== */
#primary-menu ul.site-menu-main .menu-item {
	font-size: 18px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: normal;
	position: relative;
}
#primary-menu ul.site-menu-main > .menu-item > a {
	display: flex;
	-moz-column-gap: 10px;
	     column-gap: 10px;
	align-items: center;
	line-height: 100px;
	transition: all 0.25s ease-in-out;
}
.scrolled #primary-menu ul.site-menu-main > .menu-item > a {
	line-height: 50px;
}
#primary-menu ul.site-menu-main ul .menu-item {
	font-size: 18px;
	font-weight: 400;
	padding-inline: 20px;
}
#primary-menu ul.site-menu-main .menu-item:hover > a {
	color: #0119ff;
	width: 100%;
}
#primary-menu ul.site-menu-main li.menu-item-has-children a {
	justify-content: space-between;
	text-transform: capitalize;
}
/* Submenu Styles
   ========================================================================== */
#primary-menu ul.site-menu-main .sub-menu {
	z-index: 500;
	background-color: rgb(255, 255, 255);
	box-shadow: -2px 2px 70px -25px rgb(0 0 0 / 30%);
	position: absolute;
	left: 0;
	top: 100%;
	margin: 0;
	padding: 12px 0;
	transition: 0.4s;
	transform: translateY(20px);
	opacity: 0;
	visibility: hidden;
	min-width: 250px;
	font-weight: 600;
}
/* Desktop Styles (min-width: 992px)
   ========================================================================== */
@media (min-width: 992px) {
	#primary-menu ul.site-menu-main {
		-moz-column-gap: 30px;
		     column-gap: 30px;
		flex-direction: row;
	}

	li.menu-item-has-children:not(.has-megamenu) {
		position: relative;
	}

	#primary-menu
		ul.site-menu-main
		li.menu-item-has-children:hover
		> .sub-menu {
		visibility: visible;
		opacity: 1;
		z-index: 99;
		pointer-events: visible;
		transform: translateY(0);
	}

	#primary-menu ul.site-menu-main i {
		font-size: 19px;
	}

	#primary-menu ul.site-menu-main ul .menu-item > a {
		transition: 0.4s;
		padding: 8px 0px;
	}

	#primary-menu ul.site-menu-main a {
		display: flex;
		align-items: center;
	}

	#primary-menu ul.site-menu-main .sub-menu .sub-menu {
		top: 0 !important;
		left: 100%;
	}
}
/* Large Desktop Styles (min-width: 1200px)
   ========================================================================== */
@media (min-width: 1200px) {
	#primary-menu ul.site-menu-main {
		-moz-column-gap: 44px;
		     column-gap: 44px;
	}
}
/* Mobile Navigation (max-width: 991px)
   ========================================================================== */
@media (max-width: 991px) {
	/* Mobile Menu Structure */
	#primary-menu ul.site-menu-main {
		flex-direction: column;
		width: 100%;
	}

	/* Mobile Menu Toggle Button */
	header #open-mobile-menu {
		display: flex;
		height: 30px;
		width: 30px;
		cursor: pointer;
		align-items: center;
		justify-content: center;
		margin: 0 10px 0 0;
	}

	header #open-mobile-menu span {
		display: block;
		height: 2px;
		background-color: #13111a;
		width: 24px;
		position: relative;
	}

	header #open-mobile-menu span::before,
	header #open-mobile-menu span::after {
		content: "";
		position: absolute;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #13111a;
	}

	header #open-mobile-menu span::before {
		top: -8px;
	}

	header #open-mobile-menu span::after {
		top: 8px;
	}

	/* Mobile Navigation Overlay */
	#primary-navigation .primary-navigation-overlay {
		position: fixed;
		background-color: rgba(0, 0, 0, 0.5);
		left: 0;
		top: 0;
		width: 100%;
		height: 100vh;
		z-index: 1098;
		visibility: hidden;
		opacity: 0;
		transition: all 0.5s ease;
	}

	#primary-navigation .primary-navigation-overlay.active {
		visibility: visible;
		opacity: 1;
	}

	/* Mobile Menu Container */
	#primary-navigation .menu-block-nav {
		position: fixed;
		width: 320px;
		background-color: #ffffff;
		left: 0;
		top: 0;
		height: 100vh;
		overflow: hidden;
		transform: translate(-100%);
		transition: all 0.5s ease;
		z-index: 1099;
	}

	#primary-navigation .menu-block-nav.active {
		transform: translate(0);
	}

	/* Mobile Menu Header */
	#primary-navigation .menu-block-nav .mobile-menu-head {
		display: flex;
		height: 50px;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		justify-content: space-between;
		align-items: center;
		position: relative;
		z-index: 501;
		position: sticky;
		background-color: #ffffff;
		top: 0;
	}

	#primary-navigation .menu-block-nav .mobile-menu-head .go-back {
		padding: 0 15px;
		border-right: 1px solid rgba(0, 0, 0, 0.1);
		cursor: pointer;
		display: none;
	}

	#primary-navigation .menu-block-nav .mobile-menu-head.active .go-back {
		display: block;
	}

	#primary-navigation .menu-block-nav .mobile-menu-head .current-menu-title {
		font-size: 16px;
		font-weight: 500;
		color: #000000;
	}

	#primary-navigation .menu-block-nav .mobile-menu-head .mobile-menu-close {
		height: 50px;
		width: 50px;
		border-left: 1px solid rgba(0, 0, 0, 0.1);
		display: flex;
		align-items: center;
		justify-content: center;
		cursor: pointer;
		font-size: 24px;
	}

	/* Mobile Menu Content - Main Menu Items */
	#primary-navigation .menu-block-nav #primary-menu ul.site-menu-main > li {
		line-height: 1;
		margin: 0;
		display: block;
	}

	#primary-navigation
		.menu-block-nav
		#primary-menu
		ul.site-menu-main
		> li
		> a {
		line-height: 50px;
		height: 50px;
		padding: 0 50px 0 15px;
		display: block;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		position: relative;
	}

	#primary-navigation
		.menu-block-nav
		#primary-menu
		ul.site-menu-main
		> li.menu-item-has-children
		> a
		i {
		position: absolute;
		height: 50px;
		width: 50px;
		top: 0;
		right: 0;
		text-align: center;
		line-height: 50px;
		transform: rotate(-90deg);
	}

	/* Mobile Submenu Styles */
	#primary-navigation
		.menu-block-nav
		#primary-menu
		ul.site-menu-main
		.sub-menu {
		visibility: visible;
		opacity: 1;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		padding-top: 50px;
		background-color: #ffffff;
		max-width: none;
		min-width: auto;
		transform: translateX(100%);
		transition: transform 0.5s ease;
		box-shadow: none;
	}

	#primary-navigation
		.menu-block-nav
		#primary-menu
		ul.site-menu-main
		.sub-menu.active {
		transform: translateX(0);
	}

	/* Submenu Items */
	#primary-navigation
		.menu-block-nav
		#primary-menu
		ul.site-menu-main
		.sub-menu
		.menu-item
		> a {
		line-height: 50px;
		height: 50px;
		padding: 0 50px 0 15px;
		display: block;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		position: relative;
	}

	#primary-navigation
		.menu-block-nav
		#primary-menu
		ul.site-menu-main
		.sub-menu
		.menu-item-has-children
		> a
		i {
		position: absolute;
		height: 50px;
		width: 50px;
		top: 0;
		right: 0;
		text-align: center;
		line-height: 50px;
	}

	/* Third Level Submenu */
	#primary-navigation
		.menu-block-nav
		#primary-menu
		ul.site-menu-main
		.sub-menu
		.sub-menu {
		visibility: visible;
		opacity: 1;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		padding-top: 50px;
		background-color: #ffffff;
		transform: translateX(100%);
		transition: transform 0.5s ease;
	}

	#primary-navigation
		.menu-block-nav
		#primary-menu
		ul.site-menu-main
		.sub-menu
		.sub-menu.active {
		transform: translateX(0);
	}
}
#primary-menu ul.site-menu-main {
	margin-bottom: 0;
	padding-left: 0;
	display: flex;
	flex-direction: row;
}
@media (width < 992px) {
	#primary-menu ul.site-menu-main {
		flex-direction: column;
		width: 100%;
	}
}
@media (min-width: 992px) {
	#primary-menu ul.site-menu-main {
		-moz-column-gap: 30px;
		     column-gap: 30px;
		flex-direction: row;
	}
}
@media (width > 1200px) {
	#primary-menu ul.site-menu-main {
		-moz-column-gap: 44px;
		     column-gap: 44px;
	}
}
#primary-menu ul.site-menu-main li {
	list-style: none;
}
#primary-menu ul.site-menu-main ul {
	list-style: none;
	margin-left: 0;
}
#primary-menu ul.site-menu-main a {
	text-decoration: none !important;
}
#primary-menu ul.site-menu-main .sub-menu {
	background-color: rgb(255, 255, 255);
	box-shadow: -2px 2px 70px -25px rgb(0 0 0 / 30%);
	position: absolute;
	left: 0;
	top: 100%;
	margin: 0;
	padding: 12px 0;
	transition: 0.4s;
	z-index: 4;
	transform: translatey(20px);
	opacity: 0;
	visibility: hidden;
	min-width: 250px;
	font-weight: 600;
}
@media (min-width: 992px) {
	#primary-menu li.nav-item-has-children:not(.has-megamenu) {
		position: relative;
	}
	#primary-menu
		ul.site-menu-main
		li.menu-item-has-children:hover
		> .sub-menu {
		visibility: visible;
		opacity: 1;
		z-index: 99;
		pointer-events: visible;
		transform: translateY(0);
	}
}
.otgs-development-site-front-end {
	display: none;
}
/* === BADGE FIELD STYLES === */
.badge-field {
	display: inline-block;
	margin: 0.5rem 0;
}
.badge-field .render_headline {
	display: inline-block;
	padding: 0.5rem 1rem;
	background-color: #f3f4f6;
	border-radius: 0.375rem;
	font-size: 0.875rem;
	font-weight: 500;
	text-align: center;
	border: 1px solid #e5e7eb;
	min-width: 60px;
	transition: all 0.2s ease-in-out;
	/* Border-radius może być nadpisany przez fieldStyles */
}
.badge-field .render_headline:hover {
	transform: translateY(-1px);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
/* Responsive badge sizes */
@media (max-width: 768px) {
	.badge-field .render_headline {
		padding: 0.375rem 0.75rem;
		font-size: 0.8125rem;
		min-width: 50px;
	}
}
/* Import Fonts */
/* 
@font-face {
	font-family: "Switzer";
	src:
		url("../../assets/fonts/Switzer-Medium.woff2") format("woff2"),
		url("../../assets/fonts/Switzer-Medium.woff") format("woff");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
} */
.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}
.before\:bottom-0::before {
  content: var(--tw-content);
  bottom: 0px;
}
.before\:-z-10::before {
  content: var(--tw-content);
  z-index: -10;
}
.before\:h-3::before {
  content: var(--tw-content);
  height: 0.75rem;
}
.before\:w-1\/3::before {
  content: var(--tw-content);
  width: 33.333333%;
}
.before\:bg-accent::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(99 113 96 / var(--tw-bg-opacity, 1));
}
.before\:transition::before {
  content: var(--tw-content);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.before\:duration-300::before {
  content: var(--tw-content);
  transition-duration: 300ms;
}
.before\:content-\[\'\'\]::before {
  --tw-content: '';
  content: var(--tw-content);
}
.after\:bg-white::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.hover\:border-black:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.hover\:bg-black:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.group:hover .group-hover\:scale-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:fill-white {
  fill: #ffffff;
}
@media (min-width: 640px) {

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

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

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

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

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

  .md\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

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

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

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

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

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

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

  .md\:gap-12 {
    gap: 3rem;
  }

  .md\:gap-4 {
    gap: 1rem;
  }

  .md\:gap-6 {
    gap: 1.5rem;
  }

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

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

  .md\:px-\[60px\] {
    padding-left: 60px;
    padding-right: 60px;
  }

  .md\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .md\:pb-20 {
    padding-bottom: 5rem;
  }

  .md\:pb-24 {
    padding-bottom: 6rem;
  }

  .md\:pb-28 {
    padding-bottom: 7rem;
  }

  .md\:pl-8 {
    padding-left: 2rem;
  }

  .md\:pt-20 {
    padding-top: 5rem;
  }

  .md\:pt-28 {
    padding-top: 7rem;
  }

  .md\:pt-32 {
    padding-top: 8rem;
  }

  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
}
@media (min-width: 1024px) {

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

  .lg\:mb-16 {
    margin-bottom: 4rem;
  }

  .lg\:mb-28 {
    margin-bottom: 7rem;
  }

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

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

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:min-h-72 {
    min-height: 18rem;
  }

  .lg\:w-10\/12 {
    width: 83.333333%;
  }

  .lg\:w-5\/12 {
    width: 41.666667%;
  }

  .lg\:w-7\/12 {
    width: 58.333333%;
  }

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

  .lg\:max-w-full {
    max-width: 100%;
  }

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

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

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

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

  .lg\:justify-normal {
    justify-content: normal;
  }

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

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

  .lg\:gap-20 {
    gap: 5rem;
  }

  .lg\:gap-24 {
    gap: 6rem;
  }

  .lg\:gap-6 {
    gap: 1.5rem;
  }

  .lg\:gap-8 {
    gap: 2rem;
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

  .lg\:pb-20 {
    padding-bottom: 5rem;
  }

  .lg\:pb-32 {
    padding-bottom: 8rem;
  }

  .lg\:pt-20 {
    padding-top: 5rem;
  }

  .lg\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
}
@media (min-width: 1280px) {

  .xl\:gap-28 {
    gap: 7rem;
  }

  .xl\:gap-9 {
    gap: 2.25rem;
  }
}
@media (min-width: 1536px) {

  .\32xl\:gap-36 {
    gap: 9rem;
  }
}
.\[\&\.current-menu-item\>a\]\:font-bold.current-menu-item>a {
  font-weight: 700;
}
.\[\&\.scrolled\]\:bg-white.scrolled {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.\[\&\.scrolled\]\:shadow.scrolled {
  --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);
}
.\[\&\.wpcf7-not-valid\]\:border-\[\#dc3232\].wpcf7-not-valid {
  --tw-border-opacity: 1;
  border-color: rgb(220 50 50 / var(--tw-border-opacity, 1));
}
.\[\&\:hover_svg\]\:fill-black:hover svg {
  fill: #000000;
}
.\[\&\:hover_svg_path\]\:stroke-white:hover svg path {
  stroke: #ffffff;
}
.\[\&_\.wpcf7-acceptance_\.wpcf7-list-item\]\:ml-0 .wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0px;
}
.\[\&_\.wpcf7-acceptance_\.wpcf7-list-item\]\:w-full .wpcf7-acceptance .wpcf7-list-item {
  width: 100%;
}
.\[\&_\.wpcf7-acceptance_input\]\:max-w-4 .wpcf7-acceptance input {
  max-width: 1rem;
}
.\[\&_\.wpcf7-acceptance_label\]\:flex-row .wpcf7-acceptance label {
  flex-direction: row;
}
.\[\&_\.wpcf7-acceptance_label_span\]\:text-sm .wpcf7-acceptance label span {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.\[\&_\.wpcf7-acceptance_label_span\]\:text-xs .wpcf7-acceptance label span {
  font-size: 0.75rem;
  line-height: 1rem;
}
.\[\&_\.wpcf7-acceptance_label_span\]\:font-light .wpcf7-acceptance label span {
  font-weight: 300;
}
.\[\&_\.wpcf7-acceptance_label_span\]\:text-\[\#858585\] .wpcf7-acceptance label span {
  --tw-text-opacity: 1;
  color: rgb(133 133 133 / var(--tw-text-opacity, 1));
}
.\[\&_\.wpcf7-acceptance_label_span\]\:text-white .wpcf7-acceptance label span {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.\[\&_\.wpcf7-checkbox_\.wpcf7-list-item\]\:ml-0 .wpcf7-checkbox .wpcf7-list-item {
  margin-left: 0px;
}
.\[\&_\.wpcf7-checkbox_\.wpcf7-list-item\]\:block .wpcf7-checkbox .wpcf7-list-item {
  display: block;
}
.\[\&_\.wpcf7-checkbox_input\]\:w-auto .wpcf7-checkbox input {
  width: auto;
}
.\[\&_\.wpcf7-checkbox_label\]\:mb-2 .wpcf7-checkbox label {
  margin-bottom: 0.5rem;
}
.\[\&_\.wpcf7-checkbox_label\]\:flex .wpcf7-checkbox label {
  display: flex;
}
.\[\&_\.wpcf7-checkbox_label\]\:flex-row .wpcf7-checkbox label {
  flex-direction: row;
}
.\[\&_\.wpcf7-checkbox_label\]\:items-center .wpcf7-checkbox label {
  align-items: center;
}
.\[\&_\.wpcf7-checkbox_label_\.wpcf7-list-item-label\]\:text-\[\#858585\] .wpcf7-checkbox label .wpcf7-list-item-label {
  --tw-text-opacity: 1;
  color: rgb(133 133 133 / var(--tw-text-opacity, 1));
}
.\[\&_\.wpcf7-not-valid-tip\]\:text-sm .wpcf7-not-valid-tip {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.\[\&_\.wpcf7-spinner\]\:hidden .wpcf7-spinner {
  display: none;
}
.\[\&_\.wpcf7-submit\]\:block .wpcf7-submit {
  display: block;
}
.\[\&_\.wpcf7-submit\]\:w-full .wpcf7-submit {
  width: 100%;
}
.\[\&_\.wpcf7-submit\]\:rounded-lg .wpcf7-submit {
  border-radius: 0.5rem;
}
.\[\&_\.wpcf7-submit\]\:border .wpcf7-submit {
  border-width: 1px;
}
.\[\&_\.wpcf7-submit\]\:border-accent .wpcf7-submit {
  --tw-border-opacity: 1;
  border-color: rgb(99 113 96 / var(--tw-border-opacity, 1));
}
.\[\&_\.wpcf7-submit\]\:bg-accent .wpcf7-submit {
  --tw-bg-opacity: 1;
  background-color: rgb(99 113 96 / var(--tw-bg-opacity, 1));
}
.\[\&_\.wpcf7-submit\]\:bg-transparent .wpcf7-submit {
  background-color: transparent;
}
.\[\&_\.wpcf7-submit\]\:px-5 .wpcf7-submit {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.\[\&_\.wpcf7-submit\]\:py-3 .wpcf7-submit {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.\[\&_\.wpcf7-submit\]\:uppercase .wpcf7-submit {
  text-transform: uppercase;
}
.\[\&_\.wpcf7-submit\]\:text-white .wpcf7-submit {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.\[\&_\.wpcf7-submit\]\:transition-all .wpcf7-submit {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.\[\&_label\]\:mb-7 label {
  margin-bottom: 1.75rem;
}
.\[\&_label\]\:flex label {
  display: flex;
}
.\[\&_label\]\:flex-col label {
  flex-direction: column;
}
.\[\&_label\]\:gap-2 label {
  gap: 0.5rem;
}
.\[\&_label_input\]\:mb-1 label input {
  margin-bottom: 0.25rem;
}
.\[\&_label_input\]\:mt-3 label input {
  margin-top: 0.75rem;
}
.\[\&_label_input\]\:w-full label input {
  width: 100%;
}
.\[\&_label_input\]\:rounded-lg label input {
  border-radius: 0.5rem;
}
.\[\&_label_input\]\:rounded-none label input {
  border-radius: 0px;
}
.\[\&_label_input\]\:border label input {
  border-width: 1px;
}
.\[\&_label_input\]\:border-r-0 label input {
  border-right-width: 0px;
}
.\[\&_label_input\]\:border-t-0 label input {
  border-top-width: 0px;
}
.\[\&_label_input\]\:border-\[\#858585\] label input {
  --tw-border-opacity: 1;
  border-color: rgb(133 133 133 / var(--tw-border-opacity, 1));
}
.\[\&_label_input\]\:bg-transparent label input {
  background-color: transparent;
}
.\[\&_label_input\]\:p-4 label input {
  padding: 1rem;
}
.\[\&_label_input\]\:pb-0\.5 label input {
  padding-bottom: 0.125rem;
}
.\[\&_label_input\]\:pl-0 label input {
  padding-left: 0px;
}
.\[\&_label_input\]\:pt-0\.5 label input {
  padding-top: 0.125rem;
}
.\[\&_label_input\]\:font-light label input {
  font-weight: 300;
}
.\[\&_label_textarea\]\:mb-1 label textarea {
  margin-bottom: 0.25rem;
}
.\[\&_label_textarea\]\:mt-3 label textarea {
  margin-top: 0.75rem;
}
.\[\&_label_textarea\]\:rounded-none label textarea {
  border-radius: 0px;
}
.\[\&_label_textarea\]\:border-l-0 label textarea {
  border-left-width: 0px;
}
.\[\&_label_textarea\]\:border-r-0 label textarea {
  border-right-width: 0px;
}
.\[\&_label_textarea\]\:border-t-0 label textarea {
  border-top-width: 0px;
}
.\[\&_label_textarea\]\:bg-transparent label textarea {
  background-color: transparent;
}
.\[\&_label_textarea\]\:pb-0\.5 label textarea {
  padding-bottom: 0.125rem;
}
.\[\&_label_textarea\]\:pl-0 label textarea {
  padding-left: 0px;
}
.\[\&_label_textarea\]\:pt-0\.5 label textarea {
  padding-top: 0.125rem;
}
.\[\&_label_textarea\]\:font-light label textarea {
  font-weight: 300;
}
.\[\&_label_textarea\]\:focus-visible\:outline-none:focus-visible label textarea {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.\[\&_p\.small\]\:text-\[12px\]\/\[normal\] p.small {
  font-size: 12px;
  line-height: normal;
}
.\[\&_p\]\:my-0 p {
  margin-top: 0px;
  margin-bottom: 0px;
}
.\[\&_p\]\:text-sm p {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.\[\&_p\]\:text-\[\#858585\] p {
  --tw-text-opacity: 1;
  color: rgb(133 133 133 / var(--tw-text-opacity, 1));
}
.\[\&_path\]\:stroke-white path {
  stroke: #ffffff;
}
.\[\&_path\]\:hover\:stroke-accent:hover path {
  stroke: #637160;
}
.\[\&_svg_circle\]\:stroke-accent svg circle {
  stroke: #637160;
}
.\[\&_svg_circle\]\:stroke-black svg circle {
  stroke: #000000;
}
.\[\&_svg_circle\]\:transition-all svg circle {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.\[\&_svg_path\]\:fill-white svg path {
  fill: #ffffff;
}
.\[\&_svg_path\]\:stroke-accent svg path {
  stroke: #637160;
}
.\[\&_svg_path\]\:stroke-black svg path {
  stroke: #000000;
}
.\[\&_svg_path\]\:stroke-white svg path {
  stroke: #ffffff;
}
.\[\&_svg_path\]\:transition-all svg path {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.\[\&_textarea\]\:mt-2 textarea {
  margin-top: 0.5rem;
}
.\[\&_textarea\]\:w-full textarea {
  width: 100%;
}
.\[\&_textarea\]\:rounded-lg textarea {
  border-radius: 0.5rem;
}
.\[\&_textarea\]\:border textarea {
  border-width: 1px;
}
.\[\&_textarea\]\:border-\[\#858585\] textarea {
  --tw-border-opacity: 1;
  border-color: rgb(133 133 133 / var(--tw-border-opacity, 1));
}
.\[\&_textarea\]\:px-4 textarea {
  padding-left: 1rem;
  padding-right: 1rem;
}
.active.\[\.active\&\]\:bottom-4 {
  bottom: 1rem;
}
.home .\[\.home_\&\]\:pt-0 {
  padding-top: 0px;
}
.modal-open .\[\.modal-open_\&\]\:top-0 {
  top: 0px;
}
.modal-open .\[\.modal-open_\&\]\:opacity-100 {
  opacity: 1;
}
.modal-open .\[\.modal-open_\&\]\:duration-100 {
  transition-duration: 100ms;
}
.open-mega-menu .\[\.open-mega-menu_\&\]\:rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.page-id-223 .\[\.page-id-223_\&\]\:mb-0 {
  margin-bottom: 0px;
}
.scrolled .\[\.scrolled_\&\]\:border-none {
  border-style: none;
}

