/*! tailwindcss v4.1.13 | 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-white: #fff;
    --spacing: 0.25rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --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-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-black: 900;
    --radius-sm: 0.25rem;
    --radius-lg: 0.5rem;
    --radius-2xl: 1rem;
    --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);
    --color-primary: hsla(32, 99%, 50%, 1);
    --font-display: "Montserrat", sans-serif;
  }
}
@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%;
    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;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        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 {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-\[-20px\] {
    top: -20px;
  }
  .top-\[-30\] {
    top: -30;
  }
  .top-\[-40px\] {
    top: -40px;
  }
  .top-\[-60px\] {
    top: -60px;
  }
  .top-\[-70px\] {
    top: -70px;
  }
  .top-\[-100px\] {
    top: -100px;
  }
  .top-\[5\%\] {
    top: 5%;
  }
  .top-\[10px\] {
    top: 10px;
  }
  .top-\[16\%\] {
    top: 16%;
  }
  .top-\[20px\] {
    top: 20px;
  }
  .top-\[25px\] {
    top: 25px;
  }
  .top-\[30\%\] {
    top: 30%;
  }
  .top-\[30px\] {
    top: 30px;
  }
  .top-\[40px\] {
    top: 40px;
  }
  .top-\[50px\] {
    top: 50px;
  }
  .top-\[60px\] {
    top: 60px;
  }
  .top-\[80px\] {
    top: 80px;
  }
  .top-\[100px\] {
    top: 100px;
  }
  .top-\[115px\] {
    top: 115px;
  }
  .top-\[120px\] {
    top: 120px;
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-\[10\%\] {
    right: 10%;
  }
  .right-\[20px\] {
    right: 20px;
  }
  .right-\[30\%\] {
    right: 30%;
  }
  .right-\[100\%\] {
    right: 100%;
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .bottom-\[-120\%\] {
    bottom: -120%;
  }
  .bottom-\[8\%\] {
    bottom: 8%;
  }
  .bottom-\[10\%\] {
    bottom: 10%;
  }
  .bottom-\[19\%\] {
    bottom: 19%;
  }
  .bottom-\[20\%\] {
    bottom: 20%;
  }
  .bottom-\[25\%\] {
    bottom: 25%;
  }
  .bottom-\[26\%\] {
    bottom: 26%;
  }
  .bottom-\[27\%\] {
    bottom: 27%;
  }
  .bottom-\[30\%\] {
    bottom: 30%;
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-\[-50px\] {
    left: -50px;
  }
  .left-\[-100\%\] {
    left: -100%;
  }
  .left-\[-100px\] {
    left: -100px;
  }
  .left-\[-200px\] {
    left: -200px;
  }
  .left-\[-300\%\] {
    left: -300%;
  }
  .left-\[-500px\] {
    left: -500px;
  }
  .left-\[50\%\] {
    left: 50%;
  }
  .left-\[55\%\] {
    left: 55%;
  }
  .left-\[56\%\] {
    left: 56%;
  }
  .left-\[58\%\] {
    left: 58%;
  }
  .left-\[59\%\] {
    left: 59%;
  }
  .left-\[60\%\] {
    left: 60%;
  }
  .left-\[68\%\] {
    left: 68%;
  }
  .left-\[70\%\] {
    left: 70%;
  }
  .left-\[72\%\] {
    left: 72%;
  }
  .left-\[73\%\] {
    left: 73%;
  }
  .left-\[80\%\] {
    left: 80%;
  }
  .left-\[90\%\] {
    left: 90%;
  }
  .left-\[100\%\] {
    left: 100%;
  }
  .left-\[130px\] {
    left: 130px;
  }
  .z-10 {
    z-index: 10;
  }
  .z-9999 {
    z-index: 9999;
  }
  .z-99999 {
    z-index: 99999;
  }
  .float-right {
    float: right;
  }
  .w-auto {
    width: auto !important;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-\[8px\] {
    margin-top: 8px;
  }
  .mt-\[16px\] {
    margin-top: 16px;
  }
  .mt-\[30px\] {
    margin-top: 30px;
  }
  .mt-\[60px\] {
    margin-top: 60px;
  }
  .mt-\[70px\] {
    margin-top: 70px;
  }
  .mt-\[72px\] {
    margin-top: 72px;
  }
  .mt-\[80px\] {
    margin-top: 80px;
  }
  .mt-\[230px\] {
    margin-top: 230px;
  }
  .mr-\[15px\] {
    margin-right: 15px;
  }
  .mr-\[20px\] {
    margin-right: 20px;
  }
  .mr-\[50\%\] {
    margin-right: 50%;
  }
  .ml-\[15px\] {
    margin-left: 15px;
  }
  .ml-\[20px\] {
    margin-left: 20px;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-7 {
    height: calc(var(--spacing) * 7);
  }
  .h-\[26px\] {
    height: 26px;
  }
  .h-\[30px\] {
    height: 30px;
  }
  .h-\[60px\] {
    height: 60px;
  }
  .h-\[70px\] {
    height: 70px;
  }
  .h-\[72px\] {
    height: 72px;
  }
  .h-\[80px\] {
    height: 80px;
  }
  .h-\[90px\] {
    height: 90px;
  }
  .h-\[137px\] {
    height: 137px;
  }
  .h-\[150px\] {
    height: 150px;
  }
  .h-\[211px\] {
    height: 211px;
  }
  .h-\[280px\] {
    height: 280px;
  }
  .h-\[345px\] {
    height: 345px;
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .max-h-\[40px\] {
    max-height: 40px;
  }
  .max-h-\[60px\] {
    max-height: 60px;
  }
  .max-h-\[80px\] {
    max-height: 80px;
  }
  .max-h-\[260px\] {
    max-height: 260px;
  }
  .min-h-\[60px\] {
    min-height: 60px;
  }
  .min-h-\[80px\] {
    min-height: 80px;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-7 {
    width: calc(var(--spacing) * 7);
  }
  .w-\[44px\] {
    width: 44px;
  }
  .w-\[70px\] {
    width: 70px;
  }
  .w-\[90px\] {
    width: 90px;
  }
  .w-\[94px\] {
    width: 94px;
  }
  .w-\[114px\] {
    width: 114px;
  }
  .w-\[126px\] {
    width: 126px;
  }
  .w-\[140px\] {
    width: 140px;
  }
  .w-\[150px\] {
    width: 150px;
  }
  .w-\[200px\] {
    width: 200px;
  }
  .w-\[300px\] {
    width: 300px;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[200px\] {
    max-width: 200px;
  }
  .max-w-\[232px\] {
    max-width: 232px;
  }
  .max-w-\[300px\] {
    max-width: 300px;
  }
  .max-w-\[320px\] {
    max-width: 320px;
  }
  .max-w-\[360px\] {
    max-width: 360px;
  }
  .max-w-\[720px\] {
    max-width: 720px;
  }
  .max-w-\[800px\] {
    max-width: 800px;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .list-disc {
    list-style-type: disc;
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .items-baseline {
    align-items: baseline;
  }
  .items-center {
    align-items: center;
  }
  .justify-around {
    justify-content: space-around;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-2\.5 {
    gap: calc(var(--spacing) * 2.5);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .space-x-3 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 3) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .scroll-smooth {
    scroll-behavior: smooth;
  }
  .rounded-\[20px\] {
    border-radius: 20px;
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .bg-\[\#343434\] {
    background-color: #343434;
  }
  .bg-\[\#414141\] {
    background-color: #414141;
  }
  .bg-\[url\(\'\/images\/background-7\.png\'\)\] {
    background-image: url('../images/background-7.png');
  }
  .bg-\[url\(\'\/images\/background-10\.png\'\)\] {
    background-image: url('../images/background-10.png');
  }
  .bg-\[url\(\'\/images\/bg\.png\'\)\] {
    background-image: url('../images/bg.png');
  }
  .bg-cover {
    background-size: cover;
  }
  .bg-no-repeat {
    background-repeat: no-repeat;
  }
  .bg-repeat {
    background-repeat: repeat;
  }
  .object-contain {
    object-fit: contain;
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-\[8px\] {
    padding: 8px;
  }
  .px-\[8px\] {
    padding-inline: 8px;
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .pt-\[30px\] {
    padding-top: 30px;
  }
  .pr-\[16px\] {
    padding-right: 16px;
  }
  .pb-\[12px\] {
    padding-bottom: 12px;
  }
  .pl-\[14px\] {
    padding-left: 14px;
  }
  .pl-\[16px\] {
    padding-left: 16px;
  }
  .text-center {
    text-align: center;
  }
  .font-display {
    font-family: var(--font-display);
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .text-\[8px\] {
    font-size: 8px;
  }
  .text-\[9px\] {
    font-size: 9px;
  }
  .text-\[12px\] {
    font-size: 12px;
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .text-\[18px\] {
    font-size: 18px;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .text-\[24px\] {
    font-size: 24px;
  }
  .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);
  }
  .text-\[\#FC8901\] {
    color: #FC8901;
  }
  .text-primary {
    color: var(--color-primary);
  }
  .text-white {
    color: var(--color-white);
  }
  .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));
  }
  .duration-500 {
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .max-\[430px\]\:mt-\[16px\] {
    @media (width < 430px) {
      margin-top: 16px;
    }
  }
  .max-\[395px\]\:bottom-\[-120\%\] {
    @media (width < 395px) {
      bottom: -120%;
    }
  }
  .max-\[395px\]\:bottom-\[-130\%\] {
    @media (width < 395px) {
      bottom: -130%;
    }
  }
  .max-\[395px\]\:bottom-\[-150\%\] {
    @media (width < 395px) {
      bottom: -150%;
    }
  }
  .max-\[365px\]\:bottom-0 {
    @media (width < 365px) {
      bottom: calc(var(--spacing) * 0);
    }
  }
  .max-\[365px\]\:bottom-\[-30\%\] {
    @media (width < 365px) {
      bottom: -30%;
    }
  }
  .max-\[365px\]\:bottom-\[-50\%\] {
    @media (width < 365px) {
      bottom: -50%;
    }
  }
  .max-\[365px\]\:bottom-\[-100\%\] {
    @media (width < 365px) {
      bottom: -100%;
    }
  }
  .max-\[365px\]\:bottom-\[-160\%\] {
    @media (width < 365px) {
      bottom: -160%;
    }
  }
  .max-\[365px\]\:bottom-\[-170\%\] {
    @media (width < 365px) {
      bottom: -170%;
    }
  }
  .max-\[365px\]\:mt-\[50px\] {
    @media (width < 365px) {
      margin-top: 50px;
    }
  }
  .max-\[365px\]\:mt-\[150px\] {
    @media (width < 365px) {
      margin-top: 150px;
    }
  }
  .max-\[365px\]\:pt-\[16px\] {
    @media (width < 365px) {
      padding-top: 16px;
    }
  }
  .max-\[365px\]\:pt-\[24px\] {
    @media (width < 365px) {
      padding-top: 24px;
    }
  }
  .max-\[365px\]\:pt-\[32px\] {
    @media (width < 365px) {
      padding-top: 32px;
    }
  }
  .max-\[365px\]\:pt-\[50px\] {
    @media (width < 365px) {
      padding-top: 50px;
    }
  }
  .max-\[365px\]\:pt-\[150px\] {
    @media (width < 365px) {
      padding-top: 150px;
    }
  }
  .max-\[365px\]\:pb-\[50px\] {
    @media (width < 365px) {
      padding-bottom: 50px;
    }
  }
  .max-\[365px\]\:pb-\[90px\] {
    @media (width < 365px) {
      padding-bottom: 90px;
    }
  }
  .max-\[365px\]\:pb-\[100px\] {
    @media (width < 365px) {
      padding-bottom: 100px;
    }
  }
  .min-\[340px\]\:h-\[50px\] {
    @media (width >= 340px) {
      height: 50px;
    }
  }
  .min-\[340px\]\:h-\[334px\] {
    @media (width >= 340px) {
      height: 334px;
    }
  }
  .min-\[340px\]\:w-\[180px\] {
    @media (width >= 340px) {
      width: 180px;
    }
  }
  .min-\[340px\]\:w-\[340px\] {
    @media (width >= 340px) {
      width: 340px;
    }
  }
  .min-\[375px\]\:mt-\[40px\] {
    @media (width >= 375px) {
      margin-top: 40px;
    }
  }
  .min-\[375px\]\:mt-\[45px\] {
    @media (width >= 375px) {
      margin-top: 45px;
    }
  }
  .min-\[375px\]\:mt-\[55px\] {
    @media (width >= 375px) {
      margin-top: 55px;
    }
  }
  .min-\[376px\]\:mt-\[45px\] {
    @media (width >= 376px) {
      margin-top: 45px;
    }
  }
  .min-\[376px\]\:mt-\[55px\] {
    @media (width >= 376px) {
      margin-top: 55px;
    }
  }
  .min-\[380px\]\:top-\[20\%\] {
    @media (width >= 380px) {
      top: 20%;
    }
  }
  .min-\[380px\]\:left-\[160px\] {
    @media (width >= 380px) {
      left: 160px;
    }
  }
  .min-\[390px\]\:mt-\[20px\] {
    @media (width >= 390px) {
      margin-top: 20px;
    }
  }
  .min-\[390px\]\:mt-\[40px\] {
    @media (width >= 390px) {
      margin-top: 40px;
    }
  }
  .min-\[390px\]\:mt-\[70px\] {
    @media (width >= 390px) {
      margin-top: 70px;
    }
  }
  .min-\[390px\]\:mt-\[100px\] {
    @media (width >= 390px) {
      margin-top: 100px;
    }
  }
  .min-\[390px\]\:mt-\[150px\] {
    @media (width >= 390px) {
      margin-top: 150px;
    }
  }
  .min-\[400px\]\:bottom-\[-110\%\] {
    @media (width >= 400px) {
      bottom: -110%;
    }
  }
  .min-\[400px\]\:bottom-\[-120\%\] {
    @media (width >= 400px) {
      bottom: -120%;
    }
  }
  .min-\[400px\]\:bottom-\[-130\%\] {
    @media (width >= 400px) {
      bottom: -130%;
    }
  }
  .min-\[410px\]\:mt-\[80px\] {
    @media (width >= 410px) {
      margin-top: 80px;
    }
  }
  .min-\[410px\]\:mt-\[90px\] {
    @media (width >= 410px) {
      margin-top: 90px;
    }
  }
  .min-\[410px\]\:mt-\[100px\] {
    @media (width >= 410px) {
      margin-top: 100px;
    }
  }
  .min-\[410px\]\:mt-\[110px\] {
    @media (width >= 410px) {
      margin-top: 110px;
    }
  }
  .min-\[420px\]\:mt-\[20px\] {
    @media (width >= 420px) {
      margin-top: 20px;
    }
  }
  .min-\[420px\]\:mt-\[50px\] {
    @media (width >= 420px) {
      margin-top: 50px;
    }
  }
  .min-\[420px\]\:mt-\[100px\] {
    @media (width >= 420px) {
      margin-top: 100px;
    }
  }
  .min-\[420px\]\:mt-\[120px\] {
    @media (width >= 420px) {
      margin-top: 120px;
    }
  }
  .min-\[420px\]\:mt-\[130px\] {
    @media (width >= 420px) {
      margin-top: 130px;
    }
  }
  .min-\[420px\]\:mt-\[150px\] {
    @media (width >= 420px) {
      margin-top: 150px;
    }
  }
  .min-\[420px\]\:mt-\[200px\] {
    @media (width >= 420px) {
      margin-top: 200px;
    }
  }
  .min-\[420px\]\:pt-\[20px\] {
    @media (width >= 420px) {
      padding-top: 20px;
    }
  }
  .min-\[425px\]\:bottom-\[-100\%\] {
    @media (width >= 425px) {
      bottom: -100%;
    }
  }
  .min-\[426px\]\:max-w-\[250px\] {
    @media (width >= 426px) {
      max-width: 250px;
    }
  }
  .min-\[430px\]\:bottom-\[-100\%\] {
    @media (width >= 430px) {
      bottom: -100%;
    }
  }
  .min-\[430px\]\:left-\[165px\] {
    @media (width >= 430px) {
      left: 165px;
    }
  }
  .min-\[430px\]\:mt-0 {
    @media (width >= 430px) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .min-\[430px\]\:mt-\[10px\] {
    @media (width >= 430px) {
      margin-top: 10px;
    }
  }
  .min-\[430px\]\:mt-\[16px\] {
    @media (width >= 430px) {
      margin-top: 16px;
    }
  }
  .min-\[430px\]\:mt-\[20px\] {
    @media (width >= 430px) {
      margin-top: 20px;
    }
  }
  .min-\[430px\]\:mt-\[80px\] {
    @media (width >= 430px) {
      margin-top: 80px;
    }
  }
  .min-\[430px\]\:mt-\[200px\] {
    @media (width >= 430px) {
      margin-top: 200px;
    }
  }
  .min-\[430px\]\:max-w-\[380px\] {
    @media (width >= 430px) {
      max-width: 380px;
    }
  }
  .min-\[430px\]\:max-w-\[430px\] {
    @media (width >= 430px) {
      max-width: 430px;
    }
  }
  .min-\[430px\]\:text-\[10px\] {
    @media (width >= 430px) {
      font-size: 10px;
    }
  }
  .min-\[430px\]\:text-\[12px\] {
    @media (width >= 430px) {
      font-size: 12px;
    }
  }
  .min-\[430px\]\:text-\[24px\] {
    @media (width >= 430px) {
      font-size: 24px;
    }
  }
  .min-\[2000px\]\:left-\[58\%\] {
    @media (width >= 2000px) {
      left: 58%;
    }
  }
  .min-\[2000px\]\:left-\[70\%\] {
    @media (width >= 2000px) {
      left: 70%;
    }
  }
  .min-\[2800px\]\:left-\[65\%\] {
    @media (width >= 2800px) {
      left: 65%;
    }
  }
  .min-\[2800px\]\:left-\[66\%\] {
    @media (width >= 2800px) {
      left: 66%;
    }
  }
  .min-\[2800px\]\:left-\[67\%\] {
    @media (width >= 2800px) {
      left: 67%;
    }
  }
  .min-\[4000px\]\:left-\[58\%\] {
    @media (width >= 4000px) {
      left: 58%;
    }
  }
  .min-\[4800px\]\:left-0 {
    @media (width >= 4800px) {
      left: calc(var(--spacing) * 0);
    }
  }
  .min-\[4800px\]\:left-\[-20\%\] {
    @media (width >= 4800px) {
      left: -20%;
    }
  }
  .min-\[4800px\]\:left-\[20\%\] {
    @media (width >= 4800px) {
      left: 20%;
    }
  }
  .min-\[4800px\]\:left-\[50\%\] {
    @media (width >= 4800px) {
      left: 50%;
    }
  }
  .min-\[4800px\]\:left-\[58\%\] {
    @media (width >= 4800px) {
      left: 58%;
    }
  }
  .min-\[4800px\]\:left-\[61\%\] {
    @media (width >= 4800px) {
      left: 61%;
    }
  }
  .sm\:left-\[58\%\] {
    @media (width >= 40rem) {
      left: 58%;
    }
  }
  .md\:top-\[-40px\] {
    @media (width >= 48rem) {
      top: -40px;
    }
  }
  .md\:top-\[3\%\] {
    @media (width >= 48rem) {
      top: 3%;
    }
  }
  .md\:top-\[15\%\] {
    @media (width >= 48rem) {
      top: 15%;
    }
  }
  .md\:top-\[20\%\] {
    @media (width >= 48rem) {
      top: 20%;
    }
  }
  .md\:right-\[15\%\] {
    @media (width >= 48rem) {
      right: 15%;
    }
  }
  .md\:right-\[17\%\] {
    @media (width >= 48rem) {
      right: 17%;
    }
  }
  .md\:bottom-0 {
    @media (width >= 48rem) {
      bottom: calc(var(--spacing) * 0);
    }
  }
  .md\:bottom-\[28\%\] {
    @media (width >= 48rem) {
      bottom: 28%;
    }
  }
  .md\:left-\[255px\] {
    @media (width >= 48rem) {
      left: 255px;
    }
  }
  .md\:left-\[280px\] {
    @media (width >= 48rem) {
      left: 280px;
    }
  }
  .md\:mx-auto {
    @media (width >= 48rem) {
      margin-inline: auto;
    }
  }
  .md\:mt-0 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .md\:mt-\[8px\] {
    @media (width >= 48rem) {
      margin-top: 8px;
    }
  }
  .md\:mt-\[12px\] {
    @media (width >= 48rem) {
      margin-top: 12px;
    }
  }
  .md\:mt-\[16px\] {
    @media (width >= 48rem) {
      margin-top: 16px;
    }
  }
  .md\:mt-\[30px\] {
    @media (width >= 48rem) {
      margin-top: 30px;
    }
  }
  .md\:mt-\[80px\] {
    @media (width >= 48rem) {
      margin-top: 80px;
    }
  }
  .md\:mt-\[100px\] {
    @media (width >= 48rem) {
      margin-top: 100px;
    }
  }
  .md\:mr-\[8px\] {
    @media (width >= 48rem) {
      margin-right: 8px;
    }
  }
  .md\:mb-\[100px\] {
    @media (width >= 48rem) {
      margin-bottom: 100px;
    }
  }
  .md\:ml-\[8px\] {
    @media (width >= 48rem) {
      margin-left: 8px;
    }
  }
  .md\:ml-\[24px\] {
    @media (width >= 48rem) {
      margin-left: 24px;
    }
  }
  .md\:ml-\[50px\] {
    @media (width >= 48rem) {
      margin-left: 50px;
    }
  }
  .md\:ml-\[70px\] {
    @media (width >= 48rem) {
      margin-left: 70px;
    }
  }
  .md\:ml-\[80px\] {
    @media (width >= 48rem) {
      margin-left: 80px;
    }
  }
  .md\:ml-\[90px\] {
    @media (width >= 48rem) {
      margin-left: 90px;
    }
  }
  .md\:block {
    @media (width >= 48rem) {
      display: block;
    }
  }
  .md\:flex {
    @media (width >= 48rem) {
      display: flex;
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:h-\[50px\] {
    @media (width >= 48rem) {
      height: 50px;
    }
  }
  .md\:h-\[80px\] {
    @media (width >= 48rem) {
      height: 80px;
    }
  }
  .md\:h-\[100\%\] {
    @media (width >= 48rem) {
      height: 100%;
    }
  }
  .md\:h-\[282px\] {
    @media (width >= 48rem) {
      height: 282px;
    }
  }
  .md\:h-\[310px\] {
    @media (width >= 48rem) {
      height: 310px;
    }
  }
  .md\:h-\[345px\] {
    @media (width >= 48rem) {
      height: 345px;
    }
  }
  .md\:h-auto {
    @media (width >= 48rem) {
      height: auto;
    }
  }
  .md\:max-h-\[60px\] {
    @media (width >= 48rem) {
      max-height: 60px;
    }
  }
  .md\:max-h-\[80px\] {
    @media (width >= 48rem) {
      max-height: 80px;
    }
  }
  .md\:max-h-\[280px\] {
    @media (width >= 48rem) {
      max-height: 280px;
    }
  }
  .md\:min-h-\[212px\] {
    @media (width >= 48rem) {
      min-height: 212px;
    }
  }
  .md\:w-\[200px\] {
    @media (width >= 48rem) {
      width: 200px;
    }
  }
  .md\:w-\[400px\] {
    @media (width >= 48rem) {
      width: 400px;
    }
  }
  .md\:w-\[618px\] {
    @media (width >= 48rem) {
      width: 618px;
    }
  }
  .md\:w-\[900px\] {
    @media (width >= 48rem) {
      width: 900px;
    }
  }
  .md\:w-\[1000px\] {
    @media (width >= 48rem) {
      width: 1000px;
    }
  }
  .md\:w-\[1280px\] {
    @media (width >= 48rem) {
      width: 1280px;
    }
  }
  .md\:w-\[1400px\] {
    @media (width >= 48rem) {
      width: 1400px;
    }
  }
  .md\:w-full {
    @media (width >= 48rem) {
      width: 100%;
    }
  }
  .md\:max-w-\[400px\] {
    @media (width >= 48rem) {
      max-width: 400px;
    }
  }
  .md\:max-w-\[430px\] {
    @media (width >= 48rem) {
      max-width: 430px;
    }
  }
  .md\:max-w-\[890px\] {
    @media (width >= 48rem) {
      max-width: 890px;
    }
  }
  .md\:max-w-\[1280px\] {
    @media (width >= 48rem) {
      max-width: 1280px;
    }
  }
  .md\:max-w-\[1400px\] {
    @media (width >= 48rem) {
      max-width: 1400px !important;
    }
  }
  .md\:max-h-\[80px\] {
    @media (width >= 48rem) {
      max-height: 80px;
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:items-center {
    @media (width >= 48rem) {
      align-items: center;
    }
  }
  .md\:justify-center {
    @media (width >= 48rem) {
      justify-content: center;
    }
  }
  .md\:gap-2\.5 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 2.5);
    }
  }
  .md\:bg-\[url\(\'\/images\/background-6\.png\'\)\] {
    @media (width >= 48rem) {
      background-image: url('../images/background-6.png');
    }
  }
  .md\:px-\[50px\] {
    @media (width >= 48rem) {
      padding-inline: 50px;
    }
  }
  .md\:pt-\[10px\] {
    @media (width >= 48rem) {
      padding-top: 10px;
    }
  }
  .md\:pt-\[16px\] {
    @media (width >= 48rem) {
      padding-top: 16px;
    }
  }
  .md\:pb-\[8px\] {
    @media (width >= 48rem) {
      padding-bottom: 8px;
    }
  }
  .md\:pl-\[10px\] {
    @media (width >= 48rem) {
      padding-left: 10px;
    }
  }
  .md\:text-\[17px\] {
    @media (width >= 48rem) {
      font-size: 17px;
    }
  }
  .md\:text-\[18px\] {
    @media (width >= 48rem) {
      font-size: 18px;
    }
  }
  .md\:text-\[24px\] {
    @media (width >= 48rem) {
      font-size: 24px;
    }
  }
  .md\:text-\[30px\] {
    @media (width >= 48rem) {
      font-size: 30px;
    }
  }
  .md\:text-\[40px\] {
    @media (width >= 48rem) {
      font-size: 40px;
    }
  }
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-display: swap;
  font-weight: 100;
  src: url(https://cdn.jsdelivr.net/fontsource/fonts/montserrat@latest/latin-100-normal.woff2) format("woff2"), url(https://cdn.jsdelivr.net/fontsource/fonts/montserrat@latest/latin-100-normal.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-display: swap;
  font-weight: 200;
  src: url(https://cdn.jsdelivr.net/fontsource/fonts/montserrat@latest/latin-200-normal.woff2) format("woff2"), url(https://cdn.jsdelivr.net/fontsource/fonts/montserrat@latest/latin-200-normal.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-display: swap;
  font-weight: 300;
  src: url(https://cdn.jsdelivr.net/fontsource/fonts/montserrat@latest/latin-300-normal.woff2) format("woff2"), url(https://cdn.jsdelivr.net/fontsource/fonts/montserrat@latest/latin-300-normal.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(https://cdn.jsdelivr.net/fontsource/fonts/montserrat@latest/latin-400-normal.woff2) format("woff2"), url(https://cdn.jsdelivr.net/fontsource/fonts/montserrat@latest/latin-400-normal.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url(https://cdn.jsdelivr.net/fontsource/fonts/montserrat@latest/latin-500-normal.woff2) format("woff2"), url(https://cdn.jsdelivr.net/fontsource/fonts/montserrat@latest/latin-500-normal.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url(https://cdn.jsdelivr.net/fontsource/fonts/montserrat@latest/latin-600-normal.woff2) format("woff2"), url(https://cdn.jsdelivr.net/fontsource/fonts/montserrat@latest/latin-600-normal.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url(https://cdn.jsdelivr.net/fontsource/fonts/montserrat@latest/latin-700-normal.woff2) format("woff2"), url(https://cdn.jsdelivr.net/fontsource/fonts/montserrat@latest/latin-700-normal.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-display: swap;
  font-weight: 800;
  src: url(https://cdn.jsdelivr.net/fontsource/fonts/montserrat@latest/latin-800-normal.woff2) format("woff2"), url(https://cdn.jsdelivr.net/fontsource/fonts/montserrat@latest/latin-800-normal.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-display: swap;
  font-weight: 900;
  src: url(https://cdn.jsdelivr.net/fontsource/fonts/montserrat@latest/latin-900-normal.woff2) format("woff2"), url(https://cdn.jsdelivr.net/fontsource/fonts/montserrat@latest/latin-900-normal.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-display: swap;
  font-weight: 100;
  src: url(https://cdn.jsdelivr.net/fontsource/fonts/montserrat@latest/vietnamese-100-normal.woff2) format("woff2"), url(https://cdn.jsdelivr.net/fontsource/fonts/montserrat@latest/vietnamese-100-normal.woff) format("woff");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-display: swap;
  font-weight: 200;
  src: url(https://cdn.jsdelivr.net/fontsource/fonts/montserrat@latest/vietnamese-200-normal.woff2) format("woff2"), url(https://cdn.jsdelivr.net/fontsource/fonts/montserrat@latest/vietnamese-200-normal.woff) format("woff");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-display: swap;
  font-weight: 300;
  src: url(https://cdn.jsdelivr.net/fontsource/fonts/montserrat@latest/vietnamese-300-normal.woff2) format("woff2"), url(https://cdn.jsdelivr.net/fontsource/fonts/montserrat@latest/vietnamese-300-normal.woff) format("woff");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(https://cdn.jsdelivr.net/fontsource/fonts/montserrat@latest/vietnamese-400-normal.woff2) format("woff2"), url(https://cdn.jsdelivr.net/fontsource/fonts/montserrat@latest/vietnamese-400-normal.woff) format("woff");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url(https://cdn.jsdelivr.net/fontsource/fonts/montserrat@latest/vietnamese-500-normal.woff2) format("woff2"), url(https://cdn.jsdelivr.net/fontsource/fonts/montserrat@latest/vietnamese-500-normal.woff) format("woff");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url(https://cdn.jsdelivr.net/fontsource/fonts/montserrat@latest/vietnamese-600-normal.woff2) format("woff2"), url(https://cdn.jsdelivr.net/fontsource/fonts/montserrat@latest/vietnamese-600-normal.woff) format("woff");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url(https://cdn.jsdelivr.net/fontsource/fonts/montserrat@latest/vietnamese-700-normal.woff2) format("woff2"), url(https://cdn.jsdelivr.net/fontsource/fonts/montserrat@latest/vietnamese-700-normal.woff) format("woff");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-display: swap;
  font-weight: 800;
  src: url(https://cdn.jsdelivr.net/fontsource/fonts/montserrat@latest/vietnamese-800-normal.woff2) format("woff2"), url(https://cdn.jsdelivr.net/fontsource/fonts/montserrat@latest/vietnamese-800-normal.woff) format("woff");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-display: swap;
  font-weight: 900;
  src: url(https://cdn.jsdelivr.net/fontsource/fonts/montserrat@latest/vietnamese-900-normal.woff2) format("woff2"), url(https://cdn.jsdelivr.net/fontsource/fonts/montserrat@latest/vietnamese-900-normal.woff) format("woff");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
@layer components {
  .btn {
    min-height: 30px;
    cursor: pointer;
    border-radius: var(--radius-sm);
    padding-inline: calc(var(--spacing) * 5);
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
    text-transform: capitalize;
    @media (width >= 48rem) {
      min-height: calc(var(--spacing) * 10);
    }
    @media (width >= 48rem) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .btn--primary {
    color: var(--color-white);
    background: linear-gradient(98deg, #fd8901 0%, #ffa842 100%);
  }
  .btn--outline {
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--color-primary);
    color: var(--color-primary);
  }
}
@layer components {
  .card {
    position: relative;
    margin-top: calc(var(--spacing) * 12);
    border-radius: var(--radius-2xl);
  }
  .card-main {
    border-bottom-right-radius: var(--radius-2xl);
    border-bottom-left-radius: var(--radius-2xl);
    background-image: url("../image/bg-content-mobi.png");
    background-size: contain;
    padding-top: calc(var(--spacing) * 10);
    @media (width >= 48rem) {
      background-image: url("../image/bg-content.png");
    }
    @media (width >= 48rem) {
      background-size: cover;
    }
    background-repeat: no-repeat;
  }
  .card-title {
    position: absolute;
    left: calc(2/4 * 100%);
    width: 100%;
    max-width: 352px;
    background-image: url("../image/bg-title-mobi.png");
    text-align: center;
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
    font-size: 18px;
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    color: var(--color-white);
    text-transform: capitalize;
    @media (width >= 48rem) {
      background-image: url("../image/bg-title.png");
    }
    top: -20px;
    transform: translateX(-50%);
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .card-title--out {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .card-main.card-shape {
    @media (width >= 412px) {
      background-size: cover;
    }
  }
  .card-content {
    display: flex;
    flex-direction: column;
    gap: calc(var(--spacing) * 4);
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding-inline: calc(var(--spacing) * 3);
    padding-bottom: calc(var(--spacing) * 6);
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
    --tw-leading: 24px;
    line-height: 24px;
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    text-wrap: wrap;
    color: #808080;
    background: linear-gradient(180deg, #ffdeb8 0%, #fff5ea 70.18%);
  }
  .shape {
    height: 74px;
    width: 90px;
    background-color: var(--color-white);
    --tw-leading: calc(var(--spacing) * 3.5);
    line-height: calc(var(--spacing) * 3.5);
    @media (width >= 375px) {
      width: 100px;
    }
    @media (width >= 412px) {
      width: 112px;
    }
    @media (width >= 430px) {
      width: 115px;
    }
    @media (width >= 912px) {
      height: 100px;
    }
    @media (width >= 912px) {
      width: 200px;
    }
    @media (width >= 48rem) {
      height: 90px;
    }
    @media (width >= 48rem) {
      width: 160px;
    }
    @media (width >= 64rem) {
      height: 120px;
    }
    @media (width >= 64rem) {
      width: 240px;
    }
    clip-path: polygon(0 0, 80% 0, 100% 50%, 80% 100%, 0% 100%, 20% 50%);
  }
  .shape + .shape {
    margin-left: calc(15px * -1);
    @media (width >= 912px) {
      margin-left: calc(var(--spacing) * -9);
    }
    @media (width >= 48rem) {
      margin-left: calc(var(--spacing) * -7);
    }
    @media (width >= 64rem) {
      margin-left: calc(var(--spacing) * -10);
    }
    @media (width >= 80rem) {
      margin-left: calc(var(--spacing) * -2);
    }
  }
  .shape-content {
    margin-left: calc(17%);
    display: flex;
    height: 100%;
    flex-direction: column;
    font-size: 10px;
    @media (width >= 48rem) {
      margin-left: calc(20% + 8px);
    }
  }
  .shape-content--icon {
    position: relative;
    height: calc(var(--spacing) * 3.5);
    width: calc(var(--spacing) * 3.5);
    @media (width >= 48rem) {
      height: calc(var(--spacing) * 5);
    }
    @media (width >= 48rem) {
      width: calc(var(--spacing) * 5);
    }
  }
  .shape-content--icon > img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .shape-title {
    position: relative;
    display: flex;
    gap: calc(var(--spacing) * 1);
    padding-top: calc(var(--spacing) * 2);
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
    --tw-font-weight: var(--font-weight-black);
    font-weight: var(--font-weight-black);
    color: var(--color-primary);
    text-transform: capitalize;
    @media (width >= 48rem) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .shape-title:after {
    content: " ";
    position: absolute;
    bottom: calc(var(--spacing) * 0);
    left: calc(var(--spacing) * 0);
    height: 1px;
    width: 100%;
    background: linear-gradient( 90deg, rgba(253, 137, 1, 0) 0%, #fd8901 50%, rgba(253, 137, 1, 0) 100% );
  }
  .shape-des {
    font-size: 10px;
    --tw-font-weight: var(--font-weight-black);
    font-weight: var(--font-weight-black);
    color: var(--color-primary);
    text-transform: capitalize;
    @media (width >= 48rem) {
      font-size: 13px;
    }
    @media (width >= 64rem) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
}
@layer components {
  .btn-action {
    border-radius: 10px;
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--color-primary);
    box-shadow: 0px 2px 0px 0px #ed9507, 0px 4px 6px 0px #b97405, inset 0px 0px 10px 0px #ffdfaa99;
  }
  .btn-action--text {
    display: flex;
    min-height: calc(var(--spacing) * 10);
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: calc(var(--spacing) * 1);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    text-transform: capitalize;
    color: transparent;
    background: linear-gradient(180deg, #fec466 0%, #ec9507 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .footer-copiwrite {
    font-family: "Montserrat";
    font-weight: 800;
    background: linear-gradient(180deg, #fbc280 0%, #FFF5EA 100%);
  }
}
@layer components {
  .table-main {
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--color-primary);
    background-color: var(--color-white);
    color: var(--color-primary);
  }
  .table-main th, .table-main td {
    box-sizing: content-box;
    padding: calc(var(--spacing) * 3);
    text-align: center;
    border-bottom: 1px solid;
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    text-transform: capitalize;
  }
  .table-main > td + td {
    border-left: 1px solid;
  }
  .table-main th {
    border-right: 1px solid;
    --tw-font-weight: var(--font-weight-black);
    font-weight: var(--font-weight-black);
  }
  .table-main .table-title {
    display: flex;
    gap: calc(var(--spacing) * 1);
    padding-left: calc(var(--spacing) * 3.5);
    text-transform: capitalize;
  }
}
.linear-gradient {
  background: linear-gradient(0deg, #434343 0%, #141414 100%);
}
.container {
  max-width: 1800px;
  width: 100%;
  margin-inline: auto;
  padding-inline: calc(var(--spacing) * 1.5);
}
@layer components {
  .nav-bar-main {
    background: linear-gradient(90deg, #fd8901, rgba(253, 137, 1, 0));
    border-radius: 10px;
    overflow: hidden;
  }
  .nav-bar-main ul {
    border-radius: 10px;
    margin: 1px;
    background: linear-gradient(270deg, #ffead2 0%, #ffffff 100%);
  }
  .nav-bar-main li {
    position: relative;
    padding-inline: calc(var(--spacing) * 2);
    padding-block: calc(var(--spacing) * 4);
    color: #FD8901;
    text-transform: capitalize;
  }
  .nav-bar-main li:not(:last-child):after {
    content: " ";
    background-image: linear-gradient( 180deg, rgba(253, 137, 1, 0) 0%, #fd8901 50%, rgba(253, 137, 1, 0) 100% );
    position: absolute;
    top: calc(var(--spacing) * 0);
    right: calc(var(--spacing) * 0);
    height: 100%;
    width: 2px;
    @media (width >= 48rem) {
      top: 100%;
    }
    @media (width >= 48rem) {
      left: calc(var(--spacing) * 0);
    }
    @media (width >= 48rem) {
      height: 1px;
    }
    @media (width >= 48rem) {
      width: 100%;
    }
  }
}
@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-space-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-x-reverse: 0;
      --tw-font-weight: initial;
      --tw-duration: initial;
      --tw-ease: initial;
      --tw-border-style: solid;
      --tw-leading: initial;
    }
  }
}

.content-detail {
  padding: 30px;
  max-width: 1380px;
  margin: 0 auto;
}
.btn-back {
  background: none;
  border: none;
  width: 103px ;
  height: 34px;
  padding: 0;
  display: block;
  position: relative;
  z-index: 999;
}
.content-main-detail {
  background: linear-gradient(180deg, #414040 0%, #2B2B2B 100%);
  color: white;
  font-size: 18px;
  font-weight: 500;
  padding: 20px;
  line-height: 2rem;
  text-transform: capitalize;

}
.w-100 {
  width: 100%;
}
.btn-read-more {
  color: black;
  background: rgba(253, 137, 1, 1);
  font-size: 13px;
  font-weight: 600;
  /* border: 2px solid rgba(255, 255, 255, 1); */
  border-radius: 20px;
  width: 99px;
  height: 29px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Ẩn trên PC, hiển thị trên mobile */
.mobile-show {
  display: none;
}

@media (max-width: 850px) {
  .mobile-show {
    display: block;
  }
}
.pointer {
  cursor: pointer;
}


/* Hiển thị trên PC, ẩn trên mobile */
.pc-show {
  display: block;
}
.btn-read-more-2 {
  margin-top: 13px;
}
#desc1, #desc2 {
  line-height: 30px;
}

@media (max-width: 850px) {
  .pc-show {
    display: none;
  }
  .content-main-detail {
    font-size: 12px;
  }
  .main-content {
    margin-top: 0;
  }
  .btn-read-more {
      font-size: 10px;
    width: 76px;
    height: 22px;
  }
  .btn-read-more-2 {
    margin-top: 20px;
  }
  #desc1, #desc2 {
    line-height: 20px;
  }
}


