/*
! tailwindcss v3.2.4 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

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

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

html {
  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, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
}

/*
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. 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-size: 1em; /* 2 */
}

/*
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-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: 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,
[type='button'],
[type='reset'],
[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;
}

/*
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] {
  display: none;
}

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

::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-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:  ;
}
.container {
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 576px) {

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

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

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

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

  .container {
    max-width: calc(1330/1920*100rem);
  }
}
.btn {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .4s all  ease-in-out;
  cursor: pointer;
  position: relative;
}
.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;
}
.right-0 {
  right: 0px;
}
.top-full {
  top: 100%;
}
.top-0 {
  top: 0px;
}
.left-0 {
  left: 0px;
}
.right-\[35px\] {
  right: 35px;
}
.bottom-0 {
  bottom: 0px;
}
.right-\[20px\] {
  right: 20px;
}
.bottom-\[60px\] {
  bottom: 60px;
}
.top-\[80px\] {
  top: 80px;
}
.top-\[60px\] {
  top: 60px;
}
.bottom-\[-1px\] {
  bottom: -1px;
}
.top-\[-1px\] {
  top: -1px;
}
.top-\[1px\] {
  top: 1px;
}
.left-full {
  left: 100%;
}
.bottom-\[-2px\] {
  bottom: -2px;
}
.top-1\/2 {
  top: 50%;
}
.z-50 {
  z-index: 50;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-40 {
  z-index: 40;
}
.z-30 {
  z-index: 30;
}
.z-\[122\] {
  z-index: 122;
}
.m-0 {
  margin: 0px;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}
.my-16 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.mt-16 {
  margin-top: 4rem;
}
.mb-0 {
  margin-bottom: 0px;
}
.ml-4 {
  margin-left: 1rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mt-4 {
  margin-top: 1rem;
}
.ml-0 {
  margin-left: 0px;
}
.mt-0 {
  margin-top: 0px;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mr-4 {
  margin-right: 1rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.mr-auto {
  margin-right: auto;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.mb-\[10px\] {
  margin-bottom: 10px;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-7 {
  margin-top: 1.75rem;
}
.mr-6 {
  margin-right: 1.5rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.ml-\[10px\] {
  margin-left: 10px;
}
.mr-\[10px\] {
  margin-right: 10px;
}
.mt-1 {
  margin-top: 0.25rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-5 {
  margin-right: 1.25rem;
}
.mb-\[6px\] {
  margin-bottom: 6px;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-full {
  height: 100%;
}
.h-\[44px\] {
  height: 44px;
}
.h-\[50px\] {
  height: 50px;
}
.h-\[100px\] {
  height: 100px;
}
.h-\[1px\] {
  height: 1px;
}
.h-\[12px\] {
  height: 12px;
}
.h-\[30px\] {
  height: 30px;
}
.h-auto {
  height: auto;
}
.h-\[220px\] {
  height: 220px;
}
.h-\[8px\] {
  height: 8px;
}
.w-full {
  width: 100%;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-\[120px\] {
  width: 120px;
}
.w-8\/12 {
  width: 66.666667%;
}
.w-1\/2 {
  width: 50%;
}
.w-\[40px\] {
  width: 40px;
}
.w-max {
  width: -moz-max-content;
  width: max-content;
}
.w-1\/3 {
  width: 33.333333%;
}
.w-\[8px\] {
  width: 8px;
}
.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));
}
.transform-none {
  transform: none;
}
.cursor-pointer {
  cursor: pointer;
}
.list-none {
  list-style-type: none;
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-4 {
  gap: 1rem;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.whitespace-normal {
  white-space: normal;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-\[20px\] {
  border-radius: 20px;
}
.rounded-\[4px\] {
  border-radius: 4px;
}
.rounded-none {
  border-radius: 0px;
}
.rounded-\[8px\] {
  border-radius: 8px;
}
.border {
  border-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-l {
  border-left-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-l-4 {
  border-left-width: 4px;
}
.border-none {
  border-style: none;
}
.border-grey-dd {
  --tw-border-opacity: 1;
  border-color: rgb(221 221 221 / var(--tw-border-opacity));
}
.border-brown-primary {
  --tw-border-opacity: 1;
  border-color: rgb(171 131 95 / var(--tw-border-opacity));
}
.border-transparent {
  border-color: transparent;
}
.border-grey-E4E4E3 {
  --tw-border-opacity: 1;
  border-color: rgb(228 228 227 / var(--tw-border-opacity));
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-l-grey-dd {
  --tw-border-opacity: 1;
  border-left-color: rgb(221 221 221 / var(--tw-border-opacity));
}
.border-t-grey-d6 {
  --tw-border-opacity: 1;
  border-top-color: rgb(214 214 214 / var(--tw-border-opacity));
}
.border-b-transparent {
  border-bottom-color: transparent;
}
.border-b-brown-primary {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(171 131 95 / var(--tw-border-opacity));
}
.border-l-brown-primary {
  --tw-border-opacity: 1;
  border-left-color: rgb(171 131 95 / var(--tw-border-opacity));
}
.border-l-grey-primary {
  --tw-border-opacity: 1;
  border-left-color: rgb(13 18 20 / var(--tw-border-opacity));
}
.border-opacity-50 {
  --tw-border-opacity: 0.5;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-brown-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(171 131 95 / var(--tw-bg-opacity));
}
.bg-brown-F9F6F0 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 246 240 / var(--tw-bg-opacity));
}
.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 0 / var(--tw-bg-opacity));
}
.bg-grey-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(71 74 80 / var(--tw-bg-opacity));
}
.bg-grey-f3 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 243 / var(--tw-bg-opacity));
}
.bg-transparent {
  background-color: transparent;
}
.bg-grey-d6 {
  --tw-bg-opacity: 1;
  background-color: rgb(214 214 214 / var(--tw-bg-opacity));
}
.bg-brown-F8F5F0 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 245 240 / var(--tw-bg-opacity));
}
.p-4 {
  padding: 1rem;
}
.p-8 {
  padding: 2rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-0 {
  padding: 0px;
}
.p-2 {
  padding: 0.5rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.pt-8 {
  padding-top: 2rem;
}
.pl-16 {
  padding-left: 4rem;
}
.pl-32 {
  padding-left: 8rem;
}
.pt-12 {
  padding-top: 3rem;
}
.pl-8 {
  padding-left: 2rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pr-0 {
  padding-right: 0px;
}
.pt-0 {
  padding-top: 0px;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-0 {
  padding-bottom: 0px;
}
.pt-4 {
  padding-top: 1rem;
}
.pl-0 {
  padding-left: 0px;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pr-5 {
  padding-right: 1.25rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pr-8 {
  padding-right: 2rem;
}
.pl-1 {
  padding-left: 0.25rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pt-\[2px\] {
  padding-top: 2px;
}
.pl-12 {
  padding-left: 3rem;
}
.pr-12 {
  padding-right: 3rem;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.font-Beau {
  font-family: 'Beau Rivage', cursive;
}
.text-16 {
  font-size: 1rem;
}
.text-18 {
  font-size: 1.125rem;
}
.text-15 {
  font-size: 0.9375rem;
}
.text-24 {
  font-size: 1.5rem;
}
.text-12 {
  font-size: 0.75rem;
}
.text-22 {
  font-size: 1.375rem;
}
.text-14 {
  font-size: 0.875rem;
}
.text-26 {
  font-size: 1.625rem;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-light {
  font-weight: 300;
}
.font-semibold {
  font-weight: 600;
}
.font-extrabold {
  font-weight: 800;
}
.uppercase {
  text-transform: uppercase;
}
.normal-case {
  text-transform: none;
}
.italic {
  font-style: italic;
}
.leading-none {
  line-height: 1;
}
.leading-relaxed {
  line-height: 1.625;
}
.leading-tight {
  line-height: 1.25;
}
.leading-\[1\.54\] {
  line-height: 1.54;
}
.leading-\[1\.55\] {
  line-height: 1.55;
}
.leading-\[1\.45\] {
  line-height: 1.45;
}
.leading-normal {
  line-height: 1.5;
}
.leading-\[1\.4\] {
  line-height: 1.4;
}
.text-grey-333 {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}
.text-primary {
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-grey-11 {
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity));
}
.text-grey-99 {
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity));
}
.text-brown-primary {
  --tw-text-opacity: 1;
  color: rgb(171 131 95 / var(--tw-text-opacity));
}
.text-grey-secondary {
  --tw-text-opacity: 1;
  color: rgb(71 74 80 / var(--tw-text-opacity));
}
.text-grey-primary {
  --tw-text-opacity: 1;
  color: rgb(13 18 20 / var(--tw-text-opacity));
}
.text-grey-85 {
  --tw-text-opacity: 1;
  color: rgb(133 133 133 / var(--tw-text-opacity));
}
.text-grey-5C {
  --tw-text-opacity: 1;
  color: rgb(92 92 92 / var(--tw-text-opacity));
}
.text-grey-05 {
  --tw-text-opacity: 1;
  color: rgb(5 5 5 / var(--tw-text-opacity));
}
.text-dark {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.line-through {
  text-decoration-line: line-through;
}
.no-underline {
  text-decoration-line: none;
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-60 {
  opacity: 0.6;
}
.opacity-75 {
  opacity: 0.75;
}
.outline {
  outline-style: solid;
}
.grayscale {
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.start-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.center-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.end-item {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.gap-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.grid-center {
  display: grid;
  place-items: center;
}
.col-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.col-ver {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}
.col-hor {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
.absolute-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.absolute-x {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.absolute-y {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.top-50 {
  top: 50%;
}
.left-50 {
  left: 50%;
}
.translate-x-50 {
  transform: translateX(-50%);
}
.translate-y-50 {
  transform: translateY(-50%);
}
.transition {
  transition: .3s all ease-in-out;
}
html, body {
  color: #333333;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  font-size: clamp(14px, 3.6vw, 16px); }

@media (min-width: 576px) {
  html, body {
    font-size: 2.4vw; } }

@media (min-width: 768px) {
  html, body {
    font-size: 1.5vw; } }

@media (min-width: 1024.1px) {
  html, body {
    font-size: 1.1vw; } }

@media (min-width: 1200.1px) {
  html, body {
    font-size: 1vw; } }

*:focus {
  outline: none; }

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

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

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

time {
  display: inline-block;
  font-weight: 400;  color: #999999;
}

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

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

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

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

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

.btn span, .btn em {
  transition: .4s all  ease-in-out; }

.btn.btn-primary {
  border-radius: 8px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(171 131 95 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));  height: 44px;
  padding: 4px 1.25rem;
}
  @media screen and (max-width: 1024px) {
    .btn.btn-primary {
      height: 40px; } }
  .btn.btn-primary span {
  font-weight: 500;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(71 74 80 / var(--tw-text-opacity));    font-size: 14px;
}
  .btn.btn-primary em {
    font-size: 16px;
    margin-left: 0.5rem }
  .btn.btn-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(171 131 95 / var(--tw-bg-opacity));
}
    .btn.btn-primary:hover span, .btn.btn-primary:hover em {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn.btn-secondary {
  border-radius: 8px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(171 131 95 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(171 131 95 / var(--tw-bg-opacity));  height: 36px;
  padding: 4px 1.25rem;
}
  .btn.btn-secondary em, .btn.btn-secondary span {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
  .btn.btn-secondary span {
    font-size: 14px;
    line-height: 1 }
  .btn.btn-secondary em {
    font-size: 20px;
    margin-right: 0.75rem;
    font-weight: 300 }
  .btn.btn-secondary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
    .btn.btn-secondary:hover em, .btn.btn-secondary:hover span {
  --tw-text-opacity: 1;
  color: rgb(171 131 95 / var(--tw-text-opacity));
}

.btn.btn-view-more span, .btn.btn-view-more em {
  --tw-text-opacity: 1;
  color: rgb(171 131 95 / var(--tw-text-opacity));
}

.btn.btn-view-more span {
  font-size: clamp(14px, 0.83333rem, 16px); }

.btn.btn-view-more em {
  margin-left: 0.75rem;
  line-height: 1;  font-size: 16px;
}

.nav-prev, .nav-next {
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(228 228 227 / var(--tw-border-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(-50%);
  transition: .3s all ease-in-out;  width: 44px;
  height: 44px;
  line-height: 44px;
}
  @media screen and (max-width: 1024px) {
    .nav-prev, .nav-next {
    position: static;
    margin-left: 1.5rem;
    margin-right: 1.5rem;      transform: none;
      width: 36px;
      height: 36px;
      line-height: 36px;
  } }
  .nav-prev em, .nav-next em {
  display: inline-block;
  --tw-text-opacity: 1;
  color: rgb(71 74 80 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition: .3s all ease-in-out;    font-size: 20px;
    height: 20px;
    line-height: 20px;
}
    @media screen and (max-width: 1024px) {
      .nav-prev em, .nav-next em {
        font-size: 16px;
        height: 16px;
        line-height: 16px; } }
  .nav-prev:hover, .nav-next:hover {
  --tw-border-opacity: 1;
  border-color: rgb(171 131 95 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(171 131 95 / var(--tw-bg-opacity));
}
    .nav-prev:hover em, .nav-next:hover em {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media screen and (max-width: 1024px) {
  .swiper-nav-wrap {
    padding-top: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
  } }

.swiper-nav-wrap.normal {
  padding: 0;
  margin: 0; }
  .swiper-nav-wrap.normal .nav-next, .swiper-nav-wrap.normal .nav-prev {
    position: static !important;
    transform: none !important; }
  .swiper-nav-wrap.normal .nav-prev {
    margin-right: 16px; }

.nav-next {
  right: -70px; }
  @media screen and (min-width: 1024px) and (max-width: 1440px) {
    .nav-next {
      right: -50px; } }

.nav-prev {
  left: -70px; }
  @media screen and (min-width: 1024px) and (max-width: 1440px) {
    .nav-prev {
      left: -50px; } }

.wrap-gap, .wrap-center, .wrap-left, .wrap-right, .ajax-center-wrap {
  display: flex;
  align-items: center;
}
  .wrap-gap a:not(:last-child), .wrap-center a:not(:last-child), .wrap-left a:not(:last-child), .wrap-right a:not(:last-child), .ajax-center-wrap a:not(:last-child) {
  margin-right: 0.5rem;
}

.wrap-center, .ajax-center-wrap {
  justify-content: center;
}

.wrap-left {
  justify-content: flex-start;
}

.wrap-right {
  justify-content: flex-end;
}

.wrap-gap {
  justify-content: space-between;
}

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

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

.row {
  margin: 0 -15px -30px -15px; }
  .row > .col {
    margin-bottom: 30px; }

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

.container, .container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.zone-title {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(171 131 95 / var(--tw-text-opacity));  margin-bottom: 0.9375rem;
  font-size: clamp(28px, 1.77083rem, 34px);
}
  .zone-title * {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(171 131 95 / var(--tw-text-opacity));    margin-bottom: 0.9375rem;
    font-size: clamp(28px, 1.77083rem, 34px);
}

@media (min-width: 1024.1px) {
  .zone-title {
    margin-bottom: 1.45833rem;
    font-size: clamp(32px, 2.08333rem, 40px); }
    .zone-title * {
      margin-bottom: 1.45833rem;
      font-size: clamp(32px, 2.08333rem, 40px); } }
  .zone-title.t-24 {
    font-size: clamp(20px, 1.25rem, 24px); }
    .zone-title.t-24 * {
      font-size: clamp(20px, 1.25rem, 24px); }
  .zone-title.medium {
  font-weight: 500;
}
    .zone-title.medium * {
  font-weight: 500;
}
  .zone-title.normal {
  font-weight: 400;
}
    .zone-title.normal * {
  font-weight: 400;
}

.block-title {
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(13 18 20 / var(--tw-text-opacity));  margin-bottom: 0.9375rem;
  font-size: clamp(28px, 1.66667rem, 32px);
}
  .block-title * {
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(13 18 20 / var(--tw-text-opacity));    margin-bottom: 0.9375rem;
    font-size: clamp(28px, 1.66667rem, 32px);
}

@media (min-width: 1024.1px) {
  .block-title {
    margin-bottom: 1.45833rem;
    font-size: clamp(32px, 1.875rem, 36px); }
    .block-title * {
      margin-bottom: 1.45833rem;
      font-size: clamp(32px, 1.875rem, 36px); } }
  .block-title.t-32 {
    font-size: clamp(26px, 1.66667rem, 32px); }
    .block-title.t-32 * {
      font-size: clamp(26px, 1.66667rem, 32px); }
  .block-title.t-24 {
    font-size: clamp(20px, 1.25rem, 24px); }
    .block-title.t-24 * {
      font-size: clamp(20px, 1.25rem, 24px); }
  .block-title.normal {
  font-weight: 400;
}
    .block-title.normal * {
  font-weight: 400;
}
  .block-title.text-secondary {
  --tw-text-opacity: 1;
  color: rgb(71 74 80 / var(--tw-text-opacity));
}
    .block-title.text-secondary * {
  --tw-text-opacity: 1;
  color: rgb(71 74 80 / var(--tw-text-opacity));
}

.headline {
  --tw-text-opacity: 1;
  color: rgb(13 18 20 / var(--tw-text-opacity));  font-size: clamp(16px, 1.04167rem, 20px);
}
  .headline * {
  --tw-text-opacity: 1;
  color: rgb(13 18 20 / var(--tw-text-opacity));    font-size: clamp(16px, 1.04167rem, 20px);
}
  .headline.t-24 {
    font-size: clamp(20px, 1.25rem, 24px); }
    .headline.t-24 * {
      font-size: clamp(20px, 1.25rem, 24px); }
  .headline:hover {
  --tw-text-opacity: 1;
  color: rgb(171 131 95 / var(--tw-text-opacity));
}
    .headline:hover * {
  --tw-text-opacity: 1;
  color: rgb(171 131 95 / var(--tw-text-opacity));
}
  .headline.dark {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
    .headline.dark * {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
  .headline.secondary {
  --tw-text-opacity: 1;
  color: rgb(71 74 80 / var(--tw-text-opacity));
}
    .headline.secondary * {
  --tw-text-opacity: 1;
  color: rgb(71 74 80 / var(--tw-text-opacity));
}

.sub-title {
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(171 131 95 / var(--tw-text-opacity));  font-size: clamp(20px, 1.25rem, 24px);
}
  .sub-title * {
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(171 131 95 / var(--tw-text-opacity));    font-size: clamp(20px, 1.25rem, 24px);
}

.block-title, .zone-title, .headline, .sub-title {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition: .3s all ease-in-out;
}
  .block-title *, .zone-title *, .headline *, .sub-title * {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition: .3s all ease-in-out;
}

.desc {
  font-weight: 400;
  line-height: 1.54;
  --tw-text-opacity: 1;
  color: rgb(13 18 20 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition: .3s all ease-in-out;  font-size: clamp(15px, 0.9375rem, 18px);
}
  .desc * {
  line-height: 1.54;
  --tw-text-opacity: 1;
  color: rgb(13 18 20 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition: .3s all ease-in-out;    font-size: clamp(15px, 0.9375rem, 18px);
}
  .desc.t-24 {
    font-size: clamp(20px, 1.25rem, 24px); }
    .desc.t-24 * {
      font-size: clamp(20px, 1.25rem, 24px); }
  .desc.t-22 {
    font-size: clamp(18px, 1.14583rem, 22px); }
    .desc.t-22 * {
      font-size: clamp(18px, 1.14583rem, 22px); }
  .desc.t-20 {
  line-height: 1.4;    font-size: clamp(16px, 1.04167rem, 20px);
}
    .desc.t-20 * {
  line-height: 1.4;      font-size: clamp(16px, 1.04167rem, 20px);
}
  .desc.t-16 {
    font-size: clamp(14px, 0.83333rem, 16px); }
    .desc.t-16 * {
      font-size: clamp(14px, 0.83333rem, 16px); }
  .desc.secondary {
  --tw-text-opacity: 1;
  color: rgb(71 74 80 / var(--tw-text-opacity));
}
    .desc.secondary * {
  --tw-text-opacity: 1;
  color: rgb(71 74 80 / var(--tw-text-opacity));
}

.zone-desc {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition: .3s all ease-in-out;
}
  .zone-desc * {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition: .3s all ease-in-out;
}

.fullcontent {
  font-weight: 400;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(13 18 20 / var(--tw-text-opacity));  font-size: clamp(15px, 0.9375rem, 18px);
}
  .fullcontent * {
  font-weight: 400;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(13 18 20 / var(--tw-text-opacity));    font-size: clamp(15px, 0.9375rem, 18px);
}
  .fullcontent img, .fullcontent iframe {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: block;
}
  .fullcontent p {
  margin-bottom: 0.75rem;
}
  .fullcontent ul, .fullcontent ol {
    list-style-type: disc;
    padding-left: 20px; }
    .fullcontent ul li, .fullcontent ol li {
  margin-bottom: 0.5rem;
}
  .fullcontent h2, .fullcontent h3, .fullcontent h4, .fullcontent h5 {
  margin-bottom: 1rem !important;
  font-weight: 700 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(171 131 95 / var(--tw-text-opacity)) !important;
}
  .fullcontent strong {
    font-weight: 700 !important; }
    .fullcontent strong * {
      font-weight: 700 !important; }
  .fullcontent h2 {
    font-size: clamp(32px, 1.875rem, 36px); }
    @media screen and (max-width: 576px) {
      .fullcontent h2 {
        font-size: clamp(26px, 1.45833rem, 28px); } }
  .fullcontent h3 {
    font-size: clamp(28px, 1.66667rem, 32px); }
    @media screen and (max-width: 576px) {
      .fullcontent h3 {
        font-size: clamp(24px, 1.45833rem, 28px); } }
  .fullcontent h4 {
    font-size: clamp(24px, 1.45833rem, 28px); }
    @media screen and (max-width: 576px) {
      .fullcontent h4 {
        font-size: clamp(20px, 1.25rem, 24px); } }
  .fullcontent h5 {
    font-size: clamp(20px, 1.25rem, 24px); }
    @media screen and (max-width: 576px) {
      .fullcontent h5 {
        font-size: clamp(16px, 1.04167rem, 20px); } }
  .fullcontent .row {
  margin-bottom: 0px;
}

.briefcontent {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(13 18 20 / var(--tw-text-opacity));  font-size: clamp(15px, 0.9375rem, 18px);
}
  .briefcontent * {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(13 18 20 / var(--tw-text-opacity));    font-size: clamp(15px, 0.9375rem, 18px);
}

time {
  font-size: 14px;
  margin-bottom: 0.25rem;
  font-weight: 400;
  line-height: 1 }

@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

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

.gradient-blue {
  background-image: -webkit-linear-gradient(90deg, #47b5e8 0%, #2b74ce 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase; }

.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: -75%;
    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 .75s; }

@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 .75s; }

@keyframes circle {
  0% {
    opacity: 1; }
  40% {
    opacity: 1; }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0; } }

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

.opacity {
  transition: .3s all ease-in-out; }
  .opacity:hover {
    opacity: .8; }
  .opacity img {
    opacity: 1;
    transition: .3s all ease-in-out; }

@keyframes flash {
  0% {
    opacity: .4; }
  100% {
    opacity: 1; } }

@keyframes loadingFade {
  0% {
    opacity: 0; }
  50% {
    opacity: 0.8; }
  100% {
    opacity: 0; } }

.hamburger--elastic .hamburger-inner {
  top: -1.5px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic .hamburger-inner:before {
    top: 10px;
    transition: opacity 0.125s 0.275s ease; }
  .hamburger--elastic .hamburger-inner:after {
    top: 20px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.075s; }
  .hamburger--elastic.is-active .hamburger-inner:before {
    transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic.is-active .hamburger-inner:after {
    transform: translate3d(0, -20px, 0) rotate(-270deg);
    transition-delay: 0.075s; }

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

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

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px; }
  .hamburger-inner, .hamburger-inner:before, .hamburger-inner:after {
    width: 32px;
    height: 3px;
    background-color: #AB835F;
    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: -10px; }
  .hamburger-inner:after {
    bottom: -10px; }

.fa-light, .fa-regular, .fas, .fa-brands {
  font-style: normal; }

.fa-phone-circle::before {
  content: "\e11b"; }

.fa-user-lock::before {
  content: "\f502"; }

.fa-rss::before {
  content: "\f09e"; }

.fa-circle-info::before {
  content: "\f05a"; }

.fa-file-arrow-down::before {
  content: "\f56d"; }

.fa-wrench::before {
  content: "\f0ad"; }

.fa-cart-shopping::before {
  content: "\f07a"; }

.fa-caret-down::before {
  content: "\f0d7"; }

.fa-caret-up::before {
  content: "\f0d8"; }

.fa-caret-left::before {
  content: "\f0d9"; }

.fa-caret-right::before {
  content: "\f0da"; }

.fa-earth-americas::before {
  content: "\f57d"; }

.fa-magnifying-glass::before {
  content: "\f002"; }

.fa-circle-plus::before {
  content: "\f055"; }

.fa-chevron-left::before {
  content: "\f053"; }

.fa-chevron-right::before {
  content: "\f054"; }

.fa-arrow-right::before {
  content: "\f061"; }

.fa-phone::before {
  content: "\f095"; }

.fa-comment-dots::before {
  content: "\f4ad"; }

.fa-location-dot::before {
  content: "\f3c5"; }

.fa-globe::before {
  content: "\f0ac"; }

.fa-envelope::before {
  content: "\f0e0"; }

.fa-phone-arrow-up-right::before {
  content: "\e224"; }

.fa-phone-rotary::before {
  content: "\f8d3"; }

.fa-arrow-down-to-bracket::before {
  content: "\e094"; }

.fa-arrow-down::before {
  content: "\f063"; }

.fa-chevron-down::before {
  content: "\f078"; }

.fa-minus::before {
  content: "\f068"; }

.fa-plus::before {
  content: "\2b"; }

.fa-xmark::before {
  content: "\f00d"; }

.fa-lock::before {
  content: "\f023"; }

.fa-facebook-f::before {
  content: "\f39e"; }

.fa-google::before {
  content: "\f1a0"; }

.fa-ellipsis-vertical::before {
  content: "\f142"; }

.fa-filter::before {
  content: "\f0b0"; }

.fa-arrow-right-to-arc::before {
  content: "\e4b2"; }

.fa-arrow-up::before {
  content: "\f062"; }

.fa-house::before {
  content: "\f015"; }

.fa-long-arrow-left::before {
  content: "\f177"; }

.fa-long-arrow-right::before {
  content: "\f178"; }

.fa-file-pdf::before {
  content: "\f1c1"; }

.fa-linkedin-in::before {
  content: "\f0e1"; }

.fa-computer-mouse-scrollwheel::before {
  content: "\f8cd"; }

.fa-angles-right:before {
  content: "\f101"; }

.fa-angles-left:before {
  content: "\f100"; }

.fa-arrow-to-top:before {
  content: "\f341"; }

.fa-paper-plane-top:before {
  content: "\e20a"; }

.fa-money-check-dollar-pen:before {
  content: "\f873"; }

.fa-seedling:before {
  content: "\f4d8"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-people-group:before {
  content: "\e533"; }

.fa-down-to-bracket:before {
  content: "\e4e7"; }

.fa-phone-arrow-up-right:before {
  content: "\e224"; }

.fa-arrow-right-long:before {
  content: "\f178"; }

.fa-timer:before {
  content: "\e29e"; }

.fa-linkedin-in:before {
  content: "\f0e1"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-list:before {
  content: "\f03a"; }

.fa-arrow-down-long:before {
  content: "\f175"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-x:before {
  content: "\58"; }

.fa-bars-filter:before {
  content: "\e0ad"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-arrow-up-long:before {
  content: "\f176"; }

.fa-arrow-up-down:before {
  content: "\f175"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-lock:before {
  content: "\f023"; }

.fa-arrow-down-to-line:before {
  content: "\f33d"; }

main {
  --tw-bg-opacity: 1;
  background-color: rgb(249 246 240 / var(--tw-bg-opacity));  padding-top: 80px;
}
  @media screen and (max-width: 1024px) {
    main {
      padding-top: 60px; } }

.four-swiper, .trinity-swiper, .single-swiper, .double-swiper {
  position: relative;
}

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

.frm-thanks {
  margin-top: 4rem;
  margin-bottom: 4rem;
  padding: 2rem;
  text-align: center;  margin: 0 auto;
  width: 500px;
}
  .frm-thanks h3, .frm-thanks h4, .frm-thanks h5 {
  margin-bottom: 0.75rem;
  font-size: 1rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity));
}
  .frm-thanks p, .frm-thanks span {
  font-size: 0.875rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}
  @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;
    font-weight: 700;
    line-height: 1;
    --tw-text-opacity: 1;
    color: rgb(153 153 153 / var(--tw-text-opacity));
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: .3s all ease-in-out;    height: 16px;
    width: 8px;
    font-size: 14px; }
  .custom-select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 44px;
    border-radius: 4px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(221 221 221 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));    min-width: 144px;
    padding: 4px 60px 4px 20px; }

@media screen and (max-width: 768px) {
  .table-responsive {
    overflow-x: auto; } }

.table-responsive table {
  width: 100%;
}
  @media screen and (max-width: 768px) {
    .table-responsive table {
      white-space: nowrap; } }
  .table-responsive table thead tr th {
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 0 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-align: left;
  font-size: 1rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
    @media screen and (min-width: 1024px) {
      .table-responsive table thead tr th:first-child {
    padding-left: 3rem;
  } }
  .table-responsive table tbody tr:nth-child(even) {
    background: #f5f5f5; }
  .table-responsive table tbody tr td {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
    .table-responsive table tbody tr td:first-child {
      width: 25%; }
    @media screen and (min-width: 1024px) {
      .table-responsive table tbody tr td {
    padding-left: 3rem;
  } }
    .table-responsive table tbody tr td:last-child {
      width: 25%;
      padding-right: 3rem;
      text-align: right }
      .table-responsive table tbody tr td:last-child .btn-view-more span {
        color: #af9a56; }

.scollbar-wrap {
  height: 300px;
  padding-right: 15px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #AB835F #d6d6d6; }
  .scollbar-wrap::-webkit-scrollbar {
    background: #d6d6d6;
    width: 3px; }
  .scollbar-wrap::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #d6d6d6;
    background-color: #d6d6d6; }
  .scollbar-wrap::-webkit-scrollbar-thumb {
    background-color: #AB835F; }
  @media screen and (max-width: 1024px) {
    .scollbar-wrap {
      height: auto; } }

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

.swiper-grid-section .grid-swiper {
  height: 300px; }

.swiper-grid-section .swiper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto; }

.swiper-grid-section .swiper-slide {
  height: calc((100% - 30px) / 2) !important; }

.swiper-grid-section .item {
  height: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 0 / var(--tw-bg-opacity));
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.login-box .input-group {
  position: relative;
}

.login-box .input-group-append {
  left: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);  display: none !important;
  width: 40px;
  height: 40px;
}

.login-box .social-login {
  display: none;
}

.login-box .check-login-submit {
  margin-top: 1.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.login-box .icheck-primary {
  margin-bottom: 0.5rem;
}
  .login-box .icheck-primary label {
  margin-left: 0.25rem;
}

.login-box input[type='submit'] {
  --tw-bg-opacity: 1;
  background-color: rgb(171 131 95 / var(--tw-bg-opacity));  width: 100% !important;
}

.tab-item {
  display: none;
}
  .tab-item.active {
  display: block;
}

.pad-10 {
  padding: 2.60417rem 0; }

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

.pad-t-10 {
  padding-top: 2.60417rem; }

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

.pad-b-10 {
  padding-bottom: 2.60417rem; }

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

.pad-8 {
  padding: 2.60417rem 0; }

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

.pad-6-8 {
  padding: 2.60417rem 0; }

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

.pad-t-8 {
  padding-top: 2.60417rem; }

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

.pad-b-8 {
  padding-bottom: 2.60417rem; }

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

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

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

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

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

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

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

.homepage .zone-title {
  text-transform: uppercase;
}

.tab-nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
  .tab-nav ul li:first-child.active a {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px; }
  .tab-nav ul li:last-child.active a {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px; }
  .tab-nav ul li.active a {
  --tw-bg-opacity: 1;
  background-color: rgb(171 131 95 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.tab-nav a {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  font-weight: 400;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(133 133 133 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .3s all ease-in-out;  height: 36px;
  padding: 4px 20px;
  font-size: clamp(16px, 0.9375rem, 18px);
}
  .tab-nav a:hover {
  text-decoration-line: underline;
}

.zone-nav {
  --tw-bg-opacity: 1;
  background-color: rgb(249 246 240 / var(--tw-bg-opacity));  border-bottom: 1px solid #E2D4C5;
}
  .zone-nav ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
    @media screen and (max-width: 768px) {
      .zone-nav ul {
    padding-bottom: 0.25rem;
  } }
  .zone-nav a {
    padding: 4px 1.04167rem;
    height: 2.60417rem;
    min-height: 40px;
    border-bottom-width: 1px;
    border-bottom-color: transparent;
    line-height: 1;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s all ease-in-out;    font-size: clamp(15px, 0.9375rem, 18px); }
  .zone-nav li.active a {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(171 131 95 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(171 131 95 / var(--tw-text-opacity));
}
  @media screen and (max-width: 768px) {
    .zone-nav .container {
    overflow-x: auto;
  }
      .zone-nav .container ul {
    justify-content: flex-start;
    white-space: nowrap;
    padding-bottom: 0.25rem;
  } }

.Module-1354 .ActionMenuBody {
  left: unset !important;
  right: 100% !important; }

.news-detail-page .top-banner {
  display: none;
}

.side-nav-tool {
  position: fixed;
  bottom: 60px;  transition: .4s all  ease-in-out;
  z-index: 99;
  right: 60px;
}
  @media screen and (max-width: 1200px) {
    .side-nav-tool {
    opacity: 1;      bottom: 50px;
      right: 10px;
  } }
  .side-nav-tool.show li:first-child {
  pointer-events: auto;
  opacity: 1;
}
  .side-nav-tool ul {
    list-style-type: none;
    padding-left: 0px;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100% }
  .side-nav-tool li {
  margin-bottom: 10px;    text-decoration-line: none !important;
}
    .side-nav-tool li:first-child {
  pointer-events: none;
  opacity: 0;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition: .3s all ease-in-out;
}

@media (min-width: 1024.1px) {
  .side-nav-tool li:first-child a {
    height: 2.5rem; } }
  .side-nav-tool a {
  overflow: hidden;
  border-radius: 4px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(228 228 227 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  transition: .3s all ease-in-out;    justify-content: center;
    height: 40px;
    width: 40px;
}
    .side-nav-tool a:hover em, .side-nav-tool a:hover span {
  --tw-text-opacity: 1;
  color: rgb(171 131 95 / var(--tw-text-opacity));
}

@media (min-width: 1024.1px) {
  .side-nav-tool a {
    height: 50px;
    width: 50px; } }

@media (min-width: 1200.1px) {
  .side-nav-tool a {
    height: 3.4375rem;
    width: 3.75rem; } }
    .side-nav-tool a span {
  margin-top: 0.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(71 74 80 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition: .3s all ease-in-out;      font-size: 12px;
}
      @media screen and (max-width: 1024px) {
        .side-nav-tool a span {
    display: none;
  } }
    .side-nav-tool a em {
      font-size: 18px;
      line-height: 1;
      --tw-text-opacity: 1;
      color: rgb(71 74 80 / var(--tw-text-opacity));
      transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
      transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
      transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-duration: 150ms;
      transition: .3s all ease-in-out }

@media (min-width: 1024.1px) {
  .side-nav-tool a em {
    font-size: 20px; } }

@media (min-width: 1200.1px) {
  .side-nav-tool a em {
    font-size: 1.25rem; } }

footer {
  position: relative;
  overflow: hidden;  padding: 1.5625rem 0 0 0;
}

@media (min-width: 1024.1px) {
  footer {
    padding: 8.33333rem 0 0 0; } }
  footer::before {
    content: '';
    pointer-events: none;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 20;
    display: block;
    height: 100px;
    width: 100%;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition: .3s all ease-in-out;    background: linear-gradient(180deg, #F9F6F0 0%, rgba(249, 246, 240, 0) 100%); }
  footer::after {
    content: '';
    pointer-events: none;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 10;
    display: block;
    height: 100%;
    width: 100%;
    opacity: 0.6;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition: .3s all ease-in-out;    background: url("../img/bg/footer-bg-2.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
  footer .container {
  position: relative;
  z-index: 30;
}
  footer .social-network {
  margin-top: 1.25rem;
}

@media (min-width: 1024.1px) {
  footer .social-network {
    margin-top: 1.75rem;
  } }
    footer .social-network .ModuleContent {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 576px) {
  footer .social-network .ModuleContent {
    justify-content: flex-start;
  } }
    footer .social-network a {
      font-size: 20px;
      --tw-text-opacity: 1;
      color: rgb(71 74 80 / var(--tw-text-opacity)) }
      footer .social-network a:not(:last-child) {
  margin-right: 1rem;
}

@media (min-width: 1024.1px) {
  footer .social-network a:not(:last-child) {
    margin-right: 1.5rem;
  } }
  footer .logo a {
    display: flex;
    height: 60px;
    width: auto; }
    footer .logo a img {
      width: auto;
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain; }
    @media screen and (max-width: 576px) {
      footer .logo a {
    display: flex;
    justify-content: center;
    align-items: center;
  } }
  footer .gap-item {
    border-top: 1px solid rgba(171, 131, 95, 0.4);
    padding: 0.72917rem 0;
    --tw-text-opacity: 1;
    color: rgb(92 92 92 / var(--tw-text-opacity));    font-size: 14px;
    margin-top: 2.08333rem; }
    @media screen and (max-width: 1024px) {
      footer .gap-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
  } }

@media (min-width: 1024.1px) {
  footer .gap-item {
    margin-top: 3.125rem; } }
    footer .gap-item * {
  --tw-text-opacity: 1;
  color: rgb(92 92 92 / var(--tw-text-opacity));      font-size: 14px;
}
    @media screen and (max-width: 1024px) {
      footer .gap-item .copyright {
        order: 2;
        margin-top: 1rem } }
    @media screen and (max-width: 576px) {
      footer .gap-item .copyright {
    text-align: center;
    line-height: 1.45;
  } }
  footer .headline {
    font-size: clamp(18p, 1.04167rem, 20px);
    margin-bottom: 1rem;
    --tw-text-opacity: 1;
    color: rgb(71 74 80 / var(--tw-text-opacity)) }
    footer .headline * {
      font-size: clamp(18p, 1.04167rem, 20px);
      --tw-text-opacity: 1;
      color: rgb(71 74 80 / var(--tw-text-opacity)) }

@media (min-width: 1024.1px) {
  footer .headline {
    margin-bottom: 1.25rem;
  } }
  footer ul li:not(:last-child) {
  margin-bottom: 0.5rem;
}

@media (min-width: 1024.1px) {
  footer ul li:not(:last-child) {
    margin-bottom: 0.75rem;
  } }
  footer ul li:hover a::after, footer ul li.active a::after {
  opacity: 1;
}
  footer ul a {
  position: relative;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(71 74 80 / var(--tw-text-opacity));    font-size: clamp(14px, 0.83333rem, 16px);
}
    footer ul a::after {
      content: '';
      pointer-events: none;
      position: absolute;
      left: 0px;
      bottom: 0px;
      z-index: 10;
      display: block;
      height: 1px;
      width: 100%;
      --tw-bg-opacity: 1;
      background-color: rgb(71 74 80 / var(--tw-bg-opacity));
      opacity: 0;
      transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
      transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
      transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-duration: 150ms;
      transition: .3s all ease-in-out }
  footer .policy-nav ol {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
    @media screen and (max-width: 576px) {
      footer .policy-nav ol {
    flex-wrap: wrap;
  display: flex;
  justify-content: center;
  }
    footer .policy-nav li {
    margin-top: 0.75rem;
  } }
  footer .policy-nav li:not(:last-child) a {
  padding-right: 1.25rem;
}

header {
  height: 80px;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));  z-index: 121;
  box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.05); }
  @media screen and (max-width: 1200px) {
    header {
      height: 60px; } }
  header .container {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
  footer header .container {
    border-top: 1px solid rgba(171, 131, 95, 0.4);
    padding: 0.72917rem 0;
    --tw-text-opacity: 1;
    color: rgb(92 92 92 / var(--tw-text-opacity));    font-size: 14px;
    margin-top: 2.08333rem; }
  @media screen and (max-width: 1024px) {
      footer header .container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
  } }
  @media (min-width: 1024.1px) {
  footer header .container {
    margin-top: 3.125rem; } }
  footer header .container * {
  --tw-text-opacity: 1;
  color: rgb(92 92 92 / var(--tw-text-opacity));      font-size: 14px;
}
  @media screen and (max-width: 1024px) {
      footer header .container .copyright {
        order: 2;
        margin-top: 1rem } }
  @media screen and (max-width: 576px) {
      footer header .container .copyright {
    text-align: center;
    line-height: 1.45;
  }
    header .btn-secondary em {
    margin: 0px !important;
  }
    header .btn-secondary span {
    display: none;
  } }

.nav-brand {
  z-index: 20;
}
  @media screen and (min-width: 1200px) {
    .nav-brand {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
  } }
  @media screen and (max-width: 1200px) {
    .nav-brand {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
  }
      .nav-brand a {
        height: 50px; } }
  .nav-brand a {
    display: flex;
    height: 63px;
    width: auto; }
    @media screen and (max-width: 1200px) {
      .nav-brand a {
        height: 40px; } }
    .nav-brand a img, .nav-brand a svg {
      width: auto;
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain; }

@media screen and (max-width: 1200px) {
  .nav-primary-menu {
    display: none;
    padding-top: 1rem;    margin: 0 1.04167rem;
  } }

@media (min-width: 1200.1px) {
  .nav-primary-menu {
    height: 100%;
  } }

.nav-primary-menu .Module, .nav-primary-menu .ModuleContent {
  height: 100%;
  width: 100%;
  align-items: center;
}

.nav-primary-menu .nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

footer .nav-primary-menu .nav {
    border-top: 1px solid rgba(171, 131, 95, 0.4);
    padding: 0.72917rem 0;
    --tw-text-opacity: 1;
    color: rgb(92 92 92 / var(--tw-text-opacity));    font-size: 14px;
    margin-top: 2.08333rem; }

@media screen and (max-width: 1024px) {
      footer .nav-primary-menu .nav {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
  } }

@media (min-width: 1024.1px) {
  footer .nav-primary-menu .nav {
    margin-top: 3.125rem; } }

footer .nav-primary-menu .nav * {
  --tw-text-opacity: 1;
  color: rgb(92 92 92 / var(--tw-text-opacity));      font-size: 14px;
}

@media screen and (max-width: 1024px) {
      footer .nav-primary-menu .nav .copyright {
        order: 2;
        margin-top: 1rem } }

@media screen and (max-width: 576px) {
      footer .nav-primary-menu .nav .copyright {
    text-align: center;
    line-height: 1.45;
  } }
  @media screen and (min-width: 1200px) {
    .nav-primary-menu .nav {
    height: 100%;
  } }
  @media screen and (max-width: 1200px) {
    .nav-primary-menu .nav {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
  } }

@media (min-width: 1200.1px) {
  .nav-primary-menu .nav-link {
    height: 100%;
  } }

@media screen and (max-width: 1200px) {
  .nav-primary-menu .nav-link {
    width: 100%;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  } }

@media (min-width: 1200.1px) {
  .nav-primary-menu .nav-link:first-child a {
    padding-left: 0.75rem;
  } }

@media (min-width: 1024.1px) {
  .nav-primary-menu .nav-link:hover > a {
    text-decoration-line: underline;
  }
  .nav-primary-menu .nav-link:hover .title > a {
    text-decoration-line: underline;
  } }

@media screen and (min-width: 1200px) {
  .nav-primary-menu .nav-link.active > a {
    --tw-bg-opacity: 1;
    background-color: rgb(171 131 95 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  } }

@media screen and (max-width: 1200px) {
  .nav-primary-menu .nav-link.active > a {
    text-decoration-line: underline;
  }
  .nav-primary-menu .nav-link.active .title a {
    text-decoration-line: underline;
  } }

@media (min-width: 1200.1px) {
  .nav-primary-menu .nav-link.active .title {
    --tw-bg-opacity: 1;
    background-color: rgb(171 131 95 / var(--tw-bg-opacity));
  }
    .nav-primary-menu .nav-link.active .title > a {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
    .nav-primary-menu .nav-link.active .title em {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  } }

.nav-primary-menu .nav-link > a {
  height: 100%;
}

.nav-primary-menu .nav-link a {
  position: relative;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(13 18 20 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  transition: .3s all ease-in-out;  font-size: clamp(18px, 1.04167rem, 20px);
}
  @media screen and (max-width: 1200px) {
    .nav-primary-menu .nav-link a {
    font-weight: 600;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    --tw-text-opacity: 1;
    color: rgb(51 51 51 / var(--tw-text-opacity));
  } }
  @media screen and (min-width: 1200px) {
    .nav-primary-menu .nav-link a {
    justify-content: center;
    font-weight: 500;      font-size: clamp(14px, 0.83333rem, 16px);
      padding: 0 1.04167rem;
  } }
  @media screen and (min-width: 1360px) {
    .nav-primary-menu .nav-link a {
      padding: 0 1.30208rem; } }

.nav-primary-menu .drop-down, .nav-primary-menu .drop-mega {
  position: relative;
}
  @media screen and (max-width: 1200px) {
    .nav-primary-menu .drop-down, .nav-primary-menu .drop-mega {
    display: flex;
    flex-direction: column;
  }
      .nav-primary-menu .drop-down .title, .nav-primary-menu .drop-mega .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  footer .nav-primary-menu .drop-down .title,footer  .nav-primary-menu .drop-mega .title {
    border-top: 1px solid rgba(171, 131, 95, 0.4);
    padding: 0.72917rem 0;
    --tw-text-opacity: 1;
    color: rgb(92 92 92 / var(--tw-text-opacity));    font-size: 14px;
    margin-top: 2.08333rem; }
    @media screen and (max-width: 1024px) {
      footer .nav-primary-menu .drop-down .title,footer  .nav-primary-menu .drop-mega .title {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      flex-direction: column;
    } }

@media (min-width: 1024.1px) {
  footer .nav-primary-menu .drop-down .title,footer  .nav-primary-menu .drop-mega .title {
    margin-top: 3.125rem; } }
    footer .nav-primary-menu .drop-down .title *,footer  .nav-primary-menu .drop-mega .title * {
    --tw-text-opacity: 1;
    color: rgb(92 92 92 / var(--tw-text-opacity));      font-size: 14px;
  }
    @media screen and (max-width: 1024px) {
      footer .nav-primary-menu .drop-down .title .copyright,footer  .nav-primary-menu .drop-mega .title .copyright {
        order: 2;
        margin-top: 1rem } }
    @media screen and (max-width: 576px) {
      footer .nav-primary-menu .drop-down .title .copyright,footer  .nav-primary-menu .drop-mega .title .copyright {
      text-align: center;
      line-height: 1.45;
    } } }
  .nav-primary-menu .drop-down.is-open .title em:before, .nav-primary-menu .drop-mega.is-open .title em:before {
    transform: scaleY(-1); }
  .nav-primary-menu .drop-down .nav-link-sub, .nav-primary-menu .drop-mega .nav-link-sub {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
    .nav-primary-menu .drop-down .nav-link-sub a, .nav-primary-menu .drop-mega .nav-link-sub a {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0px;
  padding-right: 0px;
  font-weight: 500;
  text-transform: none;      justify-content: flex-start;
      font-size: clamp(15px, 0.9375rem, 18px);
}
      @media screen and (max-width: 1200px) {
        .nav-primary-menu .drop-down .nav-link-sub a, .nav-primary-menu .drop-mega .nav-link-sub a {
    padding: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    --tw-text-opacity: 1;
    color: rgb(51 51 51 / var(--tw-text-opacity));
  } }
      .nav-primary-menu .drop-down .nav-link-sub a:hover, .nav-primary-menu .drop-mega .nav-link-sub a:hover {
  --tw-text-opacity: 1;
  color: rgb(171 131 95 / var(--tw-text-opacity));
  text-decoration-line: underline;
}
    .nav-primary-menu .drop-down .nav-link-sub.active a, .nav-primary-menu .drop-mega .nav-link-sub.active a {
  text-decoration-line: underline;
}
  .nav-primary-menu .drop-down .title, .nav-primary-menu .drop-mega .title {
  position: relative;
}
    @media screen and (min-width: 1200px) {
      .nav-primary-menu .drop-down .title, .nav-primary-menu .drop-mega .title {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  } }
    .nav-primary-menu .drop-down .title a, .nav-primary-menu .drop-mega .title a {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
    .nav-primary-menu .drop-down .title em, .nav-primary-menu .drop-mega .title em {
  margin-left: 10px;
  height: 12px;
  line-height: 1;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .3s all ease-in-out;      font-size: 16px;
}
      .nav-primary-menu .drop-down .title em:before, .nav-primary-menu .drop-mega .title em:before {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition: .3s all ease-in-out;
}

@media (min-width: 1200.1px) {
  .nav-primary-menu .drop-down .title em, .nav-primary-menu .drop-mega .title em {
    display: none !important; } }
      @media screen and (max-width: 1200px) {
        .nav-primary-menu .drop-down .title em, .nav-primary-menu .drop-mega .title em {
    right: 0px;
    height: 30px;
    width: 40px;
    --tw-text-opacity: 1;
    color: rgb(51 51 51 / var(--tw-text-opacity));
    position: absolute;
    top: 50%;
    transform: translateY(-50%);          font-size: 20px;
  } }
  @media screen and (min-width: 1200px) {
    .nav-primary-menu .drop-down:hover .nav-sub, .nav-primary-menu .drop-mega:hover .nav-sub {
    pointer-events: auto;
    transform: none;
    opacity: 1;
  } }

@media screen and (max-width: 1200px) {
  .nav-primary-menu .drop-down .nav-sub {
    display: none;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  } }

@media screen and (min-width: 1200px) {
  .nav-primary-menu .drop-down .nav-sub {
    padding: 0.52083rem 1.30208rem;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0px;
    z-index: 20;
    width: -moz-max-content;
    width: max-content;
    border-style: none;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    opacity: 0;    transform: translateY(25%);
    transition: .3s all  ease-in-out; } }

@media (min-width: 1200.1px) {
  .nav-primary-menu .drop-mega:hover .mega-wrap {
    pointer-events: auto;
    opacity: 1;
  } }

.nav-primary-menu .drop-mega.open-mega > .title em:before {
  transform: scaleY(-1); }

@media screen and (max-width: 1200px) {
  .mega-wrap {
    display: none;
  } }

@media (min-width: 1200.1px) {
  .mega-wrap {
    pointer-events: none;
    position: fixed;
    top: 80px;
    left: 0px;
    height: auto;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(243 243 243 / var(--tw-bg-opacity));
    opacity: 0;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition: .3s all ease-in-out;    padding: 1.66667rem 0 2.08333rem;
  } }

.mega-wrap .menu-sub-1 {
  align-items: flex-start; }
  @media screen and (max-width: 1200px) {
    .mega-wrap .menu-sub-1 {
    padding: 0px;
    padding-top: 0.75rem;
  } }
  .mega-wrap .menu-sub-1 .nav-link .title {
  display: flex;
  justify-content: flex-start;
  align-items: center;    background: transparent !important;
}
    .mega-wrap .menu-sub-1 .nav-link .title a {
  font-weight: 500;
  text-transform: none;
  --tw-text-opacity: 1;
  color: rgb(5 5 5 / var(--tw-text-opacity));
  text-decoration-line: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;      padding: 0 !important;
      font-size: clamp(15px, 0.9375rem, 18px);
}
  .mega-wrap .menu-sub-1 .nav-link.active > a {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(171 131 95 / var(--tw-text-opacity));
  text-decoration-line: underline;
}
  .mega-wrap .menu-sub-1 .nav-link.active .title a {
  --tw-text-opacity: 1;
  color: rgb(171 131 95 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

@media (min-width: 1024.1px) {
  .mega-wrap .menu-sub-1 .nav-link:hover > a {
    --tw-text-opacity: 1;
    color: rgb(171 131 95 / var(--tw-text-opacity));
    text-decoration-line: underline;
  }
  .mega-wrap .menu-sub-1 .nav-link:hover .title a {
    --tw-text-opacity: 1;
    color: rgb(171 131 95 / var(--tw-text-opacity));
    text-decoration-line: underline;
  } }

.mega-wrap .menu-sub-2 {
  padding-top: 1rem;
}
  @media screen and (max-width: 1200px) {
    .mega-wrap .menu-sub-2 {
    display: none;
  } }
  .mega-wrap .menu-sub-2 .nav-link {
  margin-bottom: 0.75rem;
}
    @media screen and (max-width: 1200px) {
      .mega-wrap .menu-sub-2 .nav-link {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  } }
    .mega-wrap .menu-sub-2 .nav-link:hover a {
  --tw-text-opacity: 1;
  color: rgb(5 5 5 / var(--tw-text-opacity));
}
    .mega-wrap .menu-sub-2 .nav-link a {
  font-weight: 400;
  text-transform: none;
  --tw-text-opacity: 1;
  color: rgb(5 5 5 / var(--tw-text-opacity));
  opacity: 0.75;
  display: flex;
  justify-content: flex-start;
  align-items: center;      padding: 0 !important;
      font-size: 14px;
}

.site-hot-line {
  height: 100%;
}
  .site-hot-line a {
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
  .site-hot-line em {
  margin-right: 10px;
  line-height: 1;    font-size: 18px;
}
  .site-hot-line span {
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));    font-size: 12px;
}
  @media screen and (max-width: 1200px) {
    .site-hot-line {
    display: none;
  } }
  .site-hot-line .Module, .site-hot-line .ModuleContent {
  height: 100%;
}

.menu-toggle {
  margin-top: 0.25rem;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

@media (min-width: 1200.1px) {
  .menu-toggle {
    display: none;
  } }

.mobile-nav-wrap {
  position: fixed;
  top: 60px;
  left: 0px;
  z-index: 122;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.09);
  width: 320px;
  height: calc(100vh - 60px);
  transform: translateX(-100%);
  transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}
  @media screen and (min-width: 1200px) {
    .mobile-nav-wrap {
    display: none;
  } }
  .mobile-nav-wrap.is-open {
    transform: none; }

.alert {
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
  display: block;
  line-height: 1.25; }
  .alert.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb; }
  .alert.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb; }

.login-box, .wrap-register, .wrap-recover, .wrap-resetpass {
  max-width: 400px;
  margin: 60px auto;
  padding: 1.875rem;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.03); }

.login-logo, .pagetitle, .postname, .wrap-recover h1 {
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.375;
  font-weight: 700;
  margin-bottom: 1.25rem; }

.posttitle, .wrap-resetpass h1 {
  font-size: 1.25rem;
  margin-bottom: 1.25rem;
  line-height: 1.375; }

.postname {
  text-align: left; }

.login-box-msg {
  font-size: 1.125rem;
  margin-bottom: 1rem; }

.login-box input[type=text], .login-box input[type=password], .login-box select, .wrap-register input[type=text], .wrap-register input[type=password], .wrap-register select, .account-form input[type=text], .account-form input[type=password], .account-form select, .address-form input[type=text], .address-form input[type=password], .address-form select, .wrap-recover input[type=text], .wrap-recover input[type=password], .wrap-recover select, .wrap-resetpass input[type=text], .wrap-resetpass input[type=password], .wrap-resetpass select {
  border: 0 !important;
  border-bottom: 1px solid #d7d7d7 !important;
  padding: 12px !important;
  width: 100% !important;
  height: auto !important; }

.login-box input[type=submit], .wrap-register input[type=submit], .account-form input[type=submit], .address-form input[type=submit], .wrap-recover input[type=submit], .wrap-resetpass input[type=submit] {
  height: 2.5rem;
  width: 8.125rem;
  font-size: 1rem;
  color: #fff;
  border: 0;
  font-weight: 700;
  display: block;
  margin-left: auto; }

.login-box input:disabled, .wrap-register input:disabled, .account-form input:disabled, .address-form input:disabled, .wrap-recover input:disabled, .wrap-resetpass input:disabled {
  color: #666;
  background-color: transparent;
  font-style: italic; }

.wrap-register .settingrow > *, .account-form .settingrow > *, .address-form .settingrow > *, .wrap-recover .settingrow > *, .wrap-resetpass .settingrow > * {
  flex: 0 0 100%;
  max-width: 100%; }

.wrap-register .form-group, .account-form .form-group, .address-form .form-group, .wrap-recover .form-group, .wrap-resetpass .form-group {
  margin-bottom: 20px; }
  .wrap-register .form-group label, .account-form .form-group label, .address-form .form-group label, .wrap-recover .form-group label, .wrap-resetpass .form-group label {
    line-height: 1.5; }

.passwordrecovery input[type=submit], .wrap-register input[type=submit] {
  margin: 0 auto; }

.fa-exclamation-triangle {
  font-size: 12px;
  color: red;
  line-height: 2; }
  .fa-exclamation-triangle::before {
    display: none; }

.profile-container {
  padding: 3rem 15px; }

.user-sidebar, .user-sidelink {
  padding: 1.875rem;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.03); }

.userinfo figure {
  display: flex;
  align-items: center; }
  .userinfo figure img {
    border-radius: 50%; }
  .userinfo figure figcaption {
    padding-left: 20px;
    line-height: 1.375;
    --tw-text-opacity: 1;
    color: rgb(51 51 51 / var(--tw-text-opacity)) }

.userinfo .user-name {
  font-weight: 700;
  font-size: 1.125rem; }

.user-sidelink {
  margin-top: 1.875rem; }
  .user-sidelink ul li + li {
    margin-top: 15px;
    border-top: 1px solid #eee;
    padding-top: 15px; }
  .user-sidelink ul li.active a {
    color: red; }

.account-info, .coin-info, .cart-history, .address-info, .order-info, .order-information, .order-product, .order-total {
  padding: 1.25rem;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.03);
  line-height: 1.375; }
  .account-info .link, .coin-info .link, .cart-history .link, .address-info .link, .order-info .link, .order-information .link, .order-product .link, .order-total .link {
    color: #5bc0de;
    font-size: 0.875rem; }

.info-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.25rem; }
  .info-heading .posttitle, .info-heading .postname {
    margin-bottom: 0; }
  .info-heading .link {
    color: #5bc0de;
    font-size: 0.875rem; }

.account-info .info-detail .group .label {
  color: #787878; }

.address-list .address-col + .address-col {
  padding-top: 1.25rem;
  margin-top: 1.25rem;
  border-top: 1px dashed #eee; }

.address-list .address {
  font-size: 0.875rem;
  position: relative; }
  .address-list .address .type {
    align-items: center;
    background-color: red;
    border-radius: 4px;
    color: #fff;
    display: inline-flex;
    font-size: .75rem;
    height: 2em;
    justify-content: center;
    line-height: 1.5;
    padding-left: .75em;
    padding-right: .75em;
    white-space: nowrap;
    margin-bottom: .9375rem;
    position: absolute;
    right: 0;
    top: 0; }
  .address-list .address .btn-editaddr {
    color: #5bc0de;
    text-decoration: underline;
    text-underline-position: under;
    display: inline-block;
    margin-top: 0.625rem; }
  .address-list .address .btn-deleteaddr {
    color: #999;
    margin-left: 0.625rem; }

.cart-history, .order-product {
  overflow: auto; }
  .cart-history table, .order-product table {
    width: 100%;
    font-size: 14px; }
    .cart-history table thead th, .order-product table thead th {
      font-weight: 700;
      padding: .75rem .75rem;
      border-bottom: 1px solid #dbdbdb; }
    .cart-history table tbody td, .order-product table tbody td {
      border: 1px solid #dbdbdb;
      border-width: 0 0 1px;
      padding: .75rem .75rem;
      vertical-align: top; }
      .cart-history table tbody td a, .order-product table tbody td a {
        display: block;
        color: #5bc0de; }
        .cart-history table tbody td a + .name, .order-product table tbody td a + .name {
          margin-top: 5px; }
        .cart-history table tbody td a:hover, .order-product table tbody td a:hover {
          text-decoration: underline; }
    .cart-history table tbody tr:last-child td, .order-product table tbody tr:last-child td {
      border-bottom: 0; }

.order-product table td {
  text-align: center; }
  .order-product table td .product {
    display: flex;
    align-items: center; }
    .order-product table td .product .img {
      width: 80px; }
    .order-product table td .product .caption {
      flex: 1 1 0%;
      padding-left: 20px;
      font-size: 14px; }

.order-total {
  width: 400px;
  max-width: 100%;
  margin-left: auto;
  margin-top: 1rem;
  font-size: 14px; }
  .order-total table {
    width: 100%; }
    .order-total table tr td {
      text-align: right;
      padding: .5rem .75rem; }
      .order-total table tr td.total {
        font-weight: 700;
        font-size: 18px;
        color: red; }
    .order-total table tr:first-child td {
      padding-top: 0; }

.regcomplete span {
  color: #6cc070;
  display: block;
  text-align: center;
  margin-bottom: 20px; }

.order-information .title {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #ccc; }

.order-information ul {
  font-size: 14px; }
  .order-information ul li.name {
    font-size: 16px; }

.order-detail-wrap .order-note {
  margin-bottom: 1rem;
  margin-top: 4rem;
  padding: 1rem;  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.09);
}
  .order-detail-wrap .order-note .note-title-wrapper {
  font-size: 1rem;
  font-weight: 700;
}

.order-detail-wrap .postname {
  padding-left: 15px; }

.order-detail-wrap .cart-display {
  border: none; }
  .order-detail-wrap .cart-display .product-item {
    box-shadow: none; }
  @media screen and (max-width: 1024px) {
    .order-detail-wrap .cart-display .btn-primary {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  } }
  .order-detail-wrap .cart-display .btn-primary span {
  font-size: 1rem;
  font-weight: 500;
}
  .order-detail-wrap .cart-display .cart-wrapper {
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.05);
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding: 2rem }
  .order-detail-wrap .cart-display .total-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  padding-top: 2rem;
}
    @media screen and (max-width: 1024px) {
      .order-detail-wrap .cart-display .total-wrapper .total-table {
    width: 100%;
  } }
    .order-detail-wrap .cart-display .total-wrapper .total-table tr:nth-child(2) td:last-child {
  font-weight: 400;
}
    .order-detail-wrap .cart-display .total-wrapper .total-table tr:last-child td:last-child {
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity));
}
    .order-detail-wrap .cart-display .total-wrapper .total-table td {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}
      .order-detail-wrap .cart-display .total-wrapper .total-table td:last-child {
  padding-left: 4rem;
}

@media (min-width: 1024.1px) {
  .order-detail-wrap .cart-display .total-wrapper .total-table td:last-child {
    padding-left: 8rem;
  } }
    .order-detail-wrap .cart-display .total-wrapper .btn-right {
  padding-top: 3rem;
}
      @media screen and (max-width: 767px) {
        .order-detail-wrap .cart-display .total-wrapper .btn-right {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  } }
  .order-detail-wrap .cart-display .carttable {
  width: 100%;    border: 1px solid #f0f0f0;
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.09);
}
    @media screen and (max-width: 960px) {
      .order-detail-wrap .cart-display .carttable thead {
    display: none;
  } }
    .order-detail-wrap .cart-display .carttable thead th {
      background: #f0f0f0;
      height: 50px;
      padding-left: 1rem;
      padding-right: 1rem;
      padding-top: 0.75rem;
      padding-bottom: 0.75rem;
      text-align: center;
      font-size: 1rem;
      font-weight: 500;
      text-transform: uppercase;
      text-transform: none;
      --tw-text-opacity: 1;
      color: rgb(51 51 51 / var(--tw-text-opacity)) }
      .order-detail-wrap .cart-display .carttable thead th:first-child {
  padding-left: 2rem;
  text-align: left;
}
    .order-detail-wrap .cart-display .carttable tr:nth-child(even) td {
      background: #f2f2f2; }
    .order-detail-wrap .cart-display .carttable tr:last-child td {
  padding-bottom: 2rem;
}
      @media screen and (max-width: 960px) {
        .order-detail-wrap .cart-display .carttable tr:last-child td {
    padding-bottom: 1.5rem;
  }
          .order-detail-wrap .cart-display .carttable tr:last-child td:last-child {
    padding-bottom: 2rem;
  } }
    .order-detail-wrap .cart-display .carttable tr td {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 2rem;
  padding-bottom: 1rem;
  font-weight: 500;      width: 15%;
}
      .order-detail-wrap .cart-display .carttable tr td:first-child {
        width: 55%; }
    @media screen and (max-width: 960px) {
      .order-detail-wrap .cart-display .carttable tr {
    display: flex;
    flex-direction: column;        flex-wrap: wrap;
  }
        .order-detail-wrap .cart-display .carttable tr td {
    display: block;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-bottom: 1rem;          width: 100%;
  }
          .order-detail-wrap .cart-display .carttable tr td:first-child {
            width: 100%;
            padding-top: 1.5rem }
          .order-detail-wrap .cart-display .carttable tr td:nth-child(3), .order-detail-wrap .cart-display .carttable tr td:nth-child(4) {
    display: inline-block;
  }
          .order-detail-wrap .cart-display .carttable tr td:last-child {
    padding-bottom: 1.5rem;
  } }
  .order-detail-wrap .cart-display .product-item {
  margin-bottom: 0px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
    .order-detail-wrap .cart-display .product-item .image a {
      display: block;
      height: 120px;
      max-width: 120px;
      min-width: 120px;
      width: auto; }
      .order-detail-wrap .cart-display .product-item .image a img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
           object-fit: contain; }
    .order-detail-wrap .cart-display .product-item .caption {
  margin-left: 1rem;
}
      .order-detail-wrap .cart-display .product-item .caption .title {
  margin-bottom: 0px;
}
        .order-detail-wrap .cart-display .product-item .caption .title a {
  margin-bottom: 0.25rem;
  display: block;
  white-space: normal;
  font-size: 1rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));          max-width: 200px;
}
      .order-detail-wrap .cart-display .product-item .caption .remove-item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
        .order-detail-wrap .cart-display .product-item .caption .remove-item em {
  margin-right: 0.5rem;
  display: block;
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity));          font-size: 16px;
          height: 16px;
}
        .order-detail-wrap .cart-display .product-item .caption .remove-item span {
  font-size: 1rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}
  .order-detail-wrap .cart-display .price {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}
    @media screen and (max-width: 960px) {
      .order-detail-wrap .cart-display .price {
    align-items: flex-start;
  }
        .order-detail-wrap .cart-display .price .current {
    padding-left: 0.5rem;
  } }
    .order-detail-wrap .cart-display .price .current {
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}
    .order-detail-wrap .cart-display .price .old-wrap {
  display: flex;
}
      .order-detail-wrap .cart-display .price .old-wrap .old {
  white-space: nowrap;
  font-size: 1rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
  text-decoration-line: line-through;
}
      .order-detail-wrap .cart-display .price .old-wrap .discount {
  white-space: nowrap;
  font-size: 1rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity));
}
      .order-detail-wrap .cart-display .price .old-wrap span {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-weight: 500;
}
        .order-detail-wrap .cart-display .price .old-wrap span:not(:last-child) {
          border-right: 1px solid #e1e1e1; }
        .order-detail-wrap .cart-display .price .old-wrap span:last-child {
  padding-right: 0px;
}
  .order-detail-wrap .cart-display .total {
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}
    @media screen and (max-width: 960px) {
      .order-detail-wrap .cart-display .total {
    text-align: left;
  } }
  @media screen and (max-width: 1024px) {
    .order-detail-wrap .cart-display .quantity-wrapper {
    padding-top: 0px;
    padding-bottom: 0.5rem;
  } }
  .order-detail-wrap .cart-display .quantity-wrapper .item-quantity {
    height: 40px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center }
    .order-detail-wrap .cart-display .quantity-wrapper .item-quantity input {
      height: 35px; }
    .order-detail-wrap .cart-display .quantity-wrapper .item-quantity .input-group-btn {
      height: 38px; }
  .order-detail-wrap .cart-display .quantity-wrapper .qty-minus, .order-detail-wrap .cart-display .quantity-wrapper .qty-plus {
    background: #e6e6e6; }
    .order-detail-wrap .cart-display .quantity-wrapper .qty-minus:hover, .order-detail-wrap .cart-display .quantity-wrapper .qty-plus:hover {
      background: none; }
  .order-detail-wrap .cart-display .quantity-wrapper .qty-minus {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px; }
  .order-detail-wrap .cart-display .quantity-wrapper .qty-plus {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px; }

.order-detail-wrap .user-page .full-width-row {
  width: 100% !important; }

.order-detail-wrap .full-width-row {
  margin-top: 30px; }

.order-detail-wrap .admin-title {
  margin-bottom: 30px; }

.order-detail-wrap .second-row-status .title {
  margin-bottom: 1rem;
}

.order-detail-wrap .cart-display .wrapper {
  overflow-x: auto;
}
  .order-detail-wrap .cart-display .wrapper table {
  width: 100%;
  white-space: nowrap;
}

.order-detail .cart-display {
  margin-top: 4rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0px;
  padding-bottom: 0px;
}
  @media screen and (max-width: 767px) {
    .order-detail .cart-display .wrapper {
    white-space: normal;
  } }
  .order-detail .cart-display .product-item .caption {
  margin-bottom: 0px;
}

.order-detail .bottom-wrap {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.order-detail .admin-title {
  padding: 1rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.09);
}
  .order-detail .admin-title .text strong {
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity));
}

.order-detail .btn-back {
  padding-top: 1rem;
  padding-left: 0px;
}
  .order-detail .btn-back:hover span {
  text-decoration-line: underline;
}

.order-detail .status span {
  font-weight: 500;
}

.order-detail .title {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

.order-detail .item {
  height: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.09);
}
  .order-detail .item ul li {
  margin-bottom: 0.25rem;
  display: block;
  font-weight: 500;
}
    .order-detail .item ul li p {
  margin-bottom: 0.25rem;
  font-size: 0.9375rem;
  font-weight: 700;
}
    .order-detail .item ul li span {
  font-size: 0.9375rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}
    .order-detail .item ul li .status {
  padding-top: 0.5rem;
}
      .order-detail .item ul li .status.pending {
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity));
}

.order-detail .carttable {
  border: none;
  padding: 2rem }
  .order-detail .carttable thead th {
  white-space: nowrap;
  font-size: 1rem;
  font-weight: 700;
}
    @media screen and (max-width: 1024px) {
      .order-detail .carttable thead th {
    white-space: normal;
  } }
  .order-detail .carttable tr td {
  font-size: 1rem;
}
    .order-detail .carttable tr td:nth-child(3) {
  text-align: center;
}
      @media screen and (max-width: 1024px) {
        .order-detail .carttable tr td:nth-child(3) {
    text-align: left;
  } }
  .order-detail .carttable span {
  white-space: nowrap;
}

.order-detail .total-wrapper {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-right: 1.25rem;
}
  @media screen and (max-width: 1024px) {
    .order-detail .total-wrapper {
    padding: 1.25rem;
  } }
  .order-detail .total-wrapper .total-table td {
  font-size: 1.125rem;
}

.order-detail .product-item .caption .title a {
  text-transform: none;
}

.navigation-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

footer .navigation-wrapper {
    border-top: 1px solid rgba(171, 131, 95, 0.4);
    padding: 0.72917rem 0;
    --tw-text-opacity: 1;
    color: rgb(92 92 92 / var(--tw-text-opacity));    font-size: 14px;
    margin-top: 2.08333rem; }

@media screen and (max-width: 1024px) {
      footer .navigation-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
  } }

@media (min-width: 1024.1px) {
  footer .navigation-wrapper {
    margin-top: 3.125rem; } }

footer .navigation-wrapper * {
  --tw-text-opacity: 1;
  color: rgb(92 92 92 / var(--tw-text-opacity));      font-size: 14px;
}

@media screen and (max-width: 1024px) {
      footer .navigation-wrapper .copyright {
        order: 2;
        margin-top: 1rem } }

@media screen and (max-width: 576px) {
      footer .navigation-wrapper .copyright {
    text-align: center;
    line-height: 1.45;
  }
    .navigation-wrapper {
    flex-direction: column;      align-items: flex-end;
  }
    .navigation-wrapper .btn-left {
    width: 100%;
    padding-bottom: 2rem;
  } }
  .navigation-wrapper .temp-total-price {
    margin-bottom: 15px; }
    .navigation-wrapper .temp-total-price .price-wrapper {
  display: flex;
  justify-content: flex-end;
}
      .navigation-wrapper .temp-total-price .price-wrapper .text {
        font-size: 20px;
        color: #333;
        display: inline-block;
        padding-right: 30px; }
        @media screen and (max-width: 576px) {
          .navigation-wrapper .temp-total-price .price-wrapper .text {
    font-size: 1rem;
  } }
      .navigation-wrapper .temp-total-price .price-wrapper .price-text {
        font-size: 30px;
        line-height: 30px;
        height: 30px;
        font-weight: 700;
        width: 250px;
        text-align: right;
        --tw-text-opacity: 1;
        color: rgb(255 0 0 / var(--tw-text-opacity)) }
        @media screen and (max-width: 576px) {
          .navigation-wrapper .temp-total-price .price-wrapper .price-text {
    font-size: 1.5rem;
            width: 180px;
  } }
  .navigation-wrapper .vat-text {
    margin-bottom: 15px;
    text-align: right;
    font-size: 0.72917rem;
    line-height: 14px;
    height: 14px;
    color: #666666;
    font-style: italic; }
  .navigation-wrapper .wrap-right {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}

.shopping-cart-toggle {
  position: static;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}

@media (min-width: 1024.1px) {
  .shopping-cart-toggle {
    position: relative;
    margin-left: 0px;
  } }
  @media screen and (min-width: 1600px) {
    .shopping-cart-toggle {
      margin-left: 1.5625rem; } }
  .shopping-cart-toggle .ModuleContent {
  display: flex;
  align-items: center;
  justify-content: center;
}
  .shopping-cart-toggle .cart-header {
  display: flex;
}
  .shopping-cart-toggle .cart-icon {
  position: relative;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
}
    .shopping-cart-toggle .cart-icon em {
      font-size: 20px;
      height: 20px;
      font-weight: 300;
      line-height: 1;
      --tw-text-opacity: 1;
      color: rgb(255 255 255 / var(--tw-text-opacity));
      transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
      transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
      transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-duration: 150ms;
      transition: .3s all ease-in-out }
    .shopping-cart-toggle .cart-icon .cart-number {
  position: absolute;
  border-radius: 9999px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;      right: -7px;
      top: -5px;
      transition: .3s all  ease-in-out;
      width: 14px;
      height: 14px;
}
      @media screen and (max-width: 1024px) {
        .shopping-cart-toggle .cart-icon .cart-number {
          right: -10px; } }
      .shopping-cart-toggle .cart-icon .cart-number .quantity {
  font-weight: 700;        transition: .3s all  ease-in-out;
        font-size: 10px;
}

.shopping-cart-wrap {
  pointer-events: none;
  right: 0px;
  top: 100%;
  z-index: 0;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  opacity: 0;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: .3s all ease-in-out;  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.05);
  width: 370px;
}
  @media screen and (max-width: 576px) {
    .shopping-cart-wrap {
      width: 320px; } }
  .shopping-cart-wrap:hover {
    cursor: pointer; }
  .shopping-cart-wrap.open {
  pointer-events: auto;
  z-index: 50;
  opacity: 1;
}
  .shopping-cart-wrap .remove-item {
  position: absolute;
  right: 0px;
  top: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity));
}
    .shopping-cart-wrap .remove-item * {
  text-align: center;
}
    .shopping-cart-wrap .remove-item .text {
  margin-bottom: 1rem;
  font-weight: 500;      font-size: clamp(14px, 0.83333rem, 16px);
}
    .shopping-cart-wrap .remove-item .btn-primary em {
      height: 14px !important;
      line-height: 14px !important;
      margin-right: 0.5rem;
      display: inline-block }
    .shopping-cart-wrap .remove-item .btn-primary:hover em, .shopping-cart-wrap .remove-item .btn-primary:hover span {
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity));      transform: none !important;
}
    .shopping-cart-wrap .remove-item .btn-primary:hover span {
      color: red !important; }
  .shopping-cart-wrap .close-cart {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 50;
    padding: 0 6px 6px 6px; }
    .shopping-cart-wrap .close-cart em {
      color: #e52322;
      height: 20px;
      font-size: 20px;
      line-height: 20px; }
  .shopping-cart-wrap .cart-quantity em {
    height: 18px;
    font-size: 18px;
    line-height: 18px; }
  .shopping-cart-wrap .cart-quantity em, .shopping-cart-wrap .cart-quantity span {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}
  .shopping-cart-wrap .head {
    border-bottom: 3px solid #ebebeb;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 0.75rem }
  .shopping-cart-wrap .cart-quantity {
  display: flex;
}
    .shopping-cart-wrap .cart-quantity .amount {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  font-weight: 600;      font-size: clamp(12px, 0.78125rem, 15px);
}
  .shopping-cart-wrap .body {
  width: 100%;
  padding-bottom: 2rem;
  padding-top: 1rem;
}
    .shopping-cart-wrap .body .scroll-wrapper {
      height: 330px;
      padding-right: 15px;
      overflow-y: auto;
      scrollbar-width: thin;
      scrollbar-color: red #cccccc;
      text-align: justify;
      line-height: 1.625 }
      .shopping-cart-wrap .body .scroll-wrapper::-webkit-scrollbar {
        background: #cccccc;
        width: 3px; }
      .shopping-cart-wrap .body .scroll-wrapper::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px #cccccc;
        background-color: #cccccc; }
      .shopping-cart-wrap .body .scroll-wrapper::-webkit-scrollbar-thumb {
        background-color: red; }
      @media screen and (max-width: 1024px) {
        .shopping-cart-wrap .body .scroll-wrapper {
          height: 330px; } }
  .shopping-cart-wrap .wrap-center .btn-primary {
    height: 40px;
    width: 100% }
  .shopping-cart-wrap .cart-item {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;    border-bottom: 1px solid #ebebeb;
    height: 120px;
}
    .shopping-cart-wrap .cart-item:first-child {
  padding-top: 0px;
}
    .shopping-cart-wrap .cart-item * {
  margin-bottom: 0px;
}
    .shopping-cart-wrap .cart-item .image a {
  display: block;      width: 85px;
}
      .shopping-cart-wrap .cart-item .image a img {
        width: 100%;
        height: 100%;
        -o-object-fit: scale-down;
           object-fit: scale-down; }
    .shopping-cart-wrap .cart-item .caption {
  padding-left: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
      .shopping-cart-wrap .cart-item .caption .bottom {
  margin-top: 0px;
}
      .shopping-cart-wrap .cart-item .caption .title {
  padding-right: 2rem;
}
        .shopping-cart-wrap .cart-item .caption .title a {
  margin-bottom: 0px;
  font-weight: 500;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition: .3s all ease-in-out;          font-size: clamp(12px, 0.72917rem, 14px);
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          overflow: hidden;
}
      .shopping-cart-wrap .cart-item .caption .price {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));        font-size: clamp(13px, 0.78125rem, 15px);
}
      .shopping-cart-wrap .cart-item .caption .quantity-wrapper {
  display: flex;
  white-space: nowrap;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));        font-size: clamp(12px, 0.78125rem, 15px);
}
        .shopping-cart-wrap .cart-item .caption .quantity-wrapper .amount {
  padding-left: 0.25rem;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));          font-size: clamp(12px, 0.78125rem, 15px);
}
  .shopping-cart-wrap .sum-price p {
  margin-bottom: 0px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));    font-size: clamp(12px, 0.78125rem, 15px);
}
    .shopping-cart-wrap .sum-price p span {
  font-weight: 600;      font-size: clamp(12px, 0.78125rem, 15px);
}
  .shopping-cart-wrap .item-quantity .input-group {
    height: 30px; }
  .shopping-cart-wrap .item-quantity .input-group-btn {
    height: 30px; }
    .shopping-cart-wrap .item-quantity .input-group-btn input {
      height: 30px; }

.cart-success-popup {
  pointer-events: none;
  position: fixed;
  top: 0px;
  right: 0px;
  display: flex;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 0.25rem;
  padding-top: 0.5rem;
  opacity: 0;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition: .3s all ease-in-out;  z-index: 9999;
}
  .cart-success-popup.is-active {
  opacity: 1;
}
  @media screen and (max-width: 1024px) {
    .cart-success-popup {
      top: 60px; } }
  .cart-success-popup em, .cart-success-popup p, .cart-success-popup span {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
  .cart-success-popup em {
    font-size: 20px;
    height: 20px;
    line-height: 20px;
    margin-right: 0.5rem;
    display: inline-block }
    @media screen and (max-width: 1024px) {
      .cart-success-popup em {
        font-size: 16px;
        height: 16px;
        line-height: 16px; } }
  .cart-success-popup p {
  font-weight: 600;    font-size: clamp(14px, 0.83333rem, 16px);
}
    .cart-success-popup p * {
  font-weight: 600;      font-size: clamp(14px, 0.83333rem, 16px);
}
    .cart-success-popup p .number {
  display: inline-block;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.empty-cart-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
  .empty-cart-wrapper .text {
  margin-bottom: 1rem;
  text-align: center;
  font-weight: 400;    font-size: clamp(14px, 0.83333rem, 16px);
}
  .empty-cart-wrapper .btn-center .btn em {
    height: 14px !important;
    line-height: 14px !important; }
  .empty-cart-wrapper .btn-center .btn span {
    color: #fff !important; }
  .empty-cart-wrapper .btn-center .btn:hover em {
    transform: none !important; }
  .empty-cart-wrapper .btn-center .btn:hover span {
    color: red !important; }

.cart-display {
  padding: 60px 0; }
  .cart-display .note-message {
  padding-bottom: 1rem;
  text-align: right;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));    font-size: clamp(14px, 0.83333rem, 16px);
}
    .cart-display .note-message:before {
      content: '*';
      margin-right: 0.5rem;
      --tw-text-opacity: 1;
      color: rgb(255 0 0 / var(--tw-text-opacity));      display: inline-block;
      pointer-events: none;
      z-index: 9;
      height: 14px;
      width: 14px;
      transition: .3s all ease-in-out; }
  .cart-display .empty-cart-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
    .cart-display .empty-cart-text .cart-button-checkout {
  margin-top: 1.5rem;
}

@media (min-width: 1024.1px) {
  .cart-display .empty-cart-text .cart-button-checkout {
    margin-top: 2rem;
  } }
    .cart-display .empty-cart-text .checkout-title {
      border: none !important; }
      .cart-display .empty-cart-text .checkout-title .fas {
        display: none !important; }
  .cart-display .cart-table-wrapper table {
    width: 100%; }
    @media screen and (max-width: 960px) {
      .cart-display .cart-table-wrapper table tr {
        border-bottom: 1px solid #e1e1e1; } }
    .cart-display .cart-table-wrapper table tr td {
      border-bottom: 1px solid #e1e1e1;
      padding: 20px 0; }
      @media screen and (max-width: 960px) {
        .cart-display .cart-table-wrapper table tr td {
          display: block;
          border-bottom: 0;
          padding: 10px 0; }
        .cart-display .cart-table-wrapper table tr td:last-child {
          padding-bottom: 20px; } }
      .cart-display .cart-table-wrapper table tr td:first-child {
        width: 60%; }
        @media screen and (min-width: 1024px) and (max-width: 1280px) {
          .cart-display .cart-table-wrapper table tr td:first-child {
            width: 50%; } }
        @media screen and (min-width: 960px) and (max-width: 1024px) {
          .cart-display .cart-table-wrapper table tr td:first-child {
            width: 40%; } }
        @media screen and (max-width: 960px) {
          .cart-display .cart-table-wrapper table tr td:first-child {
            width: 100%;
            padding-top: 20px; } }
      @media screen and (min-width: 1024px) {
        .cart-display .cart-table-wrapper table tr td:nth-child(2), .cart-display .cart-table-wrapper table tr td:nth-child(3) {
          vertical-align: top; } }
  @media screen and (max-width: 960px) {
    .cart-display .quantity-wrap {
      display: flex;
      justify-content: center; }
      .cart-display .quantity-wrap .item-quantity {
    display: flex;
    justify-content: center;
    align-items: center;        width: 200px;
  }
    .cart-display .discount-wrap {
      display: flex;
      justify-content: flex-start; } }
  .cart-display .discount-wrap .old-price {
    color: #333;
    font-size: 0.72917rem;
    line-height: 14px;
    text-decoration: line-through;
    padding: 0 15px; }
    @media screen and (max-width: 960px) {
      .cart-display .discount-wrap .old-price {
        padding-left: 0; } }
  .cart-display .discount-wrap .discount {
    border-left: 1px solid #a7a7a7;
    font-size: 0.72917rem;
    line-height: 14px;
    color: #ed1c24;
    padding: 0 15px; }
  @media screen and (max-width: 960px) {
    .cart-display .total-wrapper {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: center; } }
  @media screen and (max-width: 767px) {
    .cart-display .total-wrapper {
      align-items: center; } }
  .cart-display .total-wrapper * {
    text-align: right;
    color: #333;
    font-size: 0.83333rem;
    font-weight: 400; }
  .cart-display .total-wrapper .current, .cart-display .total-wrapper .quantity {
    margin-bottom: 5px; }
  .cart-display .total-wrapper .temp-total {
    font-weight: 700; }
  .cart-display .product-item {
    display: flex;
    justify-content: flex-start;
    align-items: center; }
    @media screen and (max-width: 960px) {
      .cart-display .product-item {
        position: relative;
        align-items: center;
        flex-direction: column; } }
    @media screen and (max-width: 767px) {
      .cart-display .product-item .caption {
    margin-bottom: 0px;
  } }
    .cart-display .product-item .image {
      margin-right: 20px; }
      @media screen and (max-width: 767px) {
        .cart-display .product-item .image {
    margin: 0px;
  } }
      .cart-display .product-item .image a {
        display: block;
        height: 90px;
        max-width: 100px;
        min-width: 100px;
        width: auto; }
        .cart-display .product-item .image a img {
          width: 100%;
          height: 100%;
          -o-object-fit: contain;
             object-fit: contain; }
    .cart-display .product-item .title {
      display: block;
      margin-bottom: 5px; }
      @media screen and (max-width: 960px) {
        .cart-display .product-item .title {
    margin-top: 1rem;
  } }
      .cart-display .product-item .title a {
        font-size: 0.83333rem;
        color: #111111; }
    .cart-display .product-item .remove-item {
      display: flex;
      justify-content: flex-start;
      align-items: center; }
      @media screen and (max-width: 960px) {
        .cart-display .product-item .remove-item {
          position: absolute;
          top: 0;
          right: 0; } }
      .cart-display .product-item .remove-item em, .cart-display .product-item .remove-item span {
        color: #999999; }
      .cart-display .product-item .remove-item em {
        font-size: 16px;
        height: 16px;
        line-height: 16px;
        display: block;
        margin-right: 5px; }
  .cart-display .temp-price {
  margin-bottom: 1rem;
}
    .cart-display .temp-price .price-wrapper {
  display: flex;
  justify-content: flex-end;
}
      .cart-display .temp-price .price-wrapper .text {
        font-size: clamp(15px, 1.04167rem, 20px);
        color: #333;
        display: inline-block;
        padding-right: 30px; }
        @media screen and (max-width: 576px) {
          .cart-display .temp-price .price-wrapper .text {
            font-size: clamp(14px, 0.83333rem, 16px); } }
      .cart-display .temp-price .price-wrapper .price-text {
        font-size: 20px;
        line-height: 20px;
        height: 20px;
        color: #333;
        font-weight: 500;
        width: 250px;
        text-align: right }
        @media screen and (max-width: 1024px) {
          .cart-display .temp-price .price-wrapper .price-text {
            font-size: clamp(15px, 0.9375rem, 18px); } }
        @media screen and (max-width: 576px) {
          .cart-display .temp-price .price-wrapper .price-text {
            width: 180px; } }

.checkout-section .btn-secondary em {
  margin-right: 0.75rem;
}

.checkout-wrapper {
  border-radius: 10px;
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.15);
  margin-bottom: 30px; }
  .checkout-wrapper.checkout-summary-cart .total-price-wrap {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .checkout-wrapper.checkout-summary-cart .total-price-wrap .text {
      font-size: 0.72917rem;
      padding: 10px 0;
      color: #333;
      text-align: right;
      font-weight: 700; }
    .checkout-wrapper.checkout-summary-cart .total-price-wrap .number {
      font-size: 1.25rem;
      font-weight: 700;
      --tw-text-opacity: 1;
      color: rgb(255 0 0 / var(--tw-text-opacity)) }
  .checkout-wrapper.checkout-summary-cart .temp-total-wrap .table-wrap {
    padding: 10px 0;
    border-bottom: 1px solid #e1e1e1; }
    .checkout-wrapper.checkout-summary-cart .temp-total-wrap .table-wrap table {
      width: 100%; }
      .checkout-wrapper.checkout-summary-cart .temp-total-wrap .table-wrap table tr td {
        font-size: 0.72917rem;
        padding: 10px 0;
        color: #333;
        text-align: right; }
        .checkout-wrapper.checkout-summary-cart .temp-total-wrap .table-wrap table tr td:first-child {
          text-align: left;
          font-size: 0.72917rem;
          font-weight: 700; }
  .checkout-wrapper.checkout-summary-cart .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e1e1e1;
    padding: 14px 0; }
    .checkout-wrapper.checkout-summary-cart .item .name {
      font-size: 0.72917rem;
      color: #111111;
      padding-left: 15px; }
      .checkout-wrapper.checkout-summary-cart .item .name a {
        font-size: 0.72917rem;
        color: #111111; }
    .checkout-wrapper.checkout-summary-cart .item .content .price, .checkout-wrapper.checkout-summary-cart .item .content .quantity {
      font-size: 0.72917rem;
      color: #333333;
      margin-bottom: 5px; }
    .checkout-wrapper.checkout-summary-cart .item .content .total {
      font-size: 0.72917rem;
      font-weight: 700; }
    .checkout-wrapper.checkout-summary-cart .item .image-wrap {
      display: flex; }
      .checkout-wrapper.checkout-summary-cart .item .image-wrap .name a {
        max-width: 140px;
        min-width: 140px;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden; }
      .checkout-wrapper.checkout-summary-cart .item .image-wrap a {
        display: block;
        height: 70px;
        max-width: 80px;
        min-width: 80px;
        width: auto; }
        .checkout-wrapper.checkout-summary-cart .item .image-wrap a img {
          width: 100%;
          height: 100%;
          -o-object-fit: contain;
             object-fit: contain; }
  .checkout-wrapper.checkout-dicount .notice-text {
    font-size: 0.72917rem;
    color: #999999;
    margin-top: 20px; }
    @media screen and (max-width: 1024px) {
      .checkout-wrapper.checkout-dicount .notice-text {
        margin-top: 10px; } }
  .checkout-wrapper.checkout-dicount .setting-control {
    display: flex;
    position: relative; }
    .checkout-wrapper.checkout-dicount .setting-control .coupon-apply-error {
  position: absolute;
  left: 0px;
  font-size: 0.75rem;
  font-weight: 300;
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity));      bottom: -15px;
}
    .checkout-wrapper.checkout-dicount .setting-control input {
      height: 35px;
      color: #333333;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 0 20px;
      border-top-left-radius: 8px;
      border-bottom-left-radius: 8px;
      border-top: 1px solid  #e1e1e1;
      border-bottom: 1px solid  #e1e1e1;
      border-left: 1px solid  #e1e1e1;
      width: 100% }
      @media screen and (max-width: 1024px) {
        .checkout-wrapper.checkout-dicount .setting-control input {
          width: 100%; } }
    .checkout-wrapper.checkout-dicount .setting-control button {
      width: 120px;
      display: flex;
      justify-content: center;
      align-items: center;
      border-top-right-radius: 8px;
      border-bottom-right-radius: 8px;
      font-size: 0.83333rem;
      font-weight: 700;
      color: white;
      padding-left: 0.5rem;
      padding-right: 0.5rem }
      @media screen and (max-width: 1024px) {
        .checkout-wrapper.checkout-dicount .setting-control button {
          width: 80px;
          min-width: 80px; } }
  .checkout-wrapper.checkout-shipping .shipping-option .services {
    margin-top: 15px; }
    .checkout-wrapper.checkout-shipping .shipping-option .services select {
      padding: 0 25px;
      height: 48px;
      border: 1px solid #f1f1f1;
      border-radius: 5px;
      width: 100%;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      text-align: left;
      color: #999999; }
  .checkout-wrapper.checkout-shipping .form-shipping {
    padding: 0 0 0  30px; }
  .checkout-wrapper.checkout-shipping .shipping-option {
    position: relative; }
    .checkout-wrapper.checkout-shipping .shipping-option .shipping-method {
      position: relative; }
  .checkout-wrapper.checkout-shipping .form-group {
    position: relative;
    margin-bottom: 20px; }
    .checkout-wrapper.checkout-shipping .form-group input[type='radio'] {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      z-index: 20; }
      .checkout-wrapper.checkout-shipping .form-group input[type='radio']:checked ~ label::before {
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity));        content: '\f192';
}
    .checkout-wrapper.checkout-shipping .form-group label {
      position: relative;
      z-index: 10;
      font-size: 0.83333rem;
      color: #999999;
      border-radius: 5px;
      border: 1px solid #e1e1e1;
      padding: 0 30px;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      background: #fafafa;
      height: 48px;
      pointer-events: none; }
      .checkout-wrapper.checkout-shipping .form-group label:before {
        content: '\f111';
        font-family: "Font Awesome 6 Free";
        display: block;
        position: absolute;
        pointer-events: none;
        left: -30px;
        top: 50%;
        transform: translateY(-50%);
        z-index: 9;
        height: 18px;
        width: 18px;
        color: #999999;
        transition: .3s all ease-in-out; }
  .checkout-wrapper.checkout-address .checkout-form .form-group {
    margin-bottom: 20px;
    position: relative; }
    .checkout-wrapper.checkout-address .checkout-form .form-group label.error {
      position: absolute;
      left: 0;
      font-size: 0.625rem;
      --tw-text-opacity: 1;
      color: rgb(255 0 0 / var(--tw-text-opacity));      bottom: -15px; }
      @media screen and (min-width: 1024px) {
        .checkout-wrapper.checkout-address .checkout-form .form-group label.error {
          bottom: -20px;
          left: 170px; } }
      .checkout-wrapper.checkout-address .checkout-form .form-group label.error::before {
        display: none; }
    @media screen and (min-width: 1024px) {
      .checkout-wrapper.checkout-address .checkout-form .form-group {
        margin-bottom: 30px;
        display: flex;
        justify-content: space-between;
        align-items: center; } }
    .checkout-wrapper.checkout-address .checkout-form .form-group .fa-exclamation-triangle {
      position: absolute;
      left: 0;
      font-size: 0.625rem;
      --tw-text-opacity: 1;
      color: rgb(255 0 0 / var(--tw-text-opacity));      bottom: -15px; }
      @media screen and (min-width: 1024px) {
        .checkout-wrapper.checkout-address .checkout-form .form-group .fa-exclamation-triangle {
          bottom: -20px;
          left: 170px; } }
      .checkout-wrapper.checkout-address .checkout-form .form-group .fa-exclamation-triangle::before {
        display: none; }
    .checkout-wrapper.checkout-address .checkout-form .form-group .select-chevron {
      overflow: hidden;
      position: relative;
      width: 100%; }
      @media screen and (max-width: 1024px) {
        .checkout-wrapper.checkout-address .checkout-form .form-group .select-chevron {
          width: 100%; } }
      .checkout-wrapper.checkout-address .checkout-form .form-group .select-chevron:before {
        content: '\f078';
        font-family: "Font Awesome 6 Free";
        display: block;
        position: absolute;
        right: 15px;
        top: 50%;
        color: #999999;
        transform: translateY(-50%);
        z-index: 1;
        pointer-events: none;
        font-size: 20px; }
      .checkout-wrapper.checkout-address .checkout-form .form-group .select-chevron select {
        box-sizing: border-box;
        -webkit-appearance: none;
        -moz-appearance: none;
        width: 100%; }
        @media screen and (max-width: 1024px) {
          .checkout-wrapper.checkout-address .checkout-form .form-group .select-chevron select {
            width: 100%; } }
        .checkout-wrapper.checkout-address .checkout-form .form-group .select-chevron select::-ms-expand {
          display: none; }
    .checkout-wrapper.checkout-address .checkout-form .form-group label {
      width: 170px;
      min-width: 170px;
      font-size: 0.83333rem;
      color: #333;
      display: inline-block; }
      @media screen and (max-width: 1024px) {
        .checkout-wrapper.checkout-address .checkout-form .form-group label {
          margin-bottom: 10px; } }
      .checkout-wrapper.checkout-address .checkout-form .form-group label.require::after {
        content: '*';
        display: inline-block;
        font-size: 0.83333rem;
        --tw-text-opacity: 1;
        color: rgb(255 0 0 / var(--tw-text-opacity)) }
    .checkout-wrapper.checkout-address .checkout-form .form-group input[type='text'], .checkout-wrapper.checkout-address .checkout-form .form-group select, .checkout-wrapper.checkout-address .checkout-form .form-group textarea {
      padding: 0 25px;
      height: 48px;
      border: 1px solid #f1f1f1;
      border-radius: 5px;
      width: 100%;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      text-align: left; }
    .checkout-wrapper.checkout-address .checkout-form .form-group input[type='text']::-moz-placeholder {
      font-size: 0.83333rem;
      color: #999999; }
    .checkout-wrapper.checkout-address .checkout-form .form-group input[type='text']::placeholder, .checkout-wrapper.checkout-address .checkout-form .form-group textarea:placeholder {
      font-size: 0.83333rem;
      color: #999999; }
    .checkout-wrapper.checkout-address .checkout-form .form-group textarea {
      padding-top: 15px;
      height: 3.64583rem; }
  .checkout-wrapper .add-address {
    padding-top: 30px; }
    @media screen and (max-width: 1024px) {
      .checkout-wrapper .add-address {
        padding-top: 10px; } }
    .checkout-wrapper .add-address span {
      color: #333;
      font-weight: 500;
      font-size: 0.83333rem; }
    .checkout-wrapper .add-address a {
      font-size: 0.83333rem;
      font-weight: 500;
      text-decoration: underline;
      display: inline-block;
      margin-left: 4px; }
  .checkout-wrapper .checkout-title {
    font-size: 1.25rem;
    padding: 0 30px;
    border-bottom-width: 1px;
    --tw-border-opacity: 0.5;    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 60px;
    font-weight: 700; }
    .checkout-wrapper .checkout-title .number-quantity {
      font-weight: 700;
      display: inline-block;
      margin: 0 4px; }
  .checkout-wrapper .content-wrapper {
    padding: 20px 30px 40px 30px; }
  .checkout-wrapper .note-text {
    display: block;
    margin-top: 10px;
    font-size: 0.72917rem;
    color: #999999; }
    @media screen and (min-width: 1024px) {
      .checkout-wrapper .note-text {
        position: absolute;
        left: 0;
        bottom: -40px;
        left: 170px; } }

.checkout-information {
  padding: 3.125rem 0; }

.checkout-payment .form-payment {
  padding: 0 0 0  30px; }

.checkout-payment .qradio {
  margin-bottom: 20px; }

.checkout-payment .form-group {
  position: relative;
  margin-bottom: 20px; }
  .checkout-payment .form-group input[type='radio'] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 20; }
    .checkout-payment .form-group input[type='radio']:checked ~ label::before {
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity));      content: '\f192';
}
  .checkout-payment .form-group label {
    position: relative;
    z-index: 10;
    font-size: 0.83333rem;
    color: #999999;
    border: 1px solid #e1e1e1;
    padding: 0 30px;
    display: flex;
    background: #fafafa;
    min-height: 90px;
    pointer-events: none;
    transition: .3s all  ease-in-out;
    border-radius: 5px; }
    @media screen and (min-width: 576.1px) {
      .checkout-payment .form-group label {
        justify-content: flex-start;
        align-items: center; } }
    @media screen and (max-width: 576px) {
      .checkout-payment .form-group label {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0 20px 0 0; } }
    .checkout-payment .form-group label:before {
      content: '\f111';
      font-family: "Font Awesome 6 Free";
      display: block;
      position: absolute;
      pointer-events: none;
      left: -30px;
      top: 50%;
      transform: translateY(-50%);
      z-index: 9;
      height: 18px;
      width: 18px;
      color: #999999;
      transition: .3s all ease-in-out; }
  .checkout-payment .form-group .image-wrapper {
    padding: 0; }
    @media screen and (max-width: 576px) {
      .checkout-payment .form-group .image-wrapper {
        border-right: 0; } }
    .checkout-payment .form-group .image-wrapper a {
      display: flex;
      justify-content: center;
      align-items: center;
      transition: .3s all  ease-in-out;
      border-right: 1px solid #ebebeb;
      height: 90px;
      max-width: 100px;
      min-width: 100px;
      width: auto; }
      @media screen and (max-width: 576px) {
        .checkout-payment .form-group .image-wrapper a {
          border-right: 0; } }
      .checkout-payment .form-group .image-wrapper a img {
        max-width: 100%;
        height: auto; }
    @media screen and (max-width: 576px) {
      .checkout-payment .form-group .image-wrapper a {
        display: block;
        height: 80px;
        max-width: 80px;
        min-width: 80px;
        width: auto;
        padding-left: 1rem;
        padding-right: 1rem }
        .checkout-payment .form-group .image-wrapper a img {
          width: 100%;
          height: 100%;
          -o-object-fit: contain;
             object-fit: contain; } }
  .checkout-payment .form-group .content {
    padding: 20px 0 20px 30px;
    height: 100%; }
    @media screen and (max-width: 576px) {
      .checkout-payment .form-group .content {
        width: 100%;
        padding-left: 20px;
        text-align: center; } }
    .checkout-payment .form-group .content .title {
      font-size: 0.83333rem;
      color: #333; }
    .checkout-payment .form-group .content .text {
      font-size: 0.83333rem;
      font-weight: 700;
      color: #111111;
      text-transform: uppercase;
      margin-bottom: 10px; }
    .checkout-payment .form-group .content .table-wrap table {
      width: 100%; }
      .checkout-payment .form-group .content .table-wrap table tr td {
        color: #666666;
        font-size: 0.83333rem; }
        @media screen and (max-width: 576px) {
          .checkout-payment .form-group .content .table-wrap table tr td {
            text-align: right; } }
        .checkout-payment .form-group .content .table-wrap table tr td:first-child {
          color: #333;
          width: 140px; }
          @media screen and (max-width: 576px) {
            .checkout-payment .form-group .content .table-wrap table tr td:first-child {
              text-align: left; } }

.check-out {
  padding: 3.125rem 0; }
  .check-out.finish .checkout-wrapper {
    border-radius: 10px; }
  .check-out.finish .checkout-title {
    background: #e5f7ec;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px; }
    .check-out.finish .checkout-title em {
  margin-right: 0.75rem;
  display: inline-block;
}

@media (min-width: 1024.1px) {
  .check-out.finish .checkout-title em {
    margin-right: 1rem;
  } }
  .check-out.finish .image-wrapper {
    position: relative;
    display: block;
    height: 0;
    overflow: hidden;
    padding-top: 83.72093%; }
    .check-out.finish .image-wrapper img {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      -o-object-fit: contain;
         object-fit: contain;
      transition: .3s ease-in-out all; }
  .check-out.finish .caption {
  margin-bottom: 0.5rem;
}
    .check-out.finish .caption * {
  margin-bottom: 0.5rem;
}
    .check-out.finish .caption p {
  margin-bottom: 0.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));      font-size: clamp(14px, 0.83333rem, 16px);
}
      .check-out.finish .caption p strong {
        font-size: clamp(14px, 0.83333rem, 16px);
        font-weight: 700 !important; }
    .check-out.finish .caption .order-id {
  font-size: 1.375rem;
  font-weight: 600;
}
    .check-out.finish .caption a {
  margin-left: 0.5rem;
  display: inline-block;
  font-weight: 500;      font-size: clamp(14px, 0.83333rem, 16px);
}

.commentpanel {
  display: none;
}
  .commentpanel .btnShare {
    min-width: auto !important; }

.product-rating {
  overflow: hidden;
  padding-top: 2rem;
}
  .product-rating .container {
  margin-left: auto;
  margin-right: auto;
}
  .product-rating .block-title {
  margin-bottom: 0.5rem;
}
  .product-rating .commentpanel {
  display: block;
}
  .product-rating .form-wrap {
  overflow: hidden;
  border-radius: 20px;
  border-width: 1px;
}
  .product-rating .product-review {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
  justify-content: center;
}
    .product-rating .product-review .medium-rating {
  width: 100%;
  text-align: center;
}

@media (min-width: 768px) {
  .product-rating .product-review .medium-rating {
    text-align: left;    width: 20%;
  } }
      @media screen and (max-width: 768px) {
        .product-rating .product-review .medium-rating {
          border-right: 0;
          margin-bottom: 1.5rem;
          width: 100% } }
      .product-rating .product-review .medium-rating .point {
        font-size: clamp(32px, 2.1875rem, 42px);
        font-weight: 800 }

@media (min-width: 1024.1px) {
  .product-rating .product-review .medium-rating .point {
    font-size: 60px; } }
    .product-rating .product-review .total-comment {
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));      font-size: clamp(14px, 0.83333rem, 16px);
}
    .product-rating .product-review .start-overview {
  width: 100%;
}

@media (min-width: 768px) {
  .product-rating .product-review .start-overview {
    width: 75%; } }

@media (min-width: 1024.1px) {
  .product-rating .product-review .start-overview {
    padding: 0 50px;
    width: 50%;
    border-right: 1px solid #D9D9D9; } }
      @media screen and (max-width: 576px) {
        .product-rating .product-review .start-overview {
    padding-left: 1rem;
    padding-right: 1rem;
  } }
      .product-rating .product-review .start-overview ul li:not(:last-child) {
  margin-bottom: 1rem;
}
      .product-rating .product-review .start-overview ul li label {
        display: flex !important;
        margin-right: 0.5rem;
        font-weight: 600;        font-size: clamp(14px, 0.83333rem, 16px); }
        .product-rating .product-review .start-overview ul li label i {
          background: url("/Data/Sites/1/skins/default/js/rating/star-on.png");
          margin-left: 0.5rem;
          display: block;          width: 20px;
          height: 20px;
          background-repeat: no-repeat;
          background-size: contain;
          background-position: center; }
      .product-rating .product-review .start-overview ul li .percent {
  margin-left: 0.75rem;
  font-weight: 500;        font-size: clamp(14px, 0.83333rem, 16px);
        min-width: 130px;
}
      .product-rating .product-review .start-overview .chart {
  display: flex;
}
    .product-rating .product-review .btn-wrap {
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;      padding-left: 20px;
      width: 30%;
}
      @media screen and (max-width: 1024px) {
        .product-rating .product-review .btn-wrap {
    width: 100%;
    padding-top: 1.5rem;
  } }
      .product-rating .product-review .btn-wrap .btn-comment {
        height: 40px;
        width: -moz-fit-content;
        width: fit-content;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        font-weight: 600;
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
        display: flex;
        justify-content: center;
        align-items: center;        border-radius: 4px;
        margin: 10px auto;
        font-size: clamp(14px, 0.83333rem, 16px); }
      .product-rating .product-review .btn-wrap p {
  text-align: center;
  font-weight: 500;        margin-bottom: 1.25rem;
        font-size: clamp(16px, 1.04167rem, 20px);
}
    .product-rating .product-review .comment-form {
  width: 100%;      flex: 1 1 auto;
}
      .product-rating .product-review .comment-form .module-title {
  padding-top: 0px;
  font-weight: 600;
  text-transform: none;        font-size: clamp(16px, 1.04167rem, 20px);
        margin-bottom: 1.5625rem;
}
  .product-rating .commentpanel .comment-form-bottom {
  display: flex;
  border-top-width: 1px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;    flex-direction: row;
}
    @media screen and (max-width: 1024px) {
      .product-rating .commentpanel .comment-form-bottom {
    flex-direction: column;
  } }
  .product-rating .rating-wrap {
  margin-right: auto;
  display: flex;
  align-items: center;
}
    @media screen and (max-width: 1024px) {
      .product-rating .rating-wrap {
    margin-bottom: 1rem;
  } }
    .product-rating .rating-wrap span {
  font-weight: 400;      font-size: clamp(14px, 0.83333rem, 16px);
}
  .product-rating .comment-form .form-group {
  margin-bottom: 0px;
}
    @media screen and (max-width: 1024px) {
      .product-rating .comment-form .form-group {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 1rem;
  } }
  .product-rating .comment-form .form-group .rating-input {
  margin-left: 0.5rem;
  display: flex;    height: 16px;
}
  .product-rating .product-review .start-overview ul li .progress {
    background: #E0E0E0; }
  .product-rating .journalContent {
  width: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;    height: 120px;
}

@media (min-width: 1024.1px) {
  .product-rating .journalContent {
    height: 150px; } }
  .product-rating .commentpanel .btnShare {
    width: 110px;
    height: 38px;
    position: relative;
    border-radius: 4px;
    padding-left: 1rem;
    padding-right: 1rem;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    justify-content: center;
    align-items: center;    font-size: clamp(14px, 0.83333rem, 16px);
    display: flex !important; }
  .product-rating .commentpanel .comment-form-bottom .form-group {
    min-width: auto !important; }

@media (min-width: 576px) {
  .product-rating .commentpanel .comment-form-bottom .form-group {
    margin-left: 1rem;
    margin-right: 1rem;
  } }
  .product-rating .commentpanel .comment-form-bottom .form-group input {
    min-width: 220px;
    background: #F0F0F0;
    height: 40px;
    border-radius: 4px;
    width: 220px;
    border: none;
    padding: 4px 24px; }
    @media screen and (max-width: 1600px) {
      .product-rating .commentpanel .comment-form-bottom .form-group input {
        min-width: 250px;
        width: 250px; } }
    @media screen and (max-width: 1280px) {
      .product-rating .commentpanel .comment-form-bottom .form-group input {
        min-width: auto !important;
        width: 100% } }
  .product-rating .comment-list {
    border-top: 0 !important; }
    .product-rating .comment-list .user {
  margin-top: 0.75rem;
}
      .product-rating .comment-list .user .img {
  overflow: hidden;
  border-radius: 9999px;
}
  .product-rating .product-review .start-overview ul li label {
    justify-content: flex-end; }

@media screen and (max-width: 576px) {
  .comment-list {
    margin-top: 0 !important;
    padding-top: 10px !important; } }

.comment-list .cmtinfo a {
  margin-top: 0.75rem;
  margin-right: auto;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 4px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  display: flex;
  justify-content: center;
  align-items: center;
}

.comment-list .comment-items .item .user {
  margin-right: 1rem;
}
  .comment-list .comment-items .item .user .img {
    width: 70px;
    height: 70px;
    margin-bottom: 10px; }

.comment-list .comment-items .item .caption {
  padding-left: 0 !important; }
  .comment-list .comment-items .item .caption .mod {
    display: inline-block;
    line-height: 1;
    vertical-align: baseline;
    margin: 0 0.14285714em;
    background-color: #e8e8e8;
    background-image: none;
    padding: 0.5833em 0.833em;
    color: rgba(0, 0, 0, 0.6);
    text-transform: none;
    font-weight: 400;
    border: 0 solid transparent;
    border-radius: 0.28571429rem;
    transition: background .1s ease;
    font-size: 0.75rem; }

.comment-list .comment-items .item .name {
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
}

.comment-list .comment-items .item .mod {
  padding-left: 0.25rem;
}

.comment-list .comment-items .item time {
  display: none;
}

.comment-list .cmteditarea, .comment-list .cmtbtn {
  display: none;
}

.comment-list .cmteditarea {
  border: 1px solid #d6d6d6; }
  .comment-list .cmteditarea textarea {
  height: 100%;
  width: 100%;
  padding: 1rem;
}

.comment-list abbr {
  margin-left: 0.5rem;
  display: inline-block;
  font-size: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

.comment-list .cmt-item .jcmt {
  width: 100%;
  padding: 1rem;  padding: 0 !important;
  margin-left: 140px;
}
  .comment-list .cmt-item .jcmt .cmt-area {
  margin-bottom: 1rem;
}

.comment-list .cmt-item .cmt-area {
  padding-bottom: 0.75rem;  border-bottom: 1px solid #f1f1f1;
}

.comment-list .jsummary .des {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.comment-list .jsummary .mod {
  font-size: 0.75rem;
}

.comment-list .jsummary .name {
  display: inline-block;
  padding-right: 0.5rem;  color: #223771;
  font-weight: 700;
  margin-bottom: 5px;
}
  .comment-list .jsummary .name strong {
    color: #223771;
    font-weight: 700;
    margin-bottom: 5px; }

.comment-list .jsummary .cmlike {
  font-size: 0.875rem;
  font-weight: 700;
}
  .comment-list .jsummary .cmlike span {
  display: none;
}

.comment-list .cmreply {
  font-size: 0.875rem;
  font-weight: 700;
}

.comment-list .item .caption .name {
  color: #223771;
  font-weight: 700;
  margin-bottom: 5px; }

.minidel {
  display: none;
}

.cmtbtn .cmtname, .cmtbtn .cmtemail {
  display: none;
}

.progress {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;  height: 10px;
  overflow: hidden;
  background-color: #e9ecef;
  border-radius: 4px;
  width: 100%;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
  transition: width 0.6s ease;
  left: 0px;
  height: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) }

.wrap-form {
  position: relative;
}
  .wrap-form .row {
    box-shadow: none !important; }
    @media screen and (max-width: 1024px) {
      .wrap-form .row {
        margin: 0 -15px; } }
  .wrap-form .fa-exclamation-triangle {
  position: absolute;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity));    font-size: 10px;
    font-family: 'Montserrat', sans-serif;
    bottom: -20px;
    left: 15px;
}
    @media screen and (max-width: 576px) {
      .wrap-form .fa-exclamation-triangle {
        font-size: 10px;
        font-weight: 700 } }
  .wrap-form .col {
  position: relative;
  margin-bottom: 1rem;
}
    .wrap-form .col:last-child {
  margin-bottom: 1.5rem;
}
  .wrap-form .form-group {
  position: relative;    margin-bottom: 20px !important;
}
    .wrap-form .form-group input[type='text'], .wrap-form .form-group textarea, .wrap-form .form-group select {
      padding: 0 20px;
      height: 44px;
      border-radius: 4px;
      border-width: 1px;
      --tw-border-opacity: 1;
      border-color: rgb(221 221 221 / var(--tw-border-opacity));
      --tw-bg-opacity: 1;
      background-color: rgb(255 255 255 / var(--tw-bg-opacity));
      --tw-text-opacity: 1;
      color: rgb(17 17 17 / var(--tw-text-opacity));      font-size: 14px; }
      @media screen and (max-width: 1200px) {
        .wrap-form .form-group input[type='text'], .wrap-form .form-group textarea, .wrap-form .form-group select {
          font-size: clamp(14px, 0.83333rem, 16px);
          height: 40px; } }
      .wrap-form .form-group input[type='text']::-moz-placeholder, .wrap-form .form-group textarea::-moz-placeholder, .wrap-form .form-group select::-moz-placeholder {
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity));        font-size: 14px;
}
      .wrap-form .form-group input[type='text']::placeholder, .wrap-form .form-group textarea::placeholder, .wrap-form .form-group select::placeholder {
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity));        font-size: 14px;
}
        @media screen and (max-width: 1200px) {
          .wrap-form .form-group input[type='text']::-moz-placeholder, .wrap-form .form-group textarea::-moz-placeholder, .wrap-form .form-group select::-moz-placeholder {
            font-size: clamp(14px, 0.83333rem, 16px); }
          .wrap-form .form-group input[type='text']::placeholder, .wrap-form .form-group textarea::placeholder, .wrap-form .form-group select::placeholder {
            font-size: clamp(14px, 0.83333rem, 16px); } }
  .wrap-form .form-group.form-select {
  position: relative;
  overflow: hidden;
}
    .wrap-form .form-group.form-select::after {
      content: '';
      pointer-events: none;
      right: 35px;
      z-index: 10;
      display: block;
      transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
      transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
      transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-duration: 150ms;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      transition: .3s all ease-in-out;      width: 1.25rem;
      height: 11px;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      background-image: url("data:image/svg+xml;charset=utf-8,<svg width='23' height='11' viewBox='0 0 23 11' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M1.1875 0.53125C1.32812 0.34375 1.51562 0.25 1.75 0.25C1.89062 0.25 2.07812 0.296875 2.21875 0.4375L11.4531 8.92188L20.7344 0.4375C21.0156 0.15625 21.4844 0.15625 21.7656 0.484375C22.0469 0.765625 22.0469 1.23438 21.7188 1.51562L11.9688 10.5156C11.6875 10.7969 11.2656 10.7969 10.9844 10.5156L1.23438 1.51562C0.90625 1.28125 0.90625 0.8125 1.1875 0.53125Z' fill='%232F4394'/></svg>"); }
      @media screen and (max-width: 1200px) {
        .wrap-form .form-group.form-select::after {
          width: 16px;
          height: 40px; } }
    .wrap-form .form-group.form-select select {
      height: 44px;
      width: 100%;
      border-radius: 0px;
      --tw-text-opacity: 1;
      color: rgb(51 51 51 / var(--tw-text-opacity));      padding-right: 50px !important;
      box-sizing: border-box;
      -webkit-appearance: none;
      -moz-appearance: none;
      font-size: 14px; }
      @media screen and (max-width: 1200px) {
        .wrap-form .form-group.form-select select {
          font-size: clamp(14px, 0.83333rem, 16px);
          height: 40px; } }
      .wrap-form .form-group.form-select select option {
        font-size: 14px;
        --tw-text-opacity: 1;
        color: rgb(51 51 51 / var(--tw-text-opacity)) }
        @media screen and (max-width: 1200px) {
          .wrap-form .form-group.form-select select option {
            font-size: clamp(14px, 0.83333rem, 16px); } }
      .wrap-form .form-group.form-select select::-ms-expand {
        display: none; }
  .wrap-form .form-group textarea {
  width: 100%;
  padding: 1rem;    height: 7rem;
}

@media (min-width: 1024.1px) {
  .wrap-form .form-group textarea {
    height: 120px; } }
  .wrap-form .frm-btnwrap {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;    margin-top: 30px !important;
}
    @media screen and (max-width: 1200px) {
      .wrap-form .frm-btnwrap {
        margin-bottom: 0 !important; } }
    .wrap-form .frm-btnwrap label {
      display: none !important; }
    .wrap-form .frm-btnwrap .frm-btn {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
      .wrap-form .frm-btnwrap .frm-btn input[type='submit'] {
  height: 44px;
  width: 120px;
  border-radius: 8px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(171 131 95 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  font-weight: 500;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(171 131 95 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .3s all ease-in-out;        font-size: 14px;
}
        @media screen and (max-width: 1024px) {
          .wrap-form .frm-btnwrap .frm-btn input[type='submit'] {
            height: 40px; } }
        .wrap-form .frm-btnwrap .frm-btn input[type='submit']:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(171 131 95 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

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

.frm-captcha {
  margin: 40px 0 0  0 !important;
  display: inline-flex;
  flex-direction: row-reverse; }
  .frm-captcha img {
    height: 44px !important;
    max-width: auto;
    max-width: 150px; }
    @media screen and (max-width: 1200px) {
      .frm-captcha img {
        max-width: 150px; } }
  @media screen and (max-width: 576px) {
    .frm-captcha {
      flex-direction: column-reverse; } }
  .frm-captcha .frm-captcha-input {
  margin-top: 0px;    margin-left: 50px;
}
    @media screen and (max-width: 576px) {
      .frm-captcha .frm-captcha-input {
        margin-left: 0;
        margin-top: 1rem } }
    .frm-captcha .frm-captcha-input label {
      display: none; }
    .frm-captcha .frm-captcha-input input {
      padding: 0 10px;
      margin-top: 0;
      height: 30px; }
      @media screen and (max-width: 1200px) {
        .frm-captcha .frm-captcha-input input {
          max-width: 150px; } }
      @media screen and (max-width: 1024px) {
        .frm-captcha .frm-captcha-input input {
          max-width: 200px; } }
      @media (max-width: 767.98px) {
        .frm-captcha .frm-captcha-input input {
          margin-left: 20px; } }
      @media (max-width: 576.98px) {
        .frm-captcha .frm-captcha-input input {
          margin-left: 0; } }
  .frm-captcha .rcRefreshImage {
    position: absolute;
    opacity: 1;
    cursor: pointer;
    height: 0;
    width: 0;
    right: -5px;
    top: 5px;
    color: #ffffff;
    z-index: 0;
    font-size: 0; }
    .frm-captcha .rcRefreshImage:before {
      font-family: 'Font Awesome 6 Pro';
      position: absolute;
      top: 0;
      right: -40px;
      opacity: 1;
      z-index: 99;
      color: #9d9080;
      font-size: 30px;
      content: "\f01e";
      display: flex;
      justify-content: center;
      align-items: flex-start; }
      @media screen and (max-width: 576px) {
        .frm-captcha .rcRefreshImage:before {
          height: 50px; } }

@media screen and (max-width: 500px) {
  #ctl00_mainContent_ctl05_captcha_ctl00 {
    display: none; } }

#ctl00_mainContent_ctl02_captcha_ctl01 {
  position: relative; }

#ctl00_mainContent_ctl06_btnReset, #ctl00_mainContent_ctl05_captcha_ctl00, #ctl00_mainContent_ctl08_captcha_ctl00, #ctl00_mainContent_ctl07_captcha_ctl00 {
  display: none; }

#ctl00_mainContent_ctl06_txtCaptcha {
  margin-left: 10px; }

#ctl00_mainContent_ctl06_captcha_CaptchaLinkButton #text {
  display: none; }

.RadCaptcha {
  position: relative;
}
  @media screen and (max-width: 767.5px) {
    .RadCaptcha {
      margin-left: 0; } }
  .RadCaptcha span {
  display: none;
}
  .RadCaptcha #ctl00_mainContent_ctl04_captcha_ctl00 {
    display: block !important;
    position: absolute;
    left: 0;
    top: 100%;
    font-size: 0.75rem;
    --tw-text-opacity: 1;
    color: rgb(255 0 0 / var(--tw-text-opacity)) }
  .RadCaptcha > div > div {
    display: flex;
    position: relative;
    flex-direction: column-reverse;
    height: 40px !important;
    margin-top: 0; }
    @media (max-width: 767.98px) {
      .RadCaptcha > div > div {
        margin-right: 0;
        width: 180px; } }

.language-wrapper {
  position: relative;
  display: flex;
  overflow: hidden;
  padding: 0px;  z-index: 121;
  margin: 0 8px 0 12px;
}
  @media screen and (max-width: 1200px) {
    .language-wrapper {
    padding-top: 1.25rem;
  } }
  .language-wrapper ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
  .language-wrapper li:hover a {
  text-decoration-line: underline;
}
  .language-wrapper li.active a {
  --tw-text-opacity: 1;
  color: rgb(171 131 95 / var(--tw-text-opacity));
}
  .language-wrapper a {
  border-left-width: 1px;
  --tw-border-opacity: 1;
  border-left-color: rgb(221 221 221 / var(--tw-border-opacity));
  font-weight: 400;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(71 74 80 / var(--tw-text-opacity));    padding: 0 12px;
    font-size: 14px;
}
    @media screen and (max-width: 1200px) {
      .language-wrapper a {
        font-size: clamp(20px, 1.25rem, 24px); } }

.flex-wrap {
  display: flex;
  justify-content: center; }

.login-page .login-panel {
  margin: 60px 0;
  background: #fff;
  border-radius: 5px; }
  .login-page .login-panel .sitelogo {
    text-align: center;
    margin-bottom: 40px;
    width: 100%; }
  .login-page .login-panel img {
    height: 80px; }
  .login-page .login-panel .headtitle {
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 30px; }
    .login-page .login-panel .headtitle:after {
      content: '';
      margin: 10px auto; }

@media (max-width: 1199px) {
  .login-page .login-panel {
    margin: 60px 0; } }

@media (max-width: 543px) {
  .login-page .sitelogo {
    margin-bottom: 30px; } }

.login-form {
  width: 100%;
  margin: 0 auto; }
  .login-form .fa-exclamation-triangle {
  position: absolute;
  top: 100%;
  left: 0px;
  padding-top: 0.25rem;
  font-size: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity));
}
  .login-form .panel-heading {
    display: none; }
  .login-form .title {
    font-size: 1.5rem;
    font-weight: 500;
    text-transform: uppercase;
    border-left: 3px solid #8c0000;
    padding-left: 10px;
    margin-bottom: 30px; }
  .login-form .module-title {
    font-size: 0.875rem;
    color: #666666;
    margin-bottom: 20px; }
  .login-form a {
    color: #8c0000; }
  .login-form .form-group {
    margin-bottom: 20px;
    position: relative; }
    .login-form .form-group label {
      color: #999999;
      text-transform: uppercase;
      display: block;
      width: 50px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      position: absolute;
      top: 0;
      left: 0;
      border-right: 1px solid #e6e6e6;
      font-size: 0.875rem;
      --tw-text-opacity: 1;
      color: rgb(51 51 51 / var(--tw-text-opacity)) }
      .login-form .form-group label .fa {
        font-size: 1.125rem;
        line-height: 40px; }
  .login-form input {
    width: 350px;
    font-size: .875rem;
    border: 1px solid #d9d9d9;
    border-radius: 0;
    padding: 10px 30px 10px 60px;
    transition: all, 0.5s; }
    .login-form input::-moz-placeholder {
      font-size: 15px; }
    .login-form input::placeholder {
      font-size: 15px; }
    .login-form input:active, .login-form input:hover, .login-form input:focus {
      border-color: #999999; }
    @media screen and (max-width: 400px) {
      .login-form input {
        width: 300px; } }
  .login-form a {
    display: inline-block;
    color: #000;
    padding: 10px 0;
    margin-right: 15px; }
    .login-form a:hover {
      color: #8c0000; }
  .login-form .forget {
    font-size: 0.875rem;
    color: #999999;
    margin-bottom: 30px; }
    .login-form .forget input[type='checkbox'] {
  position: relative;
  opacity: 0;
}
      .login-form .forget input[type='checkbox']:checked ~ label::before {
        content: '\f09c'; }
    .login-form .forget label {
      color: #333333;
      font-weight: 300;
      width: auto;
      height: auto;
      text-align: left;
      padding-left: 30px;
      line-height: 1.5;
      font-size: 0.875rem;
      text-transform: none;
      position: relative;
      transition: all, 0.5s; }
      .login-form .forget label:before {
        font-family: 'Font Awesome 6 Pro';
        content: '\f023';
        display: block;
        line-height: 14px;
        font-size: 16px;
        color: #333333;
        position: absolute;
        top: 2px;
        left: 1px;
        transition: all, 0.5s; }
      .login-form .forget label:hover {
        color: #333333; }
  .login-form .btn-login {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    position: relative;
    color: #fff;
    background: #8c0000;
    display: block;
    border-radius: 5px;
    overflow: hidden; }
  .login-form input[type='reset'] {
    display: none; }
  .login-form input[type="submit"] {
    line-height: 100%;
    cursor: pointer;
    width: 100%;
    color: #fff !important;
    background: #171e26 !important;
    padding: 15px 60px;
    border: none;
    text-transform: uppercase;
    font-size: 1rem; }
  .login-form .go-signup {
    text-align: center;
    margin-top: 15px; }
    .login-form .go-signup a {
      display: block;
      clear: both;
      color: #8c0000; }
      .login-form .go-signup a:hover {
        color: #000; }

@media (max-width: 543px) {
  .login-form .btn-login {
    width: 100%; } }

.login-bg {
  width: 60%;
  position: relative;
  overflow: hidden;
  padding: 50px;
  border-radius: 5px; }
  .login-bg .login-img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
    .login-bg .login-img .login-overlay {
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background: #000;
      opacity: 0.5;
      z-index: 1; }
  .login-bg img {
    height: 100%;
    width: auto;
    max-width: unset;
    filter: grayscale(100%); }
  .login-bg .login-des {
    position: relative;
    z-index: 1;
    color: #fff; }
    .login-bg .login-des .title {
      font-size: 2.875rem;
      font-weight: 300;
      margin-bottom: 20px; }
    .login-bg .login-des .module-title {
      font-size: 1.625rem;
      font-weight: 200;
      opacity: 0.9; }
    .login-bg .login-des .des {
      margin-top: 180px;
      font-size: 1.25rem; }
      .login-bg .login-des .des span {
        opacity: 0.8;
        font-weight: 200;
        display: inline-block;
        margin-right: 10px; }
      .login-bg .login-des .des a {
        display: inline-block;
        opacity: 1;
        font-weight: 300;
        font-size: 2rem;
        color: #fff; }
        .login-bg .login-des .des a:after {
          content: '\f105';
          font-family: 'Font Awesome 6 Pro';
          margin-left: 5px; }
        .login-bg .login-des .des a:hover {
          color: #8c0000; }

@media (max-width: 991px) {
  .login-bg {
    width: 100%;
    order: 1; } }

@media (max-width: 767px) {
  .login-bg {
    padding: 30px; } }

@media (max-width: 991px) {
  .login-bg .login-img img {
    height: auto;
    width: 100%; } }

@media (max-width: 767px) {
  .login-bg .login-img img {
    -khtml-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1); } }

@media (max-width: 543px) {
  .login-bg .login-img img {
    width: auto;
    height: 100%; } }

@media (max-width: 767px) {
  .login-bg .login-des .title {
    font-size: 2.25rem;
    margin-bottom: 10px; }
  .login-bg .login-des .module-title {
    font-size: 1.25rem; } }

@media (max-width: 991px) {
  .login-bg .login-des .des {
    margin-top: 30px; } }

@media (max-width: 767px) {
  .login-bg .login-des .des {
    margin-top: 10px; } }

@media (max-width: 543px) {
  .login-bg .login-des .des a {
    font-size: 1.625rem; } }

.panel-primary span {
  color: #eb0c22;
  font-style: italic; }

#ctl00_mainContent_login1_LoginCtrl_lnkPasswordRecovery, #ctl00_mainContent_login1_LoginCtrl_lnkRegisterExtraLink {
  display: none; }

.flex-wrap {
  display: flex;
  justify-content: center; }

.login-page .login-panel {
  margin: 60px 0;
  background: #fff;
  border-radius: 5px; }
  .login-page .login-panel .sitelogo {
    text-align: center;
    margin-bottom: 40px;
    width: 100%; }
  .login-page .login-panel img {
    height: 80px; }
  .login-page .login-panel .headtitle {
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 30px; }
    .login-page .login-panel .headtitle:after {
      content: '';
      margin: 10px auto; }

@media (max-width: 1199px) {
  .login-page .login-panel {
    margin: 60px 0; } }

@media (max-width: 543px) {
  .login-page .sitelogo {
    margin-bottom: 30px; }
  .login-form .btn-login {
    width: 100%; } }

.pop-up-modal {
  border-radius: 4px;
  width: 100%;  border-top-right-radius: 0; }

.carousel__button {
  border-color: transparent;
}
  .carousel__button.is-close {
  border-radius: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(171 131 95 / var(--tw-bg-opacity));    top: 0 !important;
    width: 50px;
    height: 50px;
    border-radius: 0 4px 4px 0;
}
    @media screen and (max-width: 1024px) {
      .carousel__button.is-close {
        top: -32px !important;
        border-radius: 0;
        right: 0;
        width: 32px;
        height: 32px; } }

@media (min-width: 1024.1px) {
  .carousel__button.is-close {
    left: 100% !important; } }

.product-modal-wrap {
  max-width: 1150px;
  padding: 1.66667rem !important;
  margin: 0 !important; }
  @media screen and (min-width: 1024px) and (max-width: 1200px) {
    .product-modal-wrap {
      max-width: 950px; } }
  @media screen and (max-width: 1024px) {
    .product-modal-wrap {
      max-width: 100%  !important;
      padding: 1.25rem !important; } }
  .product-modal-wrap .txt-wrap {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;    justify-content: flex-start;
}
  .product-modal-wrap .img-wrap a {
    position: relative;
    display: block;
    height: 0;
    overflow: hidden;
    padding-top: 100%; }
    .product-modal-wrap .img-wrap a img {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      -o-object-fit: contain;
         object-fit: contain;
      transition: .3s ease-in-out all; }
  .product-modal-wrap .block-title {
  margin-bottom: 1rem;
}
  .product-modal-wrap .scollbar-wrap {
    height: 19.79167rem;
    font-size: clamp(15px, 0.9375rem, 18px);
    font-weight: 400;
    line-height: 1.54;
    --tw-text-opacity: 1;
    color: rgb(13 18 20 / var(--tw-text-opacity)) }
    @media screen and (min-width: 1200px) and (max-width: 1440px) {
      .product-modal-wrap .scollbar-wrap {
        height: 28.64583rem; } }
    .product-modal-wrap .scollbar-wrap * {
  font-weight: 400;
  line-height: 1.54;
  --tw-text-opacity: 1;
  color: rgb(13 18 20 / var(--tw-text-opacity));      font-size: clamp(15px, 0.9375rem, 18px);
}
    .product-modal-wrap .scollbar-wrap h3, .product-modal-wrap .scollbar-wrap h4, .product-modal-wrap .scollbar-wrap h5, .product-modal-wrap .scollbar-wrap strong {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(171 131 95 / var(--tw-text-opacity));
}
      .product-modal-wrap .scollbar-wrap h3 *, .product-modal-wrap .scollbar-wrap h4 *, .product-modal-wrap .scollbar-wrap h5 *, .product-modal-wrap .scollbar-wrap strong * {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(171 131 95 / var(--tw-text-opacity));
}
  .product-modal-wrap table {
  width: 100%;
  padding-top: 0.5rem;
}
    .product-modal-wrap table td {
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-top-color: rgb(214 214 214 / var(--tw-border-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(13 18 20 / var(--tw-text-opacity));      font-size: clamp(15px, 0.9375rem, 18px);
}
      .product-modal-wrap table td * {
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(13 18 20 / var(--tw-text-opacity));        font-size: clamp(15px, 0.9375rem, 18px);
}
  .product-modal-wrap .wrap-left {
  margin-top: 1rem;
}

@media (min-width: 768px) {
  .product-modal-wrap .wrap-left {
    position: absolute;
    bottom: 0px;
    left: 0px;
  } }

.search-page {
  padding: 70px 0; }
  .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; }
  .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: .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: 1rem;
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}
  .search-page .text-main {
  font-size: 1.625rem;
  font-weight: 400;
  text-transform: none;
}
  .search-page .searchresultsummary {
  font-size: 1rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}
  .search-page .kw-desc {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

.search-wrapper {
  margin: 0px;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1200px) {
  .search-toggle {
    display: none;
  } }

.search-toggle em {
  transition: .3s all  ease-in-out;
  transform: scale(1); }

@media (min-width: 1024.1px) {
  .search-toggle:hover em {
    --tw-text-opacity: 1;
    color: rgb(171 131 95 / var(--tw-text-opacity));    transform: scale(1.1);
  } }

@media screen and (max-width: 1200px) {
  .searchbox {
    display: none;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));    padding: 0 1px;
  }
    .searchbox .container {
    height: 100%;
    padding: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
    .searchbox .search-wrapper-bg {
    position: relative;
    width: 100%;
  }
    .searchbox input[type='text'], .searchbox button {
      height: 40px; }
    .searchbox input[type='text'] {
    width: 100%;
    border-width: 1px;
    border-color: rgb(171 131 95 / var(--tw-border-opacity));
    --tw-border-opacity: 0.5;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-left: 1rem;
    --tw-text-opacity: 1;
    color: rgb(17 17 17 / var(--tw-text-opacity));      font-size: clamp(14px, 0.83333rem, 16px);
      padding-right: 50px;
  }
      .searchbox input[type='text']::-moz-placeholder {
    text-align: left;
    --tw-text-opacity: 1;
    color: rgb(153 153 153 / var(--tw-text-opacity));        font-size: clamp(14px, 0.83333rem, 16px);
  }
      .searchbox input[type='text']::placeholder {
    text-align: left;
    --tw-text-opacity: 1;
    color: rgb(153 153 153 / var(--tw-text-opacity));        font-size: clamp(14px, 0.83333rem, 16px);
  }
    .searchbox button {
      width: 40px;
      pointer-events: none;
      right: 0px;
      border-width: 1px;
      border-color: transparent;
      transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
      transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
      transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-duration: 150ms;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      transition: .3s all ease-in-out }
      .searchbox button:focus, .searchbox button:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
      .searchbox button em {
        font-size: 18px;
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
        transition: .3s all ease-in-out } }

@media (min-width: 1200.1px) {
  .searchbox {
    pointer-events: none;
    position: fixed;
    z-index: 20;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    opacity: 0;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    left: 50%;
    transform: translateX(-50%);    height: calc( 100vh - 80px);
    transition: .3s all ease-in-out;
    box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, 0.1);
    top: 80px;
  }
    .searchbox .container {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
      @media screen and (max-width: 1200px) {
        .searchbox .container {
      width: 100%;          padding: 0 !important;
    } }
    .searchbox .search-wrapper-bg {
      position: relative;
      display: flex;
      height: 50px;
      width: 66.666667%;
      --tw-bg-opacity: 1;
      background-color: rgb(255 255 255 / var(--tw-bg-opacity)) }
    .searchbox.open {
      z-index: 20;
      pointer-events: auto;
      opacity: 1 }
    .searchbox input[type="text"] {
    position: relative;
    z-index: 20;
    width: 100%;
    font-weight: 400;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition: .3s all ease-in-out;      border-bottom: 1px solid rgba(0, 0, 0, 0.3);
      font-size: 20px;
      margin: 0 auto;
      outline: none;
      text-align: left;
      display: flex;
      padding-right: 60px;
      height: 40px;
      padding-left: 0;
  }
      .searchbox input[type="text"]::-moz-placeholder {
    text-align: left;        font-size: clamp(14px, 0.83333rem, 16px);
  }
      .searchbox input[type="text"]::placeholder {
    text-align: left;        font-size: clamp(14px, 0.83333rem, 16px);
  }
    .searchbox button {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 40;
    height: 100%;
    cursor: pointer;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;      width: 40px;
      height: 40px;
  }
      .searchbox button em {
    --tw-text-opacity: 1;
    color: rgb(51 51 51 / var(--tw-text-opacity));
        z-index: 99;
        font-size: 26px;
        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
        transition: .3s all ease-in-out;
  }
      .searchbox button:hover em {
    --tw-text-opacity: 1;
    color: rgb(171 131 95 / var(--tw-text-opacity));
  } }

.suggestsearch {
  display: none !important; }

.map-wrapper {
  margin-top: 1.5rem;
  height: 100%;
}

@media (min-width: 1024.1px) {
  .map-wrapper {
    margin-top: 2rem;
  } }
  .map-wrapper a {
    display: block;
    height: 252px;
    overflow: hidden;    text-align: center;
    width: 100%; }
    @media screen and (max-width: 1024px) {
      .map-wrapper a {
        height: 400px; } }
    @media screen and (max-width: 576px) {
      .map-wrapper a {
        height: 300px; } }
    .map-wrapper a iframe {
  display: inline-block;
  height: 100%;
  width: 100%;
}

.contact-us {
  --tw-bg-opacity: 1;
  background-color: rgb(249 246 240 / var(--tw-bg-opacity));
}
  .contact-us .row-wrap {
  justify-content: space-between;
}
  .contact-us .zone-title {
  text-transform: uppercase;
}

@media (min-width: 1024.1px) {
  .contact-us .txt {
    padding-right: 7%; } }
  .contact-us ol em {
  margin-right: 0.75rem;
  padding-top: 2px;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(171 131 95 / var(--tw-text-opacity));    font-size: 18px;
}
  .contact-us ol span {
  line-height: 1.55;
}
  .contact-us ol span, .contact-us ol a, .contact-us ol strong {
  margin-top: auto;
  margin-bottom: auto;
  --tw-text-opacity: 1;
  color: rgb(71 74 80 / var(--tw-text-opacity));    font-size: clamp(15px, 0.9375rem, 18px);
}
  .contact-us li {
  display: flex;
  align-items: flex-start;
}
    .contact-us li:not(:last-child) {
  margin-bottom: 0.5rem;
}
  .contact-us .bg-wrap {
    background: #FEFEFD;
    padding: 1.5625rem; }

@media (min-width: 1024.1px) {
  .contact-us .bg-wrap {
    padding: 3.125rem 1.66667rem; } }

@media (min-width: 1200.1px) {
  .contact-us .bg-wrap {
    padding: 4.16667rem 1.66667rem; } }
  .contact-us .desc {
  margin-bottom: 1.5rem;
}

@media (min-width: 1024.1px) {
  .contact-us .desc {
    margin-bottom: 2rem;
  } }
    .contact-us .desc span, .contact-us .desc strong, .contact-us .desc a {
  --tw-text-opacity: 1;
  color: rgb(171 131 95 / var(--tw-text-opacity));
}

.gallery-list .wrap-left {
  margin-bottom: 2rem;
}

@media screen and (max-width: 768px) {
  .gallery-list .block-wrap {
    margin: 0 -5px -20px; }
    .gallery-list .block-wrap .col {
      padding: 0 5px;
      margin-bottom: 20px; }
  .gallery-list .block-content .col-grid {
    margin-bottom: 1rem;
  } }

.video-item .img {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
  .video-item .img::after {
    content: '';
    pointer-events: none;
    z-index: 10;
    display: block;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: .3s all ease-in-out;    width: 60px;
    height: 60px;
    background: url("../img/icon/play.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center; }
    @media screen and (max-width: 1024px) {
      .video-item .img::after {
        width: 40px;
        height: 40px; } }
  .video-item .img a {
    position: relative;
    display: block;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%; }
    .video-item .img a img {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      -o-object-fit: cover;
         object-fit: cover;
      transition: .3s ease-in-out all; }

.video-item .headline {
  padding-top: 1rem;
}

@media (min-width: 1024.1px) {
  .video-item .headline {
    padding-top: 1.25rem;
  } }

.video-item:hover .headline a {
  --tw-text-opacity: 1;
  color: rgb(171 131 95 / var(--tw-text-opacity));
}

.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
  .gallery-item .img a {
    position: relative;
    display: block;
    height: 0;
    overflow: hidden;
    padding-top: 100%; }
    .gallery-item .img a img {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      -o-object-fit: cover;
         object-fit: cover;
      transition: .3s ease-in-out all; }
  .gallery-item .txt {
  pointer-events: none;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  transition: .3s all ease-in-out;    background: linear-gradient(235deg, rgba(182, 153, 125, 0.8) 0%, rgba(96, 64, 46, 0.8) 100%);
}
    .gallery-item .txt a {
  height: 100%;
  width: 100%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;      justify-content: center;
}
      .gallery-item .txt a * {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));        font-size: clamp(15px, 1.04167rem, 20px);
}
      .gallery-item .txt a em {
        font-size: 20px;
        margin-bottom: 0.5rem;
        line-height: 1 }
      .gallery-item .txt a span {
        font-size: clamp(15px, 1.04167rem, 20px); }
  .gallery-item:hover .txt {
  opacity: 1;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition: .3s all ease-in-out;
}
    .gallery-item:hover .txt span {
  text-decoration-line: underline;
}

.about-banner {
  position: relative;
}
  .about-banner::after {
    content: '';
    height: 28.125rem;
    pointer-events: none;
    bottom: -1px;
    z-index: 10;
    display: block;
    width: 100%;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transition: .3s all ease-in-out;    background: url("../img/overlay/cloud-3.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center; }
    @media screen and (max-width: 1024px) {
      .about-banner::after {
        height: 12.5rem; }
    .about-banner .img a {
      position: relative;
      display: block;
      height: 0;
      overflow: hidden;
      padding-top: 73.33333%; }
      .about-banner .img a img {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        -o-object-fit: cover;
           object-fit: cover;
        transition: .3s ease-in-out all; } }

@media (min-width: 1024.1px) {
  .about-banner .img a {
    position: relative;
    display: block;
    height: 0;
    overflow: hidden;
    padding-top: 34.375%; }
    .about-banner .img a img {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      -o-object-fit: cover;
         object-fit: cover;
      transition: .3s ease-in-out all; }
  .about-banner .txt {
    max-width: 43%; } }
  @media screen and (max-width: 576px) {
    .about-banner .desc {
    padding: 1rem;      background: rgba(255, 255, 255, 0.75);
  } }

.about-develop .zone-desc, .about-oem .zone-desc, .about-recruit .zone-desc, .about-export .zone-desc {
  margin-bottom: 1.04167rem; }

.about-develop .tab-nav, .about-oem .tab-nav, .about-recruit .tab-nav, .about-export .tab-nav {
  margin-bottom: 1.45833rem; }
  @media screen and (max-width: 576px) {
    .about-develop .tab-nav, .about-oem .tab-nav, .about-recruit .tab-nav, .about-export .tab-nav {
    overflow-x: auto;
  }
      .about-develop .tab-nav ul, .about-oem .tab-nav ul, .about-recruit .tab-nav ul, .about-export .tab-nav ul {
    justify-content: flex-start;
    white-space: nowrap;
    padding-bottom: 0.25rem;
  } }

.about-develop .img, .about-oem .img, .about-recruit .img, .about-export .img {
  overflow: hidden;
  border-radius: 4px;
}
  .about-develop .img a, .about-oem .img a, .about-recruit .img a, .about-export .img a {
    position: relative;
    display: block;
    height: 0;
    overflow: hidden;
    padding-top: 66.5625%; }
    .about-develop .img a img, .about-oem .img a img, .about-recruit .img a img, .about-export .img a img {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      -o-object-fit: cover;
         object-fit: cover;
      transition: .3s ease-in-out all; }

.about-develop .txt .desc p:not(:last-child), .about-oem .txt .desc p:not(:last-child), .about-recruit .txt .desc p:not(:last-child), .about-export .txt .desc p:not(:last-child) {
  margin-bottom: 1rem;
}

.about-develop .sub-title, .about-oem .sub-title, .about-recruit .sub-title, .about-export .sub-title {
  margin-bottom: 0.83333rem; }

.about-develop .scollbar-wrap, .about-oem .scollbar-wrap, .about-recruit .scollbar-wrap, .about-export .scollbar-wrap {
  height: 19.27083rem; }

@media screen and (max-width: 768px) {
  .about-develop .tab-nav {
    overflow-x: auto;
  }
    .about-develop .tab-nav ul {
    justify-content: flex-start;
    white-space: nowrap;
    padding-bottom: 0.25rem;
  } }

.about-export .txt .sub-title {
  margin-bottom: 1.5625rem; }

.about-export .item, .about-export .country {
  text-align: left;
}
  @media screen and (max-width: 576px) {
    .about-export .item, .about-export .country {
    text-align: center;
  } }
  .about-export .item .desc, .about-export .country .desc {
  margin-top: 0.5rem;
}

@media (min-width: 1024.1px) {
  .about-export .item .desc, .about-export .country .desc {
    margin-top: 0.9375rem; } }

.about-export .icon a {
  display: flex;
  justify-content: flex-start;
  align-items: center;  height: 2.70833rem;
  width: auto;
}
  @media screen and (max-width: 576px) {
    .about-export .icon a {
    justify-content: center;
  } }
  .about-export .icon a img {
    width: auto;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain; }

.about-export .scollbar-wrap {
  width: 100%;  height: 20.83333rem;
}
  @media screen and (min-width: 1200px) and (max-width: 1440px) {
    .about-export .scollbar-wrap {
      height: 22.91667rem; } }

.about-recruit .wrap-left {
  margin-top: 1rem;
}

@media (min-width: 1024.1px) {
  .about-recruit .wrap-left {
    margin-top: 1.5625rem; } }

@media screen and (max-width: 350px) {
  .about-recruit .tab-nav {
    overflow-x: auto;
  }
    .about-recruit .tab-nav ul {
    justify-content: flex-start;
    white-space: nowrap;
    padding-bottom: 0.25rem;
  } }

.about-history {
  position: relative;
}
  .about-history::after {
    content: '';
    height: 28.125rem;
    pointer-events: none;
    top: -1px;
    z-index: 10;
    display: block;
    width: 100%;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transition: .3s all ease-in-out;    background: url("../img/overlay/cloud-4.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center; }
    @media screen and (max-width: 1024px) {
      .about-history::after {
        height: 12.5rem; } }
  @media screen and (max-width: 576px) {
    .about-history .swiper-nav-wrap {
    padding-top: 0.5rem;
  } }
  .about-history .container {
  position: relative;
  z-index: 30;
}
  @media screen and (max-width: 1024px) {
    .about-history .swiper-history-thumb {
      order: 2;
      width: 100% } }

@media (min-width: 1024.1px) {
  .about-history .swiper-history-thumb {
    margin-top: 2.60417rem; } }
  .about-history .swiper-history-thumb .swiper {
    padding: 0 10px; }
  .about-history .swiper-history-thumb .years {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;    justify-content: flex-start;
    height: 7.29167rem;
}
  .about-history .swiper-history-thumb .title {
  font-weight: 600;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(171 131 95 / var(--tw-text-opacity));
  display: flex;
  justify-content: center;
  align-items: center;    font-size: clamp(20px, 1.25rem, 24px);
}
  .about-history .swiper-history-thumb .swiper-slide:nth-child(even) .years {
    justify-content: flex-end; }
  .about-history .swiper-history-thumb .swiper-slide:nth-child(odd).swiper-slide-thumb-active .arrow-please span::before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);    top: unset;
    bottom: 1.82292rem;
}
  .about-history .swiper-history-thumb .swiper-slide:nth-child(odd).swiper-slide-thumb-active .arrow-please span::after {
    top: unset;
    bottom: 100%; }
  .about-history .swiper-history-thumb .swiper-slide.swiper-slide-thumb-active .title {
  --tw-text-opacity: 1;
  color: rgb(171 131 95 / var(--tw-text-opacity));
}
  .about-history .swiper-history-thumb .swiper-slide.swiper-slide-thumb-active .arrow-please span {
  position: relative;
  opacity: 1;
}
    .about-history .swiper-history-thumb .swiper-slide.swiper-slide-thumb-active .arrow-please span::before {
      content: '';
      pointer-events: none;
      z-index: 10;
      display: block;
      border-radius: 9999px;
      --tw-bg-opacity: 1;
      background-color: rgb(171 131 95 / var(--tw-bg-opacity));
      transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
      transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
      transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-duration: 150ms;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      transition: .3s all ease-in-out;      top: 2.08333rem;
      height: 5px;
      width: 5px; }
    .about-history .swiper-history-thumb .swiper-slide.swiper-slide-thumb-active .arrow-please span::after {
      content: '';
      pointer-events: none;
      position: absolute;
      top: 100%;
      z-index: 10;
      display: block;
      --tw-bg-opacity: 1;
      background-color: rgb(171 131 95 / var(--tw-bg-opacity));
      transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
      transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
      transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-duration: 150ms;
      left: 50%;
      transform: translateX(-50%);
      transition: .3s all ease-in-out;      height: 1.5625rem;
      width: 1px; }
  .about-history .swiper-history-thumb .swiper-slide.swiper-slide-thumb-active .arrow-please::before, .about-history .swiper-history-thumb .swiper-slide.swiper-slide-thumb-active .arrow-please::after {
  --tw-bg-opacity: 1;
  background-color: rgb(171 131 95 / var(--tw-bg-opacity));
}
  .about-history .arrow-please {
    height: 26px;
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 50%;
    transform: translateY(-50%) }
    .about-history .arrow-please span {
  pointer-events: none;
  position: relative;
  z-index: 50;
  display: block;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  opacity: 0;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition: .3s all ease-in-out;      height: 9px;
      width: 9px;
}
    .about-history .arrow-please::before, .about-history .arrow-please::after {
  position: absolute;
  left: 0px;
  z-index: 30;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(214 214 214 / var(--tw-bg-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition: .3s all ease-in-out;      content: '';
      height: 13.2px;
}
    .about-history .arrow-please::before {
  top: 1px;      transform: skew(45deg);
}
    .about-history .arrow-please::after {
  bottom: 0px;      transform: skew(-45deg);
}
  .about-history .swiper-history-main {
  margin-top: 2rem;
}
    @media screen and (max-width: 1024px) {
      .about-history .swiper-history-main {
        order: 3; } }

@media (min-width: 1024.1px) {
  .about-history .swiper-history-main {
    margin-top: 2.34375rem; } }
    .about-history .swiper-history-main .img-wrap {
  overflow: hidden;
  border-radius: 4px;
}
      .about-history .swiper-history-main .img-wrap a {
        position: relative;
        display: block;
        height: 0;
        overflow: hidden;
        padding-top: 66.5625%; }
        .about-history .swiper-history-main .img-wrap a img {
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          -o-object-fit: cover;
             object-fit: cover;
          transition: .3s ease-in-out all; }
    .about-history .swiper-history-main .row {
  margin: 0px;
  padding: 0px;
}
      .about-history .swiper-history-main .row .col {
  margin: 0px;
  padding: 0px;
}
    .about-history .swiper-history-main .txt {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;      padding: 1.5625rem;
}
      @media screen and (min-width: 1280px) {
        .about-history .swiper-history-main .txt {
          padding: 2.08333rem; } }
    .about-history .swiper-history-main .title {
  margin-bottom: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(171 131 95 / var(--tw-text-opacity));
  display: flex;
  justify-content: flex-start;
  align-items: center;      font-size: clamp(32px, 2.08333rem, 40px);
}

@media (min-width: 1024.1px) {
  .about-history .swiper-history-main .title {
    margin-bottom: 1.5rem;
  } }
  .about-history .img-wrap a {
    position: relative;
    display: block;
    height: 0;
    overflow: hidden;
    padding-top: 66.5625%; }
    .about-history .img-wrap a img {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      -o-object-fit: cover;
         object-fit: cover;
      transition: .3s ease-in-out all; }
  @media screen and (max-width: 576px) {
    .about-history .swiper-nav-wrap {
    display: none;
  } }

.about-info .desc p:not(:last-child) {
  margin-bottom: 1rem;
}

.about-info .img {
  position: relative;
}
  .about-info .img::after {
    content: '';
    pointer-events: none;
    z-index: 10;
    display: block;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: .3s all ease-in-out;    width: 60px;
    height: 60px;
    background: url("../img/icon/play.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center; }
    @media screen and (max-width: 1024px) {
      .about-info .img::after {
        width: 40px;
        height: 40px; } }
  .about-info .img a {
    position: relative;
    display: block;
    height: 0;
    overflow: hidden;
    padding-top: 56.33588%; }
    .about-info .img a img {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      -o-object-fit: cover;
         object-fit: cover;
      transition: .3s ease-in-out all; }

.about-message .row {
  justify-content: space-between;
}

.about-message .position {
  font-weight: 500;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(71 74 80 / var(--tw-text-opacity));  font-size: clamp(28px, 1.66667rem, 32px);
}

.about-message .name {
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(171 131 95 / var(--tw-text-opacity));  font-size: clamp(15px, 0.9375rem, 18px);
}

.about-message .desc {
  text-align: justify;  margin: 1.04167rem 0;
}

@media (min-width: 1024.1px) {
  .about-message .txt {
    padding-top: 3.125rem; } }

.about-message .italic-title {
  margin-bottom: 1rem;
  font-family: 'Beau Rivage', cursive;
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgb(171 131 95 / var(--tw-text-opacity));  font-size: clamp(42px, 3.125rem, 60px);
}
  @media screen and (max-width: 1024px) {
    .about-message .italic-title {
    text-align: center;
  } }

@media (min-width: 1024.1px) {
  .about-message .italic-title {
    margin-bottom: 1.25rem;
    font-size: clamp(60px, 3.64583rem, 70px); } }

.about-message .qoutes {
  position: relative;
}
  @media screen and (max-width: 1024px) {
    .about-message .qoutes {
      padding: 0 45px; } }

@media (min-width: 1024.1px) {
  .about-message .qoutes {
    padding-left: 70px; } }
  .about-message .qoutes::before, .about-message .qoutes::after {
    content: '';
    pointer-events: none;
    position: absolute;
    z-index: 20;
    display: inline-block;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition: .3s all ease-in-out;    width: 51px;
    height: 51px;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: center !important; }
    @media screen and (max-width: 1024px) {
      .about-message .qoutes::before, .about-message .qoutes::after {
        width: 32px;
        height: 32px; } }
  .about-message .qoutes::before {
    top: 0;
    left: 0;
    background: url("../img/icon/q-left.svg"); }
  .about-message .qoutes::after {
    bottom: 0;
    background: url("../img/icon/q-right.svg"); }

@media (min-width: 1024.1px) {
  .about-message .qoutes::after {
    left: 100%;
  } }
    @media screen and (max-width: 1024px) {
      .about-message .qoutes::after {
    right: 0px;
  } }

.about-message .bg-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 1024.1px) {
  .about-message .bg-wrap {
    justify-content: flex-end;
  } }
  .about-message .bg-wrap::after {
    content: '';
    pointer-events: none;
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: 10;
    display: block;
    height: 100%;
    width: 100%;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition: .3s all ease-in-out;    background: url("../img/bg/about-bg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center; }

@media (min-width: 1024.1px) {
  .about-message .bg-wrap::after {
    width: 110%;
    height: 110%;
    right: -16%; } }

.about-message .img {
  position: relative;
  z-index: 40;
}

@media (min-width: 1024.1px) {
  .about-message .img {
    margin-left: auto;
  } }
  .about-message .img a {
    max-width: 370px;
    width: 100%;    height: 31.25rem;
    width: auto; }
    .about-message .img a img {
      width: auto;
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain; }

.about-vision .tab-wrapper {
  margin-top: 1.25rem;
}

.about-vision .img {
  overflow: hidden;
  border-radius: 4px;
}
  .about-vision .img a {
    position: relative;
    display: block;
    height: 0;
    overflow: hidden;
    padding-top: 66.5625%; }
    .about-vision .img a img {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      -o-object-fit: cover;
         object-fit: cover;
      transition: .3s ease-in-out all; }

.global-breadcrumb {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;  min-height: 50px;
  background: #F1EBE2;
  box-shadow: 5px 5px 25px 0px #0000000F;
}
  .global-breadcrumb .container {
  padding: 0px;
}
  .global-breadcrumb ol {
  list-style-type: none;
  padding: 0px;
}
    .global-breadcrumb ol li {
  position: relative;
  display: inline-flex;
  line-height: 1;      padding: 0 14px;
}
      .global-breadcrumb ol li:after {
        content: '\f054';
        font-family: 'Font Awesome 6 Pro';
        pointer-events: none;
        left: 100%;
        z-index: 10;
        display: block;
        font-weight: 300;
        --tw-text-opacity: 1;
        color: rgb(51 51 51 / var(--tw-text-opacity));
        position: absolute;
        top: 50%;
        transform: translateY(-50%);        font-size: 12px;
        height: 12px;
        width: 12px; }
        @media screen and (max-width: 1024px) {
          .global-breadcrumb ol li:after {
            font-size: 14px; } }
      .global-breadcrumb ol li:last-child:after {
  display: none;
}
      .global-breadcrumb ol li:last-child a {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}
      .global-breadcrumb ol li a, .global-breadcrumb ol li span {
        font-size: 14px;
        font-weight: 400;
        --tw-text-opacity: 1;
        color: rgb(133 133 133 / var(--tw-text-opacity)) }
        .global-breadcrumb ol li a.active span, .global-breadcrumb ol li span.active span {
  --tw-text-opacity: 1;
  color: rgb(171 131 95 / var(--tw-text-opacity));
}

.modulepager {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 2rem;  padding-bottom: 30px;
}
  .modulepager ul {
    padding: 0;
    margin: 0;
    position: relative; }
    .modulepager ul li {
      display: inline-block;
      padding: 0 4px; }
      .modulepager ul li.active a, .modulepager ul li.active span {
  --tw-bg-opacity: 1;
  background-color: rgb(171 131 95 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
      .modulepager ul li:hover a, .modulepager ul li:hover span {
  text-decoration-line: underline;
}
      .modulepager ul li span, .modulepager ul li a {
        transition: .3s all  ease-in-out;
        border-radius: 8px;
        border: 1px solid #C4C4C4;
        width: 44px;
        height: 44px;
        font-size: 14px;
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity));
        font-weight: 500;
        line-height: 1;
        --tw-text-opacity: 1;
        color: rgb(71 74 80 / var(--tw-text-opacity));
        display: flex;
        justify-content: center;
        align-items: center }
        @media screen and (max-width: 1024px) {
          .modulepager ul li span, .modulepager ul li a {
            height: 32px;
            width: 32px; } }

.top-banner .img-wrap {
  position: relative;
}
  @media screen and (max-width: 1024px) {
    .top-banner .img-wrap {
      position: relative;
      display: block;
      height: 0;
      overflow: hidden;
      padding-top: 56.25%; }
      .top-banner .img-wrap img {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        -o-object-fit: cover;
           object-fit: cover;
        transition: .3s ease-in-out all; } }

@media (min-width: 1024.1px) {
  .top-banner .img-wrap {
    position: relative;
    display: block;
    height: 0;
    overflow: hidden;
    padding-top: 24.47917%; }
    .top-banner .img-wrap img {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      -o-object-fit: cover;
         object-fit: cover;
      transition: .3s ease-in-out all; } }

.home-about {
  padding: 3.125rem 0;
  position: relative }

@media (min-width: 1024.1px) {
  .home-about {
    padding: 4.6875rem 0 27.60417rem; }
    .home-about::after {
      content: '';
      pointer-events: none;
      position: absolute;
      left: 0px;
      bottom: -2px;
      z-index: 10;
      display: block;
      height: 220px;
      width: 100%;
      transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
      transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
      transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-duration: 150ms;
      transition: .3s all ease-in-out;      background: url("../img/overlay/cloud-1.png");
      background-repeat: no-repeat;
      background-size: 100% 100%;
      background-position: center; } }
  .home-about .wrap-left {
  margin-bottom: 1.5rem;
}

@media (min-width: 1024.1px) {
  .home-about .wrap-left {
    margin-bottom: 2.08333rem; } }
  .home-about .item {
  overflow: hidden;
  border-radius: 8px;
}
    .home-about .item .txt {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .3s all ease-in-out;
}
    .home-about .item:hover .txt {
  --tw-bg-opacity: 1;
  background-color: rgb(171 131 95 / var(--tw-bg-opacity));
}
      .home-about .item:hover .txt .desc {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
  .home-about .desc strong {
  font-weight: 700;
}
  @media screen and (max-width: 1024px) {
    .home-about .row {
      margin: 0 -5px -10px; }
      .home-about .row .col {
        padding: 0 5px;
        margin-bottom: 10px; } }

@media screen and (max-width: 768px) {
  .home-gallery .row {
    margin: 0 -5px -10px; }
    .home-gallery .row .col {
      padding: 0 10px;
      margin-bottom: 10px !important; }
  .home-gallery .wrap {
    flex-wrap: wrap;
  display: flex;
  justify-content: center;    margin: 0 -5px -10px -5px;
  }
    .home-gallery .wrap .item {
      padding: 0 5px;
      margin-bottom: 10px;
      width: 50%; } }

@media (min-width: 768px) {
  .home-gallery .wrap .img:first-child {
    margin-bottom: 32px; } }

.home-gallery .item {
  display: block;
  width: 100%;
}

.home-gallery .img {
  display: block;
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
}
  .home-gallery .img a {
  width: 100%;    position: relative;
    display: block;
    height: 0;
    overflow: hidden;
    padding-top: 100%;
}
    .home-gallery .img a img {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      -o-object-fit: cover;
         object-fit: cover;
      transition: .3s ease-in-out all; }

.primary-banner {
  position: relative;
  overflow: hidden;
}
  .primary-banner .banner-container {
  position: relative;
}
    @media screen and (max-width: 1200px) {
      .primary-banner .banner-container {
        position: relative;
        display: block;
        height: 0;
        overflow: hidden;
        padding-top: 73.33333%; }
        .primary-banner .banner-container .swiper {
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0; } }
  .primary-banner .txt-wrap {
  z-index: 30;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);    bottom: 6.25rem;
    width: 80%;
}
    @media screen and (max-width: 576px) {
      .primary-banner .txt-wrap {
        bottom: 2.60417rem;
        width: 100% } }
  .primary-banner .wrap {
  position: relative;
}
    .primary-banner .wrap::after {
      content: '';
      pointer-events: none;
      position: absolute;
      left: 0px;
      bottom: 0px;
      z-index: 10;
      display: block;
      height: 100%;
      width: 100%;
      transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
      transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
      transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-duration: 150ms;
      transition: .3s all ease-in-out;      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%); }
  .primary-banner .img {
  position: relative;
}
    @media screen and (min-width: 1200.1px) {
      .primary-banner .img a {
        display: block;
        height: calc( 100vh - 100px);
        width: auto; }
        .primary-banner .img a img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover; } }
    @media screen and (max-width: 1200px) {
      .primary-banner .img a {
        position: relative;
        display: block;
        height: 0;
        overflow: hidden;
        padding-top: 73.33333%; }
        .primary-banner .img a img {
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          -o-object-fit: cover;
             object-fit: cover;
          transition: .3s ease-in-out all; } }
  .primary-banner .swiper-pagination {
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
    bottom: 3.125rem !important;
    display: flex;
    justify-content: center;
    align-items: center }
    @media screen and (max-width: 576px) {
      .primary-banner .swiper-pagination {
        bottom: 0.78125rem !important; } }
  .primary-banner .title {
  margin-bottom: 0.5rem;
  font-weight: 400;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));    font-size: clamp(32px, 2.5rem, 48px);
}

@media (min-width: 1024.1px) {
  .primary-banner .title {
    margin-bottom: 0.75rem;
  } }
    .primary-banner .title * {
  font-weight: 400;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));      font-size: clamp(32px, 2.5rem, 48px);
}
    @media screen and (max-width: 576px) {
      .primary-banner .title {
        font-size: clamp(24px, 1.45833rem, 28px); }
        .primary-banner .title * {
          font-size: clamp(24px, 1.45833rem, 28px); } }
  .primary-banner .desc {
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));    font-size: clamp(20px, 1.45833rem, 28px);
}
    .primary-banner .desc * {
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));      font-size: clamp(20px, 1.45833rem, 28px);
}
    @media screen and (max-width: 576px) {
      .primary-banner .desc {
        font-size: clamp(14px, 1.04167rem, 20px); }
        .primary-banner .desc * {
          font-size: clamp(14px, 1.04167rem, 20px); } }
  .primary-banner .swiper-pagination-bullet {
  position: relative;
  overflow: hidden;
  border-radius: 9999px;
  border-width: 1px;
  border-color: transparent;
  background-color: transparent;
  opacity: 1;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .3s all ease-in-out;    height: 16px;
    width: 16px;
}
    .primary-banner .swiper-pagination-bullet::after {
      content: '';
      pointer-events: none;
      z-index: 10;
      display: block;
      height: 8px;
      width: 8px;
      border-radius: 9999px;
      transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
      transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
      transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-duration: 150ms;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%,-50%);
      transition: .3s all ease-in-out;      background: #DAD8D8; }
    .primary-banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  opacity: 1;
}
      .primary-banner .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
        content: '';
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity)) }

.home-history {
  --tw-bg-opacity: 1;
  background-color: rgb(248 245 240 / var(--tw-bg-opacity));  padding-top: 3.125rem;
}
  .home-history .section-title {
  position: relative;
}

@media (min-width: 1024.1px) {
  .home-history .section-title {
    max-width: 60%; } }
    .home-history .section-title span {
  position: relative;
  z-index: 10;
  font-weight: 700;
  text-transform: uppercase;      font-size: clamp(36px, 2.39583rem, 46px);
}

@media (min-width: 1200.1px) {
  .home-history .section-title span {
    font-size: clamp(40px, 3.125rem, 60px);
    max-width: 60%; } }
      @media screen and (min-width: 1440px) {
        .home-history .section-title span {
          font-size: clamp(60px, 3.75rem, 72px); } }
      @media screen and (min-width: 1600px) {
        .home-history .section-title span {
          font-size: clamp(60px, 3.75rem, 72px); } }
    .home-history .section-title img {
  z-index: 20;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);      mix-blend-mode: lighten;
}
  .home-history .desc {
    padding: 1.25rem 0; }

@media (min-width: 1024.1px) {
  .home-history .desc {
    padding: 2.60417rem 0 3.125rem; } }
    .home-history .desc strong {
  font-weight: 700;
}
      .home-history .desc strong * {
  font-weight: 700;
}
  .home-history .row {
    margin: 0 -7px -12px; }
    .home-history .row .col {
      padding: 0 7px;
      margin-bottom: 12px; }
  .home-history .img {
  overflow: hidden;
  border-radius: 8px;
}
    .home-history .img a {
      position: relative;
      display: block;
      height: 0;
      overflow: hidden;
      padding-top: 56.07477%; }
      .home-history .img a img {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        -o-object-fit: cover;
           object-fit: cover;
        transition: .3s ease-in-out all; }
    .home-history .img img {
      filter: grayscale(1); }
    .home-history .img:hover img {
      filter: grayscale(0); }

.home-news .wrap-left {
  margin: 1.04167rem 0 1.66667rem; }

@media (min-width: 1024.1px) {
  .home-news .wrap-left {
    margin-top: 1.66667rem; } }

.news-item .img {
  overflow: hidden;
  border-radius: 4px;
}
  .news-item .img a {
    position: relative;
    display: block;
    height: 0;
    overflow: hidden;
    padding-top: 66.44737%; }
    .news-item .img a img {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      -o-object-fit: cover;
         object-fit: cover;
      transition: .3s ease-in-out all; }

.news-item time {
  padding: 0.9375rem 0 0.20833rem; }

.news-item:hover .desc a {
  --tw-text-opacity: 1;
  color: rgb(171 131 95 / var(--tw-text-opacity));
}

.home-product .wrap-left {
  margin: 1.04167rem 0 1.66667rem; }

@media (min-width: 1024.1px) {
  .home-product .wrap-left {
    margin-top: 1.66667rem; } }

.home-product .img {
  overflow: hidden;
  border-radius: 8px;
}
  .home-product .img a {
    position: relative;
    display: block;
    height: 0;
    overflow: hidden;
    padding-top: 100%; }
    .home-product .img a img {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      -o-object-fit: cover;
         object-fit: cover;
      transition: .3s ease-in-out all; }

@media screen and (max-width: 576px) {
  .investor-document .title-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
  } }

.investor-document .custom-select select {
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity));  font-size: 14px;
}
  .investor-document .custom-select select * {
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity));    font-size: 14px;
}

.investor-document .block-title {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

@media (min-width: 576px) {
  .investor-document .block-title {
    margin-bottom: 0px;
    margin-left: 0px;
    text-align: left;
  } }

.investor-document .title-wrap {
  margin-bottom: 1rem;
}

@media (min-width: 1024.1px) {
  .investor-document .title-wrap {
    margin-bottom: 1.5625rem; } }

@media screen and (max-width: 576px) {
  .investor-document .block-wrap .row {
    margin: 0 -5px -10px -5px; }
    .investor-document .block-wrap .row .col {
      padding: 0 5px;
      margin-bottom: 10px; } }

.investor-document .btn-view-more {
  --tw-text-opacity: 1;
  color: rgb(71 74 80 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  transition: .3s all ease-in-out;
}
  .investor-document .btn-view-more * {
  --tw-text-opacity: 1;
  color: rgb(71 74 80 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition: .3s all ease-in-out;
}
  .investor-document .btn-view-more em {
    font-size: 16px;
    margin-right: 0.5rem;
    margin-left: 0px }
  .investor-document .btn-view-more span {
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(71 74 80 / var(--tw-text-opacity));    font-size: clamp(14px, 0.83333rem, 16px);
}
  .investor-document .btn-view-more:hover span {
  text-decoration-line: underline;
}
  .investor-document .btn-view-more:first-child {
  margin-right: 1.25rem;
}

.document-item {
  border-radius: 4px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition: .3s all ease-in-out;  padding: 1.04167rem;
}
  .document-item .headline {
    margin-bottom: 1.04167rem; }
  .document-item:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(171 131 95 / var(--tw-bg-opacity));
}
    .document-item:hover .headline a {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
    .document-item:hover .btn-view-more span, .document-item:hover .btn-view-more em {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.filter-item {
  display: flex;
  align-items: center;
}
  .filter-item span {
  margin-right: 0.75rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));    font-size: clamp(15px, 0.9375rem, 18px);
}

.document-list .block-wrap {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.09);
}

@media screen and (max-width: 1024px) {
  .document-list .block-title {
    margin-bottom: 2rem;
  } }

.document-list .tab-nav {
  padding-bottom: 0.5rem;
}
  .document-list .tab-nav ul {
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(171 131 95 / var(--tw-border-opacity));
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
  .document-list .tab-nav li:first-child {
  padding-left: 0px;
}
    .document-list .tab-nav li:first-child a {
  padding-left: 0px;
}
  .document-list .tab-nav li a {
  font-weight: 700;
}
  .document-list .tab-nav li.active {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
    .document-list .tab-nav li.active a {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(171 131 95 / var(--tw-text-opacity));
}

.document-list .table-wrap table {
  width: 100%;
}

@media screen and (max-width: 576px) {
  .document-list .table-wrap tr {
    display: flex;
    flex-direction: column;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  } }

.document-list .table-wrap tr td {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: left;
}
  @media screen and (max-width: 576px) {
    .document-list .table-wrap tr td {
    width: 100%;
    padding: 0.5rem;
  } }

@media (min-width: 576px) {
  .document-list .table-wrap tr td:first-child {
    width: 140px; }
  .document-list .table-wrap tr td:last-child {
    width: 60px; } }
  .document-list .table-wrap tr td time {
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(171 131 95 / var(--tw-text-opacity));
}
    @media screen and (max-width: 576px) {
      .document-list .table-wrap tr td time {
        font-size: clamp(13px, 0.72917rem, 14px); } }
  .document-list .table-wrap tr td .item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
    .document-list .table-wrap tr td .item a {
      font-size: clamp(13px, 0.83333rem, 16px);
      --tw-text-opacity: 1;
      color: rgb(17 17 17 / var(--tw-text-opacity));
      transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
      transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
      transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-duration: 150ms;
      transition: .3s all ease-in-out }
    .document-list .table-wrap tr td .item:hover {
  --tw-text-opacity: 1;
  color: rgb(171 131 95 / var(--tw-text-opacity));
}
      .document-list .table-wrap tr td .item:hover span {
  --tw-text-opacity: 1;
  color: rgb(171 131 95 / var(--tw-text-opacity));
}
  .document-list .table-wrap tr td .icon {
  margin-right: 1rem;    display: flex;
    height: 2.08333rem;
    min-width: 2.08333rem;
    width: auto;
}
    .document-list .table-wrap tr td .icon img {
      width: auto;
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain; }

.document-list .table-wrap tr .btn-download {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 576px) {
  .document-list .table-wrap tr .btn-download {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  } }
  .document-list .table-wrap tr .btn-download em {
    font-size: 20px; }
  .document-list .table-wrap tr .btn-download:hover em {
  --tw-text-opacity: 1;
  color: rgb(171 131 95 / var(--tw-text-opacity));
}

.document-list .table-wrap tr:nth-child(even) td {
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 243 / var(--tw-bg-opacity));
}

.investor-zone .item:hover .title {
  --tw-border-opacity: 1;
  border-left-color: rgb(171 131 95 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(171 131 95 / var(--tw-text-opacity));
}
  .investor-zone .item:hover .title a {
  --tw-text-opacity: 1;
  color: rgb(171 131 95 / var(--tw-text-opacity));
}

.investor-zone .img {
  overflow: hidden;
  border-radius: 4px;
}
  .investor-zone .img a {
    position: relative;
    display: block;
    height: 0;
    overflow: hidden;
    padding-top: 66.25%; }
    .investor-zone .img a img {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      -o-object-fit: cover;
         object-fit: cover;
      transition: .3s ease-in-out all; }

.investor-zone .title {
  position: relative;
  margin-top: 0.75rem;
  border-left-width: 4px;
  --tw-border-opacity: 1;
  border-left-color: rgb(13 18 20 / var(--tw-border-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(13 18 20 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition: .3s all ease-in-out;  font-size: clamp(20px, 1.25rem, 24px);
}
  .investor-zone .title * {
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(13 18 20 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition: .3s all ease-in-out;    font-size: clamp(20px, 1.25rem, 24px);
}

.news-detail .block-wrap {
  overflow: hidden;
  border-radius: 4px;  padding: 1.04167rem;
}

@media (min-width: 1024.1px) {
  .news-detail .block-wrap {
    padding: 1.66667rem; } }

.news-detail .wrap-left {
  align-items: center;
}

.news-detail .block-title {
  padding: 0.83333rem 0 1.04167rem;
  border-bottom: 2px solid #EEE6DF; }

.news-detail time {
  margin-right: 1.25rem;
  margin-bottom: 0px;
}

.news-detail .type {
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(171 131 95 / var(--tw-text-opacity));  font-size: 14px;
}

.news-side {
  display: flex;
  justify-content: flex-start;
  align-items: center;  align-items: flex-start;
}
  .news-side:not(:last-child) {
  margin-bottom: 1.25rem;
}
  .news-side .img {
  overflow: hidden;
  border-radius: 4px;    min-width: 165px;
}
    @media screen and (max-width: 370px) {
      .news-side .img {
        min-width: 140px; } }
    .news-side .img a {
  display: flex;
  justify-content: center;
  align-items: center;      height: 110px;
      width: auto;
      min-width: 165px;
}
      .news-side .img a img {
        width: auto;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
  .news-side .txt {
  margin-left: 1rem;
}
  .news-side time {
  margin-bottom: 6px;
}
  .news-side:hover .desc a {
  --tw-text-opacity: 1;
  color: rgb(171 131 95 / var(--tw-text-opacity));
}

@media screen and (max-width: 768px) {
  .news-list .row {
    margin: 0 -5px -20px; }
    .news-list .row .col {
      padding: 0 5px;
      margin-bottom: 20px; } }

.news-page .news-list {
  padding-bottom: 40px; }

.news-page .modulepager {
  padding-top: 0 !important; }

.product-banner .desc {
  margin-bottom: 1.04167rem; }

@media (min-width: 1024.1px) {
  .product-banner .desc {
    margin-bottom: 1.66667rem; } }

.product-banner .container-fluid {
  padding: 0px;
}

@media screen and (min-width: 1200.1px) {
  .product-banner .img a {
    position: relative;
    display: block;
    height: 0;
    overflow: hidden;
    padding-top: 33.33333%; }
    .product-banner .img a img {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      -o-object-fit: cover;
         object-fit: cover;
      transition: .3s ease-in-out all; } }

@media screen and (max-width: 1200px) {
  .product-banner .img a {
    position: relative;
    display: block;
    height: 0;
    overflow: hidden;
    padding-top: 73.33333%; }
    .product-banner .img a img {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      -o-object-fit: cover;
         object-fit: cover;
      transition: .3s ease-in-out all; } }

.read-more-wrap.open-view .btn-view-more .txt-1 {
  display: none;
}

.read-more-wrap.open-view .btn-view-more .txt-2 {
  display: block;
}

.read-more-wrap.open-view .btn-view-more em {
  transform: rotate(180deg); }

.read-more-wrap.open-view .desc {
  height: auto !important; }

.read-more-wrap .desc {
  overflow: hidden;
}

.read-more-wrap .btn-view-more .txt-1 {
  display: block;
}

.read-more-wrap .btn-view-more .txt-2 {
  display: none;
}

.read-more-wrap .btn-view-more.disable-btn {
  pointer-events: none;
  opacity: 0;
}

.product-brand-swiper {
  margin-bottom: 1.66667rem;
  position: relative }
  .product-brand-swiper .brand-item a {
  overflow: hidden;
  border-radius: 4px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(228 228 227 / var(--tw-border-opacity));
  padding: 1rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .3s all ease-in-out;    background: #FCFAF7;
    height: 6.77083rem;
    width: auto;
}
    .product-brand-swiper .brand-item a img {
      transition: .3s all  ease-in-out;
      width: auto;
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain;
      filter: grayscale(1); }
  .product-brand-swiper .brand-item:hover a {
    background: white; }
    .product-brand-swiper .brand-item:hover a img {
      filter: none; }
  .product-brand-swiper .swiper-slide.active-zone .brand-item a {
    background: white; }
    .product-brand-swiper .swiper-slide.active-zone .brand-item a img {
      filter: none; }

.product-list .block-title {
  margin-bottom: 1.04167rem; }

.product-list .wrap-left .btn-view-more {
  padding-top: 1rem;
}

@media (min-width: 1024.1px) {
  .product-list .wrap-left .btn-view-more {
    padding-top: 1.25rem;
  } }

.product-list .tab-nav {
  padding: 1.66667rem 0; }
  .product-list .tab-nav ul {
  justify-content: flex-start;
}
  @media screen and (max-width: 1024px) {
    .product-list .tab-nav {
    overflow-x: auto;
  }
      .product-list .tab-nav ul {
    justify-content: flex-start;
    white-space: nowrap;
    padding-bottom: 0.25rem;
  } }

.product-list .grid-center {
  padding-top: 1.66667rem; }

@media screen and (max-width: 1024px) {
  .filter-display-wrapper .row {
    margin: 0 -10px -20px -10px; }
    .filter-display-wrapper .row .col {
      padding: 0 10px;
      margin-bottom: 20px; } }

.filter-display-wrapper .col {
  display: none;
}

.filter-display-wrapper .grid-center.disble-btn {
  pointer-events: none;
  opacity: 0;
}

.product-item .img {
  overflow: hidden;
  border-radius: 8px;
}
  .product-item .img a {
    position: relative;
    display: block;
    height: 0;
    overflow: hidden;
    padding-top: 100%; }
    .product-item .img a img {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      -o-object-fit: cover;
         object-fit: cover;
      transition: .3s ease-in-out all; }

.product-item .txt {
  padding-top: 0.83333rem; }

.product-item:hover .desc a {
  --tw-text-opacity: 1;
  color: rgb(171 131 95 / var(--tw-text-opacity));
}

@media (min-width: 576px) {

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

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

@media (min-width: 768px) {

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

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

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

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

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

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

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

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

@media (min-width: 1024.1px) {

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

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

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

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

  .lg\:w-10\/12 {
    width: 83.333333%;
  }

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

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

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

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

@media (min-width: 1200.1px) {

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

/*# sourceMappingURL=main.min.css.map */
