*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: 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: "Outfit", sans-serif;
		-webkit-hyphens: auto;
		        hyphens: auto;
}

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

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

  .\!container {
    max-width: 1380px !important;
  }

  .container {
    max-width: 1380px;
  }
}
@media (min-width: 1500px) {

  .\!container {
    max-width: 1500px !important;
  }

  .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(239 35 60 / var(--tw-bg-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  --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(239 35 60 );
}
.description ul::marker {
  color: rgb(239 35 60 );
}
@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(239 35 60 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(239 35 60 / 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(239 35 60 / var(--tw-text-opacity, 1));
}
.modal-contact-form:hover .wpcf7-submit {
  --tw-bg-opacity: 1;
  background-color: rgb(15 34 57 / 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(239 35 60 / 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(239 35 60 / var(--tw-text-opacity, 1));
}
.contact_form_page label input::-moz-placeholder {
  color: rgb(239 35 60 / 0.6);
}
.contact_form_page label input::placeholder {
  color: rgb(239 35 60 / 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(239 35 60 / 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(239 35 60 / var(--tw-text-opacity, 1));
}
.contact_form_page label textarea::-moz-placeholder {
  color: rgb(239 35 60 / 0.6);
}
.contact_form_page label textarea::placeholder {
  color: rgb(239 35 60 / 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(239 35 60 / 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(239 35 60 / 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(239 35 60 / var(--tw-text-opacity, 1));
}
.contact_form_page:hover .wpcf7-submit {
  --tw-bg-opacity: 1;
  background-color: rgb(15 34 57 / 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(239 35 60 / 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(239 35 60 / 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(239 35 60 / 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(239 35 60 / 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(239 35 60 / 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(239 35 60 / 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(239 35 60 / 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(239 35 60 / 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(239 35 60 / 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;
}
@media (max-width: 769px) {
		.navigation ul {
			gap: 0.5rem;
		}
	}
.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: 28px;
  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(239 35 60 / var(--tw-text-opacity, 1));
}
.button-accent {
  --tw-border-opacity: 1;
  border-color: rgb(239 35 60 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(239 35 60 / 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: #EF233C;
}
.button-accent svg path {
  fill: #EF233C;
  stroke: #EF233C;
}
.button-accent:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(239 35 60 / var(--tw-text-opacity, 1));
}
.button-accent:hover svg circle {
  stroke: #EF233C;
}
.button-accent:hover svg path {
  fill: #EF233C;
  stroke: #EF233C;
}
.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: #EF233C;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.button-transparent svg path {
  fill: #EF233C;
  stroke: #EF233C;
  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(239 35 60 / var(--tw-text-opacity, 1));
}
.button-transparent:hover svg circle {
  stroke: #EF233C;
}
.button-transparent:hover svg path {
  fill: #EF233C;
  stroke: #EF233C;
}
.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(15 34 57 / 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(239 35 60 / var(--tw-bg-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  --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;
  }
		.container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
	}
@media screen and (min-width: 1280px) and (max-width: 1300px) {
		.\!container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
		.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(239 35 60 / 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(239 35 60 / 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(239 35 60 / 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(239 35 60 / 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(239 35 60 / 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(239 35 60 / var(--tw-text-opacity, 1));
}
.faq_form label input::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(239 35 60 / var(--tw-placeholder-opacity, 1));
}
.faq_form label input::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(239 35 60 / 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(239 35 60 / var(--tw-text-opacity, 1));
}
.faq_form label textarea::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(239 35 60 / var(--tw-placeholder-opacity, 1));
}
.faq_form label textarea::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(239 35 60 / var(--tw-placeholder-opacity, 1));
}
.faq_form label select {
  --tw-bg-opacity: 1;
  background-color: rgb(239 35 60 / 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(239 35 60 / 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;
}
.text-menuFont a {
		color: #0f2239;
	}
.w-fit {
		width: -moz-fit-content;
		width: fit-content;
	}
.slider-shadow {
		box-shadow: 0px 8px 12px rgba(32, 124, 202, 0.2);
	}
@media (max-width: 500px) {
		.wp-block-spacer {
			height: 0 !important;
		}
	}
.noarrow > div {
		display: none;
	}
.text-nowrap {
		text-wrap-mode: nowrap;
	}
.sidebar li.has-children .children {
		height: auto;
	}
.pointer-events-none {
  pointer-events: none;
}
.pointer-events-auto {
  pointer-events: auto;
}
.visible {
  visibility: visible;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.inset-x-0 {
  left: 0px;
  right: 0px;
}
.inset-y-0 {
  top: 0px;
  bottom: 0px;
}
.\!-top-\[50px\] {
  top: -50px !important;
}
.-bottom-12 {
  bottom: -3rem;
}
.-bottom-\[1px\] {
  bottom: -1px;
}
.-bottom-\[200\%\] {
  bottom: -200%;
}
.-left-11 {
  left: -2.75rem;
}
.-left-20 {
  left: -5rem;
}
.-left-8 {
  left: -2rem;
}
.-right-20 {
  right: -5rem;
}
.-top-1 {
  top: -0.25rem;
}
.-top-3 {
  top: -0.75rem;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-1 {
  bottom: 0.25rem;
}
.bottom-20 {
  bottom: 5rem;
}
.bottom-4 {
  bottom: 1rem;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.left-2 {
  left: 0.5rem;
}
.left-3 {
  left: 0.75rem;
}
.left-4 {
  left: 1rem;
}
.right-0 {
  right: 0px;
}
.right-4 {
  right: 1rem;
}
.right-5 {
  right: 1.25rem;
}
.right-\[-18px\] {
  right: -18px;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.top-3 {
  top: 0.75rem;
}
.top-\[10px\] {
  top: 10px;
}
.top-\[118px\] {
  top: 118px;
}
.top-\[12px\] {
  top: 12px;
}
.top-\[143px\] {
  top: 143px;
}
.top-\[4px\] {
  top: 4px;
}
.top-\[58\%\] {
  top: 58%;
}
.top-\[64px\] {
  top: 64px;
}
.top-full {
  top: 100%;
}
.-z-10 {
  z-index: -10;
}
.-z-20 {
  z-index: -20;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-50 {
  z-index: 50;
}
.z-\[1\] {
  z-index: 1;
}
.z-\[2\] {
  z-index: 2;
}
.z-\[3\] {
  z-index: 3;
}
.z-\[9999\] {
  z-index: 9999;
}
.z-\[999\] {
  z-index: 999;
}
.col-span-12 {
  grid-column: span 12 / span 12;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-3 {
  grid-column: span 3 / span 3;
}
.float-right {
  float: right;
}
.m-0 {
  margin: 0px;
}
.m-8 {
  margin: 2rem;
}
.\!my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.\!mb-0 {
  margin-bottom: 0px !important;
}
.\!mt-0 {
  margin-top: 0px !important;
}
.-mb-5 {
  margin-bottom: -1.25rem;
}
.-mt-20 {
  margin-top: -5rem;
}
.-mt-40 {
  margin-top: -10rem;
}
.-mt-\[100px\] {
  margin-top: -100px;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-11 {
  margin-bottom: 2.75rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-14 {
  margin-bottom: 3.5rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.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;
}
.mb-\[5px\] {
  margin-bottom: 5px;
}
.ml-0 {
  margin-left: 0px;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-10 {
  margin-left: 2.5rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-6 {
  margin-left: 1.5rem;
}
.ml-9 {
  margin-left: 2.25rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-0 {
  margin-right: 0px;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mr-9 {
  margin-right: 2.25rem;
}
.mt-0 {
  margin-top: 0px;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-14 {
  margin-top: 3.5rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-20 {
  margin-top: 5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-auto {
  margin-top: auto;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.aspect-\[260\/284\] {
  aspect-ratio: 260/284;
}
.aspect-\[536\/588\] {
  aspect-ratio: 536/588;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.size-12 {
  width: 3rem;
  height: 3rem;
}
.size-14 {
  width: 3.5rem;
  height: 3.5rem;
}
.size-16 {
  width: 4rem;
  height: 4rem;
}
.size-3 {
  width: 0.75rem;
  height: 0.75rem;
}
.size-4 {
  width: 1rem;
  height: 1rem;
}
.size-5 {
  width: 1.25rem;
  height: 1.25rem;
}
.size-6 {
  width: 1.5rem;
  height: 1.5rem;
}
.size-8 {
  width: 2rem;
  height: 2rem;
}
.size-\[48px\] {
  width: 48px;
  height: 48px;
}
.size-\[52px\] {
  width: 52px;
  height: 52px;
}
.size-full {
  width: 100%;
  height: 100%;
}
.\!h-auto {
  height: auto !important;
}
.h-0 {
  height: 0px;
}
.h-0\.5 {
  height: 0.125rem;
}
.h-1 {
  height: 0.25rem;
}
.h-16 {
  height: 4rem;
}
.h-20 {
  height: 5rem;
}
.h-24 {
  height: 6rem;
}
.h-32 {
  height: 8rem;
}
.h-5 {
  height: 1.25rem;
}
.h-56 {
  height: 14rem;
}
.h-6 {
  height: 1.5rem;
}
.h-8 {
  height: 2rem;
}
.h-\[155px\] {
  height: 155px;
}
.h-\[170px\] {
  height: 170px;
}
.h-\[1px\] {
  height: 1px;
}
.h-\[200\%\] {
  height: 200%;
}
.h-\[250px\] {
  height: 250px;
}
.h-\[270px\] {
  height: 270px;
}
.h-\[288px\] {
  height: 288px;
}
.h-\[338px\] {
  height: 338px;
}
.h-\[35px\] {
  height: 35px;
}
.h-\[390px\] {
  height: 390px;
}
.h-\[40px\] {
  height: 40px;
}
.h-\[440px\] {
  height: 440px;
}
.h-\[45px\] {
  height: 45px;
}
.h-\[480px\] {
  height: 480px;
}
.h-\[48px\] {
  height: 48px;
}
.h-\[539px\] {
  height: 539px;
}
.h-\[70px\] {
  height: 70px;
}
.h-\[70vh\] {
  height: 70vh;
}
.h-\[calc\(100vh-86px\)\] {
  height: calc(100vh - 86px);
}
.h-auto {
  height: auto;
}
.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}
.h-full {
  height: 100%;
}
.h-px {
  height: 1px;
}
.max-h-0 {
  max-height: 0px;
}
.max-h-10 {
  max-height: 2.5rem;
}
.max-h-4 {
  max-height: 1rem;
}
.max-h-8 {
  max-height: 2rem;
}
.max-h-\[47px\] {
  max-height: 47px;
}
.max-h-\[48px\] {
  max-height: 48px;
}
.max-h-\[553px\] {
  max-height: 553px;
}
.max-h-\[60px\] {
  max-height: 60px;
}
.min-h-2 {
  min-height: 0.5rem;
}
.min-h-96 {
  min-height: 24rem;
}
.min-h-\[155px\] {
  min-height: 155px;
}
.min-h-\[168px\] {
  min-height: 168px;
}
.min-h-\[185px\] {
  min-height: 185px;
}
.min-h-\[400px\] {
  min-height: 400px;
}
.min-h-dvh {
  min-height: 100dvh;
}
.\!w-screen {
  width: 100vw !important;
}
.w-0\.5 {
  width: 0.125rem;
}
.w-1\/2 {
  width: 50%;
}
.w-14 {
  width: 3.5rem;
}
.w-16 {
  width: 4rem;
}
.w-20 {
  width: 5rem;
}
.w-4 {
  width: 1rem;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-8 {
  width: 2rem;
}
.w-\[125px\] {
  width: 125px;
}
.w-\[170px\] {
  width: 170px;
}
.w-\[1px\] {
  width: 1px;
}
.w-\[250px\] {
  width: 250px;
}
.w-\[255px\] {
  width: 255px;
}
.w-\[35px\] {
  width: 35px;
}
.w-\[400px\] {
  width: 400px;
}
.w-\[40px\] {
  width: 40px;
}
.w-\[430px\] {
  width: 430px;
}
.w-\[50\%\] {
  width: 50%;
}
.w-\[70px\] {
  width: 70px;
}
.w-auto {
  width: auto;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.w-max {
  width: -moz-max-content;
  width: max-content;
}
.w-screen {
  width: 100vw;
}
.min-w-0 {
  min-width: 0px;
}
.min-w-\[200px\] {
  min-width: 200px;
}
.min-w-full {
  min-width: 100%;
}
.\!max-w-full {
  max-width: 100% !important;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-7xl {
  max-width: 80rem;
}
.max-w-\[1088px\] {
  max-width: 1088px;
}
.max-w-\[1300px\] {
  max-width: 1300px;
}
.max-w-\[135px\] {
  max-width: 135px;
}
.max-w-\[1380px\] {
  max-width: 1380px;
}
.max-w-\[150px\] {
  max-width: 150px;
}
.max-w-\[290px\] {
  max-width: 290px;
}
.max-w-\[300px\] {
  max-width: 300px;
}
.max-w-\[328px\] {
  max-width: 328px;
}
.max-w-\[400px\] {
  max-width: 400px;
}
.max-w-\[450px\] {
  max-width: 450px;
}
.max-w-\[460px\] {
  max-width: 460px;
}
.max-w-\[500px\] {
  max-width: 500px;
}
.max-w-\[530px\] {
  max-width: 530px;
}
.max-w-\[540px\] {
  max-width: 540px;
}
.max-w-\[600px\] {
  max-width: 600px;
}
.max-w-\[700px\] {
  max-width: 700px;
}
.max-w-\[716px\] {
  max-width: 716px;
}
.max-w-\[80px\] {
  max-width: 80px;
}
.max-w-\[845px\] {
  max-width: 845px;
}
.max-w-\[963px\] {
  max-width: 963px;
}
.max-w-lg {
  max-width: 32rem;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-screen-lg {
  max-width: 1024px;
}
.max-w-screen-md {
  max-width: 768px;
}
.max-w-screen-sm {
  max-width: 640px;
}
.max-w-screen-xl {
  max-width: 1280px;
}
.max-w-sm {
  max-width: 24rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink {
  flex-shrink: 1;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.grow {
  flex-grow: 1;
}
.border-collapse {
  border-collapse: collapse;
}
.origin-\[0\] {
  transform-origin: 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-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));
}
.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-grab {
  cursor: grab;
}
.cursor-grabbing {
  cursor: grabbing;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.cursor-pointer {
  cursor: pointer;
}
.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.resize-none {
  resize: none;
}
.resize {
  resize: both;
}
.list-\[circle\] {
  list-style-type: circle;
}
.list-decimal {
  list-style-type: decimal;
}
.list-disc {
  list-style-type: disc;
}
.list-none {
  list-style-type: none;
}
.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-\[auto_32px\] {
  grid-template-columns: auto 32px;
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.place-content-center {
  place-content: center;
}
.place-items-center {
  place-items: center;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.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-0 {
  gap: 0px;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-12 {
  gap: 3rem;
}
.gap-16 {
  gap: 4rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-20 {
  gap: 5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-7 {
  gap: 1.75rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-\[5px\] {
  gap: 5px;
}
.gap-x-10 {
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}
.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.gap-y-10 {
  row-gap: 2.5rem;
}
.gap-y-12 {
  row-gap: 3rem;
}
.gap-y-4 {
  row-gap: 1rem;
}
.gap-y-8 {
  row-gap: 2rem;
}
.gap-y-\[70px\] {
  row-gap: 70px;
}
.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.25rem * var(--tw-space-x-reverse));
  margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-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));
}
.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));
}
.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-\[\#D5D5D5\] > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(213 213 213 / var(--tw-divide-opacity, 1));
}
.self-start {
  align-self: flex-start;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.hyphens-manual {
  -webkit-hyphens: manual;
          hyphens: manual;
}
.text-nowrap {
  text-wrap: nowrap;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-\[10px\] {
  border-radius: 10px;
}
.rounded-\[20px\] {
  border-radius: 20px;
}
.rounded-\[7px\] {
  border-radius: 7px;
}
.rounded-\[8px\] {
  border-radius: 8px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-sm {
  border-radius: 0.125rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-b-md {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.rounded-r-3xl {
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}
.rounded-t-md {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}
.rounded-bl-\[8px\] {
  border-bottom-left-radius: 8px;
}
.rounded-br-\[8px\] {
  border-bottom-right-radius: 8px;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-2 {
  border-width: 2px;
}
.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.border-y-0 {
  border-top-width: 0px;
  border-bottom-width: 0px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-l {
  border-left-width: 1px;
}
.border-l-0 {
  border-left-width: 0px;
}
.border-l-\[10px\] {
  border-left-width: 10px;
}
.border-r {
  border-right-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-t-0 {
  border-top-width: 0px;
}
.border-none {
  border-style: none;
}
.\!border-accent {
  --tw-border-opacity: 1 !important;
  border-color: rgb(239 35 60 / var(--tw-border-opacity, 1)) !important;
}
.border-\[\#C0C0C0\] {
  --tw-border-opacity: 1;
  border-color: rgb(192 192 192 / var(--tw-border-opacity, 1));
}
.border-\[\#D5D5D5\] {
  --tw-border-opacity: 1;
  border-color: rgb(213 213 213 / var(--tw-border-opacity, 1));
}
.border-\[\#D7D7D7\] {
  --tw-border-opacity: 1;
  border-color: rgb(215 215 215 / var(--tw-border-opacity, 1));
}
.border-\[\#D9D9D9\] {
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
}
.border-\[\#E5E7EB\] {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-\[\#EAEAEA\] {
  --tw-border-opacity: 1;
  border-color: rgb(234 234 234 / var(--tw-border-opacity, 1));
}
.border-\[\#F2F2F2\] {
  --tw-border-opacity: 1;
  border-color: rgb(242 242 242 / var(--tw-border-opacity, 1));
}
.border-accent {
  --tw-border-opacity: 1;
  border-color: rgb(239 35 60 / var(--tw-border-opacity, 1));
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.border-blue {
  --tw-border-opacity: 1;
  border-color: rgb(32 124 202 / var(--tw-border-opacity, 1));
}
.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.border-gray-600 {
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}
.border-red {
  --tw-border-opacity: 1;
  border-color: rgb(239 35 60 / 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-accent {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(239 35 60 / var(--tw-bg-opacity, 1)) !important;
}
.bg-\[\#007cba14\] {
  background-color: #007cba14;
}
.bg-\[\#F2F2F280\] {
  background-color: #F2F2F280;
}
.bg-\[\#F3F4F6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f9f9f9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 249 / var(--tw-bg-opacity, 1));
}
.bg-\[\#ffffff24\] {
  background-color: #ffffff24;
}
.bg-accent {
  --tw-bg-opacity: 1;
  background-color: rgb(239 35 60 / var(--tw-bg-opacity, 1));
}
.bg-backgroundGray {
  --tw-bg-opacity: 1;
  background-color: rgb(243 247 251 / var(--tw-bg-opacity, 1));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(32 124 202 / var(--tw-bg-opacity, 1));
}
.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}
.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.bg-navy {
  --tw-bg-opacity: 1;
  background-color: rgb(0 13 68 / var(--tw-bg-opacity, 1));
}
.bg-red {
  --tw-bg-opacity: 1;
  background-color: rgb(239 35 60 / 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-opacity-50 {
  --tw-bg-opacity: 0.5;
}
.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.bg-contain {
  background-size: contain;
}
.bg-cover {
  background-size: cover;
}
.bg-center {
  background-position: center;
}
.bg-right {
  background-position: right;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.fill-accent {
  fill: #EF233C;
}
.fill-white {
  fill: #ffffff;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-bottom {
  -o-object-position: bottom;
     object-position: bottom;
}
.object-center {
  -o-object-position: center;
     object-position: center;
}
.p-1 {
  padding: 0.25rem;
}
.p-1\.5 {
  padding: 0.375rem;
}
.p-12 {
  padding: 3rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-7 {
  padding: 1.75rem;
}
.p-8 {
  padding: 2rem;
}
.\!py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.\!pb-0 {
  padding-bottom: 0px !important;
}
.\!pt-0 {
  padding-top: 0px !important;
}
.pb-0\.5 {
  padding-bottom: 0.125rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-16 {
  padding-bottom: 4rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-20 {
  padding-bottom: 5rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pb-\[4px\] {
  padding-bottom: 4px;
}
.pl-10 {
  padding-left: 2.5rem;
}
.pl-12 {
  padding-left: 3rem;
}
.pl-14 {
  padding-left: 3.5rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pr-0 {
  padding-right: 0px;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pr-5 {
  padding-right: 1.25rem;
}
.pr-6 {
  padding-right: 1.5rem;
}
.pt-12 {
  padding-top: 3rem;
}
.pt-14 {
  padding-top: 3.5rem;
}
.pt-16 {
  padding-top: 4rem;
}
.pt-20 {
  padding-top: 5rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-\[140px\] {
  padding-top: 140px;
}
.pt-\[19px\] {
  padding-top: 19px;
}
.pt-\[54\.85\%\] {
  padding-top: 54.85%;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.font-secondary {
  font-family: "DM Sans", sans-serif;
}
.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-6xl {
  font-size: 3.75rem;
  line-height: 1;
}
.text-8xl {
  font-size: 6rem;
  line-height: 1;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[200px\] {
  font-size: 200px;
}
.text-\[25px\] {
  font-size: 25px;
}
.text-\[27px\] {
  font-size: 27px;
}
.text-\[28px\] {
  font-size: 28px;
}
.text-\[35px\] {
  font-size: 35px;
}
.text-\[40px\] {
  font-size: 40px;
}
.text-\[46px\] {
  font-size: 46px;
}
.text-\[48px\] {
  font-size: 48px;
}
.text-\[50px\] {
  font-size: 50px;
}
.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-\[200\] {
  font-weight: 200;
}
.font-\[300\] {
  font-weight: 300;
}
.font-\[400\] {
  font-weight: 400;
}
.font-\[500\] {
  font-weight: 500;
}
.font-\[600\] {
  font-weight: 600;
}
.font-bold {
  font-weight: 700;
}
.font-light {
  font-weight: 300;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.leading-3 {
  line-height: .75rem;
}
.leading-5 {
  line-height: 1.25rem;
}
.leading-8 {
  line-height: 2rem;
}
.leading-\[1\.65\] {
  line-height: 1.65;
}
.leading-\[120\%\] {
  line-height: 120%;
}
.leading-none {
  line-height: 1;
}
.leading-normal {
  line-height: 1.5;
}
.leading-relaxed {
  line-height: 1.625;
}
.leading-snug {
  line-height: 1.375;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-\[-0\.24px\] {
  letter-spacing: -0.24px;
}
.tracking-\[-0\.25px\] {
  letter-spacing: -0.25px;
}
.tracking-\[-0\.32px\] {
  letter-spacing: -0.32px;
}
.tracking-\[-0\.36px\] {
  letter-spacing: -0.36px;
}
.tracking-\[-0\.4px\] {
  letter-spacing: -0.4px;
}
.tracking-\[-0\.56px\] {
  letter-spacing: -0.56px;
}
.tracking-\[-0\.84px\] {
  letter-spacing: -0.84px;
}
.tracking-\[-0\.8px\] {
  letter-spacing: -0.8px;
}
.tracking-\[-0\.96px\] {
  letter-spacing: -0.96px;
}
.tracking-\[-1\.8px\] {
  letter-spacing: -1.8px;
}
.tracking-\[-2\%\] {
  letter-spacing: -2%;
}
.tracking-\[0\.81px\] {
  letter-spacing: 0.81px;
}
.tracking-\[1\.065px\] {
  letter-spacing: 1.065px;
}
.tracking-\[1\.11px\] {
  letter-spacing: 1.11px;
}
.tracking-\[1\.38px\] {
  letter-spacing: 1.38px;
}
.\!text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}
.text-\[\#333333\] {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
}
.text-\[\#333\] {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
}
.text-\[\#414140\] {
  --tw-text-opacity: 1;
  color: rgb(65 65 64 / var(--tw-text-opacity, 1));
}
.text-\[\#64B070\] {
  --tw-text-opacity: 1;
  color: rgb(100 176 112 / var(--tw-text-opacity, 1));
}
.text-\[\#666\] {
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity, 1));
}
.text-\[\#CF2E2E\] {
  --tw-text-opacity: 1;
  color: rgb(207 46 46 / var(--tw-text-opacity, 1));
}
.text-\[\#D5D5D5\] {
  --tw-text-opacity: 1;
  color: rgb(213 213 213 / var(--tw-text-opacity, 1));
}
.text-\[\#D7D7D7\] {
  --tw-text-opacity: 1;
  color: rgb(215 215 215 / var(--tw-text-opacity, 1));
}
.text-\[\#F2F2F2\] {
  --tw-text-opacity: 1;
  color: rgb(242 242 242 / var(--tw-text-opacity, 1));
}
.text-\[\#F7F6F5\] {
  --tw-text-opacity: 1;
  color: rgb(247 246 245 / var(--tw-text-opacity, 1));
}
.text-\[\#ef233c\] {
  --tw-text-opacity: 1;
  color: rgb(239 35 60 / var(--tw-text-opacity, 1));
}
.text-\[\#ef4444\] {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.text-accent {
  --tw-text-opacity: 1;
  color: rgb(239 35 60 / var(--tw-text-opacity, 1));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-fontBlue {
  --tw-text-opacity: 1;
  color: rgb(179 193 211 / var(--tw-text-opacity, 1));
}
.text-fontGray {
  --tw-text-opacity: 1;
  color: rgb(120 128 148 / var(--tw-text-opacity, 1));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.text-menuFont {
  --tw-text-opacity: 1;
  color: rgb(15 34 57 / var(--tw-text-opacity, 1));
}
.text-navy {
  --tw-text-opacity: 1;
  color: rgb(0 13 68 / var(--tw-text-opacity, 1));
}
.text-red {
  --tw-text-opacity: 1;
  color: rgb(239 35 60 / 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;
}
.placeholder-accent::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(239 35 60 / var(--tw-placeholder-opacity, 1));
}
.placeholder-accent::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(239 35 60 / var(--tw-placeholder-opacity, 1));
}
.placeholder-accent\/60::-moz-placeholder {
  color: rgb(239 35 60 / 0.6);
}
.placeholder-accent\/60::placeholder {
  color: rgb(239 35 60 / 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-100 {
  opacity: 1 !important;
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-5 {
  opacity: 0.05;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-70 {
  opacity: 0.7;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px 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;
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[max-height\] {
  transition-property: max-height;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.duration-700 {
  transition-duration: 700ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.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;
}
.otgs-development-site-front-end {
	display: none;
}
/* Fleet Slider */
.fleet-dots .slick-dots {
	bottom: 0;
	display: flex;
	justify-content: center;
	margin: 0;
	margin-top: 40px;
	list-style: none;
	padding: 0;
}
.fleet-dots .slick-dots li {
		position: relative;
		display: inline-block;
		margin: 0 2px;
		padding: 0;
		cursor: pointer;
	}
.fleet-dots .slick-dots li button {
			font-size: 0;
			line-height: 0;
			display: block;
			width: 14px;
			height: 14px;
			padding: 0;
			cursor: pointer;
			color: transparent;
			border: 0;
			outline: none;
			background: #132339;
			opacity: 33%;
			border-radius: 50%;
		}
.fleet-dots .slick-dots li.slick-active button {
			opacity: 100%;
		}
.fleet_slider .car {
	padding: 0 10px;
}
/* END Fleet Slider */
html[lang] {
	margin-top: 0 !important;
}
/* Import Fonts */
.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}
.before\:bottom-0::before {
  content: var(--tw-content);
  bottom: 0px;
}
.before\:left-0::before {
  content: var(--tw-content);
  left: 0px;
}
.before\:top-1\/2::before {
  content: var(--tw-content);
  top: 50%;
}
.before\:-z-10::before {
  content: var(--tw-content);
  z-index: -10;
}
.before\:size-\[5px\]::before {
  content: var(--tw-content);
  width: 5px;
  height: 5px;
}
.before\:h-3::before {
  content: var(--tw-content);
  height: 0.75rem;
}
.before\:h-\[5px\]::before {
  content: var(--tw-content);
  height: 5px;
}
.before\:w-1\/3::before {
  content: var(--tw-content);
  width: 33.333333%;
}
.before\:w-\[5px\]::before {
  content: var(--tw-content);
  width: 5px;
}
.before\:-translate-y-1\/2::before {
  content: var(--tw-content);
  --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));
}
.before\:rounded-full::before {
  content: var(--tw-content);
  border-radius: 9999px;
}
.before\:bg-accent::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(239 35 60 / var(--tw-bg-opacity, 1));
}
.before\:bg-black::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / 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, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.before\:duration-300::before {
  content: var(--tw-content);
  transition-duration: 300ms;
}
.before\:content-\[\'\'\]::before {
  --tw-content: '';
  content: var(--tw-content);
}
.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}
.after\:inset-x-0::after {
  content: var(--tw-content);
  left: 0px;
  right: 0px;
}
.after\:-left-1\.5::after {
  content: var(--tw-content);
  left: -0.375rem;
}
.after\:-top-1\.5::after {
  content: var(--tw-content);
  top: -0.375rem;
}
.after\:-top-\[2px\]::after {
  content: var(--tw-content);
  top: -2px;
}
.after\:bottom-0::after {
  content: var(--tw-content);
  bottom: 0px;
}
.after\:left-0::after {
  content: var(--tw-content);
  left: 0px;
}
.after\:mx-auto::after {
  content: var(--tw-content);
  margin-left: auto;
  margin-right: auto;
}
.after\:block::after {
  content: var(--tw-content);
  display: block;
}
.after\:size-7::after {
  content: var(--tw-content);
  width: 1.75rem;
  height: 1.75rem;
}
.after\:h-1::after {
  content: var(--tw-content);
  height: 0.25rem;
}
.after\:h-\[4px\]::after {
  content: var(--tw-content);
  height: 4px;
}
.after\:w-\[53px\]::after {
  content: var(--tw-content);
  width: 53px;
}
.after\:w-full::after {
  content: var(--tw-content);
  width: 100%;
}
.after\:max-w-\[178px\]::after {
  content: var(--tw-content);
  max-width: 178px;
}
.after\:rounded-full::after {
  content: var(--tw-content);
  border-radius: 9999px;
}
.after\:border-2::after {
  content: var(--tw-content);
  border-width: 2px;
}
.after\:border-accent\/25::after {
  content: var(--tw-content);
  border-color: rgb(239 35 60 / 0.25);
}
.after\:bg-accent::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(239 35 60 / var(--tw-bg-opacity, 1));
}
.after\:bg-white::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.after\:content-\[\'\'\]::after {
  --tw-content: '';
  content: var(--tw-content);
}
.first\:mt-2:first-child {
  margin-top: 0.5rem;
}
.checked\:border-accent:checked {
  --tw-border-opacity: 1;
  border-color: rgb(239 35 60 / var(--tw-border-opacity, 1));
}
.checked\:border-gray-400:checked {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}
.checked\:bg-accent:checked {
  --tw-bg-opacity: 1;
  background-color: rgb(239 35 60 / var(--tw-bg-opacity, 1));
}
.checked\:bg-center:checked {
  background-position: center;
}
.checked\:bg-no-repeat:checked {
  background-repeat: no-repeat;
}
.hover\:left-2:hover {
  left: 0.5rem;
}
.hover\:right-2:hover {
  right: 0.5rem;
}
.hover\:scale-105:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:gap-3:hover {
  gap: 0.75rem;
}
.hover\:gap-4:hover {
  gap: 1rem;
}
.hover\:border-black:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.hover\:border-gray-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}
.hover\:border-red:hover {
  --tw-border-opacity: 1;
  border-color: rgb(239 35 60 / var(--tw-border-opacity, 1));
}
.hover\:border-white:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.hover\:bg-accent:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(239 35 60 / var(--tw-bg-opacity, 1));
}
.hover\:bg-black:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.hover\:bg-blue:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(32 124 202 / var(--tw-bg-opacity, 1));
}
.hover\:bg-red:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(239 35 60 / 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\:bg-opacity-90:hover {
  --tw-bg-opacity: 0.9;
}
.hover\:text-accent:hover {
  --tw-text-opacity: 1;
  color: rgb(239 35 60 / var(--tw-text-opacity, 1));
}
.hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.hover\:text-blue:hover {
  --tw-text-opacity: 1;
  color: rgb(32 124 202 / var(--tw-text-opacity, 1));
}
.hover\:text-red:hover {
  --tw-text-opacity: 1;
  color: rgb(239 35 60 / var(--tw-text-opacity, 1));
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.hover\:underline:hover {
  text-decoration-line: underline;
}
.hover\:opacity-100:hover {
  opacity: 1;
}
.hover\:shadow-xl:hover {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:ring-0:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px;
}
.group:hover .group-hover\:bg-accent {
  --tw-bg-opacity: 1;
  background-color: rgb(239 35 60 / var(--tw-bg-opacity, 1));
}
.group:hover .group-hover\:fill-accent {
  fill: #EF233C;
}
.group:hover .group-hover\:fill-blue {
  fill: #207CCA;
}
.group:hover .group-hover\:fill-red {
  fill: #EF233C;
}
.group:hover .group-hover\:fill-white {
  fill: #ffffff;
}
.group:hover .group-hover\:text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.group:hover .group-hover\:underline {
  text-decoration-line: underline;
}
.group.open-submenu .group-\[\.open-submenu\]\:flex {
  display: flex;
}
.peer:-moz-placeholder ~ .peer-placeholder-shown\:translate-y-0 {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.peer:placeholder-shown ~ .peer-placeholder-shown\:translate-y-0 {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.peer:-moz-placeholder ~ .peer-placeholder-shown\:scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 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));
}
.peer:placeholder-shown ~ .peer-placeholder-shown\:scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 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));
}
.peer:focus ~ .peer-focus\:-translate-y-8 {
  --tw-translate-y: -2rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.peer:focus ~ .peer-focus\:bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.peer:focus ~ .peer-focus\:px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.peer:focus ~ .peer-focus\:px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media (min-width: 640px) {

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

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

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

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

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

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-12 {
    height: 3rem;
  }

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

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

  .md\:w-1\/3 {
    width: 33.333333%;
  }

  .md\:w-2\/3 {
    width: 66.666667%;
  }

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

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

  .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\:grid-cols-\[auto_auto\] {
    grid-template-columns: auto auto;
  }

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

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

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

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

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

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

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

  .md\:p-1\.5 {
    padding: 0.375rem;
  }

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

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

  .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\:absolute {
    position: absolute;
  }

  .lg\:sticky {
    position: sticky;
  }

  .lg\:bottom-10 {
    bottom: 2.5rem;
  }

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

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

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

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

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

  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .lg\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .lg\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .lg\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .lg\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

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

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

  .lg\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .lg\:mb-20 {
    margin-bottom: 5rem;
  }

  .lg\:mb-24 {
    margin-bottom: 6rem;
  }

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

  .lg\:ml-4 {
    margin-left: 1rem;
  }

  .lg\:ml-6 {
    margin-left: 1.5rem;
  }

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

  .lg\:mr-24 {
    margin-right: 6rem;
  }

  .lg\:mt-0 {
    margin-top: 0px;
  }

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

  .lg\:mt-20 {
    margin-top: 5rem;
  }

  .lg\:mt-3 {
    margin-top: 0.75rem;
  }

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

  .lg\:block {
    display: block;
  }

  .lg\:inline {
    display: inline;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

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

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

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

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

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

  .lg\:h-auto {
    height: auto;
  }

  .lg\:max-h-\[350px\] {
    max-height: 350px;
  }

  .lg\:max-h-\[calc\(100vh-2rem\)\] {
    max-height: calc(100vh - 2rem);
  }

  .lg\:w-2\/6 {
    width: 33.333333%;
  }

  .lg\:w-4\/6 {
    width: 66.666667%;
  }

  .lg\:w-\[45\%\] {
    width: 45%;
  }

  .lg\:w-\[55\%\] {
    width: 55%;
  }

  .lg\:w-\[calc\(33\.333\%-1\.67rem\)\] {
    width: calc(33.333% - 1.67rem);
  }

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

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

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

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

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

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

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

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

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

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

  .lg\:max-w-screen-sm {
    max-width: 640px;
  }

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

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

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

  .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\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

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

  .lg\:grid-cols-\[60\%_40\%\] {
    grid-template-columns: 60% 40%;
  }

  .lg\:grid-cols-\[845px_1fr\] {
    grid-template-columns: 845px 1fr;
  }

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

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

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

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

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

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

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

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

  .lg\:gap-1 {
    gap: 0.25rem;
  }

  .lg\:gap-10 {
    gap: 2.5rem;
  }

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

  .lg\:gap-16 {
    gap: 4rem;
  }

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

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

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

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

  .lg\:gap-\[50px\] {
    gap: 50px;
  }

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

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

  .lg\:gap-y-16 {
    row-gap: 4rem;
  }

  .lg\:gap-y-32 {
    row-gap: 8rem;
  }

  .lg\:gap-y-\[70px\] {
    row-gap: 70px;
  }

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

  .lg\:overflow-auto {
    overflow: auto;
  }

  .lg\:border-l {
    border-left-width: 1px;
  }

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

  .lg\:border-r-0 {
    border-right-width: 0px;
  }

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

  .lg\:bg-transparent {
    background-color: transparent;
  }

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

  .lg\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

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

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

  .lg\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

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

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

  .lg\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

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

  .lg\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

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

  .lg\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

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

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

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

  .lg\:pb-14 {
    padding-bottom: 3.5rem;
  }

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

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

  .lg\:pb-36 {
    padding-bottom: 9rem;
  }

  .lg\:pb-40 {
    padding-bottom: 10rem;
  }

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

  .lg\:pl-16 {
    padding-left: 4rem;
  }

  .lg\:pl-24 {
    padding-left: 6rem;
  }

  .lg\:pr-0 {
    padding-right: 0px;
  }

  .lg\:pr-12 {
    padding-right: 3rem;
  }

  .lg\:pr-16 {
    padding-right: 4rem;
  }

  .lg\:pr-24 {
    padding-right: 6rem;
  }

  .lg\:pt-16 {
    padding-top: 4rem;
  }

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

  .lg\:pt-24 {
    padding-top: 6rem;
  }

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

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

  .lg\:pt-36 {
    padding-top: 9rem;
  }

  .lg\:pt-40 {
    padding-top: 10rem;
  }

  .lg\:text-left {
    text-align: left;
  }

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

  .lg\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .lg\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .lg\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .lg\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }

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

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

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

  .lg\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .lg\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .lg\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

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

  .lg\:shadow-md {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}
@media (min-width: 1280px) {

  .xl\:block {
    display: block;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:hidden {
    display: none;
  }

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

  .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (orientation: landscape) {

  .landscape\:h-\[500px\] {
    height: 500px;
  }
}
@media (min-width: 1024px) {

  @media (orientation: landscape) {

    .lg\:landscape\:h-\[800px\] {
      height: 800px;
    }
  }
}
.\[\&\.current-menu-item\>a\]\:text-black.current-menu-item>a {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.\[\&\.current-menu-item_a\]\:font-bold.current-menu-item a {
  font-weight: 700;
}
.\[\&\.open-menu\]\:\!bg-white.open-menu {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
}
.\[\&\.open-menu\]\:\!shadow-none.open-menu {
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.\[\&\.scrolled\]\:\!bg-white.scrolled {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
}
.\[\&\.scrolled\]\:shadow-lg.scrolled {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.\[\&\.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(239 35 60 / var(--tw-border-opacity, 1));
}
.\[\&_\.wpcf7-submit\]\:bg-accent .wpcf7-submit {
  --tw-bg-opacity: 1;
  background-color: rgb(239 35 60 / 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;
}
.\[\&_a\:hover\]\:text-blue a:hover {
  --tw-text-opacity: 1;
  color: rgb(32 124 202 / var(--tw-text-opacity, 1));
}
.\[\&_a\]\:block a {
  display: block;
}
.\[\&_a\]\:\!bg-none a {
  background-image: none !important;
}
.\[\&_a\]\:text-xl a {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.\[\&_a\]\:tracking-\[-0\.56px\] a {
  letter-spacing: -0.56px;
}
.\[\&_a\]\:text-black a {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.\[\&_a\]\:no-underline a {
  text-decoration-line: none;
}
.\[\&_a\]\:transition-colors a {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
@media (min-width: 1024px) {

  .lg\:\[\&_a\]\:mb-4 a {
    margin-bottom: 1rem;
  }

  .lg\:\[\&_a\]\:text-3xl a {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
.\[\&_b\]\:font-bold b {
  font-weight: 700;
}
.\[\&_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\]\: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\]\:transition-all path {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.\[\&_path\]\:hover\:stroke-accent:hover path {
  stroke: #EF233C;
}
.group:hover .group-hover\:\[\&_path\]\:stroke-white path {
  stroke: #ffffff;
}
.\[\&_polygon\:hover\]\:\!opacity-65 polygon:hover {
  opacity: 0.65 !important;
}
.\[\&_polygon\]\:cursor-pointer polygon {
  cursor: pointer;
}
.\[\&_polygon\]\:fill-black polygon {
  fill: #000000;
}
.\[\&_polygon\]\:opacity-0 polygon {
  opacity: 0;
}
.\[\&_polygon\]\:transition-all polygon {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.\[\&_polygon\]\:duration-300 polygon {
  transition-duration: 300ms;
}
.\[\&_polygon\]\:ease-in-out polygon {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.\[\&_strong\]\:font-bold strong {
  font-weight: 700;
}
.\[\&_svg\]\:transition-all svg {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.\[\&_svg_circle\]\:stroke-accent svg circle {
  stroke: #EF233C;
}
.\[\&_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: #EF233C;
}
.\[\&_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-14 {
  bottom: 3.5rem;
}
.active.\[\.active\&\]\:\!bg-\[\#D8D8D8\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(216 216 216 / var(--tw-bg-opacity, 1)) !important;
}
.active .\[\.active_\&\]\:h-auto {
  height: auto;
}
.active .\[\.active_\&\]\: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));
}
.active .\[\.active_\&\]\:\!bg-\[\#D8D8D8\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(216 216 216 / var(--tw-bg-opacity, 1)) !important;
}
.active .\[\.active_\&\]\:pb-4 {
  padding-bottom: 1rem;
}
.bg-accent .\[\.bg-accent_\&\]\:text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.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-menu .\[\.open-menu_\&\]\:relative {
  position: relative;
}
.open-menu .\[\.open-menu_\&\]\:\!border-l {
  border-left-width: 1px !important;
}
.open-menu .\[\.open-menu_\&\]\:\!border-solid {
  border-style: solid !important;
}
.open-menu .\[\.open-menu_\&\]\:\!border-\[\#D5D5D5\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(213 213 213 / var(--tw-border-opacity, 1)) !important;
}
.open-menu .\[\.open-menu_\&\]\:\!pb-5 {
  padding-bottom: 1.25rem !important;
}
.open-menu .\[\.open-menu_\&\]\:\!pt-\[19px\] {
  padding-top: 19px !important;
}
.open-menu .\[\.open-menu_\&\]\:\!brightness-100 {
  --tw-brightness: brightness(1) !important;
  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) !important;
}
@media (min-width: 1024px) {

  .open-menu .lg\:\[\.open-menu_\&\]\:\!left-16 {
    left: 4rem !important;
  }
}
.open-submenu.\[\.open-submenu\&_svg\]\:rotate-180 svg {
  --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));
}
.open .\[\.open_\&\]\:left-0 {
  left: 0px;
}
.open .\[\.open_\&\]\: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));
}
.open .\[\.open_\&\]\:border-accent {
  --tw-border-opacity: 1;
  border-color: rgb(239 35 60 / var(--tw-border-opacity, 1));
}
.open .\[\.open_\&\]\:bg-accent {
  --tw-bg-opacity: 1;
  background-color: rgb(239 35 60 / var(--tw-bg-opacity, 1));
}
.open .\[\.open_\&\]\:hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.scrolled .\[\.scrolled_\&\]\:top-\[44px\] {
  top: 44px;
}
.scrolled .\[\.scrolled_\&\]\:border-none {
  border-style: none;
}
.scrolled .\[\.scrolled_\&\]\:py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.submenu .\[\.submenu_\&\]\:bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.submenu .\[\.submenu_\&\]\:pl-8 {
  padding-left: 2rem;
}
.submenu .\[\.submenu_\&\]\:hover\:bg-\[\#D9D9D9\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(217 217 217 / var(--tw-bg-opacity, 1));
}
.white-version .\[\.white-version_\&\]\:brightness-\[100\] {
  --tw-brightness: brightness(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);
}

