*, ::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;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

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

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

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

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

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

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

button {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

.container {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 1240px) {
  .container {
    max-width: 80rem;
  }
}

.splide__list {
  /* @apply !h-auto */
}

.splide__arrow {
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 0.375rem;
}

.splide__progress__bar {
  --tw-bg-opacity: 1;
  background-color: rgb(32 31 41 / var(--tw-bg-opacity, 1));
}

/* Responsive Padding Left & Right */

/* .responsive-pr {
		@apply pr-[calc((var(--width)-1280px)/2)]
	} */

/* Button */

.btn {
  position: relative;
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  overflow: hidden;
  white-space: nowrap;
  border-radius: 0.5rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(233 0 0 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(233 0 0 / var(--tw-bg-opacity, 1));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --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: 500ms;
}

.btn:hover {
  --tw-border-opacity: 1;
  border-color: rgb(201 1 1 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(201 1 1 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

.btn:disabled {
  cursor: not-allowed;
  opacity: 0.8;
}

@media (min-width: 576px) {
  .btn {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 768px) {
  .btn {
    padding: 1rem;
  }
}

.btn .icon {
  --tw-text-opacity: 1;
  color: rgb(233 0 0 / var(--tw-text-opacity, 1));
}

.btn .text {
  flex: 1 1 0%;
}

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

.btn:hover .arrow {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

.btn-transparent-and-bordered {
  --tw-border-opacity: 1 !important;
  border-color: rgb(214 218 233 / var(--tw-border-opacity, 1)) !important;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1 !important;
  color: rgb(4 5 12 / var(--tw-text-opacity, 1)) !important;
}

.btn-transparent-and-bordered:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(214 218 233 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1 !important;
  color: rgb(4 5 12 / var(--tw-text-opacity, 1)) !important;
}

.btn-transparent-and-bordered .arrow {
  --tw-text-opacity: 1 !important;
  color: rgb(4 5 12 / var(--tw-text-opacity, 1)) !important;
}

.btn-black {
  --tw-border-opacity: 1;
  border-color: rgb(4 5 12 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(4 5 12 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.btn-black:hover {
  --tw-border-opacity: 1;
  border-color: rgb(59 71 104 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(59 71 104 / var(--tw-bg-opacity, 1));
}

.btn-black svg,
	.btn-green svg {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.btn-sm {
  height: 3rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.btn-full {
  width: 100%;
}

/* .btn-border-white {
		@apply border-white/20 text-white
	}
	.btn-filled {
		@apply bg-black border-black text-white
	}
	.btn-white-filled {
		@apply bg-white border-blue_d6d text-blue-200

		hover:bg-yellow-500 hover:border-yellow-500 hover:text-white
	}
	.btn-gold-filled {
		@apply bg-yellow-500 border-yellow-500 text-white

		hover:bg-yellow-500_2 hover:border-yellow-500_2
	}
	.btn-blue-filled {
		@apply bg-blue_103 border-blue_103 text-white

		hover:bg-green-500text-green-500 hover:border-green-500text-green-500
	}
	.btn-md {
		@apply py-2.5 px-5 text-sm h-11
	}

	.btn .icon {
		@apply mx-3 transition-all

		first:!ml-0 last:!mr-0
	}
	.btn span.icon {
		@apply bg-blue-200/20 transition-all
	}
	.btn:not(.btn--hover-no-effect):hover .icon {
		@apply mx-5
	} */

/* Button */

/* Mobile Menu */

#mobile-menu {
  position: fixed;
  top: 0px;
  left: 100%;
  z-index: 50;
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  overflow-y: auto;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: var(--header-height);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

body.mobile-menu-opened {
  /* @apply fixed */
}

body.mobile-menu-opened #mobile-menu {
  left: 0px;
}

.mobile-menu_menu {
  display: flex;
  flex-direction: column;
}

.mobile-menu_menu__li {
  border-bottom-width: 1px;
  border-style: solid;
  border-color: rgb(32 31 41 / 0.1);
}

.mobile-menu_menu__li.opened .mobile-menu_menu__submenu_wrapper {
  height: var(--height);
}

.mobile-menu_menu__li.opened .mobile-menu_menu__a {
  --tw-text-opacity: 1;
  color: rgb(233 0 0 / var(--tw-text-opacity, 1));
}

.mobile-menu_menu__li.opened .mobile-menu_menu__a 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));
}

.mobile-menu_menu__submenu_wrapper {
  height: 0px;
  overflow: hidden;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.mobile-menu_menu__submenu_wrapper--in {
  margin-left: 0px;
  margin-right: 0px;
  max-width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}

.mobile-menu_menu__submenu--list {
}

.mobile-menu_menu__submenu--sub-item {
  display: grid;
  gap: 0.25rem;
  border-top-width: 1px;
  border-style: solid;
  border-color: rgb(32 31 41 / 0.1);
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.mobile-menu_menu__submenu--sub-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(32 31 41 / var(--tw-text-opacity, 1));
}

.group:hover .mobile-menu_menu__submenu--sub-top {
  --tw-text-opacity: 1;
  color: rgb(233 0 0 / var(--tw-text-opacity, 1));
}

.mobile-menu_menu__submenu--sub-content {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(32 31 41 / 0.6);
}

.mobile-menu_menu__a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(32 31 41 / var(--tw-text-opacity, 1));
}

.mobile-menu_menu__a svg {
  height: 1.5rem;
  width: 1.5rem;
  min-width: 24px;
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  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;
}

#mobile-menu__bottom {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#mobile-menu__bottom_lang {
  margin-bottom: 2.5rem;
}

.mobile-menu__bottom_lang__li {
}

.mobile-menu__bottom_lang__a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 0.375rem;
  border-top-width: 1px;
  border-style: solid;
  border-color: rgb(32 31 41 / 0.1);
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(32 31 41 / var(--tw-text-opacity, 1));
}

#mobile-menu__bottom_social {
  margin-bottom: 3rem;
  display: flex;
  justify-content: center;
  gap: 0.75rem;
}

#mobile-menu__bottom_social li {
}

#mobile-menu__bottom_social li a {
  display: flex;
  height: 3rem;
  width: 3rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(32 31 41 / 0.2);
  color: rgb(32 31 41 / 0.8);
}

/* #close-mobile-menu {
		@apply absolute top-0 left-0 h-screen w-[40%] text-white bg-blue_103/60 z-[999] flex items-center justify-center opacity-0 pointer-events-none transition-all duration-500
	}
	body.mobile-menu-opened #close-mobile-menu {
		@apply opacity-100 pointer-events-auto
	} */

/* End: Mobile Menu */

/* Header Search Form */

#header--search {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 99999999;
  --tw-translate-y: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-bottom-width: 1px;
  border-style: solid;
  border-color: rgb(4 5 12 / 0.1);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

#header--search.opened {
  --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));
}

#header--search__form {
  margin: 0px;
  display: flex;
}

#header--search__input {
  height: 3.5rem;
  flex: 1 1 0%;
  padding-left: 2.75rem;
  padding-right: 2.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(4 5 12 / var(--tw-text-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.header--search__button {
  display: flex;
  height: 3.5rem;
  width: 3.5rem;
  align-items: center;
  justify-content: center;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

#header--search__button {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

#header--search__button:hover {
  background-color: rgb(4 5 12 / 0.1);
}

#header--search__close {
  --tw-bg-opacity: 1;
  background-color: rgb(233 0 0 / var(--tw-bg-opacity, 1));
}

#header--search__close:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(4 5 12 / var(--tw-bg-opacity, 1));
}

/* End: Header Search Form */

/* Header */

body.home #header {
  left: 0px;
  top: 0px;
  right: 0px;
}

@media (min-width: 768px) {
  body.home #header {
    position: absolute;
  }
}

body:not(.mobile-menu-opened).hide-top-bar.hide-header #header {
  --tw-translate-y: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

body.hide-top-bar #header {
  --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));
}

@media (min-width: 576px) {
  body.hide-top-bar #header {
    --tw-translate-y: -3rem;
    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));
  }
}

#header {
  top: 0px;
  left: 0px;
  z-index: 50;
  width: 100%;
  --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));
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  --tw-gradient-from: rgb(4 5 12 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: rgb(4 5 12 / 0) var(--tw-gradient-to-position);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

body.header-hovered #header,
	#header.bg-color-white {
  --tw-gradient-from: #ffffff var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  --tw-gradient-to: #ffffff var(--tw-gradient-to-position) !important;
}

body.header-hovered .header--top__social li a,
	#header.bg-color-white .header--top__social li a {
  /* @apply text-[#3B4767] */
}

body.header-hovered #header--logo,
	#header.bg-color-white #header--logo {
  --tw-text-opacity: 1;
  color: rgb(35 43 62 / var(--tw-text-opacity, 1));
}

body.header-hovered #header--top,
	body.header-hovered #header--bottom,
	#header.bg-color-white #header--top,
	#header.bg-color-white #header--bottom {
  --tw-border-opacity: 1;
  border-color: rgb(214 218 233 / var(--tw-border-opacity, 1));
}

body.header-hovered #header--mobile_menu,
	#header.bg-color-white #header--mobile_menu {
  --bar-color: #232B3E;
}

/* Top Bar */

#top-bar {
  border-bottom-width: 1px;
  border-style: solid;
  border-color: rgb(255 255 255 / 0.2);
  --tw-bg-opacity: 1;
  background-color: rgb(233 0 0 / var(--tw-bg-opacity, 1));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

@media (min-width: 1441px) {
  #top-bar {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}

#top-bar__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

#top-bar__wrapper .fake,
	#top-bar__wrapper .arrow-right {
  display: none;
  height: 1.5rem;
  width: 1.5rem;
}

@media (min-width: 768px) {
  #top-bar__wrapper .fake,
	#top-bar__wrapper .arrow-right {
    display: flex;
  }
}

#top-bar__wrapper .fake {
  order: 1;
}

#top-bar__content {
  order: 2;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
}

@media (min-width: 576px) {
  #top-bar__content {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

#top-bar__wrapper .arrow-right {
  order: 3;
}

/* End: Top Bar */

/* Header Top */

#header--top {
  display: none;
  border-bottom-width: 1px;
  border-style: solid;
  border-color: rgb(255 255 255 / 0.15);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

@media (min-width: 768px) {
  #header--top {
    display: block;
  }
}

#header--top .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Header Top Social */

.header--top__social {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.header--top__social li {
}

body.header-hovered .header--top__info li span.parent,
	body.header-hovered .header--top__social li a,
	header.bg-color-white .header--top__info li span.parent,
	header.bg-color-white .header--top__social li a {
  --tw-text-opacity: 1;
  color: rgb(59 71 103 / var(--tw-text-opacity, 1));
}

.header--top__social li a {
  display: flex;
  height: 2.25rem;
  width: 2.25rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  background-color: transparent;
  --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: 500ms;
}

.header--top__social li a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(233 0 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

.header--top__info li span.parent {
  display: flex;
  height: 2.25rem;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background-color: transparent;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.header--top__info li span.text {
  display: inline-flex;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.header--top__social li a svg {
}

/* Header Bottom */

#header--bottom {
  border-bottom-width: 1px;
  border-style: solid;
  border-color: rgb(255 255 255 / 0.15);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

#header--bottom .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#header--logo {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

#header--logo svg {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

#header--bottom_right {
  display: none;
  align-items: center;
  justify-items: end;
}

@media (min-width: 992px) {
  #header--bottom_right {
    display: flex;
  }
}

a#header--search_menu {
  margin-left: 1.5rem;
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  background-color: rgb(255 255 255 / 0.1);
  --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: 500ms;
}

a#header--search_menu:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(233 0 0 / var(--tw-text-opacity, 1));
}

body.header-hovered a#header--search_menu,
	header.bg-color-white a#header--search_menu {
  --tw-bg-opacity: 1;
  background-color: rgb(4 5 12 / var(--tw-bg-opacity, 1));
}

body.header-hovered a#header--search_menu:hover,
	header.bg-color-white a#header--search_menu:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(233 0 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

#header--lang {
  position: relative;
  margin-left: 1rem;
}

.group[open] #header--lang {
  display: none;
}

#header--lang[open] #header--lang__switcher {
  background-color: rgb(255 255 255 / 0.1);
}

#header--lang__switcher {
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  background-color: rgb(255 255 255 / 0.1);
  --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;
}

#header--lang__switcher:hover {
  background-color: rgb(255 255 255 / 0.1);
}

body.header-hovered a#header--lang__switcher,
	header.bg-color-white a#header--lang__switcher {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(233 0 0 / var(--tw-bg-opacity, 1)) !important;
}

body.header-hovered a#header--lang__switcher:hover,
	header.bg-color-white a#header--lang__switcher:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(4 5 12 / var(--tw-bg-opacity, 1)) !important;
}

#header--lang__ul {
  pointer-events: none;
  position: absolute;
  top: 50%;
  right: 0px;
  width: 11rem;
  overflow: hidden;
  padding-top: 0.75rem;
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

.group[open] #header--lang__ul {
  pointer-events: auto;
  top: 100%;
  opacity: 1;
}

#header--lang__ul {
  filter: drop-shadow(1px 0px 20px rgba(0,0,0,0.2));
}

#header--lang__ul:before {
  position: absolute;
  left: 80%;
  top: 14px;
  --tw-translate-x: 50%;
  --tw-translate-y: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-width: 8px;
  border-color: transparent;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-content: '';
  content: var(--tw-content);
}

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

.header--lang__li:first-child {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
  padding-top: 1rem;
}

.header--lang__li:last-child {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
  padding-bottom: 1rem;
}

.header--lang__a {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  gap: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(32 31 41 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

.header--lang__a:hover {
  background-color: rgb(255 255 255 / 0.1);
}

.header--lang__a:hover::before {
  content: var(--tw-content);
  width: 0.25rem;
}

.header--lang__a:before {
  position: absolute;
  left: 0px;
  top: 50%;
  height: 1.25rem;
  width: 0px;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-top-right-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(233 0 0 / var(--tw-bg-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  --tw-content: '';
  content: var(--tw-content);
}

/* Header Menu */

#header--mobile_menu {
  display: flex;
  height: 2.5rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  border-width: 1px;
  border-style: solid;
  border-color: var(--bar-color);
  padding: 0.625rem;
  color: var(--bar-color);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 992px) {
  #header--mobile_menu {
    display: none;
  }
}

#header--mobile_menu {
  --bar-color: #fff;
}

/* Header Mega Menu */

#header--bottom_left {
  display: none;
}

@media (min-width: 992px) {
  #header--bottom_left {
    display: flex;
  }
}

#header--bottom_left .header--bottom_menu__li {
  /* @apply first:border-l-0 */
}

#header--bottom_middle {
  display: inline;
}

.header--bottom_menu {
  display: flex;
  align-items: center;
}

.header--bottom_menu__li {
  /* @apply border-r border-solid border-black/20 */
  /* first:border-l */
}

.header--bottom_menu__li:hover .header--bottom_menu__submenu_wrapper {
  pointer-events: auto;
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 1;
}

.header--bottom_menu__li:hover .header--bottom_menu__a::after {
  content: var(--tw-content);
  width: 100%;
}

.header--bottom_menu__li:hover .header--bottom_menu__a 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));
}

.header--bottom_menu__submenu_wrapper {
  pointer-events: none;
  position: absolute;
  left: 0px;
  top: 100%;
  width: 100%;
  overflow-y: auto;
  border-bottom-width: 1px;
  border-style: solid;
  border-color: rgb(4 5 12 / 0.1);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 4vh;
  padding-bottom: 4vh;
  opacity: 0;
}

.header--bottom_menu__submenu_wrapper--in {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: flex-start !important;
  gap: 2rem;
}

/* .header--bottom_menu__submenu--parent-details span {
		@apply mr-2 transition-all

		group-hover:mr-4
	} */

.header--bottom_menu__submenu--parent-item + .header--bottom_menu__submenu--list {
  grid-column: span 2 / span 2;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.header--bottom_menu__submenu--list {
  grid-column: span 3 / span 3;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: flex-start;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

.header--bottom_menu__submenu--list.cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

.header--bottom_menu__submenu--sub-item {
  display: grid;
  gap: 1rem;
  border-top-width: 1px;
  border-style: solid;
  border-color: rgb(4 5 12 / 0.1);
  padding-top: 3vh;
  padding-bottom: 3vh;
}

.header--bottom_menu__submenu--sub-item:nth-child(1),
	.header--bottom_menu__submenu--sub-item:nth-child(2),
	.header--bottom_menu__submenu--sub-item:nth-child(3) {
  border-width: 0px;
}

.header--bottom_menu__submenu--list.cols-4 .header--bottom_menu__submenu--sub-item:nth-child(4) {
  border-width: 0px;
}

.header--bottom_menu__submenu--parent-item + .header--bottom_menu__submenu--list .header--bottom_menu__submenu--sub-item:nth-child(3) {
  border-top-width: 1px;
}

.header--bottom_menu__submenu--sub-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(4 5 12 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

.group:hover .header--bottom_menu__submenu--sub-top {
  --tw-text-opacity: 1;
  color: rgb(233 0 0 / var(--tw-text-opacity, 1));
}

.header--bottom_menu__submenu--sub-content {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(4 5 12 / 0.6);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

.group:hover .header--bottom_menu__submenu--sub-content {
  color: rgb(4 5 12 / 0.9);
}

body.header-hovered .header--bottom_menu__a,
	header.bg-color-white .header--bottom_menu__a {
  --tw-text-opacity: 1;
  color: rgb(59 71 103 / var(--tw-text-opacity, 1));
}

.header--bottom_menu__a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --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: 500ms;
}

.header--bottom_menu__a::after {
  position: absolute;
  left: 50%;
  bottom: -1px;
  height: 0.25rem;
  width: 0px;
  --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(233 0 0 / var(--tw-bg-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  --tw-content: '';
  content: var(--tw-content);
}

@media (min-width: 1240px) {
  .header--bottom_menu__a {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.header--bottom_menu__a svg {
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  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;
}

/* Main */

/* body:not(.home) main {
		@apply pt-[var(--header-height)]
	} */

main {
  flex: 1 1 0%;
}

/* Section */

/* Section Header */

.section-header {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
  display: grid;
  max-width: 48rem;
  text-align: center;
}

@media (min-width: 768px) {
  .section-header {
    margin-bottom: 3rem;
  }
}

.section-header__left {
  max-width: 100%;
  gap: 0.75rem;
  text-align: left;
}

@media (min-width: 992px) {
  .section-header__left {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 2rem;
  }
}

.section-header__left .section-header--subtitle {
  grid-column: span 1 / span 1;
  margin-bottom: 0px;
  text-align: left;
}

@media (min-width: 992px) {
  .section-header__left .section-header--inner {
    grid-column: span 5 / span 5;
  }
}

.section-header__left .section-header--title {
  text-align: left;
}

.section-header__left .section-header--desc {
  text-align: left;
}

.section-header__white .section-header--subtitle,
	.section-header__white .section-header--title,
	.section-header__white .section-header--desc {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

.section-header--subtitle {
  margin-bottom: 0.75rem;
  padding-top: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(233 0 0 / var(--tw-text-opacity, 1));
}

.section-header--inner {
  /* @apply  */
}

.section-header--title {
  margin-bottom: 0.25rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(35 43 62 / var(--tw-text-opacity, 1));
}

.section-header--title:last-child {
  margin-bottom: 0px;
}

@media (min-width: 768px) {
  .section-header--title {
    margin-bottom: 0.5rem;
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 992px) {
  .section-header--title {
    margin-bottom: 0.75rem;
  }
}

.section-header--desc {
  margin-bottom: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(59 71 103 / var(--tw-text-opacity, 1));
}

.section-header--desc:last-child {
  margin-bottom: 0px;
}

@media (min-width: 768px) {
  .section-header--desc {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

/* Header Section */

#header_section {
  display: flex;
  max-height: 100vh;
  flex-direction: column;
  --tw-bg-opacity: 1;
  background-color: rgb(32 31 41 / var(--tw-bg-opacity, 1));
}

@media (min-width: 768px) {
  #header_section {
    height: 100vh;
  }
}

/* End: Header Section */

/* Home: Slider */

#home-slider {
  position: relative;
  height: calc(100% - 144px);
  width: 100%;
}

@media not all and (min-width: 768px) {
  #home-slider {
    aspect-ratio: 3/4;
  }
}

#home-slider .splide__track {
  height: 100%;
}

.home-slider__item.is-active .home-slider__icon,
	.home-slider__item.is-active .home-slider__title,
	.home-slider__item.is-active .home-slider__desc,
	.home-slider__item.is-active .home-slider__btn {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 1;
}

.home-slider__item.is-active .home-slider__bg {
  --tw-scale-x: var(--scale);
  --tw-scale-y: var(--scale);
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: var(--opacity);
  --tw-blur: blur(var(--blur));
  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);
}

.home-slider__text_area {
  position: absolute;
  left: 5%;
  top: 50%;
  z-index: 20;
  display: flex;
  max-width: 36rem;
  --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));
  flex-direction: column;
  justify-content: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.home-slider__title {
  margin-bottom: 0.5rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  line-height: 1.25;
  transition-delay: 300ms;
}

@media (min-width: 576px) {
  .home-slider__title {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 1240px) {
  .home-slider__title {
    font-size: 3rem;
    line-height: 1;
  }
}

@media (min-width: 1441px) {
  .home-slider__title {
    margin-bottom: 1.25rem;
  }
}

.home-slider__desc {
  margin-bottom: 1.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
  transition-delay: 500ms;
}

.home-slider__desc:last-child {
  margin-bottom: 0px !important;
}

@media (min-width: 576px) {
  .home-slider__desc {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 992px) {
  .home-slider__desc {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 1441px) {
  .home-slider__desc {
    margin-bottom: 2.5rem;
  }
}

.home-slider__btn {
  transition-delay: 700ms;
}

.home-slider__icon,
	.home-slider__title,
	.home-slider__desc,
	.home-slider__btn {
  --tw-translate-y: 2.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 0;
  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: 500ms;
}

#home-slider .splide__pagination {
  bottom: 2rem;
  display: none;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

@media (min-width: 768px) {
  #home-slider .splide__pagination {
    display: flex;
  }
}

#home-slider .splide__pagination__page {
  margin: 0px;
  height: 0.625rem;
  width: 0.625rem;
  --tw-scale-x: 1 !important;
  --tw-scale-y: 1 !important;
  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)) !important;
  border-radius: 0px;
  border-radius: 0.125rem;
  background-color: rgb(255 255 255 / 0.2);
  text-align: left;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  opacity: 0.5 !important;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

#home-slider .splide__pagination__page:hover {
  opacity: 0.8 !important;
}

#home-slider .splide__pagination__page.is-active {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  opacity: 1 !important;
}

@media not all and (min-width: 768px) {
  #home-slider .splide__arrow {
    top: auto;
    bottom: 1.25rem;
    --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));
  }

  #home-slider .splide__arrow.splide__arrow--prev {
    left: auto;
    right: 5rem;
  }
}

.home-slider__item {
  position: relative;
  display: flex;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(32 31 41 / var(--tw-bg-opacity, 1));
}

.home-slider__backdrop {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgb(4 5 12 / 0.1);
}

.home-slider__backdrop:before {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  height: calc(var(--header-height) + 40px);
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  --tw-gradient-from: rgb(4 5 12 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(4 5 12 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: rgb(4 5 12 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(4 5 12 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
  --tw-gradient-to: rgb(4 5 12 / 0) var(--tw-gradient-to-position);
  --tw-content: '';
  content: var(--tw-content);
}

.home-slider__backdrop:after {
  position: absolute;
  left: 0px;
  bottom: 0px;
  right: 0px;
  display: none;
  height: 120px;
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
  --tw-gradient-from: rgb(4 5 12 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: rgb(4 5 12 / 0) var(--tw-gradient-to-position);
  --tw-content: '';
  content: var(--tw-content);
}

@media (min-width: 768px) {
  .home-slider__backdrop:after {
    display: inline;
  }
}

.home-slider__bg {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.home-slider__bg_web {
  display: none;
}

@media (min-width: 768px) {
  .home-slider__bg_web {
    display: inline;
  }

  .home-slider__bg_mobile {
    display: none;
  }
}

.home-slider__video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

/* End: Home: Slider */

/* Home: Company Logos */

#home-company-logos {
  background-size: cover;
  background-position: center;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

@media (min-width: 768px) {
  #home-company-logos {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

#home-company-logos__container {
  display: grid;
  gap: 2rem;
}

@media not all and (min-width: 576px) {
  #home-company-logos__container {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (min-width: 768px) {
  #home-company-logos__container {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media (min-width: 992px) {
  #home-company-logos__container {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

#home-company-logos__left {
  position: relative;
  display: none;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 768px) {
  #home-company-logos__left {
    grid-column: span 2 / span 2;
    display: inline-flex;
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (min-width: 992px) {
  #home-company-logos__left {
    grid-column: span 1 / span 1;
  }
}

#home-company-logos__left .section-header__left {
  margin-bottom: 0px;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 0px;
}

#home-company-logos__left .section-header--subtitle {
  margin-bottom: 0.5rem;
  padding: 0px;
}

#home-company-logos__left .splide__arrows {
  position: absolute;
  top: 0px;
  right: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

@media (min-width: 1240px) {
  #home-company-logos__left .splide__arrows {
    top: -0.75rem;
    flex-direction: row;
    gap: 0.5rem;
  }
}

#home-company-logos__left .splide__arrow {
  position: relative;
  left: 0px !important;
  right: 0px !important;
  top: 0px;
  display: none;
  height: 2rem;
  width: 2rem;
  --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));
  border-width: 1px;
  border-style: solid;
  border-color: rgb(255 255 255 / 0.4);
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  opacity: 1;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

#home-company-logos__left .splide__arrow:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  background-color: rgb(255 255 255 / 0.4);
}

@media (min-width: 768px) {
  #home-company-logos__left .splide__arrow {
    display: flex;
  }
}

@media (min-width: 576px) {
  #home-company-logos__right {
    grid-column: span 3 / span 3;
  }
}

@media (min-width: 992px) {
  #home-company-logos__right {
    grid-column: span 2 / span 2;
  }
}

.home-company-logos__item {
  display: flex;
  align-items: center;
}

@media screen and (max-height: 800px) and (min-width: 768px) {
  #home-slider {
    height: calc(100% - 96px);
  }

  #home-company-logos {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  #home-company-logos__container {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  #home-company-logos__left .title-section__subtitle {
    margin-bottom: 0.75rem;
  }

  #home-company-logos__left .title-section__desc {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  #home-company-logos__left {
    grid-column: span 2 / span 2;
  }

  #home-company-logos__left .splide__arrows {
    top: 0px;
    gap: 0.5rem;
  }

  #home-company-logos__left .splide__arrow {
    height: 2rem;
    width: 2rem;
  }

  #home-company-logos__left .splide__arrow svg {
    height: 1.25rem;
    width: 1.25rem;
  }

  #home-company-logos__right {
    grid-column: span 3 / span 3;
  }
}

/* End: Home: Company Logos */

/* @media screen and (min-height: 999px) {
		#header--top {
			@apply py-2
		}
		#header--logo {
			@apply py-5
		}
		.header--bottom_menu__a {
			@apply py-8
		}
		#home-company-logos {
			@apply py-8
		}
		#header_section {
			@apply max-h-[calc(100vh-142px)]
		}
		#home-slider {
			@apply h-[calc(100%-176px)]
		}
	} */

/* Home: About */

#home-about {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 768px) {
  #home-about {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

#home-about--buttons {
  margin-bottom: 2rem;
  display: none;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}

@media (min-width: 768px) {
  #home-about--buttons {
    display: grid;
  }
}

@media (min-width: 992px) {
  #home-about--buttons {
    margin-bottom: 3rem;
    gap: 2rem;
  }
}

#home-about--buttons .btn {
  flex: 1 1 0%;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 768px) {
  #home-about--buttons .btn {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

#home-about--buttons .btn .icon {
  height: 1.5rem;
  width: 1.5rem;
}

@media (min-width: 992px) {
  #home-about--buttons .btn .icon {
    height: 2rem;
    width: 2rem;
  }
}

#home-about--body {
  display: grid;
  gap: 2rem;
}

@media (min-width: 992px) {
  #home-about--body {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

#home-about--body img {
  display: block;
  width: 100%;
  border-radius: 0.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}

#home-about--body-left {
  display: none;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
}

@media (min-width: 992px) {
  #home-about--body-left {
    display: grid;
  }
}

#home-about--body-left img {
}

#home-about--body-left-left {
  display: grid;
  gap: 2rem;
}

#home-about--body-left-left img {
  height: 207px;
}

#home-about--body-left-right {
  grid-column: span 2 / span 2;
}

#home-about--body-left-right img {
  height: 680px;
}

#home-about--body-right {
  display: grid;
  gap: 2rem;
}

#home-about--body-right__content {
}

#home-about--body-right__content p {
  margin-bottom: 1.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(59 71 103 / var(--tw-text-opacity, 1));
}

#home-about--body-right__content p:last-child {
  margin-bottom: 0px;
}

#home-about--body-right__image {
  display: none !important;
}

@media (min-width: 992px) {
  #home-about--body-right__image {
    display: inline-block !important;
  }
}

/* End: Home: About */

/* Tab Wrapper */

.tab-wrapper {
}

.tab-wrapper__nav {
}

.tab-wrapper__nav__item {
}

.tab-wrapper__nav__item.active {
}

.tab-wrapper__content {
}

.tab-wrapper__content__item {
  display: none !important;
}

.tab-wrapper__content__item.in {
  display: inline-flex !important;
}

/* End: Tab Wrapper */

/* Home Categories */

#home-categories2 {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 768px) {
  #home-categories2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

#home-categories2__bg {
  pointer-events: none;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  cursor: none;
  --tw-bg-opacity: 1;
  background-color: rgb(23 32 38 / var(--tw-bg-opacity, 1));
}

#home-categories2 .section-header--title {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

#home-categories2 .section-header--desc {
  --tw-text-opacity: 1;
  color: rgb(153 152 155 / var(--tw-text-opacity, 1));
}

/* End: Home Categories */

/* Home Categories */

#home-categories {
  position: relative;
  display: grid;
  --tw-bg-opacity: 1;
  background-color: rgb(4 5 12 / var(--tw-bg-opacity, 1));
}

@media (min-width: 768px) {
  #home-categories {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

#home-categories:before {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 10;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #201F29 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(32 31 41 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: rgb(32 31 41 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #201F29 var(--tw-gradient-via-position), var(--tw-gradient-to);
  --tw-gradient-via-position: 10%;
  --tw-gradient-to: rgb(32 31 41 / 0) var(--tw-gradient-to-position);
  --tw-content: '';
  content: var(--tw-content);
}

#home-categories-left {
  position: relative;
  z-index: 10;
  grid-column: span 1 / span 1;
  display: flex;
  flex-direction: row;
  overflow-x: auto;
  border-right-width: 1px;
  border-style: solid;
  border-color: rgb(255 255 255 / 0.2);
}

@media (min-width: 768px) {
  #home-categories-left {
    flex-direction: column;
    overflow: hidden;
  }
}

.home-categories-left__list {
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  border-bottom-width: 1px;
  border-style: solid;
  border-color: rgb(255 255 255 / 0.2);
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(192 197 214 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

.home-categories-left__list:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 992px) {
  .home-categories-left__list {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-right: 2.5rem;
    padding-left: 3.5rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1441px) {
  .home-categories-left__list {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
    padding-right: 3rem;
    padding-left: 5rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.home-categories-left__list:before {
  pointer-events: none;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 0;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: rgb(233 0 0 / 0.6) var(--tw-gradient-to-position);
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  --tw-content: '';
  content: var(--tw-content);
}

@media (min-width: 768px) {
  .home-categories-left__list:before {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }
}

.home-categories-left__list.active {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.home-categories-left__list.active:before {
  opacity: 1;
}

.home-categories-left__list span {
  position: relative;
  z-index: 10;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .home-categories-left__list span {
    white-space: normal;
  }
}

.home-categories-left__list svg {
  position: absolute;
  right: 2.5rem;
  z-index: 10;
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

.home-categories-left__list.active svg {
  right: 1rem;
}

@media (min-width: 768px) {
  .home-categories-left__list.active svg {
    opacity: 1;
  }
}

#home-categories-right {
  display: flex;
  align-items: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  #home-categories-right {
    grid-column: span 2 / span 2;
  }
}

.home-categories-right-content__item {
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .home-categories-right-content__item {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}

@media (min-width: 992px) {
  .home-categories-right-content__item {
    padding-left: 9rem;
    padding-right: 13rem;
  }
}

.home-categories-right-content__item-in {
  position: relative;
  z-index: 10;
  display: flex;
  width: 100%;
  flex-direction: column;
}

.home-categories-right-content__mini-title {
  position: relative;
  margin-bottom: 2rem;
  display: inline-block;
  padding-bottom: 0.75rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(233 0 0 / var(--tw-text-opacity, 1));
}

.home-categories-right-content__mini-title:after {
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 0.125rem;
  width: 3rem;
  --tw-bg-opacity: 1;
  background-color: rgb(233 0 0 / var(--tw-bg-opacity, 1));
  --tw-content: '';
  content: var(--tw-content);
}

.home-categories-right-content__title {
  margin-bottom: 1rem;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
}

.home-categories-right-content__content {
  margin-bottom: 1.5rem;
}

.home-categories-right-content__content p {
  margin-bottom: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1.5;
}

.home-categories-right-content__content p:last-child {
  margin-bottom: 0px;
}

@media (min-width: 992px) {
  .home-categories-right-content__content p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.home-categories-right-content__image {
  pointer-events: none;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.2;
}

/* End: Home Categories */

/* Home Numbers */

#home-numbers {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(214 218 233 / var(--tw-border-opacity, 1));
  background-color: rgb(192 197 214 / 0.2);
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 768px) {
  #home-numbers {
    padding-top: 4rem;
    padding-bottom: 9rem;
  }
}

#home-numbers .section-header {
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  #home-numbers .section-header {
    margin-bottom: 4rem;
  }
}

#home-numbers--body {
  display: grid;
}

@media (min-width: 576px) {
  #home-numbers--body {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 992px) {
  #home-numbers--body {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.home-numbers--item {
  border-right-width: 0px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(214 218 233 / var(--tw-border-opacity, 1));
}

.home-numbers--item:last-child {
  border-right-width: 0px;
}

@media (min-width: 576px) {
  .home-numbers--item:nth-child(odd) {
    border-right-width: 1px;
  }
}

@media (min-width: 992px) {
  .home-numbers--item {
    border-right-width: 1px;
  }
}

@media (min-width: 1240px) {
  .home-numbers--item {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.home-numbers--inner {
  border-top-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(214 218 233 / var(--tw-border-opacity, 1));
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 992px) {
  .home-numbers--inner {
    padding: 1.5rem;
    padding-bottom: 2rem;
  }
}

.home-numbers--item__number {
  margin-bottom: 0.5rem;
  display: flex;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(233 0 0 / var(--tw-text-opacity, 1));
}

.home-numbers--item__title {
  margin-bottom: 0.5rem;
  display: flex;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(35 43 62 / var(--tw-text-opacity, 1));
}

.home-numbers--item__text {
  display: flex;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(59 71 103 / var(--tw-text-opacity, 1));
}

/* End: Home Numbers */

/* Home Image Content */

#home-image-content {
  --tw-bg-opacity: 1;
  background-color: rgb(23 32 38 / var(--tw-bg-opacity, 1));
}

#home-image-content__wrapper {
  display: grid;
  align-items: flex-end;
}

@media (min-width: 768px) {
  #home-image-content__wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 5rem;
  }
}

@media (min-width: 992px) {
  #home-image-content__wrapper {
    align-items: center;
  }
}

#home-image-content__left {
  display: flex;
  flex-direction: column;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media (min-width: 768px) {
  #home-image-content__left {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

@media (min-width: 992px) {
  #home-image-content__left {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

#home-image-content__left .section-header {
  margin-bottom: 0px;
}

#home-image-content__left .section-header--subtitle,
	#home-image-content__left .section-header--title,
	#home-image-content__left .section-header--desc {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  #home-image-content__right {
    margin-top: -5rem;
  }
}

#home-image-content__right-thumb {
  position: relative;
}

#home-image-content__right-title {
  position: absolute;
  left: 1.25rem;
  bottom: 1.25rem;
  width: 83.333333%;
  font-size: 1.875rem;
  line-height: 2.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

#home-image-content__right-title span {
  --tw-bg-opacity: 1;
  background-color: rgb(233 0 0 / var(--tw-bg-opacity, 1));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

#home-image-content__right-desc {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

/* End: Home Image Content */

/* Home Blog */

#home-blog {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 768px) {
  #home-blog {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

#home-blog--wrapper {
  margin-bottom: 2rem;
  display: grid;
  gap: 1rem;
}

@media (min-width: 576px) {
  #home-blog--wrapper {
    margin-bottom: 3rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  #home-blog--wrapper {
    gap: 2rem;
  }
}

@media (min-width: 992px) {
  #home-blog--wrapper {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.blog-card {
  position: relative;
  padding-bottom: 3rem;
}

.blog-card--image {
  height: auto;
  width: 100%;
  border-radius: 0.5rem;
}

.blog-card--text-area {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 0px;
  display: grid;
  border-radius: 0.5rem;
  border-width: 2px;
  border-style: solid;
  --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: 0.5rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

.group:hover .blog-card--text-area {
  --tw-border-opacity: 1;
  border-color: rgb(35 43 62 / var(--tw-border-opacity, 1));
}

@media (min-width: 768px) {
  .blog-card--text-area {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.blog-card--date {
  margin-bottom: 0.25rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(233 0 0 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

@media (min-width: 768px) {
  .blog-card--date {
    margin-bottom: 0.5rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.blog-card--title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(35 43 62 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .blog-card--title {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

/* End: Home Blog */

/* Page Banner */

#page-banner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom-width: 4px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(233 0 0 / var(--tw-border-opacity, 1));
  background-size: cover;
  background-position: center;
  padding-top: 10vw;
  padding-bottom: 10vw;
}

@media (min-width: 768px) {
  #page-banner {
    height: 25vw;
  }
}

@media (min-width: 1441px) {
  #page-banner {
    height: 300px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

#page-banner--bg {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  background-color: rgb(32 31 41 / 0.8);
}

#page-banner--bg:before {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  --tw-gradient-from: rgb(32 31 41 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: rgb(32 31 41 / 0) var(--tw-gradient-to-position);
  --tw-content: '';
  content: var(--tw-content);
}

#page-banner--title-area {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  #page-banner--title-area {
    gap: 1rem;
  }
}

#page-banner--title {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

@media (min-width: 576px) {
  #page-banner--title {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 768px) {
  #page-banner--title {
    font-size: 3rem;
    line-height: 1;
  }
}

@media (min-width: 992px) {
  #page-banner--title {
    font-size: 3.75rem;
    line-height: 1;
  }
}

#page-banner--desc {
  max-width: 36rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 768px) {
  #page-banner--desc {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

#page-banner.page-type__category {
  --tw-border-opacity: 1;
  border-color: rgb(214 218 233 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  background-image: none !important;
}

#page-banner.page-type__category #page-banner--bg {
  display: none;
}

#page-banner.page-type__category #page-banner--title {
  --tw-text-opacity: 1;
  color: rgb(4 5 12 / var(--tw-text-opacity, 1));
}

#page-banner.page-type__category #page-banner--desc {
  --tw-text-opacity: 1;
  color: rgb(59 71 103 / var(--tw-text-opacity, 1));
}

/* End: Page Banner */

/* Page Detail */

#page-detail {
  --tw-bg-opacity: 1;
  background-color: rgb(232 232 232 / var(--tw-bg-opacity, 1));
  padding-bottom: 4rem;
  padding-top: 2.5rem;
}

@media (min-width: 768px) {
  #page-detail {
    padding-bottom: 9rem;
    padding-top: 5rem;
  }
}

#page-detail--wrapper {
  display: grid;
  vertical-align: top;
}

@media (min-width: 992px) {
  #page-detail--wrapper {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
}

#page-detail--wrapper.page--has_menu {
  gap: 2rem;
}

@media (min-width: 992px) {
  #page-detail--wrapper.page--has_menu {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}

#page--sidebar {
  display: none;
}

@media (min-width: 992px) {
  #page--sidebar {
    grid-column: span 3 / span 3;
    display: block;
  }
}

body:not(.hide-header) #page--sidebar--inner {
  top: calc(46px + var(--header-height));
}

#page--sidebar--inner {
  position: sticky;
  top: 6rem;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1.5rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

#page--sidebar-title {
  margin-bottom: 1.5rem;
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(214 218 233 / var(--tw-border-opacity, 1));
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(35 43 62 / var(--tw-text-opacity, 1));
}

#page--sidebar-title span {
  position: relative;
  display: inline-flex;
  padding-bottom: 1.5rem;
}

#page--sidebar-title span:before {
  position: absolute;
  left: 0px;
  bottom: -0.125rem;
  display: flex;
  height: 0.25rem;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(233 0 0 / var(--tw-bg-opacity, 1));
  --tw-content: '';
  content: var(--tw-content);
}

#page--sidebar--wrapper {
  overflow-x: scroll;
}

#page--sidebar__nav-menu {
  display: flex;
  flex-wrap: nowrap;
}

@media (min-width: 992px) {
  #page--sidebar__nav-menu {
    flex-direction: column;
  }
}

#page--sidebar__nav-menu li {
}

#page--sidebar__nav-menu li a {
  display: flex;
  white-space: nowrap;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(59 71 103 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

#page--sidebar__nav-menu li a:hover {
  --tw-text-opacity: 1;
  color: rgb(233 0 0 / var(--tw-text-opacity, 1));
}

@media (min-width: 992px) {
  #page--sidebar__nav-menu li a {
    white-space: normal;
  }

  #page--content {
    grid-column: span 9 / span 9;
  }
}

/* End: Page Detail */

/* Page - Catelog */

#page--catalog-list {
  display: grid;
  gap: 2rem;
}

.catalog-card {
  display: flex;
  flex-direction: column;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

@media (min-width: 768px) {
  .catalog-card {
    flex-direction: row;
    padding-right: 3rem;
  }
}

.catalog-card--text-area {
  flex: 1 1 0%;
  padding: 1.5rem;
}

@media (min-width: 768px) {
  .catalog-card--text-area {
    padding: 3rem;
  }
}

.catalog-card--title {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(35 43 62 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .catalog-card--title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.catalog-card--desc {
  margin-bottom: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(59 71 103 / var(--tw-text-opacity, 1));
}

.catalog-card--buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

@media (min-width: 576px) {
  .catalog-card--buttons {
    gap: 1rem;
  }
}

.catalog-card--img {
  display: none;
  aspect-ratio: 1 / 1;
  -o-object-fit: contain;
     object-fit: contain;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

@media (min-width: 768px) {
  .catalog-card--img {
    display: inline-block;
  }
}

/* End: Page - Catelog */

/* Post Content */

.post-content {
  margin-bottom: 3.5rem;
  --tw-text-opacity: 1;
  color: rgb(59 71 103 / var(--tw-text-opacity, 1));
}

.post-content:last-child {
  margin-bottom: 0px;
}

.post-content .wpforms-container:first-child {
  margin-top: 0px;
}

.post-content .wpforms-container:last-child {
  margin-bottom: 0px;
}

.post-content p {
  margin-bottom: 1.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

.post-content p:last-child {
  margin-bottom: 0px;
}

@media (min-width: 576px) {
  .post-content p {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.post-content strong {
  --tw-text-opacity: 1;
  color: rgb(35 43 62 / var(--tw-text-opacity, 1));
}

.post-content a {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(233 0 0 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}

.post-content h2,
	.post-content h3,
	.post-content h4,
	.post-content h5 {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(35 43 62 / var(--tw-text-opacity, 1));
}

.post-content h2:last-child,
	.post-content h3:last-child,
	.post-content h4:last-child,
	.post-content h5:last-child {
  margin-bottom: 0px;
}

.post-content h2 {
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (min-width: 768px) {
  .post-content h2 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.post-content iframe {
  aspect-ratio: 16 / 9;
  height: auto;
  width: 100%;
}

.post-content ul,
	.post-content ol {
  margin-left: 1.25rem;
  margin-bottom: 1.5rem;
  list-style-type: disc;
}

.post-content ul:last-child,
	.post-content ol:last-child {
  margin-bottom: 0px;
}

.post-content ol {
  list-style-type: decimal;
}

.post-content ul li,
	.post-content ol li {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.post-content img {
  border-radius: 0.5rem;
}

/* End: Post Content */

/* Post Gallery */

.post-gallery {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

@media (min-width: 992px) {
  .post-gallery {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2rem;
  }

  .post-gallery__5 {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
}

.post-gallery__5 .post-gallery--item:nth-child(1),
	.post-gallery__5 .post-gallery--item:nth-child(2) {
  grid-column: span 3 / span 3;
}

.post-gallery__5 .post-gallery--item {
  grid-column: span 2 / span 2;
}

.post-gallery__5 .post-gallery--img {
  height: auto;
  width: 100%;
}

.post-gallery:before,
	.post-gallery:after {
  position: absolute;
  left: -1rem;
  top: -1rem;
  display: flex;
  aspect-ratio: 16/9;
  width: 33.333333%;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(233 0 0 / var(--tw-bg-opacity, 1));
  --tw-content: '';
  content: var(--tw-content);
}

@media (min-width: 576px) {
  .post-gallery:before,
	.post-gallery:after {
    width: 25%;
  }
}

.post-gallery:after {
  left: auto;
  top: auto;
  right: -1rem;
  bottom: -1rem;
}

.post-gallery--item {
  position: relative;
  z-index: 10;
}

.post-gallery--img {
  display: flex;
  border-radius: 0.5rem;
}

/* End: Post Gallery */

/* Product Category Detail */

#product-cat-detail {
  position: relative;
  z-index: 10;
  margin-top: -2rem;
}

#product-cat--content {
}

#product-cat--content .post-content {
  margin-top: -1rem;
  margin-bottom: 2rem;
  border-radius: 0.5rem;
  border-bottom-width: 4px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(233 0 0 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1.25rem;
}

@media (min-width: 768px) {
  #product-cat--content .post-content {
    margin-top: -3rem;
    padding: 2.5rem;
  }
}

#product-cat-search {
  margin-bottom: 2rem;
  display: grid;
  gap: 1rem;
}

@media (min-width: 768px) {
  #product-cat-search {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 1.5rem;
  }
}

@media (min-width: 1240px) {
  #product-cat-search {
    gap: 2rem;
  }
}

#product-cat-list {
  margin-bottom: 2.5rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

#product-cat-list:last-child {
  margin-bottom: 0px;
}

@media (min-width: 768px) {
  #product-cat-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 992px) {
  #product-cat-list {
    gap: 1.5rem;
  }
}

@media (min-width: 1240px) {
  #product-cat-list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 2rem;
  }
}

#product-cat-list.show-first-8 > *:nth-child(n+9) {
  display: none;
}

#product-cat-list .pagination {
  grid-column: span 4 / span 4;
}

.product-card {
  position: relative;
  display: block;
  border-radius: 0.5rem;
  border-width: 1px;
  border-style: solid;
  --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: 1rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

.product-card:hover {
  --tw-border-opacity: 1;
  border-color: rgb(233 0 0 / var(--tw-border-opacity, 1));
}

.product-card--icon {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  z-index: 10;
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  --tw-translate-y: 33.333333%;
  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));
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(233 0 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

.group:hover .product-card--icon {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 1;
}

.product-card--image_wrapper {
  display: flex;
  padding-bottom: 0.5rem;
}

@media (min-width: 576px) {
  .product-card--image_wrapper {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-bottom: 1rem;
  }
}

.product-card--image {
  display: flex;
  aspect-ratio: 1 / 1;
  height: 100%;
  width: 100%;
  border-radius: 0.5rem;
  -o-object-fit: contain;
     object-fit: contain;
  --tw-blur: blur(0);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.product-card--image.lazy:not(.loaded) {
  --tw-blur: blur(12px);
  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);
}

.product-card--title {
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(59 71 103 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

.group:hover .product-card--title {
  --tw-text-opacity: 1;
  color: rgb(233 0 0 / var(--tw-text-opacity, 1));
}

/* Product Category Detail */

/* Product Detail */

#product-detail {
  --tw-bg-opacity: 1;
  background-color: rgb(232 232 232 / var(--tw-bg-opacity, 1));
  padding-bottom: 4rem;
}

@media (min-width: 768px) {
  #product-detail {
    padding-bottom: 9rem;
  }
}

#product-detail--wrapper {
  position: relative;
  margin-top: -2rem;
  display: grid;
  align-items: flex-start;
  gap: 2rem;
}

@media (min-width: 1240px) {
  #product-detail--wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

#product-detail--gallery {
  margin-bottom: 1rem;
  display: grid;
  gap: 1rem;
}

#product-detail--gallery:last-child {
  margin-bottom: 0px;
}

@media (min-width: 768px) {
  #product-detail--gallery {
    margin-bottom: 1.5rem;
    gap: 1.5rem;
  }
}

@media (min-width: 992px) {
  #product-detail--gallery {
    margin-bottom: 2rem;
    gap: 2rem;
  }
}

#product-detail--slider {
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1.5rem;
}

#product-detail--slider .splide__list,
	#product-detail--slider .splide__list li.splide__slide {
  height: auto !important;
}

#product-detail--slider .splide__list li.splide__slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

#product-detail--slider .splide__list li.splide__slide img {
  aspect-ratio: 16 / 9;
  -o-object-fit: contain;
     object-fit: contain;
}

#product-detail--thumbnail-slider .splide__list {
  display: grid;
  width: 100%;
  --tw-translate-x: 0px !important;
  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)) !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}

@media (min-width: 576px) {
  #product-detail--thumbnail-slider .splide__list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
  }
}

@media (min-width: 992px) {
  #product-detail--thumbnail-slider .splide__list {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media (min-width: 1240px) {
  #product-detail--thumbnail-slider .splide__list {
    width: 604px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2rem;
  }
}

#product-detail--thumbnail-slider .splide__list li.splide__slide {
  margin: 0px !important;
  border-radius: 0.5rem;
  border-width: 2px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 0.5rem;
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

@media (min-width: 768px) {
  #product-detail--thumbnail-slider .splide__list li.splide__slide {
    padding: 1.25rem;
  }
}

#product-detail--thumbnail-slider .splide__list li.splide__slide.is-active {
  --tw-border-opacity: 1;
  border-color: rgb(233 0 0 / var(--tw-border-opacity, 1));
}

#product-detail--thumbnail-slider .splide__list li.splide__slide img {
  aspect-ratio: 1 / 1;
  -o-object-fit: contain;
     object-fit: contain;
}

.product-detail--content {
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1.25rem;
}

@media (min-width: 768px) {
  .product-detail--content {
    padding: 2rem;
  }
}

.product-detail--content .post-content {
  margin-bottom: 1.5rem;
}

.product-detail--content .post-content:last-child {
  margin-bottom: 0px;
}

.product-detail--content .post-content h2 {
  font-size: 1.5rem;
  line-height: 2rem;
}

.product-detail--content .post-content h3,
	#product-detail--features h3 {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.product-detail--content .post-content p {
  font-size: 1rem;
  line-height: 1.5rem;
}

#product-detail--buttons {
  margin-bottom: 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

#product-detail--buttons:last-child {
  margin-bottom: 0px;
}

#product-detail--features {
}

#product-detail--features h3 {
  margin-bottom: 1.5rem;
  font-weight: 700;
  line-height: 1;
}

#product-detail--features__list {
  display: grid;
  gap: 1rem;
}

.product-detail--features__item {
  display: grid;
  gap: 0.25rem;
}

.product-detail--features__name {
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(98 108 133 / var(--tw-text-opacity, 1));
}

.product-detail--features__value {
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(35 43 62 / var(--tw-text-opacity, 1));
}

/* End: Product Detail */

/* References */

#references--wrapper {
  position: relative;
  padding-top: 1rem;
}

@media (min-width: 768px) {
  #references--wrapper {
    margin-top: -2rem;
    padding-top: 0px;
  }
}

ul#references--nav-list {
  margin-bottom: 1rem;
  display: flex;
  width: 100%;
  gap: 0.5rem;
  overflow-x: auto;
  white-space: nowrap;
}

@media (min-width: 768px) {
  ul#references--nav-list {
    margin-bottom: 2rem;
    gap: 1.5rem;
  }
}

li.references--nav__item {
  display: flex;
  height: 2.5rem;
  flex: 1 1 0%;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(59 71 103 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

li.references--nav__item:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(59 71 103 / var(--tw-bg-opacity, 1)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

@media (min-width: 768px) {
  li.references--nav__item {
    height: 3.5rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 992px) {
  li.references--nav__item {
    height: 4rem;
  }
}

li.references--nav__item.active {
  --tw-bg-opacity: 1;
  background-color: rgb(233 0 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

#references--items {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

@media (min-width: 768px) {
  #references--items {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
  }
}

@media (min-width: 992px) {
  #references--items {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1240px) {
  #references--items {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

.reference-card {
  display: none;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

img.reference-card--img {
  display: flex;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.reference-card--title {
  padding: 1rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(59 71 103 / var(--tw-text-opacity, 1));
}

/* End: References */

/* Category */

#category-list {
  display: grid;
  gap: 1rem;
}

@media (min-width: 768px) {
  #category-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 992px) {
  #category-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2rem;
  }
}

#category-list .blog-card .blog-card--date {
  --tw-text-opacity: 1;
  color: rgb(59 71 103 / var(--tw-text-opacity, 1));
}

#category-list .blog-card:hover .blog-card--date {
  --tw-text-opacity: 1;
  color: rgb(233 0 0 / var(--tw-text-opacity, 1));
}

#category-list .blog-card .blog-card--text-area {
  --tw-border-opacity: 1;
  border-color: rgb(232 232 232 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(232 232 232 / var(--tw-bg-opacity, 1));
}

#category-list .blog-card:hover .blog-card--text-area {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

@media (min-width: 768px) {
  #category-list .pagination {
    grid-column: span 2 / span 2;
  }
}

@media (min-width: 992px) {
  #category-list .pagination {
    grid-column: span 3 / span 3;
  }
}

.blog-big-card {
  margin-bottom: 1rem;
  display: grid;
  gap: 0.5rem;
}

@media (min-width: 576px) {
  .blog-big-card {
    margin-bottom: 0px;
    gap: 1rem;
  }
}

@media (min-width: 768px) {
  .blog-big-card {
    grid-column: span 2 / span 2;
  }
}

@media (min-width: 992px) {
  .blog-big-card {
    grid-column: span 3 / span 3;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 2rem;
  }
}

.blog-big-card.even .blog-big-card--image {
  order: 2;
}

.blog-big-card.even .blog-big-card--text-area {
  order: 1;
}

.blog-big-card--image {
  aspect-ratio: 710/380;
  border-radius: 0.5rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

@media (min-width: 992px) {
  .blog-big-card--image {
    grid-column: span 7 / span 7;
  }
}

.blog-big-card--text-area {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.5rem;
}

@media (min-width: 992px) {
  .blog-big-card--text-area {
    grid-column: span 5 / span 5;
    gap: 1rem;
  }
}

.blog-big-card--date {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(233 0 0 / var(--tw-text-opacity, 1));
}

.blog-big-card--title {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(35 43 62 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .blog-big-card--title {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.blog-big-card--excerpt {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-wrap: balance;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(59 71 103 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .blog-big-card--excerpt {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.blog-big-card--link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(233 0 0 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

.group:hover .blog-big-card--link {
  gap: 1rem;
}

/* End: Category */

/* Blog Banner */

#blog-banner {
  position: relative;
  border-bottom-width: 4px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(214 218 233 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

#blog-banner__wrapper {
  position: relative;
  z-index: 10;
  display: grid;
  align-items: center;
  gap: 2rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media (min-width: 768px) {
  #blog-banner__wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

#blog-banner__left {
  display: grid;
  gap: 2rem;
}

#blog-banner__date {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(233 0 0 / var(--tw-text-opacity, 1));
}

#blog-banner__title {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgb(35 43 62 / var(--tw-text-opacity, 1));
}

@media (min-width: 992px) {
  #blog-banner__title {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

#blog-banner__right {
}

#blog-banner__banner {
  aspect-ratio: 710/380;
  height: auto;
  width: 100%;
  border-radius: 0.5rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

/* End: Blog Banner */

/* Blog Detail */

#page-detail.post-detail {
  padding-top: 4rem;
  padding-bottom: 6rem;
}

#post-detail--wrapper {
  max-width: 64rem;
}

/* End: Blog Detail */

/* Related Posts */

#related-posts {
  border-top-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(200 206 226 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(232 232 232 / var(--tw-bg-opacity, 1));
  padding-top: 6rem;
  padding-bottom: 7rem;
}

#related-posts--wrapper {
}

#related-posts--title {
  margin-bottom: 2rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(35 43 62 / var(--tw-text-opacity, 1));
}

#related-posts--list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
}

/* End: Related Posts */

/* Pagination */

nav.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}

nav.pagination ul {
  display: flex;
  align-items: center;
  gap: 1rem;
}

nav.pagination ul li {
}

nav.pagination ul li.active {
}

nav.pagination ul li a {
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(4 5 12 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

nav.pagination ul li a:hover {
  background-color: rgb(233 0 0 / 0.2) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(233 0 0 / var(--tw-text-opacity, 1)) !important;
}

@media (min-width: 768px) {
  nav.pagination ul li a {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

nav.pagination ul li.arrow a {
  background-color: transparent;
}

nav.pagination ul li.active a {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(233 0 0 / var(--tw-bg-opacity, 1)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

/* End: Pagination */

/* Contact Form */

.form-group {
  position: relative;
}

.form-group .form-icon {
  pointer-events: none;
  position: absolute;
  left: 1rem;
  right: 0.75rem;
  top: 50%;
  height: 1.5rem;
  width: 1.5rem;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-text-opacity: 1;
  color: rgb(59 71 103 / var(--tw-text-opacity, 1));
}

.form-control {
  height: 58px;
  width: 100%;
  border-radius: 0.5rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(214 218 233 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(35 43 62 / var(--tw-text-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.form-control::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(59 71 103 / var(--tw-text-opacity, 1));
}

.form-control::placeholder {
  --tw-text-opacity: 1;
  color: rgb(59 71 103 / var(--tw-text-opacity, 1));
}

.form-control:focus {
  --tw-border-opacity: 1;
  border-color: rgb(59 71 103 / var(--tw-border-opacity, 1));
}

.form-control:disabled {
  cursor: not-allowed;
  --tw-border-opacity: 1;
  border-color: rgb(216 218 225 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

textarea.form-control {
  height: 8rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.form-control--with-icon {
  padding-left: 3.5rem;
}

.form-label {
  position: absolute;
  top: 0.5rem;
  inset-inline-start: 0.25rem;
  z-index: 10;
  transform-origin: 0;
  --tw-translate-y: -1rem;
  --tw-translate-x: 0.5rem;
  --tw-scale-x: .75;
  --tw-scale-y: .75;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(59 71 103 / var(--tw-text-opacity, 1));
  transition-duration: 300ms;
}

.peer:-moz-placeholder-shown ~ .form-label {
  top: 1.75rem;
  --tw-translate-y: -50%;
  --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 ~ .form-label {
  top: 1.75rem;
  --tw-translate-y: -50%;
  --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 ~ .form-label {
  top: 0.5rem;
  --tw-translate-y: -1rem;
  --tw-scale-x: .75;
  --tw-scale-y: .75;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(59 71 103 / var(--tw-text-opacity, 1));
}

.peer:focus ~ .form-label:where([dir="rtl"], [dir="rtl"] *) {
  left: auto;
  --tw-translate-x: 25%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

/* End: Contact Form */

/* Contact */

#contact-form {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  --tw-gradient-from: #ffffff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #E8E8E8 var(--tw-gradient-to-position);
  padding-bottom: 2.5rem;
}

@media (min-width: 768px) {
  #contact-form {
    padding-bottom: 4rem;
  }
}

@media (min-width: 1240px) {
  #contact-form {
    padding-bottom: 6rem;
  }
}

#contact-header {
  margin-left: auto;
  margin-right: auto;
  width: 83.333333%;
  max-width: 36rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 768px) {
  #contact-header {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

@media (min-width: 1240px) {
  #contact-header {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

#contact-header--title {
  margin-bottom: 0.5rem;
  text-align: center;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(35 43 62 / var(--tw-text-opacity, 1));
}

#contact-header--title:last-child {
  margin-bottom: 0px;
}

@media (min-width: 992px) {
  #contact-header--title {
    margin-bottom: 1rem;
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 1240px) {
  #contact-header--title {
    font-size: 3rem;
    line-height: 1;
  }
}

#contact-header--desc {
  text-align: center;
}

#contact-header--desc p {
  margin-bottom: 0.5rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(59 71 103 / var(--tw-text-opacity, 1));
}

#contact-header--desc p:last-child {
  margin-bottom: 0px;
}

@media (min-width: 768px) {
  #contact-header--desc p {
    margin-bottom: 1rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

#contact-form-field {
  margin-left: auto;
  margin-right: auto;
  max-width: 48rem;
  border-radius: 0.5rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(227 231 241 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1.5rem;
}

@media (min-width: 768px) {
  #contact-form-field {
    padding: 2.5rem;
  }
}

@media (min-width: 1240px) {
  #contact-form-field {
    padding: 3.5rem;
  }
}

#contact-form-field .section-header {
  /* @apply mb-16 */
}

#contact-maps {
  --tw-bg-opacity: 1;
  background-color: rgb(232 232 232 / var(--tw-bg-opacity, 1));
  padding-bottom: 7rem;
}

#contact-maps--wrapper {
  display: grid;
  gap: 1.25rem;
}

@media (min-width: 768px) {
  #contact-maps--wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1240px) {
  #contact-maps--wrapper {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2rem;
  }
}

.contact-maps--card {
  display: grid;
  gap: 1.5rem;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1.5rem;
}

.contact-maps--details {
}

.contact-maps--header {
  margin-bottom: 1rem;
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(214 218 233 / var(--tw-border-opacity, 1));
  padding-bottom: 1rem;
}

.contact-maps--title {
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(35 43 62 / var(--tw-text-opacity, 1));
}

.contact-maps--title:last-child {
  margin-bottom: 0px;
}

.contact-maps--desc {
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(59 71 103 / var(--tw-text-opacity, 1));
}

.contact-maps--list {
  display: grid;
  gap: 1rem;
}

@media (min-width: 1240px) {
  .contact-maps--list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.contact-maps--list-item {
  display: grid;
  gap: 0.25rem;
}

@media (min-width: 1240px) {
  .contact-maps--list-item {
    grid-column: span 2 / span 2;
  }
}

.contact-maps--name {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(59 71 103 / var(--tw-text-opacity, 1));
}

.contact-maps--value {
  display: flex;
  gap: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(35 43 62 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

a.contact-maps--value:hover {
  --tw-text-opacity: 1;
  color: rgb(233 0 0 / var(--tw-text-opacity, 1));
}

.contact-maps--value svg {
  min-width: 1.5rem;
}

.contact-maps--map {
}

.contact-maps--map iframe {
  height: 200px;
  width: 100%;
  border-radius: 0.5rem;
}

@media screen and ( min-width: 1240px ) {
  .contact-maps__big-card {
    grid-column: span 3 / span 3;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 3rem;
    padding: 3rem;
  }

  @media (min-width: 768px) {
    .contact-maps__big-card {
      grid-column: span 2 / span 2;
    }
  }

  @media (min-width: 1240px) {
    .contact-maps__big-card {
      grid-column: span 3 / span 3;
    }
  }

  .contact-maps__big-card .contact-maps--header {
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .contact-maps__big-card .contact-maps--title {
    margin-bottom: 1rem;
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .contact-maps__big-card .contact-maps--list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 1.5rem;
  }

  .contact-maps__big-card .contact-maps--list-item {
    gap: 0.5rem;
  }

  .contact-maps__big-card .contact-maps--map iframe {
    height: 350px;
  }
}

/* End: Contact */

/* Card Design 2 */

.card-design-2__wrapper {
  display: grid;
  gap: 1rem;
}

@media (min-width: 768px) {
  .card-design-2__wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 992px) {
  .card-design-2__wrapper {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1240px) {
  .card-design-2__wrapper {
    gap: 2rem;
  }
}

.card-design-2 {
  position: relative;
  display: flex;
  height: auto;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  border-radius: 0.5rem;
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  --tw-gradient-from: #04050C var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(4 5 12 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #201F29 var(--tw-gradient-to-position);
  padding: 1.5rem;
}

.card-design-2__top {
  position: relative;
  z-index: 10;
  margin-bottom: 2rem;
  display: flex;
  justify-content: space-between;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.card-design-2__title {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}

@media (min-width: 1240px) {
  .card-design-2__title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.card-design-2__icon {
  display: flex;
  height: 2.75rem;
  width: 2.75rem;
  min-width: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background-color: rgb(255 255 255 / 0.1);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1240px) {
  .card-design-2__icon {
    height: 3.5rem;
    width: 3.5rem;
    min-width: 56px;
  }
}

.card-design-2__bottom {
  position: relative;
  z-index: 10;
  display: grid;
  gap: 1.5rem;
}

.card-design-2__desc {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.card-design-2__btn {
}

.card-design-2__image {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.1;
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

/* End: Card Design 2 */

/* History */

#history__wrapper {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: 2.5rem;
}

#history__left {
  display: flex;
  width: 100%;
  flex: 1 1 0%;
  align-items: center;
  justify-content: center;
}

@media (min-width: 576px) {
  #history__left {
    width: auto;
  }
}

.history__left__wrapper {
  position: relative;
  display: none;
  width: 100%;
  align-items: center;
  justify-content: center;
}

@media (min-width: 576px) {
  .history__left__wrapper {
    width: auto;
  }
}

.history__left__wrapper.in {
  display: flex;
}

.history__left__year {
  font-size: 8rem;
  font-weight: 800;
  line-height: 0.7;
  --tw-text-opacity: 1;
  color: rgb(23 32 38 / var(--tw-text-opacity, 1));
  opacity: 0.1;
}

@media (min-width: 576px) {
  .history__left__year {
    font-size: 315px;
  }
}

@media (min-width: 1920px) {
  .history__left__year {
    font-size: 315px;
  }
}

.history__left_content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  --tw-translate-x: -50%;
  --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));
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(4 5 12 / var(--tw-text-opacity, 1));
}

@media (min-width: 576px) {
  .history__left_content {
    width: 91.666667%;
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 768px) {
  .history__left_content {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.history__left_content ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#history__right {
  position: relative;
  z-index: 10;
  width: 100%;
}

#history__right nav {
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
  gap: 0.25rem;
  overflow-x: scroll;
}

@media (min-width: 1240px) {
  #history__right nav {
    justify-content: center;
  }
}

#history__right nav a {
  border-radius: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(4 5 12 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

#history__right nav a:hover {
  background-color: rgb(23 32 38 / 0.3);
}

#history__right nav a.active {
  --tw-bg-opacity: 1;
  background-color: rgb(23 32 38 / var(--tw-bg-opacity, 1));
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

/* End: History */

/* Loop Left Content, Right Image */

.loop-left-content-right-image {
  display: grid;
  align-items: flex-start;
  gap: 1rem;
}

@media (min-width: 992px) {
  .loop-left-content-right-image {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem;
  }
}

@media not all and (min-width: 992px) {
  .loop-left-content-right-image__left {
    order: 2 !important;
  }
}

@media (min-width: 992px) {
  .loop-left-content-right-image__left {
    position: sticky;
    top: 5rem;
  }
}

@media not all and (min-width: 992px) {
  .loop-left-content-right-image__right {
    order: 1 !important;
  }
}

@media (min-width: 992px) {
  .loop-left-content-right-image__right {
    position: sticky;
    top: 2.5rem;
  }
}

/* End: Loop Left Content, Right Image */

/* Footer */

footer {
  position: relative;
  border-top-width: 6px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(233 0 0 / var(--tw-border-opacity, 1));
}

footer .container {
  max-width: 992px;
}

/* Footer Top */

#footer--top {
  display: grid;
  gap: 1rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media (min-width: 768px) {
  #footer--top {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

@media (min-width: 992px) {
  #footer--top {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 5rem;
  }
}

#footer--top_logo {
  margin-bottom: 1rem;
  display: flex;
}

.footer--top_inner {
}

.footer--top_menu-item {
  margin-bottom: 1.5rem;
}

.footer--top_menu-item:last-child {
  margin-bottom: 0px;
}

.footer--top_menu-title {
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(233 0 0 / var(--tw-text-opacity, 1));
}

.footer--top_menu-content {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(35 43 62 / var(--tw-text-opacity, 1));
}

#footer--top__social {
  display: flex;
  gap: 0.75rem;
}

#footer--top__social li {
}

#footer--top__social li a {
  --tw-text-opacity: 1;
  color: rgb(59 71 103 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

#footer--top__social li a:hover {
  --tw-text-opacity: 1;
  color: rgb(233 0 0 / var(--tw-text-opacity, 1));
}

/* Footer Middle */

#footer--middle,
	#footer--bottom {
  border-top-width: 1px;
  border-style: solid;
  border-color: rgb(32 31 41 / 0.2);
}

#footer--middle {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 768px) {
  #footer--middle {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

#footer--middle .footer--top_menu-list {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
  row-gap: 0.25rem;
}

@media (min-width: 576px) {
  #footer--middle .footer--top_menu-list {
    gap: 0.75rem;
  }
}

#footer--middle .footer--top_menu-list li {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(35 43 62 / var(--tw-text-opacity, 1));
}

#footer--middle .footer--top_menu-list li::after {
  --tw-content: '•';
  content: var(--tw-content);
}

#footer--middle .footer--top_menu-list li:last-child::after {
  content: var(--tw-content);
  display: none;
}

#footer--middle .footer--top_menu-list li a {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(59 71 103 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

#footer--middle .footer--top_menu-list li a:hover {
  --tw-text-opacity: 1;
  color: rgb(233 0 0 / var(--tw-text-opacity, 1));
}

/* Footer Bottom */

#footer--bottom .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 576px) {
  #footer--bottom .container {
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  #footer--bottom .container {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

#footer--copyright {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(59 71 103 / var(--tw-text-opacity, 1));
}

#footer--arendigital {
  --tw-text-opacity: 1;
  color: rgb(98 108 133 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

#footer--arendigital:hover {
  --tw-text-opacity: 1;
  color: rgb(59 71 103 / var(--tw-text-opacity, 1));
}

.visible {
  visibility: visible;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

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

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

.order-1 {
  order: 1;
}

.col-span-1 {
  grid-column: span 1 / span 1;
}

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

.\!m-0 {
  margin: 0px !important;
}

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

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

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

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

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

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.h-10 {
  height: 2.5rem;
}

.h-14 {
  height: 3.5rem;
}

.h-\[120\%\] {
  height: 120%;
}

.h-full {
  height: 100%;
}

.min-h-full {
  min-height: 100%;
}

.w-14 {
  width: 3.5rem;
}

.w-full {
  width: 100%;
}

.flex-1 {
  flex: 1 1 0%;
}

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

.resize {
  resize: both;
}

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

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

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

.overflow-hidden {
  overflow: hidden;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-t-xl {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}

.border {
  border-width: 1px;
}

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

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

.text-black {
  --tw-text-opacity: 1;
  color: rgb(4 5 12 / var(--tw-text-opacity, 1));
}

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

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

.opacity-85 {
  opacity: 0.85;
}

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

@media (min-width: 576px) {
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

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

@media (min-width: 992px) {
  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .lg\:inline {
    display: inline;
  }
}

@media (min-width: 1240px) {
  .xl\:sticky {
    position: sticky;
  }

  .xl\:top-5 {
    top: 1.25rem;
  }
}