/*! tailwindcss v4.2.3 | 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-serif: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-white: #fff;
    --spacing: 0.25rem;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-bold: 700;
    --leading-tight: 1.25;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    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 {
  .m-auto {
    margin: auto;
  }
  .mt-\[2\] {
    margin-top: 2;
  }
  .mt-\[5px\] {
    margin-top: 5px;
  }
  .mt-\[10px\] {
    margin-top: 10px;
  }
  .mt-\[14px\] {
    margin-top: 14px;
  }
  .mt-\[15px\] {
    margin-top: 15px;
  }
  .mt-\[20px\] {
    margin-top: 20px;
  }
  .mt-\[30px\] {
    margin-top: 30px;
  }
  .mt-\[40px\] {
    margin-top: 40px;
  }
  .mt-\[50px\] {
    margin-top: 50px;
  }
  .mt-\[60px\] {
    margin-top: 60px;
  }
  .mb-\[15px\] {
    margin-bottom: 15px;
  }
  .mb-\[20px\] {
    margin-bottom: 20px;
  }
  .mb-\[30px\] {
    margin-bottom: 30px;
  }
  .mb-\[50px\] {
    margin-bottom: 50px;
  }
  .mb-\[60px\] {
    margin-bottom: 60px;
  }
  .mb-\[70px\] {
    margin-bottom: 70px;
  }
  .ml-\[20px\] {
    margin-left: 20px;
  }
  .ml-\[1200px\] {
    margin-left: 1200px;
  }
  .flex {
    display: flex;
  }
  .hidden {
    display: none;
  }
  .h-\[4px\] {
    height: 4px;
  }
  .h-\[20px\] {
    height: 20px;
  }
  .h-\[28px\] {
    height: 28px;
  }
  .h-\[40px\] {
    height: 40px;
  }
  .h-\[45px\] {
    height: 45px;
  }
  .h-\[50px\] {
    height: 50px;
  }
  .h-\[54px\] {
    height: 54px;
  }
  .h-\[60px\] {
    height: 60px;
  }
  .h-\[64px\] {
    height: 64px;
  }
  .h-\[80px\] {
    height: 80px;
  }
  .h-\[100\] {
    height: 100;
  }
  .h-\[100px\] {
    height: 100px;
  }
  .h-\[120px\] {
    height: 120px;
  }
  .h-\[150px\] {
    height: 150px;
  }
  .h-\[154px\] {
    height: 154px;
  }
  .h-\[180px\] {
    height: 180px;
  }
  .h-\[200px\] {
    height: 200px;
  }
  .h-\[220px\] {
    height: 220px;
  }
  .h-\[230px\] {
    height: 230px;
  }
  .h-\[240px\] {
    height: 240px;
  }
  .h-\[253px\] {
    height: 253px;
  }
  .h-\[260px\] {
    height: 260px;
  }
  .h-\[280px\] {
    height: 280px;
  }
  .h-\[400px\] {
    height: 400px;
  }
  .h-\[420px\] {
    height: 420px;
  }
  .h-\[500px\] {
    height: 500px;
  }
  .h-\[600px\] {
    height: 600px;
  }
  .h-\[700px\] {
    height: 700px;
  }
  .h-\[720px\] {
    height: 720px;
  }
  .h-\[730px\] {
    height: 730px;
  }
  .h-full {
    height: 100%;
  }
  .w-\[0px\] {
    width: 0px;
  }
  .w-\[1\] {
    width: 1;
  }
  .w-\[2px\] {
    width: 2px;
  }
  .w-\[20px\] {
    width: 20px;
  }
  .w-\[30\%\] {
    width: 30%;
  }
  .w-\[30px\] {
    width: 30px;
  }
  .w-\[40px\] {
    width: 40px;
  }
  .w-\[50\%\] {
    width: 50%;
  }
  .w-\[50\] {
    width: 50;
  }
  .w-\[50px\] {
    width: 50px;
  }
  .w-\[60px\] {
    width: 60px;
  }
  .w-\[75px\] {
    width: 75px;
  }
  .w-\[80\%\] {
    width: 80%;
  }
  .w-\[80px\] {
    width: 80px;
  }
  .w-\[86px\] {
    width: 86px;
  }
  .w-\[90\%\] {
    width: 90%;
  }
  .w-\[96px\] {
    width: 96px;
  }
  .w-\[100px\] {
    width: 100px;
  }
  .w-\[120px\] {
    width: 120px;
  }
  .w-\[150px\] {
    width: 150px;
  }
  .w-\[159px\] {
    width: 159px;
  }
  .w-\[180px\] {
    width: 180px;
  }
  .w-\[190px\] {
    width: 190px;
  }
  .w-\[200px\] {
    width: 200px;
  }
  .w-\[219px\] {
    width: 219px;
  }
  .w-\[238px\] {
    width: 238px;
  }
  .w-\[250px\] {
    width: 250px;
  }
  .w-\[255px\] {
    width: 255px;
  }
  .w-\[259px\] {
    width: 259px;
  }
  .w-\[260px\] {
    width: 260px;
  }
  .w-\[300px\] {
    width: 300px;
  }
  .w-\[350px\] {
    width: 350px;
  }
  .w-\[360px\] {
    width: 360px;
  }
  .w-\[370px\] {
    width: 370px;
  }
  .w-\[380px\] {
    width: 380px;
  }
  .w-\[400px\] {
    width: 400px;
  }
  .w-\[434px\] {
    width: 434px;
  }
  .w-\[476px\] {
    width: 476px;
  }
  .w-\[500px\] {
    width: 500px;
  }
  .w-\[540px\] {
    width: 540px;
  }
  .w-\[600px\] {
    width: 600px;
  }
  .w-\[821px\] {
    width: 821px;
  }
  .w-\[891px\] {
    width: 891px;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[10\] {
    max-width: 10;
  }
  .max-w-\[900px\] {
    max-width: 900px;
  }
  .max-w-\[1000px\] {
    max-width: 1000px;
  }
  .max-w-\[1100px\] {
    max-width: 1100px;
  }
  .max-w-\[1140px\] {
    max-width: 1140px;
  }
  .max-w-\[1200px\] {
    max-width: 1200px;
  }
  .max-w-\[1220px\] {
    max-width: 1220px;
  }
  .max-w-\[1700px\] {
    max-width: 1700px;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-nowrap {
    flex-wrap: nowrap;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-\[0px\] {
    gap: 0px;
  }
  .gap-\[5px\] {
    gap: 5px;
  }
  .gap-\[10px\] {
    gap: 10px;
  }
  .gap-\[15px\] {
    gap: 15px;
  }
  .gap-\[16px\] {
    gap: 16px;
  }
  .gap-\[20px\] {
    gap: 20px;
  }
  .gap-\[24px\] {
    gap: 24px;
  }
  .gap-\[25px\] {
    gap: 25px;
  }
  .gap-\[30px\] {
    gap: 30px;
  }
  .gap-\[35px\] {
    gap: 35px;
  }
  .gap-\[40px\] {
    gap: 40px;
  }
  .gap-\[50px\] {
    gap: 50px;
  }
  .gap-\[60px\] {
    gap: 60px;
  }
  .gap-\[100px\] {
    gap: 100px;
  }
  .gap-\[150px\] {
    gap: 150px;
  }
  .gap-\[300px\] {
    gap: 300px;
  }
  .gap-\[320px\] {
    gap: 320px;
  }
  .gap-\[500px\] {
    gap: 500px;
  }
  .rounded-\[0px\] {
    border-radius: 0px;
  }
  .rounded-\[4px\] {
    border-radius: 4px;
  }
  .rounded-\[8px\] {
    border-radius: 8px;
  }
  .rounded-\[10px\] {
    border-radius: 10px;
  }
  .rounded-\[12px\] {
    border-radius: 12px;
  }
  .rounded-\[20px\] {
    border-radius: 20px;
  }
  .rounded-\[27px\] {
    border-radius: 27px;
  }
  .rounded-\[50px\] {
    border-radius: 50px;
  }
  .rounded-\[70px\] {
    border-radius: 70px;
  }
  .rounded-\[100px\] {
    border-radius: 100px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-t-\[2px\] {
    border-top-style: var(--tw-border-style);
    border-top-width: 2px;
  }
  .border-r-\[1px\] {
    border-right-style: var(--tw-border-style);
    border-right-width: 1px;
  }
  .border-r-\[2px\] {
    border-right-style: var(--tw-border-style);
    border-right-width: 2px;
  }
  .border-b-\[2px\] {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 2px;
  }
  .border-l-\[1px\] {
    border-left-style: var(--tw-border-style);
    border-left-width: 1px;
  }
  .border-l-\[2px\] {
    border-left-style: var(--tw-border-style);
    border-left-width: 2px;
  }
  .border-\[\#3b82f6\] {
    border-color: #3b82f6;
  }
  .border-\[\#edf2f7\] {
    border-color: #edf2f7;
  }
  .border-r-\[white\] {
    border-right-color: white;
  }
  .bg-\[\#0e4b7a\] {
    background-color: #0e4b7a;
  }
  .bg-\[\#004D7B\] {
    background-color: #004D7B;
  }
  .bg-\[\#094B72\] {
    background-color: #094B72;
  }
  .bg-\[\#3182ce\] {
    background-color: #3182ce;
  }
  .bg-\[\#E7F6FF\] {
    background-color: #E7F6FF;
  }
  .bg-\[\#F2F7FF\] {
    background-color: #F2F7FF;
  }
  .bg-\[\#ebf8ff\] {
    background-color: #ebf8ff;
  }
  .bg-\[\#f9fafb\] {
    background-color: #f9fafb;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-cover {
    background-size: cover;
  }
  .bg-center {
    background-position: center;
  }
  .bg-no-repeat {
    background-repeat: no-repeat;
  }
  .p-\[0\] {
    padding: 0;
  }
  .p-\[0px\] {
    padding: 0px;
  }
  .p-\[00px\] {
    padding: 00px;
  }
  .p-\[10px\] {
    padding: 10px;
  }
  .p-\[20px\] {
    padding: 20px;
  }
  .p-\[32px\] {
    padding: 32px;
  }
  .px-\[8px\] {
    padding-inline: 8px;
  }
  .px-\[20px\] {
    padding-inline: 20px;
  }
  .px-\[86px\] {
    padding-inline: 86px;
  }
  .py-\[28px\] {
    padding-block: 28px;
  }
  .py-\[80px\] {
    padding-block: 80px;
  }
  .pt-\[40px\] {
    padding-top: 40px;
  }
  .pt-\[50px\] {
    padding-top: 50px;
  }
  .pt-\[80px\] {
    padding-top: 80px;
  }
  .pt-\[150px\] {
    padding-top: 150px;
  }
  .pr-\[20px\] {
    padding-right: 20px;
  }
  .pb-\[40px\] {
    padding-bottom: 40px;
  }
  .pb-\[60px\] {
    padding-bottom: 60px;
  }
  .pb-\[80px\] {
    padding-bottom: 80px;
  }
  .pl-\[-0px\] {
    padding-left: -0px;
  }
  .pl-\[-50px\] {
    padding-left: -50px;
  }
  .pl-\[-150px\] {
    padding-left: -150px;
  }
  .pl-\[-180px\] {
    padding-left: -180px;
  }
  .pl-\[10px\] {
    padding-left: 10px;
  }
  .pl-\[15px\] {
    padding-left: 15px;
  }
  .pl-\[20px\] {
    padding-left: 20px;
  }
  .pl-\[50px\] {
    padding-left: 50px;
  }
  .text-center {
    text-align: center;
  }
  .text-start {
    text-align: start;
  }
  .font-sans {
    font-family: var(--font-sans);
  }
  .font-serif {
    font-family: var(--font-serif);
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .text-\[16px\] {
    font-size: 16px;
  }
  .text-\[18px\] {
    font-size: 18px;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .text-\[22px\] {
    font-size: 22px;
  }
  .text-\[30px\] {
    font-size: 30px;
  }
  .text-\[32px\] {
    font-size: 32px;
  }
  .text-\[33px\] {
    font-size: 33px;
  }
  .text-\[35px\] {
    font-size: 35px;
  }
  .text-\[37px\] {
    font-size: 37px;
  }
  .text-\[42px\] {
    font-size: 42px;
  }
  .text-\[45px\] {
    font-size: 45px;
  }
  .text-\[48px\] {
    font-size: 48px;
  }
  .text-\[50px\] {
    font-size: 50px;
  }
  .text-\[90px\] {
    font-size: 90px;
  }
  .text-\[100px\] {
    font-size: 100px;
  }
  .text-\[156px\] {
    font-size: 156px;
  }
  .text-\[305px\] {
    font-size: 305px;
  }
  .text-\[891px\] {
    font-size: 891px;
  }
  .leading-\[1\.2\] {
    --tw-leading: 1.2;
    line-height: 1.2;
  }
  .leading-\[1\.5\] {
    --tw-leading: 1.5;
    line-height: 1.5;
  }
  .leading-\[1\.6\] {
    --tw-leading: 1.6;
    line-height: 1.6;
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .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);
  }
  .text-\[\#2D2F30\] {
    color: #2D2F30;
  }
  .text-\[\#2d3748\] {
    color: #2d3748;
  }
  .text-\[\#4E4E4EEB\] {
    color: #4E4E4EEB;
  }
  .text-\[\#4F4F4F\] {
    color: #4F4F4F;
  }
  .text-\[\#8B8C8C\] {
    color: #8B8C8C;
  }
  .text-\[\#094B72\] {
    color: #094B72;
  }
  .text-\[\#193E6C\] {
    color: #193E6C;
  }
  .text-\[\#151617\] {
    color: #151617;
  }
  .text-\[\#718096\] {
    color: #718096;
  }
  .text-\[\#D9DBE1\] {
    color: #D9DBE1;
  }
  .text-\[\#EEEFF4\] {
    color: #EEEFF4;
  }
  .text-\[\#a0aec0\] {
    color: #a0aec0;
  }
  .text-\[\#cbd5e1\] {
    color: #cbd5e1;
  }
  .text-\[\#ffffff\] {
    color: #ffffff;
  }
  .text-\[3\] {
    color: 3;
  }
  .text-\[15p\] {
    color: 15p;
  }
  .text-\[16p\] {
    color: 16p;
  }
  .text-\[18p\] {
    color: 18p;
  }
  .text-\[white\] {
    color: white;
  }
  .font-stretch-extra-condensed {
    font-stretch: extra-condensed;
  }
  .shadow-\[0px_0px_10px\] {
    --tw-shadow: 0px 0px 10px var(--tw-shadow-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0px_0px_10px_\#D3D3D3\] {
    --tw-shadow: 0px 0px 10px var(--tw-shadow-color, #D3D3D3);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0px_0px_10px_gre\] {
    --tw-shadow: 0px 0px 10px var(--tw-shadow-color, gre);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0px_0px_10px_grey\] {
    --tw-shadow: 0px 0px 10px var(--tw-shadow-color, grey);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0px_0px_\] {
    --tw-shadow: 0px 0px var(--tw-shadow-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-sm {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .md\:w-\[260px\] {
    @media (width >= 48rem) {
      width: 260px;
    }
  }
  .md\:w-\[450px\] {
    @media (width >= 48rem) {
      width: 450px;
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:flex-nowrap {
    @media (width >= 48rem) {
      flex-wrap: nowrap;
    }
  }
  .md\:border-r-\[2px\] {
    @media (width >= 48rem) {
      border-right-style: var(--tw-border-style);
      border-right-width: 2px;
    }
  }
  .md\:border-b-\[0px\] {
    @media (width >= 48rem) {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 0px;
    }
  }
  .lg\:m-auto {
    @media (width >= 64rem) {
      margin: auto;
    }
  }
  .lg\:mt-0 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .lg\:mt-\[0\] {
    @media (width >= 64rem) {
      margin-top: 0;
    }
  }
  .lg\:mt-\[0px\] {
    @media (width >= 64rem) {
      margin-top: 0px;
    }
  }
  .lg\:mt-\[5px\] {
    @media (width >= 64rem) {
      margin-top: 5px;
    }
  }
  .lg\:mt-\[10px\] {
    @media (width >= 64rem) {
      margin-top: 10px;
    }
  }
  .lg\:mt-\[15px\] {
    @media (width >= 64rem) {
      margin-top: 15px;
    }
  }
  .lg\:mt-\[20px\] {
    @media (width >= 64rem) {
      margin-top: 20px;
    }
  }
  .lg\:mt-\[30px\] {
    @media (width >= 64rem) {
      margin-top: 30px;
    }
  }
  .lg\:mt-\[60px\] {
    @media (width >= 64rem) {
      margin-top: 60px;
    }
  }
  .lg\:mt-\[px\] {
    @media (width >= 64rem) {
      margin-top: px;
    }
  }
  .lg\:mb-0 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .lg\:ml-\[0px\] {
    @media (width >= 64rem) {
      margin-left: 0px;
    }
  }
  .lg\:ml-\[20px\] {
    @media (width >= 64rem) {
      margin-left: 20px;
    }
  }
  .lg\:ml-\[180px\] {
    @media (width >= 64rem) {
      margin-left: 180px;
    }
  }
  .lg\:ml-\[200px\] {
    @media (width >= 64rem) {
      margin-left: 200px;
    }
  }
  .lg\:ml-\[600px\] {
    @media (width >= 64rem) {
      margin-left: 600px;
    }
  }
  .lg\:ml-\[1200px\] {
    @media (width >= 64rem) {
      margin-left: 1200px;
    }
  }
  .lg\:block {
    @media (width >= 64rem) {
      display: block;
    }
  }
  .lg\:flex {
    @media (width >= 64rem) {
      display: flex;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:h-\[28px\] {
    @media (width >= 64rem) {
      height: 28px;
    }
  }
  .lg\:h-\[40px\] {
    @media (width >= 64rem) {
      height: 40px;
    }
  }
  .lg\:h-\[253px\] {
    @media (width >= 64rem) {
      height: 253px;
    }
  }
  .lg\:h-\[420px\] {
    @media (width >= 64rem) {
      height: 420px;
    }
  }
  .lg\:w-\[3\] {
    @media (width >= 64rem) {
      width: 3;
    }
  }
  .lg\:w-\[4px\] {
    @media (width >= 64rem) {
      width: 4px;
    }
  }
  .lg\:w-\[30\%\] {
    @media (width >= 64rem) {
      width: 30%;
    }
  }
  .lg\:w-\[80\%\] {
    @media (width >= 64rem) {
      width: 80%;
    }
  }
  .lg\:w-\[250px\] {
    @media (width >= 64rem) {
      width: 250px;
    }
  }
  .lg\:w-\[256px\] {
    @media (width >= 64rem) {
      width: 256px;
    }
  }
  .lg\:w-\[300px\] {
    @media (width >= 64rem) {
      width: 300px;
    }
  }
  .lg\:w-\[320px\] {
    @media (width >= 64rem) {
      width: 320px;
    }
  }
  .lg\:w-\[350px\] {
    @media (width >= 64rem) {
      width: 350px;
    }
  }
  .lg\:w-\[384px\] {
    @media (width >= 64rem) {
      width: 384px;
    }
  }
  .lg\:w-\[400px\] {
    @media (width >= 64rem) {
      width: 400px;
    }
  }
  .lg\:w-\[419px\] {
    @media (width >= 64rem) {
      width: 419px;
    }
  }
  .lg\:w-\[434px\] {
    @media (width >= 64rem) {
      width: 434px;
    }
  }
  .lg\:w-\[450px\] {
    @media (width >= 64rem) {
      width: 450px;
    }
  }
  .lg\:w-\[500px\] {
    @media (width >= 64rem) {
      width: 500px;
    }
  }
  .lg\:w-\[540px\] {
    @media (width >= 64rem) {
      width: 540px;
    }
  }
  .lg\:w-\[570px\] {
    @media (width >= 64rem) {
      width: 570px;
    }
  }
  .lg\:w-\[590\] {
    @media (width >= 64rem) {
      width: 590;
    }
  }
  .lg\:w-\[590px\] {
    @media (width >= 64rem) {
      width: 590px;
    }
  }
  .lg\:w-\[600px\] {
    @media (width >= 64rem) {
      width: 600px;
    }
  }
  .lg\:w-\[700px\] {
    @media (width >= 64rem) {
      width: 700px;
    }
  }
  .lg\:w-\[821px\] {
    @media (width >= 64rem) {
      width: 821px;
    }
  }
  .lg\:w-\[891px\] {
    @media (width >= 64rem) {
      width: 891px;
    }
  }
  .lg\:w-full {
    @media (width >= 64rem) {
      width: 100%;
    }
  }
  .lg\:flex-row {
    @media (width >= 64rem) {
      flex-direction: row;
    }
  }
  .lg\:flex-nowrap {
    @media (width >= 64rem) {
      flex-wrap: nowrap;
    }
  }
  .lg\:flex-wrap {
    @media (width >= 64rem) {
      flex-wrap: wrap;
    }
  }
  .lg\:justify-between {
    @media (width >= 64rem) {
      justify-content: space-between;
    }
  }
  .lg\:gap-\[0px\] {
    @media (width >= 64rem) {
      gap: 0px;
    }
  }
  .lg\:gap-\[25px\] {
    @media (width >= 64rem) {
      gap: 25px;
    }
  }
  .lg\:gap-\[40px\] {
    @media (width >= 64rem) {
      gap: 40px;
    }
  }
  .lg\:gap-\[50px\] {
    @media (width >= 64rem) {
      gap: 50px;
    }
  }
  .lg\:gap-\[100px\] {
    @media (width >= 64rem) {
      gap: 100px;
    }
  }
  .lg\:gap-\[200px\] {
    @media (width >= 64rem) {
      gap: 200px;
    }
  }
  .lg\:gap-\[250px\] {
    @media (width >= 64rem) {
      gap: 250px;
    }
  }
  .lg\:p-0 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 0);
    }
  }
  .lg\:pt-0 {
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 0);
    }
  }
  .lg\:pt-\[40px\] {
    @media (width >= 64rem) {
      padding-top: 40px;
    }
  }
  .lg\:pt-\[90px\] {
    @media (width >= 64rem) {
      padding-top: 90px;
    }
  }
  .lg\:pt-\[100px\] {
    @media (width >= 64rem) {
      padding-top: 100px;
    }
  }
  .lg\:pt-\[150px\] {
    @media (width >= 64rem) {
      padding-top: 150px;
    }
  }
  .lg\:pb-\[90px\] {
    @media (width >= 64rem) {
      padding-bottom: 90px;
    }
  }
  .lg\:pl-0 {
    @media (width >= 64rem) {
      padding-left: calc(var(--spacing) * 0);
    }
  }
  .lg\:text-center {
    @media (width >= 64rem) {
      text-align: center;
    }
  }
  .lg\:text-start {
    @media (width >= 64rem) {
      text-align: start;
    }
  }
  .lg\:text-\[22px\] {
    @media (width >= 64rem) {
      font-size: 22px;
    }
  }
  .lg\:text-\[24px\] {
    @media (width >= 64rem) {
      font-size: 24px;
    }
  }
  .lg\:text-\[42px\] {
    @media (width >= 64rem) {
      font-size: 42px;
    }
  }
  .lg\:text-\[50px\] {
    @media (width >= 64rem) {
      font-size: 50px;
    }
  }
  .lg\:text-\[90px\] {
    @media (width >= 64rem) {
      font-size: 90px;
    }
  }
  .lg\:text-\[40\] {
    @media (width >= 64rem) {
      color: 40;
    }
  }
  .lg\:text-\[c\] {
    @media (width >= 64rem) {
      color: c;
    }
  }
  .lg\:text-\[center\] {
    @media (width >= 64rem) {
      color: center;
    }
  }
}
@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-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-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
    }
  }
}
