/*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --font-weight-normal: 400;
    --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-out: cubic-bezier(0, 0, 0.2, 1);
    --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);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
      -o-tab-size: 4;
         tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::-moz-placeholder {
    opacity: 1;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::-moz-placeholder {
      color: currentcolor;
    }
    ::placeholder {
      color: currentcolor;
    }
    @supports (color: color-mix(in lab, red, red)) {
      ::-moz-placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    -webkit-appearance: button;
       -moz-appearance: button;
            appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .collapse {
    visibility: collapse;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-1\/2 {
    top: calc(1/2 * 100%);
  }
  .top-\[-6px\] {
    top: -6px;
  }
  .top-\[-55px\] {
    top: -55px;
  }
  .top-\[-77px\] {
    top: -77px;
  }
  .top-\[0px\] {
    top: 0px;
  }
  .top-\[5px\] {
    top: 5px;
  }
  .top-\[24px\] {
    top: 24px;
  }
  .top-\[31px\] {
    top: 31px;
  }
  .top-\[40\%\] {
    top: 40%;
  }
  .top-\[50\%\] {
    top: 50%;
  }
  .top-\[260px\] {
    top: 260px;
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-\[-7px\] {
    right: -7px;
  }
  .right-\[0px\] {
    right: 0px;
  }
  .right-\[15px\] {
    right: 15px;
  }
  .right-\[16px\] {
    right: 16px;
  }
  .right-\[20px\] {
    right: 20px;
  }
  .right-\[30px\] {
    right: 30px;
  }
  .right-\[50px\] {
    right: 50px;
  }
  .right-\[100px\] {
    right: 100px;
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .bottom-\[0px\] {
    bottom: 0px;
  }
  .bottom-\[50px\] {
    bottom: 50px;
  }
  .bottom-\[84px\] {
    bottom: 84px;
  }
  .bottom-\[160px\] {
    bottom: 160px;
  }
  .left-1\/2 {
    left: calc(1/2 * 100%);
  }
  .left-\[-100\%\] {
    left: -100%;
  }
  .left-\[0px\] {
    left: 0px;
  }
  .left-\[5px\] {
    left: 5px;
  }
  .left-\[50\%\] {
    left: 50%;
  }
  .z-1 {
    z-index: 1;
  }
  .z-10 {
    z-index: 10;
  }
  .z-\[1\] {
    z-index: 1;
  }
  .z-\[99\] {
    z-index: 99;
  }
  .z-\[9999\] {
    z-index: 9999;
  }
  .z-\[99999\] {
    z-index: 99999;
  }
  .z-\[9999999\] {
    z-index: 9999999;
  }
  .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;
    }
  }
  .m-0 {
    margin: calc(var(--spacing) * 0);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-\[16px\] {
    margin-block: 16px;
  }
  .my-\[50px\] {
    margin-block: 50px;
  }
  .mt-\[-12px\] {
    margin-top: -12px;
  }
  .mt-\[-40px\] {
    margin-top: -40px;
  }
  .mt-\[0px\] {
    margin-top: 0px;
  }
  .mt-\[4px\] {
    margin-top: 4px;
  }
  .mt-\[5px\] {
    margin-top: 5px;
  }
  .mt-\[7px\] {
    margin-top: 7px;
  }
  .mt-\[8px\] {
    margin-top: 8px;
  }
  .mt-\[10px\] {
    margin-top: 10px;
  }
  .mt-\[12px\] {
    margin-top: 12px;
  }
  .mt-\[15px\] {
    margin-top: 15px;
  }
  .mt-\[16px\] {
    margin-top: 16px;
  }
  .mt-\[20px\] {
    margin-top: 20px;
  }
  .mt-\[24px\] {
    margin-top: 24px;
  }
  .mt-\[25px\] {
    margin-top: 25px;
  }
  .mt-\[28px\] {
    margin-top: 28px;
  }
  .mt-\[30px\] {
    margin-top: 30px;
  }
  .mt-\[37px\] {
    margin-top: 37px;
  }
  .mt-\[40px\] {
    margin-top: 40px;
  }
  .mt-\[50px\] {
    margin-top: 50px;
  }
  .mt-\[80px\] {
    margin-top: 80px;
  }
  .mt-\[90px\] {
    margin-top: 90px;
  }
  .mt-\[100px\] {
    margin-top: 100px;
  }
  .mt-\[120px\] {
    margin-top: 120px;
  }
  .mt-\[140px\] {
    margin-top: 140px;
  }
  .mt-\[200px\] {
    margin-top: 200px;
  }
  .mt-\[240px\] {
    margin-top: 240px;
  }
  .mb-\[0px\] {
    margin-bottom: 0px;
  }
  .mb-\[10px\] {
    margin-bottom: 10px;
  }
  .mb-\[16px\] {
    margin-bottom: 16px;
  }
  .mb-\[20px\] {
    margin-bottom: 20px;
  }
  .mb-\[30px\] {
    margin-bottom: 30px;
  }
  .mb-\[40px\] {
    margin-bottom: 40px;
  }
  .mb-\[50px\] {
    margin-bottom: 50px;
  }
  .mb-\[60px\] {
    margin-bottom: 60px;
  }
  .mb-\[80px\] {
    margin-bottom: 80px;
  }
  .ml-auto {
    margin-left: auto;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .table {
    display: table;
  }
  .h-\[18px\] {
    height: 18px;
  }
  .h-\[24px\] {
    height: 24px;
  }
  .h-\[26px\] {
    height: 26px;
  }
  .h-\[30px\] {
    height: 30px;
  }
  .h-\[32px\] {
    height: 32px;
  }
  .h-\[36px\] {
    height: 36px;
  }
  .h-\[40px\] {
    height: 40px;
  }
  .h-\[42px\] {
    height: 42px;
  }
  .h-\[60px\] {
    height: 60px;
  }
  .h-\[64px\] {
    height: 64px;
  }
  .h-\[69px\] {
    height: 69px;
  }
  .h-\[70px\] {
    height: 70px;
  }
  .h-\[73px\] {
    height: 73px;
  }
  .h-\[80px\] {
    height: 80px;
  }
  .h-\[90px\] {
    height: 90px;
  }
  .h-\[100px\] {
    height: 100px;
  }
  .h-\[100vh\] {
    height: 100vh;
  }
  .h-\[102px\] {
    height: 102px;
  }
  .h-\[140px\] {
    height: 140px;
  }
  .h-\[153px\] {
    height: 153px;
  }
  .h-\[160px\] {
    height: 160px;
  }
  .h-\[162px\] {
    height: 162px;
  }
  .h-\[186px\] {
    height: 186px;
  }
  .h-\[260px\] {
    height: 260px;
  }
  .h-\[300px\] {
    height: 300px;
  }
  .h-\[306px\] {
    height: 306px;
  }
  .h-\[400px\] {
    height: 400px;
  }
  .h-\[510px\] {
    height: 510px;
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .min-h-\[300px\] {
    min-height: 300px;
  }
  .w-\[1px\] {
    width: 1px;
  }
  .w-\[10\%\] {
    width: 10%;
  }
  .w-\[24px\] {
    width: 24px;
  }
  .w-\[25px\] {
    width: 25px;
  }
  .w-\[26px\] {
    width: 26px;
  }
  .w-\[30\%\] {
    width: 30%;
  }
  .w-\[30px\] {
    width: 30px;
  }
  .w-\[32px\] {
    width: 32px;
  }
  .w-\[36px\] {
    width: 36px;
  }
  .w-\[40\%\] {
    width: 40%;
  }
  .w-\[40px\] {
    width: 40px;
  }
  .w-\[42px\] {
    width: 42px;
  }
  .w-\[45\%\] {
    width: 45%;
  }
  .w-\[60\%\] {
    width: 60%;
  }
  .w-\[60px\] {
    width: 60px;
  }
  .w-\[64px\] {
    width: 64px;
  }
  .w-\[69px\] {
    width: 69px;
  }
  .w-\[70\%\] {
    width: 70%;
  }
  .w-\[70px\] {
    width: 70px;
  }
  .w-\[73px\] {
    width: 73px;
  }
  .w-\[80px\] {
    width: 80px;
  }
  .w-\[90\%\] {
    width: 90%;
  }
  .w-\[100\%\] {
    width: 100%;
  }
  .w-\[102px\] {
    width: 102px;
  }
  .w-\[140px\] {
    width: 140px;
  }
  .w-\[230px\] {
    width: 230px;
  }
  .w-\[700px\] {
    width: 700px;
  }
  .w-\[inherit\] {
    width: inherit;
  }
  .w-auto {
    width: auto;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[20px\] {
    max-width: 20px;
  }
  .max-w-\[24px\] {
    max-width: 24px;
  }
  .max-w-\[34px\] {
    max-width: 34px;
  }
  .max-w-\[60px\] {
    max-width: 60px;
  }
  .max-w-\[217px\] {
    max-width: 217px;
  }
  .max-w-\[416px\] {
    max-width: 416px;
  }
  .max-w-\[500px\] {
    max-width: 500px;
  }
  .max-w-\[600px\] {
    max-width: 600px;
  }
  .max-w-\[850px\] {
    max-width: 850px;
  }
  .max-w-\[1100px\] {
    max-width: 1100px;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-\[0_1_calc\(\(100\%-60px\)\/3\)\] {
    flex: 0 1 calc((100% - 60px) / 3);
  }
  .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);
  }
  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-\[-50\%\] {
    --tw-translate-y: -50%;
    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,);
  }
  .transform-none {
    transform: none;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .resize-none {
    resize: none;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-col-reverse {
    flex-direction: column-reverse;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .gap-\[5px\] {
    gap: 5px;
  }
  .gap-\[7px\] {
    gap: 7px;
  }
  .gap-\[8\] {
    gap: 8;
  }
  .gap-\[8px\] {
    gap: 8px;
  }
  .gap-\[10px\] {
    gap: 10px;
  }
  .gap-\[12px\] {
    gap: 12px;
  }
  .gap-\[16px\] {
    gap: 16px;
  }
  .gap-\[20px\] {
    gap: 20px;
  }
  .gap-\[24px\] {
    gap: 24px;
  }
  .gap-\[30px\] {
    gap: 30px;
  }
  .gap-\[40px\] {
    gap: 40px;
  }
  .gap-\[120px\] {
    gap: 120px;
  }
  .gap-x-\[16px\] {
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
  .gap-x-\[24px\] {
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
  .gap-y-\[12px\] {
    row-gap: 12px;
  }
  .gap-y-\[32px\] {
    row-gap: 32px;
  }
  .gap-y-\[48px\] {
    row-gap: 48px;
  }
  .overflow-auto {
    overflow: auto;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded-\[0px\] {
    border-radius: 0px;
  }
  .rounded-\[0px_0px_0px_120px\] {
    border-radius: 0px 0px 0px 120px;
  }
  .rounded-\[0px_0px_20px_20px\] {
    border-radius: 0px 0px 20px 20px;
  }
  .rounded-\[6px\] {
    border-radius: 6px;
  }
  .rounded-\[8px\] {
    border-radius: 8px;
  }
  .rounded-\[10px\] {
    border-radius: 10px;
  }
  .rounded-\[12px\] {
    border-radius: 12px;
  }
  .rounded-\[16px\] {
    border-radius: 16px;
  }
  .rounded-\[20px\] {
    border-radius: 20px;
  }
  .rounded-\[24px\] {
    border-radius: 24px;
  }
  .rounded-\[34px\] {
    border-radius: 34px;
  }
  .rounded-\[40px_40px_0px_0px\] {
    border-radius: 40px 40px 0px 0px;
  }
  .rounded-\[50\%\] {
    border-radius: 50%;
  }
  .rounded-\[90px\] {
    border-radius: 90px;
  }
  .rounded-\[100px\] {
    border-radius: 100px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-b-1 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-\[\#CFCFCF\] {
    border-color: #CFCFCF;
  }
  .border-\[\#DEDEDE\] {
    border-color: #DEDEDE;
  }
  .border-\[\#EEEEEE\] {
    border-color: #EEEEEE;
  }
  .border-\[var\(--color-green\)\] {
    border-color: var(--color-green);
  }
  .border-\[var\(--color-red\)\] {
    border-color: var(--color-red);
  }
  .border-black\/10 {
    border-color: color-mix(in srgb, #000 10%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .border-black\/10 {
      border-color: color-mix(in oklab, var(--color-black) 10%, transparent);
    }
  }
  .border-transparent {
    border-color: transparent;
  }
  .border-white {
    border-color: var(--color-white);
  }
  .border-white\/20 {
    border-color: color-mix(in srgb, #fff 20%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .border-white\/20 {
      border-color: color-mix(in oklab, var(--color-white) 20%, transparent);
    }
  }
  .bg-\[\#175D5F1A\] {
    background-color: #175D5F1A;
  }
  .bg-\[\#B2D8D6\] {
    background-color: #B2D8D6;
  }
  .bg-\[\#EDEDED\] {
    background-color: #EDEDED;
  }
  .bg-\[\#EDF2F3\] {
    background-color: #EDF2F3;
  }
  .bg-\[\#F6F6F6\] {
    background-color: #F6F6F6;
  }
  .bg-\[\#F34838\] {
    background-color: #F34838;
  }
  .bg-\[\#FFF7E9\] {
    background-color: #FFF7E9;
  }
  .bg-\[rgba\(0\,0\,0\,0\.6\)\] {
    background-color: rgba(0,0,0,0.6);
  }
  .bg-\[var\(--color-green\)\] {
    background-color: var(--color-green);
  }
  .bg-\[var\(--color-red\)\] {
    background-color: var(--color-red);
  }
  .bg-\[var\(--color-yellow\)\] {
    background-color: var(--color-yellow);
  }
  .bg-black\/60 {
    background-color: color-mix(in srgb, #000 60%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .bg-black\/60 {
      background-color: color-mix(in oklab, var(--color-black) 60%, transparent);
    }
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-center {
    background-position: center;
  }
  .bg-no-repeat {
    background-repeat: no-repeat;
  }
  .fill-\[var\(--color-red\)\] {
    fill: var(--color-red);
  }
  .fill-white {
    fill: var(--color-white);
  }
  .object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .p-\[0px\] {
    padding: 0px;
  }
  .p-\[2px\] {
    padding: 2px;
  }
  .p-\[8px\] {
    padding: 8px;
  }
  .p-\[9px\] {
    padding: 9px;
  }
  .p-\[12px\] {
    padding: 12px;
  }
  .p-\[14px\] {
    padding: 14px;
  }
  .p-\[15px\] {
    padding: 15px;
  }
  .p-\[16px\] {
    padding: 16px;
  }
  .p-\[20px\] {
    padding: 20px;
  }
  .p-\[24px\] {
    padding: 24px;
  }
  .px-\[0px\] {
    padding-inline: 0px;
  }
  .px-\[6px\] {
    padding-inline: 6px;
  }
  .px-\[7px\] {
    padding-inline: 7px;
  }
  .px-\[10px\] {
    padding-inline: 10px;
  }
  .px-\[15px\] {
    padding-inline: 15px;
  }
  .px-\[16px\] {
    padding-inline: 16px;
  }
  .px-\[18px\] {
    padding-inline: 18px;
  }
  .px-\[20px\] {
    padding-inline: 20px;
  }
  .px-\[24px\] {
    padding-inline: 24px;
  }
  .px-\[25px\] {
    padding-inline: 25px;
  }
  .px-\[30px\] {
    padding-inline: 30px;
  }
  .px-\[35px\] {
    padding-inline: 35px;
  }
  .px-\[40px\] {
    padding-inline: 40px;
  }
  .px-\[50px\] {
    padding-inline: 50px;
  }
  .px-\[55px\] {
    padding-inline: 55px;
  }
  .px-\[90px\] {
    padding-inline: 90px;
  }
  .py-\[3px\] {
    padding-block: 3px;
  }
  .py-\[5px\] {
    padding-block: 5px;
  }
  .py-\[6px\] {
    padding-block: 6px;
  }
  .py-\[7px\] {
    padding-block: 7px;
  }
  .py-\[8px\] {
    padding-block: 8px;
  }
  .py-\[9px\] {
    padding-block: 9px;
  }
  .py-\[10px\] {
    padding-block: 10px;
  }
  .py-\[11px\] {
    padding-block: 11px;
  }
  .py-\[12px\] {
    padding-block: 12px;
  }
  .py-\[14px\] {
    padding-block: 14px;
  }
  .py-\[16px\] {
    padding-block: 16px;
  }
  .py-\[17px\] {
    padding-block: 17px;
  }
  .py-\[18px\] {
    padding-block: 18px;
  }
  .py-\[20px\] {
    padding-block: 20px;
  }
  .py-\[24px\] {
    padding-block: 24px;
  }
  .py-\[30px\] {
    padding-block: 30px;
  }
  .py-\[40px\] {
    padding-block: 40px;
  }
  .py-\[200px\] {
    padding-block: 200px;
  }
  .pt-\[16px\] {
    padding-top: 16px;
  }
  .pt-\[20px\] {
    padding-top: 20px;
  }
  .pt-\[24px\] {
    padding-top: 24px;
  }
  .pt-\[30px\] {
    padding-top: 30px;
  }
  .pt-\[40px\] {
    padding-top: 40px;
  }
  .pt-\[50px\] {
    padding-top: 50px;
  }
  .pt-\[100px\] {
    padding-top: 100px;
  }
  .pt-\[120px\] {
    padding-top: 120px;
  }
  .pr-\[0px\] {
    padding-right: 0px;
  }
  .pr-\[15px\] {
    padding-right: 15px;
  }
  .pr-\[36px\] {
    padding-right: 36px;
  }
  .pr-\[40px\] {
    padding-right: 40px;
  }
  .pr-\[100px\] {
    padding-right: 100px;
  }
  .pb-\[16px\] {
    padding-bottom: 16px;
  }
  .pb-\[20px\] {
    padding-bottom: 20px;
  }
  .pb-\[40px\] {
    padding-bottom: 40px;
  }
  .pb-\[60px\] {
    padding-bottom: 60px;
  }
  .pb-\[70px\] {
    padding-bottom: 70px;
  }
  .pb-\[180px\] {
    padding-bottom: 180px;
  }
  .pl-\[15px\] {
    padding-left: 15px;
  }
  .pl-\[36px\] {
    padding-left: 36px;
  }
  .text-center {
    text-align: center;
  }
  .text-right {
    text-align: right;
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-\[10px\] {
    font-size: 10px;
  }
  .text-\[12px\] {
    font-size: 12px;
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .text-\[16px\] {
    font-size: 16px;
  }
  .text-\[18px\] {
    font-size: 18px;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .text-\[24px\] {
    font-size: 24px;
  }
  .text-\[32px\] {
    font-size: 32px;
  }
  .text-\[40px\] {
    font-size: 40px;
  }
  .text-\[42px\] {
    font-size: 42px;
  }
  .text-\[64px\] {
    font-size: 64px;
  }
  .text-\[90px\] {
    font-size: 90px;
  }
  .leading-\[18px\] {
    --tw-leading: 18px;
    line-height: 18px;
  }
  .leading-\[100\%\] {
    --tw-leading: 100%;
    line-height: 100%;
  }
  .leading-\[110\%\] {
    --tw-leading: 110%;
    line-height: 110%;
  }
  .leading-\[120\%\] {
    --tw-leading: 120%;
    line-height: 120%;
  }
  .leading-\[130\%\] {
    --tw-leading: 130%;
    line-height: 130%;
  }
  .leading-\[140\%\] {
    --tw-leading: 140%;
    line-height: 140%;
  }
  .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-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);
  }
  .\!text-\[var\(--color-green\)\] {
    color: var(--color-green) !important;
  }
  .text-\[\#BFBFBF\] {
    color: #BFBFBF;
  }
  .text-\[\#F34838\] {
    color: #F34838;
  }
  .text-\[\#ff0000\] {
    color: #ff0000;
  }
  .text-\[var\(--color-green\)\] {
    color: var(--color-green);
  }
  .text-\[var\(--color-red\)\] {
    color: var(--color-red);
  }
  .text-black {
    color: var(--color-black);
  }
  .text-black\/50 {
    color: color-mix(in srgb, #000 50%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .text-black\/50 {
      color: color-mix(in oklab, var(--color-black) 50%, transparent);
    }
  }
  .text-black\/60 {
    color: color-mix(in srgb, #000 60%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .text-black\/60 {
      color: color-mix(in oklab, var(--color-black) 60%, transparent);
    }
  }
  .text-black\/70 {
    color: color-mix(in srgb, #000 70%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .text-black\/70 {
      color: color-mix(in oklab, var(--color-black) 70%, transparent);
    }
  }
  .text-white {
    color: var(--color-white);
  }
  .text-white\/50 {
    color: color-mix(in srgb, #fff 50%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .text-white\/50 {
      color: color-mix(in oklab, var(--color-white) 50%, transparent);
    }
  }
  .ordinal {
    --tw-ordinal: ordinal;
    font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
  }
  .opacity-20 {
    opacity: 20%;
  }
  .opacity-\[40\%\] {
    opacity: 40%;
  }
  .opacity-\[50\%\] {
    opacity: 50%;
  }
  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px 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,);
  }
  .invert {
    --tw-invert: invert(100%);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .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-all {
    transition-property: all;
    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-500 {
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .backface-hidden {
    backface-visibility: hidden;
  }
  @media (hover: hover) {
    .group-hover\:scale-110:is(:where(.group):hover *) {
      --tw-scale-x: 110%;
      --tw-scale-y: 110%;
      --tw-scale-z: 110%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  @media (hover: hover) {
    .group-hover\:fill-\[var\(--color-yellow\)\]:is(:where(.group):hover *) {
      fill: var(--color-yellow);
    }
  }
  @media (hover: hover) {
    .group-hover\:fill-white:is(:where(.group):hover *) {
      fill: var(--color-white);
    }
  }
  .before\:absolute::before {
    content: var(--tw-content);
    position: absolute;
  }
  .before\:inset-0::before {
    content: var(--tw-content);
    inset: calc(var(--spacing) * 0);
  }
  .before\:content-\[\'\'\]::before {
    --tw-content: '';
    content: var(--tw-content);
  }
  .after\:absolute::after {
    content: var(--tw-content);
    position: absolute;
  }
  .after\:top-\[0px\]::after {
    content: var(--tw-content);
    top: 0px;
  }
  .after\:top-\[6px\]::after {
    content: var(--tw-content);
    top: 6px;
  }
  .after\:right-\[-17px\]::after {
    content: var(--tw-content);
    right: -17px;
  }
  .after\:h-\[9px\]::after {
    content: var(--tw-content);
    height: 9px;
  }
  .after\:w-\[1px\]::after {
    content: var(--tw-content);
    width: 1px;
  }
  .after\:bg-\[\#5F5F5F\]::after {
    content: var(--tw-content);
    background-color: #5F5F5F;
  }
  .after\:content-\[\'\'\]::after {
    --tw-content: '';
    content: var(--tw-content);
  }
  @media (hover: hover) {
    .hover\:border:hover {
      border-style: var(--tw-border-style);
      border-width: 1px;
    }
  }
  @media (hover: hover) {
    .hover\:border-\[var\(--color-green\)\]:hover {
      border-color: var(--color-green);
    }
  }
  @media (hover: hover) {
    .hover\:border-\[var\(--color-yellow\)\]:hover {
      border-color: var(--color-yellow);
    }
  }
  @media (hover: hover) {
    .hover\:bg-\[var\(--color-green\)\]:hover {
      background-color: var(--color-green);
    }
  }
  @media (hover: hover) {
    .hover\:bg-\[var\(--color-red\)\]:hover {
      background-color: var(--color-red);
    }
  }
  @media (hover: hover) {
    .hover\:bg-white:hover {
      background-color: var(--color-white);
    }
  }
  @media (hover: hover) {
    .hover\:text-\[var\(--color-green\)\]:hover {
      color: var(--color-green);
    }
  }
  @media (hover: hover) {
    .hover\:text-\[var\(--color-red\)\]:hover {
      color: var(--color-red);
    }
  }
  @media (hover: hover) {
    .hover\:text-\[var\(--color-yellow\)\]:hover {
      color: var(--color-yellow);
    }
  }
  @media (hover: hover) {
    .hover\:text-white:hover {
      color: var(--color-white);
    }
  }
  @media (hover: hover) {
    .hover\:opacity-100:hover {
      opacity: 100%;
    }
  }
  @media (width >= 40rem) {
    .sm\:right-\[24px\] {
      right: 24px;
    }
  }
  @media (width >= 40rem) {
    .sm\:right-\[inherit\] {
      right: inherit;
    }
  }
  @media (width >= 40rem) {
    .sm\:m-\[inherit\] {
      margin: inherit;
    }
  }
  @media (width >= 40rem) {
    .sm\:mt-\[4px\] {
      margin-top: 4px;
    }
  }
  @media (width >= 40rem) {
    .sm\:mt-\[8px\] {
      margin-top: 8px;
    }
  }
  @media (width >= 40rem) {
    .sm\:mt-\[16px\] {
      margin-top: 16px;
    }
  }
  @media (width >= 40rem) {
    .sm\:mt-\[20px\] {
      margin-top: 20px;
    }
  }
  @media (width >= 40rem) {
    .sm\:mt-\[25px\] {
      margin-top: 25px;
    }
  }
  @media (width >= 40rem) {
    .sm\:mt-\[27px\] {
      margin-top: 27px;
    }
  }
  @media (width >= 40rem) {
    .sm\:mt-\[35px\] {
      margin-top: 35px;
    }
  }
  @media (width >= 40rem) {
    .sm\:mt-\[36px\] {
      margin-top: 36px;
    }
  }
  @media (width >= 40rem) {
    .sm\:mt-\[40px\] {
      margin-top: 40px;
    }
  }
  @media (width >= 40rem) {
    .sm\:mt-\[60px\] {
      margin-top: 60px;
    }
  }
  @media (width >= 40rem) {
    .sm\:mt-\[140px\] {
      margin-top: 140px;
    }
  }
  @media (width >= 40rem) {
    .sm\:mb-\[88px\] {
      margin-bottom: 88px;
    }
  }
  @media (width >= 40rem) {
    .sm\:block {
      display: block;
    }
  }
  @media (width >= 40rem) {
    .sm\:flex {
      display: flex;
    }
  }
  @media (width >= 40rem) {
    .sm\:hidden {
      display: none;
    }
  }
  @media (width >= 40rem) {
    .sm\:table {
      display: table;
    }
  }
  @media (width >= 40rem) {
    .sm\:h-\[23px\] {
      height: 23px;
    }
  }
  @media (width >= 40rem) {
    .sm\:h-\[40px\] {
      height: 40px;
    }
  }
  @media (width >= 40rem) {
    .sm\:h-\[60px\] {
      height: 60px;
    }
  }
  @media (width >= 40rem) {
    .sm\:h-\[306px\] {
      height: 306px;
    }
  }
  @media (width >= 40rem) {
    .sm\:w-\[40\%\] {
      width: 40%;
    }
  }
  @media (width >= 40rem) {
    .sm\:w-\[40px\] {
      width: 40px;
    }
  }
  @media (width >= 40rem) {
    .sm\:w-\[60\%\] {
      width: 60%;
    }
  }
  @media (width >= 40rem) {
    .sm\:w-\[60px\] {
      width: 60px;
    }
  }
  @media (width >= 40rem) {
    .sm\:w-\[inherit\] {
      width: inherit;
    }
  }
  @media (width >= 40rem) {
    .sm\:max-w-\[inherit\] {
      max-width: inherit;
    }
  }
  @media (width >= 40rem) {
    .sm\:flex-col {
      flex-direction: column;
    }
  }
  @media (width >= 40rem) {
    .sm\:flex-row {
      flex-direction: row;
    }
  }
  @media (width >= 40rem) {
    .sm\:gap-\[8px\] {
      gap: 8px;
    }
  }
  @media (width >= 40rem) {
    .sm\:gap-\[16px\] {
      gap: 16px;
    }
  }
  @media (width >= 40rem) {
    .sm\:gap-\[24px\] {
      gap: 24px;
    }
  }
  @media (width >= 40rem) {
    .sm\:gap-x-\[24px\] {
      -moz-column-gap: 24px;
           column-gap: 24px;
    }
  }
  @media (width >= 40rem) {
    .sm\:gap-y-\[30px\] {
      row-gap: 30px;
    }
  }
  @media (width >= 40rem) {
    .sm\:rounded-\[16px\] {
      border-radius: 16px;
    }
  }
  @media (width >= 40rem) {
    .sm\:rounded-\[20px\] {
      border-radius: 20px;
    }
  }
  @media (width >= 40rem) {
    .sm\:rounded-\[24px\] {
      border-radius: 24px;
    }
  }
  @media (width >= 40rem) {
    .sm\:border {
      border-style: var(--tw-border-style);
      border-width: 1px;
    }
  }
  @media (width >= 40rem) {
    .sm\:border-\[var\(--color-green\)\] {
      border-color: var(--color-green);
    }
  }
  @media (width >= 40rem) {
    .sm\:px-\[0px\] {
      padding-inline: 0px;
    }
  }
  @media (width >= 40rem) {
    .sm\:px-\[15px\] {
      padding-inline: 15px;
    }
  }
  @media (width >= 40rem) {
    .sm\:px-\[35px\] {
      padding-inline: 35px;
    }
  }
  @media (width >= 40rem) {
    .sm\:px-\[40px\] {
      padding-inline: 40px;
    }
  }
  @media (width >= 40rem) {
    .sm\:px-\[49px\] {
      padding-inline: 49px;
    }
  }
  @media (width >= 40rem) {
    .sm\:py-\[12px\] {
      padding-block: 12px;
    }
  }
  @media (width >= 40rem) {
    .sm\:py-\[14px\] {
      padding-block: 14px;
    }
  }
  @media (width >= 40rem) {
    .sm\:pt-\[36px\] {
      padding-top: 36px;
    }
  }
  @media (width >= 40rem) {
    .sm\:pt-\[60px\] {
      padding-top: 60px;
    }
  }
  @media (width >= 40rem) {
    .sm\:pr-\[0px\] {
      padding-right: 0px;
    }
  }
  @media (width >= 40rem) {
    .sm\:pb-\[60px\] {
      padding-bottom: 60px;
    }
  }
  @media (width >= 40rem) {
    .sm\:text-\[14px\] {
      font-size: 14px;
    }
  }
  @media (width >= 40rem) {
    .sm\:text-\[16px\] {
      font-size: 16px;
    }
  }
  @media (width >= 40rem) {
    .sm\:text-\[18px\] {
      font-size: 18px;
    }
  }
  @media (width >= 40rem) {
    .sm\:text-\[20px\] {
      font-size: 20px;
    }
  }
  @media (width >= 40rem) {
    .sm\:text-\[24px\] {
      font-size: 24px;
    }
  }
  @media (width >= 40rem) {
    .sm\:text-\[32px\] {
      font-size: 32px;
    }
  }
  @media (width >= 40rem) {
    .sm\:text-\[34px\] {
      font-size: 34px;
    }
  }
  @media (width >= 40rem) {
    .sm\:text-\[36px\] {
      font-size: 36px;
    }
  }
  @media (width >= 48rem) {
    .md\:h-\[100px\] {
      height: 100px;
    }
  }
  @media (width >= 48rem) {
    .md\:w-\[100px\] {
      width: 100px;
    }
  }
  @media (width >= 48rem) {
    .md\:flex-row {
      flex-direction: row;
    }
  }
  @media (min-width:1025px) {
    .lg\:absolute {
      position: absolute;
    }
  }
  @media (min-width:1025px) {
    .lg\:relative {
      position: relative;
    }
  }
  @media (min-width:1025px) {
    .lg\:top-1\/2 {
      top: calc(1/2 * 100%);
    }
  }
  @media (min-width:1025px) {
    .lg\:top-\[0px\] {
      top: 0px;
    }
  }
  @media (min-width:1025px) {
    .lg\:top-\[36\%\] {
      top: 36%;
    }
  }
  @media (min-width:1025px) {
    .lg\:right-\[50px\] {
      right: 50px;
    }
  }
  @media (min-width:1025px) {
    .lg\:right-\[inherit\] {
      right: inherit;
    }
  }
  @media (min-width:1025px) {
    .lg\:bottom-\[84px\] {
      bottom: 84px;
    }
  }
  @media (min-width:1025px) {
    .lg\:left-1\/2 {
      left: calc(1/2 * 100%);
    }
  }
  @media (min-width:1025px) {
    .lg\:mt-\[8px\] {
      margin-top: 8px;
    }
  }
  @media (min-width:1025px) {
    .lg\:mt-\[16px\] {
      margin-top: 16px;
    }
  }
  @media (min-width:1025px) {
    .lg\:mt-\[20px\] {
      margin-top: 20px;
    }
  }
  @media (min-width:1025px) {
    .lg\:mt-\[24px\] {
      margin-top: 24px;
    }
  }
  @media (min-width:1025px) {
    .lg\:mt-\[28px\] {
      margin-top: 28px;
    }
  }
  @media (min-width:1025px) {
    .lg\:mt-\[32px\] {
      margin-top: 32px;
    }
  }
  @media (min-width:1025px) {
    .lg\:mt-\[40px\] {
      margin-top: 40px;
    }
  }
  @media (min-width:1025px) {
    .lg\:mt-\[60px\] {
      margin-top: 60px;
    }
  }
  @media (min-width:1025px) {
    .lg\:mt-\[80px\] {
      margin-top: 80px;
    }
  }
  @media (min-width:1025px) {
    .lg\:mt-\[120px\] {
      margin-top: 120px;
    }
  }
  @media (min-width:1025px) {
    .lg\:mt-\[160px\] {
      margin-top: 160px;
    }
  }
  @media (min-width:1025px) {
    .lg\:mt-\[240px\] {
      margin-top: 240px;
    }
  }
  @media (min-width:1025px) {
    .lg\:mb-0 {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  @media (min-width:1025px) {
    .lg\:mb-\[0px\] {
      margin-bottom: 0px;
    }
  }
  @media (min-width:1025px) {
    .lg\:block {
      display: block;
    }
  }
  @media (min-width:1025px) {
    .lg\:flex {
      display: flex;
    }
  }
  @media (min-width:1025px) {
    .lg\:grid {
      display: grid;
    }
  }
  @media (min-width:1025px) {
    .lg\:hidden {
      display: none;
    }
  }
  @media (min-width:1025px) {
    .lg\:inline-block {
      display: inline-block;
    }
  }
  @media (min-width:1025px) {
    .lg\:h-\[38px\] {
      height: 38px;
    }
  }
  @media (min-width:1025px) {
    .lg\:h-\[40px\] {
      height: 40px;
    }
  }
  @media (min-width:1025px) {
    .lg\:h-\[64px\] {
      height: 64px;
    }
  }
  @media (min-width:1025px) {
    .lg\:h-\[100px\] {
      height: 100px;
    }
  }
  @media (min-width:1025px) {
    .lg\:h-\[120px\] {
      height: 120px;
    }
  }
  @media (min-width:1025px) {
    .lg\:h-\[124px\] {
      height: 124px;
    }
  }
  @media (min-width:1025px) {
    .lg\:h-\[240px\] {
      height: 240px;
    }
  }
  @media (min-width:1025px) {
    .lg\:h-\[280px\] {
      height: 280px;
    }
  }
  @media (min-width:1025px) {
    .lg\:h-\[475px\] {
      height: 475px;
    }
  }
  @media (min-width:1025px) {
    .lg\:h-\[495px\] {
      height: 495px;
    }
  }
  @media (min-width:1025px) {
    .lg\:h-\[535px\] {
      height: 535px;
    }
  }
  @media (min-width:1025px) {
    .lg\:h-\[560px\] {
      height: 560px;
    }
  }
  @media (min-width:1025px) {
    .lg\:h-\[auto\] {
      height: auto;
    }
  }
  @media (min-width:1025px) {
    .lg\:h-auto {
      height: auto;
    }
  }
  @media (min-width:1025px) {
    .lg\:w-\[10\%\] {
      width: 10%;
    }
  }
  @media (min-width:1025px) {
    .lg\:w-\[30\%\] {
      width: 30%;
    }
  }
  @media (min-width:1025px) {
    .lg\:w-\[38px\] {
      width: 38px;
    }
  }
  @media (min-width:1025px) {
    .lg\:w-\[40px\] {
      width: 40px;
    }
  }
  @media (min-width:1025px) {
    .lg\:w-\[45\%\] {
      width: 45%;
    }
  }
  @media (min-width:1025px) {
    .lg\:w-\[46\%\] {
      width: 46%;
    }
  }
  @media (min-width:1025px) {
    .lg\:w-\[64px\] {
      width: 64px;
    }
  }
  @media (min-width:1025px) {
    .lg\:w-\[70\%\] {
      width: 70%;
    }
  }
  @media (min-width:1025px) {
    .lg\:w-\[100px\] {
      width: 100px;
    }
  }
  @media (min-width:1025px) {
    .lg\:w-\[120px\] {
      width: 120px;
    }
  }
  @media (min-width:1025px) {
    .lg\:w-\[124px\] {
      width: 124px;
    }
  }
  @media (min-width:1025px) {
    .lg\:w-\[240px\] {
      width: 240px;
    }
  }
  @media (min-width:1025px) {
    .lg\:w-\[475px\] {
      width: 475px;
    }
  }
  @media (min-width:1025px) {
    .lg\:w-\[495px\] {
      width: 495px;
    }
  }
  @media (min-width:1025px) {
    .lg\:w-\[535px\] {
      width: 535px;
    }
  }
  @media (min-width:1025px) {
    .lg\:w-\[auto\] {
      width: auto;
    }
  }
  @media (min-width:1025px) {
    .lg\:w-full {
      width: 100%;
    }
  }
  @media (min-width:1025px) {
    .lg\:max-w-\[30px\] {
      max-width: 30px;
    }
  }
  @media (min-width:1025px) {
    .lg\:max-w-\[80px\] {
      max-width: 80px;
    }
  }
  @media (min-width:1025px) {
    .lg\:-translate-x-1\/2 {
      --tw-translate-x: calc(calc(1/2 * 100%) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  @media (min-width:1025px) {
    .lg\:-translate-y-1\/2 {
      --tw-translate-y: calc(calc(1/2 * 100%) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  @media (min-width:1025px) {
    .lg\:transform {
      transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
    }
  }
  @media (min-width:1025px) {
    .lg\:grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  @media (min-width:1025px) {
    .lg\:flex-row {
      flex-direction: row;
    }
  }
  @media (min-width:1025px) {
    .lg\:gap-\[24px\] {
      gap: 24px;
    }
  }
  @media (min-width:1025px) {
    .lg\:gap-\[40px\] {
      gap: 40px;
    }
  }
  @media (min-width:1025px) {
    .lg\:gap-\[60px\] {
      gap: 60px;
    }
  }
  @media (min-width:1025px) {
    .lg\:gap-\[120px\] {
      gap: 120px;
    }
  }
  @media (min-width:1025px) {
    .lg\:gap-y-\[48px\] {
      row-gap: 48px;
    }
  }
  @media (min-width:1025px) {
    .lg\:rounded-\[0px_0px_0px_40px\] {
      border-radius: 0px 0px 0px 40px;
    }
  }
  @media (min-width:1025px) {
    .lg\:rounded-\[0px_0px_0px_120px\] {
      border-radius: 0px 0px 0px 120px;
    }
  }
  @media (min-width:1025px) {
    .lg\:rounded-\[40px\] {
      border-radius: 40px;
    }
  }
  @media (min-width:1025px) {
    .lg\:rounded-\[90px\] {
      border-radius: 90px;
    }
  }
  @media (min-width:1025px) {
    .lg\:rounded-full {
      border-radius: calc(infinity * 1px);
    }
  }
  @media (min-width:1025px) {
    .lg\:border {
      border-style: var(--tw-border-style);
      border-width: 1px;
    }
  }
  @media (min-width:1025px) {
    .lg\:border-\[rgb\(23_93_95\/11\%\)\] {
      border-color: rgb(23 93 95/11%);
    }
  }
  @media (min-width:1025px) {
    .lg\:border-\[rgb\(23_93_95\/40\%\)\] {
      border-color: rgb(23 93 95/40%);
    }
  }
  @media (min-width:1025px) {
    .lg\:bg-\[\#175D5F33\] {
      background-color: #175D5F33;
    }
  }
  @media (min-width:1025px) {
    .lg\:p-\[5px\] {
      padding: 5px;
    }
  }
  @media (min-width:1025px) {
    .lg\:p-\[10px\] {
      padding: 10px;
    }
  }
  @media (min-width:1025px) {
    .lg\:p-\[16px\] {
      padding: 16px;
    }
  }
  @media (min-width:1025px) {
    .lg\:p-\[20px\] {
      padding: 20px;
    }
  }
  @media (min-width:1025px) {
    .lg\:px-\[0\] {
      padding-inline: 0;
    }
  }
  @media (min-width:1025px) {
    .lg\:px-\[15px\] {
      padding-inline: 15px;
    }
  }
  @media (min-width:1025px) {
    .lg\:px-\[20px\] {
      padding-inline: 20px;
    }
  }
  @media (min-width:1025px) {
    .lg\:px-\[23px\] {
      padding-inline: 23px;
    }
  }
  @media (min-width:1025px) {
    .lg\:px-\[25px\] {
      padding-inline: 25px;
    }
  }
  @media (min-width:1025px) {
    .lg\:px-\[30px\] {
      padding-inline: 30px;
    }
  }
  @media (min-width:1025px) {
    .lg\:px-\[40px\] {
      padding-inline: 40px;
    }
  }
  @media (min-width:1025px) {
    .lg\:py-\[8px\] {
      padding-block: 8px;
    }
  }
  @media (min-width:1025px) {
    .lg\:py-\[9px\] {
      padding-block: 9px;
    }
  }
  @media (min-width:1025px) {
    .lg\:py-\[11px\] {
      padding-block: 11px;
    }
  }
  @media (min-width:1025px) {
    .lg\:py-\[14px\] {
      padding-block: 14px;
    }
  }
  @media (min-width:1025px) {
    .lg\:py-\[15px\] {
      padding-block: 15px;
    }
  }
  @media (min-width:1025px) {
    .lg\:py-\[20px\] {
      padding-block: 20px;
    }
  }
  @media (min-width:1025px) {
    .lg\:py-\[40px\] {
      padding-block: 40px;
    }
  }
  @media (min-width:1025px) {
    .lg\:py-\[120px\] {
      padding-block: 120px;
    }
  }
  @media (min-width:1025px) {
    .lg\:pt-0 {
      padding-top: calc(var(--spacing) * 0);
    }
  }
  @media (min-width:1025px) {
    .lg\:pt-\[60px\] {
      padding-top: 60px;
    }
  }
  @media (min-width:1025px) {
    .lg\:pt-\[100px\] {
      padding-top: 100px;
    }
  }
  @media (min-width:1025px) {
    .lg\:pt-\[120px\] {
      padding-top: 120px;
    }
  }
  @media (min-width:1025px) {
    .lg\:pr-\[50px\] {
      padding-right: 50px;
    }
  }
  @media (min-width:1025px) {
    .lg\:pr-\[100px\] {
      padding-right: 100px;
    }
  }
  @media (min-width:1025px) {
    .lg\:pb-0 {
      padding-bottom: calc(var(--spacing) * 0);
    }
  }
  @media (min-width:1025px) {
    .lg\:pb-\[120px\] {
      padding-bottom: 120px;
    }
  }
  @media (min-width:1025px) {
    .lg\:pb-\[240px\] {
      padding-bottom: 240px;
    }
  }
  @media (min-width:1025px) {
    .lg\:text-xl {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  @media (min-width:1025px) {
    .lg\:text-\[16px\] {
      font-size: 16px;
    }
  }
  @media (min-width:1025px) {
    .lg\:text-\[18px\] {
      font-size: 18px;
    }
  }
  @media (min-width:1025px) {
    .lg\:text-\[20px\] {
      font-size: 20px;
    }
  }
  @media (min-width:1025px) {
    .lg\:text-\[24px\] {
      font-size: 24px;
    }
  }
  @media (min-width:1025px) {
    .lg\:text-\[30px\] {
      font-size: 30px;
    }
  }
  @media (min-width:1025px) {
    .lg\:text-\[32px\] {
      font-size: 32px;
    }
  }
  @media (min-width:1025px) {
    .lg\:text-\[40px\] {
      font-size: 40px;
    }
  }
  @media (min-width:1025px) {
    .lg\:text-\[44px\] {
      font-size: 44px;
    }
  }
  @media (min-width:1025px) {
    .lg\:text-\[80px\] {
      font-size: 80px;
    }
  }
  @media (min-width:1025px) {
    .lg\:font-extrabold {
      --tw-font-weight: var(--font-weight-extrabold);
      font-weight: var(--font-weight-extrabold);
    }
  }
  @media (min-width:1025px) {
    .lg\:text-\[var\(--color-red\)\] {
      color: var(--color-red);
    }
  }
  @media (min-width:1025px) {
    .lg\:\[text-shadow\:5px_3px_\#fff\] {
      text-shadow: 5px 3px #fff;
    }
  }
  @media (min-width:1025px) {
    .lg\:after\:h-\[15px\]::after {
      content: var(--tw-content);
      height: 15px;
    }
  }
  @media (width >= 96rem) {
    .\32 xl\:top-\[35\%\] {
      top: 35%;
    }
  }
  @media (width >= 96rem) {
    .\32 xl\:bottom-\[30px\] {
      bottom: 30px;
    }
  }
  @media (width >= 96rem) {
    .\32 xl\:left-\[10px\] {
      left: 10px;
    }
  }
  @media (width >= 96rem) {
    .\32 xl\:mt-\[24px\] {
      margin-top: 24px;
    }
  }
  @media (width >= 96rem) {
    .\32 xl\:mt-\[30px\] {
      margin-top: 30px;
    }
  }
  @media (width >= 96rem) {
    .\32 xl\:mt-\[50px\] {
      margin-top: 50px;
    }
  }
  @media (width >= 96rem) {
    .\32 xl\:mb-\[30px\] {
      margin-bottom: 30px;
    }
  }
  @media (width >= 96rem) {
    .\32 xl\:w-\[45\%\] {
      width: 45%;
    }
  }
  @media (width >= 96rem) {
    .\32 xl\:w-\[55\%\] {
      width: 55%;
    }
  }
  @media (width >= 96rem) {
    .\32 xl\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  @media (width >= 96rem) {
    .\32 xl\:gap-\[130px\] {
      gap: 130px;
    }
  }
  @media (width >= 96rem) {
    .\32 xl\:px-\[15px\] {
      padding-inline: 15px;
    }
  }
  @media (width >= 96rem) {
    .\32 xl\:px-\[35px\] {
      padding-inline: 35px;
    }
  }
  @media (width >= 96rem) {
    .\32 xl\:px-\[36px\] {
      padding-inline: 36px;
    }
  }
  @media (width >= 96rem) {
    .\32 xl\:py-\[17px\] {
      padding-block: 17px;
    }
  }
  @media (width >= 96rem) {
    .\32 xl\:py-\[20px\] {
      padding-block: 20px;
    }
  }
  @media (width >= 96rem) {
    .\32 xl\:pt-\[60px\] {
      padding-top: 60px;
    }
  }
  @media (width >= 96rem) {
    .\32 xl\:pt-\[120px\] {
      padding-top: 120px;
    }
  }
  @media (width >= 96rem) {
    .\32 xl\:text-\[20px\] {
      font-size: 20px;
    }
  }
  @media (width >= 96rem) {
    .\32 xl\:text-\[32px\] {
      font-size: 32px;
    }
  }
  @media (width >= 96rem) {
    .\32 xl\:text-\[80px\] {
      font-size: 80px;
    }
  }
  @media (width >= 96rem) {
    .\32 xl\:text-\[120px\] {
      font-size: 120px;
    }
  }
  @media (max-width:1024px) {
    .max-lg\:border-none {
      --tw-border-style: none;
      border-style: none;
    }
  }
}
:root {
  --width-chat-header: calc(100% - 94px);
  --width-grid-item: calc(100% / 6);
  --width-grid-mb: calc(100% / 2);
  --color-dark-gray: #8a8a8a;
  --color-green: #175d5f;
  --color-yellow: #ffca00;
  --color-red: #f34838;
  --color-tab: #ffffff;
  --border-checkbox: #ffffff;
}
@font-face {
  font-family: fbeau;
  src: url(../font/FS-PFBeauSansPro-Regular.ttf);
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: fbeau;
  src: url(../font/FS-PFBeauSansPro-SemiBold.ttf);
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: fbeau;
  src: url(../font/FS-PFBeauSansPro-Bold.ttf);
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: fbeau;
  src: url(../font/FS-PFBeauSansPro-Black.ttf);
  font-weight: 800;
  font-style: normal;
}
@layer base {
  html {
    overflow-x: hidden;
  }
  body {
    font-family: fbeau;
    overflow-x: hidden;
  }
  body.tg_overflow {
    overflow-x: inherit;
  }
  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;
    outline: none;
  }
  article,
  aside,
  details,
  figcaption,
  figure,
  footer,
  header,
  hgroup,
  menu,
  nav,
  section {
    display: block;
  }
  ol,
  ul {
    list-style: none;
  }
  blockquote,
  q {
    quotes: none;
  }
  blockquote:before,
  blockquote:after,
  q:before,
  q:after {
    content: "";
    content: none;
  }
  strong {
    font-weight: bold;
  }
  :focus {
    outline: none !important;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  img {
    border: 0;
    max-width: 100%;
    height: auto;
  }
  a:hover {
    text-decoration: none;
  }
  .tg_container {
    max-width: 1330px;
    padding: 0 15px;
    width: 100%;
    margin: 0 auto;
  }
  select {
    background: url(../images/select-arr.svg) #fff no-repeat;
    background-position: 98% 50%;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: "";
    cursor: pointer;
  }
  .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px !important;
  }
  .tg_popup {
    padding: 0 15px;
  }
}
@layer components {
  html.tg_overflow_hidden {
    overflow: hidden;
  }
  .table_order_fixed {
    box-shadow: 0px 4px 30px 0px #00000026;
  }
  input[type="date"]::-webkit-inner-spin-button,
  input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
  }
  .cate_menu_mobile ul li a {
    padding: 0px 0px 10px 0px;
  }
  .cate_menu_mobile ul li a::before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background: #175d5f;
    border-radius: 50%;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: 0px auto;
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
  }
  .cate_menu_mobile ul li.tg_active a::before,
  .cate_menu_mobile ul li a:hover::before {
    opacity: 1;
    visibility: visible;
  }
  .tg_sticky {
    position: sticky;
    top: 100px;
  }
  .tg_banner_hp h1 {
    text-shadow: 5px 3px #fff;
  }
  .tg_breadcrum h1 {
    text-shadow: 5px 3px #fff;
  }
  .tg_breadcrum ul li:after {
    content: "/";
    margin: 0px 10px;
  }
  .tg_breadcrum ul li:last-child:after {
    display: none;
  }
  .de_title ul li:after {
    content: "/";
    margin: 0px 10px;
  }
  .de_title ul li:last-child:after {
    display: none;
  }
  .tg_popup .tg_popup_content {
    animation-name: animatetop;
    animation-duration: 0.4s;
  }
  @keyframes animatetop {
    from {
      top: -300px;
      opacity: 0;
    }
    to {
      top: 0;
      opacity: 1;
    }
  }
  .top_header.tg_fixed {
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.0509803922);
    width: 100%;
    animation: stuckMoveDown 0.6s;
    background-color: #fff !important;
  }
  @keyframes stuckMoveDown {
    0% {
      transform: translateY(-100%);
    }
    100% {
      transform: translateY(0);
    }
  }
  .tel_fixed::before {
    position: absolute;
    content: "";
    width: 84px;
    height: 84px;
    border-radius: 50%;
    background: #ffca001a;
    animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
    top: -10px;
    left: -10px;
  }
  @keyframes coccoc-alo-circle-fill-anim {
    0% {
      transform: rotate(0) scale(0.7) skew(1deg);
      opacity: 1;
    }
    50% {
      transform: rotate(0) scale(1) skew(1deg);
      opacity: 1;
    }
    100% {
      transform: rotate(0) scale(0.7) skew(1deg);
      opacity: 1;
    }
  }
  .tg_banner_hp .scroll_title {
    animation: rotate 20s normal linear infinite;
  }
  @keyframes rotate {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  .tg_banner_hp .scroll_title {
    animation: rotate 20s normal linear infinite;
  }
  @keyframes rotate {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  .order_de_box:before {
    position: absolute;
    content: "";
    width: 93%;
    height: 25px;
    border-radius: 90px;
    background: rgb(255 255 255 / 67%);
    left: 0px;
    right: 0px;
    bottom: -15px;
    margin: 0px auto;
  }
  .tg_cate::before {
    position: absolute;
    content: "";
    background: url(../images/leaf-bg-17122025.png) no-repeat;
    max-width: 314px;
    width: 100%;
    height: 485px;
    top: 50%;
    left: 0px;
  }
  .tg_order_de:before {
    position: absolute;
    content: "";
    background: url(../images/order-de-bg.webp) no-repeat;
    width: 100%;
    height: 100%;
    background-size: cover;
    top: 0px;
    left: 0px;
    z-index: -1;
  }
  .endow_page .tg_combo_hp::before,
  .news_page .tg_news_hp::before,
  .tg_endow_de::before {
    position: absolute;
    content: "";
    background: url(../images/leaf-bg-17122025.png) no-repeat;
    max-width: 314px;
    width: 100%;
    height: 485px;
    top: 70%;
    left: 0px;
  }
  .tg_customer_hp::before {
    position: absolute;
    content: "";
    background: url(../images/customer-leaf-left.png) no-repeat;
    max-width: 249px;
    width: 100%;
    height: 407px;
    top: -100px;
    left: 0px;
  }
  .tg_customer_hp::after {
    position: absolute;
    content: "";
    background: url(../images/customer-leaf-right.png) no-repeat;
    max-width: 253px;
    width: 100%;
    height: 285px;
    bottom: -100px;
    right: 0px;
  }
  .tg_footer::before {
    position: absolute;
    content: "";
    background: url(../images/bg-ft.png) no-repeat;
    width: 100%;
    height: 100%;
    border-radius: 40px 40px 0px 0px;
    background-size: cover;
    top: 0px;
    left: 0px;
  }
  .tg_footer .info_ft ul li::before {
    position: absolute;
    content: "";
    width: 24px;
    height: 24px;
    top: 0px;
    left: 0px;
  }
  .tg_footer .info_ft ul li.location_info::before {
    background: url(../images/location-ft-icon.svg) no-repeat;
  }
  .tg_footer .info_ft ul li.tel_info::before {
    background: url(../images/tel-ft-icon.svg) no-repeat;
  }
  .tg_footer .info_ft ul li.email_info::before {
    background: url(../images/email-ft-icon.svg) no-repeat;
  }
  .menu_hp_detailds figure a::before {
    position: absolute;
    content: "";
    border-radius: 50%;
    width: 90%;
    height: 90%;
    background: #175d5f33;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
  }
  .menu_hp_detailds figure a:after {
    position: absolute;
    content: "";
    background: url(../images/menu-hp-arr.svg) no-repeat;
    width: 38px;
    height: 38px;
    background-size: cover;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s;
    opacity: 0;
    visibility: visible;
  }
  .menu_hp_detailds figure:hover a::before {
    opacity: 1;
    visibility: visible;
  }
  .menu_hp_detailds figure:hover a::after {
    opacity: 1;
    visibility: visible;
  }
  .menu_hp_detailds b a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 48px;
  }
  .swiper-pagination {
    position: relative !important;
  }
  .swiper-pagination .swiper-pagination-bullet {
    background: #175d5f;
    width: 10px;
    height: 10px;
    position: relative;
  }
  .swiper-pagination .swiper-pagination-bullet-active {
    background: #175d5f !important;
  }
  .swiper-pagination .swiper-pagination-bullet-active::before {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    border: 1px solid #175d5f;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
  }
  .tg_menu_hp::before {
    position: absolute;
    content: "";
    background: url(../images/menu-hp-bg-right.png) no-repeat;
    max-width: 509px;
    width: 100%;
    height: 83px;
    top: 120px;
    right: 0px;
  }
  .tg_menu_hp::after {
    position: absolute;
    content: "";
    background: url(../images/menu-hp-bg-left.png) no-repeat;
    max-width: 313px;
    width: 100%;
    height: 64px;
    bottom: 120px;
    left: 0px;
  }
  .tg_introduct_hp {
    position: relative;
  }
  .tg_introduct_hp:before {
    position: absolute;
    content: "";
    background: url(../images/cloud-bg-right.png) no-repeat;
    max-width: 236px;
    width: 100%;
    height: 195px;
    top: 70px;
    right: 0px;
  }
  .tg_introduct_hp:after {
    position: absolute;
    content: "";
    background: url(../images/cloud-bg-left.png) no-repeat;
    max-width: 274px;
    width: 100%;
    height: 192px;
    bottom: 0px;
    left: 0px;
  }
  .textwidget h1 {
    font-size: 30px;
    line-height: 41px;
  }
  .textwidget h2 {
    font-size: 22px;
    line-height: 33px;
  }
  .textwidget h3 {
    font-size: 19px;
    line-height: 30px;
  }
  .textwidget h4 {
    font-size: 16px;
    line-height: 27px;
  }
  .textwidget h5 {
    font-size: 14px;
    line-height: 25px;
  }
  .textwidget p {
    margin: 0 0 20px 0;
  }
  .textwidget p::last-child {
    margin: 0px;
  }
  .textwidget ul li {
    position: relative;
    padding: 0px 0px 0px 25px;
    margin: 0px 0px 20px 0px;
  }
  .textwidget ul li::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #000;
    top: 8px;
    left: 8px;
  }
  .textwidget ul li:last-child {
    margin: 0 !important;
  }
  .tg_customer_hp::before {
    position: absolute;
    content: "";
    background: url(../images/customer-leaf-left.png) no-repeat;
    max-width: 249px;
    width: 100%;
    height: 407px;
    top: -100px;
    left: 0px;
  }
  .tg_customer_hp::after {
    position: absolute;
    content: "";
    background: url(../images/customer-leaf-right.png) no-repeat;
    max-width: 253px;
    width: 100%;
    height: 285px;
    bottom: -100px;
    right: 0px;
  }
  @media (min-width: 1024px) and (max-width: 1599px) {
    .tg_introduct_hp:after,
    .tg_customer_hp::before,
    .tg_customer_hp::after,
    .tg_menu_hp::before,
    .tg_menu_hp::after {
      display: none;
    }
  }
  @media (max-width: 1024px) {
    .tg_breadcrum ul li a:after,
    .de_title ul li:after {
      content: "|" !important;
    }
    .textwidget {
      font-size: 14px;
      line-height: 22px;
    }
    .textwidget p {
      margin: 0px 0px 12px 0px;
    }
    .tg_introduct_hp:after,
    .tg_customer_hp::before,
    .tg_customer_hp::after,
    .tg_menu_hp::before,
    .tg_menu_hp::after {
      display: none;
    }
    .tel_fixed::before {
      width: 56px;
      height: 56px;
      top: -7px;
      left: -7px;
    }
    .endow_page .tg_combo_hp::before,
    .news_page .tg_news_hp::before,
    .tg_endow_de::before,
    .tg_cate::before {
      content: "" !important;
      background: none !important;
      pointer-events: none;
    }
  }
  @media (max-width: 767px) {
    .order_de_box:before {
      bottom: -10px;
    }
    .tg_introduct_hp:before {
      max-width: 118px !important;
      height: 69px !important;
      background-size: 100% 100% !important;
    }
  }
  .tg_footer::before {
    position: absolute;
    content: "";
    background: url(../images/bg-ft.png) no-repeat;
    width: 100%;
    height: 100%;
    border-radius: 40px 40px 0px 0px;
    background-size: cover;
    top: 0px;
    left: 0px;
  }
  .tg_footer .info_ft ul li::before {
    position: absolute;
    content: "";
    width: 24px;
    height: 24px;
    top: 0px;
    left: 0px;
  }
  .tg_footer .info_ft ul li.location_info::before {
    background: url(../images/location-ft-icon.svg) no-repeat;
  }
  .tg_footer .info_ft ul li.tel_info::before {
    background: url(../images/tel-ft-icon.svg) no-repeat;
  }
  .tg_footer .info_ft ul li.email_info::before {
    background: url(../images/email-ft-icon.svg) no-repeat;
  }
  .menu_hp_detailds figure a::before {
    position: absolute;
    content: "";
    border-radius: 50%;
    width: 90%;
    height: 90%;
    background: #175d5f33;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
  }
  .menu_hp_detailds figure a:after {
    position: absolute;
    content: "";
    background: url(../images/menu-hp-arr.svg) no-repeat;
    width: 38px;
    height: 38px;
    background-size: cover;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s;
    opacity: 0;
    visibility: visible;
  }
  .menu_hp_detailds figure:hover a::before {
    opacity: 1;
    visibility: visible;
  }
  .menu_hp_detailds figure:hover a::after {
    opacity: 1;
    visibility: visible;
  }
  .menu_hp_detailds b a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 48px;
  }
  .swiper-pagination {
    position: relative !important;
  }
  .swiper-pagination .swiper-pagination-bullet {
    background: #175d5f;
    width: 10px;
    height: 10px;
    position: relative;
  }
  .swiper-pagination .swiper-pagination-bullet-active {
    background: #175d5f !important;
  }
  .swiper-pagination .swiper-pagination-bullet-active::before {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    border: 1px solid #175d5f;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
  }
  .tg_menu_hp::before {
    position: absolute;
    content: "";
    background: url(../images/menu-hp-bg-right.png) no-repeat;
    max-width: 509px;
    width: 100%;
    height: 83px;
    top: 120px;
    right: 0px;
  }
  .tg_menu_hp::after {
    position: absolute;
    content: "";
    background: url(../images/menu-hp-bg-left.png) no-repeat;
    max-width: 313px;
    width: 100%;
    height: 64px;
    bottom: 120px;
    left: 0px;
  }
  .tg_introduct_hp {
    position: relative;
  }
  .tg_introduct_hp:before {
    position: absolute;
    content: "";
    background: url(../images/cloud-bg-right.png) no-repeat;
    max-width: 236px;
    width: 100%;
    height: 195px;
    top: 70px;
    right: 0px;
  }
  .tg_introduct_hp:after {
    position: absolute;
    content: "";
    background: url(../images/cloud-bg-left.png) no-repeat;
    max-width: 274px;
    width: 100%;
    height: 192px;
    bottom: 0px;
    left: 0px;
  }
  .tg_introduct_hp .textwidget p {
    margin: 0 0 20px 0;
  }
  .tg_introduct_hp .textwidget p:last-child {
    margin: 0;
  }
  .tg_ct_left {
    position: fixed;
    top: calc(var(--spacing) * 0);
    left: calc(var(--spacing) * 0);
    left: -76px;
    z-index: 10;
    display: flex;
    height: 100%;
    width: 76px;
    flex-direction: column;
    gap: 10px;
    padding-inline: 8px;
    padding-block: 12px;
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  @media (min-width:1025px) {
    .tg_ct_left {
      position: relative;
    }
  }
  @media (min-width:1025px) {
    .tg_ct_left {
      left: calc(var(--spacing) * 0);
    }
  }
  @media (min-width:1025px) {
    .tg_ct_left {
      display: flex;
    }
  }
  @media (min-width:1025px) {
    .tg_ct_left {
      width: 94px;
    }
  }
  @media (min-width:1025px) {
    .tg_ct_left {
      padding-inline: 12px;
    }
  }
  @media (min-width:1025px) {
    .tg_ct_left {
      padding-block: 12px;
    }
  }
  @media (width >= 96rem) {
    .tg_ct_left {
      gap: 20px;
    }
  }
  @media (width >= 96rem) {
    .tg_ct_left {
      padding-block: 24px;
    }
  }
  .tg_ct_left.tg_active {
    left: 0;
  }
  .tooltip {
    pointer-events: none;
    position: absolute;
    z-index: 1000;
    max-width: 375px;
    border-radius: calc(infinity * 1px);
    background-color: var(--color-black);
    padding-inline: 10px;
    padding-block: 5px;
    text-align: center;
    font-size: 12px;
    --tw-leading: 150%;
    line-height: 150%;
    overflow-wrap: break-word;
    white-space: normal;
    color: var(--color-white);
    opacity: 0%;
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 300ms;
    transition-duration: 300ms;
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .btn-style1 {
    display: flex;
    height: calc(var(--spacing) * 9);
    width: calc(var(--spacing) * 9);
    align-items: center;
    justify-content: center;
    border-radius: calc(infinity * 1px);
  }
  .btn-style2 {
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border-radius: 50px;
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--sub-color-5);
    padding-inline: calc(var(--spacing) * 5);
    padding-block: 10px;
    font-size: 14px;
    --tw-leading: 150%;
    line-height: 150%;
    color: var(--color-white);
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 200ms;
    transition-duration: 200ms;
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .btn-hv-style1 {
    cursor: pointer;
    background-color: var(--sub-color-3);
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 200ms;
    transition-duration: 200ms;
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .btn-hv-style1:hover {
    background-color: var(--sub-color-4);
  }
  .btn-hv-style2:hover {
    background-color: var(--sub-color-4);
  }
  .menu-item {
    border-radius: 90px;
    padding-inline: 24px;
    padding-block: 10px;
    font-size: 18px;
    --tw-leading: 18px;
    line-height: 18px;
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    color: var(--color-black);
  }
  @media (min-width:1025px) {
    .menu-item {
      font-size: 18px;
    }
  }
  @media (min-width:1025px) {
    .menu-item {
      padding-inline: 20px;
    }
  }
  .menu-item:hover {
    color: var(--color-green);
  }
  .menu-item img {
    height: 24px;
    width: 24px;
  }
  .menu-item:hover {
    background-color: var(--sub-color-1);
  }
  .grid .grid-item figure img {
    height: 216px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  @media (min-width:1025px) {
    .grid .grid-item figure img {
      height: auto;
    }
  }
  .ct_right_bottom_home .item-tab {
    cursor: pointer;
    border-radius: 50px;
    padding-inline: 17px;
    padding-block: 7px;
    font-size: 16px;
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    color: var(--color-white);
  }
  @media (min-width:1025px) {
    .ct_right_bottom_home .item-tab {
      padding-block: 10px;
    }
  }
  .masonry_layout .grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }
  @media (min-width:1025px) {
    .masonry_layout .grid {
      grid-template-columns: unset;
    }
  }
  @media (min-width:1025px) {
    .masonry_layout .grid {
      gap: calc(var(--spacing) * 0);
    }
  }
  .masonry_layout .tgcol-6 .grid-sizer {
    width: var(--width-grid-mb);
  }
  @media (min-width:1025px) {
    .masonry_layout .tgcol-6 .grid-sizer {
      width: var(--width-grid-item);
    }
  }
  .masonry_layout .tgcol-6 .grid-item {
    margin-bottom: calc(var(--spacing) * 0);
    padding-inline: calc(var(--spacing) * 0);
  }
  @media (min-width:1025px) {
    .masonry_layout .tgcol-6 .grid-item {
      margin-bottom: 30px;
    }
  }
  @media (min-width:1025px) {
    .masonry_layout .tgcol-6 .grid-item {
      width: var(--width-grid-item);
    }
  }
  @media (min-width:1025px) {
    .masonry_layout .tgcol-6 .grid-item {
      padding-inline: 10px;
    }
  }
  .tg_form_pop .tg_form_pop_list {
    display: flex;
    flex-direction: column;
    gap: calc(var(--spacing) * 5);
  }
  .tg_form_pop .tg_form_pop_list .tg_form_pop_item label {
    margin-bottom: 5px;
    display: block;
    font-size: 14px;
    --tw-leading: 150%;
    line-height: 150%;
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    color: var(--color-white);
  }
  .tg_form_pop .tg_form_pop_list .tg_form_pop_item input[type="text"],
        .tg_form_pop .tg_form_pop_list .tg_form_pop_item input[type="email"],
        .tg_form_pop .tg_form_pop_list .tg_form_pop_item textarea {
    width: 100%;
    border-radius: var(--radius-lg);
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--sub-color-4);
    background-color: var(--sub-color-3);
    padding-inline: calc(var(--spacing) * 4);
    padding-block: 10px;
    font-size: 14px;
    --tw-leading: 150%;
    line-height: 150%;
    color: var(--color-white);
  }
  .tg_form_pop .tg_form_pop_list .tg_form_pop_item textarea {
    height: calc(var(--spacing) * 20);
    resize: none;
  }
  .tg_form_pop .tg_form_pop_list .tg_form_pop_item input::-moz-placeholder, .tg_form_pop .tg_form_pop_list .tg_form_pop_item textarea::-moz-placeholder {
    font-size: 14px;
    --tw-leading: 150%;
    line-height: 150%;
    color: #8a8a8a;
  }
  .tg_form_pop .tg_form_pop_list .tg_form_pop_item input::placeholder,
        .tg_form_pop .tg_form_pop_list .tg_form_pop_item textarea::placeholder {
    font-size: 14px;
    --tw-leading: 150%;
    line-height: 150%;
    color: #8a8a8a;
  }
  .tg_form_pop .tg_form_pop_list .tg_form_pop_item .list_des_traits {
    margin-top: 10px;
  }
  .tg_form_pop .tg_form_pop_list .tg_form_pop_item .list_des_traits ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  .tg_form_pop .tg_form_pop_list .tg_form_pop_item .list_des_traits ul li {
    display: flex;
    cursor: pointer;
    align-items: center;
    gap: 5px;
    border-radius: 4px;
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: #5f5f5f;
    padding-inline: calc(var(--spacing) * 2);
    padding-block: 2px;
    font-size: 12px;
    --tw-leading: 150%;
    line-height: 150%;
    color: #b5b5b5;
  }
  .tg_form_pop .tg_form_pop_list .tg_form_pop_item .list_des_traits ul li:where(.lightm, .lightm *) {
    --tw-border-style: none;
    border-style: none;
  }
  .tg_form_pop .tg_form_pop_list .tg_form_pop_item .list_des_traits ul li:where(.lightm, .lightm *) {
    background-color: #EAEAEA;
  }
  .tg_form_pop .tg_form_pop_list .tg_form_pop_item .list_des_traits ul li:where(.lightm, .lightm *) {
    color: #5F5F5F;
  }
  .tg_form_pop .tg_form_pop_list .tg_form_pop_item .list_des_traits ul li:hover,
              .tg_form_pop .tg_form_pop_list .tg_form_pop_item .list_des_traits ul li.tg_active {
    background-color: #343434;
  }
  .tg_form_pop .tg_form_pop_list .tg_form_pop_item .list_des_traits ul li:hover:where(.lightm, .lightm *), .tg_form_pop .tg_form_pop_list .tg_form_pop_item .list_des_traits ul li.tg_active:where(.lightm, .lightm *) {
    background-color: #CACACA;
  }
  .tg_form_pop .tg_form_pop_list .tg_form_pop_item .list_des_traits ul li.tg_active em {
    display: inline-block;
  }
  .tg_form_pop .tg_form_pop_list .tg_form_pop_item .list_des_traits ul li.tg_active span {
    display: none;
  }
  .tg_form_pop .tg_form_pop_list .tg_form_pop_item .list_des_traits ul li em {
    display: none;
  }
  .tg_form_pop .tg_btns_form {
    margin-top: 25px;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
  }
  .tg_form_pop .btn-form-cancel {
    cursor: pointer;
    border-radius: calc(infinity * 1px);
    background-color: #494949;
    padding-inline: calc(var(--spacing) * 5);
    padding-block: 10px;
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    color: var(--color-white);
  }
  .tg_form_pop .btn-form-cancel:where(.lightm, .lightm *) {
    background-color: #EAEAEA;
  }
  .tg_form_pop .btn-form-submit {
    cursor: pointer;
    border-radius: calc(infinity * 1px);
    background-color: var(--color-white);
    padding-inline: calc(var(--spacing) * 5);
    padding-block: 10px;
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    color: var(--color-black);
  }
  .tg_form_pop .btn-form-submit:where(.lightm, .lightm *) {
    background-color: #232425;
  }
  .tg_form_pop .btn-form-submit:where(.lightm, .lightm *) {
    color: #ffffff;
  }
  .tg_sub_pop_general {
    visibility: hidden;
    position: absolute;
    top: 50px;
    right: calc(var(--spacing) * 0);
    z-index: 10;
    max-height: 400px;
    width: 100%;
    overflow: auto;
    border-radius: 0.8rem;
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--sub-color-4);
    background-color: var(--sub-color-3);
    padding: calc(var(--spacing) * 2);
    text-align: left;
    opacity: 0%;
    --tw-shadow: 0px 4px 16px 0px var(--tw-shadow-color, rgba(0,0,0,0.16));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .tg_sub_pop_general ul {
    display: flex;
    flex-direction: column;
    gap: 1.5px;
  }
  .tg_sub_pop_general ul li {
    cursor: pointer;
    border-radius: 12px;
    padding: calc(var(--spacing) * 3);
    font-size: 14px;
    --tw-leading: 150%;
    line-height: 150%;
    color: var(--color-white);
  }
  .tg_sub_pop_general ul li:hover {
    background-color: var(--sub-color-6);
  }
  .tg_sub_pop_general.tg_active {
    visibility: visible;
    opacity: 100%;
  }
  .tg_sub_pop_general.li_active_check ul li {
    position: relative;
    padding-inline: calc(var(--spacing) * 3);
    padding-block: calc(var(--spacing) * 3);
    padding-left: calc(var(--spacing) * 9);
  }
  .tg_sub_pop_general.li_active_check ul li.tg_active {
    background-color: var(--sub-color-6);
  }
  .tg_sub_pop_general.li_active_check ul li.tg_active::before {
    content: "";
    background: url("../../public/images/ic-check-li-27112025.svg") center center;
    background-size: contain;
    position: absolute;
    top: 15px;
    left: 11px;
    height: calc(var(--spacing) * 4);
    width: calc(var(--spacing) * 4);
  }
  .tg_popup_03072025 {
    position: fixed;
    top: calc(var(--spacing) * 0);
    left: calc(var(--spacing) * 0);
    z-index: 99999;
    display: none;
    height: 100%;
    width: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.6);
    background-position: center;
    background-repeat: no-repeat;
    padding-inline: 15px;
    font-size: 15px;
  }
  .tg_popup_03072025.tg_pop_personalize .tg_popup_03072025_content_title {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .tg_popup_03072025.tg_pop_personalize .tg_popup_03072025_content_title a {
    margin-left: auto;
  }
  .tg_popup_03072025 .tg_popup_03072025_content {
    position: relative;
    z-index: 10;
    margin-inline: auto;
    margin-block: 50px;
    width: 100%;
    max-width: 480px;
    border-radius: 20px;
    background-color: var(--sub-color-6);
    padding: calc(var(--spacing) * 6);
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 400ms;
    transition-duration: 400ms;
    --tw-ease: linear;
    transition-timing-function: linear;
  }
  .tg_popup_03072025 .tg_popup_03072025_content:where(.lightm, .lightm *) {
    background-color: #ffffff;
  }
  .tg_popup_03072025 .tg_popup_03072025_content .tg_popup_03072025_content_title {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .tg_popup_03072025 .tg_popup_03072025_content .tg_popup_03072025_content_title b {
    font-size: 24px;
    --tw-leading: 130%;
    line-height: 130%;
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    color: var(--color-white);
  }
  .tg_popup_03072025 .tg_popup_03072025_content .tg_popup_03072025_content_close {
    position: absolute;
    top: calc(var(--spacing) * 3);
    right: calc(var(--spacing) * 3);
    cursor: pointer;
  }
  .conversation-wrapper .conversation-item-desc {
    display: flex;
    width: 100%;
    min-width: 260px;
    flex-direction: column;
    align-items: flex-start;
  }
  .conversation-wrapper .conversation-item-desc.user {
    align-items: flex-end;
  }
  .conversation-wrapper .conversation-item-desc.user .bubble {
    margin-top: calc(var(--spacing) * 0);
    max-width: 70%;
    border-radius: 30px;
    background-color: #FFFFFF1A;
    color: #232425;
  }
  .conversation-wrapper .conversation-item-desc.assistant .bubble {
    box-sizing: border-box;
    width: 100%;
    min-width: 260px;
    border-radius: 16px;
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: transparent;
    padding-inline: calc(var(--spacing) * 0);
  }
  .conversation-wrapper .conversation-item-desc .bubble {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
    border-radius: 16px;
    padding-inline: calc(var(--spacing) * 5);
    padding-block: calc(var(--spacing) * 3);
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
    --tw-leading: 20px;
    line-height: 20px;
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
    color: #232425;
    font-style: normal;
  }
  .conversation-wrapper .conversation-item-desc .bubble p {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
    --tw-leading: 150%;
    line-height: 150%;
    color: var(--color-white);
  }
  .conversation-wrapper .conversation-item-desc .content {
    max-width: 100%;
  }
  .conversation-wrapper .conversation-item-desc .desc {
    display: flex;
    width: 100%;
    flex-direction: column;
  }
  .conversation-wrapper .user .content pre code {
    font-family: var(--font-sans);
    white-space: pre-wrap;
  }
  .conversation-wrapper .message-actions-user {
    visibility: hidden;
    position: absolute;
    top: 100%;
    right: calc(var(--spacing) * 0);
    display: flex;
    min-width: 120px;
    align-items: center;
    justify-content: flex-end;
    gap: 7px;
    padding-top: 5px;
    padding-bottom: 15px;
    font-size: 12px;
    --tw-leading: 20px;
    line-height: 20px;
    opacity: 0%;
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    transition-delay: 0.5s;
    --tw-duration: 0.15s;
    transition-duration: 0.15s;
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .conversation-wrapper .message-actions-user::before {
    position: absolute;
    top: -10px;
    right: calc(var(--spacing) * 0);
    left: calc(var(--spacing) * 0);
    height: 10px;
    background-color: transparent;
    --tw-content: '';
    content: var(--tw-content);
  }
  .conversation-wrapper .message-action {
    display: flex;
    cursor: pointer;
    flex-direction: row;
    align-items: center;
    gap: calc(var(--spacing) * 1);
  }
  .conversation-wrapper .message-action .icon {
    display: flex;
    height: 30px;
    width: 30px;
    align-items: center;
    justify-content: center;
    border-radius: calc(infinity * 1px);
  }
  .conversation-wrapper .conversation-statement.user {
    position: relative;
    align-items: flex-end;
  }
  .conversation-wrapper .conversation-statement.user:hover .message-actions-user,
      .conversation-wrapper .conversation-statement.user .message-actions-user:hover {
    visibility: visible;
    opacity: 100%;
    transition-property: none;
  }
  .conversation-wrapper .conversation-statement.assistant + .conversation-statement.user,
    .conversation-wrapper .conversation-statement.user + .conversation-statement.assistant {
    margin-top: 30px;
  }
  .conversation-wrapper .using-tool-call {
    margin-bottom: calc(var(--spacing) * 4);
    display: flex;
    height: 39px;
    flex-direction: row;
    align-items: center;
    gap: calc(var(--spacing) * 2);
    border-left-style: var(--tw-border-style);
    border-left-width: 6px;
    border-left-color: color-mix(in srgb, #fff 10%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .conversation-wrapper .using-tool-call {
      border-left-color: color-mix(in oklab, var(--color-white) 10%, transparent);
    }
  }
  .conversation-wrapper .using-tool-call {
    background-color: color-mix(in srgb, #fff 5%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .conversation-wrapper .using-tool-call {
      background-color: color-mix(in oklab, var(--color-white) 5%, transparent);
    }
  }
  .conversation-wrapper .using-tool-call {
    padding-block: 7px;
    padding-right: calc(var(--spacing) * 2);
    padding-left: calc(var(--spacing) * 4);
    font-size: 14px;
    --tw-leading: 150%;
    line-height: 150%;
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
    color: var(--color-white);
    font-style: normal;
  }
  .conversation-wrapper .using-tool-call .icon {
    flex-shrink: 0;
  }
  .conversation-wrapper .using-tool-call .view-tool-call-result {
    display: flex;
    flex-grow: 1;
    justify-content: flex-end;
  }
  .conversation-wrapper .using-tool-call .arguments {
    font-size: 12px;
    --tw-leading: 150%;
    line-height: 150%;
    color: #b5b5b5;
  }
  .conversation-wrapper .using-tool-call .arguments a {
    text-decoration-line: underline;
  }
  .conversation-wrapper .using-tool-call .name {
    display: flex;
    gap: 10px;
  }
  .conversation-wrapper .using-tool-call .view-tool-call-result-button {
    box-sizing: border-box;
    display: flex;
    height: 23px;
    min-width: -moz-fit-content;
    min-width: fit-content;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    gap: 10px;
    overflow: visible;
    border-radius: 20px;
    background-color: #494949;
    padding-inline: 10px;
    padding-block: calc(var(--spacing) * 1);
    font-size: 14px;
    word-break: keep-all;
    white-space: normal;
  }
  .conversation-wrapper .markdown-viewer p {
    margin-bottom: calc(var(--spacing) * 3);
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
    --tw-leading: 28px;
    line-height: 28px;
  }
}
.show_hide_tab li.tg_current {
  background: var(--color-tab);
  color: #000;
}
.hv-ic-root .ic-root + img {
  display: none;
}
.hv-ic-root:hover .ic-root {
  display: none;
}
.hv-ic-root:hover .ic-root + img {
  display: block;
}
.tg_group_chat_fixed.tg_active {
  left: 0;
}
.tg_popup_03072025 .tg_popup_03072025_content {
  animation-name: animatetop;
  animation-duration: 0.4s;
}
.tg_call_sub_pop {
  position: relative;
}
.tg_call_sub_pop_btn {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  background: var(--sub-color-3);
  border: 1px solid var(--sub-color-4);
  padding: 10px 30px 10px 16px;
  color: var(--color-white);
  font-size: 14px;
  line-height: 150%;
  border-radius: 8px;
  width: 100%;
  position: relative;
}
.tg_call_sub_pop_btn .ic-carret-down {
  position: absolute;
  top: 20px;
  right: 10px;
}
.tg_list_tools .tg_list_tools_item .tg_list_tools_item_right label::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid var(--border-checkbox);
  border-radius: 6px;
}
.tg_list_tools .tg_list_tools_item .tg_list_tools_item_right input:checked + label::before {
  background: var(--color-white);
}
.tg_list_tools .tg_list_tools_item .tg_list_tools_item_right input:checked + label::after {
  content: url("../../public/images/ic-check-tools-after-25112025.svg");
  position: absolute;
  left: 6px;
  top: 1px;
}
.lightm .tg_list_tools .tg_list_tools_item .tg_list_tools_item_right input:checked + label::after {
  content: url("../../public/images/ic-check-tools-after-lightm-25112025.svg");
}
.tg_install_tool button.item-c-active.tg_active span {
  display: none;
}
.tg_install_tool button.item-c-active.tg_active {
  background: #5f5f5f;
  color: #b5b5b5;
}
.lightm .tg_install_tool button.item-c-active.tg_active {
  background: #eaeaea;
  color: #5f5f5f;
}
.tg_install_tool button.item-c-active.tg_active em {
  display: inline-block;
}
.resource_fixed.tg_active {
  right: 0;
}
.conversation-statement.assistant.using-tool .bubble {
  padding: 0;
}
.tg_list_btn_action .btn_act .icon {
  align-items: center;
  display: flex;
  height: 30px;
  justify-content: center;
  width: 30px;
  border-radius: 50%;
  cursor: pointer;
}
.tg_list_btn_action .btn_act .icon:hover {
  background: #2b363d;
}
.tg_list_btn_action .resource_question {
  display: flex;
  gap: 5px;
  align-items: center;
  margin: 0 0 0 15px;
}
.tg_list_btn_action .resource_question ul {
  display: flex;
}
.tg_list_btn_action .resource_question ul li {
  position: relative;
}
.tg_list_btn_action .resource_question ul li:first-child + li {
  left: -4px;
}
.tg_list_btn_action .resource_question ul li:nth-child(2) + li {
  left: -8px;
}
.tg_list_btn_action .resource_question .btn-resource p {
  font-size: 14px;
  line-height: 150%;
  cursor: pointer;
}
.setting_act {
  margin: 0 0 0 9px;
  cursor: pointer;
}
.tg_change_request.tg_active .btn-submit {
  background: var(--color-white) !important;
}
.tg_change_request.tg_active .btn-submit svg path {
  stroke: var(--color-black);
}
.textarea-wrapper.tg_active .input-icon,
.right-icon-group .record-btn.tg_active {
  background: #ffffff;
}
.lightm .textarea-wrapper.tg_active .input-icon,
.lightm .right-icon-group .record-btn.tg_active {
  background: #232425;
}
.right-icon-group .record-btn.tg_active .ic-root,
.textarea-wrapper.tg_active .input-icon .ic-root {
  display: none;
}
.lightm .right-icon-group .record-btn.tg_active .ic-root,
.lightm .textarea-wrapper.tg_active .input-icon .ic-root {
  display: inline-block;
}
.right-icon-group .record-btn.tg_active .ic-root + img,
.textarea-wrapper.tg_active .input-icon .ic-root + img {
  display: inline-block;
}
.lightm .right-icon-group .record-btn.tg_active .ic-root + img,
.lightm .textarea-wrapper.tg_active .input-icon .ic-root + img {
  display: none;
}
.input_email_share.tg_active .input-change {
  background: #171d21;
}
.input_email_share.tg_active .btn_submit_role button {
  background: var(--color-white);
  color: var(--color-black);
}
.input_email_share.show_sg_mail .tg_suggest_mail .tg_sub_pop_general {
  opacity: 1;
  visibility: visible;
}
.tgc_chat_item.tg_active .tgc_chat_item_wrap cite {
  transform: rotate(90deg);
}
.tgc_chat_item .tgc_sub_group .tgc_sub_group_item:hover {
  background: #2b363d;
}
.ct_right_bottom_home h3 span::before {
  content: "";
  width: 83px;
  left: -105px;
  top: 10px;
  height: 2px;
  background: url("../../public/images/img-before-title-24112025.png");
  position: absolute;
}
.ct_right_bottom_home h3 span::after {
  content: "";
  width: 83px;
  top: 10px;
  right: -105px;
  height: 2px;
  background: url("../../public/images/img-after-title-24112025.png");
  position: absolute;
}
.grid .grid-item figure::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #00000099;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  z-index: 2;
  pointer-events: none;
}
.grid .grid-item:hover figure::before {
  opacity: 1;
  visibility: visible;
}
.grid .grid-item:hover img {
  transform: scale(1.1);
}
.grid .grid-item:hover em span {
  opacity: 1;
  visibility: visible;
}
.grid .grid-item cite a {
  font-size: 12px;
  line-height: 150%;
  color: var(--color-black);
  background: #ffffffcc;
  backdrop-filter: blur(4px);
  border-radius: 50px;
  padding: 6px 12px;
}
.grid .grid-item:hover cite {
  opacity: 1;
  visibility: visible;
}
.grid .grid-item cite:hover a {
  background: var(--color-black);
  color: var(--color-white);
}
.go_scrolltop {
  right: 30px;
}
.chat-wrapper::-webkit-scrollbar-track {
  border-radius: 10px;
  background: none;
}
.chat-wrapper::-webkit-scrollbar {
  width: 8px;
  background: none;
}
.chat-wrapper::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #555;
}
.resource_fixed::-webkit-scrollbar-track {
  border-radius: 10px;
  background: none;
}
.resource_fixed::-webkit-scrollbar {
  width: 8px;
  background: none;
}
.resource_fixed::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #555;
}
.tgc_wrap_chat_list::-webkit-scrollbar-track {
  border-radius: 10px;
  background: none;
}
.tgc_wrap_chat_list::-webkit-scrollbar {
  width: 3px;
  background: none;
}
.tgc_wrap_chat_list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #555;
}
@layer utilities;
@media (min-width: 1025px) {
  .ct_right_bottom_home h3 span::before {
    width: 143px;
    left: -172px;
    top: 16px;
  }
  .ct_right_bottom_home h3 span::after {
    width: 143px;
    right: -172px;
    top: 16px;
  }
}
@media (min-width: 1536px) {
  .ct_right_bottom_home h3 span::before {
    top: 26px;
  }
  .ct_right_bottom_home h3 span::after {
    top: 26px;
  }
}
@media (max-width: 1024px) {
  .using-tool-call {
    font-size: 12px;
    padding: 7px 8px 7px 5px;
  }
  .using-tool-call .arguments a,
  .using-tool-call .arguments span {
    width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
  }
  .conversation-item-desc .bubble p {
    font-size: 14px;
  }
  .tgc_chat_item .tgc_sub_group .tgc_sub_group_item {
    padding: 8px 5px;
  }
  .tgc_chat_item .tgc_chat_item_wrap {
    padding: 15px 5px;
  }
  .btn-style2 {
    padding: 7px 12px;
  }
  .tg_popup_03072025_content {
    padding: 16px;
  }
  .tg_popup_03072025 .tg_popup_03072025_content_title b {
    font-size: 20px;
  }
  .grid .grid-item em span {
    position: relative;
    opacity: 1;
    visibility: visible;
    bottom: 0;
    padding: 12px 54px 0 0;
    -webkit-line-clamp: 2;
  }
  .grid .grid-item cite {
    position: absolute;
    opacity: 1;
    visibility: visible;
    top: initial;
    left: initial;
    bottom: 11px;
    right: 1px;
  }
  .grid .grid-item cite a {
    color: #fff;
    background: none;
    border: 1px solid #fff;
  }
}
.spinner > div {
  animation: sk-bouncedelay 1.2s infinite ease-in-out both;
}
.spinner .bounce1 {
  animation-delay: -0.32s;
}
.spinner .bounce2 {
  animation-delay: -0.16s;
}
@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
@keyframes animatetop {
  from {
    top: -200px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
.error404 {
  background: url("../../public/images/bg-404-18122025.webp") center center no-repeat;
  background-size: cover;
}
@keyframes zoomin {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
}
@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-ordinal {
  syntax: "*";
  inherits: false;
}
@property --tw-slashed-zero {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-figure {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-spacing {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-fraction {
  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;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-content {
  syntax: "*";
  initial-value: "";
  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)))) {
    *, ::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-ordinal: initial;
      --tw-slashed-zero: initial;
      --tw-numeric-figure: initial;
      --tw-numeric-spacing: initial;
      --tw-numeric-fraction: 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;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-content: "";
    }
  }
}
