/*! tailwindcss v4.3.0 | 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-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --font-weight-normal: 400;
    --font-weight-bold: 700;
    --tracking-wide: 0.025em;
    --radius-xl: 0.75rem;
    --radius-3xl: 1.5rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --spacing-2h5: 12px;
    --spacing-3: 1rem;
    --spacing-4: 2rem;
    --spacing-4h5: 2rem;
    --spacing-5: 4rem;
    --spacing-6: 5rem;
    --color-nav-500: #1c2b74;
    --color-deepNavy-500: #171c61;
    --color-org-500: #e95513;
    --color-gry-500: #474545;
    --color-deepR-500: #c30d23;
  }
}
@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;
  }
  .static {
    position: static;
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-3 {
    top: var(--spacing-3);
  }
  .top-\[15\%\] {
    top: 15%;
  }
  .top-\[22\%\] {
    top: 22%;
  }
  .top-\[28\%\] {
    top: 28%;
  }
  .top-\[30\%\] {
    top: 30%;
  }
  .top-\[41\%\] {
    top: 41%;
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-2 {
    right: calc(var(--spacing) * 2);
  }
  .right-\[-10\%\] {
    right: -10%;
  }
  .right-\[5\%\] {
    right: 5%;
  }
  .right-\[10\%\] {
    right: 10%;
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .bottom-\[6\%\] {
    bottom: 6%;
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-\[3\%\] {
    left: 3%;
  }
  .left-\[5\%\] {
    left: 5%;
  }
  .z-2 {
    z-index: 2;
  }
  .z-3 {
    z-index: 3;
  }
  .z-4 {
    z-index: 4;
  }
  .z-9 {
    z-index: 9;
  }
  .m-0 {
    margin: calc(var(--spacing) * 0);
  }
  .mx-2 {
    margin-inline: calc(var(--spacing) * 2);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-1 {
    margin-block: calc(var(--spacing) * 1);
  }
  .my-2 {
    margin-block: calc(var(--spacing) * 2);
  }
  .my-3 {
    margin-block: var(--spacing-3);
  }
  .ms-0 {
    margin-inline-start: calc(var(--spacing) * 0);
  }
  .ms-2 {
    margin-inline-start: calc(var(--spacing) * 2);
  }
  .ms-4 {
    margin-inline-start: var(--spacing-4);
  }
  .ms-\[-25\%\] {
    margin-inline-start: -25%;
  }
  .ms-\[16px\] {
    margin-inline-start: 16px;
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: var(--spacing-3);
  }
  .mt-4 {
    margin-top: var(--spacing-4);
  }
  .mt-\[-1rem\] {
    margin-top: -1rem;
  }
  .mt-\[-2px\] {
    margin-top: -2px;
  }
  .mt-\[-5px\] {
    margin-top: -5px;
  }
  .mr-2 {
    margin-right: calc(var(--spacing) * 2);
  }
  .mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: var(--spacing-3);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .hidden {
    display: none;
  }
  .inline-block {
    display: inline-block;
  }
  .h-\[24rem\] {
    height: 24rem;
  }
  .h-\[32px\] {
    height: 32px;
  }
  .h-\[40px\] {
    height: 40px;
  }
  .h-dvh {
    height: 100dvh;
  }
  .h-full {
    height: 100%;
  }
  .w-\[21px\] {
    width: 21px;
  }
  .w-\[25\%\] {
    width: 25%;
  }
  .w-\[29\%\] {
    width: 29%;
  }
  .w-\[32px\] {
    width: 32px;
  }
  .w-\[40px\] {
    width: 40px;
  }
  .w-\[50\%\] {
    width: 50%;
  }
  .w-\[60\%\] {
    width: 60%;
  }
  .w-\[66\%\] {
    width: 66%;
  }
  .w-\[66px\] {
    width: 66px;
  }
  .w-\[70\%\] {
    width: 70%;
  }
  .w-\[80\%\] {
    width: 80%;
  }
  .w-\[82\%\] {
    width: 82%;
  }
  .w-\[86\%\] {
    width: 86%;
  }
  .w-\[88\%\] {
    width: 88%;
  }
  .w-\[90\%\] {
    width: 90%;
  }
  .w-\[96\%\] {
    width: 96%;
  }
  .w-full {
    width: 100%;
  }
  .max-w-100 {
    max-width: calc(var(--spacing) * 100);
  }
  .max-w-\[30px\] {
    max-width: 30px;
  }
  .max-w-\[40px\] {
    max-width: 40px;
  }
  .max-w-\[57px\] {
    max-width: 57px;
  }
  .max-w-\[148px\] {
    max-width: 148px;
  }
  .max-w-\[155px\] {
    max-width: 155px;
  }
  .max-w-\[160px\] {
    max-width: 160px;
  }
  .max-w-\[170px\] {
    max-width: 170px;
  }
  .max-w-\[180px\] {
    max-width: 180px;
  }
  .max-w-\[200px\] {
    max-width: 200px;
  }
  .max-w-\[220px\] {
    max-width: 220px;
  }
  .max-w-\[250px\] {
    max-width: 250px;
  }
  .max-w-\[350px\] {
    max-width: 350px;
  }
  .max-w-\[360px\] {
    max-width: 360px;
  }
  .max-w-\[420px\] {
    max-width: 420px;
  }
  .max-w-\[480px\] {
    max-width: 480px;
  }
  .max-w-\[496px\] {
    max-width: 496px;
  }
  .max-w-\[550px\] {
    max-width: 550px;
  }
  .max-w-\[590px\] {
    max-width: 590px;
  }
  .max-w-\[810px\] {
    max-width: 810px;
  }
  .max-w-\[1000px\] {
    max-width: 1000px;
  }
  .max-w-\[1020px\] {
    max-width: 1020px;
  }
  .max-w-\[1050px\] {
    max-width: 1050px;
  }
  .max-w-\[1140px\] {
    max-width: 1140px;
  }
  .max-w-\[1160px\] {
    max-width: 1160px;
  }
  .max-w-\[1260px\] {
    max-width: 1260px;
  }
  .max-w-\[1280px\] {
    max-width: 1280px;
  }
  .max-w-\[1460px\] {
    max-width: 1460px;
  }
  .min-w-\[48px\] {
    min-width: 48px;
  }
  .translate-x-\[14\%\] {
    --tw-translate-x: 14%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-\[-40\%\] {
    --tw-translate-y: -40%;
    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,);
  }
  .resize {
    resize: both;
  }
  .list-decimal {
    list-style-type: decimal;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .rounded-t-xl {
    border-top-left-radius: var(--radius-xl);
    border-top-right-radius: var(--radius-xl);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-1 {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-3 {
    border-style: var(--tw-border-style);
    border-width: 3px;
  }
  .border-nav-500 {
    border-color: var(--color-nav-500);
  }
  .border-white {
    border-color: var(--color-white);
  }
  .bg-\[\#036eb7\] {
    background-color: #036eb7;
  }
  .bg-\[\#898989\] {
    background-color: #898989;
  }
  .bg-\[\#c5e3e9\] {
    background-color: #c5e3e9;
  }
  .bg-\[\#f1a4ad\] {
    background-color: #f1a4ad;
  }
  .bg-\[\#f3b6bd\] {
    background-color: #f3b6bd;
  }
  .bg-\[\#f8dda4\] {
    background-color: #f8dda4;
  }
  .bg-\[\#fbd6a9\] {
    background-color: #fbd6a9;
  }
  .bg-\[\#ffe765\] {
    background-color: #ffe765;
  }
  .bg-\[\#fffeee\] {
    background-color: #fffeee;
  }
  .bg-\[\#fffef7\] {
    background-color: #fffef7;
  }
  .bg-nav-500 {
    background-color: var(--color-nav-500);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .p-0 {
    padding: calc(var(--spacing) * 0);
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .px-1 {
    padding-inline: calc(var(--spacing) * 1);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-3 {
    padding-inline: var(--spacing-3);
  }
  .px-\[22px\] {
    padding-inline: 22px;
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-3 {
    padding-block: var(--spacing-3);
  }
  .ps-2 {
    padding-inline-start: calc(var(--spacing) * 2);
  }
  .ps-3 {
    padding-inline-start: var(--spacing-3);
  }
  .ps-4 {
    padding-inline-start: var(--spacing-4);
  }
  .pt-1 {
    padding-top: calc(var(--spacing) * 1);
  }
  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }
  .pt-3 {
    padding-top: var(--spacing-3);
  }
  .pt-4 {
    padding-top: var(--spacing-4);
  }
  .pt-5 {
    padding-top: var(--spacing-5);
  }
  .pt-\[22px\] {
    padding-top: 22px;
  }
  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }
  .pb-3 {
    padding-bottom: var(--spacing-3);
  }
  .pb-4 {
    padding-bottom: var(--spacing-4);
  }
  .pb-5 {
    padding-bottom: var(--spacing-5);
  }
  .pb-\[80px\] {
    padding-bottom: 80px;
  }
  .text-center {
    text-align: center;
  }
  .text-justify {
    text-align: justify;
  }
  .text-left {
    text-align: left;
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .tracking-wide {
    --tw-tracking: var(--tracking-wide);
    letter-spacing: var(--tracking-wide);
  }
  .text-\[\#036eb7\] {
    color: #036eb7;
  }
  .text-\[\#c30d23\] {
    color: #c30d23;
  }
  .text-black {
    color: var(--color-black);
  }
  .text-deepNavy-500 {
    color: var(--color-deepNavy-500);
  }
  .text-deepR-500 {
    color: var(--color-deepR-500);
  }
  .text-gry-500 {
    color: var(--color-gry-500);
  }
  .text-nav-500 {
    color: var(--color-nav-500);
  }
  .text-org-500 {
    color: var(--color-org-500);
  }
  .text-white {
    color: var(--color-white);
  }
  .no-underline {
    text-decoration-line: none;
  }
  .underline {
    text-decoration-line: underline;
  }
  .underline-offset-4 {
    text-underline-offset: 4px;
  }
  .text-shadow-lg {
    text-shadow: 0px 1px 2px var(--tw-text-shadow-color, rgb(0 0 0 / 0.1)), 0px 3px 2px var(--tw-text-shadow-color, rgb(0 0 0 / 0.1)), 0px 4px 8px var(--tw-text-shadow-color, rgb(0 0 0 / 0.1));
  }
  .\33 xs\:w-\[80\%\] {
    @media (width >= 425px) {
      width: 80%;
    }
  }
  .\33 xs\:max-w-\[210px\] {
    @media (width >= 425px) {
      max-width: 210px;
    }
  }
  .\33 xs\:translate-x-\[17\%\] {
    @media (width >= 425px) {
      --tw-translate-x: 17%;
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .\32 xs\:h-\[25rem\] {
    @media (width >= 480px) {
      height: 25rem;
    }
  }
  .\32 xs\:w-\[82px\] {
    @media (width >= 480px) {
      width: 82px;
    }
  }
  .\32 xs\:pb-\[115px\] {
    @media (width >= 480px) {
      padding-bottom: 115px;
    }
  }
  .xs\:top-\[26\%\] {
    @media (width >= 576px) {
      top: 26%;
    }
  }
  .xs\:top-\[27\%\] {
    @media (width >= 576px) {
      top: 27%;
    }
  }
  .xs\:top-\[38\%\] {
    @media (width >= 576px) {
      top: 38%;
    }
  }
  .xs\:left-\[1\%\] {
    @media (width >= 576px) {
      left: 1%;
    }
  }
  .xs\:ms-\[20px\] {
    @media (width >= 576px) {
      margin-inline-start: 20px;
    }
  }
  .xs\:ms-auto {
    @media (width >= 576px) {
      margin-inline-start: auto;
    }
  }
  .xs\:mt-3 {
    @media (width >= 576px) {
      margin-top: var(--spacing-3);
    }
  }
  .xs\:mt-4 {
    @media (width >= 576px) {
      margin-top: var(--spacing-4);
    }
  }
  .xs\:mb-4 {
    @media (width >= 576px) {
      margin-bottom: var(--spacing-4);
    }
  }
  .xs\:block {
    @media (width >= 576px) {
      display: block;
    }
  }
  .xs\:hidden {
    @media (width >= 576px) {
      display: none;
    }
  }
  .xs\:h-\[37rem\] {
    @media (width >= 576px) {
      height: 37rem;
    }
  }
  .xs\:w-\[28\%\] {
    @media (width >= 576px) {
      width: 28%;
    }
  }
  .xs\:w-\[31px\] {
    @media (width >= 576px) {
      width: 31px;
    }
  }
  .xs\:w-\[61\%\] {
    @media (width >= 576px) {
      width: 61%;
    }
  }
  .xs\:w-\[70\%\] {
    @media (width >= 576px) {
      width: 70%;
    }
  }
  .xs\:w-\[75\%\] {
    @media (width >= 576px) {
      width: 75%;
    }
  }
  .xs\:w-\[82px\] {
    @media (width >= 576px) {
      width: 82px;
    }
  }
  .xs\:w-\[102px\] {
    @media (width >= 576px) {
      width: 102px;
    }
  }
  .xs\:max-w-\[50px\] {
    @media (width >= 576px) {
      max-width: 50px;
    }
  }
  .xs\:max-w-\[66px\] {
    @media (width >= 576px) {
      max-width: 66px;
    }
  }
  .xs\:max-w-\[220px\] {
    @media (width >= 576px) {
      max-width: 220px;
    }
  }
  .xs\:max-w-\[240px\] {
    @media (width >= 576px) {
      max-width: 240px;
    }
  }
  .xs\:max-w-\[350px\] {
    @media (width >= 576px) {
      max-width: 350px;
    }
  }
  .xs\:max-w-\[400px\] {
    @media (width >= 576px) {
      max-width: 400px;
    }
  }
  .xs\:max-w-\[720px\] {
    @media (width >= 576px) {
      max-width: 720px;
    }
  }
  .xs\:translate-x-\[20\%\] {
    @media (width >= 576px) {
      --tw-translate-x: 20%;
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .xs\:flex-col {
    @media (width >= 576px) {
      flex-direction: column;
    }
  }
  .xs\:bg-transparent {
    @media (width >= 576px) {
      background-color: transparent;
    }
  }
  .xs\:px-\[30px\] {
    @media (width >= 576px) {
      padding-inline: 30px;
    }
  }
  .xs\:py-2 {
    @media (width >= 576px) {
      padding-block: calc(var(--spacing) * 2);
    }
  }
  .xs\:py-2h5 {
    @media (width >= 576px) {
      padding-block: var(--spacing-2h5);
    }
  }
  .xs\:pt-\[30px\] {
    @media (width >= 576px) {
      padding-top: 30px;
    }
  }
  .xs\:pb-3 {
    @media (width >= 576px) {
      padding-bottom: var(--spacing-3);
    }
  }
  .xs\:text-2xl {
    @media (width >= 576px) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .xs\:text-lg {
    @media (width >= 576px) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .xs\:text-xl {
    @media (width >= 576px) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .tab\:top-\[8\%\] {
    @media (width >= 768px) {
      top: 8%;
    }
  }
  .tab\:right-\[2\%\] {
    @media (width >= 768px) {
      right: 2%;
    }
  }
  .tab\:left-\[6\%\] {
    @media (width >= 768px) {
      left: 6%;
    }
  }
  .tab\:mt-4 {
    @media (width >= 768px) {
      margin-top: var(--spacing-4);
    }
  }
  .tab\:block {
    @media (width >= 768px) {
      display: block;
    }
  }
  .tab\:h-\[40rem\] {
    @media (width >= 768px) {
      height: 40rem;
    }
  }
  .tab\:w-\[110px\] {
    @media (width >= 768px) {
      width: 110px;
    }
  }
  .tab\:w-\[140px\] {
    @media (width >= 768px) {
      width: 140px;
    }
  }
  .tab\:max-w-\[95px\] {
    @media (width >= 768px) {
      max-width: 95px;
    }
  }
  .tab\:max-w-\[320px\] {
    @media (width >= 768px) {
      max-width: 320px;
    }
  }
  .tab\:max-w-\[480px\] {
    @media (width >= 768px) {
      max-width: 480px;
    }
  }
  .tab\:max-w-\[510px\] {
    @media (width >= 768px) {
      max-width: 510px;
    }
  }
  .tab\:p-3 {
    @media (width >= 768px) {
      padding: var(--spacing-3);
    }
  }
  .tab\:py-3 {
    @media (width >= 768px) {
      padding-block: var(--spacing-3);
    }
  }
  .tab\:pt-4 {
    @media (width >= 768px) {
      padding-top: var(--spacing-4);
    }
  }
  .tab\:pt-6 {
    @media (width >= 768px) {
      padding-top: var(--spacing-6);
    }
  }
  .tab\:pb-3 {
    @media (width >= 768px) {
      padding-bottom: var(--spacing-3);
    }
  }
  .tab\:pb-5 {
    @media (width >= 768px) {
      padding-bottom: var(--spacing-5);
    }
  }
  .tab\:pb-6 {
    @media (width >= 768px) {
      padding-bottom: var(--spacing-6);
    }
  }
  .ltab\:left-\[9\%\] {
    @media (width >= 840px) {
      left: 9%;
    }
  }
  .ltab\:flex {
    @media (width >= 840px) {
      display: flex;
    }
  }
  .ltab\:hidden {
    @media (width >= 840px) {
      display: none;
    }
  }
  .ltab\:w-\[60\%\] {
    @media (width >= 840px) {
      width: 60%;
    }
  }
  .ltab\:max-w-\[405px\] {
    @media (width >= 840px) {
      max-width: 405px;
    }
  }
  .ltab\:translate-x-\[37\%\] {
    @media (width >= 840px) {
      --tw-translate-x: 37%;
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .sm\:top-\[8\%\] {
    @media (width >= 992px) {
      top: 8%;
    }
  }
  .sm\:top-\[34\%\] {
    @media (width >= 992px) {
      top: 34%;
    }
  }
  .sm\:mx-3 {
    @media (width >= 992px) {
      margin-inline: var(--spacing-3);
    }
  }
  .sm\:ms-3 {
    @media (width >= 992px) {
      margin-inline-start: var(--spacing-3);
    }
  }
  .sm\:ms-6 {
    @media (width >= 992px) {
      margin-inline-start: var(--spacing-6);
    }
  }
  .sm\:mt-0 {
    @media (width >= 992px) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .sm\:mt-3 {
    @media (width >= 992px) {
      margin-top: var(--spacing-3);
    }
  }
  .sm\:mr-3 {
    @media (width >= 992px) {
      margin-right: var(--spacing-3);
    }
  }
  .sm\:h-\[46rem\] {
    @media (width >= 992px) {
      height: 46rem;
    }
  }
  .sm\:max-w-\[65px\] {
    @media (width >= 992px) {
      max-width: 65px;
    }
  }
  .sm\:max-w-\[270px\] {
    @media (width >= 992px) {
      max-width: 270px;
    }
  }
  .sm\:max-w-\[460px\] {
    @media (width >= 992px) {
      max-width: 460px;
    }
  }
  .sm\:max-w-\[1240px\] {
    @media (width >= 992px) {
      max-width: 1240px;
    }
  }
  .sm\:flex-row {
    @media (width >= 992px) {
      flex-direction: row;
    }
  }
  .sm\:px-\[40px\] {
    @media (width >= 992px) {
      padding-inline: 40px;
    }
  }
  .sm\:py-4 {
    @media (width >= 992px) {
      padding-block: var(--spacing-4);
    }
  }
  .sm\:ps-0 {
    @media (width >= 992px) {
      padding-inline-start: calc(var(--spacing) * 0);
    }
  }
  .sm\:pt-3 {
    @media (width >= 992px) {
      padding-top: var(--spacing-3);
    }
  }
  .sm\:pt-5 {
    @media (width >= 992px) {
      padding-top: var(--spacing-5);
    }
  }
  .sm\:pt-\[40px\] {
    @media (width >= 992px) {
      padding-top: 40px;
    }
  }
  .md\:left-\[15\%\] {
    @media (width >= 1080px) {
      left: 15%;
    }
  }
  .md\:mt-5 {
    @media (width >= 1080px) {
      margin-top: var(--spacing-5);
    }
  }
  .md\:h-\[50rem\] {
    @media (width >= 1080px) {
      height: 50rem;
    }
  }
  .md\:max-w-\[175px\] {
    @media (width >= 1080px) {
      max-width: 175px;
    }
  }
  .md\:max-w-\[330px\] {
    @media (width >= 1080px) {
      max-width: 330px;
    }
  }
  .lg\:block {
    @media (width >= 1200px) {
      display: block;
    }
  }
  .lg\:pb-4 {
    @media (width >= 1200px) {
      padding-bottom: var(--spacing-4);
    }
  }
  .xl\:bottom-\[8\%\] {
    @media (width >= 1280px) {
      bottom: 8%;
    }
  }
  .xl\:left-\[26\%\] {
    @media (width >= 1280px) {
      left: 26%;
    }
  }
  .xl\:mx-3 {
    @media (width >= 1280px) {
      margin-inline: var(--spacing-3);
    }
  }
  .xl\:my-4h5 {
    @media (width >= 1280px) {
      margin-block: var(--spacing-4h5);
    }
  }
  .xl\:ms-3 {
    @media (width >= 1280px) {
      margin-inline-start: var(--spacing-3);
    }
  }
  .xl\:ms-4 {
    @media (width >= 1280px) {
      margin-inline-start: var(--spacing-4);
    }
  }
  .xl\:ms-5 {
    @media (width >= 1280px) {
      margin-inline-start: var(--spacing-5);
    }
  }
  .xl\:ms-\[24px\] {
    @media (width >= 1280px) {
      margin-inline-start: 24px;
    }
  }
  .xl\:mt-\[-4rem\] {
    @media (width >= 1280px) {
      margin-top: -4rem;
    }
  }
  .xl\:mr-3 {
    @media (width >= 1280px) {
      margin-right: var(--spacing-3);
    }
  }
  .xl\:h-\[52rem\] {
    @media (width >= 1280px) {
      height: 52rem;
    }
  }
  .xl\:w-\[54\%\] {
    @media (width >= 1280px) {
      width: 54%;
    }
  }
  .xl\:max-w-\[90px\] {
    @media (width >= 1280px) {
      max-width: 90px;
    }
  }
  .xl\:max-w-\[120px\] {
    @media (width >= 1280px) {
      max-width: 120px;
    }
  }
  .xl\:max-w-\[235px\] {
    @media (width >= 1280px) {
      max-width: 235px;
    }
  }
  .xl\:max-w-\[270px\] {
    @media (width >= 1280px) {
      max-width: 270px;
    }
  }
  .xl\:max-w-\[320px\] {
    @media (width >= 1280px) {
      max-width: 320px;
    }
  }
  .xl\:max-w-\[390px\] {
    @media (width >= 1280px) {
      max-width: 390px;
    }
  }
  .xl\:max-w-\[500px\] {
    @media (width >= 1280px) {
      max-width: 500px;
    }
  }
  .xl\:max-w-\[550px\] {
    @media (width >= 1280px) {
      max-width: 550px;
    }
  }
  .xl\:max-w-\[630px\] {
    @media (width >= 1280px) {
      max-width: 630px;
    }
  }
  .xl\:max-w-\[670px\] {
    @media (width >= 1280px) {
      max-width: 670px;
    }
  }
  .xl\:translate-x-\[51\%\] {
    @media (width >= 1280px) {
      --tw-translate-x: 51%;
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .xl\:rounded-3xl {
    @media (width >= 1280px) {
      border-radius: var(--radius-3xl);
    }
  }
  .xl\:rounded-t-3xl {
    @media (width >= 1280px) {
      border-top-left-radius: var(--radius-3xl);
      border-top-right-radius: var(--radius-3xl);
    }
  }
  .xl\:px-3 {
    @media (width >= 1280px) {
      padding-inline: var(--spacing-3);
    }
  }
  .xl\:py-4 {
    @media (width >= 1280px) {
      padding-block: var(--spacing-4);
    }
  }
  .xl\:ps-0 {
    @media (width >= 1280px) {
      padding-inline-start: calc(var(--spacing) * 0);
    }
  }
  .xl\:pt-3 {
    @media (width >= 1280px) {
      padding-top: var(--spacing-3);
    }
  }
  .xl\:pb-4 {
    @media (width >= 1280px) {
      padding-bottom: var(--spacing-4);
    }
  }
  .xl\:pb-5 {
    @media (width >= 1280px) {
      padding-bottom: var(--spacing-5);
    }
  }
  .xl\:text-2xl {
    @media (width >= 1280px) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .xl\:text-3xl {
    @media (width >= 1280px) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .xl\:text-xl {
    @media (width >= 1280px) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .\32 xl\:right-\[19\%\] {
    @media (width >= 1440px) {
      right: 19%;
    }
  }
  .\32 xl\:left-\[18\%\] {
    @media (width >= 1440px) {
      left: 18%;
    }
  }
  .\32 xl\:my-2 {
    @media (width >= 1440px) {
      margin-block: calc(var(--spacing) * 2);
    }
  }
  .\32 xl\:my-3 {
    @media (width >= 1440px) {
      margin-block: var(--spacing-3);
    }
  }
  .\32 xl\:ms-auto {
    @media (width >= 1440px) {
      margin-inline-start: auto;
    }
  }
  .\32 xl\:block {
    @media (width >= 1440px) {
      display: block;
    }
  }
  .\32 xl\:max-w-\[80px\] {
    @media (width >= 1440px) {
      max-width: 80px;
    }
  }
  .\32 xl\:max-w-\[420px\] {
    @media (width >= 1440px) {
      max-width: 420px;
    }
  }
  .\32 xl\:px-3 {
    @media (width >= 1440px) {
      padding-inline: var(--spacing-3);
    }
  }
  .\32 xl\:px-4 {
    @media (width >= 1440px) {
      padding-inline: var(--spacing-4);
    }
  }
  .\32 xl\:py-2 {
    @media (width >= 1440px) {
      padding-block: calc(var(--spacing) * 2);
    }
  }
  .\32 xl\:py-4 {
    @media (width >= 1440px) {
      padding-block: var(--spacing-4);
    }
  }
  .\33 xl\:left-\[23\%\] {
    @media (width >= 1600px) {
      left: 23%;
    }
  }
  .\33 xl\:h-\[56rem\] {
    @media (width >= 1600px) {
      height: 56rem;
    }
  }
  .\33 xl\:max-w-\[1150px\] {
    @media (width >= 1600px) {
      max-width: 1150px;
    }
  }
  .\33 xl\:px-\[50px\] {
    @media (width >= 1600px) {
      padding-inline: 50px;
    }
  }
  .\33 xl\:pt-\[50px\] {
    @media (width >= 1600px) {
      padding-top: 50px;
    }
  }
  .\33 xl\:text-left {
    @media (width >= 1600px) {
      text-align: left;
    }
  }
  .\34 xl\:right-\[-2\%\] {
    @media (width >= 1920px) {
      right: -2%;
    }
  }
  .\34 xl\:right-\[25\%\] {
    @media (width >= 1920px) {
      right: 25%;
    }
  }
  .\34 xl\:left-\[27\%\] {
    @media (width >= 1920px) {
      left: 27%;
    }
  }
  .\34 xl\:w-\[21\%\] {
    @media (width >= 1920px) {
      width: 21%;
    }
  }
  .\34 xl\:pb-4 {
    @media (width >= 1920px) {
      padding-bottom: var(--spacing-4);
    }
  }
}
@keyframes scaleUp {
  50% {
    transform: scale(0.95);
  }
}
@keyframes float {
  50% {
    transform: translateY(-1rem);
  }
}
body {
  font-family: "noto-sans", sans-serif, "思源黑體", "微軟正黑體";
}
.top-menu {
  a img {
    max-height: 44px;
  }
  li:not(:last-of-type) a {
    &::before {
      content: "";
      position: absolute;
      background: url("../img/top_divider.png");
      width: 4px;
      height: 100%;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
      right: -1rem;
      top: 0;
    }
  }
}
.key-visual-sec {
  background: url("../img/kv/kv_bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  @media (max-width: 768px) {
    background: url("../img/kv/kv_bg_mobile.webp");
    background-size: cover;
    background-repeat: no-repeat;
  }
}
.desc_wrap {
  background-image: url("../img/sec1_bg.png"), url("../img/sec1_bg2.webp");
  background-position: left center, center center;
  background-size: 100%, 86%;
  background-repeat: no-repeat, no-repeat;
  &::before {
    content: "";
    position: absolute;
    background: url("../img/sec1_head.svg");
    width: 100%;
    height: 110px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    left: 0;
    top: -80px;
  }
  @media (max-width: 1440px) {
    &::before {
      background: url("../img/sec1_head_2xl.svg");
      height: 90px;
      top: -85px;
      background-size: contain;
      background-position: bottom center;
      background-repeat: no-repeat;
    }
  }
  @media (max-width: 992px) {
    &::before {
      background: url("../img/sec1_head_sm.svg");
      height: 84px;
      top: -80px;
      background-size: contain;
      background-position: bottom center;
      background-repeat: no-repeat;
    }
  }
  @media (max-width: 768px) {
    &::before {
      background: url("../img/sec1_head_tab.svg");
      height: 100px;
      top: -95px;
      background-size: contain;
      background-position: bottom center;
      background-repeat: no-repeat;
    }
  }
}
.medal_c_wrap {
  &::after {
    position: absolute;
    content: "";
    top: -100px;
    right: 18%;
    width: 110px;
    height: 110px;
    background-image: url("../img/medal_c_deco.webp");
    background-size: contain;
    @media (max-width: 768px) {
      right: 2%;
      top: -90px;
      width: 90px;
      height: 90px;
    }
    @media (max-width: 576px) {
      width: 70px;
      height: 70px;
      top: -70px;
    }
  }
}
.cta-btn {
  background: linear-gradient( 180deg, rgba(38, 128, 188, 1) 0%, rgba(35, 159, 204, 1) 50%, rgba(33, 184, 217, 1) 100% );
  animation: scaleUp 1s infinite cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all ease 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  &:hover {
    background: linear-gradient( 0deg, rgba(38, 128, 188, 1) 0%, rgba(35, 159, 204, 1) 50%, rgba(33, 184, 217, 1) 100% );
  }
  &::after {
    content: "";
    position: absolute;
    background: url("../img/btn_pointer.svg");
    width: 48px;
    height: 47px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    right: 0;
    bottom: -22px;
  }
  @media (max-width: 576px) {
    &::after {
      width: 38px;
      height: 37px;
      bottom: -16px;
    }
  }
}
.event-wrap {
  &::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #4f8dc0;
    right: -8px;
    bottom: -8px;
    z-index: -1;
    border-radius: 1.5rem;
  }
  @media (max-width: 576px) {
    &::after {
      border-radius: 0.75rem;
    }
  }
}
.desc_wrap2 {
  background: url("../img/sec2_bg.webp"), #d3edfb;
  background-position: center center;
  background-size: cover, 100%;
  background-repeat: no-repeat, repeat;
}
.desc_wrap3 {
  background: url("../img/se3_bg_firework.svg"), url("../img/se3_bg_gift_l.svg"), url("../img/se3_bg_gift_r.svg"), url("../img/sec3_bg.webp"), #fff2c8;
  background-position: 92% 8%, 5% 78%, 95% 60%, center center, center;
  background-size: 14%, 12%, 9%, cover, 100%;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, repeat;
  li.hollow-disc {
    &::after {
      position: absolute;
      content: "";
      left: -30px;
      top: 0.3rem;
      width: 24px;
      height: 24px;
    }
    &:first-of-type:after {
      background: url("../img/list_item_1.svg");
      background-repeat: no-repeat;
    }
    &:nth-of-type(2):after {
      top: 0.8rem;
      background: url("../img/list_item_2.svg");
      background-repeat: no-repeat;
    }
  }
  @media (max-width: 1280px) {
    li.hollow-disc {
      &::after {
        width: 20px;
        height: 20px;
      }
    }
  }
  @media (max-width: 576px) {
    background: url("../img/se3_bg_firework.svg"), url("../img/se3_bg_gift_r.svg"), url("../img/sec3_bg.webp"), #fff2c8;
    background-position: 95% 5%, 105% 60%, center center, center;
    background-size: 120px, 70px, cover, 100%;
    background-repeat: no-repeat, no-repeat, no-repeat, repeat;
  }
}
.sec3_content_wrap {
  &::before, &::after {
    content: "";
    position: absolute;
  }
  &::before {
    background: url("../img/sec3_content_deco1.svg");
    background-repeat: no-repeat;
    background-size: auto;
    width: 150px;
    height: 130px;
    left: 0%;
    top: -13%;
  }
  &::after {
    background: url("../img/sec3_content_deco2.svg");
    background-repeat: no-repeat;
    width: 170px;
    height: 180px;
    right: -2%;
    bottom: 0;
  }
  @media (max-width: 1200px) {
    &::before {
      width: 130px;
      height: 110px;
    }
    &::after {
      width: 150px;
      height: 160px;
    }
  }
  @media (max-width: 576px) {
    &::before {
      width: 85px;
      height: 80px;
      left: -3%;
      top: -1%;
    }
    &::after {
      width: 110px;
      height: 120px;
    }
  }
}
#mobile_active.active {
  transform: translateY(0);
  transition: all 0.6s ease-in;
  background: rgba(10, 10, 10, 0.6);
}
#mobile_active {
  transform: translateY(-100%);
  transition: all 0.6s ease-in;
}
.notice-wrap {
  background-image: url("../img/notice_bg.webp");
  background-position: 4% 96%;
  background-size: 90px;
  background-repeat: no-repeat;
  @media (max-width: 1769px) {
    background-image: none;
  }
}
.notice-wrap .quote-deco-text {
  &::before {
    width: 20px;
    height: 20px;
    left: -28px;
    top: 20px;
  }
  @media (max-width: 768px) {
    &::before {
      width: 16px;
      height: 16px;
      left: -20px;
    }
  }
}
.announcement-deco-text {
  &::after {
    position: absolute;
    content: "";
    left: -28px;
    top: 14px;
    width: 20px;
    height: 20px;
    background: url("../img/list_deco.svg");
    background-repeat: no-repeat;
  }
  @media (max-width: 1440px) {
    &::after {
      top: 8px;
    }
  }
  @media (max-width: 576px) {
    &::after {
      width: 16px;
      height: 16px;
      left: -22px;
    }
  }
}
.announcement-btn {
  background: linear-gradient( 180deg, rgba(228, 119, 125, 1) 10%, rgba(233, 142, 127, 1) 50%, rgba(238, 165, 130, 1) 90% );
}
.announcement-wrap {
  &:first-of-type {
    background-image: url("../img/announcement_bg1.webp");
    background-position: 4% 96%;
    background-size: 120px;
    background-repeat: no-repeat;
  }
  &:nth-of-type(2) {
    background-image: url("../img/announcement_bg2.webp");
    background-position: 96% 96%;
    background-size: 100px;
    background-repeat: no-repeat;
  }
  @media (max-width: 1440px) {
    &:nth-of-type(2) {
      background-size: 80px;
    }
  }
  @media (max-width: 1280px) {
    &:nth-of-type(2) {
      background-image: none;
    }
  }
  @media (max-width: 768px) {
    &:first-of-type {
      background-size: 90px;
    }
  }
  @media (max-width: 576px) {
    &:first-of-type {
      background-size: 60px;
      background-position: 4% 98%;
    }
  }
  table {
    width: 800px;
    @media (max-width: 1280px) {
      width: 80%;
    }
    @media (max-width: 992px) {
      width: 100%;
    }
  }
}
.quote-deco-text {
  &::before {
    content: "";
    position: absolute;
    background: url("../img/quote-icon.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    top: 0;
  }
}
.quote-deco-text.text-sm {
  &::before {
    width: 16px;
    height: 16px;
    left: -6px;
    top: 5px;
  }
  @media (max-width: 576px) {
    &::before {
      width: 10px;
      height: 10px;
      left: 0px;
    }
  }
}
.quote-deco-text.text-lg {
  &::before {
    width: 20px;
    height: 20px;
    left: -8px;
    top: 5px;
  }
  @media (max-width: 768px) {
    &::before {
      width: 16px;
      height: 16px;
      left: -2px;
    }
  }
}
.quote-deco-text.text-deepR-500 {
  &::before {
    background-image: url("../img/quote-icon-red.svg");
    width: 18px;
    height: 18px;
    left: -22px;
    top: 7px;
  }
  @media (max-width: 576px) {
    &::before {
      width: 14px;
      height: 14px;
      left: -18px;
    }
  }
}
.dot-deco-text {
  &::before {
    content: "";
    position: absolute;
    background-color: #c30d23;
    width: 5px;
    height: 5px;
    left: -15px;
    top: 13px;
    border-radius: 100px;
  }
  @media (max-width: 576px) {
    &::before {
      top: 11px;
    }
  }
}
.ani-fadeInUp {
  animation: 1s ease 0s fadeInUp forwards;
}
.ani-tada {
  animation: 1s ease 0s tada infinite;
}
.ani-float1 {
  animation: 3s ease 0s float infinite;
}
.ani-float2 {
  animation: 7s ease 0.7s float infinite;
}
#side-btn-wrap {
  transition: all ease 0.6s;
}
@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-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-text-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-text-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@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-font-weight: initial;
      --tw-tracking: initial;
      --tw-text-shadow-color: initial;
      --tw-text-shadow-alpha: 100%;
    }
  }
}
