/*! tailwindcss v4.3.1 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme {
  :root, :host {
    --color-blue-600: oklch(54.6% 0.245 262.881);
    --color-white: #fff;
    --spacing: 0.25rem;
    --font-weight-thin: 100;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;
    --font-weight-black: 900;
    --radius-lg: 0.5rem;
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
}
@layer utilities {
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .inset-0 {
    inset: 0;
  }
  .top-0 {
    top: 0;
  }
  .top-\[10rem\] {
    top: 10rem;
  }
  .bottom-\[2rem\] {
    bottom: 2rem;
  }
  .left-0 {
    left: 0;
  }
  .left-1\/2 {
    left: calc(1 / 2 * 100%);
  }
  .left-\[2rem\] {
    left: 2rem;
  }
  .z-5 {
    z-index: 5;
  }
  .z-\[-1\] {
    z-index: -1;
  }
  .col-3 {
    grid-column: 3;
  }
  .col-4 {
    grid-column: 4;
  }
  .col-5 {
    grid-column: 5;
  }
  .col-6 {
    grid-column: 6;
  }
  .col-7 {
    grid-column: 7;
  }
  .col-8 {
    grid-column: 8;
  }
  .col-9 {
    grid-column: 9;
  }
  .container {
    width: 100%;
  }
  @media (width >= 40rem) {
    .container {
      max-width: 40rem;
    }
  }
  @media (width >= 48rem) {
    .container {
      max-width: 48rem;
    }
  }
  @media (width >= 64rem) {
    .container {
      max-width: 64rem;
    }
  }
  @media (width >= 80rem) {
    .container {
      max-width: 80rem;
    }
  }
  @media (width >= 96rem) {
    .container {
      max-width: 96rem;
    }
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-\[1\.2rem\] {
    margin-top: 1.2rem;
  }
  .mt-\[4rem\] {
    margin-top: 4rem;
  }
  .mt-auto {
    margin-top: auto;
  }
  .ml-auto {
    margin-left: auto;
  }
  .line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .list-item {
    display: list-item;
  }
  .table {
    display: table;
  }
  .h-\[1\.6rem\] {
    height: 1.6rem;
  }
  .h-\[2\.4rem\] {
    height: 2.4rem;
  }
  .h-\[3\.2rem\] {
    height: 3.2rem;
  }
  .h-\[3\.3rem\] {
    height: 3.3rem;
  }
  .h-\[4rem\] {
    height: 4rem;
  }
  .h-\[5\.6rem\] {
    height: 5.6rem;
  }
  .h-\[6\.4rem\] {
    height: 6.4rem;
  }
  .h-full {
    height: 100%;
  }
  .min-h-\[62rem\] {
    min-height: 62rem;
  }
  .w-100 {
    width: calc(var(--spacing) * 100);
  }
  .w-\[1\.6rem\] {
    width: 1.6rem;
  }
  .w-\[2\.4rem\] {
    width: 2.4rem;
  }
  .w-\[3\.2rem\] {
    width: 3.2rem;
  }
  .w-\[4rem\] {
    width: 4rem;
  }
  .w-\[5\.6rem\] {
    width: 5.6rem;
  }
  .w-\[6\.4rem\] {
    width: 6.4rem;
  }
  .w-\[15rem\] {
    width: 15rem;
  }
  .w-\[16rem\] {
    width: 16rem;
  }
  .w-\[50\%\] {
    width: 50%;
  }
  .w-fit {
    width: -moz-fit-content;
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .w-max {
    width: -moz-max-content;
    width: max-content;
  }
  .max-w-\[6\.5rem\] {
    max-width: 6.5rem;
  }
  .max-w-\[8rem\] {
    max-width: 8rem;
  }
  .max-w-\[14rem\] {
    max-width: 14rem;
  }
  .max-w-\[35\.6rem\] {
    max-width: 35.6rem;
  }
  .max-w-\[38\.2rem\] {
    max-width: 38.2rem;
  }
  .max-w-\[50rem\] {
    max-width: 50rem;
  }
  .max-w-\[51rem\] {
    max-width: 51rem;
  }
  .max-w-\[52rem\] {
    max-width: 52rem;
  }
  .max-w-\[59\.4rem\] {
    max-width: 59.4rem;
  }
  .max-w-\[60rem\] {
    max-width: 60rem;
  }
  .max-w-\[66rem\] {
    max-width: 66rem;
  }
  .max-w-\[68\.8rem\] {
    max-width: 68.8rem;
  }
  .max-w-\[69\.5rem\] {
    max-width: 69.5rem;
  }
  .max-w-\[69rem\] {
    max-width: 69rem;
  }
  .max-w-\[77\.2rem\] {
    max-width: 77.2rem;
  }
  .max-w-\[78\.8rem\] {
    max-width: 78.8rem;
  }
  .max-w-\[81\.1rem\] {
    max-width: 81.1rem;
  }
  .max-w-\[84rem\] {
    max-width: 84rem;
  }
  .max-w-\[90rem\] {
    max-width: 90rem;
  }
  .max-w-\[93\.2rem\] {
    max-width: 93.2rem;
  }
  .flex-24 {
    flex: 24;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row-reverse {
    flex-direction: row-reverse;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-\[0\.2rem\] {
    gap: 0.2rem;
  }
  .gap-\[0\.4rem\] {
    gap: 0.4rem;
  }
  .gap-\[0\.8rem\] {
    gap: 0.8rem;
  }
  .gap-\[1\.2rem\] {
    gap: 1.2rem;
  }
  .gap-\[1\.4rem\] {
    gap: 1.4rem;
  }
  .gap-\[1\.5rem\] {
    gap: 1.5rem;
  }
  .gap-\[1\.6rem\] {
    gap: 1.6rem;
  }
  .gap-\[1rem\] {
    gap: 1rem;
  }
  .gap-\[2\.4rem\] {
    gap: 2.4rem;
  }
  .gap-\[2\.8rem\] {
    gap: 2.8rem;
  }
  .gap-\[2rem\] {
    gap: 2rem;
  }
  .gap-\[3\.2rem\] {
    gap: 3.2rem;
  }
  .gap-\[3rem\] {
    gap: 3rem;
  }
  .gap-\[4\.8rem\] {
    gap: 4.8rem;
  }
  .gap-\[4rem\] {
    gap: 4rem;
  }
  .gap-\[5\.2rem\] {
    gap: 5.2rem;
  }
  .gap-\[5\.6rem\] {
    gap: 5.6rem;
  }
  .gap-\[5rem\] {
    gap: 5rem;
  }
  .gap-\[6\.4rem\] {
    gap: 6.4rem;
  }
  .gap-\[8\.4rem\] {
    gap: 8.4rem;
  }
  .gap-\[12rem\] {
    gap: 12rem;
  }
  .gap-y-\[0\.8rem\] {
    row-gap: 0.8rem;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded-\[0\.4rem\] {
    border-radius: 0.4rem;
  }
  .rounded-\[0\.8rem\] {
    border-radius: 0.8rem;
  }
  .rounded-\[1\.2rem\] {
    border-radius: 1.2rem;
  }
  .rounded-\[1\.6rem\] {
    border-radius: 1.6rem;
  }
  .rounded-\[2\.4rem\] {
    border-radius: 2.4rem;
  }
  .rounded-\[2rem\] {
    border-radius: 2rem;
  }
  .rounded-\[10rem\] {
    border-radius: 10rem;
  }
  .rounded-\[50\%\] {
    border-radius: 50%;
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .bg-\[\#F0F0F0\] {
    background-color: #F0F0F0;
  }
  .bg-\[\#F2B705\] {
    background-color: #F2B705;
  }
  .bg-blue-600 {
    background-color: var(--color-blue-600);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-404 {
    padding: calc(var(--spacing) * 404);
  }
  .p-\[3\.2rem\] {
    padding: 3.2rem;
  }
  .p-\[4\.8rem\] {
    padding: 4.8rem;
  }
  .p-\[4rem\] {
    padding: 4rem;
  }
  .px-\[1\.2rem\] {
    padding-inline: 1.2rem;
  }
  .px-\[1\.6rem\] {
    padding-inline: 1.6rem;
  }
  .px-\[4\.8rem\] {
    padding-inline: 4.8rem;
  }
  .py-\[0\.6rem\] {
    padding-block: 0.6rem;
  }
  .py-\[0\.8rem\] {
    padding-block: 0.8rem;
  }
  .py-\[2\.4rem\] {
    padding-block: 2.4rem;
  }
  .pt-\[3\.2rem\] {
    padding-top: 3.2rem;
  }
  .pt-\[6rem\] {
    padding-top: 6rem;
  }
  .pt-\[calc\(284\/488\*100\%\)\] {
    padding-top: calc(284 / 488 * 100%);
  }
  .pt-\[calc\(600\/696\*100\%\)\] {
    padding-top: calc(600 / 696 * 100%);
  }
  .pt-\[calc\(850\/520\*100\%\)\] {
    padding-top: calc(850 / 520 * 100%);
  }
  .pb-\[1\.6rem\] {
    padding-bottom: 1.6rem;
  }
  .text-center {
    text-align: center;
  }
  .leading-\[1\.6rem\] {
    --tw-leading: 1.6rem;
    line-height: 1.6rem;
  }
  .leading-\[2rem\] {
    --tw-leading: 2rem;
    line-height: 2rem;
  }
  .leading-\[114\%\] {
    --tw-leading: 114%;
    line-height: 114%;
  }
  .leading-\[120\%\] {
    --tw-leading: 120%;
    line-height: 120%;
  }
  .leading-\[125\%\] {
    --tw-leading: 125%;
    line-height: 125%;
  }
  .leading-\[128\%\] {
    --tw-leading: 128%;
    line-height: 128%;
  }
  .leading-\[130\%\] {
    --tw-leading: 130%;
    line-height: 130%;
  }
  .leading-\[133\%\] {
    --tw-leading: 133%;
    line-height: 133%;
  }
  .leading-\[135\%\] {
    --tw-leading: 135%;
    line-height: 135%;
  }
  .leading-\[140\%\] {
    --tw-leading: 140%;
    line-height: 140%;
  }
  .leading-\[145\%\] {
    --tw-leading: 145%;
    line-height: 145%;
  }
  .leading-\[150\%\] {
    --tw-leading: 150%;
    line-height: 150%;
  }
  .font-black {
    --tw-font-weight: var(--font-weight-black);
    font-weight: var(--font-weight-black);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-bold\! {
    --tw-font-weight: var(--font-weight-bold) !important;
    font-weight: var(--font-weight-bold) !important;
  }
  .font-extrabold {
    --tw-font-weight: var(--font-weight-extrabold);
    font-weight: var(--font-weight-extrabold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .font-thin {
    --tw-font-weight: var(--font-weight-thin);
    font-weight: var(--font-weight-thin);
  }
  .tracking-\[-0\.04rem\] {
    --tw-tracking: -0.04rem;
    letter-spacing: -0.04rem;
  }
  .text-\[\#1a1a1a\] {
    color: #1a1a1a;
  }
  .text-\[\#241C00\] {
    color: #241C00;
  }
  .text-\[\#656565\] {
    color: #656565;
  }
  .text-\[\#F2B705\] {
    color: #F2B705;
  }
  .text-\[\#f0f0f0\] {
    color: #f0f0f0;
  }
  .text-white {
    color: var(--color-white);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .opacity-80 {
    opacity: 80%;
  }
  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .duration-\[400ms\] {
    --tw-duration: 400ms;
    transition-duration: 400ms;
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .select-none {
    -webkit-user-select: none;
    -moz-user-select: none;
     -ms-user-select: none;
         user-select: none;
  }
  .backface-hidden {
    backface-visibility: hidden;
  }
  @media (hover: hover) {
    .hover\:text-\[\#f2b705\]:hover {
      color: #f2b705;
    }
  }
  @media (width < 1201px) {
    .max-\[1201px\]\:mx-auto {
      margin-inline: auto;
    }
  }
  @media (width < 1201px) {
    .max-\[1201px\]\:h-\[4\.8rem\] {
      height: 4.8rem;
    }
  }
  @media (width < 1201px) {
    .max-\[1201px\]\:w-\[4\.8rem\] {
      width: 4.8rem;
    }
  }
  @media (width < 1201px) {
    .max-\[1201px\]\:w-full {
      width: 100%;
    }
  }
  @media (width < 1201px) {
    .max-\[1201px\]\:max-w-\[40rem\] {
      max-width: 40rem;
    }
  }
  @media (width < 1201px) {
    .max-\[1201px\]\:justify-between {
      justify-content: space-between;
    }
  }
  @media (width < 1201px) {
    .max-\[1201px\]\:gap-\[0\.8rem\] {
      gap: 0.8rem;
    }
  }
  @media (width < 1201px) {
    .max-\[1201px\]\:gap-\[2\.4rem\] {
      gap: 2.4rem;
    }
  }
  @media (width < 1201px) {
    .max-\[1201px\]\:gap-\[3\.2rem\] {
      gap: 3.2rem;
    }
  }
  @media (width < 1201px) {
    .max-\[1201px\]\:gap-\[4\.8rem\] {
      gap: 4.8rem;
    }
  }
  @media (width < 1201px) {
    .max-\[1201px\]\:gap-\[4rem\] {
      gap: 4rem;
    }
  }
  @media (width < 1201px) {
    .max-\[1201px\]\:gap-\[8rem\] {
      gap: 8rem;
    }
  }
  @media (width < 1201px) {
    .max-\[1201px\]\:p-\[2\.4rem\] {
      padding: 2.4rem;
    }
  }
  @media (width < 1201px) {
    .max-\[1201px\]\:p-\[3\.2rem\] {
      padding: 3.2rem;
    }
  }
  @media (width < 1201px) {
    .max-\[1201px\]\:px-\[1\.6rem\] {
      padding-inline: 1.6rem;
    }
  }
  @media (width < 1025px) {
    .max-\[1025px\]\:items-center {
      align-items: center;
    }
  }
  @media (width < 992px) {
    .max-\[992px\]\:bottom-\[1\.2rem\] {
      bottom: 1.2rem;
    }
  }
  @media (width < 992px) {
    .max-\[992px\]\:left-\[1\.2rem\] {
      left: 1.2rem;
    }
  }
  @media (width < 992px) {
    .max-\[992px\]\:hidden {
      display: none;
    }
  }
  @media (width < 992px) {
    .max-\[992px\]\:min-h-\[50rem\] {
      min-height: 50rem;
    }
  }
  @media (width < 992px) {
    .max-\[992px\]\:w-full {
      width: 100%;
    }
  }
  @media (width < 992px) {
    .max-\[992px\]\:flex-col {
      flex-direction: column;
    }
  }
  @media (width < 992px) {
    .max-\[992px\]\:flex-col-reverse {
      flex-direction: column-reverse;
    }
  }
  @media (width < 992px) {
    .max-\[992px\]\:justify-center {
      justify-content: center;
    }
  }
  @media (width < 992px) {
    .max-\[992px\]\:gap-\[0\.8rem\] {
      gap: 0.8rem;
    }
  }
  @media (width < 992px) {
    .max-\[992px\]\:gap-\[1\.2rem\] {
      gap: 1.2rem;
    }
  }
  @media (width < 992px) {
    .max-\[992px\]\:gap-\[1\.6rem\] {
      gap: 1.6rem;
    }
  }
  @media (width < 992px) {
    .max-\[992px\]\:gap-\[2\.4rem\] {
      gap: 2.4rem;
    }
  }
  @media (width < 992px) {
    .max-\[992px\]\:gap-\[3\.2rem\] {
      gap: 3.2rem;
    }
  }
  @media (width < 992px) {
    .max-\[992px\]\:p-\[2\.4rem\] {
      padding: 2.4rem;
    }
  }
  @media (width < 992px) {
    .max-\[992px\]\:text-center {
      text-align: center;
    }
  }
  @media (width < 768px) {
    .max-\[768px\]\:hidden {
      display: none;
    }
  }
  @media (width < 768px) {
    .max-\[768px\]\:h-\[2\.4rem\] {
      height: 2.4rem;
    }
  }
  @media (width < 768px) {
    .max-\[768px\]\:h-\[3\.2rem\] {
      height: 3.2rem;
    }
  }
  @media (width < 768px) {
    .max-\[768px\]\:h-\[4rem\] {
      height: 4rem;
    }
  }
  @media (width < 768px) {
    .max-\[768px\]\:w-\[2\.4rem\] {
      width: 2.4rem;
    }
  }
  @media (width < 768px) {
    .max-\[768px\]\:w-\[3\.2rem\] {
      width: 3.2rem;
    }
  }
  @media (width < 768px) {
    .max-\[768px\]\:w-\[4rem\] {
      width: 4rem;
    }
  }
  @media (width < 768px) {
    .max-\[768px\]\:w-\[50\%\] {
      width: 50%;
    }
  }
  @media (width < 768px) {
    .max-\[768px\]\:w-full {
      width: 100%;
    }
  }
  @media (width < 768px) {
    .max-\[768px\]\:max-w-full {
      max-width: 100%;
    }
  }
  @media (width < 768px) {
    .max-\[768px\]\:flex-col {
      flex-direction: column;
    }
  }
  @media (width < 768px) {
    .max-\[768px\]\:flex-col-reverse {
      flex-direction: column-reverse;
    }
  }
  @media (width < 768px) {
    .max-\[768px\]\:justify-center {
      justify-content: center;
    }
  }
  @media (width < 768px) {
    .max-\[768px\]\:gap-\[0\.8rem\] {
      gap: 0.8rem;
    }
  }
  @media (width < 768px) {
    .max-\[768px\]\:gap-\[1\.2rem\] {
      gap: 1.2rem;
    }
  }
  @media (width < 768px) {
    .max-\[768px\]\:gap-\[1\.6rem\] {
      gap: 1.6rem;
    }
  }
  @media (width < 768px) {
    .max-\[768px\]\:gap-\[2\.4rem\] {
      gap: 2.4rem;
    }
  }
  @media (width < 768px) {
    .max-\[768px\]\:gap-\[3\.2rem\] {
      gap: 3.2rem;
    }
  }
  @media (width < 768px) {
    .max-\[768px\]\:p-\[1\.6rem\] {
      padding: 1.6rem;
    }
  }
  @media (width < 768px) {
    .max-\[768px\]\:p-\[2\.4rem\] {
      padding: 2.4rem;
    }
  }
  @media (width < 768px) {
    .max-\[768px\]\:py-\[1\.6rem\] {
      padding-block: 1.6rem;
    }
  }
  @media (width < 768px) {
    .max-\[768px\]\:text-center {
      text-align: center;
    }
  }
  @media (width < 768px) {
    .max-\[768px\]\:text-\[1\.2rem\] {
      font-size: 1.2rem;
    }
  }
  @media (width < 767px) {
    .max-\[767px\]\:gap-\[2\.4rem\] {
      gap: 2.4rem;
    }
  }
  @media (width < 577px) {
    .max-\[577px\]\:hidden {
      display: none;
    }
  }
  @media (width < 577px) {
    .max-\[577px\]\:h-\[2\.4rem\] {
      height: 2.4rem;
    }
  }
  @media (width < 577px) {
    .max-\[577px\]\:min-h-\[35rem\] {
      min-height: 35rem;
    }
  }
  @media (width < 577px) {
    .max-\[577px\]\:w-\[10rem\] {
      width: 10rem;
    }
  }
  @media (width < 577px) {
    .max-\[577px\]\:w-full {
      width: 100%;
    }
  }
  @media (width < 577px) {
    .max-\[577px\]\:max-w-\[6rem\] {
      max-width: 6rem;
    }
  }
  @media (width < 577px) {
    .max-\[577px\]\:flex-col {
      flex-direction: column;
    }
  }
  @media (width < 577px) {
    .max-\[577px\]\:items-center {
      align-items: center;
    }
  }
  @media (width < 577px) {
    .max-\[577px\]\:gap-\[0\.4rem\] {
      gap: 0.4rem;
    }
  }
  @media (width < 577px) {
    .max-\[577px\]\:gap-\[0\.8rem\] {
      gap: 0.8rem;
    }
  }
  @media (width < 577px) {
    .max-\[577px\]\:gap-\[1\.2rem\] {
      gap: 1.2rem;
    }
  }
  @media (width < 577px) {
    .max-\[577px\]\:gap-\[2\.4rem\] {
      gap: 2.4rem;
    }
  }
  @media (width < 577px) {
    .max-\[577px\]\:gap-\[3\.2rem\] {
      gap: 3.2rem;
    }
  }
  @media (width < 577px) {
    .max-\[577px\]\:gap-\[4rem\] {
      gap: 4rem;
    }
  }
  @media (width < 577px) {
    .max-\[577px\]\:overflow-hidden {
      overflow: hidden;
    }
  }
  @media (width < 577px) {
    .max-\[577px\]\:rounded-\[2\.4rem\] {
      border-radius: 2.4rem;
    }
  }
  @media (width < 577px) {
    .max-\[577px\]\:px-0 {
      padding-inline: 0;
    }
  }
  @media (width < 577px) {
    .max-\[577px\]\:text-center {
      text-align: center;
    }
  }
  @media (width < 577px) {
    .max-\[577px\]\:text-\[1\.2rem\] {
      font-size: 1.2rem;
    }
  }
  @media (width < 577px) {
    .max-\[577px\]\:text-\[1\.4rem\] {
      font-size: 1.4rem;
    }
  }
  @media (width < 577px) {
    .max-\[577px\]\:text-\[1\.6rem\] {
      font-size: 1.6rem;
    }
  }
  @media (width < 768rem) {
    .max-\[768rem\]\:h-\[3\.2rem\] {
      height: 3.2rem;
    }
  }
  @media (width < 768rem) {
    .max-\[768rem\]\:w-\[3\.2rem\] {
      width: 3.2rem;
    }
  }
  @media (width < 768rem) {
    .max-\[768rem\]\:gap-\[2\.4rem\] {
      gap: 2.4rem;
    }
  }
  @media (width >= 768) {
    .min-\[768\]\:gap-\[4\.8rem\] {
      gap: 4.8rem;
    }
  }
  @media (width >= 577px) {
    .min-\[577px\]\:absolute {
      position: absolute;
    }
  }
  @media (width >= 577px) {
    .min-\[577px\]\:flex-col {
      flex-direction: column;
    }
  }
  @media (width >= 577px) {
    .min-\[577px\]\:items-end {
      align-items: flex-end;
    }
  }
  @media (width >= 577px) {
    .min-\[577px\]\:justify-between {
      justify-content: space-between;
    }
  }
  @media (width >= 577px) {
    .min-\[577px\]\:rounded-\[2\.4rem\] {
      border-radius: 2.4rem;
    }
  }
  @media (width >= 577px) {
    .min-\[577px\]\:rounded-\[2rem\] {
      border-radius: 2rem;
    }
  }
  @media (width >= 577px) {
    .min-\[577px\]\:font-thin {
      --tw-font-weight: var(--font-weight-thin);
      font-weight: var(--font-weight-thin);
    }
  }
  @media (width >= 768px) {
    .min-\[768px\]\:mt-\[0\.8rem\] {
      margin-top: 0.8rem;
    }
  }
  @media (width >= 768px) {
    .min-\[768px\]\:mt-\[1\.6rem\] {
      margin-top: 1.6rem;
    }
  }
  @media (width >= 768px) {
    .min-\[768px\]\:line-clamp-5 {
      overflow: hidden;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 5;
    }
  }
  @media (width >= 768px) {
    .min-\[768px\]\:hidden {
      display: none;
    }
  }
  @media (width >= 768px) {
    .min-\[768px\]\:w-\[50\%\] {
      width: 50%;
    }
  }
  @media (width >= 768px) {
    .min-\[768px\]\:max-w-\[28rem\] {
      max-width: 28rem;
    }
  }
  @media (width >= 768px) {
    .min-\[768px\]\:max-w-\[42rem\] {
      max-width: 42rem;
    }
  }
  @media (width >= 768px) {
    .min-\[768px\]\:max-w-\[45rem\] {
      max-width: 45rem;
    }
  }
  @media (width >= 768px) {
    .min-\[768px\]\:max-w-\[59\.2rem\] {
      max-width: 59.2rem;
    }
  }
  @media (width >= 768px) {
    .min-\[768px\]\:max-w-\[60rem\] {
      max-width: 60rem;
    }
  }
  @media (width >= 768px) {
    .min-\[768px\]\:items-center {
      align-items: center;
    }
  }
  @media (width >= 768px) {
    .min-\[768px\]\:justify-between {
      justify-content: space-between;
    }
  }
  @media (width >= 768px) {
    .min-\[768px\]\:gap-\[3\.2rem\] {
      gap: 3.2rem;
    }
  }
  @media (width >= 768px) {
    .min-\[768px\]\:gap-\[4\.8rem\] {
      gap: 4.8rem;
    }
  }
  @media (width >= 768px) {
    .min-\[768px\]\:gap-\[4rem\] {
      gap: 4rem;
    }
  }
  @media (width >= 768px) {
    .min-\[768px\]\:gap-\[6\.4rem\] {
      gap: 6.4rem;
    }
  }
  @media (width >= 768px) {
    .min-\[768px\]\:gap-x-\[2\.8rem\] {
      -moz-column-gap: 2.8rem;
           column-gap: 2.8rem;
    }
  }
  @media (width >= 768px) {
    .min-\[768px\]\:pt-\[6\.4rem\] {
      padding-top: 6.4rem;
    }
  }
  @media (width >= 768px) {
    .min-\[768px\]\:pb-\[4\.4rem\] {
      padding-bottom: 4.4rem;
    }
  }
  @media (width >= 768px) {
    @media (width < 768px) {
      .min-\[768px\]\:max-\[768px\]\:gap-\[1\.6rem\] {
        gap: 1.6rem;
      }
    }
  }
  @media (width >= 992px) {
    .min-\[992px\]\:mt-\[2\.4rem\] {
      margin-top: 2.4rem;
    }
  }
  @media (width >= 992px) {
    .min-\[992px\]\:mt-\[4rem\] {
      margin-top: 4rem;
    }
  }
  @media (width >= 992px) {
    .min-\[992px\]\:hidden {
      display: none;
    }
  }
  @media (width >= 992px) {
    .min-\[992px\]\:max-w-\[47\.2rem\] {
      max-width: 47.2rem;
    }
  }
  @media (width >= 992px) {
    .min-\[992px\]\:max-w-\[48\.2rem\] {
      max-width: 48.2rem;
    }
  }
  @media (width >= 992px) {
    .min-\[992px\]\:max-w-\[48\.8rem\] {
      max-width: 48.8rem;
    }
  }
  @media (width >= 992px) {
    .min-\[992px\]\:max-w-\[50\.8rem\] {
      max-width: 50.8rem;
    }
  }
  @media (width >= 992px) {
    .min-\[992px\]\:max-w-\[52\.2rem\] {
      max-width: 52.2rem;
    }
  }
  @media (width >= 992px) {
    .min-\[992px\]\:max-w-\[52rem\] {
      max-width: 52rem;
    }
  }
  @media (width >= 992px) {
    .min-\[992px\]\:max-w-\[56\.5rem\] {
      max-width: 56.5rem;
    }
  }
  @media (width >= 992px) {
    .min-\[992px\]\:max-w-\[60rem\] {
      max-width: 60rem;
    }
  }
  @media (width >= 992px) {
    .min-\[992px\]\:max-w-\[67\.8rem\] {
      max-width: 67.8rem;
    }
  }
  @media (width >= 992px) {
    .min-\[992px\]\:max-w-\[69\.2rem\] {
      max-width: 69.2rem;
    }
  }
  @media (width >= 992px) {
    .min-\[992px\]\:max-w-\[94\.6rem\] {
      max-width: 94.6rem;
    }
  }
  @media (width >= 992px) {
    .min-\[992px\]\:flex-col {
      flex-direction: column;
    }
  }
  @media (width >= 992px) {
    .min-\[992px\]\:items-center {
      align-items: center;
    }
  }
  @media (width >= 992px) {
    .min-\[992px\]\:justify-between {
      justify-content: space-between;
    }
  }
  @media (width >= 992px) {
    .min-\[992px\]\:gap-\[4\.8rem\] {
      gap: 4.8rem;
    }
  }
  @media (width >= 1201px) {
    .min-\[1201px\]\:absolute {
      position: absolute;
    }
  }
  @media (width >= 1201px) {
    .min-\[1201px\]\:mt-\[7\.6rem\] {
      margin-top: 7.6rem;
    }
  }
  @media (width >= 1201px) {
    .min-\[1201px\]\:mt-\[11\.2rem\] {
      margin-top: 11.2rem;
    }
  }
  @media (width >= 1201px) {
    .min-\[1201px\]\:ml-auto {
      margin-left: auto;
    }
  }
  @media (width >= 1201px) {
    .min-\[1201px\]\:hidden {
      display: none;
    }
  }
  @media (width >= 1201px) {
    .min-\[1201px\]\:justify-end {
      justify-content: flex-end;
    }
  }
  @media (width >= 1201px) {
    .min-\[1201px\]\:gap-\[2\.4rem\] {
      gap: 2.4rem;
    }
  }
  @media (width >= 1201px) {
    .min-\[1201px\]\:rounded-\[16rem_0\.4rem\] {
      border-radius: 16rem 0.4rem;
    }
  }
}
@layer default {
  html,
  body,
  div,
  span,
  applet,
  object,
  iframe,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  blockquote,
  pre,
  a,
  abbr,
  acronym,
  address,
  big,
  cite,
  code,
  del,
  dfn,
  em,
  img,
  ins,
  kbd,
  q,
  s,
  samp,
  small,
  strike,
  strong,
  sub,
  sup,
  tt,
  var,
  b,
  u,
  i,
  center,
  dl,
  dt,
  dd,
  ol,
  ul,
  li,
  fieldset,
  form,
  label,
  legend,
  table,
  caption,
  tbody,
  tfoot,
  thead,
  tr,
  th,
  td,
  article,
  aside,
  canvas,
  details,
  embed,
  figure,
  figcaption,
  footer,
  header,
  hgroup,
  menu,
  nav,
  output,
  ruby,
  section,
  summary,
  time,
  mark,
  audio,
  video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
  }
  article,
  aside,
  details,
  figcaption,
  figure,
  footer,
  header,
  hgroup,
  menu,
  nav,
  section {
    display: block;
  }
  body {
    line-height: 1;
  }
  ol,
  ul {
    list-style: none;
  }
  blockquote,
  q {
    quotes: none;
  }
  blockquote:before,
  blockquote:after,
  q:before,
  q:after {
    content: "";
    content: none;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  :root {
    --font-title: "Nunito Sans", sans-serif;
    --font-pri: "Montserrat", sans-serif;
    --pi-4: 0.4rem;
    --pi-8: 0.8rem;
    --pi-10: 1rem;
    --pi-12: 1.2rem;
    --pi-14: 1.4rem;
    --pi-16: 1.6rem;
    --pi-18: 1.8rem;
    --pi-20: 2rem;
    --pi-24: 2.4rem;
    --pi-32: 3.2rem;
  }
  @media screen and (max-width: 1200px) {
    :root {
      --pi-12: 0.8rem;
      --pi-14: 0.8rem;
      --pi-16: 0.8rem;
      --pi-18: 0.8rem;
      --pi-20: 1rem;
      --pi-24: 1.2rem;
      --pi-32: 1.6rem;
    }
  }
  :root {
    --header-height: 9.6rem;
    --header-height-fixed: 8rem;
    --z-i-header: 100;
    --radius-circle: 50%;
    --radius-max: 999rem;
    --radius-xl: 2.4rem;
    --radius-l: 1.6rem;
    --radius: 1.2rem;
    --radius-m: 0.8rem;
    --radius-s: 0.4rem;
    --box-shadow-1: 0 0.4rem 2.4rem 0 rgba(0, 0, 0, 0.1);
    --box-shadow-2: 0 1rem 3rem 0 rgba(0, 0, 0, 0.05);
    --filter-white: brightness(0) invert(1);
    --filter-black: brightness(0) invert(0);
    --filter-pri: brightness(0) saturate(100%) invert(27%) sepia(7%) saturate(5832%) hue-rotate(339deg) brightness(92%)
      contrast(85%);
    --filter-sec: brightness(0) saturate(100%) invert(77%) sepia(36%) saturate(5995%) hue-rotate(9deg) brightness(110%)
      contrast(96%);
    --filter-third: brightness(0) saturate(100%) invert(43%) sepia(81%) saturate(875%) hue-rotate(22deg) brightness(101%)
      contrast(101%);
    --container-full: 4.8rem;
    --container-width: 124.8rem;
    --container-padding: 1.6rem;
  }
  @media screen and (max-width: 1200px) {
    :root {
      --container-full: 1.6rem;
    }
  }
  * {
    box-sizing: border-box;
  }
  html {
    font-size: 10px;
  }
  html ::-webkit-scrollbar {
    width: 0.4rem;
    height: 0.4rem;
  }
  html ::-webkit-scrollbar-thumb {
    border-radius: 1rem;
    background: rgba(51, 51, 51, 0.8);
  }
  body {
    font-weight: 400;
    font-size: 1.6rem;
    color: #1a1a1a;
    line-height: normal;
    overflow: hidden auto;
    font-family: var(--font-pri);
    background-color: #fafafa;
  }
  body.admin-bar .header {
    top: 3.2rem;
  }
  @media screen and (max-width: 782px) {
    body.admin-bar .header {
      top: 4.6rem;
    }
  }
  body .sdn-empty {
    color: #333;
    font-weight: 600;
  }
  body .grecaptcha-badge {
    display: none !important;
  }
  a {
    color: inherit;
    text-decoration: none;
  }
  button,
  select {
    border: none;
    outline: none;
    cursor: pointer;
    -webkit-appearance: none;
  }
  button {
    padding: 0;
    cursor: pointer;
    background-color: transparent;
  }
  input,
  textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .container-wide {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    max-width: var(--container-width);
    padding: 0 var(--container-padding);
  }
  .container-full {
    width: 100%;
    height: 100%;
    padding: 0 var(--container-full);
  }
  .no-scroll,
  .no-scroll-popup {
    overflow: hidden;
    touch-action: none;
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
    -webkit-overflow-scrolling: none;
  }
  iframe {
    vertical-align: middle;
  }
  img,
  picture {
    height: auto;
    display: block;
    max-width: 100%;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  .tabBtn,
  .tabBtn1 {
    cursor: pointer;
  }
  .tabPanel,
  .tabPanel1 {
    display: none;
  }
  .tabPanel.is-open,
  .tabPanel1.is-open {
    display: block;
    animation: opacityAni 0.8s ease-in-out;
  }
  .gItem {
    cursor: pointer;
  }
  .hide-sitename {
    width: 0;
    height: 0;
    opacity: 0;
    visibility: visible;
  }
  section {
    scroll-margin-top: 10rem;
  }
  .overlay,
  .search-overlay {
    inset: 0;
    opacity: 0;
    width: 100%;
    z-index: 100;
    height: 100dvh;
    position: fixed;
    pointer-events: none;
    background: rgba(0, 0, 0, 0.6);
  }
  .overlay.is-active,
  .search-overlay.is-active {
    opacity: 1;
    pointer-events: auto;
  }
  .overlay {
    transition: 0.4s ease-in-out;
  }
  .overlay.is-active {
    opacity: 1;
    pointer-events: auto;
  }
  .search-overlay {
    transition: 1s ease-in-out;
    clip-path: circle(0 at 100% 0);
    background: rgba(0, 0, 0, 0.65);
  }
  .search-overlay.is-active {
    clip-path: circle(150% at 50% 50%);
  }
  .row {
    --rg: 3.2rem;
    --cg: 3.2rem;
    display: flex;
    flex-wrap: wrap;
    margin: 0 calc(var(--cg) / 2 * -1) calc(var(--rg) * -1);
  }
  @media screen and (max-width: 1200px) {
    .row {
      --rg: 2.4rem;
      --cg: 2.4rem;
    }
  }
  .col {
    width: 100%;
    margin-bottom: var(--rg);
    padding: 0 calc(var(--cg) / 2);
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.6666666667%;
  }
  .col-10 {
    width: 83.3333333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.6666666667%;
  }
  .col-7 {
    width: 58.3333333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.6666666667%;
  }
  .col-4 {
    width: 33.3333333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.6666666667%;
  }
  .col-1 {
    width: 8.3333333333%;
  }
  .custom-logo-link {
    width: 100%;
    display: block;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  .custom-logo-link img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .img {
    display: block;
    overflow: hidden;
    position: relative;
  }
  .img img {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    transition: 0.4s ease-in-out;
  }
  .ic {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .blocker {
    padding: 1.6rem;
    z-index: 100 !important;
    background: rgba(71, 71, 71, 0.6);
  }
  .modal {
    padding: 0;
    width: 100%;
    box-shadow: unset;
  }
  .social-list {
    gap: 1.2rem;
    display: flex;
    align-items: center;
  }
  .social-link {
    display: block;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    transition: 0.4s ease-in-out;
    width: 2.4rem;
    height: 2.4rem;
  }
  @media screen and (hover: hover) and (pointer: fine) and (min-width: 1201px) {
    .social-link:hover, .social-link:focus-visible {
      transform: translateY(-0.5rem);
    }
  }
  @media screen and (max-width: 576px) {
    .social-link {
      width: 2rem;
      height: 2rem;
    }
  }
  @media screen and (hover: hover) and (pointer: fine) and (min-width: 1201px) {
    .view-link:hover, .view-link:focus-visible {
      color: #f2b705;
    }
    .view-link:hover img, .view-link:focus-visible img {
      filter: var(--filter-sec);
    }
  }
  .view-link img {
    filter: var(--filter-pri);
  }
  .icon-video {
    flex-shrink: 0;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    width: 7.4rem;
    height: 7.4rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border: 0.1rem solid white;
  }
  @media screen and (max-width: 1200px) {
    .icon-video {
      width: 6rem;
      height: 6rem;
    }
  }
  @media screen and (max-width: 767px) {
    .icon-video {
      width: 4rem;
      height: 4rem;
    }
  }
  .icon-video::before, .icon-video::after {
    content: "";
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    transition: 0.4s ease-in-out;
    pointer-events: none;
    border: 0.1rem solid white;
  }
  .icon-video::before {
    animation: pulseAni 2s linear infinite;
  }
  .icon-video::after {
    animation: pulseAni 2s 1s linear infinite;
  }
  .p-404 .breadcrumb-item,
  .p-search .breadcrumb-item,
  .p-gallery-detail .breadcrumb-item,
  .p-product-detail .breadcrumb-item {
    color: #1a1a1a;
  }
  @media screen and (hover: hover) and (pointer: fine) and (min-width: 1201px) {
    .p-404 .breadcrumb-item:hover:not(.is-current), .p-404 .breadcrumb-item:focus-visible:not(.is-current),
    .p-search .breadcrumb-item:hover:not(.is-current),
    .p-search .breadcrumb-item:focus-visible:not(.is-current),
    .p-gallery-detail .breadcrumb-item:hover:not(.is-current),
    .p-gallery-detail .breadcrumb-item:focus-visible:not(.is-current),
    .p-product-detail .breadcrumb-item:hover:not(.is-current),
    .p-product-detail .breadcrumb-item:focus-visible:not(.is-current) {
      color: #784123;
    }
    .p-404 .breadcrumb-item:hover:not(.is-current)::before, .p-404 .breadcrumb-item:focus-visible:not(.is-current)::before,
    .p-search .breadcrumb-item:hover:not(.is-current)::before,
    .p-search .breadcrumb-item:focus-visible:not(.is-current)::before,
    .p-gallery-detail .breadcrumb-item:hover:not(.is-current)::before,
    .p-gallery-detail .breadcrumb-item:focus-visible:not(.is-current)::before,
    .p-product-detail .breadcrumb-item:hover:not(.is-current)::before,
    .p-product-detail .breadcrumb-item:focus-visible:not(.is-current)::before {
      background-color: #784123;
    }
  }
  .p-404 .breadcrumb-item .text img,
  .p-search .breadcrumb-item .text img,
  .p-gallery-detail .breadcrumb-item .text img,
  .p-product-detail .breadcrumb-item .text img {
    filter: var(--filter-black);
  }
  .p-404 .breadcrumb-item.is-current,
  .p-search .breadcrumb-item.is-current,
  .p-gallery-detail .breadcrumb-item.is-current,
  .p-product-detail .breadcrumb-item.is-current {
    color: #784123;
  }
  .p-404 .breadcrumb-item.is-current:not(:first-child)::before,
  .p-search .breadcrumb-item.is-current:not(:first-child)::before,
  .p-gallery-detail .breadcrumb-item.is-current:not(:first-child)::before,
  .p-product-detail .breadcrumb-item.is-current:not(:first-child)::before {
    background-color: #784123;
  }
  .p-404 .breadcrumb-item:not(:first-child)::before,
  .p-search .breadcrumb-item:not(:first-child)::before,
  .p-gallery-detail .breadcrumb-item:not(:first-child)::before,
  .p-product-detail .breadcrumb-item:not(:first-child)::before {
    background-color: #1a1a1a;
  }
  .p-404 .header .custom-logo-link .logo1,
  .p-search .header .custom-logo-link .logo1,
  .p-gallery-detail .header .custom-logo-link .logo1,
  .p-product-detail .header .custom-logo-link .logo1 {
    opacity: 1;
  }
  .p-404 .header .custom-logo-link .logo,
  .p-search .header .custom-logo-link .logo,
  .p-gallery-detail .header .custom-logo-link .logo,
  .p-product-detail .header .custom-logo-link .logo {
    opacity: 0;
  }
  .p-404 .header .header-nav .menu-link img,
  .p-search .header .header-nav .menu-link img,
  .p-gallery-detail .header .header-nav .menu-link img,
  .p-product-detail .header .header-nav .menu-link img {
    filter: var(--filter-black);
  }
  .p-404 .header .header-nav .menu-item > img,
  .p-search .header .header-nav .menu-item > img,
  .p-gallery-detail .header .header-nav .menu-item > img,
  .p-product-detail .header .header-nav .menu-item > img {
    filter: var(--filter-black);
  }
  .p-404 .header .header-nav .menu-link,
  .p-search .header .header-nav .menu-link,
  .p-gallery-detail .header .header-nav .menu-link,
  .p-product-detail .header .header-nav .menu-link {
    color: #1a1a1a;
  }
  @media screen and (hover: hover) and (pointer: fine) and (min-width: 1201px) {
    .p-404 .header .js-menu-search .search:hover img, .p-404 .header .js-menu-search .search:focus-visible img,
    .p-search .header .js-menu-search .search:hover img,
    .p-search .header .js-menu-search .search:focus-visible img,
    .p-gallery-detail .header .js-menu-search .search:hover img,
    .p-gallery-detail .header .js-menu-search .search:focus-visible img,
    .p-product-detail .header .js-menu-search .search:hover img,
    .p-product-detail .header .js-menu-search .search:focus-visible img {
      filter: var(--filter-white);
    }
  }
  .p-404 .header .js-menu-search .search img,
  .p-search .header .js-menu-search .search img,
  .p-gallery-detail .header .js-menu-search .search img,
  .p-product-detail .header .js-menu-search .search img {
    filter: var(--filter-black);
  }
  .p-404 .header .lang-head_main-text,
  .p-search .header .lang-head_main-text,
  .p-gallery-detail .header .lang-head_main-text,
  .p-product-detail .header .lang-head_main-text {
    color: #1a1a1a;
  }
  .p-404 .header .lang-head_main-text img,
  .p-search .header .lang-head_main-text img,
  .p-gallery-detail .header .lang-head_main-text img,
  .p-product-detail .header .lang-head_main-text img {
    filter: var(--filter-black);
  }
  .p-404 .header .header-action .btn,
  .p-search .header .header-action .btn,
  .p-gallery-detail .header .header-action .btn,
  .p-product-detail .header .header-action .btn {
    border-color: #784123;
    background-color: #784123;
  }
  @media screen and (hover: hover) and (pointer: fine) and (min-width: 1201px) {
    .p-404 .header .header-action .btn:hover, .p-404 .header .header-action .btn:focus-visible,
    .p-search .header .header-action .btn:hover,
    .p-search .header .header-action .btn:focus-visible,
    .p-gallery-detail .header .header-action .btn:hover,
    .p-gallery-detail .header .header-action .btn:focus-visible,
    .p-product-detail .header .header-action .btn:hover,
    .p-product-detail .header .header-action .btn:focus-visible {
      border-color: #f2b705;
    }
  }
  .p-404 .header .header-action .btn:after,
  .p-search .header .header-action .btn:after,
  .p-gallery-detail .header .header-action .btn:after,
  .p-product-detail .header .header-action .btn:after {
    background-color: #f2b705;
  }
  @media screen and (min-width: 768px) {
    .gallery-detail .flipbook-menuBottom {
      top: 0;
      bottom: unset !important;
    }
  }
  .author-socials a {
    transition: 0.4s ease-in-out;
  }
  @media screen and (hover: hover) and (pointer: fine) and (min-width: 1201px) {
    .author-socials a:hover, .author-socials a:focus-visible {
      transform: translateY(-0.5rem);
    }
  }
  .author-socials img {
    filter: var(--filter-pri) !important;
  }
  @media screen and (min-width: 1201px) {
    section > * {
      opacity: 0;
      transform: unset !important;
    }
    section.js-add-active > * {
      animation: opacityAni 0.6s ease-in-out forwards;
    }
  }
  .title-120 {
    --f-sz: clamp(6rem, calc(2.5574rem + 4.918vw), 12rem);
    font-size: var(--f-sz);
  }
  .title-110 {
    --f-sz: clamp(5.5rem, calc(2.3443rem + 4.5082vw), 11rem);
    font-size: var(--f-sz);
  }
  .title-100 {
    --f-sz: clamp(5rem, calc(2.1311rem + 4.0984vw), 10rem);
    font-size: var(--f-sz);
  }
  .title-90 {
    --f-sz: clamp(4.5rem, calc(1.918rem + 3.6885vw), 9rem);
    font-size: var(--f-sz);
  }
  .title-80 {
    --f-sz: clamp(4rem, calc(1.7049rem + 3.2787vw), 8rem);
    font-size: var(--f-sz);
  }
  .title-72 {
    --f-sz: clamp(4rem, calc(2.1639rem + 2.623vw), 7.2rem);
    font-size: var(--f-sz);
  }
  .title-65 {
    --f-sz: clamp(3rem, calc(0.9918rem + 2.8689vw), 6.5rem);
    font-size: var(--f-sz);
  }
  .title-64 {
    --f-sz: clamp(2.9rem, calc(0.8918rem + 2.8689vw), 6.4rem);
    font-size: var(--f-sz);
  }
  .title-60 {
    --f-sz: clamp(2.5rem, calc(0.4918rem + 2.8689vw), 6rem);
    font-size: var(--f-sz);
  }
  .title-56 {
    --f-sz: clamp(2.3rem, calc(0.4066rem + 2.7049vw), 5.6rem);
    font-size: var(--f-sz);
  }
  .title-55 {
    --f-sz: clamp(2.2rem, calc(0.3066rem + 2.7049vw), 5.5rem);
    font-size: var(--f-sz);
  }
  .title-50 {
    --f-sz: clamp(2rem, calc(0.2787rem + 2.459vw), 5rem);
    font-size: var(--f-sz);
  }
  .title-48 {
    --f-sz: clamp(2rem, calc(0.3934rem + 2.2951vw), 4.8rem);
    font-size: var(--f-sz);
  }
  .title-45 {
    --f-sz: clamp(1.8rem, calc(0.2508rem + 2.2131vw), 4.5rem);
    font-size: var(--f-sz);
  }
  .title-44 {
    --f-sz: clamp(3rem, calc(2.1967rem + 1.1475vw), 4.4rem);
    font-size: var(--f-sz);
  }
  .title-42 {
    --f-sz: clamp(2.9rem, calc(2.1541rem + 1.0656vw), 4.2rem);
    font-size: var(--f-sz);
  }
  .title-40 {
    --f-sz: clamp(2.4rem, calc(1.9541rem + 1.0656vw), 4rem);
    font-size: var(--f-sz);
  }
  .title-38 {
    --f-sz: clamp(2.6rem, calc(1.9115rem + 0.9836vw), 3.8rem);
    font-size: var(--f-sz);
  }
  .title-36 {
    --f-sz: clamp(2.6rem, calc(2.0262rem + 0.8197vw), 3.6rem);
    font-size: var(--f-sz);
  }
  .title-34 {
    --f-sz: clamp(2.2rem, calc(1.5115rem + 0.9836vw), 3.4rem);
    font-size: var(--f-sz);
  }
  .title-32 {
    --f-sz: clamp(2.2rem, calc(1.6262rem + 0.8197vw), 3.2rem);
    font-size: var(--f-sz);
  }
  .title-30 {
    --f-sz: clamp(2.4rem, calc(2.0557rem + 0.4918vw), 3rem);
    font-size: var(--f-sz);
  }
  .title-29 {
    --f-sz: clamp(2.3rem, calc(1.9557rem + 0.4918vw), 2.9rem);
    font-size: var(--f-sz);
  }
  .title-28 {
    --f-sz: clamp(2.1rem, calc(1.6984rem + 0.5738vw), 2.8rem);
    font-size: var(--f-sz);
  }
  .title-26 {
    --f-sz: clamp(1.9rem, calc(1.4984rem + 0.5738vw), 2.6rem);
    font-size: var(--f-sz);
  }
  .title-24 {
    --f-sz: clamp(1.7rem, calc(1.2984rem + 0.5738vw), 2.4rem);
    font-size: var(--f-sz);
  }
  .title-23 {
    --f-sz: clamp(1.7rem, calc(1.3557rem + 0.4918vw), 2.3rem);
    font-size: var(--f-sz);
  }
  .title-22 {
    --f-sz: clamp(1.6rem, calc(1.2557rem + 0.4918vw), 2.2rem);
    font-size: var(--f-sz);
  }
  .text-20 {
    --f-sz: clamp(1.6rem, calc(1.3705rem + 0.3279vw), 2rem);
    font-size: var(--f-sz);
  }
  .text-18 {
    --f-sz: clamp(1.4rem, calc(1.3279rem + 0.2459vw), 1.8rem);
    font-size: var(--f-sz);
  }
  .text-16 {
    --f-sz: 1.6rem;
    font-size: var(--f-sz);
  }
  .text-15 {
    --f-sz: 1.5rem;
    font-size: var(--f-sz);
  }
  .text-14 {
    --f-sz: 1.4rem;
    font-size: var(--f-sz);
  }
  .text-13 {
    --f-sz: 1.3rem;
    font-size: var(--f-sz);
  }
  .text-12 {
    --f-sz: 1.2rem;
    font-size: var(--f-sz);
  }
  .f-pri {
    font-family: var(--font-pri);
  }
  .f-tt {
    font-family: var(--font-title);
  }
  .f-desc {
    font-family: var(--font-desc);
  }
  .cl-pri {
    color: #784123;
  }
  .cl-sec {
    color: #f2b705;
  }
  .cl-white {
    color: white;
  }
  @media screen and (min-width: 577px) {
    .js-menu-search {
      position: relative;
    }
  }
  @media screen and (max-width: 1200px) {
    .js-menu-search {
      margin-left: auto;
    }
  }
  .js-menu-search .search {
    width: -moz-fit-content;
    width: fit-content;
  }
  .js-menu-search .search {
    flex-shrink: 0;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    padding: 0.6rem;
    margin: -0.6rem;
    border-radius: 50%;
    transition: 0.4s ease-in-out;
  }
  @media screen and (hover: hover) and (pointer: fine) and (min-width: 1201px) {
    .js-menu-search .search:hover, .js-menu-search .search:focus-visible {
      background-color: #784123;
    }
    .js-menu-search .search:hover img, .js-menu-search .search:focus-visible img {
      filter: var(--filter-white);
    }
  }
  .js-menu-search .search img {
    -o-object-fit: cover;
       object-fit: cover;
    transition: 0.4s ease-in-out;
    width: 2.4rem;
    height: 2.4rem;
  }
  @media screen and (max-width: 1200px) {
    .js-menu-search .search img {
      filter: var(--filter-black);
    }
  }
  .js-menu-search .search-form {
    inset: 0;
    opacity: 0;
    width: 100%;
    z-index: 101;
    height: 100dvh;
    position: fixed;
    transition: 0.4s ease-in-out;
    pointer-events: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .js-menu-search .search-form_pos {
    width: 100%;
    padding: 16rem;
    margin: 0 1.6rem;
    position: relative;
    max-width: 96.4rem;
    transition: 0.4s ease-in-out;
    border-radius: 2.4rem;
    background-color: rgba(255, 255, 255, 0.25);
  }
  @media screen and (max-width: 1200px) {
    .js-menu-search .search-form_pos {
      padding: 4rem;
    }
  }
  @media screen and (max-width: 767px) {
    .js-menu-search .search-form_pos {
      padding: 4rem 1.6rem;
    }
  }
  @media screen and (max-width: 576px) {
    .js-menu-search .search-form_pos {
      background-color: white;
    }
  }
  .js-menu-search .search-form_close {
    --pos: 3.2rem;
    cursor: pointer;
    top: var(--pos);
    right: var(--pos);
    position: absolute;
    width: 2.8rem;
    height: 2.8rem;
  }
  @media screen and (hover: hover) and (pointer: fine) and (min-width: 1201px) {
    .js-menu-search .search-form_close:hover img, .js-menu-search .search-form_close:focus-visible img {
      transform: rotate(180deg);
    }
  }
  @media screen and (max-width: 1200px) {
    .js-menu-search .search-form_close {
      --pos: 1.2rem;
    }
  }
  .js-menu-search .search-form_close img {
    transition: 0.4s ease-in-out;
  }
  @media screen and (min-width: 577px) {
    .js-menu-search .search-form_close img {
      filter: var(--filter-white);
    }
  }
  @media screen and (min-width: 577px) {
    .js-menu-search .search-form_title .title-40 {
      color: white;
    }
  }
  .js-menu-search .search-form_form form .form-label {
    gap: 0.8rem;
    align-items: center;
    transition: 0.4s ease-in-out;
    border-radius: 4rem;
    flex-direction: unset;
    background-color: white;
    box-shadow: var(--box-shadow-1);
    padding: 1.2rem 1.2rem 1.2rem 2.4rem;
  }
  @media screen and (max-width: 1200px) {
    .js-menu-search .search-form_form form .form-label {
      padding: 0.8rem 0.8rem 0.8rem 1.6rem;
    }
  }
  @media screen and (max-width: 767px) {
    .js-menu-search .search-form_form form .form-label {
      padding: 0.6rem 0.6rem 0.6rem 1.2rem;
    }
  }
  .js-menu-search .search-form_form form .icon-search {
    flex-shrink: 0;
    width: 4rem;
    height: 4rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  @media screen and (max-width: 1200px) {
    .js-menu-search .search-form_form form .icon-search {
      width: 3.2rem;
      height: 3.2rem;
    }
  }
  @media screen and (max-width: 767px) {
    .js-menu-search .search-form_form form .icon-search {
      width: 2rem;
      height: 2rem;
    }
  }
  .js-menu-search .search-form_form form .icon-search img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    filter: var(--filter-black);
  }
  @media screen and (max-width: 768px) {
    .js-menu-search .search-form_form form .btn {
      padding: 0.8rem 1.2rem;
    }
  }
  .js-menu-search .search-form_form form input {
    border: 0;
    padding: 0;
    height: auto;
    min-height: auto;
  }
  @media screen and (max-width: 576px) {
    .js-menu-search .search-form_form form input::-moz-placeholder {
      font-size: 1.2rem;
    }
    .js-menu-search .search-form_form form input:-ms-input-placeholder {
      font-size: 1.2rem;
    }
    .js-menu-search .search-form_form form input::placeholder {
      font-size: 1.2rem;
    }
  }
  @media screen and (max-width: 767px) {
    .js-menu-search .search-form_tag {
      gap: 0.8rem !important;
    }
  }
  @media screen and (min-width: 577px) {
    .js-menu-search .search-form_tag {
      color: white;
    }
  }
  .js-menu-search .search-form_tag ul .text-14 {
    transition: 0.4s ease-in-out;
  }
  @media screen and (hover: hover) and (pointer: fine) and (min-width: 1201px) {
    .js-menu-search .search-form_tag ul .text-14:hover, .js-menu-search .search-form_tag ul .text-14:focus-visible {
      color: #f2b705;
    }
  }
  .js-menu-search.is-active .search {
    background-color: #784123;
  }
  .js-menu-search.is-active .search img {
    filter: var(--filter-white) !important;
  }
  .js-menu-search.is-active .search-form {
    opacity: 1;
    transition-delay: 0.4s;
  }
  .js-menu-search.is-active .search-form_pos {
    pointer-events: auto;
  }
  @keyframes opacityAni {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes phone-anim {
    0% {
      transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
      transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
      transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
      transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
      transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
      transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
      transform: rotate(0) scale(1) skew(1deg);
    }
  }
  @keyframes btnAni {
    0% {
      transform: translate(-150%, 150%) scale(0.3);
    }
    15%, 20%, 25%, 30%, 35%, 40%, 45%, 50%, 55%, 60%, 65%, 70%, 75%, 80%, 85% {
      transform: translate(0, 0) scale(1);
    }
    100% {
      transform: translate(150%, -150%) scale(0.3);
    }
  }
  @keyframes fadeInUp {
    0% {
      opacity: 0;
      transform: translateY(10%);
    }
    100% {
      opacity: 1;
      transform: translateY(0%);
    }
  }
  @keyframes pulseAni {
    100% {
      opacity: 0;
      transform: translate(-50%, -50%) scale(1.7);
    }
  }
  @keyframes fadeInAni {
    0%, 100% {
      opacity: 0.5;
    }
    50% {
      opacity: 1;
    }
  }
  .breadcrumb {
    padding-top: calc(var(--header-height) + 1.6rem);
  }
  .breadcrumb-list {
    flex-wrap: wrap;
    row-gap: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .breadcrumb-item {
    color: white;
    line-height: 150%;
    white-space: nowrap;
    transition: 0.4s ease-in-out;
    display: flex;
    align-items: center;
  }
  @media screen and (min-width: 1201px) {
    .breadcrumb-item:not(.is-current):hover {
      color: #f2b705;
    }
  }
  .breadcrumb-item:not(:first-child)::before {
    content: "";
    flex-shrink: 0;
    margin: 0 1.2rem;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    width: 0.4rem;
    height: 0.4rem;
    display: inline-block;
    background-color: white;
    border-radius: var(--radius-circle);
  }
  @media screen and (max-width: 767px) {
    .breadcrumb-item:not(:first-child)::before {
      margin: 0 0.8rem;
    }
  }
  .breadcrumb-item.is-current {
    font-weight: 600;
  }
  .breadcrumb-item:last-child {
    cursor: default;
    white-space: normal;
  }
  .breadcrumb-item:last-child .text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-clamp: 1;
    -webkit-line-clamp: 1;
  }
  .breadcrumb-item .text {
    --f-sz: 1.4rem;
    font-size: var(--f-sz);
    display: flex;
    line-height: 140%;
  }
  .breadcrumb-item .text img {
    flex-shrink: 0;
    -o-object-fit: cover;
       object-fit: cover;
    width: 2rem;
    height: 2rem;
  }
  @media screen and (hover: hover) and (pointer: fine) and (min-width: 1201px) {
    .breadcrumb-item .text img:hover, .breadcrumb-item .text img:focus-visible {
      filter: var(--filter-sec);
    }
  }
  .move-top {
    z-index: 97;
    gap: 0.8rem;
    display: flex;
    bottom: 3.2rem;
    cursor: pointer;
    position: fixed;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    transition: 0.6s ease-in-out;
  }
  @media screen and (min-width: 577px) {
    .move-top {
      opacity: 0;
      right: 0.8rem;
      visibility: hidden;
      flex-direction: column;
      transform: translateX(100%);
    }
  }
  @media screen and (max-width: 1200px) {
    .move-top {
      row-gap: 1.2rem;
    }
  }
  @media screen and (max-width: 576px) {
    .move-top {
      bottom: 0;
      width: 100%;
      padding: 0.661rem;
      background-color: white;
      box-shadow: var(--box-shadow-1);
    }
  }
  .move-top.active {
    opacity: 1;
    transform: unset;
    visibility: visible;
  }
  @media screen and (max-width: 576px) {
    .move-top-social {
      display: flex;
      row-gap: 0.4rem;
      text-align: center;
      width: 25%;
      flex-direction: column;
    }
  }
  .move-top-social:not(:last-child) a {
    animation: phone-anim 1s infinite ease-in-out;
  }
  .move-top-social > a {
    border-radius: 50%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 4.8rem;
    height: 4.8rem;
    box-shadow: var(--box-shadow-1);
  }
  @media screen and (max-width: 576px) {
    .move-top-social > a {
      margin: 0 auto;
      width: 3.2rem;
      height: 3.2rem;
    }
  }
  .move-top-back {
    display: flex;
    row-gap: 0.4rem;
    flex-direction: column;
  }
  @media screen and (max-width: 576px) {
    .move-top-back {
      text-align: center;
      width: 25%;
    }
    .move-top-back .progress-wrap {
      margin: 0 auto;
    }
  }
  .move-top-text {
    font-size: 1.2rem;
  }
  @media screen and (min-width: 577px) {
    .move-top-text {
      display: none;
    }
  }
  .progress-wrap {
    display: block;
    overflow: hidden;
    position: relative;
    border-radius: 50%;
    width: 4.8rem;
    height: 4.8rem;
    background-color: white;
    box-shadow: inset 0 0 0 0.2rem rgba(11, 24, 29, 0.2);
  }
  @media screen and (max-width: 576px) {
    .progress-wrap {
      width: 3.2rem;
      height: 3.2rem;
    }
  }
  .progress-wrap .inner {
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 2.4rem;
    height: 2.4rem;
  }
  @media screen and (max-width: 576px) {
    .progress-wrap .inner {
      width: 1.6rem;
      height: 1.6rem;
    }
  }
  .progress-circle circle {
    fill: none;
    stroke-width: 4;
    stroke: #784123;
    box-sizing: border-box;
    transform-origin: center;
    transform: rotate(-90deg);
    transition: all 0.2s linear;
  }
  .header {
    top: 0;
    left: 0;
    width: 100%;
    color: white;
    padding: 2rem 0;
    position: fixed;
    transition: 0.6s ease-in-out;
    z-index: var(--z-i-header);
    height: var(--header-height);
    backdrop-filter: blur(0.4rem);
  }
  @media screen and (max-width: 1200px) {
    .header {
      display: none;
    }
  }
  .header .gt_float_switcher {
    position: relative;
    display: block !important;
    box-shadow: none !important;
    overflow: visible !important;
    background-color: transparent !important;
  }
  .header .gt_float_switcher .gt-selected {
    background-color: transparent !important;
  }
  .header .gt_float_switcher .gt-selected .gt-current-lang {
    padding: 0 !important;
  }
  .header .gt_float_switcher .gt-selected .gt-current-lang span.gt-lang-code {
    font-size: 1.6rem !important;
    color: white !important;
  }
  .header .gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow {
    filter: var(--filter-white) !important;
  }
  .header .gt_float_switcher .gt_options {
    left: 0;
    top: 100%;
    width: -moz-max-content;
    width: max-content;
    position: absolute;
    background-color: white !important;
  }
  .header .gt_float_switcher img {
    margin: 0 !important;
    width: 2.4rem !important;
  }
  .header.is-fixed {
    padding: 1.2rem 0;
    background-color: #fafafa;
    box-shadow: var(--box-shadow-1);
    height: var(--header-height-fixed);
  }
  .header.is-fixed .gt_float_switcher .gt-selected .gt-current-lang span.gt-lang-code {
    color: #1a1a1a !important;
  }
  .header.is-fixed .gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow {
    filter: unset !important;
  }
  .header.is-fixed .gtranslate_wrapper a.glink span {
    color: #1a1a1a;
  }
  .header.is-fixed .custom-logo-link .logo1 {
    opacity: 1;
  }
  .header.is-fixed .custom-logo-link .logo {
    opacity: 0;
  }
  .header.is-fixed .header-nav .menu-item > img {
    filter: var(--filter-black);
  }
  .header.is-fixed .header-nav .menu-link {
    color: #1a1a1a;
  }
  .header.is-fixed .header-nav .menu-link > img {
    filter: var(--filter-black);
  }
  @media screen and (hover: hover) and (pointer: fine) and (min-width: 1201px) {
    .header.is-fixed .js-menu-search .search:hover img, .header.is-fixed .js-menu-search .search:focus-visible img {
      filter: var(--filter-white);
    }
  }
  .header.is-fixed .js-menu-search .search img {
    filter: var(--filter-black);
  }
  .header.is-fixed .lang-head_main-text {
    color: #1a1a1a;
  }
  .header.is-fixed .lang-head_main-text img {
    filter: var(--filter-black);
  }
  .header.is-fixed .header-action .btn {
    border-color: #784123;
    background-color: #784123;
  }
  @media screen and (hover: hover) and (pointer: fine) and (min-width: 1201px) {
    .header.is-fixed .header-action .btn:hover, .header.is-fixed .header-action .btn:focus-visible {
      border-color: #f2b705;
    }
  }
  .header.is-fixed .header-action .btn:after {
    background-color: #f2b705;
  }
  .header.is-hidden {
    transform: translateY(calc(-1 * var(--header-height-fixed)));
  }
  .header .custom-logo-link {
    position: relative;
    max-width: 16.4rem;
  }
  .header .custom-logo-link .logo1 {
    top: 0;
    left: 0;
    opacity: 0;
    position: absolute;
  }
  .header .custom-logo-link img {
    transition: 0.4s ease-in-out;
  }
  @media screen and (min-width: 1201px) {
    .header-logo {
      min-width: 25.2rem;
    }
  }
  .header-wrap {
    gap: 2.4rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header-nav .menu {
    display: flex;
  }
  @media screen and (min-width: 1201px) {
    .header-nav .menu {
      gap: 2rem;
      align-items: center;
    }
  }
  .header-nav .menu > .menu-item {
    gap: 0.6rem;
    flex-wrap: wrap;
    display: flex;
    align-items: center;
  }
  @media screen and (min-width: 1201px) {
    .header-nav .menu > .menu-item:hover > .child {
      opacity: 1;
      pointer-events: auto;
    }
  }
  @media screen and (max-width: 1200px) {
    .header-nav .menu > .menu-item {
      width: 100%;
    }
  }
  .header-nav .menu > .menu-item > img {
    flex-shrink: 0;
    cursor: pointer;
    width: 2rem;
    height: 2rem;
    -o-object-fit: contain;
       object-fit: contain;
    transition: 0.4s ease-in-out;
  }
  .header-nav .menu > .menu-item > .menu-link {
    font-size: 1.4rem;
  }
  @media screen and (hover: hover) and (pointer: fine) and (min-width: 1201px) {
    .header-nav .menu > .menu-item > .menu-link:hover, .header-nav .menu > .menu-item > .menu-link:focus-visible {
      color: #f2b705;
    }
  }
  .header-nav .menu > .menu-item.current-menu-item > .menu-link {
    font-weight: 700;
    color: #f2b705;
  }
  .header-nav .menu > .menu-item.current-menu-item > .menu-link img {
    filter: var(--filter-sec);
  }
  .header-nav .menu > .menu-item.current-menu-item > img {
    filter: var(--filter-sec);
  }
  .header-nav .menu-link {
    display: block;
    transition: 0.4s ease-in-out;
  }
  @media screen and (max-width: 1200px) {
    .header-nav .menu-link img {
      display: none;
    }
  }
  @media screen and (min-width: 1201px) {
    .header-nav .menu-link:has(img) span {
      display: none;
    }
  }
  .header-inner {
    gap: 2.4rem;
    display: flex;
    align-items: center;
  }
  .header-action {
    gap: 0.8rem;
    display: flex;
    align-items: center;
  }
  .header-action .lang-head {
    transition: 0.4s ease-in-out;
  }
  .header-action .lang-head:before {
    left: 0;
    top: 100%;
    width: 100%;
    height: 0.8rem;
    position: absolute;
    content: "";
    background-color: transparent;
  }
  @media screen and (hover: hover) and (pointer: fine) and (min-width: 1201px) {
    .header-action .lang-head:hover .lang-head_main-text img, .header-action .lang-head:focus-visible .lang-head_main-text img {
      transform: rotate(180deg);
    }
    .header-action .lang-head:hover .lang-list, .header-action .lang-head:focus-visible .lang-list {
      opacity: 1;
      pointer-events: auto;
    }
  }
  .header-action .lang-list {
    opacity: 0;
    transition: 0.4s ease-in-out;
    pointer-events: none;
    top: calc(100% + 0.8rem);
    box-shadow: var(--box-shadow-1);
  }
  .header-action .lang-link {
    transition: 0.4s ease-in-out;
  }
  @media screen and (hover: hover) and (pointer: fine) and (min-width: 1201px) {
    .header-action .lang-link:hover, .header-action .lang-link:focus-visible {
      background-color: #784123;
    }
    .header-action .lang-link:hover span, .header-action .lang-link:focus-visible span {
      color: white;
    }
  }
  @media screen and (min-width: 1201px) {
    .child {
      left: 50%;
      top: 100%;
      z-index: 5;
      opacity: 0;
      display: flex;
      padding: 0.8rem;
      max-width: 30rem;
      min-width: 16rem;
      width: -moz-max-content;
      width: max-content;
      position: absolute;
      transition: 0.4s ease-in-out;
      pointer-events: none;
      flex-direction: column;
      background-color: #fcf5eb;
      transform: translateX(-50%);
      box-shadow: var(--box-shadow-1);
    }
  }
  @media screen and (max-width: 1200px) {
    .child {
      width: 100%;
      margin-top: 1.2rem;
      border-left: 0.1rem solid rgba(0, 0, 0, 0.1);
    }
  }
  @media screen and (min-width: 1201px) {
    .child .menu-item {
      width: 100%;
    }
  }
  .child .menu-item::after {
    background-color: #1a1a1a;
  }
  .child .menu-link {
    color: #1a1a1a;
  }
  @media screen and (min-width: 1201px) {
    .child .menu-link {
      padding: 0.8rem;
      position: relative;
    }
  }
  @media screen and (min-width: 1201px) and (min-width: 1201px) {
    .child .menu-link::before {
      content: "";
      left: 0;
      bottom: 0;
      height: 0;
      width: 0.2rem;
      position: absolute;
      transition: 0.4s ease-in-out;
      background-color: #784123;
    }
    .child .menu-link:hover::before {
      top: 0;
      height: 100%;
    }
  }
  .menu-close {
    padding: 1.2rem;
    display: flex;
    align-items: center;
    border-bottom: 0.1rem solid #d0d0d0;
  }
  @media screen and (min-width: 1201px) {
    .menu-close {
      display: none;
    }
  }
  .menu-close .custom-logo-link {
    max-width: 3.2rem;
  }
  .menu-close-icon {
    margin-left: auto;
    width: 2.4rem;
    height: 2.4rem;
  }
  @media screen and (min-width: 1201px) {
    .menu-bar {
      display: none;
    }
  }
  .menu-bar .menu-icon span {
    width: 2.4rem;
    height: 0.2rem;
    display: block;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    margin-top: 0.4rem;
    transition: 0.4s ease-in-out;
    border-radius: 0.5rem;
    background-color: #1a1a1a;
  }
  .menu-bar .menu-icon span:nth-child(1) {
    margin-top: 0;
  }
  .mega {
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    opacity: 0;
    height: 100dvh;
    visibility: hidden;
    position: fixed;
    color: #1a1a1a;
    transition: 0.6s ease-in-out;
    background-color: #f0f0f0;
    z-index: calc(var(--z-i-header) + 2);
  }
  .mega.is-active {
    opacity: 1;
    visibility: visible;
  }
  .mega.is-active .mega-inner {
    transform: translateX(0);
  }
  .mega.is-active .mega-panel {
    opacity: 1;
    transform: translateX(0);
  }
  .mega-inner {
    height: 100%;
    display: flex;
    flex-shrink: 0;
    width: 43.2rem;
    max-width: 90%;
    position: relative;
    flex-direction: column;
    transition: 0.6s ease-in-out;
    transform: translateX(-100%);
    background-color: white;
    box-shadow: var(--box-shadow-1);
  }
  .mega-inner_btn {
    margin-top: auto;
    padding: 0 4.8rem 4.8rem;
  }
  .mega-close {
    gap: 0.8rem;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    display: flex;
    align-items: center;
    padding: 4.8rem 4.8rem 0;
  }
  @media screen and (hover: hover) and (pointer: fine) and (min-width: 1201px) {
    .mega-close:hover img, .mega-close:focus-visible img {
      transform: rotate(90deg);
    }
  }
  .mega-close img {
    width: 4rem;
    height: 4rem;
    -o-object-fit: contain;
       object-fit: contain;
    transition: 0.6s ease-in-out;
    filter: brightness(0) saturate(100%) invert(82%) sepia(0%) saturate(0%) hue-rotate(95deg) brightness(105%) contrast(97%);
  }
  .mega-close span {
    --f-sz: 1.6rem;
    font-size: var(--f-sz);
    font-weight: 800;
    line-height: 125%;
    color: #d9d9d9;
    font-family: var(--font-title);
  }
  .mega-list {
    flex: 1;
    width: 100%;
    display: flex;
    overflow: hidden auto;
    flex-direction: column;
    padding: 4.8rem 7.2rem 2.4rem 4.8rem;
  }
  .mega-panel {
    flex: 1;
    opacity: 0;
    overflow: hidden;
    position: relative;
    transition: 0.6s ease-in-out;
    transform: translateX(2rem);
  }
  .mega-panel_item {
    inset: 0;
    opacity: 0;
    display: flex;
    position: absolute;
    pointer-events: none;
    transition: 0.6s ease-in-out;
  }
  .mega-panel_item.is-active {
    opacity: 1;
    pointer-events: auto;
  }
  .mega-panel_item.is-full .mega-img {
    margin-left: 4.8rem;
  }
  .mega-sub {
    flex-shrink: 0;
    width: 31.2rem;
    display: flex;
    padding: 13.6rem 0;
    margin-left: 3.2rem;
    overflow: hidden auto;
    flex-direction: column;
  }
  .mega-img {
    flex: 1;
    overflow: hidden;
    position: relative;
    border-radius: 2.4rem;
    margin: 4.8rem 4.8rem 4.8rem 7.2rem;
  }
  .mega-img_item {
    inset: 0;
    opacity: 0;
    position: absolute;
    transition: 0.6s ease-in-out;
  }
  .mega-img_item.is-active {
    opacity: 1;
  }
  .mega-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .mega-item, .mega-sub_item {
    cursor: pointer;
    position: relative;
    transition: 0.4s ease-in-out;
  }
  .mega-item:not(:last-child), .mega-sub_item:not(:last-child) {
    padding-bottom: 2.4rem;
    margin-bottom: 2.4rem;
    border-bottom: 0.1rem solid #d9d9d9;
  }
  @media screen and (hover: hover) and (pointer: fine) and (min-width: 1201px) {
    .mega-item:hover .mega-link, .mega-item:focus-visible .mega-link {
      color: #784123;
    }
  }
  .mega-item.is-active .mega-link {
    color: #784123;
  }
  @media screen and (hover: hover) and (pointer: fine) and (min-width: 1201px) {
    .mega-sub_item:hover .mega-sub_link, .mega-sub_item:focus-visible .mega-sub_link {
      color: #784123;
    }
  }
  .mega-sub_item.is-active .mega-sub_link {
    color: #784123;
  }
  .mega-link, .mega-sub_link {
    display: block;
    --f-sz: clamp(1.7rem, calc(1.2984rem + 0.5738vw), 2.4rem);
    font-size: var(--f-sz);
    font-weight: 800;
    line-height: 133%;
    transition: 0.4s ease-in-out;
    font-family: var(--font-title);
  }
  .header-m {
    top: 0;
    left: 0;
    width: 100%;
    position: fixed;
    background-color: white;
    box-shadow: var(--box-shadow-1);
    z-index: var(--z-i-header);
  }
  @media screen and (min-width: 1201px) {
    .header-m {
      display: none;
    }
  }
  .header-m_wrap {
    gap: 1.6rem;
    display: flex;
    align-items: center;
    padding: 1.368rem var(--container-padding);
  }
  .header-m .custom-logo-link {
    max-width: 14rem;
  }
  .header-m_burger {
    gap: 0.5rem;
    display: flex;
    cursor: pointer;
    flex-shrink: 0;
    padding: 0.4rem;
    flex-direction: column;
  }
  .header-m_burger span {
    width: 2.6rem;
    height: 0.2rem;
    display: block;
    transition: 0.4s ease-in-out;
    border-radius: 0.5rem;
    background-color: #1a1a1a;
  }
  .m-nav {
    top: 0;
    left: 0;
    bottom: 0;
    width: 32rem;
    display: flex;
    max-width: 86%;
    position: fixed;
    visibility: hidden;
    transition: 0.4s ease-in-out;
    flex-direction: column;
    transform: translateX(-100%);
    background-color: white;
    z-index: calc(var(--z-i-header) + 2);
  }
  @media screen and (min-width: 1201px) {
    .m-nav {
      display: none;
    }
  }
  .m-nav.is-active {
    visibility: visible;
    transform: translateX(0);
  }
  .m-nav_head {
    flex-shrink: 0;
    padding: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 0.1rem solid #d9d9d9;
  }
  .m-nav_head .custom-logo-link {
    max-width: 12rem;
  }
  .m-nav_close {
    cursor: pointer;
    flex-shrink: 0;
    width: 2.4rem;
    height: 2.4rem;
  }
  .m-nav_close img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .m-nav_body {
    flex: 1;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .m-nav_menu, .m-nav_list {
    margin: 0;
    list-style: none;
    background-color: white;
  }
  .m-nav_item {
    border-bottom: 0.1rem solid #d9d9d9;
  }
  .m-nav_row {
    display: flex;
    align-items: center;
  }
  .m-nav_link {
    flex: 1;
    gap: 1.2rem;
    cursor: pointer;
    text-align: left;
    color: #1a1a1a;
    display: flex;
    align-items: center;
    transition: 0.4s ease-in-out;
    padding: 1.6rem 2rem;
    background-color: transparent;
  }
  .m-nav_link span {
    flex: 1;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 133%;
    font-family: var(--font-title);
  }
  @media screen and (hover: hover) and (pointer: fine) and (min-width: 1201px) {
    .m-nav_link:hover, .m-nav_link:focus-visible {
      color: #784123;
    }
  }
  .m-nav_link.is-all span {
    color: #784123;
  }
  .m-nav_toggle {
    flex-shrink: 0;
    cursor: pointer;
    color: #1a1a1a;
    display: flex;
    align-items: center;
    transition: 0.4s ease-in-out;
    padding: 1.6rem 2rem 1.6rem 0.6rem;
    background-color: transparent;
  }
  @media screen and (hover: hover) and (pointer: fine) and (min-width: 1201px) {
    .m-nav_toggle:hover, .m-nav_toggle:focus-visible {
      color: #784123;
    }
  }
  .m-nav_arrow {
    flex-shrink: 0;
    width: 2rem;
    height: 2rem;
    -o-object-fit: contain;
       object-fit: contain;
    transition: 0.4s ease-in-out;
    filter: var(--filter-black);
  }
  .m-nav_item.is-open > .m-nav_row .m-nav_arrow {
    transform: rotate(180deg);
  }
  .m-nav_sub {
    display: grid;
    grid-template-rows: 0fr;
    transition: 0.35s ease-in-out;
  }
  .m-nav_sub .m-nav_item {
    border-bottom: 0;
  }
  .m-nav_sub > .m-nav_list {
    min-height: 0;
    overflow: hidden;
    margin-left: 2rem;
    border-left: 0.1rem solid #d9d9d9;
  }
  .m-nav_item.is-open > .m-nav_sub {
    grid-template-rows: 1fr;
  }
  .m-nav_card {
    flex: 1;
    display: block;
    cursor: pointer;
    color: #1a1a1a;
    transition: 0.4s ease-in-out;
    padding: 1.6rem 2rem 1.6rem 2rem;
  }
  @media screen and (hover: hover) and (pointer: fine) and (min-width: 1201px) {
    .m-nav_card:hover, .m-nav_card:focus-visible {
      color: #784123;
    }
  }
  .m-nav_card_name {
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 133%;
    font-family: var(--font-title);
  }
  .m-nav_btn {
    flex-shrink: 0;
    padding: 1.2rem;
  }
  .m-nav_btn .btn {
    width: 100%;
  }
  .m-nav_foot {
    gap: 1.6rem;
    flex-shrink: 0;
    padding: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 0.1rem solid #d9d9d9;
  }
  .m-nav_foot .btn {
    flex: 1;
  }
  .m-nav_lang {
    gap: 0.4rem;
    flex-shrink: 0;
    display: flex;
    border-radius: 4rem;
    background-color: #fafafa;
  }
  .m-nav_lang-item {
    gap: 0.6rem;
    cursor: pointer;
    border-radius: 4rem;
    transition: 0.4s ease-in-out;
    display: flex;
    align-items: center;
    background-color: transparent;
    padding: 0.4rem 1.2rem 0.4rem 0.8rem;
  }
  .m-nav_lang-item span {
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 100%;
    color: #656565;
    transition: 0.4s ease-in-out;
    font-family: var(--font-title);
  }
  .m-nav_lang-item img {
    width: 2rem;
    height: 2rem;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .m-nav_lang-item.is-active {
    background-color: #784123;
  }
  .m-nav_lang-item.is-active span {
    color: white;
  }
  .m-overlay {
    inset: 0;
    opacity: 0;
    position: fixed;
    visibility: hidden;
    transition: 0.4s ease-in-out;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: calc(var(--z-i-header) + 1);
  }
  @media screen and (min-width: 1201px) {
    .m-overlay {
      display: none;
    }
  }
  .m-overlay.is-active {
    opacity: 1;
    visibility: visible;
  }
  .footer {
    padding: 6.4rem 0 4.8rem;
    background: linear-gradient(180deg, rgba(242, 183, 5, 0) 0%, rgba(242, 183, 5, 0.25) 100%);
  }
  @media screen and (max-width: 767px) {
    .footer {
      padding: 4rem 0 2.4rem;
    }
  }
  @media screen and (max-width: 576px) {
    .footer {
      padding: 4rem 0 7.4rem;
    }
  }
  @media screen and (max-width: 991px) {
    .footer-header_form, .footer-header_link {
      width: 100%;
    }
  }
  @media screen and (min-width: 992px) {
    .footer-header_form form {
      max-width: 51.8rem;
    }
  }
  .footer-header_form form .form-label {
    gap: 1.2rem;
    display: flex;
    align-items: center;
    flex-direction: unset;
    border: 0.1rem solid #784123;
    border-radius: var(--radius-max);
    padding: 0.7rem 0.8rem 0.7rem 3.2rem;
  }
  @media screen and (max-width: 991px) {
    .footer-header_form form .form-label {
      padding: 0.6rem 0.6rem 0.6rem 2.4rem;
    }
  }
  .footer-header_form form .form-label input {
    border: 0;
    padding: 0;
    height: auto;
    background-color: transparent;
  }
  .footer-header_link .menu-link {
    gap: 0.8rem;
    display: flex;
    line-height: 140%;
    transition: 0.4s ease-in-out;
  }
  @media screen and (hover: hover) and (pointer: fine) and (min-width: 1201px) {
    .footer-header_link .menu-link:hover, .footer-header_link .menu-link:focus-visible {
      color: #f2b705;
    }
  }
  @media screen and (max-width: 576px) {
    .footer-header_link .menu-link {
      font-size: 1.4rem;
    }
  }
  .footer-header_link .menu-link img {
    flex-shrink: 0;
    -o-object-fit: cover;
       object-fit: cover;
    width: 2.4rem;
    height: 2.4rem;
  }
  @media screen and (max-width: 576px) {
    .footer-header_link .menu-link img {
      width: 2rem;
      height: 2rem;
    }
  }
  .footer-main_sign-img {
    width: 100%;
  }
  .footer-main_sign-img img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .footer-main_link-left {
    margin: 0 calc(-1 * var(--pi-16));
  }
  .footer-main_link-left > * {
    padding: 0 var(--pi-16);
  }
  @media screen and (min-width: 577px) {
    .footer-main_link-left .copyright {
      border-right: 0.1rem solid #1a1a1a;
    }
  }
  .footer-main_link-left .copyright img {
    flex-shrink: 0;
    width: 1.6rem;
    height: 1.6rem;
  }
  @media screen and (max-width: 576px) {
    .footer-main_link-left .copyright img {
      width: 1.2rem;
      height: 1.2rem;
    }
  }
  .footer-main_link-left .link {
    margin: 0 calc(-1 * var(--pi-16));
  }
  .footer-main_link-left .link-item {
    padding: 0 var(--pi-16);
  }
  .footer-main_link-left .link-item:not(:last-child) {
    border-right: 0.1rem solid #1a1a1a;
  }
  @media screen and (max-width: 576px) {
    .footer-main_link-right .exc {
      flex-direction: column;
    }
  }
  .btn {
    z-index: 3;
    flex-shrink: 0;
    color: white;
    --f-sz: clamp(1.4rem, calc(1.3279rem + 0.2459vw), 1.8rem);
    font-size: var(--f-sz);
    cursor: pointer;
    overflow: hidden;
    font-weight: 700;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    text-align: center;
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 4rem;
    line-height: normal;
    transition: 0.4s ease-in-out;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 1.55rem 3.2rem;
    background-color: #784123;
    font-family: var(--font-title);
    border: 0.1rem solid #784123;
  }
  @media screen and (min-width: 1201px) {
    .btn:hover {
      color: white;
      border-color: #f2b705;
    }
    .btn:hover::after {
      left: 0;
      width: 100%;
    }
  }
  @media screen and (max-width: 1200px) {
    .btn {
      padding: 1.2rem 2.4rem;
    }
  }
  .btn::after {
    content: "";
    top: 0;
    right: 0;
    width: 0;
    z-index: -1;
    height: 100%;
    position: absolute;
    transition: 0.4s ease-in-out;
    background-color: #f2b705;
  }
  .btn-pri {
    border-color: #f2b705;
    background-color: #f2b705;
  }
  @media screen and (hover: hover) and (pointer: fine) and (min-width: 1201px) {
    .btn-pri:hover, .btn-pri:focus-visible {
      border-color: #784123;
    }
  }
  .btn-pri:after {
    background-color: #784123;
  }
  .btn-white {
    color: #784123;
    background-color: white;
  }
  @media screen and (hover: hover) and (pointer: fine) and (min-width: 1201px) {
    .btn-white:hover img, .btn-white:focus-visible img {
      filter: var(--filter-white);
    }
  }
  .btn-white img {
    filter: var(--filter-pri);
  }
  .btn-send img {
    animation: btnAni 4s ease-in-out infinite;
  }
  .btn-material {
    padding: 0.8rem 1.6rem 0.8rem 0.8rem;
  }
  @media screen and (max-width: 576px) {
    .btn-material {
      gap: 0.6rem;
      font-size: 1.2rem;
      padding: 0.6rem 1.6rem 0.6rem 0.6rem;
    }
  }
  @media screen and (hover: hover) and (pointer: fine) and (min-width: 1201px) {
    .btn-material:hover .icon, .btn-material:focus-visible .icon {
      background-color: white;
    }
    .btn-material:hover .icon img, .btn-material:focus-visible .icon img {
      filter: var(--filter-sec);
    }
  }
  .btn-material .icon {
    width: 4rem;
    height: 4rem;
    transition: 0.4s ease-in-out;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background-color: #784123;
    border-radius: var(--radius-circle);
  }
  @media screen and (max-width: 991px) {
    .btn-material .icon {
      width: 3.2rem;
      height: 3.2rem;
    }
  }
  @media screen and (max-width: 576px) {
    .btn-material .icon {
      width: 2.4rem;
      height: 2.4rem;
    }
  }
  .btn-material .icon img {
    filter: var(--filter-white);
  }
  @media screen and (max-width: 576px) {
    .btn-material .icon img {
      width: 1.2rem;
      height: 1.2rem;
    }
  }
  .btn-download {
    justify-content: flex-start;
  }
  @media screen and (hover: hover) and (pointer: fine) and (min-width: 1201px) {
    .btn-download:hover .download .ic-arrow, .btn-download:focus-visible .download .ic-arrow {
      opacity: 1;
    }
    .btn-download:hover .download .ic-down, .btn-download:focus-visible .download .ic-down {
      opacity: 0;
    }
  }
  @media screen and (hover: hover) and (pointer: fine) and (min-width: 1201px) {
    .btn-download.btn-white:hover, .btn-download.btn-white:focus-visible {
      border-color: #784123;
    }
    .btn-download.btn-white:hover .icon, .btn-download.btn-white:focus-visible .icon {
      background-color: white;
    }
    .btn-download.btn-white:hover .icon img, .btn-download.btn-white:focus-visible .icon img {
      filter: var(--filter-pri);
    }
  }
  .btn-download.btn-white:after {
    background-color: #784123;
  }
  .btn-download.btn-white .icon {
    flex-shrink: 0;
    background-color: #784123;
  }
  .btn-download.btn-white .icon img {
    filter: var(--filter-white);
  }
  .btn-download.btn-white .download {
    margin-left: auto;
  }
  .btn-download.btn-white .download .ic-down {
    filter: var(--filter-pri);
  }
  .btn-download .icon {
    background-color: white;
  }
  .btn-download .icon img {
    filter: var(--filter-pri);
  }
  .btn-download .download > * {
    transition: 0.4s ease-in-out;
  }
  .btn-download .download .ic-arrow {
    top: 0;
    left: 0;
    opacity: 0;
    position: absolute;
  }
  .btn.mx-auto {
    margin: 0 auto;
  }
  .btn.w-100 {
    width: 100%;
  }
  .btn:disabled {
    pointer-events: none;
  }
  .btn span {
    line-height: inherit;
  }
  .btn img {
    transition: 0.4s ease-in-out;
    width: 2.4rem;
    height: 2.4rem;
  }
  @media screen and (max-width: 991px) {
    .btn img {
      width: 1.6rem;
      height: 1.6rem;
    }
  }
  .btn .wpcf7-spinner {
    top: 50%;
    left: 50%;
    margin: 0 auto !important;
    position: absolute !important;
    transform: translate(-50%, -50%);
  }
  form .form-wrap {
    display: flex;
    row-gap: 4rem;
    flex-direction: column;
  }
  @media screen and (max-width: 767px) {
    form .form-wrap {
      row-gap: 1.6rem;
    }
  }
  form .form-group {
    gap: 2.4rem;
    flex-wrap: wrap;
    display: flex;
    align-items: center;
  }
  @media screen and (max-width: 767px) {
    form .form-group {
      gap: 1.6rem;
    }
  }
  form .form-group > p {
    width: 100%;
  }
  form .form-box {
    width: calc(50% - 1.2rem);
  }
  @media screen and (max-width: 767px) {
    form .form-box {
      width: calc(50% - 0.8rem);
    }
  }
  @media screen and (max-width: 576px) {
    form .form-box {
      width: 100%;
    }
  }
  form .form-label {
    width: 100%;
    display: flex;
    row-gap: 0.8rem;
    flex-direction: column;
  }
  form .form-text {
    font-size: 1.4rem;
    line-height: 140%;
    color: #1a1a1a;
  }
  form .form-text sup {
    color: #c33025;
  }
  form .form-action {
    margin-top: 0.8rem;
    position: relative;
  }
  form .form-action .wpcf7-spinner {
    top: 50%;
    left: 50%;
    margin: 0 auto !important;
    position: absolute !important;
    transform: translate(-50%, -50%);
  }
  form .form-select {
    position: relative;
  }
  form .form-select::before {
    content: "";
    top: 50%;
    right: 2.4rem;
    position: absolute;
    width: 2.4rem;
    height: 2.4rem;
    pointer-events: none;
    filter: var(--filter-pri);
    transform: translateY(-50%);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
    background-image: url("../../assets/images/icons/icon-chevron.svg");
  }
  form input,
  form select {
    height: 4.8rem;
  }
  form textarea {
    resize: none;
    height: 10rem;
  }
  form select {
    padding: 1.2rem 4.8rem 1.2rem 2.4rem;
  }
  form input,
  form textarea {
    min-height: 4.8rem;
  }
  form input:not(:-moz-placeholder), form textarea:not(:-moz-placeholder) {
    color: #1a1a1a;
    border-color: #656565;
  }
  form input:not(:-ms-input-placeholder), form textarea:not(:-ms-input-placeholder) {
    color: #1a1a1a;
    border-color: #656565;
  }
  form input:hover, form input:focus, form input:not(:placeholder-shown),
  form textarea:hover,
  form textarea:focus,
  form textarea:not(:placeholder-shown) {
    color: #1a1a1a;
    border-color: #656565;
  }
  form input::-moz-placeholder, form textarea::-moz-placeholder {
    font-size: 1.4rem;
    font-style: italic;
    color: #999999;
  }
  form input:-ms-input-placeholder, form textarea:-ms-input-placeholder {
    font-size: 1.4rem;
    font-style: italic;
    color: #999999;
  }
  form input::placeholder,
  form textarea::placeholder {
    font-size: 1.4rem;
    font-style: italic;
    color: #999999;
  }
  form input,
  form select,
  form textarea {
    border: 0;
    outline: 0;
    width: 100%;
    font-size: 1.6rem;
    color: #1a1a1a;
    transition: 0.4s ease-in-out;
    font-family: var(--font-pri);
    background-color: transparent;
    border-bottom: 0.1rem solid #999999;
  }
  form .custom-input-file {
    width: 100%;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    border-radius: var(--radius);
    border: 0.2rem dashed #784123;
    background-color: rgba(120, 65, 35, 0.05);
  }
  form .custom-input-file input {
    display: none;
  }
  form .custom-input-file label {
    gap: 0.8rem;
    height: 14rem;
    display: block;
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 1.6rem 1.2rem;
  }
  .g-recaptcha-wrap {
    padding: 0 !important;
  }
  .wpcf7-form-control-wrap {
    width: 100%;
    display: block;
  }
  .wpcf7-not-valid-tip {
    right: 0;
    z-index: 4;
    bottom: -2.2rem;
    padding: 0.4rem;
    width: -moz-fit-content;
    width: fit-content;
    position: absolute;
    border-radius: 0.5rem;
    background-color: red;
    color: white !important;
    font-size: 1.2rem !important;
  }
  .wpcf7-not-valid-tip::before {
    content: "";
    width: 0;
    height: 0;
    bottom: 100%;
    right: 1.6rem;
    position: absolute;
    border-left: 0.5rem solid transparent;
    border-right: 0.5rem solid transparent;
    border-bottom: 0.5rem solid #ec1f26;
  }
  .wpcf7-response-output {
    color: #ec1f26;
    font-weight: 600;
    font-size: 1.2rem;
    text-align: center;
    border: 0 !important;
    padding: 0 !important;
    margin: 2rem 0 0 0 !important;
  }
  @media screen and (max-width: 1200px) {
    .wpcf7-response-output {
      margin: 1.2rem 0 0 0 !important;
    }
  }
  .select2-results {
    overflow: hidden;
    background-color: white;
    border-radius: 0 !important;
    border: 0.1rem solid white;
    box-shadow: var(--box-shadow-1);
  }
  .select2-container .select2-dropdown {
    border: 0;
    background-color: transparent;
  }
  .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #784123;
  }
  input:-webkit-autofill,
  input:-webkit-autofill:hover,
  input:-webkit-autofill:focus,
  textarea:-webkit-autofill,
  textarea:-webkit-autofill:hover,
  textarea:-webkit-autofill:focus,
  select:-webkit-autofill,
  select:-webkit-autofill:hover,
  select:-webkit-autofill:focus {
    -webkit-text-fill-color: #1a1a1a;
    -webkit-box-shadow: 0 0 0 100rem transparent inset;
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
  }
  .hero {
    position: relative;
  }
  .hero-bg {
    inset: 0;
    z-index: -1;
    position: absolute;
  }
  .hero-bg:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    z-index: 1;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.35) 100%);
  }
  .hero-bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .hero-position {
    z-index: 5;
    position: relative;
  }
  .hero-content {
    padding: 15rem 0 21rem;
  }
  @media screen and (max-width: 991px) {
    .hero-content {
      padding: 10rem 0 15rem;
    }
  }
  @media screen and (max-width: 576px) {
    .hero-content {
      padding: 8rem 0 10rem;
    }
  }
  .hero-content:has(.cate) {
    gap: 2rem !important;
  }
  .hero-content_title {
    width: 100%;
    margin: 0 auto;
    color: #f0f0f0;
    text-transform: uppercase;
  }
  .hero-content .social-list {
    justify-content: center;
  }
  @media screen and (min-width: 992px) {
    .hero-content .social-list {
      gap: 2.4rem;
    }
  }
  @media screen and (min-width: 992px) {
    .hero-content .social-link {
      width: 3.2rem;
      height: 3.2rem;
    }
  }
  .hero-content .social-link img {
    filter: var(--filter-white);
  }
  .hero-content .cate-item:not(:last-child):after {
    content: "/";
    margin: 0 1rem;
    color: white;
  }
  .hero-content .cate-item.is-active .text-14 {
    color: white;
    font-weight: 600;
  }
  .hero-content .cate-item .text-14 {
    color: #f0f0f0;
    white-space: nowrap;
  }
  @media screen and (max-width: 767px) {
    .hero-content .cate-item .text-14 {
      font-size: 1.2rem;
    }
  }
  .hero-content_sign-img {
    max-width: 86rem;
  }
  @media screen and (max-width: 1200px) {
    .hero-content_sign-img {
      max-width: 60rem;
    }
  }
  .hero-content_sign-img:first-child img {
    filter: brightness(0) saturate(100%) invert(99%) sepia(1%) saturate(5680%) hue-rotate(308deg) brightness(76%) contrast(132%);
  }
  .hero-content_sign-img:last-child {
    margin-left: auto;
  }
  .bnpj {
    height: 100dvh;
    position: relative;
  }
  @media screen and (max-width: 1200px) {
    .bnpj {
      height: auto;
    }
  }
  .bnpj-swiper {
    height: 100%;
  }
  .bnpj-swiper .swiper {
    height: inherit;
  }
  .bnpj-home {
    height: 100%;
    display: flex;
    position: relative;
  }
  .bnpj-home::before {
    content: "";
    width: 100%;
    display: block;
    padding-top: 56.25%;
  }
  @media screen and (max-width: 767px) {
    .bnpj-home::before {
      padding-top: 80%;
    }
  }
  @media screen and (max-width: 576px) {
    .bnpj-home::before {
      padding-top: 150%;
    }
  }
  .bnpj-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
  }
  .bnpj-bg::before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
    position: absolute;
    content: "";
    z-index: 1;
  }
  .bnpj-bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .bnpj-pos {
    inset: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    position: absolute;
  }
  .bnpj-wrap {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: end;
    padding-bottom: 7.4rem;
  }
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    ::-ms-backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-duration: initial;
      --tw-ease: initial;
    }
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-duration: initial;
      --tw-ease: initial;
    }
  }
}
/*# sourceMappingURL=common.css.map */
