/*! tailwindcss v4.3.1 | 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;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  ::-webkit-file-upload-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  *, ::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;
  }
  ::-webkit-file-upload-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  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 {
    -webkit-padding-start: 20px;
            padding-inline-start: 20px;
  }
  ::-webkit-file-upload-button {
    -webkit-margin-end: 4px;
            margin-inline-end: 4px;
  }
  ::file-selector-button {
    -webkit-margin-end: 4px;
            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;
  }
  ::-webkit-file-upload-button {
    -webkit-appearance: button;
            appearance: button;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    -webkit-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 {
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: -webkit-sticky;
    position: sticky;
  }
  .\!top-\[-2rem\] {
    top: -2rem !important;
  }
  .\!top-\[1rem\] {
    top: 1rem !important;
  }
  .top-1\/2 {
    top: calc(1 / 2 * 100%);
  }
  .top-\[1\.6rem\] {
    top: 1.6rem;
  }
  .top-\[2rem\] {
    top: 2rem;
  }
  .\!right-\[1rem\] {
    right: 1rem !important;
  }
  .right-0 {
    right: 0;
  }
  .right-\[1\.6rem\] {
    right: 1.6rem;
  }
  .\!left-\[-1rem\] {
    left: -1rem !important;
  }
  .\!left-\[-2rem\] {
    left: -2rem !important;
  }
  .\!left-\[-3rem\] {
    left: -3rem !important;
  }
  .left-\[-2rem\] {
    left: -2rem;
  }
  .left-\[-4rem\] {
    left: -4rem;
  }
  .z-\[1\] {
    z-index: 1;
  }
  .col-span-1 {
    grid-column: span 1 / span 1;
  }
  .col-span-12 {
    grid-column: span 12 / span 12;
  }
  .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;
    }
  }
  .m-\[auto\] {
    margin: auto;
  }
  .m-auto {
    margin: auto;
  }
  .mx-\[-1rem\] {
    margin-inline: -1rem;
  }
  .mx-\[0px\] {
    margin-inline: 0px;
  }
  .my-\[2\.5rem\] {
    margin-block: 2.5rem;
  }
  .\!mt-\[0rem\] {
    margin-top: 0rem !important;
  }
  .mt-0 {
    margin-top: 0;
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-\[-0\.1rem\] {
    margin-top: -0.1rem;
  }
  .mt-\[0\.2rem\] {
    margin-top: 0.2rem;
  }
  .mt-\[0\.4rem\] {
    margin-top: 0.4rem;
  }
  .mt-\[1\.2rem\] {
    margin-top: 1.2rem;
  }
  .mt-\[1\.6rem\] {
    margin-top: 1.6rem;
  }
  .mt-\[1rem\] {
    margin-top: 1rem;
  }
  .mt-\[2rem\] {
    margin-top: 2rem;
  }
  .mt-\[30rem\] {
    margin-top: 30rem;
  }
  .mr-\[4\.8rem\] {
    margin-right: 4.8rem;
  }
  .\!mb-\[0\.8rem\] {
    margin-bottom: 0.8rem !important;
  }
  .\!mb-\[0px\] {
    margin-bottom: 0px !important;
  }
  .\!mb-\[1\.2rem\] {
    margin-bottom: 1.2rem !important;
  }
  .\!mb-\[1\.6rem\] {
    margin-bottom: 1.6rem !important;
  }
  .\!mb-\[1\.8rem\] {
    margin-bottom: 1.8rem !important;
  }
  .\!mb-\[2\.4rem\] {
    margin-bottom: 2.4rem !important;
  }
  .\!mb-auto {
    margin-bottom: auto !important;
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-15 {
    margin-bottom: calc(var(--spacing) * 15);
  }
  .mb-\[\.8rem\] {
    margin-bottom: .8rem;
  }
  .mb-\[1\.6rem\] {
    margin-bottom: 1.6rem;
  }
  .mb-\[1\.8rem\] {
    margin-bottom: 1.8rem;
  }
  .mb-\[1rem\] {
    margin-bottom: 1rem;
  }
  .mb-\[2\.2rem\] {
    margin-bottom: 2.2rem;
  }
  .mb-\[3\.2rem\] {
    margin-bottom: 3.2rem;
  }
  .mb-\[3\.4rem\] {
    margin-bottom: 3.4rem;
  }
  .ml-\[-5rem\] {
    margin-left: -5rem;
  }
  .ml-\[0px\] {
    margin-left: 0px;
  }
  .ml-\[1rem\] {
    margin-left: 1rem;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .h-\[1\.3rem\] {
    height: 1.3rem;
  }
  .h-\[1\.6rem\] {
    height: 1.6rem;
  }
  .h-\[3\.2rem\] {
    height: 3.2rem;
  }
  .h-\[4rem\] {
    height: 4rem;
  }
  .h-\[5\.4rem\] {
    height: 5.4rem;
  }
  .h-\[6rem\] {
    height: 6rem;
  }
  .\!max-h-\[4\.8rem\] {
    max-height: 4.8rem !important;
  }
  .w-\[1\.3rem\] {
    width: 1.3rem;
  }
  .w-\[1px\] {
    width: 1px;
  }
  .w-\[3\.2rem\] {
    width: 3.2rem;
  }
  .w-\[4\.4rem\] {
    width: 4.4rem;
  }
  .w-\[6rem\] {
    width: 6rem;
  }
  .w-\[14rem\] {
    width: 14rem;
  }
  .w-\[17\.5rem\] {
    width: 17.5rem;
  }
  .w-\[60\%\] {
    width: 60%;
  }
  .w-full {
    width: 100%;
  }
  .\!max-w-\[4\.8rem\] {
    max-width: 4.8rem !important;
  }
  .max-w-\[46\.4rem\] {
    max-width: 46.4rem;
  }
  .max-w-\[58\.8rem\] {
    max-width: 58.8rem;
  }
  .max-w-\[67\%\] {
    max-width: 67%;
  }
  .max-w-\[70\.7rem\] {
    max-width: 70.7rem;
  }
  .max-w-\[70ch\] {
    max-width: 70ch;
  }
  .max-w-\[75rem\] {
    max-width: 75rem;
  }
  .max-w-\[220px\] {
    max-width: 220px;
  }
  .max-w-\[480px\] {
    max-width: 480px;
  }
  .max-w-\[510px\] {
    max-width: 510px;
  }
  .max-w-\[575px\] {
    max-width: 575px;
  }
  .max-w-\[620px\] {
    max-width: 620px;
  }
  .max-w-\[712px\] {
    max-width: 712px;
  }
  .max-w-\[759px\] {
    max-width: 759px;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .resize {
    resize: both;
  }
  .list-disc {
    list-style-type: disc;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .\!justify-start {
    justify-content: flex-start !important;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-\[2rem\] {
    gap: 2rem;
  }
  .gap-y-\[2\.1rem\] {
    row-gap: 2.1rem;
  }
  .gap-y-\[3\.2rem\] {
    row-gap: 3.2rem;
  }
  .\!overflow-visible {
    overflow: visible !important;
  }
  .overflow-visible {
    overflow: visible;
  }
  .rounded-\[2rem\] {
    border-radius: 2rem;
  }
  .rounded-\[3\.2rem\] {
    border-radius: 3.2rem;
  }
  .rounded-\[10rem\] {
    border-radius: 10rem;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-\[\#D1D6E06B\] {
    border-color: #D1D6E06B;
  }
  .border-\[\#D1E0FF\] {
    border-color: #D1E0FF;
  }
  .border-\[\#E1E5F2\] {
    border-color: #E1E5F2;
  }
  .border-\[\#FFE4E6\] {
    border-color: #FFE4E6;
  }
  .\!bg-\[\#04A3D9\] {
    background-color: #04A3D9 !important;
  }
  .\!bg-\[\#27255F\] {
    background-color: #27255F !important;
  }
  .\!bg-\[\#EFF3FF\] {
    background-color: #EFF3FF !important;
  }
  .\!bg-\[\#fff\] {
    background-color: #fff !important;
  }
  .bg-\[\#27255f\] {
    background-color: #27255f;
  }
  .bg-\[\#EFF3FF\] {
    background-color: #EFF3FF;
  }
  .bg-\[\#FFFAFA\] {
    background-color: #FFFAFA;
  }
  .bg-\[\#aa06b7\] {
    background-color: #aa06b7;
  }
  .bg-\[\#eff3ff\] {
    background-color: #eff3ff;
  }
  .bg-\[\#ffffff\] {
    background-color: #ffffff;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-\[linear-gradient\(90deg\,\#88b2e9\,\#3f628f_83\%\)\] {
    background-image: linear-gradient(90deg,#88b2e9,#3f628f 83%);
  }
  .bg-cover {
    background-size: cover;
  }
  .bg-center {
    background-position: center;
  }
  .p-0 {
    padding: 0;
  }
  .p-\[1\.5rem\] {
    padding: 1.5rem;
  }
  .p-\[1\.6rem\] {
    padding: 1.6rem;
  }
  .p-\[2rem\] {
    padding: 2rem;
  }
  .p-\[3\.2rem\] {
    padding: 3.2rem;
  }
  .px-0 {
    padding-inline: 0;
  }
  .px-\[1\.5rem\] {
    padding-inline: 1.5rem;
  }
  .px-\[3\.2rem\] {
    padding-inline: 3.2rem;
  }
  .\!py-\[3\.2rem\] {
    padding-block: 3.2rem !important;
  }
  .py-\[0\.2rem\] {
    padding-block: 0.2rem;
  }
  .py-\[1\.2rem\] {
    padding-block: 1.2rem;
  }
  .\!pt-\[1\.5rem\] {
    padding-top: 1.5rem !important;
  }
  .\!pt-\[1rem\] {
    padding-top: 1rem !important;
  }
  .\!pt-\[2\.5rem\] {
    padding-top: 2.5rem !important;
  }
  .\!pt-\[3\.2rem\] {
    padding-top: 3.2rem !important;
  }
  .pt-\[1\.8rem\] {
    padding-top: 1.8rem;
  }
  .pt-\[3\.6rem\] {
    padding-top: 3.6rem;
  }
  .pr-\[0px\] {
    padding-right: 0px;
  }
  .pr-\[2\.4rem\] {
    padding-right: 2.4rem;
  }
  .\!pb-\[0px\] {
    padding-bottom: 0px !important;
  }
  .\!pb-\[2\.4rem\] {
    padding-bottom: 2.4rem !important;
  }
  .\!pb-\[3\.2rem\] {
    padding-bottom: 3.2rem !important;
  }
  .pb-\[3\.2rem\] {
    padding-bottom: 3.2rem;
  }
  .\!pl-\[0\] {
    padding-left: 0 !important;
  }
  .pl-\[0px\] {
    padding-left: 0px;
  }
  .pl-\[1\.2rem\] {
    padding-left: 1.2rem;
  }
  .pl-\[1\.8rem\] {
    padding-left: 1.8rem;
  }
  .pl-\[1rem\] {
    padding-left: 1rem;
  }
  .pl-\[2rem\] {
    padding-left: 2rem;
  }
  .pl-\[3\.2rem\] {
    padding-left: 3.2rem;
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .\!text-\[1\.4rem\] {
    font-size: 1.4rem !important;
  }
  .\!text-\[2\.4rem\] {
    font-size: 2.4rem !important;
  }
  .\!text-\[2\.8rem\] {
    font-size: 2.8rem !important;
  }
  .text-\[1\.1rem\] {
    font-size: 1.1rem;
  }
  .text-\[1\.4rem\] {
    font-size: 1.4rem;
  }
  .text-\[1\.6rem\] {
    font-size: 1.6rem;
  }
  .text-\[1\.8rem\] {
    font-size: 1.8rem;
  }
  .text-\[4\.8rem\] {
    font-size: 4.8rem;
  }
  .text-\[12px\] {
    font-size: 12px;
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .\!leading-\[2\.1rem\] {
    --tw-leading: 2.1rem !important;
    line-height: 2.1rem !important;
  }
  .\!leading-\[2rem\] {
    --tw-leading: 2rem !important;
    line-height: 2rem !important;
  }
  .\!leading-\[3\.4rem\] {
    --tw-leading: 3.4rem !important;
    line-height: 3.4rem !important;
  }
  .\!leading-\[100\%\] {
    --tw-leading: 100% !important;
    line-height: 100% !important;
  }
  .leading-\[1\.4rem\] {
    --tw-leading: 1.4rem;
    line-height: 1.4rem;
  }
  .leading-\[5\.6rem\] {
    --tw-leading: 5.6rem;
    line-height: 5.6rem;
  }
  .leading-\[6\.4rem\] {
    --tw-leading: 6.4rem;
    line-height: 6.4rem;
  }
  .\!font-bold {
    --tw-font-weight: var(--font-weight-bold) !important;
    font-weight: var(--font-weight-bold) !important;
  }
  .\!font-normal {
    --tw-font-weight: var(--font-weight-normal) !important;
    font-weight: var(--font-weight-normal) !important;
  }
  .font-\[600\] {
    --tw-font-weight: 600;
    font-weight: 600;
  }
  .font-\[800\] {
    --tw-font-weight: 800;
    font-weight: 800;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .wrap-break-word {
    overflow-wrap: break-word;
  }
  .\!text-\[\#666\] {
    color: #666 !important;
  }
  .\!text-\[\#27255F\] {
    color: #27255F !important;
  }
  .\!text-\[\#27255f\] {
    color: #27255f !important;
  }
  .\!text-\[\#ffffff\] {
    color: #ffffff !important;
  }
  .\!text-black {
    color: var(--color-black) !important;
  }
  .\!text-white {
    color: var(--color-white) !important;
  }
  .text-\[\#4C4F50\] {
    color: #4C4F50;
  }
  .text-white {
    color: var(--color-white);
  }
  .underline {
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
  }
  .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,);
  }
  .md\:col-span-6 {
    @media (width >= 48rem) {
      grid-column: span 6 / span 6;
    }
  }
  .md\:col-span-8 {
    @media (width >= 48rem) {
      grid-column: span 8 / span 8;
    }
  }
  .md\:mx-\[45px\] {
    @media (width >= 48rem) {
      margin-inline: 45px;
    }
  }
  .md\:mt-0 {
    @media (width >= 48rem) {
      margin-top: 0;
    }
  }
  .md\:mt-\[3\.2rem\] {
    @media (width >= 48rem) {
      margin-top: 3.2rem;
    }
  }
  .md\:mb-\[2\.2rem\] {
    @media (width >= 48rem) {
      margin-bottom: 2.2rem;
    }
  }
  .md\:ml-\[-12\%\] {
    @media (width >= 48rem) {
      margin-left: -12%;
    }
  }
  .md\:\!hidden {
    @media (width >= 48rem) {
      display: none !important;
    }
  }
  .md\:block {
    @media (width >= 48rem) {
      display: block;
    }
  }
  .md\:flex {
    @media (width >= 48rem) {
      display: flex;
    }
  }
  .md\:grid {
    @media (width >= 48rem) {
      display: grid;
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:max-w-\[70\.9rem\] {
    @media (width >= 48rem) {
      max-width: 70.9rem;
    }
  }
  .md\:max-w-\[82\.9rem\] {
    @media (width >= 48rem) {
      max-width: 82.9rem;
    }
  }
  .md\:max-w-\[462px\] {
    @media (width >= 48rem) {
      max-width: 462px;
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-12 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(12, minmax(0, 1fr));
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:items-baseline {
    @media (width >= 48rem) {
      align-items: baseline;
    }
  }
  .md\:items-center {
    @media (width >= 48rem) {
      align-items: center;
    }
  }
  .md\:gap-\[3\.2rem\] {
    @media (width >= 48rem) {
      gap: 3.2rem;
    }
  }
  .md\:gap-\[4rem\] {
    @media (width >= 48rem) {
      gap: 4rem;
    }
  }
  .md\:gap-x-\[2\.1rem\] {
    @media (width >= 48rem) {
      column-gap: 2.1rem;
    }
  }
  .md\:gap-x-\[3\.2rem\] {
    @media (width >= 48rem) {
      column-gap: 3.2rem;
    }
  }
  .md\:rounded-none {
    @media (width >= 48rem) {
      border-radius: 0;
    }
  }
  .md\:border-0 {
    @media (width >= 48rem) {
      border-style: var(--tw-border-style);
      border-width: 0px;
    }
  }
  .md\:bg-transparent {
    @media (width >= 48rem) {
      background-color: transparent;
    }
  }
  .md\:p-\[0\] {
    @media (width >= 48rem) {
      padding: 0;
    }
  }
  .md\:p-\[1\.6rem\] {
    @media (width >= 48rem) {
      padding: 1.6rem;
    }
  }
  .md\:px-\[4rem\] {
    @media (width >= 48rem) {
      padding-inline: 4rem;
    }
  }
  .md\:pb-\[12\.8rem\] {
    @media (width >= 48rem) {
      padding-bottom: 12.8rem;
    }
  }
  .md\:pl-\[0\] {
    @media (width >= 48rem) {
      padding-left: 0;
    }
  }
  .md\:pl-\[2\.4rem\] {
    @media (width >= 48rem) {
      padding-left: 2.4rem;
    }
  }
  .md\:pl-\[3\.2rem\] {
    @media (width >= 48rem) {
      padding-left: 3.2rem;
    }
  }
  .md\:pl-\[4rem\] {
    @media (width >= 48rem) {
      padding-left: 4rem;
    }
  }
  .md\:font-\[600\] {
    @media (width >= 48rem) {
      --tw-font-weight: 600;
      font-weight: 600;
    }
  }
  .md\:font-bold {
    @media (width >= 48rem) {
      --tw-font-weight: var(--font-weight-bold);
      font-weight: var(--font-weight-bold);
    }
  }
  .md\:whitespace-nowrap {
    @media (width >= 48rem) {
      white-space: nowrap;
    }
  }
  .lg\:\!right-\[6rem\] {
    @media (width >= 64rem) {
      right: 6rem !important;
    }
  }
  .lg\:\!left-\[-2rem\] {
    @media (width >= 64rem) {
      left: -2rem !important;
    }
  }
  .lg\:\!left-\[-3rem\] {
    @media (width >= 64rem) {
      left: -3rem !important;
    }
  }
  .lg\:\!left-\[18rem\] {
    @media (width >= 64rem) {
      left: 18rem !important;
    }
  }
  .lg\:left-\[-2\.5rem\] {
    @media (width >= 64rem) {
      left: -2.5rem;
    }
  }
  .lg\:left-\[0rem\] {
    @media (width >= 64rem) {
      left: 0rem;
    }
  }
  .lg\:mx-\[0\] {
    @media (width >= 64rem) {
      margin-inline: 0;
    }
  }
  .lg\:mt-\[0\] {
    @media (width >= 64rem) {
      margin-top: 0;
    }
  }
  .lg\:mt-\[0rem\] {
    @media (width >= 64rem) {
      margin-top: 0rem;
    }
  }
  .lg\:mt-\[3\.2rem\] {
    @media (width >= 64rem) {
      margin-top: 3.2rem;
    }
  }
  .lg\:\!mb-\[1\.6rem\] {
    @media (width >= 64rem) {
      margin-bottom: 1.6rem !important;
    }
  }
  .lg\:\!mb-\[3\.2rem\] {
    @media (width >= 64rem) {
      margin-bottom: 3.2rem !important;
    }
  }
  .lg\:\!mb-\[4rem\] {
    @media (width >= 64rem) {
      margin-bottom: 4rem !important;
    }
  }
  .lg\:mb-\[3\.2rem\] {
    @media (width >= 64rem) {
      margin-bottom: 3.2rem;
    }
  }
  .lg\:mb-\[4\.8rem\] {
    @media (width >= 64rem) {
      margin-bottom: 4.8rem;
    }
  }
  .lg\:ml-\[0\] {
    @media (width >= 64rem) {
      margin-left: 0;
    }
  }
  .lg\:\!hidden {
    @media (width >= 64rem) {
      display: none !important;
    }
  }
  .lg\:block {
    @media (width >= 64rem) {
      display: block;
    }
  }
  .lg\:flex {
    @media (width >= 64rem) {
      display: flex;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:h-\[4\.7rem\] {
    @media (width >= 64rem) {
      height: 4.7rem;
    }
  }
  .lg\:h-\[8rem\] {
    @media (width >= 64rem) {
      height: 8rem;
    }
  }
  .lg\:h-\[18rem\] {
    @media (width >= 64rem) {
      height: 18rem;
    }
  }
  .lg\:w-\[18rem\] {
    @media (width >= 64rem) {
      width: 18rem;
    }
  }
  .lg\:w-\[20\.8rem\] {
    @media (width >= 64rem) {
      width: 20.8rem;
    }
  }
  .lg\:w-\[20rem\] {
    @media (width >= 64rem) {
      width: 20rem;
    }
  }
  .lg\:w-auto {
    @media (width >= 64rem) {
      width: auto;
    }
  }
  .lg\:w-full {
    @media (width >= 64rem) {
      width: 100%;
    }
  }
  .lg\:max-w-\[40rem\] {
    @media (width >= 64rem) {
      max-width: 40rem;
    }
  }
  .lg\:max-w-\[63rem\] {
    @media (width >= 64rem) {
      max-width: 63rem;
    }
  }
  .lg\:max-w-\[100\%\] {
    @media (width >= 64rem) {
      max-width: 100%;
    }
  }
  .lg\:rounded-\[none\] {
    @media (width >= 64rem) {
      border-radius: none;
    }
  }
  .lg\:rounded-none {
    @media (width >= 64rem) {
      border-radius: 0;
    }
  }
  .lg\:border-0 {
    @media (width >= 64rem) {
      border-style: var(--tw-border-style);
      border-width: 0px;
    }
  }
  .lg\:\!border-none {
    @media (width >= 64rem) {
      --tw-border-style: none !important;
      border-style: none !important;
    }
  }
  .lg\:\!bg-\[\#9C9C9C\] {
    @media (width >= 64rem) {
      background-color: #9C9C9C !important;
    }
  }
  .lg\:\!bg-\[\#fff\] {
    @media (width >= 64rem) {
      background-color: #fff !important;
    }
  }
  .lg\:bg-transparent {
    @media (width >= 64rem) {
      background-color: transparent;
    }
  }
  .lg\:p-\[0\] {
    @media (width >= 64rem) {
      padding: 0;
    }
  }
  .lg\:\!pt-\[4\.8rem\] {
    @media (width >= 64rem) {
      padding-top: 4.8rem !important;
    }
  }
  .lg\:pt-\[3\.2rem\] {
    @media (width >= 64rem) {
      padding-top: 3.2rem;
    }
  }
  .lg\:pt-\[4\.8rem\] {
    @media (width >= 64rem) {
      padding-top: 4.8rem;
    }
  }
  .lg\:pr-\[2\.4rem\] {
    @media (width >= 64rem) {
      padding-right: 2.4rem;
    }
  }
  .lg\:pr-\[5rem\] {
    @media (width >= 64rem) {
      padding-right: 5rem;
    }
  }
  .lg\:\!pl-\[4rem\] {
    @media (width >= 64rem) {
      padding-left: 4rem !important;
    }
  }
  .lg\:pl-\[2\.4rem\] {
    @media (width >= 64rem) {
      padding-left: 2.4rem;
    }
  }
  .lg\:pl-\[3\.2rem\] {
    @media (width >= 64rem) {
      padding-left: 3.2rem;
    }
  }
  .lg\:pl-\[4rem\] {
    @media (width >= 64rem) {
      padding-left: 4rem;
    }
  }
  .lg\:text-center {
    @media (width >= 64rem) {
      text-align: center;
    }
  }
  .lg\:text-left {
    @media (width >= 64rem) {
      text-align: left;
    }
  }
  .lg\:\!text-\[2\.1rem\] {
    @media (width >= 64rem) {
      font-size: 2.1rem !important;
    }
  }
  .lg\:\!text-\[2\.4rem\] {
    @media (width >= 64rem) {
      font-size: 2.4rem !important;
    }
  }
  .lg\:\!text-\[4\.8rem\] {
    @media (width >= 64rem) {
      font-size: 4.8rem !important;
    }
  }
  .lg\:\!text-\[4rem\] {
    @media (width >= 64rem) {
      font-size: 4rem !important;
    }
  }
  .lg\:\!text-\[36px\] {
    @media (width >= 64rem) {
      font-size: 36px !important;
    }
  }
  .lg\:text-\[16px\] {
    @media (width >= 64rem) {
      font-size: 16px;
    }
  }
  .lg\:\!leading-\[3\.1rem\] {
    @media (width >= 64rem) {
      --tw-leading: 3.1rem !important;
      line-height: 3.1rem !important;
    }
  }
  .lg\:\!leading-\[3\.2rem\] {
    @media (width >= 64rem) {
      --tw-leading: 3.2rem !important;
      line-height: 3.2rem !important;
    }
  }
  .lg\:\!leading-\[5rem\] {
    @media (width >= 64rem) {
      --tw-leading: 5rem !important;
      line-height: 5rem !important;
    }
  }
  .lg\:\!leading-\[100\%\] {
    @media (width >= 64rem) {
      --tw-leading: 100% !important;
      line-height: 100% !important;
    }
  }
  .lg\:leading-\[2\.4rem\] {
    @media (width >= 64rem) {
      --tw-leading: 2.4rem;
      line-height: 2.4rem;
    }
  }
  .lg\:font-bold {
    @media (width >= 64rem) {
      --tw-font-weight: var(--font-weight-bold);
      font-weight: var(--font-weight-bold);
    }
  }
  .lg\:font-normal {
    @media (width >= 64rem) {
      --tw-font-weight: var(--font-weight-normal);
      font-weight: var(--font-weight-normal);
    }
  }
  .lg\:whitespace-nowrap {
    @media (width >= 64rem) {
      white-space: nowrap;
    }
  }
  .lg\:\!text-\[\#4C4F50\] {
    @media (width >= 64rem) {
      color: #4C4F50 !important;
    }
  }
  .lg\:\!text-\[\#FFF\] {
    @media (width >= 64rem) {
      color: #FFF !important;
    }
  }
  .lg\:before\:content-\[\'\\2022\'\] {
    @media (width >= 64rem) {
      &::before {
        --tw-content: '\2022';
        content: var(--tw-content);
      }
    }
  }
  .\[\&_\*\]\:text-white {
    & * {
      color: var(--color-white);
    }
  }
  .\[\&_a\]\:rounded-\[1\.2rem_1\.2rem_0\.4rem_0\.4rem\] {
    & a {
      border-radius: 1.2rem 1.2rem 0.4rem 0.4rem;
    }
  }
  .lg\:\[\&_a\]\:rounded-none {
    @media (width >= 64rem) {
      & a {
        border-radius: 0;
      }
    }
  }
  .\[\&\>li\]\:mb-\[0\.8rem\] {
    &>li {
      margin-bottom: 0.8rem;
    }
  }
  .\[\&\>li\]\:flex {
    &>li {
      display: flex;
    }
  }
  .\[\&\>li\]\:rounded-\[2rem\] {
    &>li {
      border-radius: 2rem;
    }
  }
  .\[\&\>li\]\:border {
    &>li {
      border-style: var(--tw-border-style);
      border-width: 1px;
    }
  }
  .\[\&\>li\]\:border-\[\#D1D6E06B\] {
    &>li {
      border-color: #D1D6E06B;
    }
  }
  .\[\&\>li\]\:border-\[\#FFE4E6\] {
    &>li {
      border-color: #FFE4E6;
    }
  }
  .\[\&\>li\]\:bg-\[\#F7F7F7\] {
    &>li {
      background-color: #F7F7F7;
    }
  }
  .\[\&\>li\]\:bg-\[\#FFF\] {
    &>li {
      background-color: #FFF;
    }
  }
  .\[\&\>li\]\:p-\[1\.5rem\] {
    &>li {
      padding: 1.5rem;
    }
  }
  .\[\&\>li\]\:p-\[2rem\] {
    &>li {
      padding: 2rem;
    }
  }
  .\[\&\>li\]\:shadow-\[0px_4px_12px_0px_\#27255F0D\] {
    &>li {
      --tw-shadow: 0px 4px 12px 0px var(--tw-shadow-color, #27255F0D);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .\[\&\>li\]\:before\:mr-\[2rem\] {
    &>li {
      &::before {
        content: var(--tw-content);
        margin-right: 2rem;
      }
    }
  }
  .\[\&\>li\]\:before\:text-\[\#aa06b7\] {
    &>li {
      &::before {
        content: var(--tw-content);
        color: #aa06b7;
      }
    }
  }
  .\[\&\>li\]\:before\:content-\[\'\\2714\'\] {
    &>li {
      &::before {
        --tw-content: '\2714';
        content: var(--tw-content);
      }
    }
  }
  .lg\:\[\&\>li\]\:rounded-none {
    @media (width >= 64rem) {
      &>li {
        border-radius: 0;
      }
    }
  }
  .lg\:\[\&\>li\]\:border-0 {
    @media (width >= 64rem) {
      &>li {
        border-style: var(--tw-border-style);
        border-width: 0px;
      }
    }
  }
  .lg\:\[\&\>li\]\:bg-transparent {
    @media (width >= 64rem) {
      &>li {
        background-color: transparent;
      }
    }
  }
  .lg\:\[\&\>li\]\:p-\[0\] {
    @media (width >= 64rem) {
      &>li {
        padding: 0;
      }
    }
  }
  .lg\:\[\&\>li\]\:shadow-none {
    @media (width >= 64rem) {
      &>li {
        --tw-shadow: 0 0 #0000;
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      }
    }
  }
}
@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-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-content {
  syntax: "*";
  initial-value: "";
  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;
}
@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-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-content: "";
      --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;
    }
  }
}
