/*! tailwindcss v4.1.18 | 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-red-600: oklch(57.7% 0.245 27.325);
    --color-yellow-400: oklch(85.2% 0.199 91.936);
    --color-green-400: oklch(79.2% 0.209 151.711);
    --color-sky-100: oklch(95.1% 0.026 236.824);
    --color-blue-300: oklch(80.9% 0.105 251.813);
    --color-slate-500: oklch(55.4% 0.046 257.417);
    --color-slate-900: oklch(20.8% 0.042 265.755);
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-xl: 36rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --font-weight-light: 300;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@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;
  }
  .sticky {
    position: sticky;
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .z-0 {
    z-index: 0;
  }
  .z-1 {
    z-index: 1;
  }
  .z-10 {
    z-index: 10;
  }
  .z-9997 {
    z-index: 9997;
  }
  .z-9998 {
    z-index: 9998;
  }
  .z-9999 {
    z-index: 9999;
  }
  .order-1 {
    order: 1;
  }
  .order-2 {
    order: 2;
  }
  .order-3 {
    order: 3;
  }
  .col-span-2 {
    grid-column: span 2 / span 2;
  }
  .col-span-3 {
    grid-column: span 3 / span 3;
  }
  .float-end {
    float: inline-end;
  }
  .float-right {
    float: right;
  }
  .m-0 {
    margin: calc(var(--spacing) * 0);
  }
  .m-auto {
    margin: auto;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-6 {
    margin-block: calc(var(--spacing) * 6);
  }
  .mt-0 {
    margin-top: calc(var(--spacing) * 0);
  }
  .mt-0\.5 {
    margin-top: calc(var(--spacing) * 0.5);
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .mt-1\.25 {
    margin-top: calc(var(--spacing) * 1.25);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-7 {
    margin-top: calc(var(--spacing) * 7);
  }
  .mt-20 {
    margin-top: calc(var(--spacing) * 20);
  }
  .mt-\[25px\] {
    margin-top: 25px;
  }
  .mr-6 {
    margin-right: calc(var(--spacing) * 6);
  }
  .mr-6\.5 {
    margin-right: calc(var(--spacing) * 6.5);
  }
  .mr-\[20px\] {
    margin-right: 20px;
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .mb-1\.5 {
    margin-bottom: calc(var(--spacing) * 1.5);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .-ml-1 {
    margin-left: calc(var(--spacing) * -1);
  }
  .-ml-1\.25 {
    margin-left: calc(var(--spacing) * -1.25);
  }
  .ml-5 {
    margin-left: calc(var(--spacing) * 5);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .h-0 {
    height: calc(var(--spacing) * 0);
  }
  .h-0\.5 {
    height: calc(var(--spacing) * 0.5);
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-14 {
    height: calc(var(--spacing) * 14);
  }
  .h-40 {
    height: calc(var(--spacing) * 40);
  }
  .h-\[35px\] {
    height: 35px;
  }
  .h-full {
    height: 100%;
  }
  .max-h-8 {
    max-height: calc(var(--spacing) * 8);
  }
  .max-h-8\.75 {
    max-height: calc(var(--spacing) * 8.75);
  }
  .max-h-125 {
    max-height: calc(var(--spacing) * 125);
  }
  .min-h-5 {
    min-height: calc(var(--spacing) * 5);
  }
  .min-h-5\.75 {
    min-height: calc(var(--spacing) * 5.75);
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-3 {
    width: calc(var(--spacing) * 3);
  }
  .w-3\/5 {
    width: calc(3/5 * 100%);
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-7 {
    width: calc(var(--spacing) * 7);
  }
  .w-7\.5 {
    width: calc(var(--spacing) * 7.5);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-47 {
    width: calc(var(--spacing) * 47);
  }
  .w-61 {
    width: calc(var(--spacing) * 61);
  }
  .w-74 {
    width: calc(var(--spacing) * 74);
  }
  .w-74\.75 {
    width: calc(var(--spacing) * 74.75);
  }
  .w-\[2px\] {
    width: 2px;
  }
  .w-\[95\%\] {
    width: 95%;
  }
  .w-\[430px\] {
    width: 430px;
  }
  .w-\[min\(550px\,90\%\)\] {
    width: min(550px, 90%);
  }
  .w-full {
    width: 100%;
  }
  .max-w-8 {
    max-width: calc(var(--spacing) * 8);
  }
  .max-w-8\.75 {
    max-width: calc(var(--spacing) * 8.75);
  }
  .max-w-215 {
    max-width: calc(var(--spacing) * 215);
  }
  .max-w-275 {
    max-width: calc(var(--spacing) * 275);
  }
  .max-w-\[80\%\] {
    max-width: 80%;
  }
  .min-w-5 {
    min-width: calc(var(--spacing) * 5);
  }
  .min-w-5\.75 {
    min-width: calc(var(--spacing) * 5.75);
  }
  .min-w-74 {
    min-width: calc(var(--spacing) * 74);
  }
  .min-w-74\.75 {
    min-width: calc(var(--spacing) * 74.75);
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .list-disc {
    list-style-type: disc;
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-around {
    justify-content: space-around;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-\[12\.5px\] {
    gap: 12.5px;
  }
  .justify-self-center {
    justify-self: center;
  }
  .justify-self-end {
    justify-self: flex-end;
  }
  .justify-self-start {
    justify-self: flex-start;
  }
  .overflow-x-hidden {
    overflow-x: hidden;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-\[3px\] {
    border-radius: 3px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-xl {
    border-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-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-\[\#CBDEF0\] {
    border-color: #CBDEF0;
  }
  .bg-\[\#07396C\] {
    background-color: #07396C;
  }
  .bg-\[\#343434\] {
    background-color: #343434;
  }
  .bg-\[\#EFF5FB\] {
    background-color: #EFF5FB;
  }
  .bg-\[\#FCFCFC\] {
    background-color: #FCFCFC;
  }
  .bg-\[\#FFFFFF\] {
    background-color: #FFFFFF;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-6\.5 {
    padding-inline: calc(var(--spacing) * 6.5);
  }
  .px-\[30px\] {
    padding-inline: 30px;
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-\[9\.5px\] {
    padding-block: 9.5px;
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pt-4\.5 {
    padding-top: calc(var(--spacing) * 4.5);
  }
  .pt-5 {
    padding-top: calc(var(--spacing) * 5);
  }
  .pt-8 {
    padding-top: calc(var(--spacing) * 8);
  }
  .pt-16 {
    padding-top: calc(var(--spacing) * 16);
  }
  .pt-20 {
    padding-top: calc(var(--spacing) * 20);
  }
  .pt-\[43px\] {
    padding-top: 43px;
  }
  .pb-5 {
    padding-bottom: calc(var(--spacing) * 5);
  }
  .pb-5\.75 {
    padding-bottom: calc(var(--spacing) * 5.75);
  }
  .pb-7 {
    padding-bottom: calc(var(--spacing) * 7);
  }
  .pb-20 {
    padding-bottom: calc(var(--spacing) * 20);
  }
  .pl-4 {
    padding-left: calc(var(--spacing) * 4);
  }
  .pl-5 {
    padding-left: calc(var(--spacing) * 5);
  }
  .pl-11 {
    padding-left: calc(var(--spacing) * 11);
  }
  .pl-11\.75 {
    padding-left: calc(var(--spacing) * 11.75);
  }
  .text-center {
    text-align: center;
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-\[10px\] {
    font-size: 10px;
  }
  .text-\[11px\] {
    font-size: 11px;
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .text-\[16px\] {
    font-size: 16px;
  }
  .text-\[18px\] {
    font-size: 18px;
  }
  .text-\[22px\] {
    font-size: 22px;
  }
  .text-\[24px\] {
    font-size: 24px;
  }
  .text-\[35px\] {
    font-size: 35px;
  }
  .leading-\[28px\] {
    --tw-leading: 28px;
    line-height: 28px;
  }
  .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);
  }
  .text-wrap {
    text-wrap: wrap;
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-\[\#3E9BF4\] {
    color: #3E9BF4;
  }
  .text-\[\#5A595BAC\] {
    color: #5A595BAC;
  }
  .text-\[\#5A595B\] {
    color: #5A595B;
  }
  .text-\[\#7A8BA7\] {
    color: #7A8BA7;
  }
  .text-\[\#07275A\] {
    color: #07275A;
  }
  .text-\[\#07396C\] {
    color: #07396C;
  }
  .text-\[\#65708D\] {
    color: #65708D;
  }
  .text-\[\#292929\] {
    color: #292929;
  }
  .text-\[\#FFFFFF\] {
    color: #FFFFFF;
  }
  .italic {
    font-style: italic;
  }
  .underline {
    text-decoration-line: underline;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-100 {
    opacity: 100%;
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-opacity {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .focus\:outline-none {
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .sm\:inline {
    @media (width >= 40rem) {
      display: inline;
    }
  }
  .sm\:flex-row {
    @media (width >= 40rem) {
      flex-direction: row;
    }
  }
  .sm\:gap-10 {
    @media (width >= 40rem) {
      gap: calc(var(--spacing) * 10);
    }
  }
  .md\:mt-5 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 5);
    }
  }
  .md\:mb-5 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 5);
    }
  }
  .md\:ml-5 {
    @media (width >= 48rem) {
      margin-left: calc(var(--spacing) * 5);
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:justify-between {
    @media (width >= 48rem) {
      justify-content: space-between;
    }
  }
  .lg\:order-0 {
    @media (width >= 64rem) {
      order: 0;
    }
  }
  .lg\:col-span-1 {
    @media (width >= 64rem) {
      grid-column: span 1 / span 1;
    }
  }
  .lg\:mx-0 {
    @media (width >= 64rem) {
      margin-inline: calc(var(--spacing) * 0);
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:table-header-group {
    @media (width >= 64rem) {
      display: table-header-group;
    }
  }
  .\32 xl\:h-\[330px\] {
    @media (width >= 96rem) {
      height: 330px;
    }
  }
}
@layer base {
  body {
    font-family: "Ubuntu", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  }
}
#post-2806 {
  margin-inline: auto;
  flex-direction: column;
  text-align: center;
}
#post-2805 {
  margin-inline: auto;
  flex-direction: column;
  text-align: center;
}
.sideNavMenuContainer {
  z-index: 9999;
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  background-color: #ffffff;
  padding-top: calc(var(--spacing) * 3.25);
  padding-bottom: calc(var(--spacing) * 3.25);
  padding-left: calc(var(--spacing) * 3.25);
  @media (width >= 64rem) {
    height: 100%;
  }
  @media (width >= 64rem) {
    width: calc(var(--spacing) * 26);
  }
  @media (width >= 64rem) {
    padding-top: calc(var(--spacing) * 11.75);
  }
  @media (width >= 64rem) {
    padding-bottom: calc(var(--spacing) * 0);
  }
  @media (width >= 64rem) {
    padding-left: calc(var(--spacing) * 0);
  }
}
.walletSideNav--loyalty {
  display: none;
}
body.wallet-loyalty-mode .walletSideNav--loyalty {
  display: flex;
}
body.wallet-loyalty-mode .walletSideNav--default {
  display: none;
}
.homeNavBtn {
  display: flex;
  width: fit-content;
  cursor: pointer;
  align-items: flex-end;
  gap: calc(var(--spacing) * 1);
}
.mainNavMenu {
  display: none;
  width: 100%;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  background-color: #FFFFFF;
  padding-top: 20px;
  @media (width >= 64rem) {
    display: flex;
  }
}
.mainNavMenuBtn {
  display: flex;
  height: 61px;
  width: 75px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 500ms;
  transition-duration: 500ms;
  &:active {
    background-color: #EFF5FB;
  }
}
.bottomNavMenu {
  display: none;
  height: auto;
  width: 100%;
  flex-direction: column;
  align-items: flex-end;
  padding-right: 17px;
  @media (width >= 64rem) {
    display: flex;
  }
}
.bottomNavMenuBtn {
  display: flex;
  height: 43px;
  width: 43px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background-color: #F0E0C8;
}
.exitBtn {
  margin-top: 24px;
  margin-bottom: 50px;
  display: flex;
  width: 43px;
  cursor: pointer;
  justify-content: center;
}
.mainContentContainer {
  margin-block: calc(var(--spacing) * 2.5);
  height: 100%;
  min-height: calc(var(--spacing) * 0);
  width: 100%;
  min-width: calc(var(--spacing) * 0);
  overflow-x: hidden;
  overflow-y: hidden;
  padding-inline: calc(var(--spacing) * 10);
  padding-bottom: calc(var(--spacing) * 30);
  @media (width >= 64rem) {
    overflow-y: auto;
  }
  @media (width >= 64rem) {
    padding-bottom: calc(var(--spacing) * 0);
  }
  flex: 1 1 auto;
}
.walletHeader {
  position: sticky;
  top: calc(var(--spacing) * 0);
  right: calc(var(--spacing) * 0);
  left: calc(var(--spacing) * 0);
  z-index: 50;
  min-width: 100%;
  gap: calc(var(--spacing) * 5);
  background-color: #EFF5FB;
  padding-inline: 20px;
  padding-top: 30px;
  padding-bottom: calc(var(--spacing) * 2);
  @media (width >= 48rem) {
    background-color: transparent;
  }
  @media (width >= 64rem) {
    padding-inline: 40px;
  }
}
body.wallet-loyalty-mode .walletHeader {
  background-color: #FBF6EF;
}
.searchContainer {
  display: flex;
  height: 45px;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  border-radius: calc(infinity * 1px);
  background-color: #FFFFFF;
  @media (width >= 48rem) {
    width: 335px;
  }
}
.searchForm {
  display: flex;
  align-items: center;
  justify-items: start;
}
.searchBtn {
  margin-inline: 16px;
  cursor: pointer;
  padding: 12px;
}
.searchBtn img {
  min-width: 1rem;
}
.notf_profileBtnsContainer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: calc(var(--spacing) * 5);
}
.sectionTitle {
  margin: calc(var(--spacing) * 0);
  padding: calc(var(--spacing) * 0);
  font-size: 32px;
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  white-space: nowrap;
  color: #5A595B;
  @media (width >= 48rem) {
    font-size: 35px;
  }
}
.sectionSubtitle {
  font-size: 18px;
  text-wrap: nowrap;
  color: #7A8BA7;
}
.walletProfileNavImg {
  border-radius: calc(infinity * 1px);
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: #07396C;
  object-fit: cover;
}
.homeCardsContainer {
  margin-bottom: calc(var(--spacing) * 10);
  padding-top: 43px;
}
.homeCardsContent {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: calc(var(--spacing) * 6);
  @media (width >= 64rem) {
    height: calc(var(--spacing) * 57.5);
  }
  @media (width >= 64rem) {
    width: calc(var(--spacing) * 225);
  }
  @media (width >= 64rem) {
    justify-content: flex-start;
  }
}
.homeCardContainer {
  height: calc(var(--spacing) * 51.25);
  width: calc(var(--spacing) * 48.75);
  cursor: pointer;
  border-radius: var(--radius-xl);
  background-color: #FFFFFF;
  padding: calc(var(--spacing) * 7.5);
  --tw-duration: 200ms;
  transition-duration: 200ms;
  &:hover {
    @media (hover: hover) {
      --tw-translate-y: calc(var(--spacing) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  &:hover {
    @media (hover: hover) {
      --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px 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);
    }
  }
  @media (width >= 40rem) {
    width: calc(50% - 12px);
  }
  @media (width >= 64rem) {
    width: calc(25% - 18px);
  }
}
.homeCardContent {
  display: flex;
  height: 100%;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: flex-start;
  justify-content: space-between;
}
.homeCardDetails {
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: calc(var(--spacing) * 2.5);
}
.homeCardP1 {
  font-size: 16px;
  color: #65708D;
}
.homeCardP2 {
  font-size: 14px;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  color: #07275A;
}
.homeCardDots {
  margin-top: calc(7px * -1);
  margin-right: calc(7px * -1);
  rotate: calc(90deg * -1);
  font-size: var(--text-xl);
  line-height: var(--tw-leading, var(--text-xl--line-height));
  --tw-font-weight: var(--font-weight-extrabold);
  font-weight: var(--font-weight-extrabold);
  color: #65708D;
}
.homeRecentTransactionsContainer {
  max-width: 855px;
  @media (width >= 64rem) {
    height: 410px;
  }
}
.homeRecentTransactionsTitle {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.homeRecentTransactionsTitle p {
  font-size: 24px;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  color: #07396C;
}
.homeRecentTransactionsContent {
  overflow-y: auto;
  @media (width >= 64rem) {
    max-height: calc(var(--spacing) * 90);
  }
}
.homeRecentTransactionsDetailsContainer {
  display: block;
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
  border-color: #CBDEF0;
  @media (width >= 48rem) {
    display: table-row;
  }
}
.homeRecentTransactionsDetailsContainer1stChild {
  margin-bottom: calc(var(--spacing) * 4);
  display: flex;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: calc(var(--spacing) * 5);
  padding-left: calc(var(--spacing) * 2);
}
.homeRecentTransactionsDetailsContainer td {
  margin-top: calc(var(--spacing) * 4);
  padding-top: calc(var(--spacing) * 3);
}
.homeRecentTransactionsP1 {
  font-size: 18px;
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  color: #07275A;
}
.homeRecentTransactionsP2 {
  margin-left: calc(var(--spacing) * 18);
  font-size: 16px;
  --tw-font-weight: var(--font-weight-light);
  font-weight: var(--font-weight-light);
  color: #7A8BA7;
}
.homeRecentTransactionsP3 {
  margin-left: calc(var(--spacing) * 3);
  font-size: 20px;
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  color: #07275A;
}
.payments-table thead th, .documents-table thead th {
  padding-block: calc(var(--spacing) * 4);
  text-align: left;
  font-size: 16px;
  --tw-font-weight: var(--font-weight-light);
  font-weight: var(--font-weight-light);
  color: #65708D;
}
.payment-document-row {
  border-top-style: var(--tw-border-style);
  border-top-width: 1px;
  border-color: #CBDEF0;
  vertical-align: baseline;
}
.payment-col-title, .document-col-title {
  display: flex;
  gap: calc(var(--spacing) * 3);
  padding-top: calc(var(--spacing) * 8);
  padding-bottom: calc(var(--spacing) * 4);
  vertical-align: middle;
  font-size: 18px;
  @media (width >= 64rem) {
    padding-right: calc(var(--spacing) * 25);
  }
}
.payment-document-title-toggle {
  display: flex;
  width: 100%;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  gap: calc(var(--spacing) * 3);
  text-align: left;
  @media (width >= 64rem) {
    cursor: default;
  }
}
.payment-chevron, .document-chevron {
  height: calc(var(--spacing) * 5);
  width: calc(var(--spacing) * 5);
  color: var(--color-slate-500);
  transition-property: transform, translate, scale, rotate;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 200ms;
  transition-duration: 200ms;
  &:is(:where(.group):is(.open) *) {
    rotate: 180deg;
  }
  @media (width >= 64rem) {
    display: none;
  }
}
.payment-title, .document-title {
  display: flex;
  align-items: center;
  gap: calc(var(--spacing) * 4);
}
.payment-title-text, .document-title-text {
  font-size: 14px;
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  white-space: nowrap;
  color: #07275A;
  @media (width >= 48rem) {
    font-size: 18px;
  }
}
.payment-col-date, .document-col-date {
  display: none;
  padding-top: calc(var(--spacing) * 8);
  padding-right: calc(var(--spacing) * 20);
  padding-bottom: calc(var(--spacing) * 4);
  vertical-align: middle;
  font-size: 16px;
  white-space: nowrap;
  color: #7A8BA7;
  @media (width >= 64rem) {
    display: table-cell;
  }
}
.payment-col-amount, .document-col-category {
  display: none;
  padding-top: calc(var(--spacing) * 8);
  padding-right: calc(var(--spacing) * 20);
  padding-bottom: calc(var(--spacing) * 4);
  vertical-align: middle;
  font-size: 20px;
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  white-space: nowrap;
  color: #07275A;
  @media (width >= 64rem) {
    display: table-cell;
  }
}
.document-col-category {
  font-size: 18px;
}
.payment-col-condition, .document-col-file {
  display: none;
  padding-top: calc(var(--spacing) * 8);
  padding-right: calc(var(--spacing) * 20);
  padding-bottom: calc(var(--spacing) * 4);
  vertical-align: middle;
  @media (width >= 64rem) {
    display: table-cell;
  }
}
.document-col-file a {
  font-size: 20px;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  color: #3E9BF4;
  &:hover {
    @media (hover: hover) {
      text-decoration-line: underline;
    }
  }
}
.payment-col-condition-inner {
  display: inline-flex;
  align-items: center;
  gap: calc(var(--spacing) * 2);
  font-size: 16px;
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  white-space: nowrap;
  color: #07275A;
}
.yellow-dot {
  height: calc(var(--spacing) * 2);
  width: calc(var(--spacing) * 2);
  border-radius: calc(infinity * 1px);
  background-color: var(--color-yellow-400);
}
.green-dot {
  height: calc(var(--spacing) * 2);
  width: calc(var(--spacing) * 2);
  border-radius: calc(infinity * 1px);
  background-color: var(--color-green-400);
}
.red-dot {
  height: calc(var(--spacing) * 2);
  width: calc(var(--spacing) * 2);
  border-radius: calc(infinity * 1px);
  background-color: var(--color-red-600);
}
.payment-details-row-mobile, .document-details-row-mobile {
  @media (width >= 64rem) {
    display: none;
  }
}
.payment-details-mobile-container, .document-details-mobile-container {
  margin-bottom: calc(var(--spacing) * 2);
  border-radius: var(--radius-lg);
  background-color: var(--color-white);
  padding: calc(var(--spacing) * 3);
  @media (width >= 48rem) {
    margin-left: calc(var(--spacing) * 12);
  }
}
.payment-details-mobile-content, .document-details-mobile-content {
  display: flex;
  justify-content: space-between;
  gap: calc(var(--spacing) * 4);
  padding-block: calc(var(--spacing) * 2);
}
.payment-details-mobile-content-title, .document-details-mobile-content-title {
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  color: var(--color-slate-500);
}
.payment-details-mobile-content-text, .document-details-mobile-content-text {
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  color: var(--color-slate-900);
}
.document-details-mobile-content-text a {
  font-size: 14px;
  color: #3E9BF4;
}
.divider {
  border-top-style: var(--tw-border-style);
  border-top-width: 1px;
  border-color: var(--color-sky-100);
}
.categoriesContainer {
  margin-top: 80px;
  height: fit-content;
  max-width: 950px;
}
.categoriesTitle {
  font-size: 24px;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  color: #07396C;
}
.categoriesContent {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}
.categoryDetails {
  display: flex;
  height: 50px;
  width: 200px;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  border-radius: 12px;
  background-color: #FFFFFF;
  padding: 7.5px;
}
.categoryDetailsP {
  font-size: 12px;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  color: #292929;
}
.profileContainer {
  margin-top: calc(var(--spacing) * 17.5);
  max-width: 852px;
  border-radius: var(--radius-xl);
  background-color: #FFFFFF;
  padding-inline: calc(var(--spacing) * 7.5);
  padding-top: calc(var(--spacing) * 5);
  padding-bottom: calc(var(--spacing) * 8.5);
}
.profileFormHeader {
  margin-bottom: calc(var(--spacing) * 11.25);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.profileFormTitle {
  font-size: 18px;
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  color: #07275A;
}
.profileFormDots {
  margin-top: calc(7px * -1);
  margin-right: calc(12px * -1);
  rotate: calc(90deg * -1);
  font-size: var(--text-xl);
  line-height: var(--tw-leading, var(--text-xl--line-height));
  --tw-font-weight: var(--font-weight-extrabold);
  font-weight: var(--font-weight-extrabold);
  color: #65708D;
}
.profileImageUploadRow {
  margin-bottom: calc(var(--spacing) * 7);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: calc(var(--spacing) * 10);
  @media (width >= 48rem) {
    flex-direction: row;
  }
  @media (width >= 48rem) {
    align-items: flex-end;
  }
}
.profileAvatarWrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.profileAvatarLabel {
  margin-bottom: calc(var(--spacing) * 2);
  font-size: 12px;
  color: #7A8BA7;
}
.profileAvatarBox {
  display: flex;
  height: 98px;
  width: 98px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 10px;
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: #CCDEF0;
  background-color: #EFF5FB;
}
.profileAvatarImg {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.profileAvatarInitials {
  font-size: var(--text-3xl);
  line-height: var(--tw-leading, var(--text-3xl--line-height));
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  color: #5A595B;
}
.profileDropzone {
  display: flex;
  width: 100%;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: #CCDEF0;
  background-color: #FCFCFC;
  padding-top: calc(var(--spacing) * 2);
  -webkit-user-select: none;
  user-select: none;
  @media (width >= 48rem) {
    width: calc(var(--spacing) * 75);
  }
}
.profileDropzone--dragover {
  background-color: #EFF5FB;
}
.profileForm {
  display: flex;
  flex-wrap: wrap;
  column-gap: calc(var(--spacing) * 11.75);
  row-gap: calc(var(--spacing) * 6.5);
}
.profileFormLabel {
  margin-left: calc(var(--spacing) * 5);
  display: block;
  font-size: 12px;
  color: #7A8BA7;
}
.profileForm div {
  width: 100%;
  @media (width >= 48rem) {
    width: fit-content;
  }
}
.profileFormInput {
  height: calc(var(--spacing) * 8.75);
  width: 100%;
  border-radius: calc(infinity * 1px);
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: #CBDEF0;
  padding-top: calc(var(--spacing) * 2.25);
  padding-bottom: calc(var(--spacing) * 2.5);
  padding-left: calc(var(--spacing) * 5);
  font-size: 14px;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  color: #5A595B;
  &:focus {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-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);
  }
  &:focus {
    --tw-ring-color: var(--color-blue-300);
  }
  &:focus {
    --tw-outline-style: none;
    outline-style: none;
  }
  @media (width >= 48rem) {
    width: calc(var(--spacing) * 55);
  }
}
.loyaltyNavMenuContainer {
  display: flex;
  min-height: 100vh;
  width: calc(var(--spacing) * 26);
  flex-direction: column;
  justify-content: space-between;
  background-color: #FFFFFF;
  padding-top: calc(var(--spacing) * 11.75);
}
.loyaltyNavIconBtn {
  display: flex;
  height: 40px;
  width: 70px;
  width: fit-content;
  cursor: pointer;
  align-items: center;
  gap: calc(var(--spacing) * 1);
  @media (width >= 64rem) {
    height: 60px;
  }
  @media (width >= 64rem) {
    width: 104px;
  }
}
.loyaltyMainContentContainer {
  display: block;
  height: 100vh;
  width: 100%;
  overflow-x: hidden;
  background-color: #EFF5FB;
  padding: 40px;
}
.loyaltyBottomNavMenu {
  display: none;
  height: auto;
  width: 100%;
  flex-direction: column;
  align-items: flex-end;
  padding-right: 17px;
  @media (width >= 64rem) {
    display: flex;
  }
}
.loyaltyBottomNavMenuBtn {
  display: flex;
  height: 43px;
  width: 43px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background-color: #CBDEF0;
}
.loyaltyContent {
  height: 100%;
  width: 100%;
}
.loyaltyCardsContainer {
  margin-top: 70px;
  display: flex;
  max-width: 1000px;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
  overflow-x: hidden;
  overflow-y: auto;
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
  border-color: #F8E2C2;
  padding-bottom: 50px;
  @media (width >= 64rem) {
    height: 386px;
  }
  @media (width >= 64rem) {
    justify-content: flex-start;
  }
}
.brownloyaltyCardContent {
  display: flex;
  height: 130px;
  width: 300px;
  cursor: pointer;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 12px;
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: #B9775F;
  background-color: #E9DCD4;
  padding-inline: 15px;
  padding-top: 16px;
  padding-bottom: 18px;
  --tw-duration: 200ms;
  transition-duration: 200ms;
  &:hover {
    @media (hover: hover) {
      --tw-translate-y: calc(var(--spacing) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  &:hover {
    @media (hover: hover) {
      --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px 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);
    }
  }
}
.loyaltyCardDetails {
  display: flex;
  justify-content: space-between;
}
.loyaltyCardP1 {
  font-size: 14px;
  --tw-font-weight: var(--font-weight-extrabold);
  font-weight: var(--font-weight-extrabold);
  color: #292929;
}
.loyaltyCardDots {
  margin-top: calc(10px * -1);
  margin-right: calc(9px * -1);
  rotate: calc(90deg * -1);
  font-size: var(--text-xl);
  line-height: var(--tw-leading, var(--text-xl--line-height));
  --tw-font-weight: var(--font-weight-extrabold);
  font-weight: var(--font-weight-extrabold);
  color: #65708D;
}
.loyaltyBottomCardDetails {
  width: 100%;
}
.brownloyaltyBottomCardP1Container {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
  --tw-border-style: dotted;
  border-style: dotted;
  border-color: #B9775F;
  padding-bottom: 10px;
}
.brownloyaltyBottomCardP1 {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 14px;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  color: #713520;
  font-style: italic;
}
.brownloyaltyBottomCardSpan {
  display: flex;
  height: 15px;
  width: 15px;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  background-color: #B9775F;
  font-size: 12px;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  color: #713520;
  font-style: normal;
}
.loyaltyBottomCardP2 {
  margin-top: 9px;
  font-size: 11px;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  color: #292929;
}
.silverloyaltyCardContent {
  display: flex;
  height: 130px;
  width: 300px;
  cursor: pointer;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 12px;
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: #BCBCBC;
  background-color: #E8E7E5;
  padding-inline: 15px;
  padding-top: 16px;
  padding-bottom: 18px;
  --tw-duration: 200ms;
  transition-duration: 200ms;
  &:hover {
    @media (hover: hover) {
      --tw-translate-y: calc(var(--spacing) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  &:hover {
    @media (hover: hover) {
      --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px 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);
    }
  }
}
.silverloyaltyBottomCardP1Container {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
  --tw-border-style: dotted;
  border-style: dotted;
  border-color: #BCBCBC;
  padding-bottom: 10px;
}
.silverloyaltyBottomCardP1 {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 14px;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  color: #717171;
  font-style: italic;
}
.silverloyaltyBottomCardSpan {
  display: flex;
  height: 15px;
  width: 15px;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  background-color: #BCBCBC;
  font-size: 12px;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  color: #717171;
  font-style: normal;
}
.goldloyaltyCardContent {
  display: flex;
  height: 130px;
  width: 300px;
  cursor: pointer;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 12px;
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: #D9C276;
  background-color: #F8F4E3;
  padding-inline: 15px;
  padding-top: 16px;
  padding-bottom: 18px;
  --tw-duration: 200ms;
  transition-duration: 200ms;
  &:hover {
    @media (hover: hover) {
      --tw-translate-y: calc(var(--spacing) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  &:hover {
    @media (hover: hover) {
      --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px 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);
    }
  }
}
.goldloyaltyBottomCardP1Container {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
  --tw-border-style: dotted;
  border-style: dotted;
  border-color: #D9C276;
  padding-bottom: 10px;
}
.goldloyaltyBottomCardP1 {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 14px;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  color: #96813B;
  font-style: italic;
}
.goldloyaltyBottomCardSpan {
  display: flex;
  height: 15px;
  width: 15px;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  background-color: #D9C276;
  font-size: 12px;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  color: #96813B;
  font-style: normal;
}
.loyaltyCardsBottomContent {
  position: relative;
  margin-top: calc(var(--spacing) * 5);
  max-width: var(--container-xl);
}
.liyaltyCardsSelectArrow {
  pointer-events: none;
  position: absolute;
  inset-block: calc(var(--spacing) * 0);
  right: calc(var(--spacing) * 0);
  display: flex;
  align-items: center;
  padding-inline: calc(var(--spacing) * 2);
}
.sideTogglePanelArrowButton {
  margin-right: calc(2px * -1);
  display: flex;
  height: 110px;
  width: 36px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  background-position: center;
}
.sideTogglePanelDetailsContainer {
  display: flex;
  min-height: 100vh;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  row-gap: calc(var(--spacing) * 10);
  background-color: #FFFFFF;
  padding-top: calc(var(--spacing) * 30);
  padding-left: calc(var(--spacing) * 5);
  --tw-shadow: 2px 2px 6px var(--tw-shadow-color, #00000029);
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  @media (width >= 96rem) {
    padding-top: calc(var(--spacing) * 0);
  }
}
.sideTogglePanelP1 {
  margin-bottom: calc(var(--spacing) * 5);
  font-size: 18px;
  --tw-leading: 21px;
  line-height: 21px;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  color: #07275A;
}
.sideTogglePanelP2 {
  margin-bottom: calc(var(--spacing) * 5);
  width: 255px;
  font-size: 14px;
  --tw-leading: 16px;
  line-height: 16px;
  --tw-font-weight: var(--font-weight-light);
  font-weight: var(--font-weight-light);
  color: #7A8BA7;
}
.sideTogglePanelP2 span {
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  color: #7A8BA7;
}
.sideTogglePanelList {
  margin-bottom: calc(var(--spacing) * 6);
  list-style-position: outside;
  list-style-type: disc;
  :where(& > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
  }
  padding-top: 20px;
  padding-left: calc(var(--spacing) * 4);
  font-size: 14px;
  --tw-leading: 16px;
  line-height: 16px;
  --tw-font-weight: var(--font-weight-light);
  font-weight: var(--font-weight-light);
  color: #7A8BA7;
  & *::marker {
    font-size: 1rem;
  }
  &::marker {
    font-size: 1rem;
  }
  & *::-webkit-details-marker {
    font-size: 1rem;
  }
  &::-webkit-details-marker {
    font-size: 1rem;
  }
  & *::marker {
    color: #07396C;
  }
  &::marker {
    color: #07396C;
  }
  & *::-webkit-details-marker {
    color: #07396C;
  }
  &::-webkit-details-marker {
    color: #07396C;
  }
}
.sideTogglePanelP3 {
  margin-bottom: calc(var(--spacing) * 5);
  font-size: 18px;
  --tw-leading: 21px;
  line-height: 21px;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  color: #07275A;
}
.sideTogglePanelP4 {
  font-size: 14px;
  --tw-leading: 16px;
  line-height: 16px;
  --tw-font-weight: var(--font-weight-light);
  font-weight: var(--font-weight-light);
  color: #7A8BA7;
}
@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-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-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-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-duration: initial;
      --tw-ease: initial;
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-space-y-reverse: 0;
    }
  }
}
