*, ::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%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 576.1px) {

  .container {
    max-width: 94vw;
  }
}
@media (min-width: 768.1px) {

  .container {
    max-width: 92vw;
  }
}
@media (min-width: 1024.1px) {

  .container {
    max-width: 90vw;
  }
}
@media (min-width: 1200.1px) {

  .container {
    max-width: calc(1630 / 1920 * 100vw);
  }
}
@media (min-width: 1600px) {

  .container {
    max-width: calc(1440 / 1920 * 100vw);
  }
}
.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  text-decoration: none;
}
.btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.img-ratio {
  position: relative;
  display: block;
  height: 0;
  overflow: hidden;
  padding-top: 100%;
}
.img-ratio img, .img-ratio iframe, .img-ratio video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  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: .4s all ease-in-out;
}
.heading-banner {
  font-size: clamp(36px, calc(48 / 1920 * 100vw), 2.5rem);
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 576.1px) {
    .heading-banner {
    font-size: clamp(44px, calc(56 / 1920 * 100vw), 2.916666666666667rem);
    line-height: 1.15;
  }
  }
@media (min-width: 1200.1px) {
    .heading-banner {
    font-size: clamp(56px, calc(72 / 1920 * 100vw), 3.75rem);
    line-height: 1;
  }
  }
.heading-1 {
  font-size: clamp(36px, calc(48 / 1920 * 100vw), 2.5rem);
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 576px) {
    .heading-1 {
    font-size: clamp(28px, calc(36 / 1920 * 100vw), 1.875rem);
    line-height: 1.3;
  }
  }
.heading-2 {
  font-size: clamp(28px, calc(36 / 1920 * 100vw), 1.875rem);
  line-height: 1.3;
  font-weight: 700;
  line-height: 125%;
}
@media (max-width: 576px) {
    .heading-2 {
    font-size: clamp(26px, calc(30 / 1920 * 100vw), 1.5625rem);
    line-height: 1.3;
  }
  }
.heading-3 {
  font-size: clamp(26px, calc(30 / 1920 * 100vw), 1.5625rem);
  line-height: 1.3;
  font-weight: 700;
}
.heading-4 {
  font-size: clamp(20px, calc(24 / 1920 * 100vw), 1.25rem);
  line-height: 1.35;
  font-weight: 600;
}
.heading-5 {
  font-size: clamp(18px, calc(20 / 1920 * 100vw), 1.0416666666666667rem);
  line-height: 1.4;
  font-weight: 600;
}
.heading-6 {
  font-size: clamp(16px, calc(18 / 1920 * 100vw), 0.9375rem);
  line-height: 1.4;
  font-weight: 600;
  line-height: 140%;
}
.heading-7 {
  font-size: clamp(14px, calc(16 / 1920 * 100vw), 0.8333333333333334rem);
  line-height: 1.4;
  font-weight: 600;
  line-height: 140%;
  --tw-text-opacity: 1;
  color: rgb(210 163 66 / var(--tw-text-opacity, 1));
}
.body-1 {
  font-size: clamp(14px, calc(16 / 1920 * 100vw), 0.8333333333333334rem);
  line-height: 1.4;
  line-height: 140%;
}
.body-2 {
  font-size: clamp(12px, calc(12 / 1920 * 100vw), 0.625rem);
  line-height: 1.4;
  line-height: 140%;
}
.body-3 {
  font-size: clamp(14px, calc(14 / 1920 * 100vw), 0.7291666666666667rem);
  line-height: 1.4;
  line-height: 140%;
}
.body-4 {
  font-size: clamp(16px, calc(18 / 1920 * 100vw), 0.9375rem);
  line-height: 1.4;
  line-height: 140%;
}
@media screen and (max-width: 1024px) {
    .heading-1 br {
    display: none;
  }
  }
.heading-1, .heading-2, .heading-3, .heading-4, .heading-5, .heading-6, .heading-7,
  .body-1, .body-2, .body-3, .body-4, .body-5 {
  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: .4s all ease-in-out;
}
.heading-1 *, .heading-2 *, .heading-3 *, .heading-4 *, .heading-5 *, .heading-6 *, .heading-7 *,
  .body-1 *, .body-2 *, .body-3 *, .body-4 *, .body-5 * {
  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: .4s all ease-in-out;
}
.rad-b-40 {
    border-radius: 0 0 2.5rem 2.5rem;
  }
@media (min-width: 1024.1px) {
    .rad-b-40 {
      border-radius: 0 0 5rem 5rem;
    }
  }
@media (min-width: 1200.1px) {
    .rad-b-40 {
      border-radius: 0 0 8.3333333333rem 8.3333333333rem;
    }
  }
.rad-r-40 {
  overflow: hidden;
    border-radius: 0 1.6666666667rem 0 1.6666666667rem;
}
@media (min-width: 576.1px) {
    .rad-r-40 {
      border-radius: 0 2.5rem 0 2.5rem;
    }
  }
@media (min-width: 1024.1px) {
    .rad-r-40 {
      border-radius: 0 5rem 0 5rem;
    }
  }
@media (min-width: 1200.1px) {
    .rad-r-40 {
      border-radius: 0 8.3333333333rem 0 8.3333333333rem;
    }
  }
.rad-l-40 {
  overflow: hidden;
    border-radius: 1.6666666667rem 0 1.6666666667rem 0;
}
@media (min-width: 576.1px) {
    .rad-l-40 {
      border-radius: 2.5rem 0 2.5rem 0;
    }
  }
@media (min-width: 1024.1px) {
    .rad-l-40 {
      border-radius: 5rem 0 5rem 0;
    }
  }
@media (min-width: 1200.1px) {
    .rad-l-40 {
      border-radius: 8.3333333333rem 0 8.3333333333rem 0;
    }
  }
.rad-l-25 {
  overflow: hidden;
    border-radius: 1.6666666667rem 0 1.6666666667rem 0;
}
@media (min-width: 576.1px) {
    .rad-l-25 {
      border-radius: 2.5rem 0 2.5rem 0;
    }
  }
@media (min-width: 1024.1px) {
    .rad-l-25 {
      border-radius: 5.2083333333rem 0 5.2083333333rem 0;
    }
  }
p.desc {
  margin-bottom: 0;
}
.desc, .zone-desc {
  line-height: 140%;
}
.desc *, .zone-desc * {
    font: inherit;
  }
.desc strong, .zone-desc strong {
  font-weight: 700;
}
.desc strong *, .zone-desc strong * {
  font-weight: 700;
}
.desc ul, .zone-desc ul {
    list-style-type: disc;
  }
.desc ul li, .zone-desc ul li {
    padding-left: 20px;
    position: relative;
    margin-bottom: 0.625rem;
    display: block;
  }
.desc ul li::before, .zone-desc ul li::before {
    content: "";
    pointer-events: none;
    position: absolute;
    left: 0.4166666666666667rem;
    top: 10px;
    z-index: 10;
    display: inline-block;
    height: 4px;
    width: 4px;
    min-width: 4px;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(61 61 61 / var(--tw-bg-opacity, 1));
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition: .4s all ease-in-out;
  }
.desc ul ul, .zone-desc ul ul {
    list-style-type: disc;
  }
.desc ul ul li, .zone-desc ul ul li {
    padding-left: 20px;
    margin-bottom: 0.20833333333333334rem;
    display: block;
  }
.desc ul ul li::before, .zone-desc ul ul li::before {
    content: "";
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 6px;
    z-index: 10;
    display: inline-block;
    height: 1px;
    width: 6px;
    min-width: 3px;
    --tw-bg-opacity: 1;
    background-color: rgb(61 61 61 / var(--tw-bg-opacity, 1));
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition: .4s all ease-in-out;
  }
.desc ol, .zone-desc ol {
    counter-reset: item;
  }
.desc ol li, .zone-desc ol li {
    display: block;
  }
.desc ol li:before, .zone-desc ol li:before {
    content: counters(item, ".") ". ";
    counter-increment: item;
  }
.desc ol[style*="list-style-type: lower-alpha;"] li:before, .zone-desc ol[style*="list-style-type: lower-alpha;"] li:before {
    content: counters(item, ".", lower-alpha) ". ";
    counter-increment: item;
  }
.pointer-events-none {
  pointer-events: none;
}
.pointer-events-auto {
  pointer-events: auto;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.-left-\[6px\] {
  left: -6px;
}
.bottom-0 {
  bottom: 0;
}
.left-0 {
  left: 0;
}
.left-3 {
  left: 0.625rem;
}
.left-\[-6px\] {
  left: -6px;
}
.left-\[15px\] {
  left: 15px;
}
.left-\[1px\] {
  left: 1px;
}
.right-0 {
  right: 0;
}
.top-0 {
  top: 0;
}
.top-3 {
  top: 0.625rem;
}
.top-\[6px\] {
  top: 6px;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-100 {
  z-index: 100;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.z-60 {
  z-index: 60;
}
.z-90 {
  z-index: 90;
}
.z-999 {
  z-index: 999;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.m-0 {
  margin: 0;
}
.-mx-\[50px\] {
  margin-left: -50px;
  margin-right: -50px;
}
.mx-0 {
  margin-left: 0;
  margin-right: 0;
}
.mx-4 {
  margin-left: 0.8333333333333334rem;
  margin-right: 0.8333333333333334rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}
.my-3 {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
.my-8 {
  margin-top: 1.6666666666666667rem;
  margin-bottom: 1.6666666666666667rem;
}
.-mr-8 {
  margin-right: -1.6666666666666667rem;
}
.mb-0 {
  margin-bottom: 0;
}
.mb-1 {
  margin-bottom: 0.20833333333333334rem;
}
.mb-10 {
  margin-bottom: 2.0833333333333335rem;
}
.mb-12 {
  margin-bottom: 2.5rem;
}
.mb-2 {
  margin-bottom: 0.4166666666666667rem;
}
.mb-3 {
  margin-bottom: 0.625rem;
}
.mb-4 {
  margin-bottom: 0.8333333333333334rem;
}
.mb-5 {
  margin-bottom: 1.0416666666666667rem;
}
.mb-6 {
  margin-bottom: 1.25rem;
}
.mb-7 {
  margin-bottom: 1.4583333333333335rem;
}
.mb-8 {
  margin-bottom: 1.6666666666666667rem;
}
.mb-9 {
  margin-bottom: 1.875rem;
}
.ml-0 {
  margin-left: 0;
}
.ml-2 {
  margin-left: 0.4166666666666667rem;
}
.ml-3 {
  margin-left: 0.625rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-0 {
  margin-right: 0;
}
.mr-2 {
  margin-right: 0.4166666666666667rem;
}
.mr-4 {
  margin-right: 0.8333333333333334rem;
}
.mr-6 {
  margin-right: 1.25rem;
}
.mt-0 {
  margin-top: 0;
}
.mt-1 {
  margin-top: 0.20833333333333334rem;
}
.mt-10 {
  margin-top: 2.0833333333333335rem;
}
.mt-2 {
  margin-top: 0.4166666666666667rem;
}
.mt-3 {
  margin-top: 0.625rem;
}
.mt-4 {
  margin-top: 0.8333333333333334rem;
}
.mt-5 {
  margin-top: 1.0416666666666667rem;
}
.mt-6 {
  margin-top: 1.25rem;
}
.mt-8 {
  margin-top: 1.6666666666666667rem;
}
.mt-9 {
  margin-top: 1.875rem;
}
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-10 {
  height: 2.0833333333333335rem;
}
.h-12 {
  height: 2.5rem;
}
.h-\[10px\] {
  height: 10px;
}
.h-\[12px\] {
  height: 12px;
}
.h-\[1px\] {
  height: 1px;
}
.h-\[40px\] {
  height: 40px;
}
.h-\[4px\] {
  height: 4px;
}
.h-\[8px\] {
  height: 8px;
}
.h-auto {
  height: auto;
}
.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.min-h-0 {
  min-height: 0;
}
.min-h-12 {
  min-height: 2.5rem;
}
.min-h-\[40px\] {
  min-height: 40px;
}
.w-0 {
  width: 0;
}
.w-1\/2 {
  width: 50%;
}
.w-10 {
  width: 2.0833333333333335rem;
}
.w-12 {
  width: 2.5rem;
}
.w-\[100px\] {
  width: 100px;
}
.w-\[10px\] {
  width: 10px;
}
.w-\[1px\] {
  width: 1px;
}
.w-\[20px\] {
  width: 20px;
}
.w-\[40px\] {
  width: 40px;
}
.w-\[4px\] {
  width: 4px;
}
.w-\[8px\] {
  width: 8px;
}
.w-auto {
  width: auto;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.min-w-\[40px\] {
  min-width: 40px;
}
.min-w-\[4px\] {
  min-width: 4px;
}
.min-w-\[8px\] {
  min-width: 8px;
}
.max-w-\[40px\] {
  max-width: 40px;
}
.-rotate-1 {
  --tw-rotate: -1deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-rotate-3 {
  --tw-rotate: -3deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-1 {
  --tw-rotate: 1deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-2 {
  --tw-rotate: 2deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-3 {
  --tw-rotate: 3deg;
  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));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-2 {
  gap: 0.4166666666666667rem;
}
.gap-4 {
  gap: 0.8333333333333334rem;
}
.gap-5 {
  gap: 1.0416666666666667rem;
}
.gap-8 {
  gap: 1.6666666666666667rem;
}
.gap-\[10px\] {
  gap: 10px;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-visible {
  overflow: visible;
}
.whitespace-normal {
  white-space: normal;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-10 {
  border-radius: 2.0833333333333335rem;
}
.rounded-2 {
  border-radius: 0.4166666666666667rem;
}
.rounded-4 {
  border-radius: 0.8333333333333334rem;
}
.rounded-5 {
  border-radius: 1.0416666666666667rem;
}
.rounded-6 {
  border-radius: 1.25rem;
}
.rounded-full {
  border-radius: 9999px;
}
.border {
  border-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-0 {
  border-bottom-width: 0;
}
.border-l {
  border-left-width: 1px;
}
.border-r {
  border-right-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-dashed {
  border-style: dashed;
}
.border-none {
  border-style: none;
}
.border-grey-100 {
  --tw-border-opacity: 1;
  border-color: rgb(239 239 239 / var(--tw-border-opacity, 1));
}
.border-grey-200 {
  --tw-border-opacity: 1;
  border-color: rgb(220 220 220 / var(--tw-border-opacity, 1));
}
.border-grey-50 {
  --tw-border-opacity: 1;
  border-color: rgb(246 246 246 / var(--tw-border-opacity, 1));
}
.border-primary-1 {
  --tw-border-opacity: 1;
  border-color: rgb(77 51 0 / var(--tw-border-opacity, 1));
}
.border-primary-2 {
  --tw-border-opacity: 1;
  border-color: rgb(210 163 66 / var(--tw-border-opacity, 1));
}
.border-transparent {
  border-color: transparent;
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-b-transparent {
  border-bottom-color: transparent;
}
.border-l-transparent {
  border-left-color: transparent;
}
.border-t-grey-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(239 239 239 / var(--tw-border-opacity, 1));
}
.border-opacity-20 {
  --tw-border-opacity: 0.2;
}
.bg-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-grey-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 220 220 / var(--tw-bg-opacity, 1));
}
.bg-grey-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity, 1));
}
.bg-grey-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(101 101 101 / var(--tw-bg-opacity, 1));
}
.bg-grey-d9 {
  --tw-bg-opacity: 1;
  background-color: rgb(217 217 217 / var(--tw-bg-opacity, 1));
}
.bg-primary-1 {
  --tw-bg-opacity: 1;
  background-color: rgb(77 51 0 / var(--tw-bg-opacity, 1));
}
.bg-primary-2 {
  --tw-bg-opacity: 1;
  background-color: rgb(210 163 66 / var(--tw-bg-opacity, 1));
}
.bg-primary-5 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 74 139 / var(--tw-bg-opacity, 1));
}
.bg-secondary-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(243 239 232 / var(--tw-bg-opacity, 1));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-opacity-20 {
  --tw-bg-opacity: 0.2;
}
.bg-opacity-30 {
  --tw-bg-opacity: 0.3;
}
.bg-opacity-60 {
  --tw-bg-opacity: 0.6;
}
.p-0 {
  padding: 0;
}
.p-1 {
  padding: 0.20833333333333334rem;
}
.p-20 {
  padding: 4.166666666666667rem;
}
.p-3 {
  padding: 0.625rem;
}
.p-5 {
  padding: 1.0416666666666667rem;
}
.p-6 {
  padding: 1.25rem;
}
.p-8 {
  padding: 1.6666666666666667rem;
}
.px-0 {
  padding-left: 0;
  padding-right: 0;
}
.px-1 {
  padding-left: 0.20833333333333334rem;
  padding-right: 0.20833333333333334rem;
}
.px-10 {
  padding-left: 2.0833333333333335rem;
  padding-right: 2.0833333333333335rem;
}
.px-15 {
  padding-left: 3.125rem;
  padding-right: 3.125rem;
}
.px-4 {
  padding-left: 0.8333333333333334rem;
  padding-right: 0.8333333333333334rem;
}
.px-5 {
  padding-left: 1.0416666666666667rem;
  padding-right: 1.0416666666666667rem;
}
.px-6 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-8 {
  padding-left: 1.6666666666666667rem;
  padding-right: 1.6666666666666667rem;
}
.px-\[30px\] {
  padding-left: 30px;
  padding-right: 30px;
}
.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}
.py-10 {
  padding-top: 2.0833333333333335rem;
  padding-bottom: 2.0833333333333335rem;
}
.py-15 {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}
.py-16 {
  padding-top: 3.3333333333333335rem;
  padding-bottom: 3.3333333333333335rem;
}
.py-18 {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
.py-2 {
  padding-top: 0.4166666666666667rem;
  padding-bottom: 0.4166666666666667rem;
}
.py-20 {
  padding-top: 4.166666666666667rem;
  padding-bottom: 4.166666666666667rem;
}
.py-3 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-4 {
  padding-top: 0.8333333333333334rem;
  padding-bottom: 0.8333333333333334rem;
}
.py-5 {
  padding-top: 1.0416666666666667rem;
  padding-bottom: 1.0416666666666667rem;
}
.py-6 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-8 {
  padding-top: 1.6666666666666667rem;
  padding-bottom: 1.6666666666666667rem;
}
.pb-0 {
  padding-bottom: 0;
}
.pb-10 {
  padding-bottom: 2.0833333333333335rem;
}
.pb-12 {
  padding-bottom: 2.5rem;
}
.pb-15 {
  padding-bottom: 3.125rem;
}
.pb-2 {
  padding-bottom: 0.4166666666666667rem;
}
.pb-8 {
  padding-bottom: 1.6666666666666667rem;
}
.pl-0 {
  padding-left: 0;
}
.pl-10 {
  padding-left: 2.0833333333333335rem;
}
.pl-2 {
  padding-left: 0.4166666666666667rem;
}
.pl-3 {
  padding-left: 0.625rem;
}
.pl-4 {
  padding-left: 0.8333333333333334rem;
}
.pl-8 {
  padding-left: 1.6666666666666667rem;
}
.pr-0 {
  padding-right: 0;
}
.pr-2 {
  padding-right: 0.4166666666666667rem;
}
.pr-4 {
  padding-right: 0.8333333333333334rem;
}
.pt-0 {
  padding-top: 0;
}
.pt-10 {
  padding-top: 2.0833333333333335rem;
}
.pt-12 {
  padding-top: 2.5rem;
}
.pt-14 {
  padding-top: 2.916666666666667rem;
}
.pt-15 {
  padding-top: 3.125rem;
}
.pt-2 {
  padding-top: 0.4166666666666667rem;
}
.pt-20 {
  padding-top: 4.166666666666667rem;
}
.pt-4 {
  padding-top: 0.8333333333333334rem;
}
.pt-5 {
  padding-top: 1.0416666666666667rem;
}
.pt-6 {
  padding-top: 1.25rem;
}
.pt-7 {
  padding-top: 1.4583333333333335rem;
}
.pt-8 {
  padding-top: 1.6666666666666667rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.font-Material-Icon {
  font-family: 'Material Symbols Outlined';
}
.text-20 {
  font-size: clamp(18px, calc(20 / 1920 * 100vw), 1.0416666666666667rem);
}
.text-3xl {
  font-size: clamp(26px, calc(30 / 1920 * 100vw), 1.5625rem);
  line-height: 1.3;
}
.text-6xl {
  font-size: clamp(44px, calc(56 / 1920 * 100vw), 2.916666666666667rem);
  line-height: 1.15;
}
.text-7xl {
  font-size: clamp(56px, calc(72 / 1920 * 100vw), 3.75rem);
  line-height: 1;
}
.text-base {
  font-size: clamp(14px, calc(16 / 1920 * 100vw), 0.8333333333333334rem);
  line-height: 1.4;
}
.text-lg {
  font-size: clamp(16px, calc(18 / 1920 * 100vw), 0.9375rem);
  line-height: 1.4;
}
.text-xl {
  font-size: clamp(18px, calc(20 / 1920 * 100vw), 1.0416666666666667rem);
  line-height: 1.4;
}
.font-black {
  font-weight: 900;
}
.font-bold {
  font-weight: 700;
}
.font-extralight {
  font-weight: 200;
}
.font-light {
  font-weight: 300;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.font-thin {
  font-weight: 100;
}
.uppercase {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.not-italic {
  font-style: normal;
}
.leading-\[1\.4\] {
  line-height: 1.4;
}
.leading-none {
  line-height: 1;
}
.text-grey-500 {
  --tw-text-opacity: 1;
  color: rgb(129 129 129 / var(--tw-text-opacity, 1));
}
.text-grey-600 {
  --tw-text-opacity: 1;
  color: rgb(101 101 101 / var(--tw-text-opacity, 1));
}
.text-grey-950 {
  --tw-text-opacity: 1;
  color: rgb(41 41 41 / var(--tw-text-opacity, 1));
}
.text-primary-1 {
  --tw-text-opacity: 1;
  color: rgb(77 51 0 / var(--tw-text-opacity, 1));
}
.text-primary-2 {
  --tw-text-opacity: 1;
  color: rgb(210 163 66 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-opacity-100 {
  --tw-text-opacity: 1;
}
.text-opacity-50 {
  --tw-text-opacity: 0.5;
}
.text-opacity-80 {
  --tw-text-opacity: 0.8;
}
.underline {
  text-decoration-line: underline;
}
.opacity-0 {
  opacity: 0;
}
.opacity-10 {
  opacity: 0.1;
}
.opacity-100 {
  opacity: 1;
}
.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.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);
}
.backdrop-filter {
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.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-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.sq-10 {
  width: 2.0833333333333335rem;
  height: 2.0833333333333335rem;
  min-width: 2.0833333333333335rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.sq-10 > em, .sq-10 > i, .sq-10 > svg {
  max-width: 100%;
  max-height: 100%;
  display: block;
  font-size: inherit;
}
.sq-10 > img, .sq-10 picture > img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.sq-12 {
  width: 2.5rem;
  height: 2.5rem;
  min-width: 2.5rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.sq-12 > em, .sq-12 > i, .sq-12 > svg {
  max-width: 100%;
  max-height: 100%;
  display: block;
  font-size: inherit;
}
.sq-12 > img, .sq-12 picture > img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.sq-13 {
  width: 2.7083333333333335rem;
  height: 2.7083333333333335rem;
  min-width: 2.7083333333333335rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.sq-13 > em, .sq-13 > i, .sq-13 > svg {
  max-width: 100%;
  max-height: 100%;
  display: block;
  font-size: inherit;
}
.sq-13 > img, .sq-13 picture > img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.sq-15 {
  width: 3.125rem;
  height: 3.125rem;
  min-width: 3.125rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.sq-15 > em, .sq-15 > i, .sq-15 > svg {
  max-width: 100%;
  max-height: 100%;
  display: block;
  font-size: inherit;
}
.sq-15 > img, .sq-15 picture > img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.sq-2 {
  width: 0.4166666666666667rem;
  height: 0.4166666666666667rem;
  min-width: 0.4166666666666667rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.sq-2 > em, .sq-2 > i, .sq-2 > svg {
  max-width: 100%;
  max-height: 100%;
  display: block;
  font-size: inherit;
}
.sq-2 > img, .sq-2 picture > img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.sq-20 {
  width: 4.166666666666667rem;
  height: 4.166666666666667rem;
  min-width: 4.166666666666667rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.sq-20 > em, .sq-20 > i, .sq-20 > svg {
  max-width: 100%;
  max-height: 100%;
  display: block;
  font-size: inherit;
}
.sq-20 > img, .sq-20 picture > img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.sq-25 {
  width: 5.208333333333334rem;
  height: 5.208333333333334rem;
  min-width: 5.208333333333334rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.sq-25 > em, .sq-25 > i, .sq-25 > svg {
  max-width: 100%;
  max-height: 100%;
  display: block;
  font-size: inherit;
}
.sq-25 > img, .sq-25 picture > img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.sq-6 {
  width: 1.25rem;
  height: 1.25rem;
  min-width: 1.25rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.sq-6 > em, .sq-6 > i, .sq-6 > svg {
  max-width: 100%;
  max-height: 100%;
  display: block;
  font-size: inherit;
}
.sq-6 > img, .sq-6 picture > img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.flex-start {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.flex-top {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.flex-end {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.col-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.col-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.absolute-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.absolute-x {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.absolute-y {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.transition {
  transition: .4s all ease-in-out;
}
html, body {
  color: #292929;
  font-weight: 400;
  font-family: "Google Sans Flex", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: clamp(14px, 3.6vw, 16px);
  scroll-padding: 3.125rem;
}
@media (min-width: 576.1px) {
  html, body {
    font-size: 2.4vw;
  }
}
@media (min-width: 768.1px) {
  html, body {
    font-size: 1.5vw;
  }
}
@media (min-width: 1024.1px) {
  html, body {
    font-size: 1.1vw;
    scroll-padding: 5.2083333333rem;
  }
}
@media (min-width: 1200.1px) {
  html, body {
    font-size: 1vw;
  }
}

*:focus {
  outline: none;
}

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

p:empty {
  display: none;
}

p {
  margin-bottom: 10px;
  font-weight: 400;
  color: inherit;
  font-size: inherit;
}

figure p {
  font-weight: 300;
  font-size: 1rem;
}

time {
  position: relative;
  z-index: 30;
  margin-bottom: 0.4166666666666667rem;
  font-size: clamp(14px, calc(14 / 1920 * 100vw), 0.7291666666666667rem);
  line-height: 1.4;
  font-weight: 400;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #989898;
}
time:before {
  z-index: 10;
  margin-right: 0.20833333333333334rem;
  margin-top: -2px;
  display: inline-block;
  overflow: hidden;
  border-radius: 9999px;
  content: "";
  pointer-events: none;
  height: 8px;
  width: 8px;
  min-width: 8px;
  transition: 0.3s all ease-in-out;
  background: linear-gradient(67deg, #A47428 -1509.41%, #EAB94D -1207.64%, #FFD25C -1120.89%, #FDF3AE -917.2%, #FFD25C -628.64%, #A47428 -94.9%, #FFD25C 318.14%, #FFD25C 376.6%);
}

html {
  line-height: 1.2;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-weight: 400;
  line-height: 1.2;
  text-align: left;
  background-color: #ffffff;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

section {
  overflow: hidden;
}

.frm-btn-reset {
  display: none !important;
}

.col-12 {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  flex-direction: column;
  padding: 0 15px;
}

.col-lg-6 {
  width: 100%;
  padding: 0 15px;
}
@media (min-width: 1024.1px) {
  .col-lg-6 {
    width: 50%;
  }
}

.col-lg-8 {
  padding: 0 15px;
}
@media (min-width: 1024.1px) {
  .col-lg-8 {
    width: 66.666667%;
  }
}

.col-lg-4 {
  padding: 0 15px;
}
@media (min-width: 1024.1px) {
  .col-lg-4 {
    width: 33.333333%;
  }
}

.col-xs-12 {
  padding: 0 15px;
  width: 100%;
}

.col-lg-3 {
  padding: 0 15px;
}
@media (min-width: 1024.1px) {
  .col-lg-3 {
    width: 25%;
  }
}

.col-lg-9 {
  padding: 0 15px;
}
@media (min-width: 1024.1px) {
  .col-lg-9 {
    width: 75%;
  }
}

.material-symbols-outlined {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1em;
  height: 1em;
  font-size: 24px;
  line-height: 1;
  flex-shrink: 0;
  overflow: hidden;
  font-variation-settings: "wght" 250, "FILL" 0, "GRAD" 0, "opsz" 24;
}
.btn span, .btn em {
  transition: 0.4s all ease-in-out;
}
.btn.btn-primary {
  height: 2.5rem;
  min-height: 44px;
  border-radius: 9999px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.btn.btn-primary::before, .btn.btn-primary::after {
  content: "";
  pointer-events: none;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  display: block;
  height: 100%;
  width: 100%;
  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: .4s all ease-in-out;
}
.btn.btn-primary:before {
  --tw-bg-opacity: 1;
  background-color: rgb(229 192 114 / var(--tw-bg-opacity, 1));
  opacity: 1;
}
.btn.btn-primary::after {
  background-image: linear-gradient(58deg, #A57428 6.64%, #B2802E 12.59%, #FFD35D 46.9%, #FFD35D 72.74%);
  opacity: 0;
}
.btn.btn-primary:hover::before {
  opacity: 0;
}
.btn.btn-primary:hover::after {
  opacity: 1;
}
.btn.btn-primary:hover em, .btn.btn-primary:hover i {
  animation: l-t-r 0.4s forwards;
}
.btn.btn-primary span {
  position: relative;
  z-index: 20;
  white-space: nowrap;
  font-size: clamp(16px, calc(18 / 1920 * 100vw), 0.9375rem);
  line-height: 1.4;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(77 51 0 / var(--tw-text-opacity, 1));
}
.btn.btn-primary em, .btn.btn-primary i {
  position: relative;
  z-index: 40;
  margin-left: 0.4166666666666667rem;
  overflow: hidden;
  border-radius: 9999px;
  font-size: clamp(20px, calc(24 / 1920 * 100vw), 1.25rem);
  line-height: 1.35;
  --tw-text-opacity: 1;
  color: rgb(77 51 0 / var(--tw-text-opacity, 1));
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 300;
  animation: r-t-l 0.4s forwards;
}
.btn.btn-primary.white:before {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  background-image: none;
}
.btn.btn-primary.white span {
  --tw-text-opacity: 1;
  color: rgb(41 41 41 / var(--tw-text-opacity, 1));
}
.btn.btn-primary.white em, .btn.btn-primary.white i {
  --tw-text-opacity: 1;
  color: rgb(41 41 41 / var(--tw-text-opacity, 1));
}
.btn.btn-primary.white:hover::before {
  opacity: 0;
}
.btn.btn-primary.white:hover::after {
  opacity: 1;
}
.btn.btn-primary.white:hover em, .btn.btn-primary.white:hover i {
  animation: l-t-r 0.4s forwards;
}
.btn.btn-arrow {
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(77 51 0 / var(--tw-border-opacity, 1));
  display: flex;
  justify-content: center;
  align-items: center;
  height: 46px;
  width: 46px;
  min-width: 46px;
}
.btn.btn-arrow:hover {
  box-shadow: 0px 0px 0px 1px rgb(0, 0, 172);
}
.btn.btn-arrow:hover em, .btn.btn-arrow:hover i {
  animation: l-t-r 0.4s forwards;
}
.btn.btn-arrow em, .btn.btn-arrow i {
  font-size: clamp(14px, calc(14 / 1920 * 100vw), 0.7291666666666667rem);
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(77 51 0 / var(--tw-text-opacity, 1));
  animation: r-t-l 0.4s forwards;
}
.btn.btn-default {
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  height: 40px;
  transition: 0.3s all ease-in-out;
}
.btn.btn-default span {
  transition: 0.3s all ease-in-out;
  position: relative;
  z-index: 20;
  display: flex;
  height: 100%;
  align-items: center;
  font-size: clamp(16px, calc(18 / 1920 * 100vw), 0.9375rem);
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(210 163 66 / var(--tw-text-opacity, 1));
}
.btn.btn-default em, .btn.btn-default i {
  margin-left: 0.4166666666666667rem;
  font-size: clamp(16px, calc(18 / 1920 * 100vw), 0.9375rem);
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(210 163 66 / var(--tw-text-opacity, 1));
}
.btn.btn-default:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(210 163 66 / var(--tw-bg-opacity, 1));
}
.btn.btn-default:hover span, .btn.btn-default:hover em, .btn.btn-default:hover i {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.btn.btn-default.blue {
  --tw-bg-opacity: 1;
  background-color: rgb(77 51 0 / var(--tw-bg-opacity, 1));
}
.btn.btn-default.blue span, .btn.btn-default.blue em, .btn.btn-default.blue i {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.btn.btn-default.blue:hover {
  box-shadow: 0px 4px 12px 0px #FF9123 inset;
  --tw-bg-opacity: 1;
  background-color: rgb(210 163 66 / var(--tw-bg-opacity, 1));
}
.btn.btn-secondary {
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(77 51 0 / var(--tw-border-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.4166666666666667rem;
  padding-bottom: 0.4166666666666667rem;
  height: 40px;
}
.btn.btn-secondary::after {
  content: "";
  pointer-events: none;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  display: block;
  height: 100%;
  width: 0;
  --tw-bg-opacity: 1;
  background-color: rgb(77 51 0 / var(--tw-bg-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition: .4s all ease-in-out;
}
.btn.btn-secondary:hover::after {
  width: 100%;
}
.btn.btn-secondary:hover span, .btn.btn-secondary:hover em, .btn.btn-secondary:hover i {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.btn.btn-secondary:hover em, .btn.btn-secondary:hover i {
  animation: l-t-r 0.4s forwards;
}
.btn.btn-secondary span {
  position: relative;
  z-index: 20;
  font-size: clamp(16px, calc(18 / 1920 * 100vw), 0.9375rem);
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(77 51 0 / var(--tw-text-opacity, 1));
}
.btn.btn-secondary em, .btn.btn-secondary i {
  position: relative;
  z-index: 60;
  margin-left: 0.4166666666666667rem;
  font-size: clamp(14px, calc(14 / 1920 * 100vw), 0.7291666666666667rem);
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(77 51 0 / var(--tw-text-opacity, 1));
  animation: r-t-l 0.4s forwards;
}
.btn.btn-download:hover span, .btn.btn-download:hover em, .btn.btn-download:hover i {
  --tw-text-opacity: 1;
  color: rgb(77 51 0 / var(--tw-text-opacity, 1));
}
.btn.btn-download:hover em, .btn.btn-download:hover i {
  animation: t-t-b 0.4s forwards;
}
.btn.btn-download span {
  position: relative;
  z-index: 20;
  font-size: clamp(14px, calc(16 / 1920 * 100vw), 0.8333333333333334rem);
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(77 51 0 / var(--tw-text-opacity, 1));
}
.btn.btn-download .icon {
  margin-left: 8px;
  height: 32px;
  width: 32px;
  min-width: 32px;
  overflow: hidden;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(77 51 0 / var(--tw-border-opacity, 1));
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn.btn-download em, .btn.btn-download i {
  position: relative;
  z-index: 60;
  font-size: clamp(14px, calc(14 / 1920 * 100vw), 0.7291666666666667rem);
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(77 51 0 / var(--tw-text-opacity, 1));
  animation: b-t-t 0.4s forwards;
}
.btn.btn-tertiary {
  border-bottom-width: 1px;
  border-color: transparent;
  padding-top: 0.20833333333333334rem;
  padding-bottom: 0.20833333333333334rem;
  padding-right: 0.20833333333333334rem;
}
.btn.btn-tertiary span {
  font-size: clamp(16px, calc(18 / 1920 * 100vw), 0.9375rem);
  font-weight: 600;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(77 51 0 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition: .4s all ease-in-out;
}
.btn.btn-tertiary em, .btn.btn-tertiary i {
  margin-left: 0.4166666666666667rem;
  font-size: clamp(20px, calc(24 / 1920 * 100vw), 1.25rem);
  font-weight: 300;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(77 51 0 / var(--tw-text-opacity, 1));
}
.btn.btn-tertiary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(77 51 0 / var(--tw-border-opacity, 1));
}
.btn.btn-tertiary:hover em {
  transform: translateX(3px);
}

@media screen and (max-width: 1024px) {
  .swiper-nav {
    padding-top: 1.25rem;
    padding-bottom: 0.20833333333333334rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.swiper-nav .prev, .swiper-nav .next {
  pointer-events: auto;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(189 189 189 / var(--tw-border-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .4s all ease-in-out;
  height: 40px;
  width: 40px;
}
@media screen and (max-width: 1024px) {
  .swiper-nav .prev, .swiper-nav .next {
    position: relative;
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }
}
@media (min-width: 1024.1px) {
  .swiper-nav .prev, .swiper-nav .next {
    z-index: 30;
    height: 2.5rem;
    min-height: 2.5rem;
    width: 2.5rem;
    min-width: 2.5rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}
.swiper-nav .prev::before, .swiper-nav .next::before {
  pointer-events: none;
  z-index: 50;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: 'Font Awesome 6 Pro';
  font-size: clamp(16px, calc(18 / 1920 * 100vw), 0.9375rem);
  font-weight: 300;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(189 189 189 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .4s all ease-in-out;
  width: 20px;
}
@media (min-width: 1024.1px) {
  .swiper-nav .prev::before, .swiper-nav .next::before {
    font-size: clamp(18px, calc(20 / 1920 * 100vw), 1.0416666666666667rem);
    line-height: 1.4;
  }
}
.swiper-nav .prev:hover, .swiper-nav .next:hover {
  --tw-border-opacity: 1;
  border-color: rgb(77 51 0 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(77 51 0 / var(--tw-bg-opacity, 1));
}
.swiper-nav .prev:hover::before, .swiper-nav .next:hover::before {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.swiper-nav .prev.swiper-button-disabled, .swiper-nav .next.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.5;
}
.swiper-nav .next::before {
  content: "\f054";
}
.swiper-nav .prev::before {
  content: "\f053";
}
@media screen and (max-width: 1024px) {
  .swiper-nav.center {
    z-index: 30;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .swiper-nav.center .prev {
    left: 0;
  }
  .swiper-nav.center .next {
    right: 0;
  }
}
.swiper-nav.normal {
  padding: 0 !important;
  margin: 0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-nav.normal .next, .swiper-nav.normal .prev {
  left: unset !important;
  right: unset !important;
  position: relative !important;
  transform: none !important;
}
.swiper-nav.normal .prev {
  margin-right: 8px;
}
.swiper-nav.inset .next {
  right: 0;
}
.swiper-nav.inset .prev {
  left: 0;
}
.swiper-nav.white .next, .swiper-nav.white .prev {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.swiper-nav.white .next::before, .swiper-nav.white .prev::before {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.swiper-nav.white .next:hover, .swiper-nav.white .prev:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.swiper-nav.white .next:hover::before, .swiper-nav.white .prev:hover::before {
  --tw-text-opacity: 1;
  color: rgb(77 51 0 / var(--tw-text-opacity, 1));
}
.swiper-nav.grey .next::before, .swiper-nav.grey .prev::before {
  --tw-text-opacity: 1;
  color: rgb(189 189 189 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024.1px) {
  .swiper-nav .next {
    right: -3.90625rem;
  }
}
@media (min-width: 1200.1px) {
  .swiper-nav .next {
    right: -4.1666666667rem;
  }
}
@media (min-width: 1024.1px) {
  .swiper-nav .prev {
    left: -3.90625rem;
  }
}
@media (min-width: 1200.1px) {
  .swiper-nav .prev {
    left: -4.1666666667rem;
  }
}

.custom-swiper-nav {
  height: 56px;
}
.custom-swiper-nav .hand-ui {
  height: 2.0833333333rem;
  width: 3.3333333333rem;
}
.custom-swiper-nav .prev, .custom-swiper-nav .next {
  height: 24px;
  width: 12px;
  cursor: pointer;
}
.custom-swiper-nav .prev em, .custom-swiper-nav .next em {
  font-size: clamp(20px, calc(24 / 1920 * 100vw), 1.25rem);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition: .4s all ease-in-out;
}
.custom-swiper-nav .prev:hover em, .custom-swiper-nav .next:hover em {
  --tw-text-opacity: 1;
  color: rgb(210 163 66 / var(--tw-text-opacity, 1));
}

.swiper-nav-group {
  margin-top: 1.25rem;
}
.swiper-nav-group .swiper-pagination {
  margin-left: 0.4166666666666667rem;
  margin-right: 0.4166666666666667rem;
  height: 16px;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-nav-group .swiper-nav {
  padding: 0 !important;
  margin: 0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-nav-group .swiper-nav .next, .swiper-nav-group .swiper-nav .prev {
  margin-left: 0.20833333333333334rem;
  margin-right: 0.20833333333333334rem;
  left: unset !important;
  right: unset !important;
  position: relative !important;
  transform: none !important;
}

.mobile-pagination {
  display: none;
}
@media screen and (max-width: 1024px) {
  .mobile-pagination {
    display: block;
  }
}

.swiper-pagination {
  margin-left: 0;
  margin-right: 0;
  height: 16px;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
  border-radius: 9999px;
  padding: 0.20833333333333334rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: static !important;
  left: unset !important;
  right: unset !important;
  bottom: unset !important;
  transform: none !important;
  margin-top: 0;
}
.swiper-pagination .swiper-pagination-bullet {
  height: 8px;
  width: 8px;
  min-width: 8px;
  border-radius: 9999px;
  background-color: rgb(152 152 152 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 1;
  opacity: 0.2;
  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: .4s all ease-in-out;
  margin-left: 0.20833333333333334rem !important;
  margin-right: 0.20833333333333334rem !important;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  display: inline-block;
  opacity: 1;
}

.btn-grid {
  display: grid;
  grid-template-rows: 0fr;
  transition: 0.2s grid-template-rows ease;
}
.btn-grid > div {
  overflow: hidden;
}
.btn-grid .btn {
  margin: 2px;
}

.wrap-gap a:not(:last-child), .wrap-center a:not(:last-child), .wrap-left a:not(:last-child), .wrap-right a:not(:last-child), .ajaflex-center-wrap a:not(:last-child) {
  margin-right: 0.4166666666666667rem;
}

.row {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.col {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  padding: 0 20px;
}
.col .col {
  margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
  .row {
    margin: 0 -10px -20px -10px;
  }
  .row > .col {
    padding: 0 10px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1024.1px) {
  .row {
    margin: 0 -20px -40px -20px;
  }
  .row > .col {
    margin-bottom: 40px;
  }
}

.no-gutters {
  margin-left: 0;
  margin-right: 0;
}
.no-gutters > * {
  padding-left: 0;
  padding-right: 0;
}

.col-match-height {
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
}

.container, .container-fluid, .container-xxl {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1024.1px) {
  .container.no-pad, .container-fluid.no-pad, .container-xxl.no-pad {
    padding: 0;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .container-xxl {
    padding-left: 1.0416666666666667rem !important;
    padding-right: 1.0416666666666667rem !important;
  }
}
@media screen and (min-width: 1400px) {
  .container-xxl {
    max-width: 93.2291666667rem;
  }
}
.fullcontent {
  font-size: clamp(16px, calc(18 / 1920 * 100vw), 0.9375rem);
  line-height: 1.4;
  line-height: 140%;
}
.fullcontent * {
  font: inherit;
}
.fullcontent img, .fullcontent iframe {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.0416666666666667rem;
  margin-bottom: 1.0416666666666667rem;
  display: block;
  width: 100%;
  overflow: hidden;
  border-radius: 0.8333333333333334rem;
}
.fullcontent p {
  margin-bottom: 1.25rem;
  font-size: clamp(16px, calc(18 / 1920 * 100vw), 0.9375rem);
}
.fullcontent p * {
  font-size: clamp(16px, calc(18 / 1920 * 100vw), 0.9375rem);
}
.fullcontent a {
  --tw-text-opacity: 1;
  color: rgb(77 51 0 / var(--tw-text-opacity, 1));
}
.fullcontent a:hover {
  text-decoration-line: underline;
}
.fullcontent figure {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.0416666666666667rem;
  margin-bottom: 1.0416666666666667rem;
  width: auto !important;
}
.fullcontent figure:has(iframe) {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  aspect-ratio: 16/9;
}
.fullcontent figure:has(iframe) iframe {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  height: 100%;
  width: 100%;
  border-width: 0;
}
.fullcontent figure img {
  margin: 0;
  overflow: hidden;
  border-radius: 1.0416666666666667rem;
}
@media (min-width: 1200.1px) {
  .fullcontent figure img {
    border-radius: 1.25rem;
  }
}
.fullcontent figure figcaption {
  padding-top: 0.20833333333333334rem;
  padding-bottom: 0.20833333333333334rem;
  text-align: center;
  font-size: clamp(13px, calc(15 / 1920 * 100vw), 0.78125rem);
  font-weight: 300;
  font-style: italic;
}
.fullcontent ul {
  list-style-type: disc;
}
.fullcontent ul li {
  padding-left: 16px;
  position: relative;
  margin-bottom: 0.625rem;
  display: block;
}
.fullcontent ul li::before {
  content: "";
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 10px;
  z-index: 10;
  display: inline-block;
  height: 5px;
  width: 5px;
  min-width: 5px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(61 61 61 / var(--tw-bg-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition: .4s all ease-in-out;
}
.fullcontent ul ul {
  list-style-type: disc;
}
.fullcontent ul ul li {
  padding-left: 20px;
  margin-bottom: 0.20833333333333334rem;
  display: block;
}
.fullcontent ul ul li::before {
  content: "";
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 6px;
  z-index: 10;
  display: inline-block;
  height: 1px;
  width: 6px;
  min-width: 3px;
  --tw-bg-opacity: 1;
  background-color: rgb(61 61 61 / var(--tw-bg-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition: .4s all ease-in-out;
}
.fullcontent ol {
  counter-reset: item;
}
.fullcontent ol li {
  display: block;
}
.fullcontent ol li:before {
  content: counters(item, ".") ". ";
  counter-increment: item;
}
.fullcontent ol[style*="list-style-type: lower-alpha;"] li:before {
  content: counters(item, ".", lower-alpha) ". ";
  counter-increment: item;
}
.fullcontent hr {
  margin-top: 0.8333333333333334rem;
  margin-bottom: 0.8333333333333334rem;
  display: block;
}
.fullcontent h2, .fullcontent h3, .fullcontent h4, .fullcontent h5, .fullcontent h6 {
  margin-bottom: 0.8333333333333334rem;
  font-weight: 700;
}
.fullcontent h2 {
  font-size: clamp(28px, calc(40 / 1920 * 100vw), 2.0833333333333335rem);
  line-height: 1;
}
.fullcontent h2 * {
  font: inherit;
}
.fullcontent h3 {
  font-size: clamp(24px, calc(32 / 1920 * 100vw), 1.6666666666666667rem);
  line-height: 1;
}
.fullcontent h3 * {
  font: inherit;
}
.fullcontent h4 {
  font-size: clamp(24px, calc(28 / 1920 * 100vw), 1.4583333333333335rem);
}
.fullcontent h4 * {
  font: inherit;
}
.fullcontent h5 {
  font-size: clamp(20px, calc(24 / 1920 * 100vw), 1.25rem);
}
.fullcontent h5 * {
  font: inherit;
}
.fullcontent h6 {
  font-size: clamp(18px, calc(20 / 1920 * 100vw), 1.0416666666666667rem);
}
.fullcontent h6 * {
  font: inherit;
}
.fullcontent strong {
  font-weight: 700 !important;
}
.fullcontent strong * {
  font-weight: 700 !important;
}
.fullcontent .row {
  margin-bottom: 0;
}
.fullcontent table {
  width: 100%;
}
.fullcontent table tr td {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 192 114 / var(--tw-border-opacity, 1));
  text-align: left;
  padding: 0.7291666667rem 1.25rem !important;
}
.fullcontent table tr td:first-child {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(229 192 114 / var(--tw-bg-opacity, 1));
  font-size: clamp(16px, calc(18 / 1920 * 100vw), 0.9375rem);
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.fullcontent table tr:last-child td:first-child {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(229 192 114 / var(--tw-border-opacity, 1));
}
.fullcontent table p {
  margin-bottom: 0;
}

@media (max-width: 1200px) {
  main {
    padding-top: var(--header-height);
  }
}

body {
  --header-height: 70px;
}
@media (min-width: 1200.1px) {
  body {
    --header-height: clamp(144px, 144px / 1920px * 100rem, 144px / 1920px * 100rem);
  }
}
body:before {
  content: "";
  pointer-events: none;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 50;
  display: block;
  height: 100%;
  width: 100%;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.3;
  opacity: 0;
  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: .4s all ease-in-out;
}
body.overlay-bg:before {
  opacity: 1;
}
@media (min-width: 1200.1px) {
  body.single, body.minimize, body.search-results {
    --header-height: clamp(100px, 100px / 1920px * 100rem, 100px / 1920px * 100rem);
  }
}
body.single header, body.minimize header, body.search-results header {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
body.single main, body.minimize main, body.search-results main {
  padding-top: var(--header-height);
}
body.single .search-overlay, body.minimize .search-overlay, body.search-results .search-overlay {
  top: var(--header-height);
}
@media (min-width: 1200.1px) {
  body.single .nav-brand a, body.minimize .nav-brand a, body.search-results .nav-brand a {
    height: clamp(80px, 80px / 1920px * 100rem, 80px / 1920px * 100rem);
  }
}
body.single .nav-brand a svg > path:first-child, body.minimize .nav-brand a svg > path:first-child, body.search-results .nav-brand a svg > path:first-child {
  fill: #4D3300;
}
body.single .search-toggle::before, body.minimize .search-toggle::before, body.search-results .search-toggle::before {
  --tw-text-opacity: 1;
  color: rgb(77 51 0 / var(--tw-text-opacity, 1));
}
body.single .nav-primary-menu .nav > .menu-item:hover > .title > a, body.single .nav-primary-menu .nav > .menu-item.current-menu-item > .title > a, body.single .nav-primary-menu .nav > .menu-item.current-category-ancestor > .title > a, body.single .nav-primary-menu .nav > .menu-item.current-menu-ancestor > .title > a, body.single .nav-primary-menu .nav > .menu-item.current-menu-parent > .title > a, body.single .nav-primary-menu .nav > .menu-item.current-category-parent > .title > a, body.single .nav-primary-menu .nav > .menu-item.current-money-map-category-ancestor > .title > a, body.single .nav-primary-menu .nav > .menu-item.current-post-ancestor > .title > a, body.single .nav-primary-menu .nav > .menu-item.current-project-ancestor > .title > a, body.minimize .nav-primary-menu .nav > .menu-item:hover > .title > a, body.minimize .nav-primary-menu .nav > .menu-item.current-menu-item > .title > a, body.minimize .nav-primary-menu .nav > .menu-item.current-category-ancestor > .title > a, body.minimize .nav-primary-menu .nav > .menu-item.current-menu-ancestor > .title > a, body.minimize .nav-primary-menu .nav > .menu-item.current-menu-parent > .title > a, body.minimize .nav-primary-menu .nav > .menu-item.current-category-parent > .title > a, body.minimize .nav-primary-menu .nav > .menu-item.current-money-map-category-ancestor > .title > a, body.minimize .nav-primary-menu .nav > .menu-item.current-post-ancestor > .title > a, body.minimize .nav-primary-menu .nav > .menu-item.current-project-ancestor > .title > a, body.search-results .nav-primary-menu .nav > .menu-item:hover > .title > a, body.search-results .nav-primary-menu .nav > .menu-item.current-menu-item > .title > a, body.search-results .nav-primary-menu .nav > .menu-item.current-category-ancestor > .title > a, body.search-results .nav-primary-menu .nav > .menu-item.current-menu-ancestor > .title > a, body.search-results .nav-primary-menu .nav > .menu-item.current-menu-parent > .title > a, body.search-results .nav-primary-menu .nav > .menu-item.current-category-parent > .title > a, body.search-results .nav-primary-menu .nav > .menu-item.current-money-map-category-ancestor > .title > a, body.search-results .nav-primary-menu .nav > .menu-item.current-post-ancestor > .title > a, body.search-results .nav-primary-menu .nav > .menu-item.current-project-ancestor > .title > a {
  --tw-bg-opacity: 1;
  background-color: rgb(77 51 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
body.single .nav-primary-menu .menu-item > a, body.minimize .nav-primary-menu .menu-item > a, body.search-results .nav-primary-menu .menu-item > a {
  --tw-text-opacity: 1;
  color: rgb(77 51 0 / var(--tw-text-opacity, 1));
}
body.single .nav-primary-menu .menu-item .title, body.minimize .nav-primary-menu .menu-item .title, body.search-results .nav-primary-menu .menu-item .title {
  --tw-text-opacity: 1;
  color: rgb(77 51 0 / var(--tw-text-opacity, 1));
}
body.single .nav-primary-menu .menu-item .title a, body.minimize .nav-primary-menu .menu-item .title a, body.search-results .nav-primary-menu .menu-item .title a {
  --tw-text-opacity: 1;
  color: rgb(77 51 0 / var(--tw-text-opacity, 1));
}
body.single .nav-primary-menu .menu-item .sub-menu li:hover .title a, body.single .nav-primary-menu .menu-item .sub-menu li.current-menu-item .title a, body.single .nav-primary-menu .menu-item .sub-menu li.current-category-ancestor .title a, body.single .nav-primary-menu .menu-item .sub-menu li.current-menu-ancestor .title a, body.single .nav-primary-menu .menu-item .sub-menu li.current-menu-parent .title a, body.single .nav-primary-menu .menu-item .sub-menu li.current-category-parent .title a, body.single .nav-primary-menu .menu-item .sub-menu li.current-money-map-category-ancestor .title a, body.single .nav-primary-menu .menu-item .sub-menu li.current-post-ancestor .title a, body.single .nav-primary-menu .menu-item .sub-menu li.current-project-ancestor .title a, body.minimize .nav-primary-menu .menu-item .sub-menu li:hover .title a, body.minimize .nav-primary-menu .menu-item .sub-menu li.current-menu-item .title a, body.minimize .nav-primary-menu .menu-item .sub-menu li.current-category-ancestor .title a, body.minimize .nav-primary-menu .menu-item .sub-menu li.current-menu-ancestor .title a, body.minimize .nav-primary-menu .menu-item .sub-menu li.current-menu-parent .title a, body.minimize .nav-primary-menu .menu-item .sub-menu li.current-category-parent .title a, body.minimize .nav-primary-menu .menu-item .sub-menu li.current-money-map-category-ancestor .title a, body.minimize .nav-primary-menu .menu-item .sub-menu li.current-post-ancestor .title a, body.minimize .nav-primary-menu .menu-item .sub-menu li.current-project-ancestor .title a, body.search-results .nav-primary-menu .menu-item .sub-menu li:hover .title a, body.search-results .nav-primary-menu .menu-item .sub-menu li.current-menu-item .title a, body.search-results .nav-primary-menu .menu-item .sub-menu li.current-category-ancestor .title a, body.search-results .nav-primary-menu .menu-item .sub-menu li.current-menu-ancestor .title a, body.search-results .nav-primary-menu .menu-item .sub-menu li.current-menu-parent .title a, body.search-results .nav-primary-menu .menu-item .sub-menu li.current-category-parent .title a, body.search-results .nav-primary-menu .menu-item .sub-menu li.current-money-map-category-ancestor .title a, body.search-results .nav-primary-menu .menu-item .sub-menu li.current-post-ancestor .title a, body.search-results .nav-primary-menu .menu-item .sub-menu li.current-project-ancestor .title a {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
  font-weight: 700 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(229 192 114 / var(--tw-text-opacity, 1)) !important;
}
body.single .nav-primary-menu .menu-item .sub-menu .title a, body.minimize .nav-primary-menu .menu-item .sub-menu .title a, body.search-results .nav-primary-menu .menu-item .sub-menu .title a {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
body.single .language-wrap .wpml-ls-item::before, body.minimize .language-wrap .wpml-ls-item::before, body.search-results .language-wrap .wpml-ls-item::before {
  --tw-text-opacity: 1;
  color: rgb(189 189 189 / var(--tw-text-opacity, 1));
}
body.single .language-wrap .wpml-ls-item.active::before, body.single .language-wrap .wpml-ls-item.wpml-ls-current-language::before, body.minimize .language-wrap .wpml-ls-item.active::before, body.minimize .language-wrap .wpml-ls-item.wpml-ls-current-language::before, body.search-results .language-wrap .wpml-ls-item.active::before, body.search-results .language-wrap .wpml-ls-item.wpml-ls-current-language::before {
  color: rgb(77 51 0 / var(--tw-text-opacity, 1));
  --tw-text-opacity: 0.4;
}
body.single .language-wrap .wpml-ls-item.active span, body.single .language-wrap .wpml-ls-item.wpml-ls-current-language span, body.minimize .language-wrap .wpml-ls-item.active span, body.minimize .language-wrap .wpml-ls-item.wpml-ls-current-language span, body.search-results .language-wrap .wpml-ls-item.active span, body.search-results .language-wrap .wpml-ls-item.wpml-ls-current-language span {
  color: rgb(77 51 0 / var(--tw-text-opacity, 1));
  --tw-text-opacity: 1;
}
body.single .language-wrap .wpml-ls-link span, body.minimize .language-wrap .wpml-ls-link span, body.search-results .language-wrap .wpml-ls-link span {
  color: rgb(77 51 0 / var(--tw-text-opacity, 1));
  --tw-text-opacity: 0.4;
}

.account-wrap {
  position: relative;
  margin-left: 0.625rem;
  margin-right: 0.625rem;
  height: 32px;
}
@media (min-width: 1200.1px) {
  .account-wrap {
    height: 36px;
    margin-left: 0.4166666666666667rem;
    margin-right: 0.4166666666666667rem;
  }
}
@media screen and (max-width: 1440px) {
  .account-wrap .user span {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .account-wrap .user span {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
    display: block;
  }
}
@media screen and (max-width: 1440px) {
  .account-wrap .user .fa-chevron-down {
    margin-left: 0.625rem;
  }
}

@keyframes fd-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fd-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes slide-in-left {
  0% {
    transform: translateX(-50%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.slide-in-left {
  animation: slide-in-left 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.fade-out {
  animation: fade-in 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.ripple {
  margin: auto;
  margin-top: 5rem;
  background-color: #666;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  position: relative;
  animation: ripple 3s linear infinite;
}
.ripple::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  animation: inherit;
  animation-delay: 1.5s;
}
.ripple::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  animation: inherit;
  animation-delay: 3s;
}

@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.8);
  }
  100% {
    box-shadow: 0 0 0 1rem rgba(255, 255, 255, 0);
  }
}
.shine {
  overflow: hidden;
  position: relative;
}
.shine:before {
  position: absolute;
  top: 0;
  pointer-events: none;
  left: -100%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
}
.shine:hover:before {
  animation: shine 1s;
}
@keyframes shine {
  100% {
    left: 125%;
  }
}

.circle {
  overflow: hidden;
  position: relative;
}
.circle:before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.circle:hover:before {
  animation: circle 0.75s;
}
@keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

.img-contain img {
  -o-object-fit: contain;
     object-fit: contain;
}

.zoom-in {
  overflow: hidden;
  transition: 0.45s all ease-in-out;
}
.zoom-in:hover img {
  transform: scale(1.05) translateZ(0);
}
.zoom-in img {
  transform: scale(1);
  transition: 0.45s all ease-in-out;
}

.opacity {
  transition: 0.45s all ease-in-out;
}
.opacity:hover {
  opacity: 0.8;
}
.opacity img {
  opacity: 1;
  transition: 0.3s all ease-in-out;
  transition-opacity: 0;
}

.sliding-hover {
  position: relative;
  display: inline-block;
}
.sliding-hover:before, .sliding-hover:after {
  content: "";
  height: 2px;
  position: absolute;
  bottom: -4px;
  display: block;
  width: 0;
  --tw-bg-opacity: 1;
  background-color: rgb(20 72 102 / var(--tw-bg-opacity, 1));
}
.sliding-hover:before {
  left: 0;
  transition: width 0s ease, background 0.5s ease;
}
.sliding-hover:after {
  right: 0;
  transition: width 0.5s ease;
}
.sliding-hover:hover:before {
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(20 72 102 / var(--tw-bg-opacity, 1));
  transition: width 0.5s ease;
}
.sliding-hover:hover:after {
  width: 100%;
  background-color: transparent;
  transition: all 0s ease;
}

@keyframes flash {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
.text-fd-up .word {
  display: inline-block;
  opacity: 0;
  transform: translateY(30px);
}

.text-fd-up.is-visible .word {
  animation: fadeUp 1s forwards;
  animation-delay: calc(var(--i) * 0.15s);
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes oscillate-rotation {
  0% {
    transform: rotate(0) scale(1) skew(0deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(0deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(0deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(0deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(0deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(0deg);
  }
  100% {
    transform: rotate(0) scale(1) skew(0deg);
  }
}
@keyframes loadingFade {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 0;
  }
}
@keyframes textShine {
  0% {
    background-position: 0 100%;
  }
  100% {
    background-position: 0 0;
  }
}
.hamburger--elastic .hamburger-inner {
  top: -1.5px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic .hamburger-inner:before {
  top: 11px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic .hamburger-inner:after {
  top: 22px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 11px, 0) rotate(135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic.is-active .hamburger-inner:before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic.is-active .hamburger-inner:after {
  transform: translate3d(0, -22px, 0) rotate(-270deg);
  transition-delay: 0.075s;
}

.hamburger {
  padding: 0 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 1;
}
.hamburger.is-active:hover {
  opacity: 1;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:before,
.hamburger.is-active .hamburger-inner:after {
  background-color: #4D3300;
}

.hamburger-box {
  width: 32px;
  height: 25px;
  display: block;
  margin: auto 0;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px;
}
.hamburger-inner, .hamburger-inner:before, .hamburger-inner:after {
  width: 32px;
  height: 3px;
  border-top: 1px dashed #4D3300;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner:before, .hamburger-inner:after {
  content: "";
  display: block;
}
.hamburger-inner:before {
  top: -11px;
}
.hamburger-inner:after {
  bottom: -11px;
}

.wpcf7-form.sent .wpcf7-response-output {
  --tw-text-opacity: 1 !important;
  color: rgb(65 146 79 / var(--tw-text-opacity, 1)) !important;
}
.wpcf7-form.invalid .wpcf7-response-output {
  --tw-text-opacity: 1 !important;
  color: rgb(255 0 0 / var(--tw-text-opacity, 1)) !important;
}

.wrap-form {
  position: relative;
}
.wrap-form .wpcf7-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  row-gap: 26px;
  -moz-column-gap: 0.8333333333333334rem;
       column-gap: 0.8333333333333334rem;
}
.wrap-form .fa-exclamation-triangle, .wrap-form .wpcf7-not-valid-tip {
  position: absolute;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity, 1));
  font-size: 12px;
  bottom: -20px;
  left: 0;
}
@media screen and (max-width: 576px) {
  .wrap-form .fa-exclamation-triangle, .wrap-form .wpcf7-not-valid-tip {
    font-size: 12px;
  }
}
.wrap-form .fa-exclamation-triangle:before, .wrap-form .wpcf7-not-valid-tip:before {
  font-family: "Font Awesome 6 Pro" !important;
}
.wrap-form .wpcf7-form-control-wrap {
  position: static;
  display: block;
  height: 100%;
}
.wrap-form .wpcf7-response-output {
  position: relative;
  font-size: clamp(14px, calc(16 / 1920 * 100vw), 0.8333333333333334rem);
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity, 1));
  z-index: 9999;
  border: none !important;
  margin: 0 !important;
  grid-column: span 2/span 2;
  padding: 0 !important;
}
.wrap-form .col {
  position: relative;
  margin-bottom: 0.8333333333333334rem;
}
.wrap-form .col:last-child {
  margin-bottom: 1.25rem;
}
.wrap-form .attach-file .codedropz-upload-handler {
  height: 50px;
}
.wrap-form .attach-file .codedropz-upload-handler .codedropz-upload-container {
  padding: 4px;
}
.wrap-form .attach-file .codedropz-upload-inner {
  font-size: clamp(14px, calc(16 / 1920 * 100vw), 0.8333333333333334rem);
  display: flex;
  justify-content: center;
  align-items: center;
}
.wrap-form .attach-file .codedropz-upload-inner * {
  font-size: clamp(14px, calc(16 / 1920 * 100vw), 0.8333333333333334rem);
}
.wrap-form .attach-file .codedropz-upload-inner .cd-upload-btn {
  font-size: clamp(14px, calc(16 / 1920 * 100vw), 0.8333333333333334rem);
}
.wrap-form .attach-file .codedropz-upload-inner span {
  margin-left: 0.4166666666666667rem;
  margin-right: 0.4166666666666667rem;
  display: block;
}
.wrap-form .form-group {
  position: relative;
  overflow: visible;
  grid-column: span 1/span 1;
}
.wrap-form .form-group.col-span-2 {
  grid-column: span 2/span 2;
}
.wrap-form .form-group > span {
  width: 100%;
}
.wrap-form .form-group input, .wrap-form .form-group textarea, .wrap-form .form-group select {
  height: 40px;
  width: 100%;
  overflow: hidden;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 0.4166666666666667rem;
  padding-bottom: 0.4166666666666667rem;
  padding-left: 0.8333333333333334rem;
  padding-right: 0.8333333333333334rem;
  font-size: clamp(14px, calc(16 / 1920 * 100vw), 0.8333333333333334rem);
  line-height: 1.4;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(41 41 41 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition: .4s all ease-in-out;
  outline: none !important;
}
.wrap-form .form-group input::-moz-placeholder, .wrap-form .form-group textarea::-moz-placeholder, .wrap-form .form-group select::-moz-placeholder {
  font-size: clamp(14px, calc(16 / 1920 * 100vw), 0.8333333333333334rem);
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(101 101 101 / var(--tw-text-opacity, 1));
}
.wrap-form .form-group input::placeholder, .wrap-form .form-group textarea::placeholder, .wrap-form .form-group select::placeholder {
  font-size: clamp(14px, calc(16 / 1920 * 100vw), 0.8333333333333334rem);
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(101 101 101 / var(--tw-text-opacity, 1));
}
@media (min-width: 1600px) {
  .wrap-form .form-group input, .wrap-form .form-group textarea, .wrap-form .form-group select {
    min-height: 40px;
    height: 2.3958333333rem;
  }
}
.wrap-form .form-group select {
  font-size: clamp(14px, calc(16 / 1920 * 100vw), 0.8333333333333334rem);
  line-height: 1.4;
}
.wrap-form .form-group select option {
  font-size: clamp(14px, calc(16 / 1920 * 100vw), 0.8333333333333334rem);
  line-height: 1.4;
}
@media screen and (max-width: 1024px) {
  .wrap-form .form-group {
    grid-column: span 2/span 2;
  }
}
.wrap-form .form-group.full-width {
  grid-column: span 4 / span 4;
}
.wrap-form .form-group textarea {
  width: 100%;
  border-radius: 1.0416666666666667rem;
  padding: 0.8333333333333334rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 0.8333333333333334rem;
  padding-right: 0.8333333333333334rem;
  height: 7rem;
}
@media (min-width: 1024.1px) {
  .wrap-form .form-group textarea {
    height: 8.3333333333rem;
  }
}
.wrap-form .custom-select {
  position: relative;
}
.wrap-form .custom-select select {
  height: 40px;
  width: 100%;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 0.4166666666666667rem;
  padding-bottom: 0.4166666666666667rem;
  padding-left: 0.8333333333333334rem;
  padding-right: 0.8333333333333334rem;
  font-size: clamp(14px, calc(16 / 1920 * 100vw), 0.8333333333333334rem);
  line-height: 1.4;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(41 41 41 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition: .4s all ease-in-out;
  outline: none !important;
}
.wrap-form .custom-select select::-moz-placeholder {
  font-size: clamp(14px, calc(16 / 1920 * 100vw), 0.8333333333333334rem);
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(101 101 101 / var(--tw-text-opacity, 1));
}
.wrap-form .custom-select select::placeholder {
  font-size: clamp(14px, calc(16 / 1920 * 100vw), 0.8333333333333334rem);
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(101 101 101 / var(--tw-text-opacity, 1));
}
@media (min-width: 1600px) {
  .wrap-form .custom-select select {
    min-height: 40px;
    height: 2.3958333333rem;
  }
}
.wrap-form .custom-select:after {
  font-size: clamp(18px, calc(20 / 1920 * 100vw), 1.0416666666666667rem);
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(41 41 41 / var(--tw-text-opacity, 1));
}
.wrap-form .btn.btn-primary::before {
  opacity: 0;
}
.wrap-form .btn.btn-primary::after {
  background: linear-gradient(24deg, #A57428 6.64%, #B2802E 12.59%, #FFD35D 46.9%, #FFD35D 72.74%);
  opacity: 1;
}

.frm-btnwrap {
  grid-column: span 2 / span 2;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.wrap-form .form-group.frm-btnwrap {
  grid-column: span 2/span 2;
}

.wpcf7 form.wpcf7-form.submitting button {
  opacity: 0.5 !important;
  pointer-events: none !important;
}

.tab-item {
  opacity: 0;
  display: block;
  transition: opacity 0.3s ease;
  position: relative;
}
.tab-item.active {
  opacity: 1;
}

.home-section-wrap {
  overflow: hidden;
}

.main-menu-toggle {
  display: none;
}
@media screen and (max-width: 1024px) {
  .main-menu-toggle {
    display: flex;
    align-items: center;
    padding-left: 1.6666666666666667rem;
  }
}
@media screen and (max-width: 768px) {
  .main-menu-toggle {
    padding-left: 0.8333333333333334rem;
  }
}

.frm-thanks {
  margin-top: 3.3333333333333335rem;
  margin-bottom: 3.3333333333333335rem;
  padding: 1.6666666666666667rem;
  text-align: center;
  font-size: clamp(20px, calc(24 / 1920 * 100vw), 1.25rem);
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  margin: 0 auto;
  width: 500px;
}
.frm-thanks * {
  font-size: clamp(20px, calc(24 / 1920 * 100vw), 1.25rem);
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.frm-thanks h3, .frm-thanks h4, .frm-thanks h5 {
  margin-bottom: 0.625rem;
  font-size: clamp(14px, calc(16 / 1920 * 100vw), 0.8333333333333334rem);
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity, 1));
}
.frm-thanks p, .frm-thanks span {
  font-size: clamp(20px, calc(24 / 1920 * 100vw), 1.25rem);
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.frm-thanks p *, .frm-thanks span * {
  font-size: clamp(20px, calc(24 / 1920 * 100vw), 1.25rem);
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media screen and (max-width: 1024px) {
  .frm-thanks {
    width: 320px;
  }
}

.edit-link {
  width: 30px;
  height: 30px;
  pointer-events: auto;
}
.edit-link .fa-pencil {
  width: 18px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf-8,<svg  viewBox='0 0 18 18'  xmlns='http://www.w3.org/2000/svg'><path d='M6.35473 15.7485L2.27202 11.6658L12.1468 1.79106L16.2295 5.87378L6.35473 15.7485ZM1.89039 12.385L5.63556 16.1302L0.0205078 18L1.89039 12.385ZM17.4852 4.62344L16.7771 5.33159L12.6889 1.24347L13.3971 0.535326C14.1104 -0.178442 15.2672 -0.178442 15.9805 0.535326L17.4852 2.04001C18.1934 2.75572 18.1934 3.90795 17.4852 4.62344Z' fill='#094594'/></svg>");
}

.custom-select {
  position: relative;
  width: 100%;
}
.custom-select::after {
  content: "\f078";
  font-family: "Font Awesome 6 Pro";
  pointer-events: none;
  right: 20px;
  z-index: 10;
  display: block;
  height: 1.0416666666666667rem;
  width: 0.8333333333333334rem;
  font-size: clamp(14px, calc(16 / 1920 * 100vw), 0.8333333333333334rem);
  font-weight: 700;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: .4s all ease-in-out;
}
@media screen and (min-width: 2000px) {
  .custom-select::after {
    right: 0.8333333333333334rem;
    height: 0.8333333333333334rem;
    width: 0.4166666666666667rem;
    font-size: clamp(14px, calc(16 / 1920 * 100vw), 0.8333333333333334rem);
    line-height: 1.4;
  }
}
.custom-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .custom-select select {
    height: 40px;
  }
}
.custom-select select option {
  padding-top: 0.20833333333333334rem;
  padding-bottom: 0.20833333333333334rem;
  padding-left: 0.4166666666666667rem;
  padding-right: 0.4166666666666667rem;
}

.scrollbar-wrap {
  max-height: 300px;
  padding-right: 15px;
  overflow-y: auto;
}

.scrollbar-wrap::-webkit-scrollbar {
  background: #D9D9D9;
  width: 4px !important;
  border-radius: 4px;
}

.scrollbar-wrap::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 4px #D9D9D9;
  background-color: #D9D9D9;
  border-radius: 4px;
}

.scrollbar-wrap::-webkit-scrollbar-thumb {
  background-color: #F15F4E;
  border-radius: 30px !important;
}
@media screen and (max-width: 1024px) {
  .scrollbar-wrap::-webkit-scrollbar-thumb {
    height: auto;
  }
}

.scrollbar-wrap.blue::-webkit-scrollbar-thumb {
  background-color: #1A3A67;
}

@-moz-document url-prefix() {
  .scrollbar-wrap {
    scrollbar-width: thin;
    scrollbar-color: #F15F4E #D9D9D9;
  }
  .scrollbar-wrap.blue {
    scrollbar-color: #1A3A67 #D9D9D9;
  }
}
.qradio input {
  background-repeat: no-repeat;
  background-position: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black' width='20px' height='20px'><path d='M0 0h24v24H0z' fill='none'/><path d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z'/></svg>");
}
.qradio input:checked {
  background-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ff0000' width='20px' height='20px'><path d='M0 0h24v24H0z' fill='none'/><path d='M12 7c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zm0-5C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z'/></svg>");
}

.table-wrap, .table-res {
  overflow-x: auto;
}
.table-wrap table, .table-res table {
  border-spacing: 0 !important;
  border-collapse: separate !important;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .table-wrap table, .table-res table {
    white-space: nowrap;
  }
}

.txt-grid {
  display: grid;
  grid-template-rows: 0fr;
  transition: 0.4s grid-template-rows ease;
}
.txt-grid > div {
  overflow: hidden;
}

.play-icon {
  position: relative;
}
.play-icon::after {
  content: "";
  pointer-events: none;
  z-index: 50;
  display: block;
  height: 100%;
  width: 100%;
  overflow: hidden;
  border-radius: 9999px;
  --tw-text-opacity: 1;
  color: rgb(20 72 102 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: .4s all ease-in-out;
  width: 4.1666666667rem;
  height: 4.1666666667rem;
  min-width: 4.1666666667rem;
  background: url("../img/icon/play.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 1024px) {
  .play-icon::after {
    width: 3.3333333333rem;
    height: 3.3333333333rem;
    min-width: 3.3333333333rem;
  }
}

.drop-list em, .drop-list span {
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.drop-list .fa-globe {
  display: none;
}
@media (min-width: 576.1px) {
  .drop-list .fa-globe {
    display: inline-block;
  }
}
.drop-list em {
  font-size: clamp(16px, calc(18 / 1920 * 100vw), 0.9375rem);
}
@media (min-width: 1200.1px) {
  .drop-list em {
    font-size: clamp(14px, calc(16 / 1920 * 100vw), 0.8333333333333334rem);
  }
}
.drop-list span {
  margin-right: 0.625rem;
  font-size: clamp(14px, calc(16 / 1920 * 100vw), 0.8333333333333334rem);
  font-weight: 400;
}
@media (min-width: 576.1px) {
  .drop-list span {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }
}
.drop-list:hover .fa-chevron-down {
  transform: rotateX(180deg);
}
.drop-list:hover .dropdown {
  pointer-events: auto;
  opacity: 1;
  filter: none;
}
.drop-list .drop-title {
  height: 100%;
  overflow: hidden;
  border-radius: 1.0416666666666667rem;
  border-width: 1px;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-border-opacity: 0.5;
  padding-left: 1.0416666666666667rem;
  padding-right: 1.0416666666666667rem;
  padding-top: 0.4166666666666667rem;
  padding-bottom: 0.4166666666666667rem;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .drop-list .drop-title span {
    display: none;
  }
  .drop-list .drop-title .fa-chevron-down {
    margin-left: 0.625rem;
  }
}
.drop-list .dropdown {
  filter: blur(1px);
  pointer-events: none;
  top: 100%;
  z-index: 40;
  width: -moz-max-content;
  width: max-content;
  overflow: hidden;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1.6666666666666667rem;
  padding-right: 1.6666666666666667rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  opacity: 0;
  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;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: .4s all ease-in-out;
}
.drop-list .dropdown li:not(:last-child) {
  margin-bottom: 0.4166666666666667rem;
}
.drop-list .dropdown li.active {
  font-weight: 700;
}
.drop-list .dropdown a {
  text-align: left;
  font-size: clamp(16px, calc(18 / 1920 * 100vw), 0.9375rem);
  font-weight: 600;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (min-width: 1024.1px) {
  .drop-list .dropdown a {
    font-size: clamp(14px, calc(14 / 1920 * 100vw), 0.7291666666666667rem);
  }
}
.drop-list .dropdown a:hover {
  text-decoration-line: underline;
}

.sidenav-group {
  position: fixed;
  right: 0.8333333333333334rem;
  bottom: 60px;
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  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: .4s all ease-in-out;
}
@media screen and (max-width: 576px) {
  .sidenav-group {
    bottom: 150px;
    right: 3px;
  }
}
.sidenav-group ul {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.sidenav-group li {
  margin-bottom: 0.20833333333333334rem;
}
.sidenav-group li:hover .wrap {
  width: 100%;
}
.sidenav-group li:hover .wrap::after {
  opacity: 1;
}
.sidenav-group li:hover .txt-grid {
  grid-template-columns: 1fr;
}
.sidenav-group em, .sidenav-group i {
  font-size: clamp(14px, calc(16 / 1920 * 100vw), 0.8333333333333334rem);
  line-height: 1.4;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition: .4s all ease-in-out;
}
@media (min-width: 1200.1px) {
  .sidenav-group em, .sidenav-group i {
    font-size: clamp(20px, calc(24 / 1920 * 100vw), 1.25rem);
    line-height: 1.35;
  }
}
.sidenav-group img {
  max-width: 1.6666666667rem;
  filter: brightness(0) invert(1);
}
@media screen and (max-width: 576px) {
  .sidenav-group img {
    max-width: 1.4583333333rem;
  }
}
.sidenav-group .wrap {
  position: relative;
  cursor: pointer;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(210 163 66 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  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;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .4s all ease-in-out;
  height: 2.5rem;
}
@media screen and (max-width: 1024px) {
  .sidenav-group .wrap {
    height: 36px;
  }
}
@media screen and (max-width: 576px) {
  .sidenav-group .wrap {
    height: 32px;
  }
}
.sidenav-group .wrap .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.9166666667rem;
}
@media screen and (max-width: 1024px) {
  .sidenav-group .wrap .icon {
    width: 42px;
  }
}
@media screen and (max-width: 576px) {
  .sidenav-group .wrap .icon {
    width: 36px;
  }
}
.sidenav-group .wrap .icon em, .sidenav-group .wrap .icon i, .sidenav-group .wrap .icon img, .sidenav-group .wrap .icon svg {
  animation: oscillate-rotation 1.5s infinite ease-in-out;
  transition: all 0.5s;
  transition-delay: 0.5s;
  font-size: clamp(16px, calc(18 / 1920 * 100vw), 0.9375rem);
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 576.1px) {
  .sidenav-group .wrap .icon em, .sidenav-group .wrap .icon i, .sidenav-group .wrap .icon img, .sidenav-group .wrap .icon svg {
    font-size: clamp(18px, calc(20 / 1920 * 100vw), 1.0416666666666667rem);
    line-height: 1.4;
  }
}
@media (min-width: 1200.1px) {
  .sidenav-group .wrap .icon em, .sidenav-group .wrap .icon i, .sidenav-group .wrap .icon img, .sidenav-group .wrap .icon svg {
    font-size: clamp(20px, calc(24 / 1920 * 100vw), 1.25rem);
    line-height: 1.35;
  }
}
.sidenav-group .txt-grid {
  display: grid;
  grid-template-columns: 0fr;
  transition: 0.4s grid-template-columns ease;
}
.sidenav-group .txt-grid > div {
  overflow: hidden;
  height: -moz-max-content;
  height: max-content;
}
.sidenav-group .txt-grid > div span {
  position: relative;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: flex-start;
  white-space: nowrap;
  padding-right: 1.6666666666666667rem;
  font-size: clamp(16px, calc(18 / 1920 * 100vw), 0.9375rem);
  line-height: 1.4;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.sidenav-group .group-btn {
  position: relative;
  height: 100%;
  gap: 0.625rem;
  padding-left: 0.8333333333333334rem;
  padding-right: 1.25rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sidenav-group .group-btn::after {
  content: "";
  pointer-events: none;
  left: 0;
  z-index: 10;
  display: block;
  height: 16px;
  width: 1px;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.4;
  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;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: .4s all ease-in-out;
}
@media (min-width: 1200.1px) {
  .sidenav-group .group-btn::after {
    height: 32px;
  }
}
.sidenav-group .group-btn em, .sidenav-group .group-btn i {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.back-to-top {
  height: 2.5rem;
  pointer-events: none;
  opacity: 0;
  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: .4s all ease-in-out;
}
@media (min-width: 1024.1px) {
  .back-to-top {
    min-width: 2.9166666667rem;
  }
}
@media screen and (max-width: 1024px) {
  .back-to-top {
    width: 42px;
    height: 36px;
  }
}
@media screen and (max-width: 576px) {
  .back-to-top {
    width: 36px;
    height: 32px;
  }
}
.back-to-top.show {
  pointer-events: auto;
  opacity: 1;
}
.back-to-top .icon {
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: 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: .4s all ease-in-out;
}
.back-to-top .icon:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(77 51 0 / var(--tw-bg-opacity, 1));
}
.back-to-top .icon:hover em, .back-to-top .icon:hover i {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.back-to-top em, .back-to-top i {
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(129 129 129 / var(--tw-text-opacity, 1));
  font-size: clamp(16px, calc(18 / 1920 * 100vw), 0.9375rem);
  line-height: 1.4;
}
@media (min-width: 576.1px) {
  .back-to-top em, .back-to-top i {
    font-size: clamp(18px, calc(20 / 1920 * 100vw), 1.0416666666666667rem);
    line-height: 1.4;
  }
}
@media (min-width: 1200.1px) {
  .back-to-top em, .back-to-top i {
    font-size: clamp(20px, calc(24 / 1920 * 100vw), 1.25rem);
    line-height: 1.35;
  }
}
.back-to-top em:before, .back-to-top i:before {
  font-family: 'Material Symbols Outlined';
  font-weight: 300;
  content: "\f1e0";
}

.txt-grid {
  display: grid;
  grid-template-rows: 0fr;
  transition: 0.4s grid-template-rows ease;
}
.txt-grid > div {
  overflow: hidden;
}

.language-wrap {
  position: relative;
  border-radius: 9999px;
  padding: 0;
  z-index: 900;
}
@media (min-width: 1200.1px) {
  .language-wrap {
    margin-left: 1.25rem;
  }
}
.language-wrap .wpml-ls-legacy-list-horizontal {
  padding: 0 !important;
}
.language-wrap .wpml-ls-item-toggle {
  display: none;
  cursor: pointer;
}
.language-wrap .wpml-ls-display {
  display: none;
}
.language-wrap .wpml-ls-sub-menu, .language-wrap ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.language-wrap .wpml-ls-item {
  position: relative;
  padding-left: 0.4166666666666667rem;
  padding-right: 0.4166666666666667rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.language-wrap .wpml-ls-item::before {
  content: "/";
  pointer-events: none;
  left: -0.20833333333333334rem;
  z-index: 10;
  display: block;
  height: 20px;
  width: 4px;
  font-size: clamp(14px, calc(14 / 1920 * 100vw), 0.7291666666666667rem);
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: .4s all ease-in-out;
}
.language-wrap .wpml-ls-item:last-child {
  padding-right: 0;
}
.language-wrap .wpml-ls-item:first-child::before {
  display: none;
}
.language-wrap .wpml-ls-item img {
  display: none;
}
.language-wrap .wpml-ls-item.active::before, .language-wrap .wpml-ls-item.wpml-ls-current-language::before {
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --tw-text-opacity: 0.4;
}
@media (max-width: 1200px) {
  .language-wrap .wpml-ls-item.active::before, .language-wrap .wpml-ls-item.wpml-ls-current-language::before {
    color: rgb(77 51 0 / var(--tw-text-opacity, 1));
    --tw-text-opacity: 1;
  }
}
.language-wrap .wpml-ls-item.active span, .language-wrap .wpml-ls-item.wpml-ls-current-language span {
  --tw-text-opacity: 1;
}
.language-wrap .wpml-ls-item.active img, .language-wrap .wpml-ls-item.wpml-ls-current-language img {
  opacity: 1;
  height: 28px !important;
}
.language-wrap .wpml-ls-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
}
.language-wrap .wpml-ls-link img {
  display: none;
  height: 26px !important;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.language-wrap .wpml-ls-link span {
  font-size: clamp(12px, calc(12 / 1920 * 100vw), 0.625rem);
  line-height: 1.4;
  font-weight: 400;
  text-transform: uppercase;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --tw-text-opacity: 0.4;
}
@media (max-width: 1200px) {
  .language-wrap .wpml-ls-link span {
    color: rgb(77 51 0 / var(--tw-text-opacity, 1));
    --tw-text-opacity: 0.4;
  }
}

.nav-primary-menu {
  position: relative;
  z-index: 30;
  height: 100%;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 1200px) {
  .nav-primary-menu {
    display: none !important;
  }
}
.nav-primary-menu .nav {
  height: 100%;
  width: -moz-fit-content;
  width: fit-content;
  gap: 0.4166666666666667rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.nav-primary-menu .nav > .menu-item {
  position: relative;
  z-index: 30;
  display: flex;
  align-items: center;
}
.nav-primary-menu .nav > .menu-item > .title a {
  overflow: hidden;
  border-radius: 9999px;
  padding-left: 0.8333333333333334rem;
  padding-right: 0.8333333333333334rem;
  padding-top: 0.4166666666666667rem;
  padding-bottom: 0.4166666666666667rem;
}
.nav-primary-menu .nav > .menu-item:hover > .title > a, .nav-primary-menu .nav > .menu-item.current-menu-item > .title > a, .nav-primary-menu .nav > .menu-item.current-category-ancestor > .title > a, .nav-primary-menu .nav > .menu-item.current-menu-ancestor > .title > a, .nav-primary-menu .nav > .menu-item.current-menu-parent > .title > a, .nav-primary-menu .nav > .menu-item.current-category-parent > .title > a, .nav-primary-menu .nav > .menu-item.current-money-map-category-ancestor > .title > a, .nav-primary-menu .nav > .menu-item.current-post-ancestor > .title > a, .nav-primary-menu .nav > .menu-item.current-project-ancestor > .title > a {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(77 51 0 / var(--tw-text-opacity, 1));
}
.nav-primary-menu .nav > .menu-item:last-child .sub-menu {
  left: unset;
  right: 0;
}
@media (min-width: 1200.1px) {
  .nav-primary-menu .menu-item-has-children:not(.drop-mega):hover > .sub-menu {
    pointer-events: auto;
    transform: none;
    border-bottom-right-radius: 0.4166666666666667rem;
    border-bottom-left-radius: 0.4166666666666667rem;
    opacity: 1;
    filter: none;
  }
}
.nav-primary-menu .menu-item-has-children > .sub-menu {
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 30;
  display: block;
  width: -moz-max-content;
  width: max-content;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1.25rem;
  opacity: 0;
  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: .4s all ease-in-out;
  min-width: 13.5416666667rem;
  filter: blur(10px);
  transform: translateY(20px);
}
@media (min-width: 1200.1px) {
  .nav-primary-menu .menu-item-has-children > .sub-menu {
    box-shadow: 0px 5px 10px -3px rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 0;
  }
}
.nav-primary-menu .menu-item-has-children > .sub-menu li:not(:last-child) {
  margin: 0;
  margin-bottom: 0.4166666666666667rem;
}
@media (min-width: 1600px) {
  .nav-primary-menu .menu-item-has-children > .sub-menu li:not(:last-child) {
    margin-bottom: 0.625rem;
  }
}
.nav-primary-menu .menu-item-has-children > .sub-menu li:hover a, .nav-primary-menu .menu-item-has-children > .sub-menu li.current-menu-item a, .nav-primary-menu .menu-item-has-children > .sub-menu li.current-category-ancestor a, .nav-primary-menu .menu-item-has-children > .sub-menu li.current-menu-ancestor a, .nav-primary-menu .menu-item-has-children > .sub-menu li.current-menu-parent a, .nav-primary-menu .menu-item-has-children > .sub-menu li.current-category-parent a, .nav-primary-menu .menu-item-has-children > .sub-menu li.current-money-map-category-ancestor a, .nav-primary-menu .menu-item-has-children > .sub-menu li.current-post-ancestor a, .nav-primary-menu .menu-item-has-children > .sub-menu li.current-project-ancestor a {
  --tw-text-opacity: 1;
  color: rgb(229 192 114 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}
.nav-primary-menu .menu-item-has-children > .sub-menu li a {
  padding-top: 0;
  padding-bottom: 0;
  font-size: clamp(16px, calc(18 / 1920 * 100vw), 0.9375rem);
  line-height: 1.4;
  font-weight: 400;
  text-transform: capitalize;
  --tw-text-opacity: 1;
  color: rgb(41 41 41 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  transition: .4s all ease-in-out;
}
.nav-primary-menu .menu-item-has-children > .sub-menu li .title {
  padding: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.nav-primary-menu .menu-item-has-children > .sub-menu li .title::before {
  display: none;
}
.nav-primary-menu .menu-item {
  position: relative;
  z-index: 10;
  display: block;
  height: 100%;
}
.nav-primary-menu .menu-item:first-child {
  margin-left: 0;
}
.nav-primary-menu .menu-item:last-child {
  margin-right: 0;
}
.nav-primary-menu .menu-item .title {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav-primary-menu .menu-item .title a {
  position: relative;
  font-size: clamp(14px, calc(16 / 1920 * 100vw), 0.8333333333333334rem);
  line-height: 1.4;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.nav-primary-menu .menu-item a {
  position: relative;
  height: auto;
  cursor: pointer;
  white-space: nowrap;
  font-size: clamp(14px, calc(16 / 1920 * 100vw), 0.8333333333333334rem);
  line-height: 1.4;
  font-weight: 600;
  line-height: 140%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .4s all ease-in-out;
}

.mobile-menu-nav {
  overflow-y: auto;
  max-height: calc(100vh - 250px);
}
@media (min-width: 1200.1px) {
  .mobile-menu-nav {
    display: none !important;
  }
}
.mobile-menu-nav .nav {
  width: 100%;
  flex-direction: column;
}
.mobile-menu-nav .nav .is-open > .icon::after {
  transform: translate(-50%, -50%) rotateX(180deg) !important;
}
.mobile-menu-nav .nav > .menu-item {
  position: relative;
  z-index: 30;
  width: 100%;
}
.mobile-menu-nav .nav > .menu-item > .sub-menu {
  padding-left: 0;
}
.mobile-menu-nav .nav > .menu-item:nth-child(2) > .sub-menu {
  display: block;
}
.mobile-menu-nav .nav > .menu-item .icon {
  pointer-events: auto;
  right: 0;
  z-index: 40;
  display: block;
  height: 32px;
  width: 50px;
  font-family: 'Font Awesome 6 Pro';
  font-size: clamp(20px, calc(24 / 1920 * 100vw), 1.25rem);
  line-height: 1.35;
  font-weight: 900;
  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;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: .4s all ease-in-out;
}
.mobile-menu-nav .nav > .menu-item .icon::after {
  content: "\f078";
  pointer-events: none;
  z-index: 10;
  height: 100%;
  width: 100%;
  padding-right: 0.8333333333333334rem;
  font-size: clamp(16px, calc(18 / 1920 * 100vw), 0.9375rem);
  line-height: 1.4;
  font-weight: 900;
  --tw-text-opacity: 1;
  color: rgb(77 51 0 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: .4s all ease-in-out;
}
.mobile-menu-nav .nav > .menu-item > a {
  position: relative;
  width: 100%;
  white-space: nowrap;
  background-color: rgb(189 189 189 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0;
  padding: 0.625rem;
  padding-left: 0.4166666666666667rem;
  font-size: clamp(20px, calc(24 / 1920 * 100vw), 1.25rem);
  line-height: 1.35;
  font-weight: 700;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  transition: 0.4s all ease-in-out;
}
.mobile-menu-nav .nav > .menu-item > .title {
  position: relative;
}
.mobile-menu-nav .nav > .menu-item > .title > a {
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 0.4166666666666667rem;
  font-size: clamp(20px, calc(24 / 1920 * 100vw), 1.25rem);
  line-height: 1.35;
  font-weight: 700;
}
.mobile-menu-nav .nav > .menu-item > .title.is-open .icon:before {
  transform: rotate(-180deg);
}
.mobile-menu-nav .nav > .menu-item:hover,
.mobile-menu-nav .nav > .menu-item > a {
  --tw-bg-opacity: 0.1;
}
.mobile-menu-nav .sub-menu {
  display: none;
}
.mobile-menu-nav .menu-item-has-children > .title {
  position: relative;
}
.mobile-menu-nav .menu-item-has-children > .title a {
  position: relative;
  display: flex;
  width: 100%;
  white-space: nowrap;
  padding-right: 20px;
}
.mobile-menu-nav .menu-item-has-children > a {
  position: relative;
  display: flex;
  width: 100%;
  white-space: nowrap;
  padding-right: 20px;
}
.mobile-menu-nav .menu-item-has-children > .sub-menu {
  width: 100%;
  padding: 0;
  padding-left: 14px;
}
.mobile-menu-nav .menu-item-has-children > .sub-menu li {
  width: 100%;
}
.mobile-menu-nav .menu-item-has-children > .sub-menu li.current-menu-item a {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.mobile-menu-nav .menu-item-has-children > .sub-menu li .title {
  background-color: transparent;
}
.mobile-menu-nav .menu-item-has-children > .sub-menu li a {
  white-space: normal;
  background-color: transparent;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 3.125rem;
  font-size: clamp(16px, calc(18 / 1920 * 100vw), 0.9375rem);
  font-weight: 400;
  text-transform: capitalize;
  line-height: 1;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  transition: .4s all ease-in-out;
}
.mobile-menu-nav .menu-item-has-children > .sub-menu li a::after {
  display: none;
}
.mobile-menu-nav .menu-item-has-children > .sub-menu li > .sub-menu a {
  background-color: transparent;
  font-size: clamp(16px, calc(18 / 1920 * 100vw), 0.9375rem);
  line-height: 1.4;
  font-weight: 300;
  text-transform: none;
}
.mobile-menu-nav .menu-item {
  position: relative;
  z-index: 10;
  display: block;
  height: auto;
  background-color: transparent;
}
.mobile-menu-nav .menu-item:not(:last-child) {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(220 220 220 / var(--tw-border-opacity, 1));
}
.mobile-menu-nav .menu-item .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mobile-menu-nav .menu-item .title > a {
  height: -moz-fit-content;
  height: fit-content;
}
.mobile-menu-nav .menu-item .title.is-active .icon {
  transform: rotateX(-180deg) translateY(50%) !important;
}
.mobile-menu-nav .menu-item:hover > .title a, .mobile-menu-nav .menu-item.current-menu-item > .title a, .mobile-menu-nav .menu-item.current-category-ancestor > .title a, .mobile-menu-nav .menu-item.current-menu-ancestor > .title a, .mobile-menu-nav .menu-item.current-menu-parent > .title a, .mobile-menu-nav .menu-item.current-category-parent > .title a, .mobile-menu-nav .menu-item.current-money-map-category-ancestor > .title a {
  background-color: rgb(77 51 0 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.1;
}
.mobile-menu-nav .menu-item:hover > a, .mobile-menu-nav .menu-item.current-menu-item > a, .mobile-menu-nav .menu-item.current-category-ancestor > a, .mobile-menu-nav .menu-item.current-menu-ancestor > a, .mobile-menu-nav .menu-item.current-menu-parent > a, .mobile-menu-nav .menu-item.current-category-parent > a, .mobile-menu-nav .menu-item.current-money-map-category-ancestor > a {
  background-color: rgb(77 51 0 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.1;
}
.mobile-menu-nav .menu-item:hover > a .icon, .mobile-menu-nav .menu-item.current-menu-item > a .icon, .mobile-menu-nav .menu-item.current-category-ancestor > a .icon, .mobile-menu-nav .menu-item.current-menu-ancestor > a .icon, .mobile-menu-nav .menu-item.current-menu-parent > a .icon, .mobile-menu-nav .menu-item.current-category-parent > a .icon, .mobile-menu-nav .menu-item.current-money-map-category-ancestor > a .icon {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.mobile-menu-nav .menu-item a {
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
  padding-left: 12px;
  padding-right: 12px;
  font-size: clamp(16px, calc(18 / 1920 * 100vw), 0.9375rem);
  line-height: 1.4;
  font-weight: 700;
}

.popup-modal {
  padding: 0;
  border-radius: 16px;
  width: 100%;
  overflow: hidden;
}

.carousel__button.is-close {
  top: 0 !important;
  width: 50px;
  height: 50px;
  right: 0 !important;
}
.carousel__button.is-close svg {
  --tw-text-opacity: 1;
  color: rgb(20 72 102 / var(--tw-text-opacity, 1));
}

.register-modal {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(20 72 102 / var(--tw-bg-opacity, 1)) !important;
  padding: 2.0833333333rem 1.5625rem !important;
  max-width: 46.875rem !important;
}
@media (min-width: 1024.1px) {
  .register-modal {
    padding: 2.0833333333rem !important;
  }
}
@media screen and (min-width: 1360px) {
  .register-modal {
    min-height: 620px;
  }
}
@media screen and (min-width: 1600px) {
  .register-modal {
    padding: 4.6875rem 6.7708333333rem 3.6458333333rem 6.7708333333rem !important;
  }
}
.register-modal .modal-wrap {
  margin: auto !important;
  width: 100% !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(20 72 102 / var(--tw-bg-opacity, 1)) !important;
}

.recruit-modal {
  max-width: 45.0520833333rem;
  padding: 2.6041666667rem 1.6666666667rem !important;
}

.search-toggle {
  margin-left: 2px;
  margin-right: 2px;
  cursor: pointer;
  overflow: hidden;
  border-radius: 9999px;
  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;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .4s all ease-in-out;
  width: 24px;
  min-width: 24px;
  height: 30px;
}
@media (max-width: 768px) {
  .search-toggle {
    margin-right: 0.20833333333333334rem;
  }
}
.search-toggle::before {
  content: "\e8b6";
  pointer-events: none;
  z-index: 10;
  --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));
  font-family: 'Material Symbols Outlined';
  font-size: clamp(28px, calc(36 / 1920 * 100vw), 1.875rem);
  line-height: 1.3;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(77 51 0 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .4s all ease-in-out;
  font-variation-settings: "wght" 300, "FILL" 0, "GRAD" 0, "opsz" 24;
}
@media (min-width: 1200.1px) {
  .search-toggle::before {
    font-size: clamp(20px, calc(24 / 1920 * 100vw), 1.25rem);
    line-height: 1.35;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
}
.search-toggle:hover {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-text-opacity: 1;
  color: rgb(77 51 0 / var(--tw-text-opacity, 1));
}

.search-results {
  position: relative;
  z-index: 20;
}
.search-results header {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(239 239 239 / var(--tw-border-opacity, 1));
}
.search-results .product-figure {
  padding: 1px;
}

.empty-text {
  grid-column: span 3/span 3;
}

.search-query {
  font-size: clamp(16px, calc(18 / 1920 * 100vw), 0.9375rem);
  line-height: 1.4;
}
.search-query span {
  font-size: clamp(20px, calc(24 / 1920 * 100vw), 1.25rem);
  line-height: 1.35;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(77 51 0 / var(--tw-text-opacity, 1));
}

.suggestsearch {
  top: 100%;
  z-index: 50;
  width: 100%;
  overflow: hidden;
  border-radius: 0.8333333333333334rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1.6666666666666667rem;
  padding-top: 0.8333333333333334rem;
  text-align: center;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.input-group-text {
  display: none;
}

.search-page {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}
.search-page h1 {
  letter-spacing: -2px;
  margin-bottom: 20px;
  font-size: 45px;
  line-height: 55px;
  font-weight: 500;
  color: #333333;
}
@media (max-width: 992px) {
  .search-page h1 {
    font-size: 24px;
    line-height: 30px;
  }
}
.search-page h1.center {
  text-align: center;
}
.search-page .btn-reindex {
  display: none;
}
.search-page .searchcontrols .form-inline {
  position: relative;
}
.search-page .searchcontrols .form-inline:before {
  position: absolute;
  content: "\f002";
  font-family: "Font Awesome 6 Pro";
  top: 0;
  right: 10px;
  z-index: 1;
  font-size: 24px;
  color: #4285f4;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.search-page .searchcontrols .frm-btn {
  position: absolute;
  top: 0;
  right: 10px;
  background-color: rgba(0, 0, 0, 0);
  z-index: 2;
}
.search-page input[type=text] {
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 54px;
  border: 1px solid #dfe1e5;
  background-color: #fff;
  color: #333;
  font-size: 0.875rem;
  font-weight: 400;
  height: 44px;
  border-radius: 22px;
  box-shadow: 0 0 0 0px rgba(0, 0, 0, 0);
  transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  outline: none;
}
.search-page input[type=text]:focus {
  box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
  border-color: rgba(223, 225, 229, 0);
}
.search-page input[type=submit] {
  border-radius: 2px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  box-shadow: none;
  cursor: pointer;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  font-size: 0;
}
.search-page .text-danger {
  margin-top: 20px;
  font-size: 15px;
  color: #333;
  font-style: italic;
  font-weight: 600;
}
.search-page .searchresultsummary {
  margin-bottom: 20px;
}
.search-page .searchresults {
  margin-top: 30px;
}
.search-page .searchresults .modulepager:first-child {
  display: none;
}
.search-page .searchresultlist {
  margin-bottom: 30px;
}
.search-page .searchresult {
  margin-bottom: 30px;
  box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28);
  padding: 16px;
  border-radius: 8px;
}
.search-page .searchresult:last-child {
  margin-bottom: 0;
}
.search-page .searchresult h3 {
  font-size: 18px;
  line-height: 1.33;
  font-weight: 400;
  margin-bottom: 10px;
}
.search-page .searchresult h3 a {
  color: #1A0DAB;
  text-decoration: none;
  font-weight: 500;
}
.search-page .searchresult .searchresultdesc {
  color: #545454;
  line-height: 1.54;
  word-wrap: break-word;
  font-size: small;
  font-weight: 400;
  margin-bottom: 10px;
}
.search-page .searchresult .searchterm {
  color: #6a6a6a;
  font-weight: bold;
  font-style: normal;
  line-height: 1.54;
  word-wrap: break-word;
  font-size: small;
}
.search-page .searchresult hr {
  display: none !important;
}
.search-page .search-title {
  margin-bottom: 0.8333333333333334rem;
  display: block;
  font-size: clamp(20px, calc(24 / 1920 * 100vw), 1.25rem);
  font-weight: 700;
  text-transform: uppercase;
}
.search-page .text-main {
  font-size: clamp(16px, calc(18 / 1920 * 100vw), 0.9375rem);
  font-size: clamp(22px, calc(26 / 1920 * 100vw), 1.3541666666666667rem);
  font-weight: 400;
  text-transform: none;
}
.search-page .searchresultsummary {
  font-size: clamp(14px, calc(16 / 1920 * 100vw), 0.8333333333333334rem);
  font-weight: 600;
}
.search-page .kw-desc {
  font-weight: 700;
}

.keyword-list ul {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 0.8333333333333334rem;
}
@media (min-width: 768.1px) {
  .keyword-list ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.keyword-list ul li {
  overflow: hidden;
  border-radius: 0.4166666666666667rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(246 246 246 / var(--tw-border-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition: .4s all ease-in-out;
}
.keyword-list ul li:hover {
  --tw-border-opacity: 1;
  border-color: rgb(77 51 0 / var(--tw-border-opacity, 1));
}
.keyword-list .title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.keyword-list {
  max-height: 300px;
  padding-right: 15px;
  overflow-y: auto;
}

.keyword-list::-webkit-scrollbar {
  background: #D5E0EC;
  width: 4px !important;
  border-radius: 4px;
}

.keyword-list::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 4px #D5E0EC;
  background-color: #D5E0EC;
  border-radius: 4px;
}

.keyword-list::-webkit-scrollbar-thumb {
  background-color: #005BAA;
  border-radius: 30px !important;
}
@media screen and (max-width: 1024px) {
  .keyword-list::-webkit-scrollbar-thumb {
    height: auto;
  }
}

@-moz-document url-prefix() {
  .keyword-list {
    scrollbar-width: thin;
    scrollbar-color: #005BAA #D5E0EC;
  }
}
.search-overlay {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 100%;
  max-width: 46.875rem;
}
.search-overlay .container {
  position: relative;
  flex-direction: column;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.close-search {
  position: relative;
  z-index: 50;
  margin-bottom: 0.4166666666666667rem;
  margin-left: auto;
  height: 1.875rem;
  width: 1.875rem;
  min-width: 36px;
  cursor: pointer;
  border-radius: 9999px;
  border-width: 1px;
  border-color: transparent;
  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;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .4s all ease-in-out;
}
.close-search em {
  font-size: clamp(20px, calc(24 / 1920 * 100vw), 1.25rem);
  line-height: 1.35;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(229 192 114 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition: .4s all ease-in-out;
}
.close-search:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 192 114 / var(--tw-bg-opacity, 1));
}
.close-search:hover em {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.searchbox {
  pointer-events: none;
  position: fixed;
  left: 50%;
  z-index: 999;
  width: 100%;
  --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));
  opacity: 0;
  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;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  transition: .4s all ease-in-out;
  top: var(--header-height);
}
.searchbox.is-open {
  pointer-events: auto;
  z-index: 9996;
  opacity: 1;
}
.searchbox .searchform {
  width: 100%;
}
.searchbox .search-overlay {
  position: relative;
  padding: 1.6666666666666667rem;
  padding-top: 1.25rem;
}
.searchbox .search-overlay::after {
  content: "";
  pointer-events: none;
  position: absolute;
  inset: 0;
  z-index: 10;
  display: block;
  overflow: hidden;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  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: .4s all ease-in-out;
}
.searchbox input {
  position: relative;
  z-index: 50;
  height: 45px;
  width: 100%;
  overflow: hidden;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(220 220 220 / var(--tw-border-opacity, 1));
  background-color: transparent;
  padding-left: 1.0416666666666667rem;
  padding-right: 1.0416666666666667rem;
}
@media screen and (max-width: 1200px) {
  .searchbox input {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    font-weight: 600;
  }
}
.searchbox input::-moz-placeholder {
  opacity: 0.7;
}
.searchbox input::placeholder {
  opacity: 0.7;
}
.searchbox button {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 50;
  height: 45px;
  width: 90px;
  --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));
  overflow: hidden;
  border-radius: 9999px;
  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;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .4s all ease-in-out;
}
.searchbox button em {
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(14 46 67 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition: .4s all ease-in-out;
}
.searchbox button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 192 114 / var(--tw-bg-opacity, 1));
}
.searchbox button:hover em {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.error-message {
  text-align: center;
  font-weight: 700;
  line-height: 1.25;
}

.search-wrap {
  position: relative;
  z-index: 120;
  cursor: pointer;
  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;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .4s all ease-in-out;
}

.pad-10 {
  padding: 3.125rem 0;
}
@media (min-width: 1200.1px) {
  .pad-10 {
    padding: 5.2083333333rem 0;
  }
}

.pad-t-10 {
  padding-top: 3.125rem;
}
@media (min-width: 1200.1px) {
  .pad-t-10 {
    padding-top: 5.2083333333rem;
  }
}

.pad-b-10 {
  padding-bottom: 3.125rem;
}
@media (min-width: 1200.1px) {
  .pad-b-10 {
    padding-bottom: 5.2083333333rem;
  }
}

.pad-8 {
  padding: 3.125rem 0;
}
@media (min-width: 1200.1px) {
  .pad-8 {
    padding: 3.6458333333rem 0;
  }
}

.pad-6-8 {
  padding: 3.125rem 0;
}
@media (min-width: 1200.1px) {
  .pad-6-8 {
    padding: 3.125rem 0 4.1666666667rem;
  }
}

.pad-t-8 {
  padding-top: 3.125rem;
}
@media (min-width: 1200.1px) {
  .pad-t-8 {
    padding-top: 4.1666666667rem;
  }
}

.pad-b-8 {
  padding-bottom: 3.125rem;
}
@media (min-width: 1200.1px) {
  .pad-b-8 {
    padding-bottom: 4.1666666667rem;
  }
}

.pad-6 {
  padding: 3.125rem 0;
}

.pad-t-6 {
  padding-top: 3.125rem;
}

.pad-b-6 {
  padding-bottom: 3.125rem;
}

.swiper-slide {
  height: auto;
}

.init-swiper {
  --mr: 10px;
  --spv: 1;
}
@media (min-width: 768.1px) {
  .init-swiper {
    --mr: 16px;
  }
}
@media (min-width: 1200.1px) {
  .init-swiper {
    --mr: clamp(40px, 40px / 1920px * 100rem, 40px / 1920px * 100rem);
  }
}
.init-swiper[data-time="0"] .swiper-wrapper {
  transition-timing-function: linear;
}
.init-swiper .swiper-slide.swiper-slide {
  overflow: visible;
}
.init-swiper .swiper-wrapper {
  height: auto !important;
}
.init-swiper .swiper-slide {
  width: calc((100% - var(--mr) * (var(--spv) - 1)) / var(--spv));
  height: auto;
}
.init-swiper .swiper-slide:not(:last-child) {
  margin-right: var(--mr);
}
.init-swiper.no-gap {
  --mr: 1px;
}
.init-swiper.small-gap {
  --mr: clamp(8px, 8px / 1920px * 100rem, 8px / 1920px * 100rem);
}
.init-swiper.medium-gap {
  --mr: clamp(32px, 32px / 1920px * 100rem, 32px / 1920px * 100rem);
}
.init-swiper.large-gap {
  --mr: clamp(80px, 80px / 1920px * 100rem, 80px / 1920px * 100rem);
}
@media (min-width: 768.1px) {
  .init-swiper.auto-2 {
    --spv: 2;
  }
  .init-swiper.auto-3 {
    --spv: 2;
  }
}
@media (min-width: 1024.1px) {
  .init-swiper.auto-3 {
    --spv: 3;
  }
}
@media (min-width: 576.1px) {
  .init-swiper.auto-4 {
    --spv: 2;
  }
}
@media (min-width: 768.1px) {
  .init-swiper.auto-4 {
    --spv: 3;
  }
}
@media (min-width: 1200.1px) {
  .init-swiper.auto-4 {
    --spv: 4;
  }
}
.init-swiper.auto-5 {
  --spv: 1;
}
@media (min-width: 576.1px) {
  .init-swiper.auto-5 {
    --spv: 2;
  }
}
@media (min-width: 768.1px) {
  .init-swiper.auto-5 {
    --spv: 3;
  }
}
@media (min-width: 1024.1px) {
  .init-swiper.auto-5 {
    --spv: 4;
  }
}
@media (min-width: 1200.1px) {
  .init-swiper.auto-5 {
    --spv: 5;
  }
}
.init-swiper.auto-6 {
  --spv: 1;
}
@media (min-width: 576.1px) {
  .init-swiper.auto-6 {
    --spv: 2;
  }
}
@media (min-width: 768.1px) {
  .init-swiper.auto-6 {
    --spv: 3;
  }
}
@media (min-width: 1024.1px) {
  .init-swiper.auto-6 {
    --spv: 4;
  }
}
@media (min-width: 1200.1px) {
  .init-swiper.auto-6 {
    --spv: 6;
  }
}
@media (max-width: 576px) {
  .init-swiper.show-half-mobile {
    --spv: 1.5;
  }
}
.init-swiper.slide-products-spacing {
  --mr: clamp(18px, 18px / 1920px * 100rem, 18px / 1920px * 100rem);
}
.init-swiper .swiper-scrollbar.swiper-scrollbar {
  position: static;
  width: 100%;
  border-radius: 0px;
  margin-top: 2.0833333333333335rem;
  height: 2px;
}
.init-swiper .swiper-scrollbar.swiper-scrollbar .swiper-scrollbar-drag {
  border-radius: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(210 163 66 / var(--tw-bg-opacity, 1));
}
.init-swiper.arrow-edge .arrow-button .button-prev {
  left: 0;
}
.init-swiper.arrow-edge .arrow-button .button-next {
  right: 0;
}

.visible-slide .swiper {
  overflow: visible;
}

.swiper-column-1 .swiper-slide, .swiper-column-2 .swiper-slide, .swiper-xl-3 .swiper-slide, .swiper-xl-4 .swiper-slide {
  height: auto;
}

.swiper-center .swiper-wrapper {
  margin-left: auto;
  margin-right: auto;
  width: -moz-fit-content;
  width: fit-content;
}

@media (min-width: 1200.1px) {
  .swiper-shadow-spacing .swiper {
    padding: clamp(32px, 32px / 1920px * 100rem, 32px / 1920px * 100rem);
    margin: clamp(-32px, -32px / 1920px * 100rem, -32px / 1920px * 100rem);
  }
}

.swiper.swiper-fade .swiper-slide {
  opacity: 0 !important;
}
.swiper.swiper-fade .swiper-slide-active {
  opacity: 1 !important;
}

.dynamic-slide.swiper-slide {
  width: calc((100% - var(--mr) * (var(--spv) - 1)) / var(--spv));
  height: auto;
}
.dynamic-slide.swiper-slide:not(:last-child) {
  margin-right: var(--mr);
}
.hover\:z-10:hover {
  z-index: 10;
}
.hover\:scale-105:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:text-primary-1 {
  --tw-text-opacity: 1;
  color: rgb(77 51 0 / var(--tw-text-opacity, 1));
}
.group:hover .group-hover\:text-primary-2 {
  --tw-text-opacity: 1;
  color: rgb(210 163 66 / var(--tw-text-opacity, 1));
}
.rem\:h-\[160px\] {
  height: 8.333333333333334rem;
}
.rem\:max-w-\[820px\] {
  max-width: 42.708333333333336rem;
}
.ratio\:pt-\[1_1\] {
  padding-top: 100%;
}
.ratio\:pt-\[224_320\] {
  padding-top: 70%;
}
.ratio\:pt-\[292_440\] {
  padding-top: 66.36363636363637%;
}
.ratio\:pt-\[293_440\] {
  padding-top: 66.5909090909091%;
}
.ratio\:pt-\[413_620\] {
  padding-top: 66.61290322580645%;
}
.ratio\:pt-\[440_660\] {
  padding-top: 66.66666666666666%;
}
.ratio\:pt-\[458_344\] {
  padding-top: 133.13953488372093%;
}
.ratio\:pt-\[460_920\] {
  padding-top: 50%;
}
.ratio\:pt-\[555_395\] {
  padding-top: 140.50632911392404%;
}
.ratio\:pt-\[560_1400\] {
  padding-top: 40%;
}
.ratio\:pt-\[592_320\] {
  padding-top: 185%;
}
.ratio\:pt-\[600_900\] {
  padding-top: 66.66666666666666%;
}
.ratio\:pt-\[636_920\] {
  padding-top: 69.1304347826087%;
}
.ratio\:pt-\[680_1920\] {
  padding-top: 35.41666666666667%;
}
.ratio\:pt-\[700_668\] {
  padding-top: 104.79041916167664%;
}
.ratio\:pt-\[880_980\] {
  padding-top: 89.79591836734694%;
}
@media (min-width: 576.1px) {

  .sm\:w-1\/2 {
    width: 50%;
  }
}
@media (min-width: 768.1px) {

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

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

  .lg\:absolute {
    position: absolute;
  }

  .lg\:left-\[-40px\] {
    left: -40px;
  }

  .lg\:top-0 {
    top: 0;
  }

  .lg\:my-10 {
    margin-top: 2.0833333333333335rem;
    margin-bottom: 2.0833333333333335rem;
  }

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

  .lg\:mb-11 {
    margin-bottom: 2.291666666666667rem;
  }

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

  .lg\:mb-9 {
    margin-bottom: 1.875rem;
  }

  .lg\:ml-13 {
    margin-left: 2.7083333333333335rem;
  }

  .lg\:ml-24 {
    margin-left: 5rem;
  }

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

  .lg\:hidden {
    display: none;
  }

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

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

  .lg\:w-1\/5 {
    width: 20%;
  }

  .lg\:w-3\/12 {
    width: 25%;
  }

  .lg\:w-4\/12 {
    width: 33.333333%;
  }

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

  .lg\:w-6\/12 {
    width: 50%;
  }

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

  .lg\:w-8\/12 {
    width: 66.666667%;
  }

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

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

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

  .lg\:p-10 {
    padding: 2.0833333333333335rem;
  }

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

  .lg\:px-15 {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }

  .lg\:px-5 {
    padding-left: 1.0416666666666667rem;
    padding-right: 1.0416666666666667rem;
  }

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

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

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

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

  .lg\:py-25 {
    padding-top: 5.208333333333334rem;
    padding-bottom: 5.208333333333334rem;
  }

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

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

  .lg\:pr-10 {
    padding-right: 2.0833333333333335rem;
  }

  .lg\:pr-13 {
    padding-right: 2.7083333333333335rem;
  }

  .lg\:pr-15 {
    padding-right: 3.125rem;
  }

  .lg\:pr-20 {
    padding-right: 4.166666666666667rem;
  }

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

  .lg\:pt-11 {
    padding-top: 2.291666666666667rem;
  }

  .lg\:pt-12 {
    padding-top: 2.5rem;
  }

  .lg\:pt-2 {
    padding-top: 0.4166666666666667rem;
  }

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

  .lg\:pt-25 {
    padding-top: 5.208333333333334rem;
  }

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

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

  .lg\:absolute-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .lg\:rem\:max-w-\[1056px\] {
    max-width: 55rem;
  }

  .lg\:rem\:max-w-\[600px\] {
    max-width: 31.25rem;
  }

  .lg\:rem\:max-w-\[681px\] {
    max-width: 35.46875rem;
  }
}
@media (min-width: 1200.1px) {

  .xl\:left-\[-60px\] {
    left: -60px;
  }

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

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

  .xl\:flex-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .xl\:rem\:max-w-\[640px\] {
    max-width: 33.333333333333336rem;
  }
}
@media (min-width: 1600px) {

  .\32xl\:mb-20 {
    margin-bottom: 4.166666666666667rem;
  }

  .\32xl\:max-w-\[640px\] {
    max-width: 640px;
  }

  .\32xl\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .\32xl\:pb-25 {
    padding-bottom: 5.208333333333334rem;
  }

  .\32xl\:pt-4 {
    padding-top: 0.8333333333333334rem;
  }

  .\32xl\:rem\:max-w-\[600px\] {
    max-width: 31.25rem;
  }

  .\32xl\:rem\:max-w-\[640px\] {
    max-width: 33.333333333333336rem;
  }
}
@media (max-width: 576px) {

  .max-sm\:pt-4 {
    padding-top: 0.8333333333333334rem;
  }
}
@media (max-width: 1024px) {

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

  .max-lg\:mb-8 {
    margin-bottom: 1.6666666666666667rem;
  }

  .max-lg\:mt-6 {
    margin-top: 1.25rem;
  }

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

  .max-lg\:px-5 {
    padding-left: 1.0416666666666667rem;
    padding-right: 1.0416666666666667rem;
  }

  .max-lg\:py-15 {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }

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

  .max-lg\:pt-15 {
    padding-top: 3.125rem;
  }

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

  .max-lg\:text-center {
    text-align: center;
  }
}
/*# sourceMappingURL=tailwind.min.css.map */
