*, ::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.19 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 480px) {

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

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

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

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

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

  .container {
    max-width: 1536px;
  }
}
.pointer-events-none {
  pointer-events: none;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.\!left-4 {
  left: 1rem !important;
}
.\!right-4 {
  right: 1rem !important;
}
.-top-3\.5 {
  top: -0.875rem;
}
.left-0 {
  left: 0px;
}
.left-\[-200px\] {
  left: -200px;
}
.right-0 {
  right: 0px;
}
.top-0 {
  top: 0px;
}
.top-32 {
  top: 8rem;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-\[-10\] {
  z-index: -10;
}
.z-\[-1\] {
  z-index: -1;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.\!mb-0 {
  margin-bottom: 0px !important;
}
.\!mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-8 {
  margin-left: 2rem;
}
.mr-8 {
  margin-right: 2rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-16 {
  margin-top: 4rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-auto {
  margin-top: auto;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.aspect-\[4\/3\] {
  aspect-ratio: 4/3;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.aspect-video {
  aspect-ratio: 16 / 9;
}
.h-0\.5 {
  height: 0.125rem;
}
.h-20 {
  height: 5rem;
}
.h-44 {
  height: 11rem;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.max-h-\[25rem\] {
  max-height: 25rem;
}
.max-h-\[40rem\] {
  max-height: 40rem;
}
.max-h-\[5rem\] {
  max-height: 5rem;
}
.min-h-\[20rem\] {
  min-height: 20rem;
}
.min-h-\[22rem\] {
  min-height: 22rem;
}
.min-h-\[5rem\] {
  min-height: 5rem;
}
.min-h-min {
  min-height: -moz-min-content;
  min-height: min-content;
}
.w-16 {
  width: 4rem;
}
.w-20 {
  width: 5rem;
}
.w-72 {
  width: 18rem;
}
.w-\[calc\(50\%_-_1rem\)\] {
  width: calc(50% - 1rem);
}
.w-full {
  width: 100%;
}
.w-screen {
  width: 100vw;
}
.min-w-\[10rem\] {
  min-width: 10rem;
}
.min-w-\[calc\(50\%_-_1rem\)\] {
  min-width: calc(50% - 1rem);
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-5xl {
  max-width: 64rem;
}
.max-w-\[100vw\] {
  max-width: 100vw;
}
.max-w-\[13rem\] {
  max-width: 13rem;
}
.max-w-\[200px\] {
  max-width: 200px;
}
.max-w-\[80px\] {
  max-width: 80px;
}
.max-w-\[850px\] {
  max-width: 850px;
}
.max-w-sm {
  max-width: 24rem;
}
.max-w-xl {
  max-width: 36rem;
}
.max-w-xs {
  max-width: 20rem;
}
.flex-shrink {
  flex-shrink: 1;
}
.translate-y-12 {
  --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));
}
.translate-y-\[-100vh\] {
  --tw-translate-y: -100vh;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer {
  cursor: pointer;
}
.scroll-m-32 {
  scroll-margin: 8rem;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-stretch {
  align-items: stretch;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-16 {
  gap: 4rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-8 {
  gap: 2rem;
}
.overflow-hidden {
  overflow: hidden;
}
.hyphens-none {
  hyphens: none;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-full {
  border-radius: 9999px;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-4 {
  border-width: 4px;
}
.border-t-2 {
  border-top-width: 2px;
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(1 16 41 / var(--tw-border-opacity, 1));
}
.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(1 22 64 / var(--tw-border-opacity, 1));
}
.border-secondary {
  --tw-border-opacity: 1;
  border-color: rgb(255 85 11 / var(--tw-border-opacity, 1));
}
.bg-\[\#d5d8df\] {
  --tw-bg-opacity: 1;
  background-color: rgb(213 216 223 / var(--tw-bg-opacity, 1));
}
.bg-\[\#e5e0e7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(229 224 231 / var(--tw-bg-opacity, 1));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(1 16 41 / var(--tw-bg-opacity, 1));
}
.bg-gray-light {
  --tw-bg-opacity: 1;
  background-color: rgb(243 248 255 / var(--tw-bg-opacity, 1));
}
.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(1 22 64 / var(--tw-bg-opacity, 1));
}
.bg-primary\/90 {
  background-color: rgb(1 22 64 / 0.9);
}
.bg-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(255 85 11 / var(--tw-bg-opacity, 1));
}
.bg-secondary\/80 {
  background-color: rgb(255 85 11 / 0.8);
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-center {
  -o-object-position: center;
     object-position: center;
}
.p-2 {
  padding: 0.5rem;
}
.p-4 {
  padding: 1rem;
}
.p-8 {
  padding: 2rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.\!pb-4 {
  padding-bottom: 1rem !important;
}
.pb-16 {
  padding-bottom: 4rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-24 {
  padding-bottom: 6rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pl-8 {
  padding-left: 2rem;
}
.pr-16 {
  padding-right: 4rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pr-8 {
  padding-right: 2rem;
}
.pr-\[5\%\] {
  padding-right: 5%;
}
.pt-12 {
  padding-top: 3rem;
}
.pt-16 {
  padding-top: 4rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-8 {
  padding-top: 2rem;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.font-default {
  font-family: Kanit;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-7xl {
  font-size: 4.5rem;
  line-height: 1;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-light {
  font-weight: 300;
}
.font-normal {
  font-weight: 400;
}
.uppercase {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.leading-none {
  line-height: 1;
}
.leading-snug {
  line-height: 1.375;
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(1 16 41 / var(--tw-text-opacity, 1));
}
.text-primary {
  --tw-text-opacity: 1;
  color: rgb(1 22 64 / var(--tw-text-opacity, 1));
}
.text-secondary {
  --tw-text-opacity: 1;
  color: rgb(255 85 11 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.opacity-0 {
  opacity: 0;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-1000 {
  transition-duration: 1000ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
/* Column Count */
.col-count-1 {
    -moz-column-count: 1;
         column-count: 1;
  }
.col-count-2 {
    -moz-column-count: 2;
         column-count: 2;
  }
.hyphens-none {
    hyphens: none;
  }
/* Overflow */

/* Design tokens for the truckpoint/* v2 landing-page blocks (herov2, advantagesv2, comparison,
   processv2, testimonials, faqv2, ctav2, sellingv2, aboutv2, textv2) and the fixed-contact bar.
   Single source of truth so a palette change only touches this block. */
:root {
  --brand: #2f8cff;
  --brand-2: #0a64d6;
  --acc: #38e8c6;
  --acc-2: #22c55e;
  --ink: #0a1424;
  --ink-2: #11203a;
  --grey: #5d6b80;
  --line: #e7ecf3;
  --bg: #f6f8fc;
  --tint: #eef4ff;
  --gold: #f7b500;
  --red: #ff5468;
  --radius: 18px;
  --font-head: 'Space Grotesk', sans-serif;
  --font-body: 'Inter', sans-serif;
}

/* Fixed contact bar (footer.php), site-wide, mobile sticky like test.html's .fixed-contact.
   Replaces the old .whatsapp-float button; phone/WhatsApp always come from the options page. */
.fixed-contact {
  display: none;
}

@media (max-width: 767px) {
  .fixed-contact {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    gap: 8px;
    padding: 10px;
    background: rgba(255, 255, 255, .92);
    backdrop-filter: blur(10px);
    border-top: 1px solid var(--line);
    z-index: 50;
  }

  body {
    padding-bottom: 74px;
  }
}

.fixed-contact a {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px;
  border-radius: 13px;
  font-family: var(--font-body, 'Inter', sans-serif);
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

.fixed-contact .btn-fixed-wa {
  background: linear-gradient(135deg, #2bd665, #16a34a);
  color: #fff;
}

.fixed-contact .btn-fixed-wa svg.ico {
  width: 1.5rem;
  height: 1.5rem;
}

.fixed-contact .btn-fixed-anfrage {
  background: linear-gradient(135deg, var(--brand, #2f8cff), var(--brand-2, #0a64d6));
  color: #fff;
}

/* https://tailwindcomponents.com/cheatsheet/ Hier findest du die möglichen styles (es gibt aber noch mehr) */
/* https://tailwindcss.com/docs/aspect-ratio */

html {
  scroll-behavior: smooth;
}

.body {
  margin: 0px;
  display: grid;
  min-height: 100vh;
  max-width: 100vw;
  overflow-x: hidden;
  font-family: Kanit;
  font-size: 1rem;
  line-height: 1.5rem;
    grid-template-rows: auto 1fr auto;
}

.paragraph h1.body {
  margin-bottom: 0px;
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (min-width: 980px) {

  .paragraph h1.body {
    font-size: 40px;
  }

  .body {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.container {
  width: 90%;
}

.container.full {
  width: 100%;
  max-width: 100vw;
}

.container.small {
  max-width: 32rem;
}

@media (min-width: 768px) {

  .container.large {
    max-width: 100%;
  }
}

@media (min-width: 980px) {

  .container.large {
    max-width: 1800px;
  }
}

@media (min-width: 1440px) {

  .container.large {
    width: 100%;
  }
}

.schmal {
  max-width: 50rem;
}

.schmal b,
.schmal strong,
.form b,
.form strong {
  text-transform: uppercase;
}

.container .is-layout-flow .container {
  width: 100%;
  max-width: 100%;
}

.wp-container-3.wp-container-3 {
  flex-wrap: wrap !important;
}

@media (min-width: 768px) {

  .wp-container-3.wp-container-3 {
    flex-wrap: nowrap !important;
  }
}

body .is-layout-flex {
  align-items: flex-start !important;
}

/* Headlines */
.title-xl, .title-1, .title-2, .title-3, .title-4,
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 2rem;
  font-family: Kanit;
  font-weight: 700;
}

.title-xl {
  margin-bottom: 1rem;
  font-size: 3rem;
  line-height: 1;
  font-style: italic;
}

@media (min-width: 980px) {

  .title-xl {
    font-size: 8rem;
    line-height: 1;
  }
}

.title-1,
.woocommerce h2 {
  margin-bottom: 1rem;
  font-size: 2.25rem;
  line-height: 2.5rem;
  line-height: 1;
}

@media (min-width: 980px) {

  .title-1,
.woocommerce h2 {
    font-size: 60px;
  }
}

.title-2,
.woocommerce h3 {
  margin-bottom: 1rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  line-height: 1;
}

@media (min-width: 980px) {

  .title-2,
.woocommerce h3 {
    font-size: 3rem;
    line-height: 1;
  }
}

.title-3 {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 2rem;
}

.title-4 {
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

div .text-h-2 {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

@media (min-width: 980px) {

  div .text-h-2 {
    font-size: 64px;
    line-height: 1;
  }
}

p {
  margin-bottom: 0.75rem;
}

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

.heading.align-right {
  text-align: right;
}

/* Advantages */
.advantages>.container>div>div p:first-child {
  margin-bottom: 2rem;
  margin-right: 0.5rem;
  line-height: 0.7;
}
@media (min-width: 768px) {

  .advantages>.container>div>div p:first-child {
    text-align: right;
  }
}

/* Hero */
.hero picture:after,
.page-hero picture:after {
  background: url(../img/hero-bg.png);
  background-position: right bottom;
  background-size: cover;
  pointer-events: none;
}

.hero .swiper-button-prev {
  left: 0px;
  bottom: 0px;
  top: auto;
}

.hero .swiper-button-next {
  left: 6rem;
  right: auto;
  bottom: 0px;
  top: auto;
}

@media (min-width: 1680px) {
  .hero picture:after {
    background: url(../img/hero-bg-large.png);
    background-position: right bottom;
    background-size: cover;
  }
}

/* call to action button */
.call-to-action picture:after {
  background: url(../img/cta-bg.png);
  background-position: left bottom;
  background-size: cover;
  pointer-events: none;
}

@media (min-width: 1440px) {
  .call-to-action picture:after {
    background-position: center bottom;
  }
}

.call-to-action .text-xl strong,
.call-to-action .text-xl b {
  text-transform: uppercase;
}

/* Mobile Menu */
nav.m-nav.active {
  z-index: 20;
  --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));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

nav.m-nav.inactive {
  z-index: 20;
  --tw-translate-y: -100vh;
  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: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: 300ms;
  transition-duration: 500ms;
}

nav.m-nav ul {
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: 300ms;
  transition-duration: 500ms;
  font-family: Kanit;
  font-weight: 700;
  margin-bottom: 1rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  line-height: 1;
}

@media (min-width: 980px) {

  nav.m-nav ul {
    font-size: 3rem;
    line-height: 1;
  }
}

nav.m-nav .menu-container ul {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.accordions details[open] spannav.m-nav .menu-container ul {
  --tw-text-opacity: 1;
  color: rgb(255 85 11 / var(--tw-text-opacity, 1));
}

nav.m-nav .menu-container ul li a {
  font-size: 1.5rem;
  line-height: 2rem;
}

nav.m-nav .menu {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 480px) {

  nav.m-nav .menu {
    max-width: 480px;
  }
}

@media (min-width: 640px) {

  nav.m-nav .menu {
    max-width: 640px;
  }
}

@media (min-width: 768px) {

  nav.m-nav .menu {
    max-width: 768px;
  }
}

@media (min-width: 980px) {

  nav.m-nav .menu {
    max-width: 980px;
  }
}

@media (min-width: 1440px) {

  nav.m-nav .menu {
    max-width: 1440px;
  }
}

@media (min-width: 1536px) {

  nav.m-nav .menu {
    max-width: 1536px;
  }
}

nav.m-nav .menu {
  display: flex;
  align-items: center;
  width: 90%;
}

nav.m-nav .menu.full {
  width: 100%;
  max-width: 100vw;
}

nav.m-nav .menu.small {
  max-width: 32rem;
}

@media (min-width: 768px) {

  nav.m-nav .menu.large {
    max-width: 100%;
  }
}

@media (min-width: 980px) {

  nav.m-nav .menu.large {
    max-width: 1800px;
  }
}

@media (min-width: 1440px) {

  nav.m-nav .menu.large {
    width: 100%;
  }
}

nav.m-nav .menu .is-layout-flow .container {
  width: 100%;
  max-width: 100%;
}

.advantages>nav.m-nav .menu>div>div p:first-child {
  margin-bottom: 2rem;
  margin-right: 0.5rem;
  line-height: 0.7;
}

@media (min-width: 768px) {

  .advantages>nav.m-nav .menu>div>div p:first-child {
    text-align: right;
  }
}

.accordions details[open] spannav.m-nav .menu {
  --tw-text-opacity: 1;
  color: rgb(255 85 11 / var(--tw-text-opacity, 1));
}

nav.m-nav.active ul {
  opacity: 1;
}

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

@media (min-width: 480px) {

  nav.m-nav .menu-container {
    max-width: 480px;
  }
}

@media (min-width: 640px) {

  nav.m-nav .menu-container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {

  nav.m-nav .menu-container {
    max-width: 768px;
  }
}

@media (min-width: 980px) {

  nav.m-nav .menu-container {
    max-width: 980px;
  }
}

@media (min-width: 1440px) {

  nav.m-nav .menu-container {
    max-width: 1440px;
  }
}

@media (min-width: 1536px) {

  nav.m-nav .menu-container {
    max-width: 1536px;
  }
}

nav.m-nav .menu-container {
  display: flex;
  align-items: center;
  width: 90%;
}

nav.m-nav .menu-container.full {
  width: 100%;
  max-width: 100vw;
}

nav.m-nav .menu-container.small {
  max-width: 32rem;
}

@media (min-width: 768px) {

  nav.m-nav .menu-container.large {
    max-width: 100%;
  }
}

@media (min-width: 980px) {

  nav.m-nav .menu-container.large {
    max-width: 1800px;
  }
}

@media (min-width: 1440px) {

  nav.m-nav .menu-container.large {
    width: 100%;
  }
}

nav.m-nav .menu-container .is-layout-flow .container {
  width: 100%;
  max-width: 100%;
}

.advantages>nav.m-nav .menu-container>div>div p:first-child {
  margin-bottom: 2rem;
  margin-right: 0.5rem;
  line-height: 0.7;
}

@media (min-width: 768px) {

  .advantages>nav.m-nav .menu-container>div>div p:first-child {
    text-align: right;
  }
}

.accordions details[open] spannav.m-nav .menu-container {
  --tw-text-opacity: 1;
  color: rgb(255 85 11 / var(--tw-text-opacity, 1));
}

nav.m-nav .menu ul li {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

/* Menu */
.menu-container {
  display: flex;
  align-items: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  --tw-text-opacity: 1;
  color: rgb(1 22 64 / var(--tw-text-opacity, 1));
}
.call-to-action .menu-container strong,
.call-to-action .menu-container b {
  text-transform: uppercase;
}
.accordions details[open] span.menu-container {
  --tw-text-opacity: 1;
  color: rgb(255 85 11 / var(--tw-text-opacity, 1));
}

.menu-container ul li a {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

footer .menu-container ul {
  flex-direction: column;
  gap: 0px;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

footer .menu-container ul li {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 200;
}

.menu-container ul {
  display: flex;
  gap: 2rem;
}

.accordions details[open] span.menu-container ul {
  --tw-text-opacity: 1;
  color: rgb(255 85 11 / var(--tw-text-opacity, 1));
}

@media (min-width: 1440px) {

  .menu-container ul {
    gap: 5rem;
  }
}

header .menu-container ul li.current-menu-item::after {
  display: block;
  height: 0.5rem;
  width: 100%;
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 85 11 / var(--tw-bg-opacity, 1));
}

/* Menu Absolute */
header.absolute .menu-container ul {
  display: flex;
  gap: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.accordions details[open] spanheader.absolute .menu-container ul {
  --tw-text-opacity: 1;
  color: rgb(255 85 11 / var(--tw-text-opacity, 1));
}

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

header.absolute:not(.fix-it) .hamburger span {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

/* Fixed header */
header.fixed-header.fix-it,
header.fixed-header.absolute.fix-it {
  position: fixed;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 8px 30px rgb(0,0,0,0.12);
  --tw-shadow-colored: 0 8px 30px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

header.fixed-header.fix-it.active,
header.fixed-header.absolute.fix-it.active {
  --tw-bg-opacity: 1;
  background-color: rgb(255 85 11 / var(--tw-bg-opacity, 1));
}

header.fixed-header.fix-it.active .hamburger span {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

header.fixed-header.fix-it.active .logo {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

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

.logo.revert {
  filter: brightness(0) invert(1);
}

header.fixed-header.fix-it li a,
header.fixed-header.absolute.fix-it li a,
header.fixed-header.fix-it span,
header.fixed-header.absolute.fix-it span {
  --tw-text-opacity: 1;
  color: rgb(1 22 64 / var(--tw-text-opacity, 1));
}

.header-fade-in {
  animation: headerFadeIn 0.6s ease-in-out forwards;
}

body {
  opacity: 0;
  animation: fadeIn 0.35s ease-in-out forwards;
}

@keyframes headerFadeIn {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* Search */
.show-search-form {
  opacity: 1;
  pointer-events: all;
}

/* Rezension */
.rezension .swiper:after,
.rezension .swiper:before {
  position: absolute;
  top: 0px;
  z-index: 2;
  height: 100%;
  width: 30%;
  --tw-content: "";
  content: var(--tw-content);
}
header.rezension .swiper .menu-container ul:after,header
.rezension .swiper .menu-container ul:before {
  display: flex;
  gap: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.accordions details[open] spanheader.rezension .swiper .menu-container ul:after,.accordions details[open] spanheader
.rezension .swiper .menu-container ul:before {
  --tw-text-opacity: 1;
  color: rgb(255 85 11 / var(--tw-text-opacity, 1));
}
header.rezension .swiper .search_toggle:after,header
.rezension .swiper .search_toggle:before {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
header.rezension .swiper:not(.fix-it) .hamburger span:after,header
.rezension .swiper:not(.fix-it) .hamburger span:before {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

header.fixed-header.rezension .swiper.fix-it:after,
header.fixed-header
.rezension .swiper.fix-it:before {
  position: fixed;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 8px 30px rgb(0,0,0,0.12);
  --tw-shadow-colored: 0 8px 30px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

header.fixed-header.rezension .swiper.fix-it.active:after,
header.fixed-header
.rezension .swiper.fix-it.active:before {
  --tw-bg-opacity: 1;
  background-color: rgb(255 85 11 / var(--tw-bg-opacity, 1));
}

header.fixed-header.rezension .swiper.fix-it li a:after,
header.fixed-header.rezension .swiper.fix-it span:after,
header.fixed-header
.rezension .swiper.fix-it li a:before,
header.fixed-header
.rezension .swiper.fix-it span:before {
  --tw-text-opacity: 1;
  color: rgb(1 22 64 / var(--tw-text-opacity, 1));
}
.rezension .swiper:after,
.rezension .swiper:before {
  background: linear-gradient(
    90deg,
    hsla(220, 97%, 13%, 0.7) 0%,
    hsla(0, 0%, 100%, 0) 100%
  );
}
.rezension .swiper:after {
  right: 0px;
  background: linear-gradient(
    90deg,
    hsla(0, 0%, 100%, 0) 0%,
    hsla(220, 97%, 13%, 0.7) 100%
  );
}

/* Form Block */
.form:after {
  pointer-events: none;
  position: absolute;
  right: 5%;
  bottom: -25%;
  height: auto;
  width: 60%;
  opacity: 0.1;
  --tw-content: url(../img/icons/icon\_weiß.svg);
  content: var(--tw-content);
}
header.form .menu-container ul:after {
  display: flex;
  gap: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.accordions details[open] spanheader.form .menu-container ul:after {
  --tw-text-opacity: 1;
  color: rgb(255 85 11 / var(--tw-text-opacity, 1));
}
header.form .search_toggle:after {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
header.form:not(.fix-it) .hamburger span:after {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

header.fixed-header.form.fix-it:after {
  position: fixed;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 8px 30px rgb(0,0,0,0.12);
  --tw-shadow-colored: 0 8px 30px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

header.fixed-header.form.fix-it.active:after {
  --tw-bg-opacity: 1;
  background-color: rgb(255 85 11 / var(--tw-bg-opacity, 1));
}

header.fixed-header.form.fix-it li a:after,
header.fixed-header.form.fix-it span:after {
  --tw-text-opacity: 1;
  color: rgb(1 22 64 / var(--tw-text-opacity, 1));
}

.form .wpcf7-spinner {
  position: absolute;
}

header.form .wpcf7-spinner .menu-container ul {
  display: flex;
  gap: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.accordions details[open] spanheader.form .wpcf7-spinner .menu-container ul {
  --tw-text-opacity: 1;
  color: rgb(255 85 11 / var(--tw-text-opacity, 1));
}

header.form .wpcf7-spinner .search_toggle {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

header.form .wpcf7-spinner:not(.fix-it) .hamburger span {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}


header.fixed-header.form .wpcf7-spinner.fix-it {
  position: fixed;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 8px 30px rgb(0,0,0,0.12);
  --tw-shadow-colored: 0 8px 30px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}


header.fixed-header.form .wpcf7-spinner.fix-it.active {
  --tw-bg-opacity: 1;
  background-color: rgb(255 85 11 / var(--tw-bg-opacity, 1));
}


header.fixed-header.form .wpcf7-spinner.fix-it li a,
header.fixed-header.form .wpcf7-spinner.fix-it span {
  --tw-text-opacity: 1;
  color: rgb(1 22 64 / var(--tw-text-opacity, 1));
}

/* Buttons */
.btn {
  display: flex;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 85 11 / var(--tw-border-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1.5rem;
  line-height: 2rem;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}
.accordions details[open] span.btn {
  --tw-text-opacity: 1;
  color: rgb(255 85 11 / var(--tw-text-opacity, 1));
}
.btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 85 11 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

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

.btn-type-2 {
  display: flex;
  --tw-bg-opacity: 1;
  background-color: rgb(255 85 11 / var(--tw-bg-opacity, 1));
  padding: 1rem;
  --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;
}

.accordions details[open] span.btn-type-2 {
  --tw-text-opacity: 1;
  color: rgb(255 85 11 / var(--tw-text-opacity, 1));
}

.btn-type-2:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(1 22 64 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.btn-type-3 {
  display: inline-block;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 85 11 / var(--tw-border-opacity, 1));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 85 11 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  font-family: Kanit;
  font-weight: 700;
  margin-bottom: 1rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  line-height: 1;
}

@media (min-width: 980px) {

  .btn-type-3 {
    font-size: 3rem;
    line-height: 1;
  }
}

.btn-type-3:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 85 11 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

/* Single Styles */
.single-img:after {
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 100%;
}
header.single-img .menu-container ul:after {
  display: flex;
  gap: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.accordions details[open] spanheader.single-img .menu-container ul:after {
  --tw-text-opacity: 1;
  color: rgb(255 85 11 / var(--tw-text-opacity, 1));
}
header.single-img .search_toggle:after {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
header.single-img:not(.fix-it) .hamburger span:after {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

header.fixed-header.single-img.fix-it:after {
  position: fixed;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 8px 30px rgb(0,0,0,0.12);
  --tw-shadow-colored: 0 8px 30px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

header.fixed-header.single-img.fix-it.active:after {
  --tw-bg-opacity: 1;
  background-color: rgb(255 85 11 / var(--tw-bg-opacity, 1));
}

header.fixed-header.single-img.fix-it li a:after,
header.fixed-header.single-img.fix-it span:after {
  --tw-text-opacity: 1;
  color: rgb(1 22 64 / var(--tw-text-opacity, 1));
}
.single-img:after {
  content: "";
  background:linear-gradient(
    0deg,
    rgba(2, 0, 36, 0.4) 0%,
    rgba(0, 0, 0, 0.4) 21%,
    rgba(0, 0, 0, 0) 53%
  );
}

.single-img img {
  position: absolute;
  z-index: -10;
  height: 40rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

header.single-img img .menu-container ul {
  display: flex;
  gap: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.accordions details[open] spanheader.single-img img .menu-container ul {
  --tw-text-opacity: 1;
  color: rgb(255 85 11 / var(--tw-text-opacity, 1));
}

header.single-img img .search_toggle {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

header.single-img img:not(.fix-it) .hamburger span {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}


header.fixed-header.single-img img.fix-it {
  position: fixed;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 8px 30px rgb(0,0,0,0.12);
  --tw-shadow-colored: 0 8px 30px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}


header.fixed-header.single-img img.fix-it.active {
  --tw-bg-opacity: 1;
  background-color: rgb(255 85 11 / var(--tw-bg-opacity, 1));
}


header.fixed-header.single-img img.fix-it li a,
header.fixed-header.single-img img.fix-it span {
  --tw-text-opacity: 1;
  color: rgb(1 22 64 / var(--tw-text-opacity, 1));
}

/* Forms */
input,
textarea,
select {
  margin: 0px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 85 11 / var(--tw-border-opacity, 1));
  background-color: transparent;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-right: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.paragraph h1input,.paragraph h1
textarea,.paragraph h1
select {
  margin-bottom: 0px;
  font-size: 1.5rem;
  line-height: 2rem;
}
@media (min-width: 980px) {

  .paragraph h1input,.paragraph h1
textarea,.paragraph h1
select {
    font-size: 40px;
  }
}

textarea {
  max-height: 10rem;
}

input,
textarea {
  width: 100%;
}

input[type="submit"] {
  width: auto;
  border-bottom-width: 0px;
}

form br {
  display: none;
}

/* Accordion styles */
.accordions details .minus,
.accordions details[open] .plus {
  display: none;
}

.accordions details[open] span.flex {
  --tw-text-opacity: 1;
  color: rgb(255 85 11 / var(--tw-text-opacity, 1));
}

.accordions details[open] .minus,
.accordions details .plus {
  display: block;
}

/* Map */
.maps iframe {
  height: 100%;
  width: 100%;
}

.cmplz-placeholder-1 {
  max-height: 25rem;
}

/* Spacer */
.spacer-small {
  margin-bottom: 3rem;
}
@media (min-width: 768px) {

  .spacer-small {
    margin-bottom: 4rem;
  }
}

.spacer-default {
  margin-bottom: 4rem;
}

@media (min-width: 768px) {

  .spacer-default {
    margin-bottom: 8rem;
  }
}

.spacer-large {
  margin-bottom: 8rem;
}

@media (min-width: 768px) {

  .spacer-large {
    margin-bottom: 12rem;
  }
}

/*
****** Utillities ******
*/

.paragraph h1.m-0 {
  margin-bottom: 0px;
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (min-width: 980px) {

  .paragraph h1.m-0 {
    font-size: 40px;
  }
}

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

@media (min-width: 980px) {

  .paragraph h2 {
    font-size: 32px;
  }
}

.person .btn,
.buttons .btn {
  --tw-text-opacity: 1;
  color: rgb(255 85 11 / var(--tw-text-opacity, 1));
}

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

.person strong,
.textimg.bg-primary strong {
  --tw-text-opacity: 1;
  color: rgb(255 85 11 / var(--tw-text-opacity, 1));
}

.person ul,
.textimg ul {
  list-style-type: disc;
  padding-left: 1.5rem;
}

#sm-margin h1,
#sm-margin h2,
#sm-margin h3, 
#sm-margin h4 {
  margin-bottom: 0.5rem;
}

#sm-margin strong {
  --tw-text-opacity: 1;
  color: rgb(255 85 11 / var(--tw-text-opacity, 1));
}

.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}

.before\:top-0::before {
  content: var(--tw-content);
  top: 0px;
}

.before\:ml-4::before {
  content: var(--tw-content);
  margin-left: 1rem;
}

.before\:h-full::before {
  content: var(--tw-content);
  height: 100%;
}

.before\:w-full::before {
  content: var(--tw-content);
  width: 100%;
}

.before\:border-l::before {
  content: var(--tw-content);
  border-left-width: 1px;
}

.before\:bg-primary\/70::before {
  content: var(--tw-content);
  background-color: rgb(1 22 64 / 0.7);
}

.before\:bg-secondary::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 85 11 / var(--tw-bg-opacity, 1));
}

.before\:py-4::before {
  content: var(--tw-content);
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.before\:pl-4::before {
  content: var(--tw-content);
  padding-left: 1rem;
}

.before\:text-sm::before {
  content: var(--tw-content);
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.before\:text-secondary::before {
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(255 85 11 / var(--tw-text-opacity, 1));
}

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

.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}

.after\:bottom-0::after {
  content: var(--tw-content);
  bottom: 0px;
}

.after\:left-0::after {
  content: var(--tw-content);
  left: 0px;
}

.after\:top-0::after {
  content: var(--tw-content);
  top: 0px;
}

.after\:z-10::after {
  content: var(--tw-content);
  z-index: 10;
}

.after\:ml-6::after {
  content: var(--tw-content);
  margin-left: 1.5rem;
}

.after\:h-0\.5::after {
  content: var(--tw-content);
  height: 0.125rem;
}

.after\:h-\[3px\]::after {
  content: var(--tw-content);
  height: 3px;
}

.after\:h-full::after {
  content: var(--tw-content);
  height: 100%;
}

.after\:w-24::after {
  content: var(--tw-content);
  width: 6rem;
}

.after\:w-full::after {
  content: var(--tw-content);
  width: 100%;
}

.after\:translate-x-\[-100\%\]::after {
  content: var(--tw-content);
  --tw-translate-x: -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));
}

.after\:bg-primary::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(1 22 64 / var(--tw-bg-opacity, 1));
}

.after\:bg-secondary::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 85 11 / var(--tw-bg-opacity, 1));
}

.after\:p-4::after {
  content: var(--tw-content);
  padding: 1rem;
}

.after\:\!text-3xl::after {
  content: var(--tw-content);
  font-size: 1.875rem !important;
  line-height: 2.25rem !important;
}

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

.after\:duration-300::after {
  content: var(--tw-content);
  transition-duration: 300ms;
}

.after\:content-\[\'\'\]::after {
  --tw-content: '';
  content: var(--tw-content);
}

.hover\:bg-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(1 22 64 / var(--tw-bg-opacity, 1));
}

.group\/parent:hover .group-hover\/parent\:after\:translate-x-\[-0\]::after {
  content: var(--tw-content);
  --tw-translate-x: -0;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media not all and (min-width: 980px) {

  .max-lg\:hidden {
    display: none;
  }

  .max-lg\:flex-col {
    flex-direction: column;
  }

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

@media not all and (min-width: 768px) {

  .max-md\:hidden {
    display: none;
  }

  .max-md\:flex-col {
    flex-direction: column;
  }
}

@media not all and (min-width: 480px) {

  .max-xs\:flex-col-reverse {
    flex-direction: column-reverse;
  }
}

@media (min-width: 768px) {

  .md\:absolute {
    position: absolute;
  }

  .md\:\!left-32 {
    left: 8rem !important;
  }

  .md\:\!right-32 {
    right: 8rem !important;
  }

  .md\:block {
    display: block;
  }

  .md\:w-\[calc\(25\%_-_1\.5rem\)\] {
    width: calc(25% - 1.5rem);
  }

  .md\:w-\[calc\(33\.33\%_-_1\.4rem\)\] {
    width: calc(33.33% - 1.4rem);
  }

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

  .md\:min-w-\[calc\(25\%_-_1\.5rem\)\] {
    min-width: calc(25% - 1.5rem);
  }

  .md\:min-w-\[calc\(33\.33\%_-_1\.4rem\)\] {
    min-width: calc(33.33% - 1.4rem);
  }

  .md\:min-w-\[calc\(50\%_-_1rem\)\] {
    min-width: calc(50% - 1rem);
  }

  .md\:max-w-\[20rem\] {
    max-width: 20rem;
  }

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

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

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

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

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

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

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

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

  .md\:text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
  .md\:col-count-1 {
    -moz-column-count: 1;
         column-count: 1;
  }

  .md\:col-count-2 {
    -moz-column-count: 2;
         column-count: 2;
  }

  .md\:col-count-3 {
    -moz-column-count: 3;
         column-count: 3;
  }

  .md\:col-count-4 {
    -moz-column-count: 4;
         column-count: 4;
  }
}

@media (min-width: 980px) {

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

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

  .lg\:ml-\[-10rem\] {
    margin-left: -10rem;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:w-\[calc\(100\%_\+_12rem\)\] {
    width: calc(100% + 12rem);
  }

  .lg\:w-\[calc\(16\.66\%_-_1\.66rem\)\] {
    width: calc(16.66% - 1.66rem);
  }

  .lg\:w-\[calc\(20\%_-_1\.66rem\)\] {
    width: calc(20% - 1.66rem);
  }

  .lg\:w-\[calc\(25\%_-_1\.5rem\)\] {
    width: calc(25% - 1.5rem);
  }

  .lg\:w-\[calc\(33\.33\%_-_1\.33rem\)\] {
    width: calc(33.33% - 1.33rem);
  }

  .lg\:min-w-\[calc\(16\.66\%_-_1\.66rem\)\] {
    min-width: calc(16.66% - 1.66rem);
  }

  .lg\:min-w-\[calc\(20\%_-_1\.66rem\)\] {
    min-width: calc(20% - 1.66rem);
  }

  .lg\:min-w-\[calc\(25\%_-_1\.5rem\)\] {
    min-width: calc(25% - 1.5rem);
  }

  .lg\:min-w-\[calc\(33\.33\%_-_1\.33rem\)\] {
    min-width: calc(33.33% - 1.33rem);
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:pl-52 {
    padding-left: 13rem;
  }

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

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

  .lg\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .lg\:col-count-1 {
    -moz-column-count: 1;
         column-count: 1;
  }

  .lg\:col-count-3 {
    -moz-column-count: 3;
         column-count: 3;
  }

  .lg\:col-count-4 {
    -moz-column-count: 4;
         column-count: 4;
  }

  .lg\:col-count-5 {
    -moz-column-count: 5;
         column-count: 5;
  }

  .lg\:col-count-6 {
    -moz-column-count: 6;
         column-count: 6;
  }
}

@media (min-width: 1440px) {

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

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

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

@media (min-width: 1536px) {

  .\32xl\:min-h-\[17rem\] {
    min-height: 17rem;
  }

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

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

  .\32xl\:pr-\[10\%\] {
    padding-right: 10%;
  }
}