*, ::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;
}
.heading-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;
  font-size: clamp(28px, calc(36 / 1920 * var(--design-vw, calc(100vw - var(--scrollbar-width, 0px)))), 1.875rem);
  line-height: 1.3;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.1em;
}
.heading-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 (max-width: 576px) {

  .heading-1 {
    font-size: clamp(26px, calc(30 / 1920 * var(--design-vw, calc(100vw - var(--scrollbar-width, 0px)))), 1.5625rem);
    line-height: 1.3;
  }

  .heading-2 {
    font-size: clamp(26px, calc(30 / 1920 * var(--design-vw, calc(100vw - var(--scrollbar-width, 0px)))), 1.5625rem);
    line-height: 1.3;
  }

  .heading-3 {
    font-size: clamp(18px, calc(20 / 1920 * var(--design-vw, calc(100vw - var(--scrollbar-width, 0px)))), 1.0416666666666667rem);
    line-height: 1.4;
  }

  .heading-serif-2 {
    font-size: clamp(26px, calc(30 / 1920 * var(--design-vw, calc(100vw - var(--scrollbar-width, 0px)))), 1.5625rem);
    line-height: 1.3;
  }
}
.heading-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;
  font-size: clamp(28px, calc(40 / 1920 * var(--design-vw, calc(100vw - var(--scrollbar-width, 0px)))), 2.0833333333333335rem);
  font-weight: 500;
  line-height: 140%;
}
.heading-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;
}
.heading-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;
  transition: .4s all ease-in-out;
  font-size: clamp(18px, calc(20 / 1920 * var(--design-vw, calc(100vw - var(--scrollbar-width, 0px)))), 1.0416666666666667rem);
  line-height: 1.4;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.025em;
}
.heading-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;
  transition: .4s all ease-in-out;
}
.heading-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;
  font-size: clamp(16px, calc(18 / 1920 * var(--design-vw, calc(100vw - var(--scrollbar-width, 0px)))), 0.9375rem);
  line-height: 1.4;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.025em;
}
.heading-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-6 {
  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;
  font-size: clamp(14px, calc(16 / 1920 * var(--design-vw, calc(100vw - var(--scrollbar-width, 0px)))), 0.8333333333333334rem);
  line-height: 1.4;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.025em;
}
.heading-6 * {
  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-7 {
  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;
  font-size: clamp(14px, calc(14 / 1920 * var(--design-vw, calc(100vw - var(--scrollbar-width, 0px)))), 0.7291666666666667rem);
  line-height: 1.4;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.025em;
}
.heading-7 * {
  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-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;
  font-size: clamp(14px, calc(16 / 1920 * var(--design-vw, calc(100vw - var(--scrollbar-width, 0px)))), 0.8333333333333334rem);
  line-height: 1.4;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.025em;
}
.body-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;
}
.body-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;
  font-size: clamp(18px, calc(20 / 1920 * var(--design-vw, calc(100vw - var(--scrollbar-width, 0px)))), 1.0416666666666667rem);
  line-height: 1.4;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.025em;
}
.body-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;
}
.body-3 {
  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;
  font-size: clamp(16px, calc(18 / 1920 * var(--design-vw, calc(100vw - var(--scrollbar-width, 0px)))), 0.9375rem);
  line-height: 1.4;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.025em;
}
.body-3 * {
  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-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;
  transition: .4s all ease-in-out;
  font-size: clamp(14px, calc(14 / 1920 * var(--design-vw, calc(100vw - var(--scrollbar-width, 0px)))), 0.7291666666666667rem);
  line-height: 1.4;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.025em;
}
.body-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;
  transition: .4s all ease-in-out;
}
.heading-serif-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;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(28px, calc(36 / 1920 * var(--design-vw, calc(100vw - var(--scrollbar-width, 0px)))), 1.875rem);
  line-height: 1.3;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.025em;
}
.heading-serif-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;
}
.heading-serif-6 {
  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;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(14px, calc(16 / 1920 * var(--design-vw, calc(100vw - var(--scrollbar-width, 0px)))), 0.8333333333333334rem);
  line-height: 1.4;
  font-weight: 700;
  line-height: 140%;
}
.heading-serif-6 * {
  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;
}
.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 * var(--design-vw, calc(100vw - var(--scrollbar-width, 0px))));
  }
}
@media (min-width: 1600px) {

  .container {
    max-width: calc(1440 / 1920 * var(--design-vw, calc(100vw - var(--scrollbar-width, 0px))));
  }
}
.container-xxl {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 576.1px) {

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

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

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

  .container-xxl {
    max-width: calc(1760 / 1920 * var(--design-vw, calc(100vw - var(--scrollbar-width, 0px))));
  }
}
@media (min-width: 1600px) {

  .container-xxl {
    max-width: calc(1760 / 1920 * var(--design-vw, calc(100vw - var(--scrollbar-width, 0px))));
  }
}
.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;
}
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: 28px;
    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.625rem;
    top: 10px;
    z-index: 10;
    display: inline-block;
    height: 3px;
    width: 3px;
    min-width: 3px;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(70 70 70 / 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(70 70 70 / 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;
  }
@media screen and (max-width: 1024px) {
    .heading-1 br {
    display: none;
  }
  }
.pointer-events-none {
  pointer-events: none;
}
.pointer-events-auto {
  pointer-events: auto;
}
.visible {
  visibility: visible;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  inset: 0;
}
.bottom-0 {
  bottom: 0;
}
.left-0 {
  left: 0;
}
.left-3 {
  left: 0.625rem;
}
.left-\[-6px\] {
  left: -6px;
}
.right-0 {
  right: 0;
}
.top-0 {
  top: 0;
}
.top-\[10px\] {
  top: 10px;
}
.top-\[6px\] {
  top: 6px;
}
.z-10 {
  z-index: 10;
}
.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-999 {
  z-index: 999;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.m-0 {
  margin: 0;
}
.m-\[2px\] {
  margin: 2px;
}
.mx-0 {
  margin-left: 0;
  margin-right: 0;
}
.mx-1 {
  margin-left: 0.20833333333333334rem;
  margin-right: 0.20833333333333334rem;
}
.mx-2 {
  margin-left: 0.4166666666666667rem;
  margin-right: 0.4166666666666667rem;
}
.mx-3 {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-4 {
  margin-top: 0.8333333333333334rem;
  margin-bottom: 0.8333333333333334rem;
}
.my-5 {
  margin-top: 1.0416666666666667rem;
  margin-bottom: 1.0416666666666667rem;
}
.my-6 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.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-5 {
  margin-bottom: 1.0416666666666667rem;
}
.mb-6 {
  margin-bottom: 1.25rem;
}
.mb-8 {
  margin-bottom: 1.6666666666666667rem;
}
.ml-2 {
  margin-left: 0.4166666666666667rem;
}
.ml-\[8px\] {
  margin-left: 8px;
}
.ml-auto {
  margin-left: auto;
}
.mr-2 {
  margin-right: 0.4166666666666667rem;
}
.mr-5 {
  margin-right: 1.0416666666666667rem;
}
.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-4 {
  margin-top: 0.8333333333333334rem;
}
.mt-6 {
  margin-top: 1.25rem;
}
.mt-8 {
  margin-top: 1.6666666666666667rem;
}
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-10 {
  height: 2.0833333333333335rem;
}
.h-12 {
  height: 2.5rem;
}
.h-9 {
  height: 1.875rem;
}
.h-\[16px\] {
  height: 16px;
}
.h-\[1px\] {
  height: 1px;
}
.h-\[32px\] {
  height: 32px;
}
.h-\[3px\] {
  height: 3px;
}
.h-\[40px\] {
  height: 40px;
}
.h-\[56px\] {
  height: 56px;
}
.h-\[5px\] {
  height: 5px;
}
.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-12 {
  min-height: 2.5rem;
}
.min-h-\[40px\] {
  min-height: 40px;
}
.w-0 {
  width: 0;
}
.w-1\/2 {
  width: 50%;
}
.w-12 {
  width: 2.5rem;
}
.w-8 {
  width: 1.6666666666666667rem;
}
.w-9 {
  width: 1.875rem;
}
.w-\[32px\] {
  width: 32px;
}
.w-\[3px\] {
  width: 3px;
}
.w-\[40px\] {
  width: 40px;
}
.w-\[5px\] {
  width: 5px;
}
.w-\[6px\] {
  width: 6px;
}
.w-\[8px\] {
  width: 8px;
}
.w-auto {
  width: auto;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.w-screen {
  width: 100vw;
}
.min-w-12 {
  min-width: 2.5rem;
}
.min-w-\[32px\] {
  min-width: 32px;
}
.min-w-\[3px\] {
  min-width: 3px;
}
.min-w-\[40px\] {
  min-width: 40px;
}
.min-w-\[5px\] {
  min-width: 5px;
}
.min-w-\[8px\] {
  min-width: 8px;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-full {
  max-width: 100%;
}
.shrink-0 {
  flex-shrink: 0;
}
.scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer {
  cursor: pointer;
}
.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-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-0 {
  gap: 0;
}
.gap-2 {
  gap: 0.4166666666666667rem;
}
.gap-3 {
  gap: 0.625rem;
}
.gap-4 {
  gap: 0.8333333333333334rem;
}
.gap-5 {
  gap: 1.0416666666666667rem;
}
.gap-6 {
  gap: 1.25rem;
}
.gap-y-10 {
  row-gap: 2.0833333333333335rem;
}
.gap-y-6 {
  row-gap: 1.25rem;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-visible {
  overflow: visible;
}
.whitespace-normal {
  white-space: normal;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded-2 {
  border-radius: 0.4166666666666667rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-4 {
  border-radius: 0.8333333333333334rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-l-0 {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.rounded-l-full {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}
.rounded-r-full {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}
.rounded-bl-2xl {
  border-bottom-left-radius: 1rem;
}
.rounded-tl-2xl {
  border-top-left-radius: 1rem;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0;
}
.border-2 {
  border-width: 2px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-l {
  border-left-width: 1px;
}
.border-r {
  border-right-width: 1px;
}
.border-r-0 {
  border-right-width: 0;
}
.border-t {
  border-top-width: 1px;
}
.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-950 {
  --tw-border-opacity: 1;
  border-color: rgb(21 21 21 / var(--tw-border-opacity, 1));
}
.border-primary-1 {
  --tw-border-opacity: 1;
  border-color: rgb(0 85 161 / var(--tw-border-opacity, 1));
}
.border-primary-3 {
  --tw-border-opacity: 1;
  border-color: rgb(102 184 34 / 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-grey-950 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(21 21 21 / var(--tw-border-opacity, 1));
}
.border-b-primary-3 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(102 184 34 / var(--tw-border-opacity, 1));
}
.border-b-white {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-t-grey-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(239 239 239 / var(--tw-border-opacity, 1));
}
.bg-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-grey-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 239 239 / 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-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(70 70 70 / var(--tw-bg-opacity, 1));
}
.bg-grey-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(61 61 61 / var(--tw-bg-opacity, 1));
}
.bg-grey-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(21 21 21 / var(--tw-bg-opacity, 1));
}
.bg-primary-1 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 85 161 / var(--tw-bg-opacity, 1));
}
.bg-primary-2 {
  --tw-bg-opacity: 1;
  background-color: rgb(43 73 194 / var(--tw-bg-opacity, 1));
}
.bg-primary-3 {
  --tw-bg-opacity: 1;
  background-color: rgb(102 184 34 / var(--tw-bg-opacity, 1));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-opacity-100 {
  --tw-bg-opacity: 1;
}
.bg-opacity-20 {
  --tw-bg-opacity: 0.2;
}
.bg-opacity-30 {
  --tw-bg-opacity: 0.3;
}
.bg-opacity-40 {
  --tw-bg-opacity: 0.4;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-0 {
  padding: 0;
}
.p-1 {
  padding: 0.20833333333333334rem;
}
.p-10 {
  padding: 2.0833333333333335rem;
}
.p-2 {
  padding: 0.4166666666666667rem;
}
.p-5 {
  padding: 1.0416666666666667rem;
}
.p-6 {
  padding: 1.25rem;
}
.p-8 {
  padding: 1.6666666666666667rem;
}
.px-0 {
  padding-left: 0;
  padding-right: 0;
}
.px-11 {
  padding-left: 2.291666666666667rem;
  padding-right: 2.291666666666667rem;
}
.px-3 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-4 {
  padding-left: 0.8333333333333334rem;
  padding-right: 0.8333333333333334rem;
}
.px-6 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-7 {
  padding-left: 1.4583333333333335rem;
  padding-right: 1.4583333333333335rem;
}
.px-8 {
  padding-left: 1.6666666666666667rem;
  padding-right: 1.6666666666666667rem;
}
.py-1 {
  padding-top: 0.20833333333333334rem;
  padding-bottom: 0.20833333333333334rem;
}
.py-2 {
  padding-top: 0.4166666666666667rem;
  padding-bottom: 0.4166666666666667rem;
}
.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-8 {
  padding-top: 1.6666666666666667rem;
  padding-bottom: 1.6666666666666667rem;
}
.py-\[1px\] {
  padding-top: 1px;
  padding-bottom: 1px;
}
.pb-0 {
  padding-bottom: 0;
}
.pb-1 {
  padding-bottom: 0.20833333333333334rem;
}
.pb-2 {
  padding-bottom: 0.4166666666666667rem;
}
.pb-8 {
  padding-bottom: 1.6666666666666667rem;
}
.pt-0 {
  padding-top: 0;
}
.pt-10 {
  padding-top: 2.0833333333333335rem;
}
.pt-12 {
  padding-top: 2.5rem;
}
.pt-2 {
  padding-top: 0.4166666666666667rem;
}
.pt-4 {
  padding-top: 0.8333333333333334rem;
}
.pt-5 {
  padding-top: 1.0416666666666667rem;
}
.pt-6 {
  padding-top: 1.25rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.font-Awesome6 {
  font-family: 'Font Awesome 6 Pro';
}
.font-Cormorant-Garamond {
  font-family: 'Cormorant Garamond', Georgia, serif;
}
.text-14 {
  font-size: clamp(14px, calc(14 / 1920 * var(--design-vw, calc(100vw - var(--scrollbar-width, 0px)))), 0.7291666666666667rem);
}
.text-15 {
  font-size: clamp(13px, calc(15 / 1920 * var(--design-vw, calc(100vw - var(--scrollbar-width, 0px)))), 0.78125rem);
}
.text-16 {
  font-size: clamp(14px, calc(16 / 1920 * var(--design-vw, calc(100vw - var(--scrollbar-width, 0px)))), 0.8333333333333334rem);
}
.text-18 {
  font-size: clamp(16px, calc(18 / 1920 * var(--design-vw, calc(100vw - var(--scrollbar-width, 0px)))), 0.9375rem);
}
.text-24 {
  font-size: clamp(20px, calc(24 / 1920 * var(--design-vw, calc(100vw - var(--scrollbar-width, 0px)))), 1.25rem);
}
.text-2xl {
  font-size: clamp(20px, calc(24 / 1920 * var(--design-vw, calc(100vw - var(--scrollbar-width, 0px)))), 1.25rem);
  line-height: 1.35;
}
.text-3xl {
  font-size: clamp(26px, calc(30 / 1920 * var(--design-vw, calc(100vw - var(--scrollbar-width, 0px)))), 1.5625rem);
  line-height: 1.3;
}
.text-4xl {
  font-size: clamp(28px, calc(36 / 1920 * var(--design-vw, calc(100vw - var(--scrollbar-width, 0px)))), 1.875rem);
  line-height: 1.3;
}
.text-base {
  font-size: clamp(14px, calc(16 / 1920 * var(--design-vw, calc(100vw - var(--scrollbar-width, 0px)))), 0.8333333333333334rem);
  line-height: 1.4;
}
.text-lg {
  font-size: clamp(16px, calc(18 / 1920 * var(--design-vw, calc(100vw - var(--scrollbar-width, 0px)))), 0.9375rem);
  line-height: 1.4;
}
.text-sm {
  font-size: clamp(14px, calc(14 / 1920 * var(--design-vw, calc(100vw - var(--scrollbar-width, 0px)))), 0.7291666666666667rem);
  line-height: 1.4;
}
.text-xl {
  font-size: clamp(18px, calc(20 / 1920 * var(--design-vw, calc(100vw - var(--scrollbar-width, 0px)))), 1.0416666666666667rem);
  line-height: 1.4;
}
.font-black {
  font-weight: 900;
}
.font-bold {
  font-weight: 700;
}
.font-light {
  font-weight: 300;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.not-italic {
  font-style: normal;
}
.leading-135 {
  line-height: 135%;
}
.leading-140 {
  line-height: 140%;
}
.leading-none {
  line-height: 1;
}
.text-grey-300 {
  --tw-text-opacity: 1;
  color: rgb(189 189 189 / var(--tw-text-opacity, 1));
}
.text-grey-400 {
  --tw-text-opacity: 1;
  color: rgb(152 152 152 / var(--tw-text-opacity, 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-800 {
  --tw-text-opacity: 1;
  color: rgb(70 70 70 / var(--tw-text-opacity, 1));
}
.text-grey-950 {
  --tw-text-opacity: 1;
  color: rgb(21 21 21 / var(--tw-text-opacity, 1));
}
.text-grey-secondary {
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity, 1));
}
.text-primary-1 {
  --tw-text-opacity: 1;
  color: rgb(0 85 161 / var(--tw-text-opacity, 1));
}
.text-primary-2 {
  --tw-text-opacity: 1;
  color: rgb(43 73 194 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.underline {
  text-decoration-line: underline;
}
.no-underline {
  text-decoration-line: none;
}
.opacity-0 {
  opacity: 0;
}
.opacity-10 {
  opacity: 0.1;
}
.opacity-100 {
  opacity: 1;
}
.opacity-20 {
  opacity: 0.2;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-90 {
  opacity: 0.9;
}
.shadow-sm {
  --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);
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.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-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-shadow {
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.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;
}
.flex-start {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.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-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-y {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.transition {
  transition: .4s all ease-in-out;
}
:root {
  --design-width: 1920;
  --scrollbar-width: 0px;
  --design-vw: calc(100vw - var(--scrollbar-width));
}

html {
  scrollbar-gutter: stable;
  overflow-x: clip;
}

body {
  overflow-x: clip;
}

html, body {
  color: #151515;
  font-weight: 400;
  font-family: "Sarabun", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: clamp(14px, 16 / var(--design-width) * var(--design-vw, 100vw), 16px);
  scroll-padding: 3.125rem;
}
@media (min-width: 576.1px) {
  html, body {
    font-size: calc(16 / var(--design-width) * var(--design-vw, 100vw));
  }
}
@media (min-width: 768.1px) {
  html, body {
    font-size: calc(18 / var(--design-width) * var(--design-vw, 100vw));
  }
}
@media (min-width: 1024.1px) {
  html, body {
    font-size: calc(19.2 / var(--design-width) * var(--design-vw, 100vw));
    scroll-padding: 5.2083333333rem;
  }
}
@media (min-width: 1200.1px) {
  html, body {
    font-size: calc(19.2 / var(--design-width) * var(--design-vw, 100vw));
  }
}

*: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 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(14px, calc(14 / 1920 * var(--design-vw, calc(100vw - var(--scrollbar-width, 0px)))), 0.7291666666666667rem);
  line-height: 1.4;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(129 129 129 / var(--tw-text-opacity, 1));
}

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

html::-webkit-scrollbar {
  display: none;
}

body {
  overflow-y: auto;
  overflow-x: hidden;
}

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;
}
.fullcontent {
  font-size: clamp(14px, calc(16 / 1920 * var(--design-vw, calc(100vw - var(--scrollbar-width, 0px)))), 0.8333333333333334rem);
  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 * var(--design-vw, calc(100vw - var(--scrollbar-width, 0px)))), 0.9375rem);
}
.fullcontent p * {
  font-size: clamp(16px, calc(18 / 1920 * var(--design-vw, calc(100vw - var(--scrollbar-width, 0px)))), 0.9375rem);
}
.fullcontent a {
  --tw-text-opacity: 1;
  color: rgb(0 85 161 / 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;
}
.fullcontent figure figcaption {
  padding-top: 0.20833333333333334rem;
  padding-bottom: 0.20833333333333334rem;
  text-align: center;
  font-size: clamp(13px, calc(15 / 1920 * var(--design-vw, calc(100vw - var(--scrollbar-width, 0px)))), 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(70 70 70 / 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(70 70 70 / 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: 1.0416666666666667rem;
  font-weight: 700;
}
.fullcontent h2 {
  font-size: clamp(28px, calc(36 / 1920 * var(--design-vw, calc(100vw - var(--scrollbar-width, 0px)))), 1.875rem);
  line-height: 1;
}
.fullcontent h2 * {
  font: inherit;
}
.fullcontent h3 {
  font-size: clamp(20px, calc(24 / 1920 * var(--design-vw, calc(100vw - var(--scrollbar-width, 0px)))), 1.25rem);
  line-height: 1;
}
.fullcontent h3 * {
  font: inherit;
}
.fullcontent h4 {
  font-size: clamp(18px, calc(20 / 1920 * var(--design-vw, calc(100vw - var(--scrollbar-width, 0px)))), 1.0416666666666667rem);
  line-height: 1.4;
}
.fullcontent h4 * {
  font: inherit;
}
.fullcontent h5 {
  font-size: clamp(16px, calc(18 / 1920 * var(--design-vw, calc(100vw - var(--scrollbar-width, 0px)))), 0.9375rem);
  line-height: 1.4;
}
.fullcontent h5 * {
  font: inherit;
}
.fullcontent h6 {
  font-size: clamp(14px, calc(16 / 1920 * var(--design-vw, calc(100vw - var(--scrollbar-width, 0px)))), 0.8333333333333334rem);
  line-height: 1.4;
}
.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(102 184 34 / 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(102 184 34 / var(--tw-bg-opacity, 1));
  font-size: clamp(16px, calc(18 / 1920 * var(--design-vw, calc(100vw - var(--scrollbar-width, 0px)))), 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(102 184 34 / var(--tw-border-opacity, 1));
}
.fullcontent table p {
  margin-bottom: 0;
}

.btn span, .btn em {
  transition: 0.4s all ease-in-out;
}
.btn.btn-primary {
  height: 2.0833333333333335rem;
  min-height: 40px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(21 21 21 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(21 21 21 / var(--tw-bg-opacity, 1));
  padding-left: 1.4583333333333335rem;
  padding-right: 1.4583333333333335rem;
  transition: 0.4s all ease-in-out;
  min-width: 6.4583333333rem;
}
@media (min-width: 1200.1px) {
  .btn.btn-primary {
    padding-left: 2.291666666666667rem;
    padding-right: 2.291666666666667rem;
  }
}
.btn.btn-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.btn.btn-primary:hover span, .btn.btn-primary:hover em, .btn.btn-primary:hover i {
  --tw-text-opacity: 1;
  color: rgb(21 21 21 / var(--tw-text-opacity, 1));
}
.btn.btn-primary:hover em, .btn.btn-primary:hover i {
  animation: l-t-r 0.4s forwards;
}
.btn.btn-primary span {
  transition: 0.4s all ease-in-out;
  position: relative;
  z-index: 20;
  white-space: nowrap;
  font-size: clamp(14px, calc(16 / 1920 * var(--design-vw, calc(100vw - var(--scrollbar-width, 0px)))), 0.8333333333333334rem);
  line-height: 1.4;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.btn.btn-primary em, .btn.btn-primary i {
  transition: 0.4s all ease-in-out;
  position: relative;
  z-index: 40;
  margin-left: 0.4166666666666667rem;
  width: 1.6666666666666667rem;
  overflow: hidden;
  border-radius: 9999px;
  font-size: clamp(26px, calc(30 / 1920 * var(--design-vw, calc(100vw - var(--scrollbar-width, 0px)))), 1.5625rem);
  line-height: 1.3;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 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(21 21 21 / var(--tw-text-opacity, 1));
}
.btn.btn-primary.white em, .btn.btn-primary.white i {
  --tw-text-opacity: 1;
  color: rgb(21 21 21 / 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(0 85 161 / 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 * var(--design-vw, calc(100vw - var(--scrollbar-width, 0px)))), 0.7291666666666667rem);
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 85 161 / 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 * var(--design-vw, calc(100vw - var(--scrollbar-width, 0px)))), 0.9375rem);
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(43 73 194 / var(--tw-text-opacity, 1));
}
.btn.btn-default em, .btn.btn-default i {
  margin-left: 0.4166666666666667rem;
  font-size: clamp(16px, calc(18 / 1920 * var(--design-vw, calc(100vw - var(--scrollbar-width, 0px)))), 0.9375rem);
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(43 73 194 / var(--tw-text-opacity, 1));
}
.btn.btn-default:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(43 73 194 / 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(0 85 161 / 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(43 73 194 / var(--tw-bg-opacity, 1));
}
.btn.btn-secondary {
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 85 161 / 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(0 85 161 / 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 * var(--design-vw, calc(100vw - var(--scrollbar-width, 0px)))), 0.9375rem);
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 85 161 / 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 * var(--design-vw, calc(100vw - var(--scrollbar-width, 0px)))), 0.7291666666666667rem);
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(0 85 161 / 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(0 85 161 / 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 * var(--design-vw, calc(100vw - var(--scrollbar-width, 0px)))), 0.8333333333333334rem);
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 85 161 / 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(0 85 161 / 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 * var(--design-vw, calc(100vw - var(--scrollbar-width, 0px)))), 0.7291666666666667rem);
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(0 85 161 / var(--tw-text-opacity, 1));
  animation: b-t-t 0.4s forwards;
}
.btn.btn-tertiary {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 85 161 / var(--tw-border-opacity, 1));
  border-color: transparent;
  padding-top: 0.20833333333333334rem;
  padding-bottom: 0.20833333333333334rem;
}
.btn.btn-tertiary span {
  font-size: clamp(14px, calc(14 / 1920 * var(--design-vw, calc(100vw - var(--scrollbar-width, 0px)))), 0.7291666666666667rem);
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(129 129 129 / 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 * var(--design-vw, calc(100vw - var(--scrollbar-width, 0px)))), 1.25rem);
  font-weight: 300;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(129 129 129 / var(--tw-text-opacity, 1));
}
.btn.btn-tertiary:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(21 21 21 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(21 21 21 / var(--tw-text-opacity, 1));
}
.btn.btn-tertiary:hover span {
  --tw-text-opacity: 1;
  color: rgb(21 21 21 / var(--tw-text-opacity, 1));
}
.btn.btn-tertiary:hover em {
  transform: translateX(3px);
}
.btn.btn-tertiary.white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.btn.btn-tertiary.white * {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.btn.btn-tertiary.white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.btn.btn-tertiary.white:hover * {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.btn.btn-tertiary.white:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

@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 {
  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 .prev::after, .swiper-nav .next::before, .swiper-nav .next::after {
  content: "";
  pointer-events: none;
  z-index: 50;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  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: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: .4s all ease-in-out;
  width: 12px;
  height: 21px;
  background-repeat: no-repeat !important;
  background-size: auto auto !important;
  background-position: center center !important;
}
.swiper-nav .prev::after, .swiper-nav .next::after {
  opacity: 0;
}
.swiper-nav .prev:hover::before, .swiper-nav .next:hover::before {
  opacity: 0;
}
.swiper-nav .prev:hover::after, .swiper-nav .next:hover::after {
  opacity: 1;
}
.swiper-nav .prev.swiper-button-disabled, .swiper-nav .next.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.5;
}
.swiper-nav .prev::before {
  background-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='21' viewBox='0 0 12 21' fill='none'><path d='M10.707 0.353516L0.707031 10.3535L10.707 20.3535' stroke='%23989898'/></svg>");
}
.swiper-nav .prev::after {
  background-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='21' viewBox='0 0 12 21' fill='none'><path d='M10.707 0.353516L0.707031 10.3535L10.707 20.3535' stroke='%23151515'/></svg>");
}
.swiper-nav .next::before {
  background-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='21' viewBox='0 0 12 21' fill='none'><path d='M0.353516 0.353516L10.3535 10.3535L0.353516 20.3535' stroke='%23989898'/></svg>");
}
.swiper-nav .next::after {
  background-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='21' viewBox='0 0 12 21' fill='none'><path d='M0.353516 0.353516L10.3535 10.3535L0.353516 20.3535' stroke='%23151515'/></svg>");
}
@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(0 85 161 / 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 * var(--design-vw, calc(100vw - var(--scrollbar-width, 0px)))), 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(43 73 194 / 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;
  --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;
}
@media (min-width: 1024.1px) {
  .col {
    padding: 0 1.25rem;
  }
}
.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 -1.25rem -2.5rem -1.25rem;
  }
  .row > .col {
    margin-bottom: 2.5rem;
  }
}

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

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

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

@media (min-width: 1200.1px) {
  .container-xxl {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

main {
  padding-top: var(--header-height);
}

body {
  --header-height: 64px;
}
@media (min-width: 1200.1px) {
  body {
    --header-height: clamp(64px, 64px / 1920px * 100rem, 64px / 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;
}
@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.3 all ease-in-out;
}
.zoom-in:hover img {
  transform: scale(1.07) 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;
  }
}
@keyframes l-t-r {
  49% {
    transform: translate(100%);
  }
  50% {
    opacity: 0;
    transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes r-t-l {
  49% {
    transform: translate(-100%);
  }
  50% {
    opacity: 0;
    transform: translate(100%);
  }
  51% {
    opacity: 1;
  }
}
.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: 0.7;
}
.hamburger.is-active:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #000;
}

.hamburger-box {
  width: 20px;
  height: 16px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: calc(2px / -2);
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 20px;
  height: 2px;
  background-color: #000;
  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: -7px;
}
.hamburger-inner::after {
  bottom: -7px;
}

.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
  top: -14px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -7px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.wpcf7-form.sent .wpcf7-response-output {
  --tw-text-opacity: 1 !important;
  color: rgb(0 121 213 / 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: 20px;
  -moz-column-gap: 1.0416666666666667rem;
       column-gap: 1.0416666666666667rem;
}
.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 * var(--design-vw, calc(100vw - var(--scrollbar-width, 0px)))), 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 * var(--design-vw, calc(100vw - var(--scrollbar-width, 0px)))), 0.8333333333333334rem);
  display: flex;
  justify-content: center;
  align-items: center;
}
.wrap-form .attach-file .codedropz-upload-inner * {
  font-size: clamp(14px, calc(16 / 1920 * var(--design-vw, calc(100vw - var(--scrollbar-width, 0px)))), 0.8333333333333334rem);
}
.wrap-form .attach-file .codedropz-upload-inner .cd-upload-btn {
  font-size: clamp(14px, calc(16 / 1920 * var(--design-vw, calc(100vw - var(--scrollbar-width, 0px)))), 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-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  background-color: transparent;
  padding-top: 0.4166666666666667rem;
  padding-bottom: 0.4166666666666667rem;
  padding-left: 0.8333333333333334rem;
  padding-right: 0.8333333333333334rem;
  font-size: clamp(14px, calc(16 / 1920 * var(--design-vw, calc(100vw - var(--scrollbar-width, 0px)))), 0.8333333333333334rem);
  line-height: 1.4;
  font-weight: 400;
  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;
}
@media (min-width: 1200.1px) {
  .wrap-form .form-group input, .wrap-form .form-group textarea, .wrap-form .form-group select {
    padding-left: 0.5208333333333334rem;
    padding-right: 0.5208333333333334rem;
  }
}
.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 * var(--design-vw, calc(100vw - var(--scrollbar-width, 0px)))), 0.8333333333333334rem);
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(70 70 70 / 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 * var(--design-vw, calc(100vw - var(--scrollbar-width, 0px)))), 0.8333333333333334rem);
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(70 70 70 / 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.1875rem;
  }
}
.wrap-form .form-group select {
  font-size: clamp(14px, calc(16 / 1920 * var(--design-vw, calc(100vw - var(--scrollbar-width, 0px)))), 0.8333333333333334rem);
  line-height: 1.4;
}
.wrap-form .form-group select option {
  font-size: clamp(14px, calc(16 / 1920 * var(--design-vw, calc(100vw - var(--scrollbar-width, 0px)))), 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%;
  height: 6.25rem;
}
@media (min-width: 1024.1px) {
  .wrap-form .form-group textarea {
    height: 10.46875rem;
  }
}
.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 * var(--design-vw, calc(100vw - var(--scrollbar-width, 0px)))), 0.8333333333333334rem);
  line-height: 1.4;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(21 21 21 / 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 * var(--design-vw, calc(100vw - var(--scrollbar-width, 0px)))), 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 * var(--design-vw, calc(100vw - var(--scrollbar-width, 0px)))), 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 * var(--design-vw, calc(100vw - var(--scrollbar-width, 0px)))), 1.0416666666666667rem);
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(21 21 21 / 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;
}

.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 * var(--design-vw, calc(100vw - var(--scrollbar-width, 0px)))), 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 * var(--design-vw, calc(100vw - var(--scrollbar-width, 0px)))), 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 * var(--design-vw, calc(100vw - var(--scrollbar-width, 0px)))), 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 * var(--design-vw, calc(100vw - var(--scrollbar-width, 0px)))), 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 * var(--design-vw, calc(100vw - var(--scrollbar-width, 0px)))), 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 * var(--design-vw, calc(100vw - var(--scrollbar-width, 0px)))), 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 * var(--design-vw, calc(100vw - var(--scrollbar-width, 0px)))), 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 * var(--design-vw, calc(100vw - var(--scrollbar-width, 0px)))), 0.9375rem);
}
@media (min-width: 1200.1px) {
  .drop-list em {
    font-size: clamp(14px, calc(16 / 1920 * var(--design-vw, calc(100vw - var(--scrollbar-width, 0px)))), 0.8333333333333334rem);
  }
}
.drop-list span {
  margin-right: 0.625rem;
  font-size: clamp(14px, calc(16 / 1920 * var(--design-vw, calc(100vw - var(--scrollbar-width, 0px)))), 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 * var(--design-vw, calc(100vw - var(--scrollbar-width, 0px)))), 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 * var(--design-vw, calc(100vw - var(--scrollbar-width, 0px)))), 0.7291666666666667rem);
  }
}
.drop-list .dropdown a:hover {
  text-decoration-line: underline;
}

.back-to-top {
  pointer-events: none;
  position: fixed;
  right: 0;
  bottom: 2.0833333333333335rem;
  z-index: 99;
  height: 2.0833333333333335rem;
  width: 2.0833333333333335rem;
  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: center;
  align-items: center;
  transition: .4s all ease-in-out;
  border-style: none !important;
}
@media (max-width: 1200px) {
  .back-to-top {
    bottom: 70px;
    height: 36px;
    width: 36px;
    min-width: 36px;
  }
}
.back-to-top.show {
  pointer-events: auto;
  opacity: 1;
}
.back-to-top:hover:before {
  transform: rotateY(-180deg);
}
.back-to-top::before {
  content: "";
  pointer-events: none;
  z-index: 20;
  display: block;
  height: 12px;
  width: 21px;
  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;
  background-image: url("data:image/svg+xml;charset=utf-8,<svg width='21' height='12' viewBox='0 0 21 12' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M0.353516 10.707L10.3535 0.707031L20.3535 10.707' stroke='%23989898'/></svg>");
  background-repeat: no-repeat;
  background-size: auto 100% !important;
  background-position: center center;
}
.back-to-top::after {
  content: "";
  pointer-events: none;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  display: block;
  height: 100%;
  width: 100%;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.8;
  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;
  backdrop-filter: blur(40px);
}

.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;
}
.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;
  margin-left: 0.20833333333333334rem;
  margin-right: 0.20833333333333334rem;
  display: block;
  height: 20px;
  width: 4px;
  font-size: clamp(14px, calc(14 / 1920 * var(--design-vw, calc(100vw - var(--scrollbar-width, 0px)))), 0.7291666666666667rem);
  line-height: 1.4;
  --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;
  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 span, .language-wrap .wpml-ls-item.wpml-ls-current-language span {
  color: rgb(21 21 21 / var(--tw-text-opacity, 1));
  --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:hover span {
  text-decoration-line: underline;
}
.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 * var(--design-vw, calc(100vw - var(--scrollbar-width, 0px)))), 0.625rem);
  line-height: 1.4;
  font-weight: 400;
  text-transform: uppercase;
  color: rgb(189 189 189 / var(--tw-text-opacity, 1));
  --tw-text-opacity: 0.4;
}

.mobile-menu-nav {
  overflow-y: auto;
}
.mobile-menu-nav .nav {
  width: 100%;
  flex-direction: column;
}
.mobile-menu-nav .menu-item {
  position: relative;
  z-index: 10;
}
.mobile-menu-nav .menu-item:not(:last-child) {
  margin-bottom: 0.625rem;
}
.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 {
  --tw-text-opacity: 1;
  color: rgb(21 21 21 / var(--tw-text-opacity, 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 {
  --tw-text-opacity: 1;
  color: rgb(21 21 21 / var(--tw-text-opacity, 1));
}
.mobile-menu-nav a {
  position: relative;
  font-size: clamp(18px, calc(20 / 1920 * var(--design-vw, calc(100vw - var(--scrollbar-width, 0px)))), 1.0416666666666667rem);
  line-height: 1.4;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(129 129 129 / 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;
  transition: 0.3s all ease-in-out;
}

.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 {
  position: relative;
  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, .search-toggle::after {
  pointer-events: none;
  position: absolute;
  inset: 0;
  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: 'Font Awesome 6 Pro';
  font-size: clamp(18px, calc(20 / 1920 * var(--design-vw, calc(100vw - var(--scrollbar-width, 0px)))), 1.0416666666666667rem);
  line-height: 1.4;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(21 21 21 / 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;
}
.search-toggle::before {
  content: "\f002";
}
.search-toggle::after {
  content: "\f00d";
  opacity: 0;
}
.search-toggle:hover::before {
  --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));
}
.search-toggle.is-open::before {
  opacity: 0;
}
.search-toggle.is-open::after {
  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 * var(--design-vw, calc(100vw - var(--scrollbar-width, 0px)))), 0.9375rem);
  line-height: 1.4;
}
.search-query span {
  font-size: clamp(20px, calc(24 / 1920 * var(--design-vw, calc(100vw - var(--scrollbar-width, 0px)))), 1.25rem);
  line-height: 1.35;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 85 161 / 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-bottom: 3.125rem;
}
@media (min-width: 1200.1px) {
  .search-page {
    padding: 9.375rem 0 3.125rem !important;
  }
}
.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 * var(--design-vw, calc(100vw - var(--scrollbar-width, 0px)))), 1.25rem);
  font-weight: 700;
  text-transform: uppercase;
}
.search-page .text-main {
  font-size: clamp(16px, calc(18 / 1920 * var(--design-vw, calc(100vw - var(--scrollbar-width, 0px)))), 0.9375rem);
  font-size: clamp(22px, calc(26 / 1920 * var(--design-vw, calc(100vw - var(--scrollbar-width, 0px)))), 1.3541666666666667rem);
  font-weight: 400;
  text-transform: none;
}
.search-page .searchresultsummary {
  font-size: clamp(14px, calc(16 / 1920 * var(--design-vw, calc(100vw - var(--scrollbar-width, 0px)))), 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(0 85 161 / 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;
  }
}
.searchbox {
  pointer-events: none;
  opacity: 0;
}
.searchbox.is-open {
  pointer-events: auto;
  z-index: 9996;
  opacity: 1;
}
.searchbox.is-open .txt-grid {
  grid-template-rows: 1fr;
}
.searchbox .searchform {
  position: relative;
  width: 100%;
}
.searchbox input {
  position: relative;
  z-index: 50;
  height: 2.5rem;
  min-height: 40px;
  width: 100%;
  overflow: hidden;
  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;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-bottom: 14px;
  font-size: clamp(14px, calc(14 / 1920 * var(--design-vw, calc(100vw - var(--scrollbar-width, 0px)))), 0.7291666666666667rem);
  line-height: 1.4;
}
.searchbox input::-moz-placeholder {
  font-size: clamp(14px, calc(14 / 1920 * var(--design-vw, calc(100vw - var(--scrollbar-width, 0px)))), 0.7291666666666667rem);
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(129 129 129 / var(--tw-text-opacity, 1));
}
.searchbox input::placeholder {
  font-size: clamp(14px, calc(14 / 1920 * var(--design-vw, calc(100vw - var(--scrollbar-width, 0px)))), 0.7291666666666667rem);
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(129 129 129 / var(--tw-text-opacity, 1));
}
.searchbox button {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 50;
  height: 2.5rem;
  min-height: 40px;
  width: 50px;
  --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;
  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, .searchbox button i {
  font-size: clamp(18px, calc(20 / 1920 * var(--design-vw, calc(100vw - var(--scrollbar-width, 0px)))), 1.0416666666666667rem);
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(21 21 21 / var(--tw-text-opacity, 1));
}
.searchbox button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(21 21 21 / 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: 1024.1px) {
  .pad-10 {
    padding: 5.2083333333rem 0;
  }
}

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

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

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

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

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

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

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

.pad-t-6 {
  padding-top: 3.125rem;
}
@media (min-width: 1024.1px) {
  .pad-t-6 {
    padding-top: 3.125rem;
  }
}

.pad-b-6 {
  padding-bottom: 3.125rem;
}
@media (min-width: 1024.1px) {
  .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(49px, 49px / 1920px * 100rem, 49px / 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(43 73 194 / 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\:shadow-md:hover {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.group:hover .group-hover\:text-grey-950 {
  --tw-text-opacity: 1;
  color: rgb(21 21 21 / var(--tw-text-opacity, 1));
}
.group:hover .group-hover\:text-primary-1 {
  --tw-text-opacity: 1;
  color: rgb(0 85 161 / var(--tw-text-opacity, 1));
}
.group:hover .group-hover\:text-primary-2 {
  --tw-text-opacity: 1;
  color: rgb(43 73 194 / var(--tw-text-opacity, 1));
}
.clamp\:mt-\[8-8\] {
  margin-top: clamp(8px, calc(8 / 1920 * var(--design-vw, calc(100vw - var(--scrollbar-width, 0px)))), 0.4166666666666667rem);
}
.clamp\:py-\[56-96\] {
  padding-top: clamp(56px, calc(96 / 1920 * var(--design-vw, calc(100vw - var(--scrollbar-width, 0px)))), 5rem);
  padding-bottom: clamp(56px, calc(96 / 1920 * var(--design-vw, calc(100vw - var(--scrollbar-width, 0px)))), 5rem);
}
.clamp\:py-\[80-120\] {
  padding-top: clamp(80px, calc(120 / 1920 * var(--design-vw, calc(100vw - var(--scrollbar-width, 0px)))), 6.25rem);
  padding-bottom: clamp(80px, calc(120 / 1920 * var(--design-vw, calc(100vw - var(--scrollbar-width, 0px)))), 6.25rem);
}
.clamp\:pt-\[24-24\] {
  padding-top: clamp(24px, calc(24 / 1920 * var(--design-vw, calc(100vw - var(--scrollbar-width, 0px)))), 1.25rem);
}
.rem\:mb-\[35px\] {
  margin-bottom: 1.8229166666666667rem;
}
.ratio\:pt-\[1_1\] {
  padding-top: 100%;
}
.ratio\:pt-\[200_400\] {
  padding-top: 50%;
}
.ratio\:pt-\[269_404\] {
  padding-top: 66.58415841584159%;
}
.ratio\:pt-\[292_440\] {
  padding-top: 66.36363636363637%;
}
.ratio\:pt-\[330_440\] {
  padding-top: 75%;
}
.ratio\:pt-\[360_280\] {
  padding-top: 128.57142857142858%;
}
.ratio\:pt-\[400_480\] {
  padding-top: 83.33333333333334%;
}
.ratio\:pt-\[480_960\] {
  padding-top: 50%;
}
.ratio\:pt-\[496_1920\] {
  padding-top: 25.833333333333336%;
}
.ratio\:pt-\[500_1440\] {
  padding-top: 34.72222222222222%;
}
.ratio\:pt-\[571_856\] {
  padding-top: 66.7056074766355%;
}
.ratio\:pt-\[637_1760\] {
  padding-top: 36.19318181818182%;
}
.ratio\:pt-\[656_1920\] {
  padding-top: 34.166666666666664%;
}
.ratio\:pt-\[660_1203\] {
  padding-top: 54.862842892768086%;
}
.ratio\:pt-\[680_555\] {
  padding-top: 122.52252252252251%;
}
.ratio\:pt-\[749_555\] {
  padding-top: 134.95495495495496%;
}
.ratio\:pt-\[771_1157\] {
  padding-top: 66.63785652549697%;
}
.ratio\:pt-\[880_1760\] {
  padding-top: 50%;
}
@media (min-width: 576.1px) {

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

  .sm\:w-4\/12 {
    width: 33.333333%;
  }
}
@media (min-width: 768.1px) {

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

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

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

  .md\:p-10 {
    padding: 2.0833333333333335rem;
  }
}
@media (min-width: 1024.1px) {

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

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

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

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

  .lg\:mb-13 {
    margin-bottom: 2.7083333333333335rem;
  }

  .lg\:mr-\[27px\] {
    margin-right: 27px;
  }

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

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

  .lg\:w-1\/4 {
    width: 25%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:pl-9 {
    padding-left: 1.875rem;
  }

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

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

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

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

  .lg\:flex-start {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  .lg\:flex-end {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }

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

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

  .lg\:absolute-x {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

  .lg\:transition {
    transition: .4s all ease-in-out;
  }

  .lg\:rem\:max-w-\[420px\] {
    max-width: 21.875rem;
  }

  .lg\:rem\:max-w-\[480px\] {
    max-width: 25rem;
  }

  .lg\:rem\:max-w-\[870px\] {
    max-width: 45.3125rem;
  }

  .lg\:rem\:gap-\[10px\] {
    gap: 0.5208333333333334rem;
  }
}
@media (min-width: 1200.1px) {

  .xl\:w-8\/12 {
    width: 66.666667%;
  }
}
@media (min-width: 1600px) {

  .\32xl\:p-12 {
    padding: 2.5rem;
  }
}
@media (max-width: 768px) {

  .max-md\:mt-4 {
    margin-top: 0.8333333333333334rem;
  }

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

  .max-md\:pb-8 {
    padding-bottom: 1.6666666666666667rem;
  }

  .max-md\:pt-6 {
    padding-top: 1.25rem;
  }
}
@media (max-width: 1024px) {

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

  .max-lg\:gap-5 {
    gap: 1.0416666666666667rem;
  }

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

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

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

  .max-lg\:text-center {
    text-align: center;
  }

  .max-lg\:flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .max-lg\:col-reverse {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }

  .max-lg\:absolute-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
/*# sourceMappingURL=tailwind.min.css.map */
