@layer reset, base, tokens, recipes, utilities;

@layer reset{
  html,:host {
    --font-fallback: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-tab-size: 4;
    tab-size: 4;
    font-family: var(--global-font-body, var(--font-fallback));
    -webkit-tap-highlight-color: transparent;
}

  *,::before,::after,::backdrop,::file-selector-button {
    margin: 0px;
    padding: 0px;
    border-width: 0px;
    border-style: solid;
    border-color: var(--global-color-border, currentcolor);
    box-sizing: border-box;
}

  hr {
    color: inherit;
    height: 0px;
    border-top-width: 1px;
}

  body {
    line-height: inherit;
    height: 100%;
}

  img {
    border-style: none;
}

  img,svg,video,canvas,audio,iframe,embed,object {
    display: block;
    vertical-align: middle;
}

  img,video {
    max-width: 100%;
    height: auto;
}

  h1,h2,h3,h4,h5,h6 {
    text-wrap: balance;
    font-size: inherit;
    font-weight: inherit;
}

  p,h1,h2,h3,h4,h5,h6 {
    overflow-wrap: break-word;
}

  ol,ul,menu {
    list-style: none;
}

  button,input:where([type='button'], [type='reset'], [type='submit']),::file-selector-button {
    appearance: button;
    -webkit-appearance: button;
}

  button,input,optgroup,select,textarea,::file-selector-button {
    font: inherit;
    background: transparent;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
}

  ::placeholder {
    --placeholder-fallback: rgba(0, 0, 0, 0.5);
    opacity: 1;
    color: var(--global-color-placeholder, var(--placeholder-fallback));
}

  @supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
    ::placeholder {
      --placeholder-fallback: color-mix(in oklab, currentcolor 50%, transparent);
}
}

  ::selection {
    background-color: var(--global-color-selection, rgba(0, 115, 255, 0.3));
}

  textarea {
    resize: vertical;
}

  table {
    border-color: inherit;
    text-indent: 0px;
    border-collapse: collapse;
}

  summary {
    display: list-item;
}

  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;
}

  dialog {
    padding: 0px;
}

  a {
    text-decoration: inherit;
    color: inherit;
}

  abbr:where([title]) {
    text-decoration: underline dotted;
}

  b,strong {
    font-weight: bolder;
}

  code,kbd,samp,pre {
    --font-mono-fallback: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New';
    font-family: var(--global-font-mono, var(--font-mono-fallback));
    font-size: 1em;
    font-feature-settings: normal;
    font-variation-settings: normal;
}

  progress {
    vertical-align: baseline;
}

  ::-webkit-search-decoration,::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

  ::-webkit-inner-spin-button,::-webkit-outer-spin-button {
    height: auto;
}

  :-moz-ui-invalid {
    box-shadow: none;
}

  :-moz-focusring {
    outline: auto;
}

  [hidden]:where(:not([hidden='until-found'])) {
    display: none !important;
}
}

@layer base{
  :root {
    --made-with-panda: '🐼';
    --radius4: 4px;
    --radius6: 6px;
    --radius8: 8px;
    --radius12: 12px;
    --radius16: 16px;
    --radius20: 20px;
    --radius24: 24px;
    --radius999: 999px;
    --blackColor: #000000;
    --grayColorBorder: #e8e8e8;
    --grayColorComponents: #f9f9fb;
    --grayColorHover: #f4f4f4;
    --grayColorDisabled: #bbbbbb;
    --grayColorCard: #f7f7f7;
    --grayColorText: #696158;
    --grayColorCardDashed: #d7d9d9;
    --grayColorLineDashed: #bababa;
    --grayColorStep: #a29d98;
    --greenColor: #00a499;
    --greenColorBalance: #00ae99;
    --greenColorHover: #059f8d;
    --greenColorSelectCard: #eefbf9;
    --orangeColorHover: #ea4800;
    --orangeColorMain: #ff4f00;
    --orangeColorMainActive: #f04c02;
    --redColorError: #ff4646;
    --tooltipColor: rgb(105, 97, 88);
    --whiteColorBase: #ffffff;
    --placeholderColor: #9d9994;
    --yellowBoldColor: #ffcd00;
    --colorGrayBorder: #e8e8e8;
    --blueColor: #002d74;
    --orangeColor200: #ff9565;
    --orangeColor300: #ffe4d9;
    --yellowColor: #ffd380;
    --redColorMain: #fff2f2;
    --beigeColorMain: #fff6eb;
    --grayColor200: #aaa9a9;
    --grayColor300: #ececec;
    --grayColorBackground: #f6f6f7;
    --Primary-P50: #ffede6;
    --Primary-P75: #ffd0ba;
    --Primary-P100: #ff996b;
    --Primary-P200: #ff6d2b;
    --Primary-P300: #ff4f00;
    --Primary-P400: #ca3f04;
    --Primary-P500: #9c3000;
    --Secondary-S50: #e6fafa;
    --Secondary-S75: #bff2f2;
    --Secondary-S100: #6be1e1;
    --Secondary-S200: #00cccc;
    --Secondary-S300: #04a6a2;
    --Secondary-S400: #008485;
    --Secondary-S500: #006464;
    --Tertiary-T50: #fffae6;
    --Tertiary-T75: #ffeda3;
    --Tertiary-T100: #ffe26b;
    --Tertiary-T200: #ffd62b;
    --Tertiary-T300: #ffcd00;
    --Tertiary-T400: #e8bb00;
    --Tertiary-T500: #8c7100;
    --Gray-G0: #ffffff;
    --Gray-G10: #fbfbfb;
    --Gray-G20: #f8f8f8;
    --Gray-G30: #f0f0f1;
    --Gray-G40: #e7e7e8;
    --Gray-G50: #d1d2d3;
    --Gray-G60: #c5c7c8;
    --Gray-G70: #bcbdc0;
    --Gray-G80: #b1b3b5;
    --Gray-G90: #a6a8ab;
    --Gray-G100: #9b9da0;
    --Gray-G200: #8f9295;
    --Gray-G300: #84878b;
    --Gray-G400: #7b7e82;
    --Gray-G500: #707377;
    --Gray-G600: #666a6f;
    --Gray-G700: #595d62;
    --Gray-G800: #4e5258;
    --Gray-G900: #292b2e;
    --Error-E50: #ffeeee;
    --Error-E75: #ffc7c7;
    --Error-E100: #ff6b6b;
    --Error-E200: #ff2b2b;
    --Error-E300: #ee0000;
    --Error-E400: #b30000;
    --Error-E500: #6b0000;
    --Azul_Supplementary-A50: #f0faff;
    --Azul_Supplementary-A75: #bae3f7;
    --Azul_Supplementary-A100: #5ebded;
    --Azul_Supplementary-A200: #1791cf;
    --Azul_Supplementary-A300: #006599;
    --Azul_Supplementary-A400: #004568;
    --Azul_Supplementary-A500: #00334d;
    --elevation-XS: 0px 1px 4px 0px rgba(69, 73, 78, 0.16);
    --elevation-S: 0px 16px 32px -4px rgba(69, 73, 78, 0.10), 0px 2px 4px 0px rgba(69, 73, 78, 0.04);
    --elevation-Focus-Primary: 0px 0px 0px 3px rgba(255, 79, 0, 0.2);
    --elevation-Focus-Secondary: 0px 0px 0px 3px rgba(0, 204, 204, 0.2);
    --elevation-Focus-Tertiary: 0px 0px 0px 3px rgba(255, 205, 0, 0.2);
    --elevation-Focus-Error: 0px 0px 0px 3px rgba(255, 0, 0, 0.2);
    --elevation-Focus-Gray: 0px 0px 0px 3px rgba(41, 43, 46, 0.2);
    --elevation-Focus-Check: 0px 0px 0px 2px rgba(0, 204, 204, 0.2);
}

  html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

  body {
    margin: 0;
}

  img {
    border-style: none;
}

  @keyframes fadeIn {
    from {
      opacity: 0;
}

    to {
      opacity: 1;
}
}

  @keyframes fadeOut {
    from {
      opacity: 1;
}

    to {
      opacity: 0;
}
}

  @keyframes shimmer {
    100% {
      transform: translateX(100%);
}
}

  @keyframes toast-in-right {
    from {
      transform: translateX(100%);
}

    to {
      transform: translateX(0);
}
}

  @keyframes collapse-in {
    0% {
      opacity: 0;
      max-height: 0;
}

    100% {
      opacity: 1;
      max-height: 1000px;
}
}

  @keyframes collapse-out {
    0% {
      opacity: 1;
      max-height: 1000px;
}

    100% {
      opacity: 0;
      max-height: 0;
}
}

  @keyframes fadeInModal {
    0% {
      opacity: 0;
      transform: translateY(12px) scale(0.94);
}

    60% {
      opacity: 1;
      transform: translateY(-2px) scale(1.02);
}

    100% {
      opacity: 1;
      transform: none;
}
}

  @keyframes fadeOutModal {
    0% {
      opacity: 1;
      transform: none;
}

    40% {
      opacity: 1;
      transform: translateY(-2px) scale(1.02);
}

    100% {
      opacity: 0;
      transform: none;
}
}

  .fade-in {
    animation: fadeIn ease 1.2s;
}

  .fade-out {
    animation: fadeOut ease 1.2s;
    display: none !important;
}

  .collapse-in {
    animation: collapse-in 0.3s ease-in-out forwards;
}

  .collapse-out {
    animation: collapse-out 0.3s ease-in-out forwards;
}

  @keyframes dropdownReveal {
    0% {
      transform: translateY(-8px);
      opacity: 0;
}

    100% {
      transform: translateY(0);
      opacity: 1;
}
}

  @keyframes mobileOverlayOpen {
    0% {
      transform: translateY(-20px);
      opacity: 0;
}

    100% {
      transform: translateY(0);
      opacity: 1;
}
}

  @keyframes mobileOverlayClose {
    0% {
      transform: translateY(0);
      opacity: 1;
}

    100% {
      transform: translateY(-20px);
      opacity: 0;
}
}

  @keyframes slideOutLeftAndIn {
    0% {
      transform: translateX(0);
      opacity: 1;
}

    49.9% {
      transform: translateX(-50px);
      opacity: 0;
}

    50% {
      transform: translateX(50px);
      opacity: 0;
}

    100% {
      transform: translateX(0);
      opacity: 1;
}
}

  @keyframes slideOutRightAndIn {
    0% {
      transform: translateX(0);
      opacity: 1;
}

    49.9% {
      transform: translateX(50px);
      opacity: 0;
}

    50% {
      transform: translateX(-50px);
      opacity: 0;
}

    100% {
      transform: translateX(0);
      opacity: 1;
}
}

  @keyframes slideInFromLeft {
    0% {
      transform: translateX(-10px);
      opacity: 0;
}

    100% {
      transform: translateX(0);
      opacity: 1;
}
}

  @keyframes slideOutToLeft {
    0% {
      transform: translateX(0);
      opacity: 1;
}

    100% {
      transform: translateX(-10px);
      opacity: 0;
}
}

  main {
    display: block;
}

  h1 {
    margin: 0.67em 0;
    font-size: 2em;
}

  hr {
    overflow: visible;
    box-sizing: content-box;
    height: 0;
}

  pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

  a {
    background-color: transparent;
}

  abbr[title] {
    border-bottom: none;
    text-decoration: underline dotted;
}

  b,strong {
    font-weight: bolder;
}

  code,kbd,samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

  small {
    font-size: 80%;
}

  sub {
    bottom: -0.25em;
}

  sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

  sup {
    top: -0.5em;
}

  button,input {
    overflow: visible;
    text-transform: none;
    -webkit-appearance: button;
    appearance: button;
}

  button,input,optgroup,select {
    margin: 0;
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
}

  select {
    text-transform: none;
}

  textarea {
    margin: 0;
    overflow: auto;
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
}

  button::-moz-focus-inner,[type='button']::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

  [type='reset']::-moz-focus-inner,[type='submit']::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

  button:-moz-focusring,[type='button']:-moz-focusring {
    outline: 1px dotted ButtonText;
}

  [type='reset']:-moz-focusring,[type='submit']:-moz-focusring {
    outline: 1px dotted ButtonText;
}

  fieldset {
    padding: 0.35em 0.75em 0.625em;
}

  legend {
    padding: 0;
    box-sizing: border-box;
    color: inherit;
    display: table;
    white-space: normal;
    max-width: 100%;
}

  progress {
    vertical-align: baseline;
}

  [type='checkbox'],[type='radio'] {
    padding: 0;
    box-sizing: border-box;
}

  [type='number']::-webkit-inner-spin-button,[type='number']::-webkit-outer-spin-button {
    height: auto;
}

  [type='search'] {
    -webkit-appearance: textfield;
    appearance: textfield;
    outline-offset: -2px;
}

  [type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
}

  ::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

  details {
    display: block;
}

  summary {
    display: list-item;
}

  template,[hidden] {
    display: none;
}

  *,::before,::after,::backdrop {
    --blur: /*-*/ /*-*/;
    --brightness: /*-*/ /*-*/;
    --contrast: /*-*/ /*-*/;
    --grayscale: /*-*/ /*-*/;
    --hue-rotate: /*-*/ /*-*/;
    --invert: /*-*/ /*-*/;
    --saturate: /*-*/ /*-*/;
    --sepia: /*-*/ /*-*/;
    --drop-shadow: /*-*/ /*-*/;
    --backdrop-blur: /*-*/ /*-*/;
    --backdrop-brightness: /*-*/ /*-*/;
    --backdrop-contrast: /*-*/ /*-*/;
    --backdrop-grayscale: /*-*/ /*-*/;
    --backdrop-hue-rotate: /*-*/ /*-*/;
    --backdrop-invert: /*-*/ /*-*/;
    --backdrop-opacity: /*-*/ /*-*/;
    --backdrop-saturate: /*-*/ /*-*/;
    --backdrop-sepia: /*-*/ /*-*/;
    --gradient-from-position: /*-*/ /*-*/;
    --gradient-to-position: /*-*/ /*-*/;
    --gradient-via-position: /*-*/ /*-*/;
    --scroll-snap-strictness: proximity;
    --border-spacing-x: 0;
    --border-spacing-y: 0;
    --translate-x: 0;
    --translate-y: 0;
    --rotate: 0;
    --rotate-x: 0;
    --rotate-y: 0;
    --skew-x: 0;
    --skew-y: 0;
    --scale-x: 1;
    --scale-y: 1;
}
}

@layer tokens{
  :where(:root, :host) {
    --colors--primary\.-p50: #ffede6;
    --colors--primary\.-p75: #ffd0ba;
    --colors--primary\.-p100: #ff996b;
    --colors--primary\.-p200: #ff6d2b;
    --colors--primary\.-p300: #ff4f00;
    --colors--primary\.-p400: #ca3f04;
    --colors--primary\.-p500: #9c3000;
    --colors--secondary\.-s50: #e6fafa;
    --colors--secondary\.-s75: #bff2f2;
    --colors--secondary\.-s100: #6be1e1;
    --colors--secondary\.-s200: #00cccc;
    --colors--secondary\.-s300: #04a6a2;
    --colors--secondary\.-s400: #008485;
    --colors--secondary\.-s500: #006464;
    --colors--tertiary\.-t50: #fffae6;
    --colors--tertiary\.-t75: #ffeda3;
    --colors--tertiary\.-t100: #ffe26b;
    --colors--tertiary\.-t200: #ffd62b;
    --colors--tertiary\.-t300: #ffcd00;
    --colors--tertiary\.-t400: #e8bb00;
    --colors--tertiary\.-t500: #8c7100;
    --colors--gray\.-g0: #ffffff;
    --colors--gray\.-g10: #fbfbfb;
    --colors--gray\.-g20: #f8f8f8;
    --colors--gray\.-g30: #f0f0f1;
    --colors--gray\.-g40: #e7e7e8;
    --colors--gray\.-g50: #d1d2d3;
    --colors--gray\.-g60: #c5c7c8;
    --colors--gray\.-g70: #bcbdc0;
    --colors--gray\.-g80: #b1b3b5;
    --colors--gray\.-g90: #a6a8ab;
    --colors--gray\.-g100: #9b9da0;
    --colors--gray\.-g200: #8f9295;
    --colors--gray\.-g300: #84878b;
    --colors--gray\.-g400: #7b7e82;
    --colors--gray\.-g500: #707377;
    --colors--gray\.-g600: #666a6f;
    --colors--gray\.-g700: #595d62;
    --colors--gray\.-g800: #4e5258;
    --colors--gray\.-g900: #292b2e;
    --colors--error\.-e50: #ffeeee;
    --colors--error\.-e75: #ffc7c7;
    --colors--error\.-e100: #ff6b6b;
    --colors--error\.-e200: #ff2b2b;
    --colors--error\.-e300: #ee0000;
    --colors--error\.-e400: #b30000;
    --colors--error\.-e500: #6b0000;
    --colors--azul_-supplementary\.-a50: #f0faff;
    --colors--azul_-supplementary\.-a75: #bae3f7;
    --colors--azul_-supplementary\.-a100: #5ebded;
    --colors--azul_-supplementary\.-a200: #1791cf;
    --colors--azul_-supplementary\.-a300: #006599;
    --colors--azul_-supplementary\.-a400: #004568;
    --colors--azul_-supplementary\.-a500: #00334d;
    --elevations--x-s: 0px 1px 4px 0px rgba(69, 73, 78, 0.16);
    --elevations--s: 0px 16px 32px -4px rgba(69, 73, 78, 0.10), 0px 2px 4px 0px rgba(69, 73, 78, 0.04);
    --elevations--focus\.-primary: 0px 0px 0px 3px rgba(255, 79, 0, 0.2);
    --elevations--focus\.-secondary: 0px 0px 0px 3px rgba(0, 204, 204, 0.2);
    --elevations--focus\.-tertiary: 0px 0px 0px 3px rgba(255, 205, 0, 0.2);
    --elevations--focus\.-error: 0px 0px 0px 3px rgba(255, 0, 0, 0.2);
    --elevations--focus\.-gray: 0px 0px 0px 3px rgba(41, 43, 46, 0.2);
    --elevations--focus\.-check: 0px 0px 0px 2px rgba(0, 204, 204, 0.2);
    --animations-fade-in: fadeIn ease 1.2s;
    --animations-fade-out: fadeOut ease 1.2s;
    --animations-collapse-in: collapse-in 0.3s ease-in-out forwards;
    --animations-collapse-out: collapse-out 0.3s ease-in-out forwards;
    --radius-radius4: 4px;
    --radius-radius6: 6px;
    --radius-radius8: 8px;
    --radius-radius12: 12px;
    --radius-radius16: 16px;
    --radius-radius20: 20px;
    --radius-radius24: 24px;
    --radius-radius999: 999px;
    --breakpoints-xs: 0rem;
    --breakpoints-xs_max: 47.938rem;
    --breakpoints-sm: 48rem;
    --breakpoints-sm_max: 63.938rem;
    --breakpoints-md: 64rem;
    --breakpoints-cm: 64rem;
    --breakpoints-cm_max: 74.938rem;
    --breakpoints-lg: 120rem;
    --breakpoints-xl: 160rem;
    --sizes-breakpoint-xs: 0rem;
    --sizes-breakpoint-xs_max: 47.938rem;
    --sizes-breakpoint-sm: 48rem;
    --sizes-breakpoint-sm_max: 63.938rem;
    --sizes-breakpoint-md: 64rem;
    --sizes-breakpoint-cm: 64rem;
    --sizes-breakpoint-cm_max: 74.938rem;
    --sizes-breakpoint-lg: 120rem;
    --sizes-breakpoint-xl: 160rem;
    --colors--shape\.-primary\.-subtle: var(--colors--primary\.-p50);
    --colors--shape\.-primary\.-lighter: var(--colors--primary\.-p100);
    --colors--shape\.-primary\.-gentle: var(--colors--primary\.-p200);
    --colors--shape\.-primary\.-default: var(--colors--primary\.-p300);
    --colors--shape\.-primary\.-darker: var(--colors--primary\.-p400);
    --colors--shape\.-primary\.-high_darker: var(--colors--primary\.-p500);
    --colors--shape\.-secondary\.-subtle: var(--colors--secondary\.-s50);
    --colors--shape\.-secondary\.-lighter: var(--colors--secondary\.-s100);
    --colors--shape\.-secondary\.-gentle: var(--colors--secondary\.-s200);
    --colors--shape\.-secondary\.-default: var(--colors--secondary\.-s300);
    --colors--shape\.-secondary\.-darker: var(--colors--secondary\.-s400);
    --colors--shape\.-secondary\.-high_darker: var(--colors--secondary\.-s500);
    --colors--shape\.-tertiary\.-subtle: var(--colors--tertiary\.-t50);
    --colors--shape\.-tertiary\.-lighter: var(--colors--tertiary\.-t100);
    --colors--shape\.-tertiary\.-gentle: var(--colors--tertiary\.-t200);
    --colors--shape\.-tertiary\.-default: var(--colors--tertiary\.-t300);
    --colors--shape\.-tertiary\.-darker: var(--colors--tertiary\.-t400);
    --colors--shape\.-tertiary\.-high_darker: var(--colors--tertiary\.-t500);
    --colors--shape\.-error\.-subtle: var(--colors--error\.-e50);
    --colors--shape\.-error\.-lighter: var(--colors--error\.-e100);
    --colors--shape\.-error\.-gentle: var(--colors--error\.-e200);
    --colors--shape\.-error\.-default: var(--colors--error\.-e300);
    --colors--shape\.-error\.-darker: var(--colors--error\.-e400);
    --colors--shape\.-error\.-high_darker: var(--colors--error\.-e500);
    --colors--shape\.-supplementary\.-subtle: var(--colors--azul_-supplementary\.-a50);
    --colors--shape\.-supplementary\.-lighter: var(--colors--azul_-supplementary\.-a100);
    --colors--shape\.-supplementary\.-gentle: var(--colors--azul_-supplementary\.-a200);
    --colors--shape\.-supplementary\.-default: var(--colors--azul_-supplementary\.-a300);
    --colors--shape\.-supplementary\.-darker: var(--colors--azul_-supplementary\.-a400);
    --colors--shape\.-supplementary\.-high_darker: var(--colors--azul_-supplementary\.-a500);
    --colors--shape\.-white\.-subtle: var(--colors--gray\.-g10);
    --colors--shape\.-white\.-lighter: var(--colors--gray\.-g20);
    --colors--shape\.-white\.-gentle: var(--colors--gray\.-g30);
    --colors--shape\.-white\.-default: var(--colors--gray\.-g0);
    --colors--shape\.-white\.-darker: var(--colors--gray\.-g50);
    --colors--shape\.-white\.-high_darker: var(--colors--gray\.-g60);
    --colors--shape\.-gray\.-subtle: var(--colors--gray\.-g100);
    --colors--shape\.-gray\.-lighter: var(--colors--gray\.-g400);
    --colors--shape\.-gray\.-gentle: var(--colors--gray\.-g600);
    --colors--shape\.-gray\.-default: var(--colors--gray\.-g800);
    --colors--shape\.-gray\.-darker: var(--colors--gray\.-g900);
    --colors--shape\.-disable\.-subtle: var(--colors--gray\.-g40);
    --colors--shape\.-disable\.-default: var(--colors--gray\.-g300);
    --colors--background\.-primary\.-subtle: var(--colors--primary\.-p50);
    --colors--background\.-primary\.-lighter: var(--colors--primary\.-p75);
    --colors--background\.-primary\.-default: var(--colors--primary\.-p300);
    --colors--background\.-primary\.-darker: var(--colors--primary\.-p400);
    --colors--background\.-primary\.-high_darker: var(--colors--primary\.-p500);
    --colors--background\.-secondary\.-subtle: var(--colors--secondary\.-s50);
    --colors--background\.-secondary\.-lighter: var(--colors--secondary\.-s75);
    --colors--background\.-secondary\.-default: var(--colors--secondary\.-s300);
    --colors--background\.-secondary\.-darker: var(--colors--secondary\.-s400);
    --colors--background\.-secondary\.-high_darker: var(--colors--secondary\.-s500);
    --colors--background\.-tertiary\.-subtle: var(--colors--tertiary\.-t50);
    --colors--background\.-tertiary\.-lighter: var(--colors--tertiary\.-t75);
    --colors--background\.-tertiary\.-default: var(--colors--tertiary\.-t300);
    --colors--background\.-tertiary\.-darker: var(--colors--tertiary\.-t400);
    --colors--background\.-tertiary\.-high_darker: var(--colors--tertiary\.-t500);
    --colors--background\.-error\.-subtle: var(--colors--error\.-e50);
    --colors--background\.-error\.-lighter: var(--colors--error\.-e75);
    --colors--background\.-error\.-default: var(--colors--error\.-e300);
    --colors--background\.-error\.-darker: var(--colors--error\.-e400);
    --colors--background\.-error\.-high_darker: var(--colors--error\.-e500);
    --colors--background\.-supplementary\.-subtle: var(--colors--azul_-supplementary\.-a50);
    --colors--background\.-supplementary\.-lighter: var(--colors--azul_-supplementary\.-a75);
    --colors--background\.-supplementary\.-default: var(--colors--azul_-supplementary\.-a300);
    --colors--background\.-supplementary\.-darker: var(--colors--azul_-supplementary\.-a400);
    --colors--background\.-supplementary\.-high_darker: var(--colors--azul_-supplementary\.-a500);
    --colors--background\.-white\.-subtle: var(--colors--gray\.-g20);
    --colors--background\.-white\.-lighter: var(--colors--gray\.-g30);
    --colors--background\.-white\.-default: var(--colors--gray\.-g0);
    --colors--background\.-white\.-darker: var(--colors--gray\.-g50);
    --colors--background\.-white\.-high_darker: var(--colors--gray\.-g60);
    --colors--background\.-gray\.-subtle: var(--colors--gray\.-g200);
    --colors--background\.-gray\.-lighter: var(--colors--gray\.-g500);
    --colors--background\.-gray\.-default: var(--colors--gray\.-g800);
    --colors--background\.-gray\.-darker: var(--colors--gray\.-g900);
    --colors--background\.-disabled\.-subtle: var(--colors--gray\.-g40);
    --colors--background\.-disabled\.-default: var(--colors--gray\.-g300);
    --colors--border\.-primary\.-subtle: var(--colors--primary\.-p100);
    --colors--border\.-primary\.-lighter: var(--colors--primary\.-p200);
    --colors--border\.-primary\.-default: var(--colors--primary\.-p300);
    --colors--border\.-primary\.-darker: var(--colors--primary\.-p400);
    --colors--border\.-secondary\.-subtle: var(--colors--secondary\.-s100);
    --colors--border\.-secondary\.-lighter: var(--colors--secondary\.-s200);
    --colors--border\.-secondary\.-default: var(--colors--secondary\.-s300);
    --colors--border\.-secondary\.-darker: var(--colors--secondary\.-s400);
    --colors--border\.-tertiary\.-subtle: var(--colors--tertiary\.-t100);
    --colors--border\.-tertiary\.-lighter: var(--colors--tertiary\.-t200);
    --colors--border\.-tertiary\.-default: var(--colors--tertiary\.-t300);
    --colors--border\.-tertiary\.-darker: var(--colors--tertiary\.-t400);
    --colors--border\.-error\.-subtle: var(--colors--error\.-e100);
    --colors--border\.-error\.-lighter: var(--colors--error\.-e200);
    --colors--border\.-error\.-default: var(--colors--error\.-e300);
    --colors--border\.-error\.-darker: var(--colors--error\.-e400);
    --colors--border\.-supplementary\.-subtle: var(--colors--azul_-supplementary\.-a100);
    --colors--border\.-supplementary\.-lighter: var(--colors--azul_-supplementary\.-a200);
    --colors--border\.-supplementary\.-default: var(--colors--azul_-supplementary\.-a300);
    --colors--border\.-supplementary\.-darker: var(--colors--azul_-supplementary\.-a400);
    --colors--border\.-white\.-subtle: var(--colors--gray\.-g30);
    --colors--border\.-white\.-lighter: var(--colors--gray\.-g40);
    --colors--border\.-white\.-default: var(--colors--gray\.-g0);
    --colors--border\.-white\.-darker: var(--colors--gray\.-g50);
    --colors--border\.-gray\.-subtle: var(--colors--gray\.-g300);
    --colors--border\.-gray\.-lighter: var(--colors--gray\.-g600);
    --colors--border\.-gray\.-default: var(--colors--gray\.-g800);
    --colors--border\.-gray\.-darker: var(--colors--gray\.-g900);
    --colors--border\.-disabled\.-disable: var(--colors--gray\.-g60);
    --colors--text\.-primary\.-subtle: var(--colors--primary\.-p50);
    --colors--text\.-primary\.-lighter: var(--colors--primary\.-p75);
    --colors--text\.-primary\.-default: var(--colors--primary\.-p300);
    --colors--text\.-primary\.-darker: var(--colors--primary\.-p400);
    --colors--text\.-primary\.-high_darker: var(--colors--primary\.-p500);
    --colors--text\.-secondary\.-subtle: var(--colors--secondary\.-s50);
    --colors--text\.-secondary\.-lighter: var(--colors--secondary\.-s75);
    --colors--text\.-secondary\.-default: var(--colors--secondary\.-s300);
    --colors--text\.-secondary\.-darker: var(--colors--secondary\.-s400);
    --colors--text\.-secondary\.-high_darker: var(--colors--secondary\.-s500);
    --colors--text\.-tertiary\.-subtle: var(--colors--tertiary\.-t50);
    --colors--text\.-tertiary\.-lighter: var(--colors--tertiary\.-t75);
    --colors--text\.-tertiary\.-default: var(--colors--tertiary\.-t300);
    --colors--text\.-tertiary\.-darker: var(--colors--tertiary\.-t400);
    --colors--text\.-tertiary\.-high_darker: var(--colors--tertiary\.-t500);
    --colors--text\.-white\.-subtle: var(--colors--gray\.-g20);
    --colors--text\.-white\.-lighter: var(--colors--gray\.-g30);
    --colors--text\.-white\.-default: var(--colors--gray\.-g0);
    --colors--text\.-white\.-darker: var(--colors--gray\.-g60);
    --colors--text\.-error\.-subtle: var(--colors--error\.-e50);
    --colors--text\.-error\.-lighter: var(--colors--error\.-e75);
    --colors--text\.-error\.-default: var(--colors--error\.-e300);
    --colors--text\.-error\.-darker: var(--colors--error\.-e400);
    --colors--text\.-gray\.-subtle: var(--colors--gray\.-g200);
    --colors--text\.-gray\.-lighter: var(--colors--gray\.-g500);
    --colors--text\.-gray\.-default: var(--colors--gray\.-g800);
    --colors--text\.-gray\.-darker: var(--colors--gray\.-g900);
    --colors--text\.-disable\.-subtle: var(--colors--gray\.-g40);
    --colors--text\.-disable\.-default: var(--colors--gray\.-g300);
    --colors--text\.-supplementary\.-subtle: var(--colors--azul_-supplementary\.-a50);
    --colors--text\.-supplementary\.-lighter: var(--colors--azul_-supplementary\.-a75);
    --colors--text\.-supplementary\.-default: var(--colors--azul_-supplementary\.-a300);
    --colors--text\.-supplementary\.-darker: var(--colors--azul_-supplementary\.-a400);
}
}

@layer utilities{
  @layer compositions{

    .textStyle_textComponentS {
      font-size: 14px;
      line-height: 20px;
}

    .textStyle_textComponentS,.textStyle_textComponentXL {
      font-family: Lexend;
      font-weight: 400;
      letter-spacing: 0.12%;
      color: colors.Text.Gray.Default;
}

    .textStyle_textComponentXL {
      font-size: 18px;
      line-height: 24px;
}

    .textStyle_textComponentM {
      font-family: Lexend;
      font-size: 15px;
      line-height: 22px;
}

    .textStyle_textComponentM,.textStyle_bodyTextM {
      font-weight: 400;
      letter-spacing: 0.12%;
      color: colors.Text.Gray.Default;
}

    .textStyle_bodyTextM {
      font-family: Calibri;
      font-size: 16px;
      line-height: 24px;
}

    @media screen and (min-width: 0rem) {
      .xs\:textStyle_textComponentL {
        font-family: Lexend;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 0.12%;
        color: colors.Text.Gray.Default;
}
}

    @media screen and (min-width: 64rem) {
      .md\:textStyle_h4 {
        font-family: Lexend;
        font-size: 24px;
        font-weight: 400;
        line-height: 32px;
        letter-spacing: 0.12%;
        color: colors.Text.Gray.Default;
}
}
}

  .\--popover-arrow-width_20px {
    --popover-arrow-width: 20px;
}

  .\--popover-arrow-height_12px {
    --popover-arrow-height: 12px;
}

  .\--popover-arrow-half-width_calc\(var\(--popover-arrow-width\)_\/_2\) {
    --popover-arrow-half-width: calc(var(--popover-arrow-width) / 2);
}

  .\--popover-arrow-half-height_calc\(var\(--popover-arrow-height\)_\/_2\) {
    --popover-arrow-half-height: calc(var(--popover-arrow-height) / 2);
}

  .\--slide-spacing_1rem {
    --slide-spacing: 1rem;
}

  .\--slide-size_100\% {
    --slide-size: 100%;
}

  .\--slide-height_340px {
    --slide-height: 340px;
}

  .\--slide-height_184px {
    --slide-height: 184px;
}

  .\--slide-height_100\% {
    --slide-height: 100%;
}

  .\--thickness_1px {
    --thickness: 1px;
}

  .p_16px {
    padding: 16px;
}

  .bg_rgba\(0\,_0\,_0\,_0\.36\) {
    background: rgba(0, 0, 0, 0.36);
}

  .p_1rem {
    padding: 1rem;
}

  .bd_none {
    border: none;
}

  .p_8px {
    padding: 8px;
}

  .p_1px_0 {
    padding: 1px 0;
}

  .p_8px_16px {
    padding: 8px 16px;
}

  .p_12px_16px {
    padding: 12px 16px;
}

  .p_16px_20px {
    padding: 16px 20px;
}

  .p_0px {
    padding: 0px;
}

  .p_2px {
    padding: 2px;
}

  .p_6px {
    padding: 6px;
}

  .p_12px {
    padding: 12px;
}

  .bg_radial-gradient\(circle\,__0\%\,__70\%\,_rgba\(255\,255\,255\,1\)_70\%\) {
    background: radial-gradient(circle,  0%,  70%, rgba(255,255,255,1) 70%);
}

  .bg_radial-gradient\(circle\,_\{colors\.Background\.Primary\.Darker\}_0\%\,_\{colors\.Background\.Primary\.Darker\}_70\%\,_rgba\(255\,255\,255\,1\)_70\%\) {
    background: radial-gradient(circle, var(--colors--background\.-primary\.-darker) 0%, var(--colors--background\.-primary\.-darker) 70%, rgba(255,255,255,1) 70%);
}

  .bg_radial-gradient\(circle\,_\{colors\.Background\.Secondary\.Darker\}_0\%\,_\{colors\.Background\.Secondary\.Darker\}_70\%\,_rgba\(255\,255\,255\,1\)_70\%\) {
    background: radial-gradient(circle, var(--colors--background\.-secondary\.-darker) 0%, var(--colors--background\.-secondary\.-darker) 70%, rgba(255,255,255,1) 70%);
}

  .bg_radial-gradient\(circle\,_\{colors\.Background\.Tertiary\.Default\}_0\%\,_\{colors\.Background\.Tertiary\.Default\}_70\%\,_rgba\(255\,255\,255\,1\)_70\%\) {
    background: radial-gradient(circle, var(--colors--background\.-tertiary\.-default) 0%, var(--colors--background\.-tertiary\.-default) 70%, rgba(255,255,255,1) 70%);
}

  .bg_radial-gradient\(circle\,_\{colors\.Background\.Supplementary\.Default\}_0\%\,_\{colors\.Background\.Supplementary\.Default\}_70\%\,_rgba\(255\,255\,255\,1\)_70\%\) {
    background: radial-gradient(circle, var(--colors--background\.-supplementary\.-default) 0%, var(--colors--background\.-supplementary\.-default) 70%, rgba(255,255,255,1) 70%);
}

  .bg_radial-gradient\(circle\,_\{colors\.Background\.Disabled\.Subtle\}_0\%\,_\{colors\.Background\.Disabled\.Subtle\}_70\%\,_rgba\(255\,255\,255\,1\)_70\%\) {
    background: radial-gradient(circle, var(--colors--background\.-disabled\.-subtle) 0%, var(--colors--background\.-disabled\.-subtle) 70%, rgba(255,255,255,1) 70%);
}

  .bg_radial-gradient\(circle\,_\{colors\.Background\.Gray\.Darker\}_0\%\,_\{colors\.Background\.Gray\.Darker\}_70\%\,_rgba\(255\,255\,255\,1\)_70\%\) {
    background: radial-gradient(circle, var(--colors--background\.-gray\.-darker) 0%, var(--colors--background\.-gray\.-darker) 70%, rgba(255,255,255,1) 70%);
}

  .p_5px_6px {
    padding: 5px 6px;
}

  .p_5px_8px {
    padding: 5px 8px;
}

  .bg_Background\.Primary\.Default {
    background: var(--colors--background\.-primary\.-default);
}

  .bg_Background\.Secondary\.Default {
    background: var(--colors--background\.-secondary\.-default);
}

  .bg_Background\.Tertiary\.Default {
    background: var(--colors--background\.-tertiary\.-default);
}

  .bg_Background\.Error\.Default {
    background: var(--colors--background\.-error\.-default);
}

  .bg_Background\.Supplementary\.Default {
    background: var(--colors--background\.-supplementary\.-default);
}

  .bg_Background\.Gray\.Default {
    background: var(--colors--background\.-gray\.-default);
}

  .bg_Background\.Primary\.Subtle {
    background: var(--colors--background\.-primary\.-subtle);
}

  .bg_Background\.Secondary\.Subtle {
    background: var(--colors--background\.-secondary\.-subtle);
}

  .bg_Background\.Disabled\.Subtle {
    background: var(--colors--background\.-disabled\.-subtle);
}

  .p_12px_20px {
    padding: 12px 20px;
}

  .bg_\#827533 {
    background: #827533;
}

  .bg_Background\.White\.Default {
    background: var(--colors--background\.-white\.-default);
}

  .bg_transparent {
    background: transparent;
}

  .bg_Background\.Error\.Subtle {
    background: var(--colors--background\.-error\.-subtle);
}

  .bg_\{colors\.Background\.Disabled\.Subtle\} {
    background: var(--colors--background\.-disabled\.-subtle);
}

  .p_0px_6px {
    padding: 0px 6px;
}

  .p_2px_8px {
    padding: 2px 8px;
}

  .p_4px_12px {
    padding: 4px 12px;
}

  .p_6px_16px {
    padding: 6px 16px;
}

  .bd_4px_solid_rgba\(0\,_0\,_0\,_0\.05\) {
    border: 4px solid rgba(0, 0, 0, 0.05);
}

  .m_auto {
    margin: auto;
}

  .p_12px_20px_12px_16px {
    padding: 12px 20px 12px 16px;
}

  .p_8px_12px {
    padding: 8px 12px;
}

  .bg_\{colors\.Background\.Primary\.Default\} {
    background: var(--colors--background\.-primary\.-default);
}

  .bg_\{colors\.Background\.Primary\.Subtle\} {
    background: var(--colors--background\.-primary\.-subtle);
}

  .bg_\{colors\.Background\.Secondary\.Darker\} {
    background: var(--colors--background\.-secondary\.-darker);
}

  .bg_\{colors\.Background\.Secondary\.Subtle\} {
    background: var(--colors--background\.-secondary\.-subtle);
}

  .bg_\{colors\.Background\.Tertiary\.Default\} {
    background: var(--colors--background\.-tertiary\.-default);
}

  .bg_\{colors\.Background\.Tertiary\.Subtle\} {
    background: var(--colors--background\.-tertiary\.-subtle);
}

  .bg_\{colors\.Background\.Supplementary\.Default\} {
    background: var(--colors--background\.-supplementary\.-default);
}

  .bg_\{colors\.Background\.Supplementary\.Subtle\} {
    background: var(--colors--background\.-supplementary\.-subtle);
}

  .bg_\{colors\.Background\.Error\.Default\} {
    background: var(--colors--background\.-error\.-default);
}

  .bg_\{colors\.Background\.Error\.Subtle\} {
    background: var(--colors--background\.-error\.-subtle);
}

  .bg_\{colors\.Background\.Gray\.Default\} {
    background: var(--colors--background\.-gray\.-default);
}

  .bg_\{colors\.Background\.White\.Subtle\} {
    background: var(--colors--background\.-white\.-subtle);
}

  .bg_\{colors\.Background\.Disabled\.Default\} {
    background: var(--colors--background\.-disabled\.-default);
}

  .bg_\{colors\.Background\.White\.Default\} {
    background: var(--colors--background\.-white\.-default);
}

  .p_4px_12px_4px_8px {
    padding: 4px 12px 4px 8px;
}

  .p_2px_8px_2px_6px {
    padding: 2px 8px 2px 6px;
}

  .anim_toast-in-right_0\.3s {
    animation: toast-in-right 0.3s;
}

  .m_auto_0 {
    margin: auto 0;
}

  .p_6px_12px_8px {
    padding: 6px 12px 8px;
}

  .bg_Background\.Gray\.Darker {
    background: var(--colors--background\.-gray\.-darker);
}

  .m_0px {
    margin: 0px;
}

  .bg_rgba\(41\,_43\,_46\,_0\.2\) {
    background: rgba(41, 43, 46, 0.2);
}

  .p_6px_12px {
    padding: 6px 12px;
}

  .p_20px_16px_0px {
    padding: 20px 16px 0px;
}

  .p_20px_24px_0px {
    padding: 20px 24px 0px;
}

  .p_8px_24px {
    padding: 8px 24px;
}

  .p_24px {
    padding: 24px;
}

  .bd_1\.5px_solid_\#E7E7E8 {
    border: 1.5px solid #E7E7E8;
}

  .p_4px_16px {
    padding: 4px 16px;
}

  .m_2px_2px_2px_0 {
    margin: 2px 2px 2px 0;
}

  .p_20px {
    padding: 20px;
}

  .bg_linear-gradient\(160deg\,_\{colors\.Background\.White\.Default\}_70\%\,_\{colors\.Background\.Primary\.Subtle\}_100\%\) {
    background: linear-gradient(160deg, var(--colors--background\.-white\.-default) 70%, var(--colors--background\.-primary\.-subtle) 100%);
}

  .m_0_auto {
    margin: 0 auto;
}

  .p_8px_0 {
    padding: 8px 0;
}

  .p_12px_0 {
    padding: 12px 0;
}

  .p_16px_0 {
    padding: 16px 0;
}

  .p_16px_8px_8px_12px {
    padding: 16px 8px 8px 12px;
}

  .p_16px_8px_8px_20px {
    padding: 16px 8px 8px 20px;
}

  .p_13px_12px_13px_12px {
    padding: 13px 12px 13px 12px;
}

  .p_0_4px_8px_0 {
    padding: 0 4px 8px 0;
}

  .p_0_8px_12px_0 {
    padding: 0 8px 12px 0;
}

  .bg_linear-gradient\(168deg\,_rgb\(255\,_255\,_255\)_57\%\,_rgb\(255\,_237\,_230\)_84\%\) {
    background: linear-gradient(168deg, rgb(255, 255, 255) 57%, rgb(255, 237, 230) 84%);
}

  .p_5px {
    padding: 5px;
}

  .bg_Background\.White\.Subtle {
    background: var(--colors--background\.-white\.-subtle);
}

  .p_1\.5px {
    padding: 1.5px;
}

  .bg_white {
    background: white;
}

  .p_0_12px_0_100px {
    padding: 0 12px 0 100px;
}

  .bg_linear-gradient\(168deg\,_\{colors\.Background\.White\.Default\}_57\%\,_\{colors\.Background\.Primary\.Subtle\}_84\%\) {
    background: linear-gradient(168deg, var(--colors--background\.-white\.-default) 57%, var(--colors--background\.-primary\.-subtle) 84%);
}

  .p_20px_0_12px {
    padding: 20px 0 12px;
}

  .p_64px_0 {
    padding: 64px 0;
}

  .bg_\#F0F0F1 {
    background: #F0F0F1;
}

  .bd_1px_solid_Border\.White\.Lighter {
    border: 1px solid Border.White.Lighter;
}

  .bg_\#FFFFFF {
    background: #FFFFFF;
}

  .inset_0 {
    inset: 0;
}

  .p_16px_24px_16px_24px {
    padding: 16px 24px 16px 24px;
}

  .p_12px_24px_12px_24px {
    padding: 12px 24px 12px 24px;
}

  .inset_0px {
    inset: 0px;
}

  .bg_\#292b2ebf {
    background: #292b2ebf;
}

  .bg_none {
    background: none;
}

  .p_24px_24px_0px_24px {
    padding: 24px 24px 0px 24px;
}

  .p_0 {
    padding: 0;
}

  .p_0_24px_0_12px\! {
    padding: 0 24px 0 12px !important;
}

  .m_0_auto\! {
    margin: 0 auto !important;
}

  .p_0\! {
    padding: 0 !important;
}

  .anim_dropdownReveal_200ms_ease_forwards {
    animation: dropdownReveal 200ms ease forwards;
}

  .p_24px\! {
    padding: 24px !important;
}

  .anim_slideInFromLeft_250ms_ease-out_forwards {
    animation: slideInFromLeft 250ms ease-out forwards;
}

  .anim_slideOutToLeft_250ms_ease-out_forwards {
    animation: slideOutToLeft 250ms ease-out forwards;
}

  .p_8px\! {
    padding: 8px !important;
}

  .p_20px_24px\! {
    padding: 20px 24px !important;
}

  .anim_mobileOverlayOpen_250ms_ease-in-out_forwards {
    animation: mobileOverlayOpen 250ms ease-in-out forwards;
}

  .bg_var\(--hero-bg\,_transparent\) {
    background: var(--hero-bg, transparent);
}

  .grid-area_image {
    grid-area: image;
}

  .grid-area_body {
    grid-area: body;
}

  .p_32px_24px {
    padding: 32px 24px;
}

  .p_24px_24px_24px_0 {
    padding: 24px 24px 24px 0;
}

  .p_4px_20px {
    padding: 4px 20px;
}

  .p_12px_4px_8px_4px {
    padding: 12px 4px 8px 4px;
}

  .p_12px_4px {
    padding: 12px 4px;
}

  .p_8\.75px {
    padding: 8.75px;
}

  .m_0_10px_0_0 {
    margin: 0 10px 0 0;
}

  .p_0_10px {
    padding: 0 10px;
}

  .m_0_10px {
    margin: 0 10px;
}

  .p_1em {
    padding: 1em;
}

  .p_2px_4px {
    padding: 2px 4px;
}

  .m_8px_0 {
    margin: 8px 0;
}

  .bg_linear-gradient\(147deg\,_\{colors\.Background\.White\.Default\}_50\%\,_\{colors\.Background\.Primary\.Subtle\}_80\%\) {
    background: linear-gradient(147deg, var(--colors--background\.-white\.-default) 50%, var(--colors--background\.-primary\.-subtle) 80%);
}

  .bg_linear-gradient\(147deg\,_\{colors\.Background\.White\.Default\}_50\%\,_\{colors\.Background\.Secondary\.Subtle\}_80\%\) {
    background: linear-gradient(147deg, var(--colors--background\.-white\.-default) 50%, var(--colors--background\.-secondary\.-subtle) 80%);
}

  .bd_1px_solid_\{Border\.White\.Lighter\} {
    border: 1px solid Border\.White\.Lighter;
}

  .bg_linear-gradient\(147deg\,_rgb\(255\,_255\,_255\)_50\%\,_rgb\(255\,_237\,_230\)_80\%\) {
    background: linear-gradient(147deg, rgb(255, 255, 255) 50%, rgb(255, 237, 230) 80%);
}

  .bg_Background\.White\.Darker {
    background: var(--colors--background\.-white\.-darker);
}

  .p_24px_24px_24px_0\! {
    padding: 24px 24px 24px 0 !important;
}

  .p_12px\! {
    padding: 12px !important;
}

  .p_8px_32px\! {
    padding: 8px 32px !important;
}

  .p_0_20px {
    padding: 0 20px;
}

  .bg_var\(--Gray-G40\) {
    background: var(--Gray-G40);
}

  .bg_Shape\.Tertiary\.Lighter {
    background: var(--colors--shape\.-tertiary\.-lighter);
}

  .bg_Shape\.Disable\.Subtle {
    background: var(--colors--shape\.-disable\.-subtle);
}

  .p_0_15px {
    padding: 0 15px;
}

  .bd_1px_solid {
    border: 1px solid;
}

  .p_16px_24px {
    padding: 16px 24px;
}

  .bg_linear-gradient\(4\.29deg\,_\#ffffff_26\.49\%\,_\#ffede6_105\.3\%\) {
    background: linear-gradient(4.29deg, #ffffff 26.49%, #ffede6 105.3%);
}

  .p_20px_24px {
    padding: 20px 24px;
}

  .p_4px {
    padding: 4px;
}

  .p_16px_16px_8px {
    padding: 16px 16px 8px;
}

  .anim_collapse-in_0\.6s_ease {
    animation: collapse-in 0.6s ease;
}

  .anim_collapse-out_0\.6s_ease {
    animation: collapse-out 0.6s ease;
}

  .bg_repeating-linear-gradient\(to_bottom\,_\{colors\.Border\.White\.Lighter\}_0\,_\{colors\.Border\.White\.Lighter\}_4px\,_transparent_4px\,_transparent_8px\)\; {
    background: repeating-linear-gradient(to bottom, var(--colors--border\.-white\.-lighter) 0, var(--colors--border\.-white\.-lighter) 4px, transparent 4px, transparent 8px);;
}

  .bg_Background\.Secondary\.Lighter {
    background: var(--colors--background\.-secondary\.-lighter);
}

  .bg_linear-gradient\(180deg\,_rgba\(186\,227\,247\,1\)_0\%\,_rgba\(240\,250\,255\,1\)_100\%\) {
    background: linear-gradient(180deg, rgba(186,227,247,1) 0%, rgba(240,250,255,1) 100%);
}

  .p_0_24px_24px {
    padding: 0 24px 24px;
}

  .p_0_24px {
    padding: 0 24px;
}

  .m_1\.5px_1\.5px_0 {
    margin: 1.5px 1.5px 0;
}

  .m_1\.5px {
    margin: 1.5px;
}

  .anim_collapse-in_0\.35s_cubic-bezier\(0\.4\,_0\,_0\.2\,_1\)_forwards {
    animation: collapse-in 0.35s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

  .anim_collapse-out_0\.35s_cubic-bezier\(0\.4\,_0\,_0\.2\,_1\)_forwards {
    animation: collapse-out 0.35s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

  .p_20px_20px_16px {
    padding: 20px 20px 16px;
}

  .bg_var\(--Secondary-S75\) {
    background: var(--Secondary-S75);
}

  .bd_1px_solid_var\(--Secondary-S100\) {
    border: 1px solid var(--Secondary-S100);
}

  .p_0px_36px {
    padding: 0px 36px;
}

  .p_20px_20px_16px_20px {
    padding: 20px 20px 16px 20px;
}

  .bg_linear-gradient\(4\.29deg\,_\#FFFFFF_26\.49\%\,_\#FFEDE6_105\.3\%\) {
    background: linear-gradient(4.29deg, #FFFFFF 26.49%, #FFEDE6 105.3%);
}

  .p_16px_24px_16px_0px {
    padding: 16px 24px 16px 0px;
}

  .bg_\#fff {
    background: #fff;
}

  .m_8px_0px_24px_0px {
    margin: 8px 0px 24px 0px;
}

  .m_0_0_7px_0 {
    margin: 0 0 7px 0;
}

  .m_16px_0px_16px_0px {
    margin: 16px 0px 16px 0px;
}

  .p_8px_0px_0px_0px {
    padding: 8px 0px 0px 0px;
}

  .m_0 {
    margin: 0;
}

  .m_16px_0px_8px_0px {
    margin: 16px 0px 8px 0px;
}

  .p_0px_0px_4px_0px {
    padding: 0px 0px 4px 0px;
}

  .m_12px_0px_16px_0px {
    margin: 12px 0px 16px 0px;
}

  .m_16px_0px_0px_0px {
    margin: 16px 0px 0px 0px;
}

  .m_15px_0px_0px_0px {
    margin: 15px 0px 0px 0px;
}

  .m_24px_0px_0px_0px {
    margin: 24px 0px 0px 0px;
}

  .p_0px_0_0px_0 {
    padding: 0px 0 0px 0;
}

  .p_12px_0px_8px_0px {
    padding: 12px 0px 8px 0px;
}

  .p_0px_0px_8px_0px {
    padding: 0px 0px 8px 0px;
}

  .m_0_0_0_0 {
    margin: 0 0 0 0;
}

  .m_0px_0px_20px_0px {
    margin: 0px 0px 20px 0px;
}

  .p_20px_0 {
    padding: 20px 0;
}

  .p_0_32px {
    padding: 0 32px;
}

  .p_0_16px {
    padding: 0 16px;
}

  .p_24px_0px_0px_0px {
    padding: 24px 0px 0px 0px;
}

  .p_10\.5px_20px {
    padding: 10.5px 20px;
}

  .m_0px_0px_24px_0px {
    margin: 0px 0px 24px 0px;
}

  .p_2rem_0_1rem\! {
    padding: 2rem 0 1rem !important;
}

  .p_24px_32px_160px_24px {
    padding: 24px 32px 160px 24px;
}

  .p_24px_32px_90px_24px {
    padding: 24px 32px 90px 24px;
}

  .p_16px_0px_0px_0px {
    padding: 16px 0px 0px 0px;
}

  .m_0px_0px_48px_0px {
    margin: 0px 0px 48px 0px;
}

  .m_20px_0px_8px_0px {
    margin: 20px 0px 8px 0px;
}

  .m_32px_0px_24px_0px {
    margin: 32px 0px 24px 0px;
}

  .m_0px_0px_16px_0px {
    margin: 0px 0px 16px 0px;
}

  .p_0px_0px_0px_16px {
    padding: 0px 0px 0px 16px;
}

  .p_24px_16px {
    padding: 24px 16px;
}

  .p_0px_0px_20px_0px {
    padding: 0px 0px 20px 0px;
}

  .p_0px_16px_0px_0px {
    padding: 0px 16px 0px 0px;
}

  .m_24px_0px_12px_0px {
    margin: 24px 0px 12px 0px;
}

  .m_12px_0px_12px_0px {
    margin: 12px 0px 12px 0px;
}

  .p_0px_0px_12px_0px {
    padding: 0px 0px 12px 0px;
}

  .p_0px_0px_24px_0px {
    padding: 0px 0px 24px 0px;
}

  .p_24px_0px_8px_0px {
    padding: 24px 0px 8px 0px;
}

  .m_24px_0px_8px_0px {
    margin: 24px 0px 8px 0px;
}

  .m_8px_0px_12px_0px {
    margin: 8px 0px 12px 0px;
}

  .p_24px_0px {
    padding: 24px 0px;
}

  .p_16px_0px {
    padding: 16px 0px;
}

  .m_24px_0px_24px_0px {
    margin: 24px 0px 24px 0px;
}

  .m_0px_0px_12px_0px {
    margin: 0px 0px 12px 0px;
}

  .m_0px_0px_8px_0px {
    margin: 0px 0px 8px 0px;
}

  .gap_16px {
    gap: 16px;
}

  .bdr_var\(--radius24\) {
    border-radius: var(--radius24);
}

  .gap_8px {
    gap: 8px;
}

  .trs_0\.1s {
    transition: 0.1s;
}

  .gap_0\.75rem {
    gap: 0.75rem;
}

  .bdr_0 {
    border-radius: 0;
}

  .ov_visible {
    overflow: visible;
}

  .gap_0 {
    gap: 0;
}

  .td_none {
    text-decoration: none;
}

  .bdr_50\% {
    border-radius: 50%;
}

  .bdr_100\% {
    border-radius: 100%;
}

  .bdr_12px {
    border-radius: 12px;
}

  .gap_5px {
    gap: 5px;
}

  .bdr_20px {
    border-radius: 20px;
}

  .trs_all_0\.3s_ease-in-out {
    transition: all 0.3s ease-in-out;
}

  .trs_0\.3s {
    transition: 0.3s;
}

  .bdr_var\(--radius12\) {
    border-radius: var(--radius12);
}

  .bdr_var\(--radius16\) {
    border-radius: var(--radius16);
}

  .ov_hidden {
    overflow: hidden;
}

  .bdr_var\(--radius999\) {
    border-radius: var(--radius999);
}

  .bg-p_center {
    background-position: center;
}

  .bdr_8px {
    border-radius: 8px;
}

  .gap_4px {
    gap: 4px;
}

  .trs_0\.3s_all_ease-in-out {
    transition: 0.3s all ease-in-out;
}

  .gap_6px {
    gap: 6px;
}

  .bdr_var\(--radius6\) {
    border-radius: var(--radius6);
}

  .trs_all_0\.3s {
    transition: all 0.3s;
}

  .bdr_0px_0px_6px_6px\;_border-top\:_0px {
    border-radius: 0px 0px 6px 6px;
    border-top: 0px;
}

  .bdr_0px_0px_8px_8px\;_border-top\:_0px {
    border-radius: 0px 0px 8px 8px;
    border-top: 0px;
}

  .bdr_0px_0px_12px_12px\;_border-top\:_0px {
    border-radius: 0px 0px 12px 12px;
    border-top: 0px;
}

  .bdr_0px_0px_16px_12px\;_border-top\:_0px {
    border-radius: 0px 0px 16px 12px;
    border-top: 0px;
}

  .bdr_50px {
    border-radius: 50px;
}

  .bd-t_4px_solid_\{colors\.Shape\.Primary\.Default\} {
    border-top: 4px solid var(--colors--shape\.-primary\.-default);
}

  .bdr_4px {
    border-radius: 4px;
}

  .trs_color_0\.3s_ease-in-out\,_text-decoration-color_0\.3s_ease-in-out {
    transition: color 0.3s ease-in-out, text-decoration-color 0.3s ease-in-out;
}

  .td_underline {
    text-decoration: underline;
}

  .trs_0\.1s_ease-in-out {
    transition: 0.1s ease-in-out;
}

  .bdr_6px {
    border-radius: 6px;
}

  .bdr_0px_var\(--radius16\)_var\(--radius16\)_var\(--radius16\) {
    border-radius: 0px var(--radius16) var(--radius16) var(--radius16);
}

  .trs_left_0\.2s_ease-in-out {
    transition: left 0.2s ease-in-out;
}

  .td_inherit {
    text-decoration: inherit;
}

  .trs_0\.2s_ease-in-out {
    transition: 0.2s ease-in-out;
}

  .bd-c_Border\.Disabled\.Disable {
    border-color: var(--colors--border\.-disabled\.-disable);
}

  .bd-c_Border\.White\.Default {
    border-color: var(--colors--border\.-white\.-default);
}

  .bd-b_solid_1\.5px_\{colors\.Border\.White\.Lighter\}\! {
    border-bottom: solid 1.5px var(--colors--border\.-white\.-lighter) !important;
}

  .bdr_var\(--radius16\)_var\(--radius16\)_0px_0px {
    border-radius: var(--radius16) var(--radius16) 0px 0px;
}

  .bdr_16px {
    border-radius: 16px;
}

  .gap_20px {
    gap: 20px;
}

  .gap_2px {
    gap: 2px;
}

  .trs_transform_0\.3s_ease {
    transition: transform 0.3s ease;
}

  .ring_none {
    outline: 2px solid transparent;
    outline-offset: 2px;
}

  .gap_12px {
    gap: 12px;
}

  .gap_1\.5px {
    gap: 1.5px;
}

  .flex_1 {
    flex: 1 1 0%;
}

  .bdr_var\(--radius8\) {
    border-radius: var(--radius8);
}

  .gap_25px {
    gap: 25px;
}

  .gap_32px {
    gap: 32px;
}

  .ov_auto {
    overflow: auto;
}

  .trs_all_0\.5s {
    transition: all 0.5s;
}

  .gap_1px {
    gap: 1px;
}

  .trs_transform_200ms_ease\,_box-shadow_200ms_ease {
    transition: transform 200ms ease, box-shadow 200ms ease;
}

  .ring_2px_dashed_\{colors\.Border\.Disabled\.Disable\} {
    outline: 2px dashed var(--colors--border\.-disabled\.-disable);
}

  .bdr_11px_0px_0px_11px {
    border-radius: 11px 0px 0px 11px;
}

  .bdr_11px_11px_0px_0px {
    border-radius: 11px 11px 0px 0px;
}

  .gap_10px {
    gap: 10px;
}

  .flex_0_0_var\(--slide-size\) {
    flex: 0 0 var(--slide-size);
}

  .gap_24px {
    gap: 24px;
}

  .bd-t_1px_solid_\{colors\.Background\.White\.Lighter\} {
    border-top: 1px solid var(--colors--background\.-white\.-lighter);
}

  .bd-b_1px_solid_\{colors\.Background\.White\.Lighter\} {
    border-bottom: 1px solid var(--colors--background\.-white\.-lighter);
}

  .trs_background_0\.3s_ease {
    transition: background 0.3s ease;
}

  .trs_transform_0\.24s_cubic-bezier\(0\.4\,_0\,_0\.2\,_1\) {
    transition: transform 0.24s cubic-bezier(0.4, 0, 0.2, 1);
}

  .bdr_true {
    border-radius: true;
}

  .trs_transform_300ms_ease-in-out {
    transition: transform 300ms ease-in-out;
}

  .grid-c_4_\/_5 {
    grid-column: 4 / 5;
}

  .trs_opacity_200ms_ease-out\,_visibility_200ms_ease-out {
    transition: opacity 200ms ease-out, visibility 200ms ease-out;
}

  .gap_11px {
    gap: 11px;
}

  .trs_transform_250ms_ease-in-out {
    transition: transform 250ms ease-in-out;
}

  .trs_opacity_250ms_ease-in-out {
    transition: opacity 250ms ease-in-out;
}

  .bdr_var\(--hero-border-radius\,_0px\) {
    border-radius: var(--hero-border-radius, 0px);
}

  .flex_0_0_auto {
    flex: 0 0 auto;
}

  .grid-template-areas_\'body\' {
    grid-template-areas: 'body';
}

  .grid-template-areas_\'image_body\' {
    grid-template-areas: 'image body';
}

  .grid-template-areas_\'blanco_body\' {
    grid-template-areas: 'blanco body';
}

  .grid-template-areas_\'body_image\' {
    grid-template-areas: 'body image';
}

  .grid-template-areas_\'body_blanco\' {
    grid-template-areas: 'body blanco';
}

  .trs_background-color_0\.3s_ease {
    transition: background-color 0.3s ease;
}

  .bdr_var\(--radius4\) {
    border-radius: var(--radius4);
}

  .trs_all_0\.3s_ease {
    transition: all 0.3s ease;
}

  .trs_all_1s {
    transition: all 1s;
}

  .trs_0\.3s_ease {
    transition: 0.3s ease;
}

  .trs_height_0\.3s_ease {
    transition: height 0.3s ease;
}

  .trs_background_0\.3s_ease-in-out\,_transform_0\.3s_ease-in-out {
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
}

  .bd-w_2px {
    border-width: 2px;
}

  .border-style_dashed {
    border-style: dashed;
}

  .bd-c_Border\.Supplementary\.Lighter {
    border-color: var(--colors--border\.-supplementary\.-lighter);
}

  .bd-c_Border\.Error\.Lighter {
    border-color: var(--colors--border\.-error\.-lighter);
}

  .bdr_12px_12px_0_0 {
    border-radius: 12px 12px 0 0;
}

  .bdr_0_0_12px_12px {
    border-radius: 0 0 12px 12px;
}

  .mx_auto {
    margin-inline: auto;
}

  .px_4 {
    padding-inline: 4px;
}

  .flex_1_1_auto {
    flex: 1 1 auto;
}

  .bd-b_1\.5px_solid_\{colors\.Border\.White\.Lighter\} {
    border-bottom: 1.5px solid var(--colors--border\.-white\.-lighter);
}

  .bdr_--radius12 {
    border-radius: --radius12;
}

  .bd-t_1px_solid_\#E9ECEF {
    border-top: 1px solid #E9ECEF;
}

  .columns_3 {
    columns: 3;
}

  .flex_0_0_calc\(33\.333\%_-_16px\) {
    flex: 0 0 calc(33.333% - 16px);
}

  .gap_0px {
    gap: 0px;
}

  .c_\#fff {
    color: #fff;
}

  .d_flex {
    display: flex;
}

  .flex-d_column {
    flex-direction: column;
}

  .ai_center {
    align-items: center;
}

  .ta_center {
    text-align: center;
}

  .cursor_pointer {
    cursor: pointer;
}

  .op_0\% {
    opacity: 0%;
}

  .jc_center {
    justify-content: center;
}

  .fill_outline {
    fill: outline;
}

  .bg-c_\#f8f8f8 {
    background-color: #f8f8f8;
}

  .bg-c_Shape\.White\.Gentle {
    background-color: var(--colors--shape\.-white\.-gentle);
}

  .flex-d_row {
    flex-direction: row;
}

  .jc_flex-start {
    justify-content: flex-start;
}

  .flex-wrap_nowrap {
    flex-wrap: nowrap;
}

  .flex-g_0 {
    flex-grow: 0;
}

  .flex-sh_1 {
    flex-shrink: 1;
}

  .flex-b_auto {
    flex-basis: auto;
}

  .d_grid {
    display: grid;
}

  .grid-tc_repeat\(auto-fill\,_minmax\(100px\,_1fr\)\) {
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
}

  .grid-tr_auto {
    grid-template-rows: auto;
}

  .bg-c_transparent {
    background-color: transparent;
}

  .z_1 {
    z-index: 1;
}

  .ap_none {
    appearance: none;
    -webkit-appearance: none;
}

  .bx-sh_none {
    box-shadow: none;
}

  .bx-sh_0px_1px_4px_0px_rgba\(69\,_73\,_78\,_0\.16\) {
    box-shadow: 0px 1px 4px 0px rgba(69, 73, 78, 0.16);
}

  .ai_start {
    align-items: start;
}

  .bg-c_Background\.Primary\.Subtle {
    background-color: var(--colors--background\.-primary\.-subtle);
}

  .bg-c_Background\.Secondary\.Subtle {
    background-color: var(--colors--background\.-secondary\.-subtle);
}

  .bg-c_Background\.Tertiary\.Subtle {
    background-color: var(--colors--background\.-tertiary\.-subtle);
}

  .bg-c_Background\.Supplementary\.Subtle {
    background-color: var(--colors--background\.-supplementary\.-subtle);
}

  .bg-c_Background\.White\.Lighter {
    background-color: var(--colors--background\.-white\.-lighter);
}

  .bx-sh_inset_0_0_0_1\.5px_\{colors\.Border\.Primary\.Subtle\} {
    box-shadow: inset 0 0 0 1.5px var(--colors--border\.-primary\.-subtle);
}

  .bg-c_0 {
    background-color: 0;
}

  .bx-sh_inset_0_0_0_1\.5px_\{colors\.Border\.Secondary\.Subtle\} {
    box-shadow: inset 0 0 0 1.5px var(--colors--border\.-secondary\.-subtle);
}

  .bx-sh_inset_0_0_0_1\.5px_\{colors\.Border\.Tertiary\.Subtle\} {
    box-shadow: inset 0 0 0 1.5px var(--colors--border\.-tertiary\.-subtle);
}

  .bx-sh_inset_0_0_0_1\.5px_\{colors\.Border\.Supplementary\.Subtle\} {
    box-shadow: inset 0 0 0 1.5px var(--colors--border\.-supplementary\.-subtle);
}

  .bx-sh_inset_0_0_0_1\.5px_\{colors\.Border\.White\.Lighter\} {
    box-shadow: inset 0 0 0 1.5px var(--colors--border\.-white\.-lighter);
}

  .c_inherit {
    color: inherit;
}

  .c_Text\.Gray\.Default {
    color: var(--colors--text\.-gray\.-default);
}

  .c_Text\.Gray\.Lighter {
    color: var(--colors--text\.-gray\.-lighter);
}

  .c_Text\.Primary\.Darker {
    color: var(--colors--text\.-primary\.-darker);
}

  .c_Text\.Secondary\.Darker {
    color: var(--colors--text\.-secondary\.-darker);
}

  .c_Text\.Supplementary\.Default {
    color: var(--colors--text\.-supplementary\.-default);
}

  .bg-c_Shape\.Gray\.Default {
    background-color: var(--colors--shape\.-gray\.-default);
}

  .bg-c_Shape\.White\.Darker {
    background-color: var(--colors--shape\.-white\.-darker);
}

  .jc_space-between {
    justify-content: space-between;
}

  .bg-c_Background\.White\.Default {
    background-color: var(--colors--background\.-white\.-default);
}

  .c_Text\.Error\.Default {
    color: var(--colors--text\.-error\.-default);
}

  .bg-c_Background\.Disabled\.Subtle {
    background-color: var(--colors--background\.-disabled\.-subtle);
}

  .c_Text\.Disable\.Default {
    color: var(--colors--text\.-disable\.-default);
}

  .cursor_not-allowed {
    cursor: not-allowed;
}

  .fs_16px {
    font-size: 16px;
}

  .fs_18px {
    font-size: 18px;
}

  .bg-c_\#F8F8F8 {
    background-color: #F8F8F8;
}

  .pos_fixed {
    position: fixed;
}

  .bg-c_Background\.Gray\.Darker\/75 {
    --mix-backgroundColor: color-mix(in srgb, var(--colors--background\.-gray\.-darker) 75%, transparent);
    background-color: var(--mix-backgroundColor, var(--colors--background\.-gray\.-darker));
}

  .z_305 {
    z-index: 305;
}

  .anim-n_fadeIn {
    animation-name: fadeIn;
}

  .anim-dur_0\.3s {
    animation-duration: 0.3s;
}

  .anim-tmf_ease-in-out {
    animation-timing-function: ease-in-out;
}

  .anim-fm_none {
    animation-fill-mode: none;
}

  .anim-n_fadeOut {
    animation-name: fadeOut;
}

  .pos_relative {
    position: relative;
}

  .bg-c_white {
    background-color: white;
}

  .bx-sh_var\(--elevation-S\) {
    box-shadow: var(--elevation-S);
}

  .anim-n_fadeInModal {
    animation-name: fadeInModal;
}

  .anim-n_fadeOutModal {
    animation-name: fadeOutModal;
}

  .d_inline-block {
    display: inline-block;
}

  .bg-c_var\(--grayColor300\) {
    background-color: var(--grayColor300);
}

  .fill_disable {
    fill: disable;
}

  .bg-s_cover {
    background-size: cover;
}

  .bg-r_no-repeat {
    background-repeat: no-repeat;
}

  .c_transparent {
    color: transparent;
}

  .bx-sh_inset_0_0_0_1\.5px_\{colors\.Border\.White\.Default\} {
    box-shadow: inset 0 0 0 1.5px var(--colors--border\.-white\.-default);
}

  .filter_0 {
    filter: 0;
}

  .bx-sh_inset_0_0_0_1\.5px_\{colors\.Border\.Disabled\.Disable\} {
    box-shadow: inset 0 0 0 1.5px var(--colors--border\.-disabled\.-disable);
}

  .filter_grayscale\(100\%\) {
    filter: grayscale(100%);
}

  .c_\{colors\.Text\.White\.Default\} {
    color: var(--colors--text\.-white\.-default);
}

  .c_\{colors\.Text\.Gray\.Darker\} {
    color: var(--colors--text\.-gray\.-darker);
}

  .c_\{colors\.Text\.Disable\.Default\} {
    color: var(--colors--text\.-disable\.-default);
}

  .d_inline-flex {
    display: inline-flex;
}

  .fw_700 {
    font-weight: 700;
}

  .ff_inherit {
    font-family: inherit;
}

  .fs_12px {
    font-size: 12px;
}

  .lh_16px {
    line-height: 16px;
}

  .c_Text\.White\.Default {
    color: var(--colors--text\.-white\.-default);
}

  .c_Text\.Secondary\.High_darker {
    color: var(--colors--text\.-secondary\.-high_darker);
}

  .jc_space-around {
    justify-content: space-around;
}

  .ff_Lexend {
    font-family: Lexend;
}

  .white-space_nowrap {
    white-space: nowrap;
}

  .flex-d_row-reverse {
    flex-direction: row-reverse;
}

  .lh_20px {
    line-height: 20px;
}

  .fs_15px {
    font-size: 15px;
}

  .lh_22px {
    line-height: 22px;
}

  .lh_24px {
    line-height: 24px;
}

  .c_\#827533 {
    color: #827533;
}

  .bx-sh_inset_0_0_0_1\.5px_\#827533 {
    box-shadow: inset 0 0 0 1.5px #827533;
}

  .bx-sh_inset_0_0_0_1\.5px_\{colors\.Border\.Primary\.Lighter\} {
    box-shadow: inset 0 0 0 1.5px var(--colors--border\.-primary\.-lighter);
}

  .c_Text\.Error\.Darker {
    color: var(--colors--text\.-error\.-darker);
}

  .ai_flex-start {
    align-items: flex-start;
}

  .bg-c_Background\.Secondary\.Default {
    background-color: var(--colors--background\.-secondary\.-default);
}

  .bx-sh_inset_0_0_0_1\.5px_\{colors\.Background\.Secondary\.Default\} {
    box-shadow: inset 0 0 0 1.5px var(--colors--background\.-secondary\.-default);
}

  .bx-sh_inset_0_0_0_1\.5px_\{colors\.Background\.Disabled\.Subtle\} {
    box-shadow: inset 0 0 0 1.5px var(--colors--background\.-disabled\.-subtle);
}

  .fs_14px {
    font-size: 14px;
}

  .ls_0\.12\% {
    letter-spacing: 0.12%;
}

  .d_none {
    display: none;
}

  .ac_end {
    align-content: end;
}

  .pointer-events_none {
    pointer-events: none;
}

  .cursor_default {
    cursor: default;
}

  .td-c_transparent {
    text-decoration-color: transparent;
}

  .tu-o_2px {
    text-underline-offset: 2px;
}

  .ff_Calibri {
    font-family: Calibri;
}

  .fw_600 {
    font-weight: 600;
}

  .c_Text\.Primary\.High_darker {
    color: var(--colors--text\.-primary\.-high_darker);
}

  .td-c_Text\.Primary\.Darker {
    text-decoration-color: var(--colors--text\.-primary\.-darker);
}

  .bx-sh_inset_0_0_0_1\.5px_\{colors\.Border\.White\.Lighter\}\,_0px_0px_0px_0px_rgba\(0\,0\,0\,0\) {
    box-shadow: inset 0 0 0 1.5px var(--colors--border\.-white\.-lighter), 0px 0px 0px 0px rgba(0,0,0,0);
}

  .bx-sh_inset_0_0_0_1\.5px_\{colors\.Border\.Disabled\.Disable\}\,_0px_0px_0px_0px_rgba\(0\,0\,0\,0\) {
    box-shadow: inset 0 0 0 1.5px var(--colors--border\.-disabled\.-disable), 0px 0px 0px 0px rgba(0,0,0,0);
}

  .us_none {
    -webkit-user-select: none;
    user-select: none;
}

  .c_\{colors\.Text\.Primary\.Darker\} {
    color: var(--colors--text\.-primary\.-darker);
}

  .c_\{colors\.Text\.Secondary\.High_darker\} {
    color: var(--colors--text\.-secondary\.-high_darker);
}

  .bx-sh_inset_0_0_0_1\.5px_\{colors\.Border\.Secondary\.Lighter\} {
    box-shadow: inset 0 0 0 1.5px var(--colors--border\.-secondary\.-lighter);
}

  .c_\{colors\.Text\.Tertiary\.Darker\} {
    color: var(--colors--text\.-tertiary\.-darker);
}

  .bx-sh_inset_0_0_0_1\.5px_\{colors\.Border\.Tertiary\.Default\} {
    box-shadow: inset 0 0 0 1.5px var(--colors--border\.-tertiary\.-default);
}

  .c_\{colors\.Text\.Supplementary\.Default\} {
    color: var(--colors--text\.-supplementary\.-default);
}

  .bx-sh_inset_0_0_0_1\.5px_\{colors\.Border\.Supplementary\.Lighter\} {
    box-shadow: inset 0 0 0 1.5px var(--colors--border\.-supplementary\.-lighter);
}

  .c_\{colors\.Text\.Error\.Darker\} {
    color: var(--colors--text\.-error\.-darker);
}

  .bx-sh_inset_0_0_0_1\.5px_\{colors\.Border\.Error\.Lighter\} {
    box-shadow: inset 0 0 0 1.5px var(--colors--border\.-error\.-lighter);
}

  .c_\{colors\.Text\.Gray\.Default\} {
    color: var(--colors--text\.-gray\.-default);
}

  .bx-sh_inset_0_0_0_1\.5px_\{colors\.Border\.Gray\.Lighter\} {
    box-shadow: inset 0 0 0 1.5px var(--colors--border\.-gray\.-lighter);
}

  .c_\{colors\.Text\.Disable\.Subtle\} {
    color: var(--colors--text\.-disable\.-subtle);
}

  .c_\{colors\.Text\.Gray\.Lighter\} {
    color: var(--colors--text\.-gray\.-lighter);
}

  .flex-b_100\% {
    flex-basis: 100%;
}

  .justify-items_center {
    justify-items: center;
}

  .tov_ellipsis {
    text-overflow: ellipsis;
}

  .as_flex-start {
    align-self: flex-start;
}

  .as_center {
    align-self: center;
}

  .ai_left {
    align-items: left;
}

  .fw_400 {
    font-weight: 400;
}

  .ta_left {
    text-align: left;
}

  .z_215 {
    z-index: 215;
}

  .bx-sh_0px_16px_32px_-4px_rgba\(69\,_73\,_78\,_0\.1\)\,_0px_2px_4px_0px_rgba\(69\,_73\,_78\,_0\.04\) {
    box-shadow: 0px 16px 32px -4px rgba(69, 73, 78, 0.1), 0px 2px 4px 0px rgba(69, 73, 78, 0.04);
}

  .bg-c_Background\.White\.Subtle {
    background-color: var(--colors--background\.-white\.-subtle);
}

  .c_Text\.Gray\.Darker {
    color: var(--colors--text\.-gray\.-darker);
}

  .bg-c_Background\.Error\.Subtle {
    background-color: var(--colors--background\.-error\.-subtle);
}

  .bg-c_Background\.Gray\.Darker {
    background-color: var(--colors--background\.-gray\.-darker);
}

  .bg-c_Shape\.Disable\.Subtle {
    background-color: var(--colors--shape\.-disable\.-subtle);
}

  .bg-c_Shape\.Secondary\.Gentle {
    background-color: var(--colors--shape\.-secondary\.-gentle);
}

  .bg-c_Shape\.Gray\.Subtle {
    background-color: var(--colors--shape\.-gray\.-subtle);
}

  .pos_absolute {
    position: absolute;
}

  .bg-c_Shape\.Disable\.Default {
    background-color: var(--colors--shape\.-disable\.-default);
}

  .bg-c_Shape\.White\.Default {
    background-color: var(--colors--shape\.-white\.-default);
}

  .white-space_pre-wrap {
    white-space: pre-wrap;
}

  .d_-webkit-box {
    display: -webkit-box;
}

  .\-webkit-box-orient_vertical {
    -webkit-box-orient: vertical;
}

  .z_1200 {
    z-index: 1200;
}

  .trf_translateX\(-50\%\) {
    transform: translateX(-50%);
}

  .trf_translateX\(0\)_translateY\(-50\%\) {
    transform: translateX(0) translateY(-50%);
}

  .font-style_normal {
    font-style: normal;
}

  .cursor_inherit {
    cursor: inherit;
}

  .d_block {
    display: block;
}

  .d_inline {
    display: inline;
}

  .trf_scaleY\(0\) {
    transform: scaleY(0);
}

  .op_0 {
    opacity: 0;
}

  .with-check_20px {
    with-check: 20px;
}

  .height-check_20px {
    height-check: 20px;
}

  .with-check_24px {
    with-check: 24px;
}

  .height-check_24px {
    height-check: 24px;
}

  .z_2 {
    z-index: 2;
}

  .flex-b_50\% {
    flex-basis: 50%;
}

  .jc_start {
    justify-content: start;
}

  .bx-sh_0px_-2px_20px_0px_rgba\(69\,_73\,_78\,_0\.15\) {
    box-shadow: 0px -2px 20px 0px rgba(69, 73, 78, 0.15);
}

  .bg-c_var\(--Gray-G0\) {
    background-color: var(--Gray-G0);
}

  .bx-s_border-box {
    box-sizing: border-box;
}

  .white-space_normal {
    white-space: normal;
}

  .word-wrap_break-word {
    word-wrap: break-word;
}

  .ov-wrap_anywhere {
    overflow-wrap: anywhere;
}

  .c_Text\.Secondary\.Default {
    color: var(--colors--text\.-secondary\.-default);
}

  .ta_0 {
    text-align: 0;
}

  .z_210 {
    z-index: 210;
}

  .anim-dur_0\.4s {
    animation-duration: 0.4s;
}

  .ai_end {
    align-items: end;
}

  .z_310 {
    z-index: 310;
}

  .anim-fm_forwards {
    animation-fill-mode: forwards;
}

  .jc_flex-end {
    justify-content: flex-end;
}

  .bx-sh_0_0_0_1\.5px_\{colors\.Border\.White\.Lighter\} {
    box-shadow: 0 0 0 1.5px var(--colors--border\.-white\.-lighter);
}

  .bx-sh_inset_0_0_0_1\.5px_\{colors\.Border\.White\.Lighter\}\,_0px_-16px_32px_-4px_rgba\(69\,_73\,_78\,_0\.10\)\,_0px_-2px_4px_0px_rgba\(69\,_73\,_78\,_0\.04\)\; {
    box-shadow: inset 0 0 0 1.5px var(--colors--border\.-white\.-lighter), 0px -16px 32px -4px rgba(69, 73, 78, 0.10), 0px -2px 4px 0px rgba(69, 73, 78, 0.04);;
}

  .c_\#292b2e {
    color: #292b2e;
}

  .c_\#4e5258 {
    color: #4e5258;
}

  .lh_inherit {
    line-height: inherit;
}

  .lh_1\.15 {
    line-height: 1.15;
}

  .tt_uppercase {
    text-transform: uppercase;
}

  .ac_center {
    align-content: center;
}

  .bg-c_\{colors\.Background\.White\.Subtle\} {
    background-color: var(--colors--background\.-white\.-subtle);
}

  .bg-c_\{colors\.Border\.White\.Lighter\} {
    background-color: var(--colors--border\.-white\.-lighter);
}

  .as_stretch {
    align-self: stretch;
}

  .bg-c_Background\.Tertiary\.Lightert {
    background-color: Background.Tertiary.Lightert;
}

  .bg-c_Background\.Tertiary\.Lighter {
    background-color: var(--colors--background\.-tertiary\.-lighter);
}

  .bg-c_Background\.Secondary\.Lighter {
    background-color: var(--colors--background\.-secondary\.-lighter);
}

  .bg-c_Background\.Supplementary\.Lighter {
    background-color: var(--colors--background\.-supplementary\.-lighter);
}

  .bg-c_Background\.Error\.Lighter {
    background-color: var(--colors--background\.-error\.-lighter);
}

  .direction_top {
    direction: top;
}

  .anim-dur_0\.2s {
    animation-duration: 0.2s;
}

  .trf_translateX\(0\)_translateY\(-26\%\) {
    transform: translateX(0) translateY(-26%);
}

  .trf_translateX\(0\)_translateY\(-84\%\) {
    transform: translateX(0) translateY(-84%);
}

  .flex-wrap_wrap {
    flex-wrap: wrap;
}

  .z_99 {
    z-index: 99;
}

  .fw_500 {
    font-weight: 500;
}

  .scr-bar-w_none {
    scrollbar-width: none;
}

  .bx-sh_inset_0_-2px_0_\{colors\.Border\.White\.Lighter\} {
    box-shadow: inset 0 -2px 0 var(--colors--border\.-white\.-lighter);
}

  .bx-sh_inset_0_-2px_0_\{colors\.Border\.Primary\.Default\} {
    box-shadow: inset 0 -2px 0 var(--colors--border\.-primary\.-default);
}

  .c_Text\.Primary\.Default {
    color: var(--colors--text\.-primary\.-default);
}

  .c_\{colors\.Shape\.Gray\.Gentle\} {
    color: var(--colors--shape\.-gray\.-gentle);
}

  .ai_stretch {
    align-items: stretch;
}

  .lh_1\.3 {
    line-height: 1.3;
}

  .resize_auto {
    resize: auto;
}

  .resize_none {
    resize: none;
}

  .c_Shape\.Disable\.Default {
    color: var(--colors--shape\.-disable\.-default);
}

  .bx-sh_rgb\(231\,_231\,_232\)_0px_0px_0px_1\.5px_inset\,_rgba\(0\,_0\,_0\,_0\)_0px_0px_0px_0px {
    box-shadow: rgb(231, 231, 232) 0px 0px 0px 1.5px inset, rgba(0, 0, 0, 0) 0px 0px 0px 0px;
}

  .bx-sh_rgb\(255\,_153\,_107\)_0px_0px_0px_1\.5px_inset\,_rgba\(255\,_153\,_107\,_0\.2\)_0px_0px_0px_3px {
    box-shadow: rgb(255, 153, 107) 0px 0px 0px 1.5px inset, rgba(255, 153, 107, 0.2) 0px 0px 0px 3px;
}

  .bx-sh_rgb\(231\,_231\,_232\)_0px_0px_0px_1\.5px_inset {
    box-shadow: rgb(231, 231, 232) 0px 0px 0px 1.5px inset;
}

  .flex-d_flex-row {
    flex-direction: flex-row;
}

  .grid-af_row {
    grid-auto-flow: row;
}

  .trf_none {
    transform: none;
}

  .fill_background_clear {
    fill: background_clear;
}

  .fill_ghost {
    fill: ghost;
}

  .flex-sh_0 {
    flex-shrink: 0;
}

  .obj-f_cover {
    object-fit: cover;
}

  .fs_21px {
    font-size: 21px;
}

  .content_Tooltip_content {
    content: Tooltip content;
}

  .isolation_isolate {
    isolation: isolate;
}

  .bx-sh_inset_0_0_0_1\.5px_\{colors\.Border\.White\.Lighter\}\,_var\(--elevation-XS\) {
    box-shadow: inset 0 0 0 1.5px var(--colors--border\.-white\.-lighter), var(--elevation-XS);
}

  .bx-sh_inset_0_0_0_1\.5px_\{colors\.Border\.White\.Lighter\}\,_var\(--elevation-S\) {
    box-shadow: inset 0 0 0 1.5px var(--colors--border\.-white\.-lighter), var(--elevation-S);
}

  .bx-sh_var\(--elevation-XS\) {
    box-shadow: var(--elevation-XS);
}

  .bx-sh_inset_0_0_0_1\.5px_\{colors\.Border\.Primary\.Subtle\}\,_0px_0px_0px_3px_color-mix\(in_srgb\,_\{colors\.Border\.Primary\.Subtle\}_20\%\,_transparent\) {
    box-shadow: inset 0 0 0 1.5px var(--colors--border\.-primary\.-subtle), 0px 0px 0px 3px color-mix(in srgb, var(--colors--border\.-primary\.-subtle) 20%, transparent);
}

  .c_var\(--Text-Gray-Darker\) {
    color: var(--Text-Gray-Darker);
}

  .trf_translateY\(-50\%\) {
    transform: translateY(-50%);
}

  .bx-sh_0px_2px_4px_0px_\#45494e0a\,_0px_16px_32px_-4px_\#45494e1a {
    box-shadow: 0px 2px 4px 0px #45494e0a, 0px 16px 32px -4px #45494e1a;
}

  .bx-sh_0_2px_4px_0_rgba\(69\,_73\,_78\,_0\.04\)\,_0_16px_32px_-4px_rgba\(69\,_73\,_78\,_0\.10\) {
    box-shadow: 0 2px 4px 0 rgba(69, 73, 78, 0.04), 0 16px 32px -4px rgba(69, 73, 78, 0.10);
}

  .bx-sh_0_0_0_1\.5px_\#E7E7E8\,_0_2px_4px_0_rgba\(69\,_73\,_78\,_0\.04\)\,_0_16px_32px_-4px_rgba\(69\,_73\,_78\,_0\.10\) {
    box-shadow: 0 0 0 1.5px #E7E7E8, 0 2px 4px 0 rgba(69, 73, 78, 0.04), 0 16px 32px -4px rgba(69, 73, 78, 0.10);
}

  .tch-a_pan-y_pinch-zoom {
    touch-action: pan-y pinch-zoom;
}

  .trf_translate3d\(0\,_0\,_0\) {
    transform: translate3d(0, 0, 0);
}

  .bg-c_Background\.Primary\.Darker {
    background-color: var(--colors--background\.-primary\.-darker);
}

  .bg-c_Background\.White\.Darker {
    background-color: var(--colors--background\.-white\.-darker);
}

  .c_\#d0e8ff {
    color: #d0e8ff;
}

  .c_\#ffe4d6 {
    color: #ffe4d6;
}

  .c_\#e5ffd6 {
    color: #e5ffd6;
}

  .c_\#f7d6ff {
    color: #f7d6ff;
}

  .c_\#c7d2fe {
    color: #c7d2fe;
}

  .c_\#fecaca {
    color: #fecaca;
}

  .c_\#bbf7d0 {
    color: #bbf7d0;
}

  .c_\#fde68a {
    color: #fde68a;
}

  .c_\#fb7185 {
    color: #fb7185;
}

  .c_\#f472b6 {
    color: #f472b6;
}

  .c_\#e879f9 {
    color: #e879f9;
}

  .c_\#1e3a8a {
    color: #1e3a8a;
}

  .c_\#0f766e {
    color: #0f766e;
}

  .c_\#7c2d12 {
    color: #7c2d12;
}

  .c_\#fbcfe8 {
    color: #fbcfe8;
}

  .c_\#ddd {
    color: #ddd;
}

  .c_\#ccc {
    color: #ccc;
}

  .c_\#ffe {
    color: #ffe;
}

  .c_\#eee {
    color: #eee;
}

  .fill_background_dark {
    fill: background_dark;
}

  .touch-action_manipulation {
    touch-action: manipulation;
}

  .pos_static {
    position: static;
}

  .flex-g_1 {
    flex-grow: 1;
}

  .tsh_none {
    text-shadow: none;
}

  .tsh_0px_1px_4px_rgba\(69\,_73\,_78\,_0\.16\) {
    text-shadow: 0px 1px 4px rgba(69, 73, 78, 0.16);
}

  .obj-f_contain {
    object-fit: contain;
}

  .bg-c_\#f9f9f9 {
    background-color: #f9f9f9;
}

  .ov-wrap_break-word {
    overflow-wrap: break-word;
}

  .wb_break-word {
    word-break: break-word;
}

  .bd-cl_collapse {
    border-collapse: collapse;
}

  .z_300 {
    z-index: 300;
}

  .pointer-events_auto {
    pointer-events: auto;
}

  .tch-a_none {
    touch-action: none;
}

  .op_100\% {
    opacity: 100%;
}

  .trf_translate3d\(-100\%\,_0\,_0\) {
    transform: translate3d(-100%, 0, 0);
}

  .trf_translate3d\(100\%\,_0\,_0\) {
    transform: translate3d(100%, 0, 0);
}

  .grid-tc_1fr {
    grid-template-columns: 1fr;
}

  .grid-tr_auto_1fr_auto {
    grid-template-rows: auto 1fr auto;
}

  .fill_solid {
    fill: solid;
}

  .fill_primary {
    fill: primary;
}

  .z_20 {
    z-index: 20;
}

  .bx-sh_0_1\.5px_0_0_\{colors\.Border\.White\.Lighter\} {
    box-shadow: 0 1.5px 0 0 var(--colors--border\.-white\.-lighter);
}

  .bx-sh_0px_2px_4px_0px_\#45494E0A\,_0px_16px_32px_-4px_\#45494E1A {
    box-shadow: 0px 2px 4px 0px #45494E0A, 0px 16px 32px -4px #45494E1A;
}

  .op_1 {
    opacity: 1;
}

  .z_10 {
    z-index: 10;
}

  .grid-tc_repeat\(4\,_1fr\) {
    grid-template-columns: repeat(4, 1fr);
}

  .z_30 {
    z-index: 30;
}

  .grid-tc_100\%_100\%_100\%_100\%_100\% {
    grid-template-columns: 100% 100% 100% 100% 100%;
}

  .grid-tr_1fr {
    grid-template-rows: 1fr;
}

  .bg-c_var\(--Gray-G40\) {
    background-color: var(--Gray-G40);
}

  .trf_scaleY\(1\.5\) {
    transform: scaleY(1.5);
}

  .grid-tc_1fr_1fr {
    grid-template-columns: 1fr 1fr;
}

  .grid-tr_var\(--hero-height\,_auto\) {
    grid-template-rows: var(--hero-height, auto);
}

  .bg-i_var\(--hero-image\) {
    background-image: var(--hero-image);
}

  .rg_24px {
    row-gap: 24px;
}

  .as_start {
    align-self: start;
}

  .jc_end {
    justify-content: end;
}

  .cg_12px {
    column-gap: 12px;
}

  .cg_16px {
    column-gap: 16px;
}

  .rg_16px {
    row-gap: 16px;
}

  .rg_12px {
    row-gap: 12px;
}

  .bg-c_\#FFFFFF {
    background-color: #FFFFFF;
}

  .bx-sh_0px_-2px_20px_rgba\(69\,_73\,_78\,_0\.15\) {
    box-shadow: 0px -2px 20px rgba(69, 73, 78, 0.15);
}

  .bg-c_Shape\.White\.Lighter {
    background-color: var(--colors--shape\.-white\.-lighter);
}

  .bg-c_Shape\.Primary\.Gentle {
    background-color: var(--colors--shape\.-primary\.-gentle);
}

  .bg-c_Shape\.Tertiary\.Default {
    background-color: var(--colors--shape\.-tertiary\.-default);
}

  .bg-c_Shape\.Error\.Gentle {
    background-color: var(--colors--shape\.-error\.-gentle);
}

  .bg-c_Shape\.Supplementary\.Gentle {
    background-color: var(--colors--shape\.-supplementary\.-gentle);
}

  .bg-c_Shape\.Gray\.Darker {
    background-color: var(--colors--shape\.-gray\.-darker);
}

  .ai_flex-end {
    align-items: flex-end;
}

  .ls_0\.0012em {
    letter-spacing: 0.0012em;
}

  .bx-sh_2px_2px_16px_0px_\#F2F2F2 {
    box-shadow: 2px 2px 16px 0px #F2F2F2;
}

  .bg-c_\{colors\.Background\.Disabled\.Subtle\} {
    background-color: var(--colors--background\.-disabled\.-subtle);
}

  .bx-sh_inset_0_0_0_1\.5px_\{colors\.Border\.Secondary\.Lighter\}\,_0px_0px_0px_3px_color-mix\(in_srgb\,_\{colors\.Border\.Secondary\.Lighter\}_20\%\,_transparent\) {
    box-shadow: inset 0 0 0 1.5px var(--colors--border\.-secondary\.-lighter), 0px 0px 0px 3px color-mix(in srgb, var(--colors--border\.-secondary\.-lighter) 20%, transparent);
}

  .c_rgb\(78\,_82\,_88\) {
    color: rgb(78, 82, 88);
}

  .c_Text\.Gray\.Subtle {
    color: var(--colors--text\.-gray\.-subtle);
}

  .trf_scale\(1\.06\) {
    transform: scale(1.06);
}

  .rotate_5deg {
    rotate: 5deg;
}

  .c_\#84878B {
    color: #84878B;
}

  .c_\#292B2E {
    color: #292B2E;
}

  .c_\#707377 {
    color: #707377;
}

  .bx-sh_0_1\.5px_0_0_\#E7E7E8 {
    box-shadow: 0 1.5px 0 0 #E7E7E8;
}

  .fill_countAlert {
    fill: countAlert;
}

  .bg-c_var\(---Gray-G20\) {
    background-color: var(---Gray-G20);
}

  .jc_left {
    justify-content: left;
}

  .bg-c_\{colors\.Background\.Tertiary\.Subtle\} {
    background-color: var(--colors--background\.-tertiary\.-subtle);
}

  .bg-c_\{colors\.Background\.Secondary\.Subtle\} {
    background-color: var(--colors--background\.-secondary\.-subtle);
}

  .bg-c_\{colors\.Background\.Error\.Subtle\} {
    background-color: var(--colors--background\.-error\.-subtle);
}

  .bg-c_\{colors\.Background\.Gray\.Darker\} {
    background-color: var(--colors--background\.-gray\.-darker);
}

  .bd-be-w_var\(--thickness\) {
    border-block-end-width: var(--thickness);
}

  .bx-sh_inset_0_0_0_1\.5px_\{colors\.Border\.Gray\.Lighter\}\,_0px_0px_0px_0px_rgba\(0\,0\,0\,0\) {
    box-shadow: inset 0 0 0 1.5px var(--colors--border\.-gray\.-lighter), 0px 0px 0px 0px rgba(0,0,0,0);
}

  .bx-sh_inset_0_0_0_1\.5px_\{colors\.Border\.Error\.Lighter\}\,_0px_0px_0px_0px_rgba\(0\,0\,0\,0\) {
    box-shadow: inset 0 0 0 1.5px var(--colors--border\.-error\.-lighter), 0px 0px 0px 0px rgba(0,0,0,0);
}

  .bx-sh_inset_0_0_0_1\.5px_\{colors\.Border\.Secondary\.Lighter\}\,_0px_0px_0px_0px_rgba\(0\,0\,0\,0\) {
    box-shadow: inset 0 0 0 1.5px var(--colors--border\.-secondary\.-lighter), 0px 0px 0px 0px rgba(0,0,0,0);
}

  .fs_24px {
    font-size: 24px;
}

  .fs_32px {
    font-size: 32px;
}

  .fill_countPrimary {
    fill: countPrimary;
}

  .fill_countDisable {
    fill: countDisable;
}

  .fill_suplementary {
    fill: suplementary;
}

  .lh_32px {
    line-height: 32px;
}

  .rg_4px {
    row-gap: 4px;
}

  .bg-i_true {
    background-image: true;
}

  .anim-n_none {
    animation-name: none;
}

  .anim-dur_0s {
    animation-duration: 0s;
}

  .anim-tmf_unset {
    animation-timing-function: unset;
}

  .direction_row {
    direction: row;
}

  .c_Shape\.Secondary\.Default {
    color: var(--colors--shape\.-secondary\.-default);
}

  .c_Shape\.Supplementary\.Gentle {
    color: var(--colors--shape\.-supplementary\.-gentle);
}

  .trf_translate\(-50\%\,_-50\%\) {
    transform: translate(-50%, -50%);
}

  .c_Shape\.Secondary\.Darker {
    color: var(--colors--shape\.-secondary\.-darker);
}

  .trf_rotate\(180deg\) {
    transform: rotate(180deg);
}

  .trf_rotate\(0deg\) {
    transform: rotate(0deg);
}

  .bx-sh_inset_0_0_0_1\.5px_\{colors\.Shape\.Primary\.Gentle\} {
    box-shadow: inset 0 0 0 1.5px var(--colors--shape\.-primary\.-gentle);
}

  .bx-sh_inset_0_0_0_1\.5px_\{colors\.Shape\.Secondary\.Gentle\} {
    box-shadow: inset 0 0 0 1.5px var(--colors--shape\.-secondary\.-gentle);
}

  .bx-sh_inset_0_0_0_1\.5px_\{colors\.Shape\.Tertiary\.Default\} {
    box-shadow: inset 0 0 0 1.5px var(--colors--shape\.-tertiary\.-default);
}

  .bx-sh_inset_0_0_0_1\.5px_\{colors\.Shape\.Error\.Gentle\} {
    box-shadow: inset 0 0 0 1.5px var(--colors--shape\.-error\.-gentle);
}

  .bx-sh_inset_0_0_0_1\.5px_\{colors\.Shape\.Supplementary\.Gentle\} {
    box-shadow: inset 0 0 0 1.5px var(--colors--shape\.-supplementary\.-gentle);
}

  .bx-sh_inset_0_0_0_1\.5px_\{colors\.Shape\.Gray\.Darker\} {
    box-shadow: inset 0 0 0 1.5px var(--colors--shape\.-gray\.-darker);
}

  .cursor_auto {
    cursor: auto;
}

  .bg-c_Border\.White\.Lighter {
    background-color: var(--colors--border\.-white\.-lighter);
}

  .c_Shape\.Gray\.Default {
    color: var(--colors--shape\.-gray\.-default);
}

  .overlay_true {
    overlay: true;
}

  .aling-items_start {
    aling-items: start;
}

  .pos_bottom {
    position: bottom;
}

  .jc_space-evenly {
    justify-content: space-evenly;
}

  .c_\#00CCCC {
    color: #00CCCC;
}

  .c_\#374151 {
    color: #374151;
}

  .c_\#FF4F00 {
    color: #FF4F00;
}

  .c_\#FFFFFF {
    color: #FFFFFF;
}

  .c_\#DC3545 {
    color: #DC3545;
}

  .c_\#495057 {
    color: #495057;
}

  .c_\#6C757D {
    color: #6C757D;
}

  .c_\#CA3F04 {
    color: #CA3F04;
}

  .c_\#008485 {
    color: #008485;
}

  .bg-c_\#fff {
    background-color: #fff;
}

  .content_Si_no_ves_tu_país_en_la_lista\,_puede_deberse_a_restricciones_internacionales_que_limitan_la_operación_de_cuentas_bancarias\. {
    content: Si no ves tu país en la lista, puede deberse a restricciones internacionales que limitan la operación de cuentas bancarias.;
}

  .direction_left {
    direction: left;
}

  .direction_prev {
    direction: prev;
}

  .direction_next {
    direction: next;
}

  .c_\#7B7E82 {
    color: #7B7E82;
}

  .jc_space-around\! {
    justify-content: space-around !important;
}

  .c_Text\.Black\.Default {
    color: Text.Black.Default;
}

  .content_Superaste_los_10_beneficiarios_permitidos\._Puedes_borrar_un_beneficiario_para_agregar_otro_desde_aquí_o_desde_tu_perfil\. {
    content: Superaste los 10 beneficiarios permitidos. Puedes borrar un beneficiario para agregar otro desde aquí o desde tu perfil.;
}

  .direction_column {
    direction: column;
}

  .c_\#606C7F {
    color: #606C7F;
}

  .content_La_cancelación_no_está_disponible_porque_este_trámite_o_su_estado_actual_no_lo_permiten\. {
    content: La cancelación no está disponible porque este trámite o su estado actual no lo permiten.;
}

  .c_ContainerCardTramite\#4e5258 {
    color: ContainerCardTramite#4e5258;
}

  .c_\#E7E7E8 {
    color: #E7E7E8;
}

  .content_No_olvides_colocar_de_forma_detallada_tu_situación_para_tener_mayor_claridad_sobre_lo_sucedido\. {
    content: No olvides colocar de forma detallada tu situación para tener mayor claridad sobre lo sucedido.;
}

  .direction_wrap {
    direction: wrap;
}

  .direction_Column {
    direction: Column;
}

  .direction_Row {
    direction: Row;
}

  .c_\#000 {
    color: #000;
}

  .c_var\(--Gray-G500\) {
    color: var(--Gray-G500);
}

  .content_No_se_puede_editar_a_este_beneficiario_desde_aquí\._Inténtalo_desde_tu_perfil\. {
    content: No se puede editar a este beneficiario desde aquí. Inténtalo desde tu perfil.;
}

  .c_\#6B7280 {
    color: #6B7280;
}

  .c_\#E04141 {
    color: #E04141;
}

  .c_\#006464 {
    color: #006464;
}

  .c_\#4E5258 {
    color: #4E5258;
}

  .c_\#B30000 {
    color: #B30000;
}

  .w_100\% {
    width: 100%;
}

  .h_96px {
    height: 96px;
}

  .mt_16px {
    margin-top: 16px;
}

  .w_96px {
    width: 96px;
}

  .w_121px {
    width: 121px;
}

  .h_121px {
    height: 121px;
}

  .w_auto {
    width: auto;
}

  .h_auto {
    height: auto;
}

  .h_12px {
    height: 12px;
}

  .w_32px {
    width: 32px;
}

  .h_10px {
    height: 10px;
}

  .w_10px {
    width: 10px;
}

  .min-w_240px {
    min-width: 240px;
}

  .top_0 {
    top: 0;
}

  .left_0 {
    left: 0;
}

  .right_0 {
    right: 0;
}

  .bottom_0 {
    bottom: 0;
}

  .w_348px {
    width: 348px;
}

  .max-h_85vh {
    max-height: 85vh;
}

  .w_40px {
    width: 40px;
}

  .h_40px {
    height: 40px;
}

  .min-w_40px {
    min-width: 40px;
}

  .min-h_40px {
    min-height: 40px;
}

  .w_48px {
    width: 48px;
}

  .h_48px {
    height: 48px;
}

  .min-w_48px {
    min-width: 48px;
}

  .min-h_48px {
    min-height: 48px;
}

  .w_56px {
    width: 56px;
}

  .h_56px {
    height: 56px;
}

  .min-w_56px {
    min-width: 56px;
}

  .min-h_56px {
    min-height: 56px;
}

  .w_80px {
    width: 80px;
}

  .h_80px {
    height: 80px;
}

  .min-w_80px {
    min-width: 80px;
}

  .min-h_80px {
    min-height: 80px;
}

  .h_16px {
    height: 16px;
}

  .w_27px {
    width: 27px;
}

  .h_20px {
    height: 20px;
}

  .w_31px {
    width: 31px;
}

  .w_16px {
    width: 16px;
}

  .w_20px {
    width: 20px;
}

  .h_fit-content {
    height: fit-content;
}

  .w_fit-content {
    width: fit-content;
}

  .h_36px {
    height: 36px;
}

  .min-w_fit-content {
    min-width: fit-content;
}

  .h_32px {
    height: 32px;
}

  .min-w_32px {
    min-width: 32px;
}

  .min-w_20px {
    min-width: 20px;
}

  .min-h_24px {
    min-height: 24px;
}

  .max-w_300px {
    max-width: 300px;
}

  .h_24px {
    height: 24px;
}

  .w_24px {
    width: 24px;
}

  .w_64px {
    width: 64px;
}

  .h_64px {
    height: 64px;
}

  .w_72px {
    width: 72px;
}

  .h_72px {
    height: 72px;
}

  .w_8px {
    width: 8px;
}

  .h_8px {
    height: 8px;
}

  .min-w_24px {
    min-width: 24px;
}

  .min-h_20px {
    min-height: 20px;
}

  .min-w_53px {
    min-width: 53px;
}

  .min-w_66px {
    min-width: 66px;
}

  .min-w_75px {
    min-width: 75px;
}

  .max-w_36px {
    max-width: 36px;
}

  .max-h_36px {
    max-height: 36px;
}

  .min-h_22px {
    min-height: 22px;
}

  .max-h_50px {
    max-height: 50px;
}

  .pr_8px {
    padding-right: 8px;
}

  .min-w_420px {
    min-width: 420px;
}

  .max-w_488px {
    max-width: 488px;
}

  .min-w_auto {
    min-width: auto;
}

  .max-w_312px {
    max-width: 312px;
}

  .left_2px {
    left: 2px;
}

  .h_28px {
    height: 28px;
}

  .w_28px {
    width: 28px;
}

  .left_calc\(56px_-_28px_-_\(2px\)\) {
    left: calc(56px - 28px - (2px));
}

  .left_calc\(48px_-_20px_-_\(2px\)\) {
    left: calc(48px - 20px - (2px));
}

  .left_calc\(40px_-_16px_-_\(2px\)\) {
    left: calc(40px - 16px - (2px));
}

  .ov-y_hidden {
    overflow-y: hidden;
}

  .w_max-content {
    width: max-content;
}

  .max-w_328px {
    max-width: 328px;
}

  .bottom_calc\(100\%_\+_20px\) {
    bottom: calc(100% + 20px);
}

  .top_50\% {
    top: 50%;
}

  .top_calc\(100\%_\+_20px\) {
    top: calc(100% + 20px);
}

  .left_26\% {
    left: 26%;
}

  .right_26\% {
    right: 26%;
}

  .left_50\% {
    left: 50%;
}

  .left_-7px {
    left: -7px;
}

  .right_-14px {
    right: -14px;
}

  .left_auto {
    left: auto;
}

  .right_calc\(100\%_\+_20px\) {
    right: calc(100% + 20px);
}

  .left_calc\(100\%_\+_20px\) {
    left: calc(100% + 20px);
}

  .pt_20px {
    padding-top: 20px;
}

  .h_0 {
    height: 0;
}

  .min-w_0 {
    min-width: 0;
}

  .max-w_1400px {
    max-width: 1400px;
}

  .w_44px {
    width: 44px;
}

  .h_44px {
    height: 44px;
}

  .w_52px {
    width: 52px;
}

  .h_52px {
    height: 52px;
}

  .w_60px {
    width: 60px;
}

  .h_60px {
    height: 60px;
}

  .w_84px {
    width: 84px;
}

  .h_84px {
    height: 84px;
}

  .h_26px {
    height: 26px;
}

  .w_26px {
    width: 26px;
}

  .max-w_100vw {
    max-width: 100vw;
}

  .max-w_1404px {
    max-width: 1404px;
}

  .min-w_345px {
    min-width: 345px;
}

  .max-w_348px {
    max-width: 348px;
}

  .min-w_255px {
    min-width: 255px;
}

  .max-w_100\% {
    max-width: 100%;
}

  .max-w_80\% {
    max-width: 80%;
}

  .max-h_176px {
    max-height: 176px;
}

  .h_min-content {
    height: min-content;
}

  .ov-y_auto {
    overflow-y: auto;
}

  .mt_8px {
    margin-top: 8px;
}

  .min-w_260px {
    min-width: 260px;
}

  .bottom_100\% {
    bottom: 100%;
}

  .mb_8px {
    margin-bottom: 8px;
}

  .mt_0 {
    margin-top: 0;
}

  .top_100\% {
    top: 100%;
}

  .mb_0 {
    margin-bottom: 0;
}

  .bdr-tl_var\(--radius16\) {
    border-top-left-radius: var(--radius16);
}

  .bdr-tr_var\(--radius16\) {
    border-top-right-radius: var(--radius16);
}

  .mt_12px {
    margin-top: 12px;
}

  .mb_6px {
    margin-bottom: 6px;
}

  .w_96px\! {
    width: 96px !important;
}

  .min-w_177px {
    min-width: 177px;
}

  .pl_16px {
    padding-left: 16px;
}

  .pl_20px {
    padding-left: 20px;
}

  .pl_1\.5px {
    padding-left: 1.5px;
}

  .bdr-tr_12px {
    border-top-right-radius: 12px;
}

  .bdr-br_12px {
    border-bottom-right-radius: 12px;
}

  .min-w_300px {
    min-width: 300px;
}

  .min-w_200px {
    min-width: 200px;
}

  .bottom_150\% {
    bottom: 150%;
}

  .top_150\% {
    top: 150%;
}

  .right_auto {
    right: auto;
}

  .h_100\% {
    height: 100%;
}

  .ov-x_scroll {
    overflow-x: scroll;
}

  .min-h_70\.4px {
    min-height: 70.4px;
}

  .max-h_70\.4px {
    max-height: 70.4px;
}

  .min-h_82\.2px {
    min-height: 82.2px;
}

  .max-h_82\.2px {
    max-height: 82.2px;
}

  .bottom_12px {
    bottom: 12px;
}

  .right_8px {
    right: 8px;
}

  .w_345px {
    width: 345px;
}

  .min-w_164px {
    min-width: 164px;
}

  .min-h_136px {
    min-height: 136px;
}

  .min-h_0 {
    min-height: 0;
}

  .w_88px {
    width: 88px;
}

  .h_168px {
    height: 168px;
}

  .w_min-content {
    width: min-content;
}

  .bottom_auto {
    bottom: auto;
}

  .right_-15\% {
    right: -15%;
}

  .min-w_208px {
    min-width: 208px;
}

  .h_var\(--slide-height\) {
    height: var(--slide-height);
}

  .ml_calc\(var\(--slide-spacing\)_\*_-1\) {
    margin-left: calc(var(--slide-spacing) * -1);
}

  .pl_var\(--slide-spacing\) {
    padding-left: var(--slide-spacing);
}

  .ml_10px {
    margin-left: 10px;
}

  .max-w_1284px {
    max-width: 1284px;
}

  .h_200px {
    height: 200px;
}

  .h_304px {
    height: 304px;
}

  .pt_12px {
    padding-top: 12px;
}

  .pb_12px {
    padding-bottom: 12px;
}

  .h_calc\(305px_-_42px\) {
    height: calc(305px - 42px);
}

  .top_auto {
    top: auto;
}

  .h_calc\(305px_-_50px\) {
    height: calc(305px - 50px);
}

  .h_calc\(305px_-_24px\) {
    height: calc(305px - 24px);
}

  .min-h_12px {
    min-height: 12px;
}

  .bottom_10px {
    bottom: 10px;
}

  .pl_8px {
    padding-left: 8px;
}

  .bottom_32px {
    bottom: 32px;
}

  .w_calc\(345px_-_80px\) {
    width: calc(345px - 80px);
}

  .ov-x_auto {
    overflow-x: auto;
}

  .ov-x_hidden {
    overflow-x: hidden;
}

  .w_124px {
    width: 124px;
}

  .w_0 {
    width: 0;
}

  .ml_auto\! {
    margin-left: auto !important;
}

  .w_288px {
    width: 288px;
}

  .w_calc\(100\%_-_8px\) {
    width: calc(100% - 8px);
}

  .top_108px {
    top: 108px;
}

  .top_68px {
    top: 68px;
}

  .min-h_250px {
    min-height: 250px;
}

  .min-h_auto {
    min-height: auto;
}

  .top_66px {
    top: 66px;
}

  .h_1px {
    height: 1px;
}

  .mt_auto\! {
    margin-top: auto !important;
}

  .pt_16px\! {
    padding-top: 16px !important;
}

  .mt_20px\! {
    margin-top: 20px !important;
}

  .ov-y_scroll {
    overflow-y: scroll;
}

  .min-h_1px {
    min-height: 1px;
}

  .w_var\(--hero-width\,_100\%\) {
    width: var(--hero-width, 100%);
}

  .mb_16px {
    margin-bottom: 16px;
}

  .w_var\(--hero-width\) {
    width: var(--hero-width);
}

  .h_var\(--hero-height\) {
    height: var(--hero-height);
}

  .h_calc\(var\(--hero-height\,_0px\)_-_8px\) {
    height: calc(var(--hero-height, 0px) - 8px);
}

  .left_calc\(50\%_\+_24px\) {
    left: calc(50% + 24px);
}

  .right_calc\(50\%_\+_24px\) {
    right: calc(50% + 24px);
}

  .top_calc\(var\(--hero-height\)\) {
    top: calc(var(--hero-height));
}

  .w_125px {
    width: 125px;
}

  .min-w_125px {
    min-width: 125px;
}

  .h_2px {
    height: 2px;
}

  .bottom_-6px {
    bottom: -6px;
}

  .h_4px {
    height: 4px;
}

  .pb_8px {
    padding-bottom: 8px;
}

  .w_200px {
    width: 200px;
}

  .w_50\% {
    width: 50%;
}

  .max-w_720px {
    max-width: 720px;
}

  .pt_8px {
    padding-top: 8px;
}

  .max-w_690px {
    max-width: 690px;
}

  .max-w_98px {
    max-width: 98px;
}

  .top_-6px {
    top: -6px;
}

  .right_-6px {
    right: -6px;
}

  .w_393px {
    width: 393px;
}

  .bdr-tr_500px {
    border-top-right-radius: 500px;
}

  .top_31px {
    top: 31px;
}

  .right_38px {
    right: 38px;
}

  .bottom_31px {
    bottom: 31px;
}

  .min-h_1\.5px {
    min-height: 1.5px;
}

  .h_340px {
    height: 340px;
}

  .w_500px {
    width: 500px;
}

  .w_380px {
    width: 380px;
}

  .max-h_1000px {
    max-height: 1000px;
}

  .max-h_0 {
    max-height: 0;
}

  .w_2px {
    width: 2px;
}

  .min-w_2px {
    min-width: 2px;
}

  .max-h_80\% {
    max-height: 80%;
}

  .max-h_0px {
    max-height: 0px;
}

  .h_max-content {
    height: max-content;
}

  .min-h_32px {
    min-height: 32px;
}

  .min-h_120px {
    min-height: 120px;
}

  .mb_2px {
    margin-bottom: 2px;
}

  .max-h_150px {
    max-height: 150px;
}

  .w_104px {
    width: 104px;
}

  .min-w_72px {
    min-width: 72px;
}

  .w_var\(--progress-width\,_0\%\) {
    width: var(--progress-width, 0%);
}

  .bdr-tr_var\(--radius999\) {
    border-top-right-radius: var(--radius999);
}

  .bdr-br_var\(--radius999\) {
    border-bottom-right-radius: var(--radius999);
}

  .w_var\(--upload-width\,_auto\) {
    width: var(--upload-width, auto);
}

  .h_88px {
    height: 88px;
}

  .max-w_8xl {
    max-width: 8xl;
}

  .h_210px {
    height: 210px;
}

  .w_385px {
    width: 385px;
}

  .top_true {
    top: true;
}

  .w_639px {
    width: 639px;
}

  .w_344px {
    width: 344px;
}

  .w_128px {
    width: 128px;
}

  .w_152px {
    width: 152px;
}

  .max-w_981px {
    max-width: 981px;
}

  .max-w_auto {
    max-width: auto;
}

  .max-w_843px {
    max-width: 843px;
}

  .w_520px {
    width: 520px;
}

  .w_216px {
    width: 216px;
}

  .w_117px {
    width: 117px;
}

  .w_70\%\! {
    width: 70% !important;
}

  .min-h_100dvh {
    min-height: 100dvh;
}

  .min-h_81\% {
    min-height: 81%;
}

  .left_-28px {
    left: -28px;
}

  .max-w_345px {
    max-width: 345px;
}

  .max-w_480px {
    max-width: 480px;
}

  .w_500 {
    width: 500px;
}

  .w_630px {
    width: 630px;
}

  .w_186px {
    width: 186px;
}

  .w_102px {
    width: 102px;
}

  .w_360px {
    width: 360px;
}

  .h_100dvh {
    height: 100dvh;
}

  .w_300px {
    width: 300px;
}

  .h_calc\(100dvh_-_190px\) {
    height: calc(100dvh - 190px);
}

  .max-w_462px {
    max-width: 462px;
}

  .w_340px {
    width: 340px;
}

  .w_257px {
    width: 257px;
}

  .w_424px {
    width: 424px;
}

  .w_181px {
    width: 181px;
}

  .w_202px {
    width: 202px;
}

  .w_196px {
    width: 196px;
}

  .w_199px {
    width: 199px;
}

  .h_90px {
    height: 90px;
}

  .max-w_702px {
    max-width: 702px;
}

  .w_119px {
    width: 119px;
}

  .w_127px {
    width: 127px;
}

  .after\:anim_shimmer_1\.4s_infinite::after {
    animation: shimmer 1.4s infinite;
}

  .\[\&_\.with-action\]\:p_2px .with-action {
    padding: 2px;
}

  .before\:bd_solid_transparent::before {
    border: solid transparent;
}

  .\[\&_\.react-datepicker\]\:bd_none\! .react-datepicker {
    border: none !important;
}

  .\[\&_\.react-datepicker__header\]\:p_0 .react-datepicker__header {
    padding: 0;
}

  .\[\&_\.react-datepicker__month\]\:m_0px .react-datepicker__month {
    margin: 0px;
}

  .\[\&_\.react-datepicker__month\]\:p_12px_16px .react-datepicker__month {
    padding: 12px 16px;
}

  .\[\&_\.react-datepicker__month-text\,_\&_\.react-datepicker__day-text\,_\&_\.react-datepicker__year-text\]\:p_2px\! .react-datepicker__month-text,.\[\&_\.react-datepicker__month-text\,_\&_\.react-datepicker__day-text\,_\&_\.react-datepicker__year-text\]\:p_2px\! .react-datepicker__day-text,.\[\&_\.react-datepicker__month-text\,_\&_\.react-datepicker__day-text\,_\&_\.react-datepicker__year-text\]\:p_2px\! .react-datepicker__year-text {
    padding: 2px !important;
}

  .\[\&_\.react-datepicker__month-wrapper\]\:p_16px_20px .react-datepicker__month-wrapper {
    padding: 16px 20px;
}

  .\[\&_\.react-datepicker__year-wrapper\]\:p_16px_20px\! .react-datepicker__year-wrapper {
    padding: 16px 20px !important;
}

  .\[\&_\.react-datepicker__day-names\]\:m_0 .react-datepicker__day-names {
    margin: 0;
}

  .\[\&_\.react-datepicker__day-name\]\:m_0\! .react-datepicker__day-name {
    margin: 0 !important;
}

  .\[\&_\.react-datepicker__day\]\:m_0 .react-datepicker__day {
    margin: 0;
}

  .\[\&_\.react-datepicker__day--in-range\,_\&_\.react-datepicker__day--in-selecting-range\]\:bg_\{colors\.Background\.Primary\.Subtle\}\! .react-datepicker__day--in-range,.\[\&_\.react-datepicker__day--in-range\,_\&_\.react-datepicker__day--in-selecting-range\]\:bg_\{colors\.Background\.Primary\.Subtle\}\! .react-datepicker__day--in-selecting-range {
    background: var(--colors--background\.-primary\.-subtle) !important;
}

  .\[\&_\.react-datepicker__day--selected\,_\&_\.react-datepicker__day--keyboard-selected\]\:bg_\{colors\.Background\.Primary\.Darker\}\! .react-datepicker__day--selected,.\[\&_\.react-datepicker__day--selected\,_\&_\.react-datepicker__day--keyboard-selected\]\:bg_\{colors\.Background\.Primary\.Darker\}\! .react-datepicker__day--keyboard-selected {
    background: var(--colors--background\.-primary\.-darker) !important;
}

  .\[\&_\.react-datepicker__children-container\]\:m_0 .react-datepicker__children-container {
    margin: 0;
}

  .\[\&_\.react-datepicker__portal_\.react-datepicker__day\,_\&_\.react-datepicker__portal_\.react-datepicker__month\]\:m_0\! .react-datepicker__portal .react-datepicker__day,.\[\&_\.react-datepicker__portal_\.react-datepicker__day\,_\&_\.react-datepicker__portal_\.react-datepicker__month\]\:m_0\! .react-datepicker__portal .react-datepicker__month {
    margin: 0 !important;
}

  .\[\&_\.react-datepicker__header\]\:bd_none\! .react-datepicker__header {
    border: none !important;
}

  .\[\&_\.react-datepicker__header\]\:bg_Background\.White\.Default\! .react-datepicker__header {
    background: var(--colors--background\.-white\.-default) !important;
}

  .\[\&_\.react-datepicker__day-names\]\:p_12px_16px_0\! .react-datepicker__day-names {
    padding: 12px 16px 0 !important;
}

  .\[\&_\.react-datepicker__day-names\]\:p_12px_16px .react-datepicker__day-names {
    padding: 12px 16px;
}

  .\[\&\[data-animation-direction\=\"left\"\]\]\:anim_slideOutLeftAndIn_300ms_ease-in-out[data-animation-direction="left"] {
    animation: slideOutLeftAndIn 300ms ease-in-out;
}

  .\[\&\[data-animation-direction\=\"right\"\]\]\:anim_slideOutRightAndIn_300ms_ease-in-out[data-animation-direction="right"] {
    animation: slideOutRightAndIn 300ms ease-in-out;
}

  .\[\&\[data-closing\=\"true\"\]\]\:anim_mobileOverlayClose_250ms_ease-in-out_forwards[data-closing="true"] {
    animation: mobileOverlayClose 250ms ease-in-out forwards;
}

  .\[\&_\.embla__dot\]\:bd_0 .embla__dot {
    border: 0;
}

  .\[\&_\.embla__dot\]\:p_0 .embla__dot {
    padding: 0;
}

  .\[\&_\.embla__dot\]\:m_0 .embla__dot {
    margin: 0;
}

  .\[\&_\.embla__controls\]\:p_0_24px .embla__controls {
    padding: 0 24px;
}

  .\[\&_hr\]\:bg_Shape\.Primary\.Default hr {
    background: var(--colors--shape\.-primary\.-default);
}

  .\[\&_p\]\:p_4px_0 p {
    padding: 4px 0;
}

  .\[\&_\+_\#optimusTrackerBody\]\:p_42px + #optimusTrackerBody {
    padding: 42px;
}

  .\[\&\[data-selected\=\"true\"\]\]\:bg_Background\.White\.Default[data-selected="true"],.\[\&\[data-selected\=\"false\"\]\]\:bg_Background\.White\.Default[data-selected="false"] {
    background: var(--colors--background\.-white\.-default);
}

  .\[\&\[data-selected\=\"false\"\]\]\:bg_Background\.White\.Subtle[data-selected="false"] {
    background: var(--colors--background\.-white\.-subtle);
}

  .\[\&_\.with-action\]\:td_underline\! .with-action {
    text-decoration: underline !important;
}

  .before\:bd-w_6px::before {
    border-width: 6px;
}

  .\[\&_\.react-datepicker\]\:bdr_var\(--radius12\) .react-datepicker {
    border-radius: var(--radius12);
}

  .\[\&_\.react-datepicker\]\:ov_hidden .react-datepicker {
    overflow: hidden;
}

  .\[\&_\.react-datepicker__header\]\:bd-b_solid_1\.5px_\{colors\.Border\.White\.Lighter\}\! .react-datepicker__header {
    border-bottom: solid 1.5px var(--colors--border\.-white\.-lighter) !important;
}

  .\[\&_\.react-datepicker__month-text\,_\&_\.react-datepicker__day-text\,_\&_\.react-datepicker__year-text\]\:bdr_var\(--radius4\) .react-datepicker__month-text,.\[\&_\.react-datepicker__month-text\,_\&_\.react-datepicker__day-text\,_\&_\.react-datepicker__year-text\]\:bdr_var\(--radius4\) .react-datepicker__day-text,.\[\&_\.react-datepicker__month-text\,_\&_\.react-datepicker__day-text\,_\&_\.react-datepicker__year-text\]\:bdr_var\(--radius4\) .react-datepicker__year-text {
    border-radius: var(--radius4);
}

  .\[\&_\.react-datepicker__month-text\,_\&_\.react-datepicker__day-text\,_\&_\.react-datepicker__year-text\]\:trs_0\.2s .react-datepicker__month-text,.\[\&_\.react-datepicker__month-text\,_\&_\.react-datepicker__day-text\,_\&_\.react-datepicker__year-text\]\:trs_0\.2s .react-datepicker__day-text,.\[\&_\.react-datepicker__month-text\,_\&_\.react-datepicker__day-text\,_\&_\.react-datepicker__year-text\]\:trs_0\.2s .react-datepicker__year-text {
    transition: 0.2s;
}

  .\[\&_\.react-datepicker__month-wrapper\]\:gap_24px .react-datepicker__month-wrapper {
    gap: 24px;
}

  .\[\&_\.react-datepicker__year-wrapper\]\:gap_32px_24px\! .react-datepicker__year-wrapper {
    gap: 32px 24px !important;
}

  .\[\&_\.react-datepicker__week\]\:gap_13px\! .react-datepicker__week {
    gap: 13px !important;
}

  .\[\&_\.react-datepicker__day\]\:trs_0\.2s .react-datepicker__day {
    transition: 0.2s;
}

  .\[\&_\.react-datepicker__day\]\:bdr_var\(--radius4\) .react-datepicker__day {
    border-radius: var(--radius4);
}

  .\[\&_\.react-datepicker__day-names\]\:gap_4px .react-datepicker__day-names {
    gap: 4px;
}

  .\[\&_div\]\:gap_12px div {
    gap: 12px;
}

  .\[\&_div\]\:gap_8px div {
    gap: 8px;
}

  .\[\&_\>_\*\:not\(\:last-child\)\]\:bd-b_1\.5px_solid_\#E7E7E8 > *:not(:last-child) {
    border-bottom: 1.5px solid #E7E7E8;
}

  .before\:border-style_solid::before {
    border-style: solid;
}

  .before\:bd-c_transparent::before {
    border-color: transparent;
}

  .before\:bd-w_var\(--popover-arrow-height\)_var\(--popover-arrow-half-width\)_0_var\(--popover-arrow-half-width\)::before {
    border-width: var(--popover-arrow-height) var(--popover-arrow-half-width) 0 var(--popover-arrow-half-width);
}

  .before\:bd-w_0_var\(--popover-arrow-half-width\)_var\(--popover-arrow-height\)_var\(--popover-arrow-half-width\)::before {
    border-width: 0 var(--popover-arrow-half-width) var(--popover-arrow-height) var(--popover-arrow-half-width);
}

  .before\:bd-w_var\(--popover-arrow-half-width\)_var\(--popover-arrow-height\)_var\(--popover-arrow-half-width\)_0::before {
    border-width: var(--popover-arrow-half-width) var(--popover-arrow-height) var(--popover-arrow-half-width) 0;
}

  .before\:bd-w_var\(--popover-arrow-half-width\)_0_var\(--popover-arrow-half-width\)_var\(--popover-arrow-height\)::before {
    border-width: var(--popover-arrow-half-width) 0 var(--popover-arrow-half-width) var(--popover-arrow-height);
}

  .\[\&_div\:nth-child\(2\)\]\:ov_visible div:nth-child(2) {
    overflow: visible;
}

  .\[\&_\.embla__dots\]\:gap_8px .embla__dots {
    gap: 8px;
}

  .\[\&_\.embla__dot\]\:td_none .embla__dot {
    text-decoration: none;
}

  .\[\&_\.embla__dot\]\:bdr_50\% .embla__dot {
    border-radius: 50%;
}

  .\[\&_\.embla__dot--selected\]\:bdr_6px .embla__dot--selected {
    border-radius: 6px;
}

  .\[\&_\>_div\]\:gap_4px > div {
    gap: 4px;
}

  .after\:bd-t_40px_solid_var\(--Gray-G0\)::after {
    border-top: 40px solid var(--Gray-G0);
}

  .\[\&\[data-selected\=\"true\"\]\]\:bdr_4px_4px_0px_0px[data-selected="true"] {
    border-radius: 4px 4px 0px 0px;
}

  .\[\&\[data-selected\=\"false\"\]\]\:bdr_0px[data-selected="false"] {
    border-radius: 0px;
}

  .\[\&_\>_div\]\:trs_width_0\.03s_linear > div {
    transition: width 0.03s linear;
}

  .\[\&_img\]\:bdr_24px img {
    border-radius: 24px;
}

  .\[\&_\>_\*_\+_\*\]\:bd-t_1\.5px_solid_\{colors\.Border\.White\.Lighter\} > * + * {
    border-top: 1.5px solid var(--colors--border\.-white\.-lighter);
}

  .\[\&_\.modal_handle\]\:bdr_4px .modal_handle {
    border-radius: 4px;
}

  .\[\&_\>_div\]\:gap_8px > div {
    gap: 8px;
}

  .\[\&_\>_\*_svg\]\:filter_drop-shadow\(0px_1px_4px_rgba\(69\,_73\,_78\,_0\.16\)\) > * svg {
    filter: drop-shadow(0px 1px 4px rgba(69, 73, 78, 0.16));
}

  .\[\&_\>_\*_path\]\:fill_\{colors\.Shape\.Primary\.Default\} > * path {
    fill: var(--colors--shape\.-primary\.-default);
}

  .\[\&_\>_\*_path\]\:fill_\{colors\.Shape\.Secondary\.Default\} > * path {
    fill: var(--colors--shape\.-secondary\.-default);
}

  .\[\&_\>_\*_path\]\:fill_\{colors\.Shape\.Tertiary\.High_darker\} > * path {
    fill: var(--colors--shape\.-tertiary\.-high_darker);
}

  .\[\&_\>_\*_path\]\:fill_\{colors\.Shape\.Supplementary\.Gentle\} > * path {
    fill: var(--colors--shape\.-supplementary\.-gentle);
}

  .\[\&_\>_\*_path\]\:fill_\{colors\.Shape\.Gray\.Gentle\} > * path {
    fill: var(--colors--shape\.-gray\.-gentle);
}

  .\[\&_\>_\*_path\]\:fill_\{colors\.Shape\.Transparent\} > * path {
    fill: colors\.Shape\.Transparent;
}

  .\[\&_\>_\*_path\]\:fill_Shape\.Gray\.Default > * path {
    fill: var(--colors--shape\.-gray\.-default);
}

  .\[\&_\>_\*_path\]\:fill_Shape\.Gray\.Lighter > * path {
    fill: var(--colors--shape\.-gray\.-lighter);
}

  .\[\&_\>_\*_path\]\:fill_Shape\.Primary\.Darker > * path {
    fill: var(--colors--shape\.-primary\.-darker);
}

  .\[\&_\>_\*_path\]\:fill_Shape\.Secondary\.Darker > * path {
    fill: var(--colors--shape\.-secondary\.-darker);
}

  .\[\&_\>_\*_path\]\:fill_Shape\.Supplementary\.Default > * path {
    fill: var(--colors--shape\.-supplementary\.-default);
}

  .\[\&_\>_\*_path\]\:fill_Shape\.Error\.Lighter > * path {
    fill: var(--colors--shape\.-error\.-lighter);
}

  .after\:pos_absolute::after {
    position: absolute;
}

  .after\:trf_translateX\(-100\%\)::after {
    transform: translateX(-100%);
}

  .after\:bg-i_linear-gradient\(90deg\,_rgba\(255\,_255\,_255\,_0\.1\)_0\,_rgba\(255\,_255\,_255\,_0\.2\)_30\%\,_rgba\(255\,_255\,_255\,_0\.5\)_50\%\,_rgba\(255\,_255\,_255\,_0\.1\)\)::after {
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0, rgba(255, 255, 255, 0.2) 30%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.1));
}

  .after\:content_\'\'::after {
    content: '';
}

  .\[\&_\>_\*_path\]\:fill_\#fff > * path {
    fill: #fff;
}

  .\[\&_\>_\*_path\]\:fill_\{colors\.Shape\.White\.Default\} > * path {
    fill: var(--colors--shape\.-white\.-default);
}

  .\[\&_\>_\*_path\]\:fill_\{colors\.Shape\.Gray\.Darker\} > * path {
    fill: var(--colors--shape\.-gray\.-darker);
}

  .\[\&_\>_\*_path\]\:fill_\{colors\.Shape\.Disable\.Default\} > * path {
    fill: var(--colors--shape\.-disable\.-default);
}

  .\[\&_\>_\*_path\]\:fill_Shape\.Primary\.Gentle > * path {
    fill: var(--colors--shape\.-primary\.-gentle);
}

  .\[\&_\>_\*_path\]\:fill_Shape\.Secondary\.Gentle > * path {
    fill: var(--colors--shape\.-secondary\.-gentle);
}

  .\[\&_\>_\*_path\]\:fill_\#827533 > * path {
    fill: #827533;
}

  .\[\&_\>_\*_path\]\:fill_Shape\.Error\.Gentle > * path {
    fill: var(--colors--shape\.-error\.-gentle);
}

  .\[\&_\>_\*\]\:cursor_inherit > * {
    cursor: inherit;
}

  .\[\&_\>_\*_path\]\:fill_Shape\.White\.Default > * path {
    fill: var(--colors--shape\.-white\.-default);
}

  .\[\&_\>_\*_path\]\:fill_Shape\.Error\.Darker > * path {
    fill: var(--colors--shape\.-error\.-darker);
}

  .\[\&_\>_\*_path\]\:fill_Shape\.Error\.Default > * path {
    fill: var(--colors--shape\.-error\.-default);
}

  .\[\&_\>_\*_path\]\:fill_Shape\.Disable\.Default > * path {
    fill: var(--colors--shape\.-disable\.-default);
}

  .\[\&_\>_\*_path\]\:fill_transparent > * path {
    fill: transparent;
}

  .\[\&_\.with-action\]\:c_\{colors\.Text\.Disabled\.Default\}\! .with-action {
    color: colors\.Text\.Disabled\.Default !important;
}

  .\[\&_\.with-action\]\:bg-c_\{colors\.Background\.Disabled\.Subtle\} .with-action {
    background-color: var(--colors--background\.-disabled\.-subtle);
}

  .\[\&_\.with-action\]\:cursor_pointer .with-action {
    cursor: pointer;
}

  .\[\&_\.with-action\]\:c_\{colors\.Text\.Secondary\.Darker\}\! .with-action {
    color: var(--colors--text\.-secondary\.-darker) !important;
}

  .\[\&_\.with-action\]\:bg-c_\{colors\.Background\.Secondary\.Subtle\} .with-action {
    background-color: var(--colors--background\.-secondary\.-subtle);
}

  .\[\&_\>_\*_path\]\:fill_Shape\.Primary\.Default > * path {
    fill: var(--colors--shape\.-primary\.-default);
}

  .\[\&_\>_\*_path\]\:fill_Text\.Primary\.High_darker > * path {
    fill: var(--colors--text\.-primary\.-high_darker);
}

  .\[\&_\>_\*_path\]\:fill_Text\.Primary\.Darker > * path {
    fill: var(--colors--text\.-primary\.-darker);
}

  .\[\&_\>_\*_path\]\:fill_Text\.Disable\.Default > * path {
    fill: var(--colors--text\.-disable\.-default);
}

  .checked\:bg-c_Background\.Primary\.Subtle:is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]) {
    background-color: var(--colors--background\.-primary\.-subtle);
}

  .checked\:bx-sh_inset_0_0_0_7px_\{colors\.Border\.Primary\.Lighter\}\,_0px_0px_0px_0px_rgba\(0\,0\,0\,0\):is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]) {
    box-shadow: inset 0 0 0 7px var(--colors--border\.-primary\.-lighter), 0px 0px 0px 0px rgba(0,0,0,0);
}

  .checked\:bg-c_Background\.Secondary\.Subtle:is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]) {
    background-color: var(--colors--background\.-secondary\.-subtle);
}

  .checked\:bx-sh_inset_0_0_0_7px_\{colors\.Border\.Secondary\.Lighter\}\,_0px_0px_0px_0px_rgba\(0\,0\,0\,0\):is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]) {
    box-shadow: inset 0 0 0 7px var(--colors--border\.-secondary\.-lighter), 0px 0px 0px 0px rgba(0,0,0,0);
}

  .checked\:bg-c_Background\.Disabled\.Subtle:is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]) {
    background-color: var(--colors--background\.-disabled\.-subtle);
}

  .checked\:bx-sh_inset_0_0_0_7px_\{colors\.Border\.Disabled\.Disable\}\,_0px_0px_0px_0px_rgba\(0\,0\,0\,0\):is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]) {
    box-shadow: inset 0 0 0 7px var(--colors--border\.-disabled\.-disable), 0px 0px 0px 0px rgba(0,0,0,0);
}

  .\[\&_\>_\*_path\]\:fill_\{colors\.Shape\.Secondary\.Darker\} > * path {
    fill: var(--colors--shape\.-secondary\.-darker);
}

  .\[\&_\>_\*_path\]\:fill_\{colors\.Shape\.Tertiary\.Darker\} > * path {
    fill: var(--colors--shape\.-tertiary\.-darker);
}

  .\[\&_\>_\*_path\]\:fill_\{colors\.Shape\.Supplementary\.Default\} > * path {
    fill: var(--colors--shape\.-supplementary\.-default);
}

  .\[\&_\>_\*_path\]\:fill_\{colors\.Shape\.Error\.Default\} > * path {
    fill: var(--colors--shape\.-error\.-default);
}

  .\[\&_\>_\*_path\]\:fill_\{colors\.Shape\.Gray\.Default\} > * path {
    fill: var(--colors--shape\.-gray\.-default);
}

  .\[\&_\>_\*_path\]\:fill_\{colors\.Shape\.Disable\.Subtle\} > * path {
    fill: var(--colors--shape\.-disable\.-subtle);
}

  .\[\&_\>_\*_path\]\:fill_\{colors\.Shape\.Dark\.Default\} > * path {
    fill: colors\.Shape\.Dark\.Default;
}

  .\[\&_\>_\*_path\]\:fill_\{colors\.Shape\.Darker\} > * path {
    fill: colors\.Shape\.Darker;
}

  .\[\&_\>_\*_path\]\:fill_\{colors\.Shape\.Dark\} > * path {
    fill: colors\.Shape\.Dark;
}

  .\[\&_\>_\*_path\]\:fill_\{colors\.Shape\.Primary\.Gentle\} > * path {
    fill: var(--colors--shape\.-primary\.-gentle);
}

  .\[\&_\>_\*_path\]\:fill_\{colors\.Shape\.Secondary\.Gentle\} > * path {
    fill: var(--colors--shape\.-secondary\.-gentle);
}

  .\[\&_\>_\*_path\]\:fill_\{colors\.Shape\.Tertiary\.Default\} > * path {
    fill: var(--colors--shape\.-tertiary\.-default);
}

  .\[\&_\>_\*_path\]\:fill_\{colors\.Shape\.Error\.Gentle\} > * path {
    fill: var(--colors--shape\.-error\.-gentle);
}

  .\[\&_\>_div\]\:cursor_pointer > div {
    cursor: pointer;
}

  .\[\&_\>\*_path\]\:fill_Shape\.Primary\.Default >* path {
    fill: var(--colors--shape\.-primary\.-default);
}

  .\[\&_\>\*_path\]\:fill_Shape\.Tertiary\.Darker >* path {
    fill: var(--colors--shape\.-tertiary\.-darker);
}

  .\[\&_\>\*_path\]\:fill_Shape\.Secondary\.Gentle >* path {
    fill: var(--colors--shape\.-secondary\.-gentle);
}

  .\[\&_\>\*_path\]\:fill_Shape\.Error\.Default >* path {
    fill: var(--colors--shape\.-error\.-default);
}

  .\[\&_\*\]\:c_inherit\! * {
    color: inherit !important;
}

  .before\:content_\'_\'::before {
    content: ' ';
}

  .before\:pos_absolute::before {
    position: absolute;
}

  .before\:pointer-events_none::before {
    pointer-events: none;
}

  .before\:trf_translateX\(0\)_translateY\(-50\%\)::before {
    transform: translateX(0) translateY(-50%);
}

  .\[\&_\>_\*_path\]\:fill_Shape\.Gray\.Darker > * path {
    fill: var(--colors--shape\.-gray\.-darker);
}

  .\[\&_\.react-datepicker\]\:bx-sh_0px_1px_4px_0px_rgba\(69\,_73\,_78\,_0\.16\) .react-datepicker {
    box-shadow: 0px 1px 4px 0px rgba(69, 73, 78, 0.16);
}

  .\[\&_\.react-datepicker\]\:ff_Lexend\! .react-datepicker {
    font-family: Lexend !important;
}

  .\[\&_\.react-datepicker\]\:tt_capitalize .react-datepicker {
    text-transform: capitalize;
}

  .\[\&_\.react-datepicker\]\:d_flex .react-datepicker {
    display: flex;
}

  .\[\&_\.react-datepicker__header\]\:bg-c_Background\.White\.Default\! .react-datepicker__header {
    background-color: var(--colors--background\.-white\.-default) !important;
}

  .\[\&_\.react-datepicker__month-text\,_\&_\.react-datepicker__day-text\,_\&_\.react-datepicker__year-text\]\:fs_16px\! .react-datepicker__month-text,.\[\&_\.react-datepicker__month-text\,_\&_\.react-datepicker__day-text\,_\&_\.react-datepicker__year-text\]\:fs_16px\! .react-datepicker__day-text,.\[\&_\.react-datepicker__month-text\,_\&_\.react-datepicker__day-text\,_\&_\.react-datepicker__year-text\]\:fs_16px\! .react-datepicker__year-text {
    font-size: 16px !important;
}

  .\[\&_\.react-datepicker__month-text\,_\&_\.react-datepicker__day-text\,_\&_\.react-datepicker__year-text\]\:c_\{colors\.Text\.Gray\.Darker\}\! .react-datepicker__month-text,.\[\&_\.react-datepicker__month-text\,_\&_\.react-datepicker__day-text\,_\&_\.react-datepicker__year-text\]\:c_\{colors\.Text\.Gray\.Darker\}\! .react-datepicker__day-text,.\[\&_\.react-datepicker__month-text\,_\&_\.react-datepicker__day-text\,_\&_\.react-datepicker__year-text\]\:c_\{colors\.Text\.Gray\.Darker\}\! .react-datepicker__year-text {
    color: var(--colors--text\.-gray\.-darker) !important;
}

  .\[\&_\.react-datepicker__month-text\,_\&_\.react-datepicker__day-text\,_\&_\.react-datepicker__year-text\]\:bg-c_transparent .react-datepicker__month-text,.\[\&_\.react-datepicker__month-text\,_\&_\.react-datepicker__day-text\,_\&_\.react-datepicker__year-text\]\:bg-c_transparent .react-datepicker__day-text,.\[\&_\.react-datepicker__month-text\,_\&_\.react-datepicker__day-text\,_\&_\.react-datepicker__year-text\]\:bg-c_transparent .react-datepicker__year-text {
    background-color: transparent;
}

  .\[\&_\.react-datepicker__month-text--selected\,_\&_\.react-datepicker__year-text--selected\]\:c_\{colors\.Text\.White\.Default\}\! .react-datepicker__month-text--selected,.\[\&_\.react-datepicker__month-text--selected\,_\&_\.react-datepicker__year-text--selected\]\:c_\{colors\.Text\.White\.Default\}\! .react-datepicker__year-text--selected {
    color: var(--colors--text\.-white\.-default) !important;
}

  .\[\&_\.react-datepicker__month-text--selected\,_\&_\.react-datepicker__year-text--selected\]\:bg-c_\{colors\.Background\.Primary\.Darker\}\! .react-datepicker__month-text--selected,.\[\&_\.react-datepicker__month-text--selected\,_\&_\.react-datepicker__year-text--selected\]\:bg-c_\{colors\.Background\.Primary\.Darker\}\! .react-datepicker__year-text--selected {
    background-color: var(--colors--background\.-primary\.-darker) !important;
}

  .\[\&_\.react-datepicker__month-text--disabled\,_\&_\.react-datepicker__day-text--disabled\]\:c_\{colors\.Text\.Disable\.Default\}\! .react-datepicker__month-text--disabled,.\[\&_\.react-datepicker__month-text--disabled\,_\&_\.react-datepicker__day-text--disabled\]\:c_\{colors\.Text\.Disable\.Default\}\! .react-datepicker__day-text--disabled {
    color: var(--colors--text\.-disable\.-default) !important;
}

  .\[\&_\.react-datepicker__month-text--disabled\,_\&_\.react-datepicker__day-text--disabled\]\:bg-c_transparent\! .react-datepicker__month-text--disabled,.\[\&_\.react-datepicker__month-text--disabled\,_\&_\.react-datepicker__day-text--disabled\]\:bg-c_transparent\! .react-datepicker__day-text--disabled {
    background-color: transparent !important;
}

  .\[\&_\.react-datepicker__month-wrapper\]\:d_flex .react-datepicker__month-wrapper {
    display: flex;
}

  .\[\&_\.react-datepicker__year-wrapper\]\:jc_center .react-datepicker__year-wrapper {
    justify-content: center;
}

  .\[\&_\.react-datepicker__day-names\]\:d_flex .react-datepicker__day-names {
    display: flex;
}

  .\[\&_\.react-datepicker__day-names\]\:jc_space-between .react-datepicker__day-names {
    justify-content: space-between;
}

  .\[\&_\.react-datepicker__portal_\.react-datepicker__day\,_\&_\.react-datepicker__portal_\.react-datepicker__day-name\]\:lh_40px\! .react-datepicker__portal .react-datepicker__day,.\[\&_\.react-datepicker__portal_\.react-datepicker__day\,_\&_\.react-datepicker__portal_\.react-datepicker__day-name\]\:lh_40px\! .react-datepicker__portal .react-datepicker__day-name {
    line-height: 40px !important;
}

  .\[\&_\.react-datepicker__day-name\]\:d_inline-flex .react-datepicker__day-name {
    display: inline-flex;
}

  .\[\&_\.react-datepicker__day-name\]\:ai_center .react-datepicker__day-name {
    align-items: center;
}

  .\[\&_\.react-datepicker__day-name\]\:jc_center .react-datepicker__day-name {
    justify-content: center;
}

  .\[\&_\.react-datepicker__day-name\]\:c_\{colors\.Text\.Gray\.Darker\}\! .react-datepicker__day-name {
    color: var(--colors--text\.-gray\.-darker) !important;
}

  .\[\&_\.react-datepicker__day-name\]\:fs_14px .react-datepicker__day-name {
    font-size: 14px;
}

  .\[\&_\.react-datepicker__day-name\]\:lh_32px\! .react-datepicker__day-name {
    line-height: 32px !important;
}

  .\[\&_\.react-datepicker__week\]\:d_flex\! .react-datepicker__week {
    display: flex !important;
}

  .\[\&_\.react-datepicker__day\]\:d_inline-flex .react-datepicker__day {
    display: inline-flex;
}

  .\[\&_\.react-datepicker__day\]\:ai_center .react-datepicker__day {
    align-items: center;
}

  .\[\&_\.react-datepicker__day\]\:jc_center .react-datepicker__day {
    justify-content: center;
}

  .\[\&_\.react-datepicker__day\]\:c_\{colors\.Text\.Gray\.Darker\}\! .react-datepicker__day {
    color: var(--colors--text\.-gray\.-darker) !important;
}

  .\[\&_\.react-datepicker__day\]\:bg-c_transparent .react-datepicker__day {
    background-color: transparent;
}

  .\[\&_\.react-datepicker__day\]\:fs_16px .react-datepicker__day {
    font-size: 16px;
}

  .\[\&_\.react-datepicker__day--in-range\,_\&_\.react-datepicker__day--in-selecting-range\]\:c_Text\.Gray\.Darker .react-datepicker__day--in-range,.\[\&_\.react-datepicker__day--in-range\,_\&_\.react-datepicker__day--in-selecting-range\]\:c_Text\.Gray\.Darker .react-datepicker__day--in-selecting-range {
    color: var(--colors--text\.-gray\.-darker);
}

  .\[\&_\.react-datepicker__day--selected\,_\&_\.react-datepicker__day--keyboard-selected\]\:c_\{colors\.Text\.White\.Default\}\! .react-datepicker__day--selected,.\[\&_\.react-datepicker__day--selected\,_\&_\.react-datepicker__day--keyboard-selected\]\:c_\{colors\.Text\.White\.Default\}\! .react-datepicker__day--keyboard-selected {
    color: var(--colors--text\.-white\.-default) !important;
}

  .\[\&_\.react-datepicker__day--outside-month\]\:c_\{colors\.Text\.Disable\.Default\}\! .react-datepicker__day--outside-month {
    color: var(--colors--text\.-disable\.-default) !important;
}

  .\[\&_\.react-datepicker__day--disabled\]\:c_Text\.Disable\.Default .react-datepicker__day--disabled {
    color: var(--colors--text\.-disable\.-default);
}

  .\[\&_\.react-datepicker__day--disabled\]\:bg-c_transparent .react-datepicker__day--disabled {
    background-color: transparent;
}

  .\[\&_\.react-datepicker__children-container\]\:d_flex .react-datepicker__children-container {
    display: flex;
}

  .\[\&_\.react-datepicker-popper\]\:z_110\! .react-datepicker-popper {
    z-index: 110 !important;
}

  .\[\&_div\]\:d_flex div {
    display: flex;
}

  .\[\&_p\]\:c_Text\.Gray\.Lighter p {
    color: var(--colors--text\.-gray\.-lighter);
}

  .\[\&_p\]\:fs_16px p {
    font-size: 16px;
}

  .\[\&_p\]\:fw_600 p {
    font-weight: 600;
}

  .\[\&_h4\]\:c_Text\.Primary\.Darker h4 {
    color: var(--colors--text\.-primary\.-darker);
}

  .\[\&_h4\]\:fs_24px h4 {
    font-size: 24px;
}

  .\[\&_h4\]\:fw_400 h4 {
    font-weight: 400;
}

  .\[\&_\*_\>_path\]\:fill_Shape\.Gray\.Default * > path {
    fill: var(--colors--shape\.-gray\.-default);
}

  .placeholder\:c_Text\.Gray\.Subtle::placeholder,.placeholder\:c_Text\.Gray\.Subtle[data-placeholder] {
    color: var(--colors--text\.-gray\.-subtle);
}

  .\[\&\[type\=password\]\:\:-ms-reveal\]\:d_none[type=password]::-ms-reveal,.\[\&\[type\=password\]\:\:-ms-clear\]\:d_none[type=password]::-ms-clear {
    display: none;
}

  .\[\&_\>_\*_path\]\:fill_Shape\.Disable\.Default\! > * path {
    fill: var(--colors--shape\.-disable\.-default) !important;
}

  .\[\&_\>_\*_path\]\:fill_Shape\.Gray\.Lighter\! > * path {
    fill: var(--colors--shape\.-gray\.-lighter) !important;
}

  .\[\&_\>_div\]\:op_0 > div {
    opacity: 0;
}

  .\[\&_\>_\*_path\]\:fill_Shape\.Tertiary\.Darker > * path {
    fill: var(--colors--shape\.-tertiary\.-darker);
}

  .\[\&_\>_\*_path\]\:fill_Shape\.Supplementary\.Gentle > * path {
    fill: var(--colors--shape\.-supplementary\.-gentle);
}

  .\[\&_p\]\:c_Text\.Gray\.Darker p {
    color: var(--colors--text\.-gray\.-darker);
}

  .\[\&_p\]\:c_Text\.Disable\.Default p {
    color: var(--colors--text\.-disable\.-default);
}

  .\[\&_button\]\:d_flex button {
    display: flex;
}

  .\[\&_button\]\:cursor_pointer button {
    cursor: pointer;
}

  .\[\&_p\]\:wb_normal p {
    word-break: normal;
}

  .\[\&_p\]\:white-space_normal p {
    white-space: normal;
}

  .before\:content_\"_\"::before {
    content: " ";
}

  .before\:trf_translateX\(0\)_translateY\(50\%\)::before {
    transform: translateX(0) translateY(50%);
}

  .\[\&_\*\]\:cursor_inherit * {
    cursor: inherit;
}

  .\[\&\:\:-webkit-resizer\]\:op_0::-webkit-resizer {
    opacity: 0;
}

  .placeholder\:c_Text\.Disable\.Default::placeholder,.placeholder\:c_Text\.Disable\.Default[data-placeholder] {
    color: var(--colors--text\.-disable\.-default);
}

  .placeholder\:c_Text\.Gray\.Lighter::placeholder,.placeholder\:c_Text\.Gray\.Lighter[data-placeholder] {
    color: var(--colors--text\.-gray\.-lighter);
}

  .\[\&_\#arrow-icon_path\]\:fill_Shape\.Primary\.Default #arrow-icon path {
    fill: var(--colors--shape\.-primary\.-default);
}

  .\[\&_\>_\*\]\:fw_bold > * {
    font-weight: bold;
}

  .\[\&_\.embla__controls\]\:d_flex .embla__controls {
    display: flex;
}

  .\[\&_\.embla__controls\]\:grid-tc_auto_1fr .embla__controls {
    grid-template-columns: auto 1fr;
}

  .\[\&_\.embla__controls\]\:jc_space-between .embla__controls {
    justify-content: space-between;
}

  .\[\&_\.embla__dots\]\:d_flex .embla__dots {
    display: flex;
}

  .\[\&_\.embla__dots\]\:flex-wrap_wrap .embla__dots {
    flex-wrap: wrap;
}

  .\[\&_\.embla__dots\]\:jc_flex-end .embla__dots {
    justify-content: flex-end;
}

  .\[\&_\.embla__dots\]\:ai_center .embla__dots {
    align-items: center;
}

  .\[\&_\.embla__dot\]\:ap_none .embla__dot {
    appearance: none;
    -webkit-appearance: none;
}

  .\[\&_\.embla__dot\]\:bg-c_\#d1d2d3 .embla__dot {
    background-color: #d1d2d3;
}

  .\[\&_\.embla__dot\]\:tch-a_manipulation .embla__dot {
    touch-action: manipulation;
}

  .\[\&_\.embla__dot\]\:d_inline-flex .embla__dot {
    display: inline-flex;
}

  .\[\&_\.embla__dot\]\:cursor_pointer .embla__dot {
    cursor: pointer;
}

  .\[\&_\.embla__dot\]\:ai_center .embla__dot {
    align-items: center;
}

  .\[\&_\.embla__dot\]\:jc_center .embla__dot {
    justify-content: center;
}

  .\[\&_\.embla__dot--selected\]\:bg-c_\#4e5258 .embla__dot--selected {
    background-color: #4e5258;
}

  .\[\&_p\]\:ta_center p {
    text-align: center;
}

  .\[\&_hr\]\:d_flex hr {
    display: flex;
}

  .\[\&_h4\]\:ff_Lexend h4 {
    font-family: Lexend;
}

  .\[\&_h4\]\:fw_600 h4 {
    font-weight: 600;
}

  .\[\&_\>_div\]\:d_flex > div {
    display: flex;
}

  .\[\&_\>_div\]\:flex-d_column > div {
    flex-direction: column;
}

  .\[\&_\>_div\]\:ai_flex-start > div {
    align-items: flex-start;
}

  .\[\&_p\]\:d_flex p {
    display: flex;
}

  .\[\&_p\]\:fs_18px p {
    font-size: 18px;
}

  .\[\&_p\]\:lh_32px p {
    line-height: 32px;
}

  .\[\&_\>_p\]\:ff_Lexend > p {
    font-family: Lexend;
}

  .\[\&_\>_p\]\:fs_18px > p {
    font-size: 18px;
}

  .\[\&_\>_p\]\:fw_600 > p {
    font-weight: 600;
}

  .\[\&_\>_p\]\:lh_20px > p {
    line-height: 20px;
}

  .\[\&_\>_p\]\:ls_0\.0012em > p {
    letter-spacing: 0.0012em;
}

  .\[\&_\>_p\]\:fs_14px > p {
    font-size: 14px;
}

  .\[\&_\>_p\]\:fw_400 > p {
    font-weight: 400;
}

  .\[\&_\>_p\]\:ta_left > p {
    text-align: left;
}

  .after\:z_3::after {
    z-index: 3;
}

  .after\:d_block::after {
    display: block;
}

  .\[\&_\>_span\]\:pos_relative > span {
    position: relative;
}

  .\[\&_\>_span\]\:z_4 > span {
    z-index: 4;
}

  .\[\&_\>_span\]\:bx-sh_inset_0_0_0_1\.5px_\{colors\.Border\.Disabled\.Disable\} > span {
    box-shadow: inset 0 0 0 1.5px var(--colors--border\.-disabled\.-disable);
}

  .\[\&_\>_span\]\:c_Text\.Disable\.Default > span {
    color: var(--colors--text\.-disable\.-default);
}

  .\[\&_\>_span\]\:bg-c_Background\.White\.Default > span {
    background-color: var(--colors--background\.-white\.-default);
}

  .\[\&_\>_div\]\:pos_relative > div {
    position: relative;
}

  .\[\&_\>_div\]\:z_1 > div {
    z-index: 1;
}

  .after\:bg-c_Border\.Disabled\.Disable::after {
    background-color: var(--colors--border\.-disabled\.-disable);
}

  .\[\&_\>_span\]\:bx-sh_inset_0_0_0_1\.5px_\{colors\.Background\.Primary\.Default\} > span {
    box-shadow: inset 0 0 0 1.5px var(--colors--background\.-primary\.-default);
}

  .\[\&_\>_span\]\:c_Text\.White\.Default > span {
    color: var(--colors--text\.-white\.-default);
}

  .\[\&_\>_span\]\:bg-c_Background\.Primary\.Default > span,.after\:bg-c_Background\.Primary\.Default::after {
    background-color: var(--colors--background\.-primary\.-default);
}

  .\[\&_\+_\#optimusTrackerBody\]\:pos_relative + #optimusTrackerBody {
    position: relative;
}

  .\[\&_\>_span\]\:bx-sh_inset_0_0_0_1\.5px_\{colors\.Background\.Secondary\.Default\} > span {
    box-shadow: inset 0 0 0 1.5px var(--colors--background\.-secondary\.-default);
}

  .\[\&_\>_span\]\:bg-c_Background\.Secondary\.Default > span,.after\:bg-c_Background\.Secondary\.Default::after {
    background-color: var(--colors--background\.-secondary\.-default);
}

  .\[\&_\>_span\]\:bx-sh_inset_0_0_0_1\.5px_\{colors\.Background\.Error\.Default\} > span {
    box-shadow: inset 0 0 0 1.5px var(--colors--background\.-error\.-default);
}

  .\[\&_\>_span\]\:bg-c_Background\.Error\.Default > span,.after\:bg-c_Background\.Error\.Default::after {
    background-color: var(--colors--background\.-error\.-default);
}

  .after\:d_none\!::after {
    display: none !important;
}

  .\[\&_\>_p\]\:lh_24px > p {
    line-height: 24px;
}

  .\[\&_\[data-content-footer\]_path\]\:fill_\{colors\.Shape\.Disable\.Default\} [data-content-footer] path {
    fill: var(--colors--shape\.-disable\.-default);
}

  .\[\&_\[data-content-main\]\]\:c_\{colors\.Text\.Disable\.Default\} [data-content-main],.\[\&_\[data-content-header\]\]\:c_\{colors\.Text\.Disable\.Default\} [data-content-header],.\[\&_a\]\:c_\{colors\.Text\.Disable\.Default\} a {
    color: var(--colors--text\.-disable\.-default);
}

  .\[\&_a\]\:pointer-events_none a {
    pointer-events: none;
}

  .\[\&_\[data-content-footer\]_path\]\:fill_\{colors\.Shape\.Primary\.Darker\} [data-content-footer] path {
    fill: var(--colors--shape\.-primary\.-darker);
}

  .\[\&_\[data-content-header\]\]\:c_\{colors\.Text\.Primary\.Darker\} [data-content-header] {
    color: var(--colors--text\.-primary\.-darker);
}

  .\[\&_\[data-content-footer\]_path\]\:fill_\{colors\.Shape\.Secondary\.Darker\} [data-content-footer] path {
    fill: var(--colors--shape\.-secondary\.-darker);
}

  .\[\&_\[data-content-header\]\]\:c_\{colors\.Text\.Secondary\.Darker\} [data-content-header] {
    color: var(--colors--text\.-secondary\.-darker);
}

  .\[\&_path\]\:fill_\{colors\.Shape\.Primary\.Darker\} path {
    fill: var(--colors--shape\.-primary\.-darker);
}

  .\[\&_div\]\:c_\{colors\.Shape\.Primary\.Darker\} div {
    color: var(--colors--shape\.-primary\.-darker);
}

  .\[\&_path\]\:fill_\{colors\.Shape\.Disable\.Default\} path {
    fill: var(--colors--shape\.-disable\.-default);
}

  .\[\&_div\]\:c_\{colors\.Shape\.Disable\.Default\} div {
    color: var(--colors--shape\.-disable\.-default);
}

  .\[\&_\>_\*_path\]\:fill_Shape\.Tertiary\.Default > * path {
    fill: var(--colors--shape\.-tertiary\.-default);
}

  .\[\&\[data-selected\=\"true\"\]\]\:op_1[data-selected="true"] {
    opacity: 1;
}

  .\[\&\[data-selected\=\"false\"\]\]\:op_0[data-selected="false"] {
    opacity: 0;
}

  .\[\&_\>_\*_path\]\:fill_Shape\.Gray\.Gentle > * path {
    fill: var(--colors--shape\.-gray\.-gentle);
}

  .\[\&_\>_div\]\:bg-c_\{colors\.Shape\.Primary\.Default\} > div {
    background-color: var(--colors--shape\.-primary\.-default);
}

  .\[\&_\>_div\]\:bg-c_\{colors\.Shape\.Tertiary\.Default\} > div {
    background-color: var(--colors--shape\.-tertiary\.-default);
}

  .\[\&_\>_div\]\:bg-c_\{colors\.Shape\.Secondary\.Gentle\} > div {
    background-color: var(--colors--shape\.-secondary\.-gentle);
}

  .\[\&_\>_div\]\:bg-c_\{colors\.Shape\.Error\.Default\} > div {
    background-color: var(--colors--shape\.-error\.-default);
}

  .\[\&_img\]\:obj-f_cover img {
    object-fit: cover;
}

  .\[\&_\>_\:nth-child\(2\)\]\:tov_ellipsis > :nth-child(2) {
    text-overflow: ellipsis;
}

  .\[\&_\>_\:nth-child\(2\)\]\:d_-webkit-box > :nth-child(2) {
    display: -webkit-box;
}

  .\[\&_\>_\:nth-child\(2\)\]\:-webkit-line-clamp_1 > :nth-child(2) {
    -webkit-line-clamp: 1;
}

  .\[\&_\>_\:nth-child\(2\)\]\:-webkit-box-orient_vertical > :nth-child(2) {
    -webkit-box-orient: vertical;
}

  .\[\&_\>_\:nth-child\(2\)\]\:white-space_normal > :nth-child(2) {
    white-space: normal;
}

  .\[\&_\*\]\:cursor_pointer * {
    cursor: pointer;
}

  .\[\&_\>_\*\]\:bx-sh_none > * {
    box-shadow: none;
}

  .\[\&_\.close_btn\]\:pos_absolute .close_btn {
    position: absolute;
}

  .\[\&_\.modal_handle\]\:bg-c_Shape\.Gray\.Subtle .modal_handle {
    background-color: var(--colors--shape\.-gray\.-subtle);
}

  .\[\&_\.modal_handle\]\:as_center .modal_handle {
    align-self: center;
}

  .\[\&_\.modal_handle\]\:tch-a_none .modal_handle {
    touch-action: none;
}

  .\[\&_\.modal_handle\]\:pos_absolute .modal_handle {
    position: absolute;
}

  .\[\&_\.modal_handle\]\:trf_translateX\(-50\%\) .modal_handle {
    transform: translateX(-50%);
}

  .\[\&_\>_div\]\:d_grid > div {
    display: grid;
}

  .\[\&_\#nameBeneficiary\]\:d_flex #nameBeneficiary {
    display: flex;
}

  .\[\&_\#nameBeneficiary\]\:ai_center #nameBeneficiary {
    align-items: center;
}

  .after\:top_0::after {
    top: 0;
}

  .after\:right_0::after {
    right: 0;
}

  .after\:bottom_0::after {
    bottom: 0;
}

  .after\:left_0::after {
    left: 0;
}

  .before\:h_0::before {
    height: 0;
}

  .before\:w_0::before {
    width: 0;
}

  .before\:ml_calc\(6px_\*_-1\)::before {
    margin-left: calc(6px * -1);
}

  .before\:top_100\%::before {
    top: 100%;
}

  .before\:bd-t-c_Background\.Gray\.Darker::before {
    border-top-color: var(--colors--background\.-gray\.-darker);
}

  .before\:top_50\%::before {
    top: 50%;
}

  .before\:bd-r-c_Background\.Gray\.Darker::before {
    border-right-color: var(--colors--background\.-gray\.-darker);
}

  .before\:bottom_100\%::before {
    bottom: 100%;
}

  .before\:bd-b-c_Background\.Gray\.Darker::before {
    border-bottom-color: var(--colors--background\.-gray\.-darker);
}

  .before\:bd-l-c_Background\.Gray\.Darker::before {
    border-left-color: var(--colors--background\.-gray\.-darker);
}

  .before\:left_18px::before {
    left: 18px;
}

  .before\:right_18px::before {
    right: 18px;
}

  .before\:left_50\%::before {
    left: 50%;
}

  .before\:left_auto::before {
    left: auto;
}

  .before\:right_calc\(6px_\*_-2\)::before {
    right: calc(6px * -2);
}

  .before\:left_calc\(6px_\*_-1\)::before {
    left: calc(6px * -1);
}

  .\[\&_\>_div\:first-of-type\]\:w_100\% > div:first-of-type {
    width: 100%;
}

  .\[\&_input\[name\=\"date-range\"\]\]\:w_96px input[name="date-range"] {
    width: 96px;
}

  .\[\&_\.react-datepicker\]\:ov-y_auto .react-datepicker {
    overflow-y: auto;
}

  .\[\&_\.react-datepicker__month-container\]\:w_100\% .react-datepicker__month-container {
    width: 100%;
}

  .\[\&_\.react-datepicker__month-text\,_\&_\.react-datepicker__day-text\,_\&_\.react-datepicker__year-text\]\:w_64px\! .react-datepicker__month-text,.\[\&_\.react-datepicker__month-text\,_\&_\.react-datepicker__day-text\,_\&_\.react-datepicker__year-text\]\:w_64px\! .react-datepicker__day-text,.\[\&_\.react-datepicker__month-text\,_\&_\.react-datepicker__day-text\,_\&_\.react-datepicker__year-text\]\:w_64px\! .react-datepicker__year-text {
    width: 64px !important;
}

  .\[\&_\.react-datepicker__year-wrapper\]\:max-w_300px\! .react-datepicker__year-wrapper {
    max-width: 300px !important;
}

  .\[\&_\.react-datepicker__portal_\.react-datepicker__day\,_\&_\.react-datepicker__portal_\.react-datepicker__day-name\]\:w_40px\! .react-datepicker__portal .react-datepicker__day,.\[\&_\.react-datepicker__portal_\.react-datepicker__day\,_\&_\.react-datepicker__portal_\.react-datepicker__day-name\]\:w_40px\! .react-datepicker__portal .react-datepicker__day-name {
    width: 40px !important;
}

  .\[\&_\.react-datepicker__portal_\.react-datepicker__day\,_\&_\.react-datepicker__portal_\.react-datepicker__day-name\]\:h_40px .react-datepicker__portal .react-datepicker__day,.\[\&_\.react-datepicker__portal_\.react-datepicker__day\,_\&_\.react-datepicker__portal_\.react-datepicker__day-name\]\:h_40px .react-datepicker__portal .react-datepicker__day-name {
    height: 40px;
}

  .\[\&_\.react-datepicker__day-name\]\:w_36px\! .react-datepicker__day-name {
    width: 36px !important;
}

  .\[\&_\.react-datepicker__day-name\]\:h_32px\! .react-datepicker__day-name {
    height: 32px !important;
}

  .\[\&_\.react-datepicker-wrapper\]\:w_100\% .react-datepicker-wrapper {
    width: 100%;
}

  .\[\&_\.react-datepicker__children-container\]\:w_auto .react-datepicker__children-container {
    width: auto;
}

  .\[\&_\.react-datepicker__children-container\]\:pr_0 .react-datepicker__children-container {
    padding-right: 0;
}

  .\[\&_\.react-datepicker__children-container\]\:h_auto .react-datepicker__children-container {
    height: auto;
}

  .\[\&_button\]\:w_100\% button {
    width: 100%;
}

  .\[\&_button\]\:w_50\% button {
    width: 50%;
}

  .\[\&_\>_\*\]\:w_100\% > * {
    width: 100%;
}

  .before\:ml_calc\(var\(--popover-arrow-half-width\)_\*_-1\)::before {
    margin-left: calc(var(--popover-arrow-half-width) * -1);
}

  .before\:bd-t-c_Background\.White\.Default::before {
    border-top-color: var(--colors--background\.-white\.-default);
}

  .before\:bd-b-c_Background\.White\.Default::before {
    border-bottom-color: var(--colors--background\.-white\.-default);
}

  .before\:right_auto::before {
    right: auto;
}

  .before\:left_calc\(var\(--popover-arrow-height\)_\*_-1\)::before {
    left: calc(var(--popover-arrow-height) * -1);
}

  .before\:bd-r-c_Background\.White\.Default::before {
    border-right-color: var(--colors--background\.-white\.-default);
}

  .before\:right_calc\(var\(--popover-arrow-height\)_\*_-1\)::before {
    right: calc(var(--popover-arrow-height) * -1);
}

  .before\:bd-l-c_Background\.White\.Default::before {
    border-left-color: var(--colors--background\.-white\.-default);
}

  .\[\&_\.embla__controls\]\:max-w_1284px .embla__controls {
    max-width: 1284px;
}

  .\[\&_\.embla__dot\]\:w_8px .embla__dot {
    width: 8px;
}

  .\[\&_\.embla__dot\]\:h_8px .embla__dot {
    height: 8px;
}

  .\[\&_\.embla__dot--selected\]\:w_32px .embla__dot--selected {
    width: 32px;
}

  .\[\&_\.embla__dot--selected\]\:h_8px .embla__dot--selected {
    height: 8px;
}

  .\[\&_\.embla__controls\]\:w_auto .embla__controls {
    width: auto;
}

  .\[\&_\.embla__controls\]\:w_100\% .embla__controls {
    width: 100%;
}

  .\[\&_\>_\:nth-child\(2\)\]\:mt_8px > :nth-child(2) {
    margin-top: 8px;
}

  .\[\&_\>_\:nth-child\(3\)\]\:mt_24px > :nth-child(3),.\[\&_\>_\:nth-child\(4\)\]\:mt_24px > :nth-child(4) {
    margin-top: 24px;
}

  .\[\&_hr\]\:bottom_-2px hr {
    bottom: -2px;
}

  .\[\&_p\]\:h_32px p {
    height: 32px;
}

  .after\:top_16px::after {
    top: 16px;
}

  .after\:right_-20px::after {
    right: -20px;
}

  .after\:h_1\.5px::after {
    height: 1.5px;
}

  .after\:w_22px::after {
    width: 22px;
}

  .after\:top_0px::after {
    top: 0px;
}

  .after\:left_15px::after {
    left: 15px;
}

  .after\:h_90\%::after {
    height: 90%;
}

  .after\:w_1\.5px::after {
    width: 1.5px;
}

  .\[\&\[data-selected\=\"true\"\]\]\:w_100\%[data-selected="true"] {
    width: 100%;
}

  .\[\&\[data-selected\=\"true\"\]\]\:h_4px[data-selected="true"] {
    height: 4px;
}

  .\[\&\[data-selected\=\"true\"\]\]\:min-h_4px[data-selected="true"] {
    min-height: 4px;
}

  .\[\&\[data-selected\=\"false\"\]\]\:w_0px[data-selected="false"] {
    width: 0px;
}

  .\[\&\[data-selected\=\"false\"\]\]\:h_0px[data-selected="false"] {
    height: 0px;
}

  .\[\&\[data-selected\=\"false\"\]\]\:min-h_0px[data-selected="false"] {
    min-height: 0px;
}

  .\[\&_\>_div\]\:h_100\% > div {
    height: 100%;
}

  .\[\&_img\]\:max-w_100\% img {
    max-width: 100%;
}

  .\[\&_img\]\:w_100\% img {
    width: 100%;
}

  .\[\&_img\]\:w_630px img {
    width: 630px;
}

  .\[\&_\.cancel\]\:mr_auto .cancel {
    margin-right: auto;
}

  .\[\&_\.primary\,_\.secondary\,_\.cancel\]\:w_100\% .primary,.\[\&_\.primary\,_\.secondary\,_\.cancel\]\:w_100\% .secondary,.\[\&_\.primary\,_\.secondary\,_\.cancel\]\:w_100\% .cancel {
    width: 100%;
}

  .\[\&_\.close_btn\]\:top_8px .close_btn {
    top: 8px;
}

  .\[\&_\.close_btn\]\:right_8px .close_btn {
    right: 8px;
}

  .\[\&_\.modal_handle\]\:w_72px .modal_handle {
    width: 72px;
}

  .\[\&_\.modal_handle\]\:h_4px .modal_handle {
    height: 4px;
}

  .\[\&_\.modal_handle\]\:top_8px .modal_handle {
    top: 8px;
}

  .\[\&_\.modal_handle\]\:left_50\% .modal_handle {
    left: 50%;
}

  .visited\:c_Text\.Supplementary\.Default:visited {
    color: var(--colors--text\.-supplementary\.-default);
}

  .visited\:c_Text\.Disable\.Default:visited {
    color: var(--colors--text\.-disable\.-default);
}

  .focusWithin\:c_Text\.Gray\.Default:focus-within {
    color: var(--colors--text\.-gray\.-default);
}

  .focusWithin\:bg-c_Background\.White\.Default:focus-within {
    background-color: var(--colors--background\.-white\.-default);
}

  .focusWithin\:bx-sh_inset_0_0_0_1\.5px_\{colors\.Border\.Primary\.Subtle\}\,_0px_0px_0px_3px_color-mix\(in_srgb\,_\{colors\.Background\.Primary\.Default\}_20\%\,_transparent\):focus-within {
    box-shadow: inset 0 0 0 1.5px var(--colors--border\.-primary\.-subtle), 0px 0px 0px 3px color-mix(in srgb, var(--colors--background\.-primary\.-default) 20%, transparent);
}

  .focusWithin\:bx-sh_inset_0_0_0_1\.5px_\{colors\.Border\.Error\.Lighter\}\,_0px_0px_0px_3px_color-mix\(in_srgb\,_\{colors\.Background\.Error\.Default\}_20\%\,_transparent\):focus-within {
    box-shadow: inset 0 0 0 1.5px var(--colors--border\.-error\.-lighter), 0px 0px 0px 3px color-mix(in srgb, var(--colors--background\.-error\.-default) 20%, transparent);
}

  .focusWithin\:bx-sh_inset_0_0_0_1\.5px_\{colors\.Border\.Secondary\.Lighter\}\,_0px_0px_0px_3px_color-mix\(in_srgb\,_\{colors\.Border\.Secondary\.Lighter\}_20\%\,_transparent\):focus-within {
    box-shadow: inset 0 0 0 1.5px var(--colors--border\.-secondary\.-lighter), 0px 0px 0px 3px color-mix(in srgb, var(--colors--border\.-secondary\.-lighter) 20%, transparent);
}

  .focusWithin\:c_Text\.Disable\.Default:focus-within {
    color: var(--colors--text\.-disable\.-default);
}

  .focusWithin\:bg-c_Background\.Disabled\.Subtle:focus-within {
    background-color: var(--colors--background\.-disabled\.-subtle);
}

  .focusWithin\:bx-sh_inset_0_0_0_1\.5px_\{colors\.Border\.Disabled\.Disable\}:focus-within {
    box-shadow: inset 0 0 0 1.5px var(--colors--border\.-disabled\.-disable);
}

  .focusWithin\:bx-sh_inset_0_0_0_1\.5px_\{colors\.Border\.Gray\.Lighter\}\,_0px_0px_0px_3px_color-mix\(in_srgb\,_\{colors\.Border\.Gray\.Lighter\}_20\%\,_transparent\):focus-within {
    box-shadow: inset 0 0 0 1.5px var(--colors--border\.-gray\.-lighter), 0px 0px 0px 3px color-mix(in srgb, var(--colors--border\.-gray\.-lighter) 20%, transparent);
}

  .focusWithin\:bx-sh_inset_0_0_0_1\.5px_\{colors\.Border\.Disabled\.Disable\}\,_0px_0px_0px_0px_rgba\(0\,0\,0\,0\):focus-within {
    box-shadow: inset 0 0 0 1.5px var(--colors--border\.-disabled\.-disable), 0px 0px 0px 0px rgba(0,0,0,0);
}

  .focus\:bg_\#615726:is(:focus, [data-focus]) {
    background: #615726;
}

  .focus\:bg_radial-gradient\(48\.26\%_43\.94\%_at_98\.12\%_97\.67\%\,_\#f5f4f0_0\%\,_\{colors\.Background\.White\.Default\}_100\%\):is(:focus, [data-focus]) {
    background: radial-gradient(48.26% 43.94% at 98.12% 97.67%, #f5f4f0 0%, var(--colors--background\.-white\.-default) 100%);
}

  .focus\:bg_Background\.Primary\.Darker:is(:focus, [data-focus]) {
    background: var(--colors--background\.-primary\.-darker);
}

  .focus\:bg_radial-gradient\(48\.26\%_43\.94\%_at_98\.12\%_97\.67\%\,_\{colors\.Shape\.Primary\.Subtle\}_0\%\,_\{colors\.Background\.White\.Default\}_100\%\):is(:focus, [data-focus]) {
    background: radial-gradient(48.26% 43.94% at 98.12% 97.67%, var(--colors--shape\.-primary\.-subtle) 0%, var(--colors--background\.-white\.-default) 100%);
}

  .focus\:bg_Background\.Error\.Subtle:is(:focus, [data-focus]) {
    background: var(--colors--background\.-error\.-subtle);
}

  .focus\:bg_Background\.White\.Subtle:is(:focus, [data-focus]) {
    background: var(--colors--background\.-white\.-subtle);
}

  .focus\:bg_\{colors\.Background\.Disabled\.Subtle\}:is(:focus, [data-focus]) {
    background: var(--colors--background\.-disabled\.-subtle);
}

  .focus\:td_underline:is(:focus, [data-focus]) {
    text-decoration: underline;
}

  .focus\:ring_none:is(:focus, [data-focus]) {
    outline: 2px solid transparent;
    outline-offset: 2px;
}

  .focus\:bx-sh_0px_0px_0px_3px_color-mix\(in_srgb\,_\#827533_20\%\,_transparent\):is(:focus, [data-focus]) {
    box-shadow: 0px 0px 0px 3px color-mix(in srgb, #827533 20%, transparent);
}

  .focus\:bx-sh_inset_0_0_0_1\.5px_\#d9d6c6\,_0px_0px_0px_3px_color-mix\(in_srgb\,_\#d9d6c6_20\%\,_transparent\):is(:focus, [data-focus]) {
    box-shadow: inset 0 0 0 1.5px #d9d6c6, 0px 0px 0px 3px color-mix(in srgb, #d9d6c6 20%, transparent);
}

  .focus\:bx-sh_0px_0px_0px_3px_color-mix\(in_srgb\,_\{colors\.Background\.Primary\.Default\}_20\%\,_transparent\):is(:focus, [data-focus]) {
    box-shadow: 0px 0px 0px 3px color-mix(in srgb, var(--colors--background\.-primary\.-default) 20%, transparent);
}

  .focus\:bx-sh_inset_0_0_0_1\.5px_\{colors\.Border\.Primary\.Lighter\}\,_0px_0px_0px_3px_color-mix\(in_srgb\,_\{colors\.Border\.Primary\.Lighter\}_20\%\,_transparent\):is(:focus, [data-focus]) {
    box-shadow: inset 0 0 0 1.5px var(--colors--border\.-primary\.-lighter), 0px 0px 0px 3px color-mix(in srgb, var(--colors--border\.-primary\.-lighter) 20%, transparent);
}

  .focus\:c_Text\.Gray\.Darker:is(:focus, [data-focus]) {
    color: var(--colors--text\.-gray\.-darker);
}

  .focus\:c_Text\.Error\.Darker:is(:focus, [data-focus]) {
    color: var(--colors--text\.-error\.-darker);
}

  .focus\:bx-sh_inset_0_0_0_1\.5px_\{colors\.Border\.Error\.Lighter\}\,_0px_0px_0px_3px_color-mix\(in_srgb\,_\{colors\.Background\.Error\.Default\}_20\%\,_transparent\):is(:focus, [data-focus]) {
    box-shadow: inset 0 0 0 1.5px var(--colors--border\.-error\.-lighter), 0px 0px 0px 3px color-mix(in srgb, var(--colors--background\.-error\.-default) 20%, transparent);
}

  .focus\:c_Text\.Gray\.Default:is(:focus, [data-focus]) {
    color: var(--colors--text\.-gray\.-default);
}

  .focus\:bx-sh_0px_0px_0px_3px_color-mix\(in_srgb\,_\{colors\.Border\.Gray\.Subtle\}_20\%\,_transparent\):is(:focus, [data-focus]) {
    box-shadow: 0px 0px 0px 3px color-mix(in srgb, var(--colors--border\.-gray\.-subtle) 20%, transparent);
}

  .focus\:cursor_not-allowed:is(:focus, [data-focus]) {
    cursor: not-allowed;
}

  .focus\:c_Text\.Primary\.Darker:is(:focus, [data-focus]) {
    color: var(--colors--text\.-primary\.-darker);
}

  .focus\:c_0:is(:focus, [data-focus]) {
    color: 0;
}

  .focus\:bg-c_0:is(:focus, [data-focus]) {
    background-color: 0;
}

  .focus\:bx-sh_0:is(:focus, [data-focus]) {
    box-shadow: 0;
}

  .focus\:bx-sh_inset_0_0_0_1\.5px_\{colors\.Border\.White\.Lighter\}:is(:focus, [data-focus]) {
    box-shadow: inset 0 0 0 1.5px var(--colors--border\.-white\.-lighter);
}

  .focusVisible\:bx-sh_inset_0_0_0_2px_\{colors\.Border\.Primary\.Default\}:is(:focus-visible, [data-focus-visible]) {
    box-shadow: inset 0 0 0 2px var(--colors--border\.-primary\.-default);
}

  .hover\:bg_\#827533:is(:hover, [data-hover]) {
    background: #827533;
}

  .hover\:bg_radial-gradient\(48\.26\%_43\.94\%_at_98\.12\%_97\.67\%\,_\#f5f4f0_0\%\,_\{colors\.Background\.White\.Default\}_100\%\):is(:hover, [data-hover]) {
    background: radial-gradient(48.26% 43.94% at 98.12% 97.67%, #f5f4f0 0%, var(--colors--background\.-white\.-default) 100%);
}

  .hover\:bg_Background\.Primary\.Default:is(:hover, [data-hover]) {
    background: var(--colors--background\.-primary\.-default);
}

  .hover\:bg_radial-gradient\(48\.26\%_43\.94\%_at_98\.12\%_97\.67\%\,_\{colors\.Shape\.Primary\.Subtle\}_0\%\,_\{colors\.Background\.White\.Default\}_100\%\):is(:hover, [data-hover]) {
    background: radial-gradient(48.26% 43.94% at 98.12% 97.67%, var(--colors--shape\.-primary\.-subtle) 0%, var(--colors--background\.-white\.-default) 100%);
}

  .hover\:bg_Background\.Error\.Subtle:is(:hover, [data-hover]) {
    background: var(--colors--background\.-error\.-subtle);
}

  .hover\:bg_Background\.White\.Subtle:is(:hover, [data-hover]) {
    background: var(--colors--background\.-white\.-subtle);
}

  .hover\:bg_\{colors\.Background\.Disabled\.Subtle\}:is(:hover, [data-hover]) {
    background: var(--colors--background\.-disabled\.-subtle);
}

  .hover\:bg_rgba\(41\,_43\,_46\,_0\.2\):is(:hover, [data-hover]) {
    background: rgba(41, 43, 46, 0.2);
}

  .hover\:bg_rgba\(255\,_79\,_0\,_0\.2\):is(:hover, [data-hover]) {
    background: rgba(255, 79, 0, 0.2);
}

  .hover\:bg_rgba\(0\,_204\,_204\,_0\.2\):is(:hover, [data-hover]) {
    background: rgba(0, 204, 204, 0.2);
}

  .hover\:bg_rgba\(255\,_205\,_0\,_0\.2\):is(:hover, [data-hover]) {
    background: rgba(255, 205, 0, 0.2);
}

  .hover\:bg_rgba\(23\,_145\,_207\,_0\.2\):is(:hover, [data-hover]) {
    background: rgba(23, 145, 207, 0.2);
}

  .hover\:bg_Background\.Supplementary\.Subtle:is(:hover, [data-hover]) {
    background: var(--colors--background\.-supplementary\.-subtle);
}

  .\[\&\:hover\]\:bg_linear-gradient\(168deg\,_rgb\(255\,_255\,_255\)_57\%\,_rgb\(255\,_237\,_230\)_84\%\):hover {
    background: linear-gradient(168deg, rgb(255, 255, 255) 57%, rgb(255, 237, 230) 84%);
}

  .\[\&\:hover\]\:bg_radial-gradient\(48\.26\%_43\.94\%_at_98\.12\%_97\.67\%\,_rgb\(255\,_237\,_230\)_0\%\,_rgb\(255\,_255\,_255\)_100\%\):hover {
    background: radial-gradient(48.26% 43.94% at 98.12% 97.67%, rgb(255, 237, 230) 0%, rgb(255, 255, 255) 100%);
}

  .hover\:bg_linear-gradient\(148deg\,_\{colors\.Background\.White\.Default\}_57\%\,_\{colors\.Background\.Primary\.Subtle\}_84\%\):is(:hover, [data-hover]) {
    background: linear-gradient(148deg, var(--colors--background\.-white\.-default) 57%, var(--colors--background\.-primary\.-subtle) 84%);
}

  .hover\:bg_linear-gradient\(168deg\,_\{colors\.Background\.White\.Default\}_57\%\,_\{colors\.Background\.Primary\.Subtle\}_84\%\):is(:hover, [data-hover]) {
    background: linear-gradient(168deg, var(--colors--background\.-white\.-default) 57%, var(--colors--background\.-primary\.-subtle) 84%);
}

  .\[\&\:hover\]\:bg_\{colors\.Background\.Disabled\.Subtle\}\!:hover {
    background: var(--colors--background\.-disabled\.-subtle) !important;
}

  .hover\:bg_linear-gradient\(147deg\,_\{colors\.Background\.White\.Default\}_50\%\,_\{colors\.Background\.Primary\.Subtle\}_80\%\):is(:hover, [data-hover]) {
    background: linear-gradient(147deg, var(--colors--background\.-white\.-default) 50%, var(--colors--background\.-primary\.-subtle) 80%);
}

  .hover\:bg_linear-gradient\(147deg\,_\{colors\.Background\.White\.Default\}_50\%\,_\{colors\.Background\.Secondary\.Subtle\}_80\%\):is(:hover, [data-hover]) {
    background: linear-gradient(147deg, var(--colors--background\.-white\.-default) 50%, var(--colors--background\.-secondary\.-subtle) 80%);
}

  .\[\&\:hover\]\:bg_linear-gradient\(147deg\,_rgb\(255\,_255\,_255\)_50\%\,_rgb\(255\,_237\,_230\)_80\%\):hover {
    background: linear-gradient(147deg, rgb(255, 255, 255) 50%, rgb(255, 237, 230) 80%);
}

  .hover\:bg_Background\.White\.Default:is(:hover, [data-hover]) {
    background: var(--colors--background\.-white\.-default);
}

  .hover\:bg_var\(--Gray-G10\):is(:hover, [data-hover]) {
    background: var(--Gray-G10);
}

  .hover\:td_underline:is(:hover, [data-hover]) {
    text-decoration: underline;
}

  .hover\:td_none:is(:hover, [data-hover]) {
    text-decoration: none;
}

  .hover\:bd-c_Border\.White\.Default:is(:hover, [data-hover]) {
    border-color: var(--colors--border\.-white\.-default);
}

  .hover\:bdr_4px:is(:hover, [data-hover]) {
    border-radius: 4px;
}

  .hover\:op_100\%:is(:hover, [data-hover]) {
    opacity: 100%;
}

  .hover\:bg-c_Background\.White\.Lighter:is(:hover, [data-hover]) {
    background-color: var(--colors--background\.-white\.-lighter);
}

  .hover\:c_Text\.Gray\.Default:is(:hover, [data-hover]) {
    color: var(--colors--text\.-gray\.-default);
}

  .hover\:bg-c_Background\.Error\.Subtle:is(:hover, [data-hover]) {
    background-color: var(--colors--background\.-error\.-subtle);
}

  .hover\:c_Text\.Error\.Default:is(:hover, [data-hover]) {
    color: var(--colors--text\.-error\.-default);
}

  .hover\:bx-sh_0px_0px_0px_3px_color-mix\(in_srgb\,_\#827533_20\%\,_transparent\):is(:hover, [data-hover]) {
    box-shadow: 0px 0px 0px 3px color-mix(in srgb, #827533 20%, transparent);
}

  .hover\:bx-sh_inset_0_0_0_1\.5px_\#827533\,_0px_0px_0px_3px_color-mix\(in_srgb\,_\#d9d6c6_20\%\,_transparent\):is(:hover, [data-hover]) {
    box-shadow: inset 0 0 0 1.5px #827533, 0px 0px 0px 3px color-mix(in srgb, #d9d6c6 20%, transparent);
}

  .hover\:bx-sh_0px_0px_0px_3px_color-mix\(in_srgb\,_\{colors\.Background\.Primary\.Default\}_20\%\,_transparent\):is(:hover, [data-hover]) {
    box-shadow: 0px 0px 0px 3px color-mix(in srgb, var(--colors--background\.-primary\.-default) 20%, transparent);
}

  .hover\:bx-sh_inset_0_0_0_1\.5px_\{colors\.Border\.Primary\.Lighter\}\,_0px_0px_0px_3px_color-mix\(in_srgb\,_\{colors\.Border\.Primary\.Lighter\}_20\%\,_transparent\):is(:hover, [data-hover]) {
    box-shadow: inset 0 0 0 1.5px var(--colors--border\.-primary\.-lighter), 0px 0px 0px 3px color-mix(in srgb, var(--colors--border\.-primary\.-lighter) 20%, transparent);
}

  .hover\:c_Text\.Gray\.Darker:is(:hover, [data-hover]) {
    color: var(--colors--text\.-gray\.-darker);
}

  .hover\:c_Text\.Error\.Darker:is(:hover, [data-hover]) {
    color: var(--colors--text\.-error\.-darker);
}

  .hover\:bx-sh_inset_0_0_0_1\.5px_\{colors\.Border\.Error\.Lighter\}\,_0px_0px_0px_3px_color-mix\(in_srgb\,_\{colors\.Background\.Error\.Default\}_20\%\,_transparent\):is(:hover, [data-hover]) {
    box-shadow: inset 0 0 0 1.5px var(--colors--border\.-error\.-lighter), 0px 0px 0px 3px color-mix(in srgb, var(--colors--background\.-error\.-default) 20%, transparent);
}

  .hover\:bx-sh_inset_0_0_0_1\.5px_\{colors\.Border\.Gray\.Lighter\}\,_0px_0px_0px_3px_color-mix\(in_srgb\,_\{colors\.Border\.Gray\.Subtle\}_20\%\,_transparent\):is(:hover, [data-hover]) {
    box-shadow: inset 0 0 0 1.5px var(--colors--border\.-gray\.-lighter), 0px 0px 0px 3px color-mix(in srgb, var(--colors--border\.-gray\.-subtle) 20%, transparent);
}

  .hover\:cursor_not-allowed:is(:hover, [data-hover]) {
    cursor: not-allowed;
}

  .hover\:bg-c_Background\.Secondary\.Darker:is(:hover, [data-hover]) {
    background-color: var(--colors--background\.-secondary\.-darker);
}

  .hover\:bx-sh_inset_0_0_0_1\.5px_\{colors\.Background\.Secondary\.Darker\}:is(:hover, [data-hover]) {
    box-shadow: inset 0 0 0 1.5px var(--colors--background\.-secondary\.-darker);
}

  .hover\:bg-c_Background\.White\.Subtle:is(:hover, [data-hover]) {
    background-color: var(--colors--background\.-white\.-subtle);
}

  .hover\:bx-sh_inset_0_0_0_1\.5px_\{colors\.Border\.Gray\.Default\}:is(:hover, [data-hover]) {
    box-shadow: inset 0 0 0 1.5px var(--colors--border\.-gray\.-default);
}

  .hover\:c_Text\.Primary\.Darker:is(:hover, [data-hover]) {
    color: var(--colors--text\.-primary\.-darker);
}

  .hover\:c_Text\.Disable\.Default:is(:hover, [data-hover]) {
    color: var(--colors--text\.-disable\.-default);
}

  .hover\:bg-c_Background\.White\.Default:is(:hover, [data-hover]) {
    background-color: var(--colors--background\.-white\.-default);
}

  .hover\:bx-sh_inset_0_0_0_1\.5px_\{colors\.Border\.Secondary\.Lighter\}\,_0px_0px_0px_3px_color-mix\(in_srgb\,_\{colors\.Border\.Secondary\.Lighter\}_20\%\,_transparent\):is(:hover, [data-hover]) {
    box-shadow: inset 0 0 0 1.5px var(--colors--border\.-secondary\.-lighter), 0px 0px 0px 3px color-mix(in srgb, var(--colors--border\.-secondary\.-lighter) 20%, transparent);
}

  .hover\:filter_brightness\(0\.9\):is(:hover, [data-hover]) {
    filter: brightness(0.9);
}

  .hover\:cursor_pointer:is(:hover, [data-hover]) {
    cursor: pointer;
}

  .hover\:cursor_default:is(:hover, [data-hover]) {
    cursor: default;
}

  .hover\:filter_none:is(:hover, [data-hover]) {
    filter: none;
}

  .hover\:c_Text\.White\.Default:is(:hover, [data-hover]) {
    color: var(--colors--text\.-white\.-default);
}

  .\[\&_\.react-datepicker__month-text\:hover\,_\&_\.react-datepicker__day-text\:hover\,_\&_\.react-datepicker__year-text\:hover\]\:c_\{colors\.Text\.Gray\.Darker\}\! .react-datepicker__month-text:hover,.\[\&_\.react-datepicker__month-text\:hover\,_\&_\.react-datepicker__day-text\:hover\,_\&_\.react-datepicker__year-text\:hover\]\:c_\{colors\.Text\.Gray\.Darker\}\! .react-datepicker__day-text:hover,.\[\&_\.react-datepicker__month-text\:hover\,_\&_\.react-datepicker__day-text\:hover\,_\&_\.react-datepicker__year-text\:hover\]\:c_\{colors\.Text\.Gray\.Darker\}\! .react-datepicker__year-text:hover {
    color: var(--colors--text\.-gray\.-darker) !important;
}

  .\[\&_\.react-datepicker__month-text\:hover\,_\&_\.react-datepicker__day-text\:hover\,_\&_\.react-datepicker__year-text\:hover\]\:bg-c_\{colors\.Background\.Primary\.Subtle\}\! .react-datepicker__month-text:hover,.\[\&_\.react-datepicker__month-text\:hover\,_\&_\.react-datepicker__day-text\:hover\,_\&_\.react-datepicker__year-text\:hover\]\:bg-c_\{colors\.Background\.Primary\.Subtle\}\! .react-datepicker__day-text:hover,.\[\&_\.react-datepicker__month-text\:hover\,_\&_\.react-datepicker__day-text\:hover\,_\&_\.react-datepicker__year-text\:hover\]\:bg-c_\{colors\.Background\.Primary\.Subtle\}\! .react-datepicker__year-text:hover {
    background-color: var(--colors--background\.-primary\.-subtle) !important;
}

  .\[\&_\.react-datepicker__day\:hover\]\:c_\{colors\.Text\.Gray\.Darker\}\! .react-datepicker__day:hover {
    color: var(--colors--text\.-gray\.-darker) !important;
}

  .\[\&_\.react-datepicker__day\:hover\]\:bg-c_\{colors\.Background\.Primary\.Subtle\}\! .react-datepicker__day:hover {
    background-color: var(--colors--background\.-primary\.-subtle) !important;
}

  .\[\&_\.react-datepicker__day\:hover\]\:bx-sh_none\! .react-datepicker__day:hover {
    box-shadow: none !important;
}

  .hover\:bx-sh_inset_0_0_0_1\.5px_\{colors\.Border\.Primary\.Subtle\}:is(:hover, [data-hover]) {
    box-shadow: inset 0 0 0 1.5px var(--colors--border\.-primary\.-subtle);
}

  .hover\:bx-sh_inset_0_0_0_1\.5px_\{colors\.Border\.Error\.Lighter\}:is(:hover, [data-hover]) {
    box-shadow: inset 0 0 0 1.5px var(--colors--border\.-error\.-lighter);
}

  .hover\:bg-c_Background\.Disabled\.Subtle:is(:hover, [data-hover]) {
    background-color: var(--colors--background\.-disabled\.-subtle);
}

  .hover\:bx-sh_inset_0_0_0_1\.5px_\{colors\.Border\.Disabled\.Disable\}:is(:hover, [data-hover]) {
    box-shadow: inset 0 0 0 1.5px var(--colors--border\.-disabled\.-disable);
}

  .hover\:bx-sh_inset_0_0_0_1\.5px_\{colors\.Border\.Secondary\.Lighter\}:is(:hover, [data-hover]) {
    box-shadow: inset 0 0 0 1.5px var(--colors--border\.-secondary\.-lighter);
}

  .hover\:bx-sh_inset_0_0_0_1\.5px_\{colors\.Border\.White\.Lighter\}:is(:hover, [data-hover]) {
    box-shadow: inset 0 0 0 1.5px var(--colors--border\.-white\.-lighter);
}

  .hover\:c_Text\.Primary\.Default:is(:hover, [data-hover]) {
    color: var(--colors--text\.-primary\.-default);
}

  .\[\&\:hover\]\:bx-sh_rgb\(255\,_153\,_107\)_0px_0px_0px_1\.5px_inset\,_rgba\(255\,_153\,_107\,_0\.2\)_0px_0px_0px_3px:hover {
    box-shadow: rgb(255, 153, 107) 0px 0px 0px 1.5px inset, rgba(255, 153, 107, 0.2) 0px 0px 0px 3px;
}

  .hover\:bx-sh_inset_0_0_0_1\.5px_\{colors\.Border\.Primary\.Subtle\}\,_0px_0px_0px_3px_color-mix\(in_srgb\,_\{colors\.Border\.Primary\.Subtle\}_20\%\,_transparent\):is(:hover, [data-hover]) {
    box-shadow: inset 0 0 0 1.5px var(--colors--border\.-primary\.-subtle), 0px 0px 0px 3px color-mix(in srgb, var(--colors--border\.-primary\.-subtle) 20%, transparent);
}

  .hover\:bg-c_rgba\(143\,_146\,_149\,_0\.2000\):is(:hover, [data-hover]) {
    background-color: rgba(143, 146, 149, 0.2000);
}

  .\[\&\:hover\]\:bx-sh_inset_0_0_0_1\.5px_\{colors\.Border\.Disabled\.Disable\}\!:hover {
    box-shadow: inset 0 0 0 1.5px var(--colors--border\.-disabled\.-disable) !important;
}

  .\[\&\:hover\]\:c_rgb\(78\,_82\,_88\):hover {
    color: rgb(78, 82, 88);
}

  .hover\:bx-sh_var\(--elevation-S\):is(:hover, [data-hover]) {
    box-shadow: var(--elevation-S);
}

  .hover\:bx-sh_inset_0_0_0_1\.5px_\{colors\.Border\.Gray\.Lighter\}\,_0px_0px_0px_0px_rgba\(0\,0\,0\,0\):is(:hover, [data-hover]) {
    box-shadow: inset 0 0 0 1.5px var(--colors--border\.-gray\.-lighter), 0px 0px 0px 0px rgba(0,0,0,0);
}

  .hover\:bx-sh_inset_0_0_0_1\.5px_\{colors\.Border\.Error\.Lighter\}\,_0px_0px_0px_0px_rgba\(0\,0\,0\,0\):is(:hover, [data-hover]) {
    box-shadow: inset 0 0 0 1.5px var(--colors--border\.-error\.-lighter), 0px 0px 0px 0px rgba(0,0,0,0);
}

  .hover\:bx-sh_inset_0_0_0_1\.5px_\{colors\.Border\.Secondary\.Lighter\}\,_0px_0px_0px_0px_rgba\(0\,0\,0\,0\):is(:hover, [data-hover]) {
    box-shadow: inset 0 0 0 1.5px var(--colors--border\.-secondary\.-lighter), 0px 0px 0px 0px rgba(0,0,0,0);
}

  .hover\:bx-sh_inset_0_0_0_1\.5px_\{colors\.Border\.Disabled\.Disable\}\,_0px_0px_0px_0px_rgba\(0\,0\,0\,0\):is(:hover, [data-hover]) {
    box-shadow: inset 0 0 0 1.5px var(--colors--border\.-disabled\.-disable), 0px 0px 0px 0px rgba(0,0,0,0);
}

  .hover\:pl_4px:is(:hover, [data-hover]) {
    padding-left: 4px;
}

  .hover\:pr_4px:is(:hover, [data-hover]) {
    padding-right: 4px;
}

  .active\:bg_\#615726:is(:active, [data-active]) {
    background: #615726;
}

  .active\:bg_\#f5f4f0:is(:active, [data-active]) {
    background: #f5f4f0;
}

  .active\:bg_Background\.Primary\.Darker:is(:active, [data-active]) {
    background: var(--colors--background\.-primary\.-darker);
}

  .active\:bg_Shape\.Primary\.Subtle:is(:active, [data-active]) {
    background: var(--colors--shape\.-primary\.-subtle);
}

  .active\:bg_Background\.Error\.Subtle:is(:active, [data-active]) {
    background: var(--colors--background\.-error\.-subtle);
}

  .active\:bg_Background\.White\.Lighter:is(:active, [data-active]) {
    background: var(--colors--background\.-white\.-lighter);
}

  .active\:bg_\{colors\.Background\.Disabled\.Subtle\}:is(:active, [data-active]) {
    background: var(--colors--background\.-disabled\.-subtle);
}

  .active\:bg_linear-gradient\(148deg\,_\{colors\.Background\.White\.Default\}_57\%\,_\{colors\.Background\.Primary\.Subtle\}_84\%\):is(:active, [data-active]) {
    background: linear-gradient(148deg, var(--colors--background\.-white\.-default) 57%, var(--colors--background\.-primary\.-subtle) 84%);
}

  .active\:bg_linear-gradient\(168deg\,_\{colors\.Background\.White\.Default\}_57\%\,_\{colors\.Background\.Primary\.Subtle\}_84\%\):is(:active, [data-active]) {
    background: linear-gradient(168deg, var(--colors--background\.-white\.-default) 57%, var(--colors--background\.-primary\.-subtle) 84%);
}

  .active\:td_underline:is(:active, [data-active]) {
    text-decoration: underline;
}

  .active\:td_none:is(:active, [data-active]) {
    text-decoration: none;
}

  .active\:bg-c_Background\.White\.Subtle:is(:active, [data-active]) {
    background-color: var(--colors--background\.-white\.-subtle);
}

  .active\:c_Text\.Gray\.Default:is(:active, [data-active]) {
    color: var(--colors--text\.-gray\.-default);
}

  .active\:bx-sh_none:is(:active, [data-active]) {
    box-shadow: none;
}

  .active\:c_Text\.Gray\.Darker:is(:active, [data-active]) {
    color: var(--colors--text\.-gray\.-darker);
}

  .active\:c_Text\.Error\.Darker:is(:active, [data-active]) {
    color: var(--colors--text\.-error\.-darker);
}

  .active\:bx-sh_inset_0_0_0_1\.5px_\{colors\.Border\.Error\.Darker\}:is(:active, [data-active]) {
    box-shadow: inset 0 0 0 1.5px var(--colors--border\.-error\.-darker);
}

  .active\:c_Background\.Gray\.Default:is(:active, [data-active]) {
    color: var(--colors--background\.-gray\.-default);
}

  .active\:bx-sh_inset_0_0_0_1\.5px_\{colors\.Border\.Gray\.Lighter\}:is(:active, [data-active]) {
    box-shadow: inset 0 0 0 1.5px var(--colors--border\.-gray\.-lighter);
}

  .active\:bg-c_Background\.Secondary\.High_darker:is(:active, [data-active]) {
    background-color: var(--colors--background\.-secondary\.-high_darker);
}

  .active\:bx-sh_inset_0_0_0_1\.5px_\{colors\.Background\.Secondary\.High_darker\}\,_0px_0px_0px_3px_color-mix\(in_srgb\,_\{colors\.Border\.Secondary\.Lighter\}_20\%\,_transparent\):is(:active, [data-active]) {
    box-shadow: inset 0 0 0 1.5px var(--colors--background\.-secondary\.-high_darker), 0px 0px 0px 3px color-mix(in srgb, var(--colors--border\.-secondary\.-lighter) 20%, transparent);
}

  .active\:bg-c_Background\.Secondary\.Subtle:is(:active, [data-active]) {
    background-color: var(--colors--background\.-secondary\.-subtle);
}

  .active\:bx-sh_inset_0_0_0_1\.5px_\{colors\.Border\.Secondary\.Lighter\}\,_0px_0px_0px_3px_color-mix\(in_srgb\,_\{colors\.Border\.Secondary\.Lighter\}_20\%\,_transparent\):is(:active, [data-active]) {
    box-shadow: inset 0 0 0 1.5px var(--colors--border\.-secondary\.-lighter), 0px 0px 0px 3px color-mix(in srgb, var(--colors--border\.-secondary\.-lighter) 20%, transparent);
}

  .active\:c_Text\.Primary\.High_darker:is(:active, [data-active]) {
    color: var(--colors--text\.-primary\.-high_darker);
}

  .active\:c_Text\.Disable\.Default:is(:active, [data-active]) {
    color: var(--colors--text\.-disable\.-default);
}

  .\[\&_\.react-datepicker__month-text\:active\,_\&_\.react-datepicker__day-text\:active\]\:c_\{colors\.Text\.Gray\.Darker\}\! .react-datepicker__month-text:active,.\[\&_\.react-datepicker__month-text\:active\,_\&_\.react-datepicker__day-text\:active\]\:c_\{colors\.Text\.Gray\.Darker\}\! .react-datepicker__day-text:active {
    color: var(--colors--text\.-gray\.-darker) !important;
}

  .\[\&_\.react-datepicker__month-text\:active\,_\&_\.react-datepicker__day-text\:active\]\:bg-c_Background\.Primary\.Subtle .react-datepicker__month-text:active,.\[\&_\.react-datepicker__month-text\:active\,_\&_\.react-datepicker__day-text\:active\]\:bg-c_Background\.Primary\.Subtle .react-datepicker__day-text:active {
    background-color: var(--colors--background\.-primary\.-subtle);
}

  .\[\&_\.react-datepicker__month-text\:active\,_\&_\.react-datepicker__day-text\:active\]\:bx-sh_inset_0_0_0_1\.5px_\{colors\.Border\.Primary\.Lighter\} .react-datepicker__month-text:active,.\[\&_\.react-datepicker__month-text\:active\,_\&_\.react-datepicker__day-text\:active\]\:bx-sh_inset_0_0_0_1\.5px_\{colors\.Border\.Primary\.Lighter\} .react-datepicker__day-text:active {
    box-shadow: inset 0 0 0 1.5px var(--colors--border\.-primary\.-lighter);
}

  .\[\&_\.react-datepicker__day\:active\]\:c_Text\.Gray\.Darker .react-datepicker__day:active {
    color: var(--colors--text\.-gray\.-darker);
}

  .\[\&_\.react-datepicker__day\:active\]\:bg-c_Background\.Primary\.Subtle .react-datepicker__day:active {
    background-color: var(--colors--background\.-primary\.-subtle);
}

  .\[\&_\.react-datepicker__day\:active\]\:bx-sh_inset_0_0_0_1\.5px_\{colors\.Border\.Primary\.Lighter\} .react-datepicker__day:active {
    box-shadow: inset 0 0 0 1.5px var(--colors--border\.-primary\.-lighter);
}

  .active\:bg-c_Background\.Disabled\.Subtle:is(:active, [data-active]) {
    background-color: var(--colors--background\.-disabled\.-subtle);
}

  .active\:bx-sh_inset_0_0_0_1\.5px_\{colors\.Border\.Disabled\.Disable\}:is(:active, [data-active]) {
    box-shadow: inset 0 0 0 1.5px var(--colors--border\.-disabled\.-disable);
}

  .active\:bg-c_Background\.White\.Default:is(:active, [data-active]) {
    background-color: var(--colors--background\.-white\.-default);
}

  .active\:bx-sh_inset_0_0_0_1\.5px_\{colors\.Border\.Primary\.Subtle\}\,_0px_0px_0px_3px_color-mix\(in_srgb\,_\{colors\.Background\.Primary\.Default\}_20\%\,_transparent\):is(:active, [data-active]) {
    box-shadow: inset 0 0 0 1.5px var(--colors--border\.-primary\.-subtle), 0px 0px 0px 3px color-mix(in srgb, var(--colors--background\.-primary\.-default) 20%, transparent);
}

  .active\:bx-sh_inset_0_0_0_1\.5px_\{colors\.Border\.Error\.Lighter\}\,_0px_0px_0px_3px_color-mix\(in_srgb\,_\{colors\.Background\.Error\.Default\}_20\%\,_transparent\):is(:active, [data-active]) {
    box-shadow: inset 0 0 0 1.5px var(--colors--border\.-error\.-lighter), 0px 0px 0px 3px color-mix(in srgb, var(--colors--background\.-error\.-default) 20%, transparent);
}

  .active\:bx-sh_inset_0_0_0_1\.5px_\{colors\.Border\.White\.Lighter\}:is(:active, [data-active]) {
    box-shadow: inset 0 0 0 1.5px var(--colors--border\.-white\.-lighter);
}

  .\[\&\:active\]\:c_Text\.Primary\.Darker:active {
    color: var(--colors--text\.-primary\.-darker);
}

  .active\:bx-sh_inset_0_0_0_1\.5px_\{colors\.Border\.Primary\.Lighter\}\,_0px_0px_0px_3px_color-mix\(in_srgb\,_\{colors\.Border\.Primary\.Lighter\}_20\%\,_transparent\):is(:active, [data-active]) {
    box-shadow: inset 0 0 0 1.5px var(--colors--border\.-primary\.-lighter), 0px 0px 0px 3px color-mix(in srgb, var(--colors--border\.-primary\.-lighter) 20%, transparent);
}

  .active\:bg-c_Background\.Primary\.Subtle:is(:active, [data-active]) {
    background-color: var(--colors--background\.-primary\.-subtle);
}

  .\[\&_a\]\:\[\&\:hover\]\:bd_none a:hover {
    border: none;
}

  .\[\&_\.react-datepicker\]\:\[\&_\.selector\:\:-webkit-scrollbar\]\:bdr_var\(--radius12\) .react-datepicker .selector::-webkit-scrollbar {
    border-radius: var(--radius12);
}

  .\[\&_\>_\*\]\:\[\&\:first-child\]\:bd-r_solid_1\.5px_\{colors\.Border\.White\.Lighter\}\! > *:first-child {
    border-right: solid 1.5px var(--colors--border\.-white\.-lighter) !important;
}

  .last\:after\:d_none\!:last-child::after {
    display: none !important;
}

  .\[\&_\>_span\]\:\[\&_\>_\*_path\]\:fill_Shape\.Disable\.Default > span > * path {
    fill: var(--colors--shape\.-disable\.-default);
}

  .\[\&_\>_div\]\:\[\&_\.trackerTitle\]\:z_1 > div .trackerTitle {
    z-index: 1;
}

  .\[\&_\>_div\]\:\[\&_\.trackerTitle\]\:pos_relative > div .trackerTitle {
    position: relative;
}

  .\[\&_\>_div\]\:\[\&_\.trackerTitle\]\:c_Text\.Disable\.Default > div .trackerTitle {
    color: var(--colors--text\.-disable\.-default);
}

  .\[\&_\>_div\]\:\[\&_\.trackerTitle\]\:d_inline-block > div .trackerTitle {
    display: inline-block;
}

  .\[\&_\>_div\]\:\[\&_\.trackerDescription\]\:c_Text\.Disable\.Default > div .trackerDescription {
    color: var(--colors--text\.-disable\.-default);
}

  .\[\&_\>_span\]\:\[\&_\>_\*_path\]\:fill_Shape\.White\.Default > span > * path {
    fill: var(--colors--shape\.-white\.-default);
}

  .\[\&_\>_div\]\:\[\&_\.trackerTitle\]\:c_Text\.Gray\.Default > div .trackerTitle {
    color: var(--colors--text\.-gray\.-default);
}

  .\[\&_\>_div\]\:\[\&_\.trackerDescription\]\:c_Text\.Gray\.Subtle > div .trackerDescription {
    color: var(--colors--text\.-gray\.-subtle);
}

  .\[\&_\+_\#optimusTrackerBody\]\:after\:content_\'\' + #optimusTrackerBody::after {
    content: '';
}

  .\[\&_\+_\#optimusTrackerBody\]\:after\:pos_absolute + #optimusTrackerBody::after {
    position: absolute;
}

  .\[\&_\+_\#optimusTrackerBody\]\:after\:z_3 + #optimusTrackerBody::after {
    z-index: 3;
}

  .\[\&_\+_\#optimusTrackerBody\]\:after\:d_block + #optimusTrackerBody::after {
    display: block;
}

  .\[\&_\+_\#optimusTrackerBody\]\:after\:bg-c_Background\.Primary\.Default + #optimusTrackerBody::after {
    background-color: var(--colors--background\.-primary\.-default);
}

  .\[\&_\>_div\]\:\[\&_\.trackerTitle\]\:c_Text\.Secondary\.Darker > div .trackerTitle {
    color: var(--colors--text\.-secondary\.-darker);
}

  .\[\&_\+_\#optimusTrackerBody\]\:after\:bg-c_Background\.Secondary\.Default + #optimusTrackerBody::after {
    background-color: var(--colors--background\.-secondary\.-default);
}

  .\[\&_\>_div\]\:\[\&_\.trackerTitle\]\:c_Text\.Error\.Darker > div .trackerTitle {
    color: var(--colors--text\.-error\.-darker);
}

  .\[\&_\+_\#optimusTrackerBody\]\:after\:d_none\! + #optimusTrackerBody::after {
    display: none !important;
}

  .\[\&_a\]\:\[\&\:hover\]\:bx-sh_none a:hover {
    box-shadow: none;
}

  .\[\&\[data-selected\=\"true\"\]\]\:\[\&_\>_\*_path\]\:fill_Shape\.Primary\.Darker[data-selected="true"] > * path {
    fill: var(--colors--shape\.-primary\.-darker);
}

  .\[\&\[data-selected\=\"false\"\]\]\:\[\&_\>_\*_path\]\:fill_Shape\.Gray\.Gentle[data-selected="false"] > * path {
    fill: var(--colors--shape\.-gray\.-gentle);
}

  .\[\&_\#nameBeneficiary\]\:\[\&_\>_p\]\:tt_capitalize #nameBeneficiary > p {
    text-transform: capitalize;
}

  .\[\&_\>_span\]\:\[\&_svg\]\:w_20px > span svg {
    width: 20px;
}

  .\[\&_\>_span\]\:\[\&_svg\]\:h_20px > span svg {
    height: 20px;
}

  .\[\&_\+_\#optimusTrackerBody\]\:after\:top_-12px + #optimusTrackerBody::after {
    top: -12px;
}

  .\[\&_\+_\#optimusTrackerBody\]\:after\:left_15px + #optimusTrackerBody::after {
    left: 15px;
}

  .\[\&_\+_\#optimusTrackerBody\]\:after\:h_97\% + #optimusTrackerBody::after {
    height: 97%;
}

  .\[\&_\+_\#optimusTrackerBody\]\:after\:w_1\.5px + #optimusTrackerBody::after {
    width: 1.5px;
}

  .visited\:\[\&_\>_\*_path\]\:fill_Text\.Supplementary\.Default:visited > * path {
    fill: var(--colors--text\.-supplementary\.-default);
}

  .visited\:\[\&_\>_\*_path\]\:fill_Text\.Disable\.Default:visited > * path {
    fill: var(--colors--text\.-disable\.-default);
}

  .focusWithin\:\[\&_\>_div\]\:op_1:focus-within > div {
    opacity: 1;
}

  .focusWithin\:\[\&_\>_\*_path\]\:fill_Shape\.Gray\.Lighter:focus-within > * path {
    fill: var(--colors--shape\.-gray\.-lighter);
}

  .focusWithin\:\[\&_\>_\*_path\]\:fill_Shape\.Disable\.Default:focus-within > * path {
    fill: var(--colors--shape\.-disable\.-default);
}

  .focus\:\[\&_\>_\*_path\]\:fill_Shape\.White\.Default:is(:focus, [data-focus]) > * path {
    fill: var(--colors--shape\.-white\.-default);
}

  .focus\:\[\&_\>_\*_path\]\:fill_\#615726:is(:focus, [data-focus]) > * path {
    fill: #615726;
}

  .focus\:\[\&_\>_\*_path\]\:fill_Shape\.Primary\.Darker:is(:focus, [data-focus]) > * path {
    fill: var(--colors--shape\.-primary\.-darker);
}

  .focus\:\[\&_\>_\*_path\]\:fill_Shape\.Gray\.Darker:is(:focus, [data-focus]) > * path {
    fill: var(--colors--shape\.-gray\.-darker);
}

  .focus\:\[\&_\>_\*_path\]\:fill_Shape\.Error\.Darker:is(:focus, [data-focus]) > * path {
    fill: var(--colors--shape\.-error\.-darker);
}

  .focus\:\[\&_\>_\*_path\]\:fill_Shape\.Gray\.Default:is(:focus, [data-focus]) > * path {
    fill: var(--colors--shape\.-gray\.-default);
}

  .focus\:\[\&_\>_\*_path\]\:fill_\{colors\.Shape\.Disable\.Default\}:is(:focus, [data-focus]) > * path {
    fill: var(--colors--shape\.-disable\.-default);
}

  .focus\:\[\&_\>_\*_path\]\:fill_Text\.Primary\.Darker:is(:focus, [data-focus]) > * path {
    fill: var(--colors--text\.-primary\.-darker);
}

  .focus\:\[\&_p\]\:c_Text\.Gray\.Darker:is(:focus, [data-focus]) p {
    color: var(--colors--text\.-gray\.-darker);
}

  .hover\:\[\&_\>_\*_path\]\:fill_Shape\.Gray\.Lighter:is(:hover, [data-hover]) > * path {
    fill: var(--colors--shape\.-gray\.-lighter);
}

  .hover\:\[\&_\>_\*_path\]\:fill_Shape\.Error\.Lighter:is(:hover, [data-hover]) > * path {
    fill: var(--colors--shape\.-error\.-lighter);
}

  .hover\:\[\&_\>_\*_path\]\:fill_Shape\.White\.Default:is(:hover, [data-hover]) > * path {
    fill: var(--colors--shape\.-white\.-default);
}

  .hover\:\[\&_\>_\*_path\]\:fill_\#827533:is(:hover, [data-hover]) > * path {
    fill: #827533;
}

  .hover\:\[\&_\>_\*_path\]\:fill_Shape\.Primary\.Darker:is(:hover, [data-hover]) > * path {
    fill: var(--colors--shape\.-primary\.-darker);
}

  .hover\:\[\&_\>_\*_path\]\:fill_Shape\.Gray\.Darker:is(:hover, [data-hover]) > * path {
    fill: var(--colors--shape\.-gray\.-darker);
}

  .hover\:\[\&_\>_\*_path\]\:fill_Shape\.Error\.Darker:is(:hover, [data-hover]) > * path {
    fill: var(--colors--shape\.-error\.-darker);
}

  .hover\:\[\&_\>_\*_path\]\:fill_Shape\.Error\.Default:is(:hover, [data-hover]) > * path {
    fill: var(--colors--shape\.-error\.-default);
}

  .hover\:\[\&_\>_\*_path\]\:fill_Shape\.Gray\.Default:is(:hover, [data-hover]) > * path {
    fill: var(--colors--shape\.-gray\.-default);
}

  .hover\:\[\&_\>_\*_path\]\:fill_\{colors\.Shape\.Disable\.Default\}:is(:hover, [data-hover]) > * path {
    fill: var(--colors--shape\.-disable\.-default);
}

  .hover\:\[\&_\>_\*_path\]\:fill_transparent:is(:hover, [data-hover]) > * path {
    fill: transparent;
}

  .hover\:\[\&_\>_\*_path\]\:fill_Text\.Primary\.Darker:is(:hover, [data-hover]) > * path {
    fill: var(--colors--text\.-primary\.-darker);
}

  .hover\:\[\&_\>_\*_path\]\:fill_Text\.Disable\.Default:is(:hover, [data-hover]) > * path {
    fill: var(--colors--text\.-disable\.-default);
}

  .hover\:\[\&_\.radio-button-styled\]\:bg-c_Background\.White\.Default:is(:hover, [data-hover]) .radio-button-styled {
    background-color: var(--colors--background\.-white\.-default);
}

  .hover\:\[\&_\.radio-button-styled\]\:bx-sh_inset_0_0_0_1\.5px_\{colors\.Border\.Primary\.Lighter\}\,_0px_0px_0px_3px_color-mix\(in_srgb\,_\{colors\.Border\.Primary\.Lighter\}_20\%\,_transparent\):is(:hover, [data-hover]) .radio-button-styled {
    box-shadow: inset 0 0 0 1.5px var(--colors--border\.-primary\.-lighter), 0px 0px 0px 3px color-mix(in srgb, var(--colors--border\.-primary\.-lighter) 20%, transparent);
}

  .hover\:\[\&_\.radio-button-styled\]\:bx-sh_inset_0_0_0_1\.5px_\{colors\.Border\.Secondary\.Lighter\}\,_0px_0px_0px_3px_color-mix\(in_srgb\,_\{colors\.Border\.Secondary\.Lighter\}_20\%\,_transparent\):is(:hover, [data-hover]) .radio-button-styled {
    box-shadow: inset 0 0 0 1.5px var(--colors--border\.-secondary\.-lighter), 0px 0px 0px 3px color-mix(in srgb, var(--colors--border\.-secondary\.-lighter) 20%, transparent);
}

  .hover\:\[\&_\>_\*_path\]\:fill_Shape\.Disable\.Default:is(:hover, [data-hover]) > * path {
    fill: var(--colors--shape\.-disable\.-default);
}

  .hover\:\[\&_p\]\:c_Text\.Gray\.Darker:is(:hover, [data-hover]) p {
    color: var(--colors--text\.-gray\.-darker);
}

  .hover\:\[\&_\>_\*_path\]\:fill_Shape\.Primary\.Default:is(:hover, [data-hover]) > * path,.\[\&\:hover\]\:\[\&_\#arrow-icon_path\]\:fill_Shape\.Primary\.Default:hover #arrow-icon path {
    fill: var(--colors--shape\.-primary\.-default);
}

  .hover\:\[\&_\.title-card-informative\]\:c_Text\.Primary\.Darker:is(:hover, [data-hover]) .title-card-informative {
    color: var(--colors--text\.-primary\.-darker);
}

  .hover\:\[\&_\[data-content-footer\]_path\]\:fill_\{colors\.Shape\.Primary\.Darker\}:is(:hover, [data-hover]) [data-content-footer] path {
    fill: var(--colors--shape\.-primary\.-darker);
}

  .hover\:\[\&_\[data-content-header\]\]\:c_\{colors\.Text\.Primary\.Darker\}:is(:hover, [data-hover]) [data-content-header] {
    color: var(--colors--text\.-primary\.-darker);
}

  .hover\:\[\&_\[data-content-footer\]_path\]\:fill_\{colors\.Shape\.Secondary\.Darker\}:is(:hover, [data-hover]) [data-content-footer] path {
    fill: var(--colors--shape\.-secondary\.-darker);
}

  .hover\:\[\&_\[data-content-header\]\]\:c_\{colors\.Text\.Secondary\.Darker\}:is(:hover, [data-hover]) [data-content-header] {
    color: var(--colors--text\.-secondary\.-darker);
}

  .active\:\[\&_hr\]\:bg_Background\.Primary\.Subtle:is(:active, [data-active]) hr {
    background: var(--colors--background\.-primary\.-subtle);
}

  .active\:\[\&_\>_\*_path\]\:fill_Shape\.Gray\.Lighter:is(:active, [data-active]) > * path {
    fill: var(--colors--shape\.-gray\.-lighter);
}

  .active\:\[\&_\>_\*_path\]\:fill_Shape\.Gray\.Darker:is(:active, [data-active]) > * path {
    fill: var(--colors--shape\.-gray\.-darker);
}

  .active\:\[\&_\>_\*_path\]\:fill_Background\.Error\.Darker:is(:active, [data-active]) > * path {
    fill: var(--colors--background\.-error\.-darker);
}

  .active\:\[\&_\>_\*_path\]\:fill_Shape\.Gray\.Default:is(:active, [data-active]) > * path {
    fill: var(--colors--shape\.-gray\.-default);
}

  .active\:\[\&_\>_\*_path\]\:fill_Shape\.Secondary\.Default:is(:active, [data-active]) > * path {
    fill: var(--colors--shape\.-secondary\.-default);
}

  .active\:\[\&_\>_\*_path\]\:fill_transparent:is(:active, [data-active]) > * path {
    fill: transparent;
}

  .active\:\[\&_\>_\*_path\]\:fill_Text\.Primary\.High_darker:is(:active, [data-active]) > * path {
    fill: var(--colors--text\.-primary\.-high_darker);
}

  .active\:\[\&_\>_\*_path\]\:fill_Text\.Disable\.Default:is(:active, [data-active]) > * path {
    fill: var(--colors--text\.-disable\.-default);
}

  .active\:\[\&_\>_\*_path\]\:fill_Shape\.Disable\.Default:is(:active, [data-active]) > * path {
    fill: var(--colors--shape\.-disable\.-default);
}

  .active\:\[\&_p\]\:c_Text\.Gray\.Darker:is(:active, [data-active]) p {
    color: var(--colors--text\.-gray\.-darker);
}

  .\[\&\:active\]\:\[\&_\#card-button-title\]\:c_Text\.Primary\.Darker:active #card-button-title {
    color: var(--colors--text\.-primary\.-darker);
}

  .\[\&\:active\]\:\[\&_\#arrow-icon_path\]\:fill_Shape\.Primary\.Darker:active #arrow-icon path {
    fill: var(--colors--shape\.-primary\.-darker);
}

  .active\:\[\&_\.title-card-informative\]\:c_Text\.Primary\.Darker:is(:active, [data-active]) .title-card-informative {
    color: var(--colors--text\.-primary\.-darker);
}

  .active\:\[\&_\>_\*_path\]\:fill_Shape\.Primary\.Default:is(:active, [data-active]) > * path {
    fill: var(--colors--shape\.-primary\.-default);
}

  .active\:\[\&_hr\]\:d_flex:is(:active, [data-active]) hr {
    display: flex;
}

  .\[\&_\#nameBeneficiary\]\:\[\&_\>_p\]\:\[\&_\>_div\]\:d_inline-flex #nameBeneficiary > p > div {
    display: inline-flex;
}

  .\[\&_\#nameBeneficiary\]\:\[\&_\>_p\]\:\[\&_\>_div\]\:pos_relative #nameBeneficiary > p > div {
    position: relative;
}

  .\[\&_\#nameBeneficiary\]\:\[\&_\>_p\]\:\[\&_\>_div\]\:ml_8px #nameBeneficiary > p > div {
    margin-left: 8px;
}

  .\[\&_\#nameBeneficiary\]\:\[\&_\>_p\]\:\[\&_\>_div\]\:top_0\.2em #nameBeneficiary > p > div {
    top: 0.2em;
}

  @media screen and (min-width: 0rem) {
    .xs\:--popover-arrow-width_16px {
      --popover-arrow-width: 16px;
}
    .xs\:--popover-arrow-height_8px {
      --popover-arrow-height: 8px;
}
    .xs\:p_48px_24px {
      padding: 48px 24px;
}
    .xs\:p_0_24px_0_0 {
      padding: 0 24px 0 0;
}
    .xs\:p_16px_20px_16px_24px {
      padding: 16px 20px 16px 24px;
}
    .xs\:p_16px_20px_16px_24px\! {
      padding: 16px 20px 16px 24px !important;
}
    .xs\:p_0px {
      padding: 0px;
}
    .xs\:m_0px {
      margin: 0px;
}
    .xs\:m_16px_0px_0px_0px {
      margin: 16px 0px 0px 0px;
}
    .xs\:gap_16px {
      gap: 16px;
}
    .xs\:ov_hidden {
      overflow: hidden;
}
    .xs\:ov_auto {
      overflow: auto;
}
    .xs\:gap_0 {
      gap: 0;
}
    .xs\:d_flex {
      display: flex;
}
    .xs\:grid-tc_repeat\(1\,_1fr\) {
      grid-template-columns: repeat(1, 1fr);
}
    .xs\:jc_flex-end {
      justify-content: flex-end;
}
    .xs\:flex-d_column-reverse {
      flex-direction: column-reverse;
}
    .xs\:ai_flex-start {
      align-items: flex-start;
}
    .xs\:w_45\% {
      width: 45%;
}
    .xs\:ov-x_scroll {
      overflow-x: scroll;
}
    .xs\:ov-x_hidden {
      overflow-x: hidden;
}
    .xs\:w_48px {
      width: 48px;
}
    .xs\:min-w_48px {
      min-width: 48px;
}
    .xs\:h_48px {
      height: 48px;
}
    .xs\:min-h_48px {
      min-height: 48px;
}
    .xs\:min-w_auto {
      min-width: auto;
}
    .xs\:w_100\% {
      width: 100%;
}
    .xs\:max-w_none {
      max-width: none;
}
    .xs\:w_80\% {
      width: 80%;
}
    .xs\:w_auto {
      width: auto;
}
    .\[\&_\>_\*\]\:xs\:bdr_0px > * {
      border-radius: 0px;
}
}

  @media (min-width: 420px) {
    .\[\@media_\(min-width\:_420px\)\]\:grid-tc_repeat\(2\,_1fr\) {
      grid-template-columns: repeat(2, 1fr);
}
}

  @media screen and (min-width: 48rem) {
    .sm\:--popover-arrow-width_18px {
      --popover-arrow-width: 18px;
}
    .sm\:--popover-arrow-height_10px {
      --popover-arrow-height: 10px;
}
    .sm\:p_0_24px_0_0 {
      padding: 0 24px 0 0;
}
    .sm\:p_16px_20px_16px_24px {
      padding: 16px 20px 16px 24px;
}
    .sm\:p_16px_20px_16px_24px\! {
      padding: 16px 20px 16px 24px !important;
}
    .sm\:p_0px {
      padding: 0px;
}
    .sm\:m_0px {
      margin: 0px;
}
    .sm\:d_none {
      display: none;
}
    .sm\:d_block {
      display: block;
}
    .sm\:flex-d_row {
      flex-direction: row;
}
    .sm\:jc_flex-end {
      justify-content: flex-end;
}
    .sm\:w_40px {
      width: 40px;
}
    .sm\:h_40px {
      height: 40px;
}
    .sm\:min-w_40px {
      min-width: 40px;
}
    .sm\:w_48px {
      width: 48px;
}
    .sm\:min-w_48px {
      min-width: 48px;
}
    .sm\:h_48px {
      height: 48px;
}
    .sm\:min-h_48px {
      min-height: 48px;
}
    .sm\:w_80\% {
      width: 80%;
}
    .sm\:w_auto {
      width: auto;
}
}

  @media (min-width: 1024px) {
    .\[\@media_\(min-width\:_1024px\)\]\:p_0_10px {
      padding: 0 10px;
}
    .\[\@media_\(min-width\:_1024px\)\]\:m_0_10px {
      margin: 0 10px;
}
    .\[\@media_\(min-width\:_1024px\)\]\:flex-d_row {
      flex-direction: row;
}
    .\[\@media_\(min-width\:_1024px\)\]\:flex-d_column {
      flex-direction: column;
}
    .after\:\[\@media_\(min-width\:_1024px\)\]\:d_none\!::after,.\[\&_\+_\#optimusTrackerBody\]\:after\:\[\@media_\(min-width\:_1024px\)\]\:d_none\! + #optimusTrackerBody::after {
      display: none !important;
}
}

  @media screen and (min-width: 64rem) {
    .md\:--popover-arrow-width_20px {
      --popover-arrow-width: 20px;
}
    .md\:--popover-arrow-height_12px {
      --popover-arrow-height: 12px;
}
    .md\:p_40px_0_24px {
      padding: 40px 0 24px;
}
    .md\:m_0_auto {
      margin: 0 auto;
}
    .md\:p_0_32px\! {
      padding: 0 32px !important;
}
    .md\:p_0_32px_0_0 {
      padding: 0 32px 0 0;
}
    .md\:p_18px_24px_18px_20px {
      padding: 18px 24px 18px 20px;
}
    .md\:p_18px_24px_18px_20px\! {
      padding: 18px 24px 18px 20px !important;
}
    .md\:p_0 {
      padding: 0;
}
    .cm\:p_0px {
      padding: 0px;
}
    .cm\:m_0px {
      margin: 0px;
}
    .md\:p_0px {
      padding: 0px;
}
    .md\:m_0px {
      margin: 0px;
}
    .md\:px_6 {
      padding-inline: 6px;
}
    .md\:d_flex {
      display: flex;
}
    .md\:jc_space-between {
      justify-content: space-between;
}
    .md\:grid-tc_1fr {
      grid-template-columns: 1fr;
}
    .md\:grid-tc_50\%_50\% {
      grid-template-columns: 50% 50%;
}
    .md\:grid-tc_repeat\(2\,_1fr\) {
      grid-template-columns: repeat(2, 1fr);
}
    .md\:pb_88px {
      padding-bottom: 88px;
}
    .md\:pb_0 {
      padding-bottom: 0;
}
    .md\:w_56px {
      width: 56px;
}
    .md\:h_56px {
      height: 56px;
}
    .md\:w_48px {
      width: 48px;
}
    .md\:h_48px {
      height: 48px;
}
    .md\:min-w_48px {
      min-width: 48px;
}
    .md\:w_70\% {
      width: 70%;
}
    .md\:w_104px {
      width: 104px;
}
    .md\:min-w_104px {
      min-width: 104px;
}
    .md\:h_20px {
      height: 20px;
}
    .md\:min-h_20px {
      min-height: 20px;
}
    .md\:mr_24px {
      margin-right: 24px;
}
    .cm\:w_80\%,.md\:w_80\% {
      width: 80%;
}
    .md\:w_auto {
      width: auto;
}
    .md\:\[\&_\.react-datepicker__day-names\]\:p_12px_16px_0 .react-datepicker__day-names {
      padding: 12px 16px 0;
}
    .md\:\[\&_\.react-datepicker__day-names\]\:gap_4px .react-datepicker__day-names {
      gap: 4px;
}
    .md\:\[\&_\.react-datepicker\]\:jc_space-between .react-datepicker {
      justify-content: space-between;
}
    .md\:\[\&_\.react-datepicker__header\]\:flex-d_column\! .react-datepicker__header {
      flex-direction: column !important;
}
    .md\:\[\&_\.react-datepicker__header\]\:flex-d_column-reverse\! .react-datepicker__header {
      flex-direction: column-reverse !important;
}
    .md\:\[\&_\.react-datepicker\]\:w_100\% .react-datepicker {
      width: 100%;
}
    .md\:\[\&_\.react-datepicker\]\:h_100\% .react-datepicker {
      height: 100%;
}
}

  @media screen and (min-width: 120rem) {
    .lg\:px_8 {
      padding-inline: 8px;
}
}

  @media (max-width: 1023px) {
    .\[\@media_\(max-width\:_1023px\)\]\:pb_12px {
      padding-bottom: 12px;
}
    .after\:\[\@media_\(max-width\:_1023px\)\]\:bd-t_40px_solid_var\(--Gray-G0\)::after {
      border-top: 40px solid var(--Gray-G0);
}
    .after\:\[\@media_\(max-width\:_1023px\)\]\:bg-c_Border\.Disabled\.Disable::after {
      background-color: var(--colors--border\.-disabled\.-disable);
}
    .after\:\[\@media_\(max-width\:_1023px\)\]\:bg-c_Background\.Primary\.Default::after {
      background-color: var(--colors--background\.-primary\.-default);
}
    .after\:\[\@media_\(max-width\:_1023px\)\]\:bg-c_Background\.Secondary\.Default::after {
      background-color: var(--colors--background\.-secondary\.-default);
}
    .after\:\[\@media_\(max-width\:_1023px\)\]\:bg-c_Background\.Error\.Default::after {
      background-color: var(--colors--background\.-error\.-default);
}
    .after\:\[\@media_\(max-width\:_1023px\)\]\:top_0px::after {
      top: 0px;
}
    .after\:\[\@media_\(max-width\:_1023px\)\]\:left_15px::after {
      left: 15px;
}
    .after\:\[\@media_\(max-width\:_1023px\)\]\:h_90\%::after {
      height: 90%;
}
    .after\:\[\@media_\(max-width\:_1023px\)\]\:w_1\.5px::after {
      width: 1.5px;
}
    .after\:\[\@media_\(max-width\:_1023px\)\]\:top_16px::after {
      top: 16px;
}
    .after\:\[\@media_\(max-width\:_1023px\)\]\:right_-20px::after {
      right: -20px;
}
    .after\:\[\@media_\(max-width\:_1023px\)\]\:h_1\.5px::after {
      height: 1.5px;
}
    .after\:\[\@media_\(max-width\:_1023px\)\]\:w_22px::after {
      width: 22px;
}
}

  @media screen and (max-width: 800px) {
    .\[\@media_screen_and_\(max-width\:_800px\)\]\:d_block {
      display: block;
}
    .\[\@media_screen_and_\(max-width\:_800px\)\]\:d_none {
      display: none;
}
}

  @media (max-width: 767px) {
    .\[\@media_\(max-width\:_767px\)\]\:grid-template-areas_\'body\' {
      grid-template-areas: 'body';
}
    .\[\@media_\(max-width\:_767px\)\]\:grid-tc_1fr {
      grid-template-columns: 1fr;
}
    .\[\@media_\(max-width\:_767px\)\]\:d_flex {
      display: flex;
}
    .\[\@media_\(max-width\:_767px\)\]\:ai_center {
      align-items: center;
}
    .\[\@media_\(max-width\:_767px\)\]\:as_start {
      align-self: start;
}
    .\[\@media_\(max-width\:_767px\)\]\:jc_space-between {
      justify-content: space-between;
}
    .\[\@media_\(max-width\:_767px\)\]\:jc_center {
      justify-content: center;
}
    .\[\@media_\(max-width\:_767px\)\]\:flex-d_column {
      flex-direction: column;
}
    .\[\@media_\(max-width\:_767px\)\]\:anim-n_none {
      animation-name: none;
}
    .\[\@media_\(max-width\:_767px\)\]\:anim-dur_0s {
      animation-duration: 0s;
}
    .\[\@media_\(max-width\:_767px\)\]\:anim-tmf_unset {
      animation-timing-function: unset;
}
    .\[\@media_\(max-width\:_767px\)\]\:anim-fm_none {
      animation-fill-mode: none;
}
    .\[\@media_\(max-width\:_767px\)\]\:mb_16px {
      margin-bottom: 16px;
}
    .\[\@media_\(max-width\:_767px\)\]\:h_calc\(var\(--hero-height\,_0px\)_-_8px\) {
      height: calc(var(--hero-height, 0px) - 8px);
}
    .\[\@media_\(max-width\:_767px\)\]\:mt_24px {
      margin-top: 24px;
}
    .\[\@media_\(max-width\:_767px\)\]\:left_0 {
      left: 0;
}
    .\[\@media_\(max-width\:_767px\)\]\:w_100\% {
      width: 100%;
}
    .\[\@media_\(max-width\:_767px\)\]\:bottom_12px {
      bottom: 12px;
}
    .\[\@media_\(max-width\:_767px\)\]\:top_auto {
      top: auto;
}
    .\[\@media_\(max-width\:_767px\)\]\:top_calc\(var\(--hero-height\)_\+_16px\) {
      top: calc(var(--hero-height) + 16px);
}
    .\[\@media_\(max-width\:_767px\)\]\:bottom_auto {
      bottom: auto;
}
    .\[\@media_\(max-width\:_767px\)\]\:\[\&_p\]\:ta_center p {
      text-align: center;
}
    .\[\&_\.embla__controls\]\:\[\@media_\(max-width\:_767px\)\]\:jc_center .embla__controls {
      justify-content: center;
}
    .\[\&_\.bodyText\]\:\[\@media_\(max-width\:_767px\)\]\:fs_24px .bodyText {
      font-size: 24px;
}
    .\[\&_\.bodyText\]\:\[\@media_\(max-width\:_767px\)\]\:lh_32px .bodyText {
      line-height: 32px;
}
}
}

@layer reset {
  html,:host {
    --font-fallback: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-tab-size: 4;
    tab-size: 4;
    font-family: var(--global-font-body, var(--font-fallback));
    -webkit-tap-highlight-color: transparent;
}

  *,::before,::after,::backdrop,::file-selector-button {
    margin: 0px;
    padding: 0px;
    border-width: 0px;
    border-style: solid;
    border-color: var(--global-color-border, currentcolor);
    box-sizing: border-box;
}

  hr {
    color: inherit;
    height: 0px;
    border-top-width: 1px;
}

  body {
    line-height: inherit;
    height: 100%;
}

  img {
    border-style: none;
}

  img,svg,video,canvas,audio,iframe,embed,object {
    display: block;
    vertical-align: middle;
}

  img,video {
    max-width: 100%;
    height: auto;
}

  h1,h2,h3,h4,h5,h6 {
    text-wrap: balance;
    font-size: inherit;
    font-weight: inherit;
}

  p,h1,h2,h3,h4,h5,h6 {
    overflow-wrap: break-word;
}

  ol,ul,menu {
    list-style: none;
}

  button,input:where([type='button'], [type='reset'], [type='submit']),::file-selector-button {
    appearance: button;
    -webkit-appearance: button;
}

  button,input,optgroup,select,textarea,::file-selector-button {
    font: inherit;
    background: transparent;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
}

  ::placeholder {
    --placeholder-fallback: rgba(0, 0, 0, 0.5);
    opacity: 1;
    color: var(--global-color-placeholder, var(--placeholder-fallback));
}

  @supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
    ::placeholder {
      --placeholder-fallback: color-mix(in oklab, currentcolor 50%, transparent);
}
}

  ::selection {
    background-color: var(--global-color-selection, rgba(0, 115, 255, 0.3));
}

  textarea {
    resize: vertical;
}

  table {
    border-color: inherit;
    text-indent: 0px;
    border-collapse: collapse;
}

  summary {
    display: list-item;
}

  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;
}

  dialog {
    padding: 0px;
}

  a {
    text-decoration: inherit;
    color: inherit;
}

  abbr:where([title]) {
    text-decoration: underline dotted;
}

  b,strong {
    font-weight: bolder;
}

  code,kbd,samp,pre {
    --font-mono-fallback: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New';
    font-family: var(--global-font-mono, var(--font-mono-fallback));
    font-size: 1em;
    font-feature-settings: normal;
    font-variation-settings: normal;
}

  progress {
    vertical-align: baseline;
}

  ::-webkit-search-decoration,::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

  ::-webkit-inner-spin-button,::-webkit-outer-spin-button {
    height: auto;
}

  :-moz-ui-invalid {
    box-shadow: none;
}

  :-moz-focusring {
    outline: auto;
}

  [hidden]:where(:not([hidden='until-found'])) {
    display: none !important;
}
}

@layer base {
  :root {
    --made-with-panda: '🐼';
    --radius4: 4px;
    --radius6: 6px;
    --radius8: 8px;
    --radius12: 12px;
    --radius16: 16px;
    --radius20: 20px;
    --radius24: 24px;
    --radius999: 999px;
    --blackColor: #000000;
    --grayColorBorder: #e8e8e8;
    --grayColorComponents: #f9f9fb;
    --grayColorHover: #f4f4f4;
    --grayColorDisabled: #bbbbbb;
    --grayColorCard: #f7f7f7;
    --grayColorText: #696158;
    --grayColorCardDashed: #d7d9d9;
    --grayColorLineDashed: #bababa;
    --grayColorStep: #a29d98;
    --greenColor: #00a499;
    --greenColorBalance: #00ae99;
    --greenColorHover: #059f8d;
    --greenColorSelectCard: #eefbf9;
    --orangeColorHover: #ea4800;
    --orangeColorMain: #ff4f00;
    --orangeColorMainActive: #f04c02;
    --redColorError: #ff4646;
    --tooltipColor: rgb(105, 97, 88);
    --whiteColorBase: #ffffff;
    --placeholderColor: #9d9994;
    --yellowBoldColor: #ffcd00;
    --colorGrayBorder: #e8e8e8;
    --blueColor: #002d74;
    --orangeColor200: #ff9565;
    --orangeColor300: #ffe4d9;
    --yellowColor: #ffd380;
    --redColorMain: #fff2f2;
    --beigeColorMain: #fff6eb;
    --grayColor200: #aaa9a9;
    --grayColor300: #ececec;
    --grayColorBackground: #f6f6f7;
    --Primary-P50: #ffede6;
    --Primary-P75: #ffd0ba;
    --Primary-P100: #ff996b;
    --Primary-P200: #ff6d2b;
    --Primary-P300: #ff4f00;
    --Primary-P400: #ca3f04;
    --Primary-P500: #9c3000;
    --Secondary-S50: #e6fafa;
    --Secondary-S75: #bff2f2;
    --Secondary-S100: #6be1e1;
    --Secondary-S200: #00cccc;
    --Secondary-S300: #04a6a2;
    --Secondary-S400: #008485;
    --Secondary-S500: #006464;
    --Tertiary-T50: #fffae6;
    --Tertiary-T75: #ffeda3;
    --Tertiary-T100: #ffe26b;
    --Tertiary-T200: #ffd62b;
    --Tertiary-T300: #ffcd00;
    --Tertiary-T400: #e8bb00;
    --Tertiary-T500: #8c7100;
    --Gray-G0: #ffffff;
    --Gray-G10: #fbfbfb;
    --Gray-G20: #f8f8f8;
    --Gray-G30: #f0f0f1;
    --Gray-G40: #e7e7e8;
    --Gray-G50: #d1d2d3;
    --Gray-G60: #c5c7c8;
    --Gray-G70: #bcbdc0;
    --Gray-G80: #b1b3b5;
    --Gray-G90: #a6a8ab;
    --Gray-G100: #9b9da0;
    --Gray-G200: #8f9295;
    --Gray-G300: #84878b;
    --Gray-G400: #7b7e82;
    --Gray-G500: #707377;
    --Gray-G600: #666a6f;
    --Gray-G700: #595d62;
    --Gray-G800: #4e5258;
    --Gray-G900: #292b2e;
    --Error-E50: #ffeeee;
    --Error-E75: #ffc7c7;
    --Error-E100: #ff6b6b;
    --Error-E200: #ff2b2b;
    --Error-E300: #ee0000;
    --Error-E400: #b30000;
    --Error-E500: #6b0000;
    --Azul_Supplementary-A50: #f0faff;
    --Azul_Supplementary-A75: #bae3f7;
    --Azul_Supplementary-A100: #5ebded;
    --Azul_Supplementary-A200: #1791cf;
    --Azul_Supplementary-A300: #006599;
    --Azul_Supplementary-A400: #004568;
    --Azul_Supplementary-A500: #00334d;
    --elevation-XS: 0px 1px 4px 0px rgba(69, 73, 78, 0.16);
    --elevation-S: 0px 16px 32px -4px rgba(69, 73, 78, 0.10), 0px 2px 4px 0px rgba(69, 73, 78, 0.04);
    --elevation-Focus-Primary: 0px 0px 0px 3px rgba(255, 79, 0, 0.2);
    --elevation-Focus-Secondary: 0px 0px 0px 3px rgba(0, 204, 204, 0.2);
    --elevation-Focus-Tertiary: 0px 0px 0px 3px rgba(255, 205, 0, 0.2);
    --elevation-Focus-Error: 0px 0px 0px 3px rgba(255, 0, 0, 0.2);
    --elevation-Focus-Gray: 0px 0px 0px 3px rgba(41, 43, 46, 0.2);
    --elevation-Focus-Check: 0px 0px 0px 2px rgba(0, 204, 204, 0.2);
}

  html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

  body {
    margin: 0;
}

  img {
    border-style: none;
}

  @keyframes fadeIn {
    from {
      opacity: 0;
}

    to {
      opacity: 1;
}
}

  @keyframes fadeOut {
    from {
      opacity: 1;
}

    to {
      opacity: 0;
}
}

  @keyframes shimmer {
    100% {
      transform: translateX(100%);
}
}

  @keyframes toast-in-right {
    from {
      transform: translateX(100%);
}

    to {
      transform: translateX(0);
}
}

  @keyframes collapse-in {
    0% {
      opacity: 0;
      max-height: 0;
}

    100% {
      opacity: 1;
      max-height: 1000px;
}
}

  @keyframes collapse-out {
    0% {
      opacity: 1;
      max-height: 1000px;
}

    100% {
      opacity: 0;
      max-height: 0;
}
}

  @keyframes fadeInModal {
    0% {
      opacity: 0;
      transform: translateY(12px) scale(0.94);
}

    60% {
      opacity: 1;
      transform: translateY(-2px) scale(1.02);
}

    100% {
      opacity: 1;
      transform: none;
}
}

  @keyframes fadeOutModal {
    0% {
      opacity: 1;
      transform: none;
}

    40% {
      opacity: 1;
      transform: translateY(-2px) scale(1.02);
}

    100% {
      opacity: 0;
      transform: none;
}
}

  .fade-in {
    animation: fadeIn ease 1.2s;
}

  .fade-out {
    animation: fadeOut ease 1.2s;
    display: none !important;
}

  .collapse-in {
    animation: collapse-in 0.3s ease-in-out forwards;
}

  .collapse-out {
    animation: collapse-out 0.3s ease-in-out forwards;
}

  @keyframes dropdownReveal {
    0% {
      transform: translateY(-8px);
      opacity: 0;
}

    100% {
      transform: translateY(0);
      opacity: 1;
}
}

  @keyframes mobileOverlayOpen {
    0% {
      transform: translateY(-20px);
      opacity: 0;
}

    100% {
      transform: translateY(0);
      opacity: 1;
}
}

  @keyframes mobileOverlayClose {
    0% {
      transform: translateY(0);
      opacity: 1;
}

    100% {
      transform: translateY(-20px);
      opacity: 0;
}
}

  @keyframes slideOutLeftAndIn {
    0% {
      transform: translateX(0);
      opacity: 1;
}

    49.9% {
      transform: translateX(-50px);
      opacity: 0;
}

    50% {
      transform: translateX(50px);
      opacity: 0;
}

    100% {
      transform: translateX(0);
      opacity: 1;
}
}

  @keyframes slideOutRightAndIn {
    0% {
      transform: translateX(0);
      opacity: 1;
}

    49.9% {
      transform: translateX(50px);
      opacity: 0;
}

    50% {
      transform: translateX(-50px);
      opacity: 0;
}

    100% {
      transform: translateX(0);
      opacity: 1;
}
}

  @keyframes slideInFromLeft {
    0% {
      transform: translateX(-10px);
      opacity: 0;
}

    100% {
      transform: translateX(0);
      opacity: 1;
}
}

  @keyframes slideOutToLeft {
    0% {
      transform: translateX(0);
      opacity: 1;
}

    100% {
      transform: translateX(-10px);
      opacity: 0;
}
}

  main {
    display: block;
}

  h1 {
    margin: 0.67em 0;
    font-size: 2em;
}

  hr {
    overflow: visible;
    box-sizing: content-box;
    height: 0;
}

  pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

  a {
    background-color: transparent;
}

  abbr[title] {
    border-bottom: none;
    text-decoration: underline dotted;
}

  b,strong {
    font-weight: bolder;
}

  code,kbd,samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

  small {
    font-size: 80%;
}

  sub {
    bottom: -0.25em;
}

  sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

  sup {
    top: -0.5em;
}

  button,input {
    overflow: visible;
    text-transform: none;
    -webkit-appearance: button;
    appearance: button;
}

  button,input,optgroup,select {
    margin: 0;
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
}

  select {
    text-transform: none;
}

  textarea {
    margin: 0;
    overflow: auto;
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
}

  button::-moz-focus-inner,[type='button']::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

  [type='reset']::-moz-focus-inner,[type='submit']::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

  button:-moz-focusring,[type='button']:-moz-focusring {
    outline: 1px dotted ButtonText;
}

  [type='reset']:-moz-focusring,[type='submit']:-moz-focusring {
    outline: 1px dotted ButtonText;
}

  fieldset {
    padding: 0.35em 0.75em 0.625em;
}

  legend {
    padding: 0;
    box-sizing: border-box;
    color: inherit;
    display: table;
    white-space: normal;
    max-width: 100%;
}

  progress {
    vertical-align: baseline;
}

  [type='checkbox'],[type='radio'] {
    padding: 0;
    box-sizing: border-box;
}

  [type='number']::-webkit-inner-spin-button,[type='number']::-webkit-outer-spin-button {
    height: auto;
}

  [type='search'] {
    -webkit-appearance: textfield;
    appearance: textfield;
    outline-offset: -2px;
}

  [type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
}

  ::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

  details {
    display: block;
}

  summary {
    display: list-item;
}

  template,[hidden] {
    display: none;
}

  *,::before,::after,::backdrop {
    --blur: /*-*/ /*-*/;
    --brightness: /*-*/ /*-*/;
    --contrast: /*-*/ /*-*/;
    --grayscale: /*-*/ /*-*/;
    --hue-rotate: /*-*/ /*-*/;
    --invert: /*-*/ /*-*/;
    --saturate: /*-*/ /*-*/;
    --sepia: /*-*/ /*-*/;
    --drop-shadow: /*-*/ /*-*/;
    --backdrop-blur: /*-*/ /*-*/;
    --backdrop-brightness: /*-*/ /*-*/;
    --backdrop-contrast: /*-*/ /*-*/;
    --backdrop-grayscale: /*-*/ /*-*/;
    --backdrop-hue-rotate: /*-*/ /*-*/;
    --backdrop-invert: /*-*/ /*-*/;
    --backdrop-opacity: /*-*/ /*-*/;
    --backdrop-saturate: /*-*/ /*-*/;
    --backdrop-sepia: /*-*/ /*-*/;
    --gradient-from-position: /*-*/ /*-*/;
    --gradient-to-position: /*-*/ /*-*/;
    --gradient-via-position: /*-*/ /*-*/;
    --scroll-snap-strictness: proximity;
    --border-spacing-x: 0;
    --border-spacing-y: 0;
    --translate-x: 0;
    --translate-y: 0;
    --rotate: 0;
    --rotate-x: 0;
    --rotate-y: 0;
    --skew-x: 0;
    --skew-y: 0;
    --scale-x: 1;
    --scale-y: 1;
}
}

@layer tokens {
  :where(:root, :host) {
    --colors--primary\.-p50: #ffede6;
    --colors--primary\.-p75: #ffd0ba;
    --colors--primary\.-p100: #ff996b;
    --colors--primary\.-p200: #ff6d2b;
    --colors--primary\.-p300: #ff4f00;
    --colors--primary\.-p400: #ca3f04;
    --colors--primary\.-p500: #9c3000;
    --colors--secondary\.-s50: #e6fafa;
    --colors--secondary\.-s75: #bff2f2;
    --colors--secondary\.-s100: #6be1e1;
    --colors--secondary\.-s200: #00cccc;
    --colors--secondary\.-s300: #04a6a2;
    --colors--secondary\.-s400: #008485;
    --colors--secondary\.-s500: #006464;
    --colors--tertiary\.-t50: #fffae6;
    --colors--tertiary\.-t75: #ffeda3;
    --colors--tertiary\.-t100: #ffe26b;
    --colors--tertiary\.-t200: #ffd62b;
    --colors--tertiary\.-t300: #ffcd00;
    --colors--tertiary\.-t400: #e8bb00;
    --colors--tertiary\.-t500: #8c7100;
    --colors--gray\.-g0: #ffffff;
    --colors--gray\.-g10: #fbfbfb;
    --colors--gray\.-g20: #f8f8f8;
    --colors--gray\.-g30: #f0f0f1;
    --colors--gray\.-g40: #e7e7e8;
    --colors--gray\.-g50: #d1d2d3;
    --colors--gray\.-g60: #c5c7c8;
    --colors--gray\.-g70: #bcbdc0;
    --colors--gray\.-g80: #b1b3b5;
    --colors--gray\.-g90: #a6a8ab;
    --colors--gray\.-g100: #9b9da0;
    --colors--gray\.-g200: #8f9295;
    --colors--gray\.-g300: #84878b;
    --colors--gray\.-g400: #7b7e82;
    --colors--gray\.-g500: #707377;
    --colors--gray\.-g600: #666a6f;
    --colors--gray\.-g700: #595d62;
    --colors--gray\.-g800: #4e5258;
    --colors--gray\.-g900: #292b2e;
    --colors--error\.-e50: #ffeeee;
    --colors--error\.-e75: #ffc7c7;
    --colors--error\.-e100: #ff6b6b;
    --colors--error\.-e200: #ff2b2b;
    --colors--error\.-e300: #ee0000;
    --colors--error\.-e400: #b30000;
    --colors--error\.-e500: #6b0000;
    --colors--azul_-supplementary\.-a50: #f0faff;
    --colors--azul_-supplementary\.-a75: #bae3f7;
    --colors--azul_-supplementary\.-a100: #5ebded;
    --colors--azul_-supplementary\.-a200: #1791cf;
    --colors--azul_-supplementary\.-a300: #006599;
    --colors--azul_-supplementary\.-a400: #004568;
    --colors--azul_-supplementary\.-a500: #00334d;
    --elevations--x-s: 0px 1px 4px 0px rgba(69, 73, 78, 0.16);
    --elevations--s: 0px 16px 32px -4px rgba(69, 73, 78, 0.10), 0px 2px 4px 0px rgba(69, 73, 78, 0.04);
    --elevations--focus\.-primary: 0px 0px 0px 3px rgba(255, 79, 0, 0.2);
    --elevations--focus\.-secondary: 0px 0px 0px 3px rgba(0, 204, 204, 0.2);
    --elevations--focus\.-tertiary: 0px 0px 0px 3px rgba(255, 205, 0, 0.2);
    --elevations--focus\.-error: 0px 0px 0px 3px rgba(255, 0, 0, 0.2);
    --elevations--focus\.-gray: 0px 0px 0px 3px rgba(41, 43, 46, 0.2);
    --elevations--focus\.-check: 0px 0px 0px 2px rgba(0, 204, 204, 0.2);
    --animations-fade-in: fadeIn ease 1.2s;
    --animations-fade-out: fadeOut ease 1.2s;
    --animations-collapse-in: collapse-in 0.3s ease-in-out forwards;
    --animations-collapse-out: collapse-out 0.3s ease-in-out forwards;
    --radius-radius4: 4px;
    --radius-radius6: 6px;
    --radius-radius8: 8px;
    --radius-radius12: 12px;
    --radius-radius16: 16px;
    --radius-radius20: 20px;
    --radius-radius24: 24px;
    --radius-radius999: 999px;
    --breakpoints-xs: 0rem;
    --breakpoints-xs_max: 47.938rem;
    --breakpoints-sm: 48rem;
    --breakpoints-sm_max: 63.938rem;
    --breakpoints-md: 64rem;
    --breakpoints-cm: 64rem;
    --breakpoints-cm_max: 74.938rem;
    --breakpoints-lg: 120rem;
    --breakpoints-xl: 160rem;
    --sizes-breakpoint-xs: 0rem;
    --sizes-breakpoint-xs_max: 47.938rem;
    --sizes-breakpoint-sm: 48rem;
    --sizes-breakpoint-sm_max: 63.938rem;
    --sizes-breakpoint-md: 64rem;
    --sizes-breakpoint-cm: 64rem;
    --sizes-breakpoint-cm_max: 74.938rem;
    --sizes-breakpoint-lg: 120rem;
    --sizes-breakpoint-xl: 160rem;
    --colors--shape\.-primary\.-subtle: var(--colors--primary\.-p50);
    --colors--shape\.-primary\.-lighter: var(--colors--primary\.-p100);
    --colors--shape\.-primary\.-gentle: var(--colors--primary\.-p200);
    --colors--shape\.-primary\.-default: var(--colors--primary\.-p300);
    --colors--shape\.-primary\.-darker: var(--colors--primary\.-p400);
    --colors--shape\.-primary\.-high_darker: var(--colors--primary\.-p500);
    --colors--shape\.-secondary\.-subtle: var(--colors--secondary\.-s50);
    --colors--shape\.-secondary\.-lighter: var(--colors--secondary\.-s100);
    --colors--shape\.-secondary\.-gentle: var(--colors--secondary\.-s200);
    --colors--shape\.-secondary\.-default: var(--colors--secondary\.-s300);
    --colors--shape\.-secondary\.-darker: var(--colors--secondary\.-s400);
    --colors--shape\.-secondary\.-high_darker: var(--colors--secondary\.-s500);
    --colors--shape\.-tertiary\.-subtle: var(--colors--tertiary\.-t50);
    --colors--shape\.-tertiary\.-lighter: var(--colors--tertiary\.-t100);
    --colors--shape\.-tertiary\.-gentle: var(--colors--tertiary\.-t200);
    --colors--shape\.-tertiary\.-default: var(--colors--tertiary\.-t300);
    --colors--shape\.-tertiary\.-darker: var(--colors--tertiary\.-t400);
    --colors--shape\.-tertiary\.-high_darker: var(--colors--tertiary\.-t500);
    --colors--shape\.-error\.-subtle: var(--colors--error\.-e50);
    --colors--shape\.-error\.-lighter: var(--colors--error\.-e100);
    --colors--shape\.-error\.-gentle: var(--colors--error\.-e200);
    --colors--shape\.-error\.-default: var(--colors--error\.-e300);
    --colors--shape\.-error\.-darker: var(--colors--error\.-e400);
    --colors--shape\.-error\.-high_darker: var(--colors--error\.-e500);
    --colors--shape\.-supplementary\.-subtle: var(--colors--azul_-supplementary\.-a50);
    --colors--shape\.-supplementary\.-lighter: var(--colors--azul_-supplementary\.-a100);
    --colors--shape\.-supplementary\.-gentle: var(--colors--azul_-supplementary\.-a200);
    --colors--shape\.-supplementary\.-default: var(--colors--azul_-supplementary\.-a300);
    --colors--shape\.-supplementary\.-darker: var(--colors--azul_-supplementary\.-a400);
    --colors--shape\.-supplementary\.-high_darker: var(--colors--azul_-supplementary\.-a500);
    --colors--shape\.-white\.-subtle: var(--colors--gray\.-g10);
    --colors--shape\.-white\.-lighter: var(--colors--gray\.-g20);
    --colors--shape\.-white\.-gentle: var(--colors--gray\.-g30);
    --colors--shape\.-white\.-default: var(--colors--gray\.-g0);
    --colors--shape\.-white\.-darker: var(--colors--gray\.-g50);
    --colors--shape\.-white\.-high_darker: var(--colors--gray\.-g60);
    --colors--shape\.-gray\.-subtle: var(--colors--gray\.-g100);
    --colors--shape\.-gray\.-lighter: var(--colors--gray\.-g400);
    --colors--shape\.-gray\.-gentle: var(--colors--gray\.-g600);
    --colors--shape\.-gray\.-default: var(--colors--gray\.-g800);
    --colors--shape\.-gray\.-darker: var(--colors--gray\.-g900);
    --colors--shape\.-disable\.-subtle: var(--colors--gray\.-g40);
    --colors--shape\.-disable\.-default: var(--colors--gray\.-g300);
    --colors--background\.-primary\.-subtle: var(--colors--primary\.-p50);
    --colors--background\.-primary\.-lighter: var(--colors--primary\.-p75);
    --colors--background\.-primary\.-default: var(--colors--primary\.-p300);
    --colors--background\.-primary\.-darker: var(--colors--primary\.-p400);
    --colors--background\.-primary\.-high_darker: var(--colors--primary\.-p500);
    --colors--background\.-secondary\.-subtle: var(--colors--secondary\.-s50);
    --colors--background\.-secondary\.-lighter: var(--colors--secondary\.-s75);
    --colors--background\.-secondary\.-default: var(--colors--secondary\.-s300);
    --colors--background\.-secondary\.-darker: var(--colors--secondary\.-s400);
    --colors--background\.-secondary\.-high_darker: var(--colors--secondary\.-s500);
    --colors--background\.-tertiary\.-subtle: var(--colors--tertiary\.-t50);
    --colors--background\.-tertiary\.-lighter: var(--colors--tertiary\.-t75);
    --colors--background\.-tertiary\.-default: var(--colors--tertiary\.-t300);
    --colors--background\.-tertiary\.-darker: var(--colors--tertiary\.-t400);
    --colors--background\.-tertiary\.-high_darker: var(--colors--tertiary\.-t500);
    --colors--background\.-error\.-subtle: var(--colors--error\.-e50);
    --colors--background\.-error\.-lighter: var(--colors--error\.-e75);
    --colors--background\.-error\.-default: var(--colors--error\.-e300);
    --colors--background\.-error\.-darker: var(--colors--error\.-e400);
    --colors--background\.-error\.-high_darker: var(--colors--error\.-e500);
    --colors--background\.-supplementary\.-subtle: var(--colors--azul_-supplementary\.-a50);
    --colors--background\.-supplementary\.-lighter: var(--colors--azul_-supplementary\.-a75);
    --colors--background\.-supplementary\.-default: var(--colors--azul_-supplementary\.-a300);
    --colors--background\.-supplementary\.-darker: var(--colors--azul_-supplementary\.-a400);
    --colors--background\.-supplementary\.-high_darker: var(--colors--azul_-supplementary\.-a500);
    --colors--background\.-white\.-subtle: var(--colors--gray\.-g20);
    --colors--background\.-white\.-lighter: var(--colors--gray\.-g30);
    --colors--background\.-white\.-default: var(--colors--gray\.-g0);
    --colors--background\.-white\.-darker: var(--colors--gray\.-g50);
    --colors--background\.-white\.-high_darker: var(--colors--gray\.-g60);
    --colors--background\.-gray\.-subtle: var(--colors--gray\.-g200);
    --colors--background\.-gray\.-lighter: var(--colors--gray\.-g500);
    --colors--background\.-gray\.-default: var(--colors--gray\.-g800);
    --colors--background\.-gray\.-darker: var(--colors--gray\.-g900);
    --colors--background\.-disabled\.-subtle: var(--colors--gray\.-g40);
    --colors--background\.-disabled\.-default: var(--colors--gray\.-g300);
    --colors--border\.-primary\.-subtle: var(--colors--primary\.-p100);
    --colors--border\.-primary\.-lighter: var(--colors--primary\.-p200);
    --colors--border\.-primary\.-default: var(--colors--primary\.-p300);
    --colors--border\.-primary\.-darker: var(--colors--primary\.-p400);
    --colors--border\.-secondary\.-subtle: var(--colors--secondary\.-s100);
    --colors--border\.-secondary\.-lighter: var(--colors--secondary\.-s200);
    --colors--border\.-secondary\.-default: var(--colors--secondary\.-s300);
    --colors--border\.-secondary\.-darker: var(--colors--secondary\.-s400);
    --colors--border\.-tertiary\.-subtle: var(--colors--tertiary\.-t100);
    --colors--border\.-tertiary\.-lighter: var(--colors--tertiary\.-t200);
    --colors--border\.-tertiary\.-default: var(--colors--tertiary\.-t300);
    --colors--border\.-tertiary\.-darker: var(--colors--tertiary\.-t400);
    --colors--border\.-error\.-subtle: var(--colors--error\.-e100);
    --colors--border\.-error\.-lighter: var(--colors--error\.-e200);
    --colors--border\.-error\.-default: var(--colors--error\.-e300);
    --colors--border\.-error\.-darker: var(--colors--error\.-e400);
    --colors--border\.-supplementary\.-subtle: var(--colors--azul_-supplementary\.-a100);
    --colors--border\.-supplementary\.-lighter: var(--colors--azul_-supplementary\.-a200);
    --colors--border\.-supplementary\.-default: var(--colors--azul_-supplementary\.-a300);
    --colors--border\.-supplementary\.-darker: var(--colors--azul_-supplementary\.-a400);
    --colors--border\.-white\.-subtle: var(--colors--gray\.-g30);
    --colors--border\.-white\.-lighter: var(--colors--gray\.-g40);
    --colors--border\.-white\.-default: var(--colors--gray\.-g0);
    --colors--border\.-white\.-darker: var(--colors--gray\.-g50);
    --colors--border\.-gray\.-subtle: var(--colors--gray\.-g300);
    --colors--border\.-gray\.-lighter: var(--colors--gray\.-g600);
    --colors--border\.-gray\.-default: var(--colors--gray\.-g800);
    --colors--border\.-gray\.-darker: var(--colors--gray\.-g900);
    --colors--border\.-disabled\.-disable: var(--colors--gray\.-g60);
    --colors--text\.-primary\.-subtle: var(--colors--primary\.-p50);
    --colors--text\.-primary\.-lighter: var(--colors--primary\.-p75);
    --colors--text\.-primary\.-default: var(--colors--primary\.-p300);
    --colors--text\.-primary\.-darker: var(--colors--primary\.-p400);
    --colors--text\.-primary\.-high_darker: var(--colors--primary\.-p500);
    --colors--text\.-secondary\.-subtle: var(--colors--secondary\.-s50);
    --colors--text\.-secondary\.-lighter: var(--colors--secondary\.-s75);
    --colors--text\.-secondary\.-default: var(--colors--secondary\.-s300);
    --colors--text\.-secondary\.-darker: var(--colors--secondary\.-s400);
    --colors--text\.-secondary\.-high_darker: var(--colors--secondary\.-s500);
    --colors--text\.-tertiary\.-subtle: var(--colors--tertiary\.-t50);
    --colors--text\.-tertiary\.-lighter: var(--colors--tertiary\.-t75);
    --colors--text\.-tertiary\.-default: var(--colors--tertiary\.-t300);
    --colors--text\.-tertiary\.-darker: var(--colors--tertiary\.-t400);
    --colors--text\.-tertiary\.-high_darker: var(--colors--tertiary\.-t500);
    --colors--text\.-white\.-subtle: var(--colors--gray\.-g20);
    --colors--text\.-white\.-lighter: var(--colors--gray\.-g30);
    --colors--text\.-white\.-default: var(--colors--gray\.-g0);
    --colors--text\.-white\.-darker: var(--colors--gray\.-g60);
    --colors--text\.-error\.-subtle: var(--colors--error\.-e50);
    --colors--text\.-error\.-lighter: var(--colors--error\.-e75);
    --colors--text\.-error\.-default: var(--colors--error\.-e300);
    --colors--text\.-error\.-darker: var(--colors--error\.-e400);
    --colors--text\.-gray\.-subtle: var(--colors--gray\.-g200);
    --colors--text\.-gray\.-lighter: var(--colors--gray\.-g500);
    --colors--text\.-gray\.-default: var(--colors--gray\.-g800);
    --colors--text\.-gray\.-darker: var(--colors--gray\.-g900);
    --colors--text\.-disable\.-subtle: var(--colors--gray\.-g40);
    --colors--text\.-disable\.-default: var(--colors--gray\.-g300);
    --colors--text\.-supplementary\.-subtle: var(--colors--azul_-supplementary\.-a50);
    --colors--text\.-supplementary\.-lighter: var(--colors--azul_-supplementary\.-a75);
    --colors--text\.-supplementary\.-default: var(--colors--azul_-supplementary\.-a300);
    --colors--text\.-supplementary\.-darker: var(--colors--azul_-supplementary\.-a400);
}
}

@layer utilities {
  @layer compositions {
    .textStyle_textComponentS {
      font-size: 14px;
      line-height: 20px;
}

    .textStyle_textComponentS,.textStyle_textComponentXL {
      font-family: Lexend;
      font-weight: 400;
      letter-spacing: 0.12%;
      color: colors.Text.Gray.Default;
}

    .textStyle_textComponentXL {
      font-size: 18px;
      line-height: 24px;
}

    .textStyle_textComponentM {
      font-family: Lexend;
      font-size: 15px;
      line-height: 22px;
}

    .textStyle_textComponentM,.textStyle_bodyTextM {
      font-weight: 400;
      letter-spacing: 0.12%;
      color: colors.Text.Gray.Default;
}

    .textStyle_bodyTextM {
      font-family: Calibri;
      font-size: 16px;
      line-height: 24px;
}

    @media screen and (min-width: 0rem) {
      .xs\:textStyle_textComponentL {
        font-family: Lexend;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 0.12%;
        color: colors.Text.Gray.Default;
}
}

    @media screen and (min-width: 64rem) {
      .md\:textStyle_h4 {
        font-family: Lexend;
        font-size: 24px;
        font-weight: 400;
        line-height: 32px;
        letter-spacing: 0.12%;
        color: colors.Text.Gray.Default;
}
}
}

  .\--popover-arrow-width_20px {
    --popover-arrow-width: 20px;
}

  .\--popover-arrow-height_12px {
    --popover-arrow-height: 12px;
}

  .\--popover-arrow-half-width_calc\(var\(--popover-arrow-width\)_\/_2\) {
    --popover-arrow-half-width: calc(var(--popover-arrow-width) / 2);
}

  .\--popover-arrow-half-height_calc\(var\(--popover-arrow-height\)_\/_2\) {
    --popover-arrow-half-height: calc(var(--popover-arrow-height) / 2);
}

  .\--slide-spacing_1rem {
    --slide-spacing: 1rem;
}

  .\--slide-size_100\% {
    --slide-size: 100%;
}

  .\--slide-height_340px {
    --slide-height: 340px;
}

  .\--slide-height_184px {
    --slide-height: 184px;
}

  .\--slide-height_100\% {
    --slide-height: 100%;
}

  .\--thickness_1px {
    --thickness: 1px;
}

  .p_16px {
    padding: 16px;
}

  .bg_rgba\(0\,_0\,_0\,_0\.36\) {
    background: rgba(0, 0, 0, 0.36);
}

  .p_1rem {
    padding: 1rem;
}

  .bd_none {
    border: none;
}

  .p_8px {
    padding: 8px;
}

  .p_1px_0 {
    padding: 1px 0;
}

  .p_8px_16px {
    padding: 8px 16px;
}

  .p_12px_16px {
    padding: 12px 16px;
}

  .p_16px_20px {
    padding: 16px 20px;
}

  .p_0px {
    padding: 0px;
}

  .p_2px {
    padding: 2px;
}

  .p_6px {
    padding: 6px;
}

  .p_12px {
    padding: 12px;
}

  .bg_radial-gradient\(circle\,__0\%\,__70\%\,_rgba\(255\,255\,255\,1\)_70\%\) {
    background: radial-gradient(circle,  0%,  70%, rgba(255,255,255,1) 70%);
}

  .bg_radial-gradient\(circle\,_\{colors\.Background\.Primary\.Darker\}_0\%\,_\{colors\.Background\.Primary\.Darker\}_70\%\,_rgba\(255\,255\,255\,1\)_70\%\) {
    background: radial-gradient(circle, var(--colors--background\.-primary\.-darker) 0%, var(--colors--background\.-primary\.-darker) 70%, rgba(255,255,255,1) 70%);
}

  .bg_radial-gradient\(circle\,_\{colors\.Background\.Secondary\.Darker\}_0\%\,_\{colors\.Background\.Secondary\.Darker\}_70\%\,_rgba\(255\,255\,255\,1\)_70\%\) {
    background: radial-gradient(circle, var(--colors--background\.-secondary\.-darker) 0%, var(--colors--background\.-secondary\.-darker) 70%, rgba(255,255,255,1) 70%);
}

  .bg_radial-gradient\(circle\,_\{colors\.Background\.Tertiary\.Default\}_0\%\,_\{colors\.Background\.Tertiary\.Default\}_70\%\,_rgba\(255\,255\,255\,1\)_70\%\) {
    background: radial-gradient(circle, var(--colors--background\.-tertiary\.-default) 0%, var(--colors--background\.-tertiary\.-default) 70%, rgba(255,255,255,1) 70%);
}

  .bg_radial-gradient\(circle\,_\{colors\.Background\.Supplementary\.Default\}_0\%\,_\{colors\.Background\.Supplementary\.Default\}_70\%\,_rgba\(255\,255\,255\,1\)_70\%\) {
    background: radial-gradient(circle, var(--colors--background\.-supplementary\.-default) 0%, var(--colors--background\.-supplementary\.-default) 70%, rgba(255,255,255,1) 70%);
}

  .bg_radial-gradient\(circle\,_\{colors\.Background\.Disabled\.Subtle\}_0\%\,_\{colors\.Background\.Disabled\.Subtle\}_70\%\,_rgba\(255\,255\,255\,1\)_70\%\) {
    background: radial-gradient(circle, var(--colors--background\.-disabled\.-subtle) 0%, var(--colors--background\.-disabled\.-subtle) 70%, rgba(255,255,255,1) 70%);
}

  .bg_radial-gradient\(circle\,_\{colors\.Background\.Gray\.Darker\}_0\%\,_\{colors\.Background\.Gray\.Darker\}_70\%\,_rgba\(255\,255\,255\,1\)_70\%\) {
    background: radial-gradient(circle, var(--colors--background\.-gray\.-darker) 0%, var(--colors--background\.-gray\.-darker) 70%, rgba(255,255,255,1) 70%);
}

  .p_5px_6px {
    padding: 5px 6px;
}

  .p_5px_8px {
    padding: 5px 8px;
}

  .bg_Background\.Primary\.Default {
    background: var(--colors--background\.-primary\.-default);
}

  .bg_Background\.Secondary\.Default {
    background: var(--colors--background\.-secondary\.-default);
}

  .bg_Background\.Tertiary\.Default {
    background: var(--colors--background\.-tertiary\.-default);
}

  .bg_Background\.Error\.Default {
    background: var(--colors--background\.-error\.-default);
}

  .bg_Background\.Supplementary\.Default {
    background: var(--colors--background\.-supplementary\.-default);
}

  .bg_Background\.Gray\.Default {
    background: var(--colors--background\.-gray\.-default);
}

  .bg_Background\.Primary\.Subtle {
    background: var(--colors--background\.-primary\.-subtle);
}

  .bg_Background\.Secondary\.Subtle {
    background: var(--colors--background\.-secondary\.-subtle);
}

  .bg_Background\.Disabled\.Subtle {
    background: var(--colors--background\.-disabled\.-subtle);
}

  .p_12px_20px {
    padding: 12px 20px;
}

  .bg_\#827533 {
    background: #827533;
}

  .bg_Background\.White\.Default {
    background: var(--colors--background\.-white\.-default);
}

  .bg_transparent {
    background: transparent;
}

  .bg_Background\.Error\.Subtle {
    background: var(--colors--background\.-error\.-subtle);
}

  .bg_\{colors\.Background\.Disabled\.Subtle\} {
    background: var(--colors--background\.-disabled\.-subtle);
}

  .p_0px_6px {
    padding: 0px 6px;
}

  .p_2px_8px {
    padding: 2px 8px;
}

  .p_4px_12px {
    padding: 4px 12px;
}

  .p_6px_16px {
    padding: 6px 16px;
}

  .bd_4px_solid_rgba\(0\,_0\,_0\,_0\.05\) {
    border: 4px solid rgba(0, 0, 0, 0.05);
}

  .m_auto {
    margin: auto;
}

  .p_12px_20px_12px_16px {
    padding: 12px 20px 12px 16px;
}

  .p_8px_12px {
    padding: 8px 12px;
}

  .bg_\{colors\.Background\.Primary\.Default\} {
    background: var(--colors--background\.-primary\.-default);
}

  .bg_\{colors\.Background\.Primary\.Subtle\} {
    background: var(--colors--background\.-primary\.-subtle);
}

  .bg_\{colors\.Background\.Secondary\.Darker\} {
    background: var(--colors--background\.-secondary\.-darker);
}

  .bg_\{colors\.Background\.Secondary\.Subtle\} {
    background: var(--colors--background\.-secondary\.-subtle);
}

  .bg_\{colors\.Background\.Tertiary\.Default\} {
    background: var(--colors--background\.-tertiary\.-default);
}

  .bg_\{colors\.Background\.Tertiary\.Subtle\} {
    background: var(--colors--background\.-tertiary\.-subtle);
}

  .bg_\{colors\.Background\.Supplementary\.Default\} {
    background: var(--colors--background\.-supplementary\.-default);
}

  .bg_\{colors\.Background\.Supplementary\.Subtle\} {
    background: var(--colors--background\.-supplementary\.-subtle);
}

  .bg_\{colors\.Background\.Error\.Default\} {
    background: var(--colors--background\.-error\.-default);
}

  .bg_\{colors\.Background\.Error\.Subtle\} {
    background: var(--colors--background\.-error\.-subtle);
}

  .bg_\{colors\.Background\.Gray\.Default\} {
    background: var(--colors--background\.-gray\.-default);
}

  .bg_\{colors\.Background\.White\.Subtle\} {
    background: var(--colors--background\.-white\.-subtle);
}

  .bg_\{colors\.Background\.Disabled\.Default\} {
    background: var(--colors--background\.-disabled\.-default);
}

  .bg_\{colors\.Background\.White\.Default\} {
    background: var(--colors--background\.-white\.-default);
}

  .p_4px_12px_4px_8px {
    padding: 4px 12px 4px 8px;
}

  .p_2px_8px_2px_6px {
    padding: 2px 8px 2px 6px;
}

  .anim_toast-in-right_0\.3s {
    animation: toast-in-right 0.3s;
}

  .m_auto_0 {
    margin: auto 0;
}

  .p_6px_12px_8px {
    padding: 6px 12px 8px;
}

  .bg_Background\.Gray\.Darker {
    background: var(--colors--background\.-gray\.-darker);
}

  .m_0px {
    margin: 0px;
}

  .bg_rgba\(41\,_43\,_46\,_0\.2\) {
    background: rgba(41, 43, 46, 0.2);
}

  .p_6px_12px {
    padding: 6px 12px;
}

  .p_20px_16px_0px {
    padding: 20px 16px 0px;
}

  .p_20px_24px_0px {
    padding: 20px 24px 0px;
}

  .p_8px_24px {
    padding: 8px 24px;
}

  .p_24px {
    padding: 24px;
}

  .bd_1\.5px_solid_\#E7E7E8 {
    border: 1.5px solid #E7E7E8;
}

  .p_4px_16px {
    padding: 4px 16px;
}

  .m_2px_2px_2px_0 {
    margin: 2px 2px 2px 0;
}

  .p_20px {
    padding: 20px;
}

  .bg_linear-gradient\(160deg\,_\{colors\.Background\.White\.Default\}_70\%\,_\{colors\.Background\.Primary\.Subtle\}_100\%\) {
    background: linear-gradient(160deg, var(--colors--background\.-white\.-default) 70%, var(--colors--background\.-primary\.-subtle) 100%);
}

  .m_0_auto {
    margin: 0 auto;
}

  .p_8px_0 {
    padding: 8px 0;
}

  .p_12px_0 {
    padding: 12px 0;
}

  .p_16px_0 {
    padding: 16px 0;
}

  .p_16px_8px_8px_12px {
    padding: 16px 8px 8px 12px;
}

  .p_16px_8px_8px_20px {
    padding: 16px 8px 8px 20px;
}

  .p_13px_12px_13px_12px {
    padding: 13px 12px 13px 12px;
}

  .p_0_4px_8px_0 {
    padding: 0 4px 8px 0;
}

  .p_0_8px_12px_0 {
    padding: 0 8px 12px 0;
}

  .bg_linear-gradient\(168deg\,_rgb\(255\,_255\,_255\)_57\%\,_rgb\(255\,_237\,_230\)_84\%\) {
    background: linear-gradient(168deg, rgb(255, 255, 255) 57%, rgb(255, 237, 230) 84%);
}

  .p_5px {
    padding: 5px;
}

  .bg_Background\.White\.Subtle {
    background: var(--colors--background\.-white\.-subtle);
}

  .p_1\.5px {
    padding: 1.5px;
}

  .bg_white {
    background: white;
}

  .p_0_12px_0_100px {
    padding: 0 12px 0 100px;
}

  .bg_linear-gradient\(168deg\,_\{colors\.Background\.White\.Default\}_57\%\,_\{colors\.Background\.Primary\.Subtle\}_84\%\) {
    background: linear-gradient(168deg, var(--colors--background\.-white\.-default) 57%, var(--colors--background\.-primary\.-subtle) 84%);
}

  .p_20px_0_12px {
    padding: 20px 0 12px;
}

  .p_64px_0 {
    padding: 64px 0;
}

  .bg_\#F0F0F1 {
    background: #F0F0F1;
}

  .bd_1px_solid_Border\.White\.Lighter {
    border: 1px solid Border.White.Lighter;
}

  .bg_\#FFFFFF {
    background: #FFFFFF;
}

  .inset_0 {
    inset: 0;
}

  .p_16px_24px_16px_24px {
    padding: 16px 24px 16px 24px;
}

  .p_12px_24px_12px_24px {
    padding: 12px 24px 12px 24px;
}

  .inset_0px {
    inset: 0px;
}

  .bg_\#292b2ebf {
    background: #292b2ebf;
}

  .bg_none {
    background: none;
}

  .p_24px_24px_0px_24px {
    padding: 24px 24px 0px 24px;
}

  .p_0 {
    padding: 0;
}

  .p_0_24px_0_12px\! {
    padding: 0 24px 0 12px !important;
}

  .m_0_auto\! {
    margin: 0 auto !important;
}

  .p_0\! {
    padding: 0 !important;
}

  .anim_dropdownReveal_200ms_ease_forwards {
    animation: dropdownReveal 200ms ease forwards;
}

  .p_24px\! {
    padding: 24px !important;
}

  .anim_slideInFromLeft_250ms_ease-out_forwards {
    animation: slideInFromLeft 250ms ease-out forwards;
}

  .anim_slideOutToLeft_250ms_ease-out_forwards {
    animation: slideOutToLeft 250ms ease-out forwards;
}

  .p_8px\! {
    padding: 8px !important;
}

  .p_20px_24px\! {
    padding: 20px 24px !important;
}

  .anim_mobileOverlayOpen_250ms_ease-in-out_forwards {
    animation: mobileOverlayOpen 250ms ease-in-out forwards;
}

  .bg_var\(--hero-bg\,_transparent\) {
    background: var(--hero-bg, transparent);
}

  .grid-area_image {
    grid-area: image;
}

  .grid-area_body {
    grid-area: body;
}

  .p_32px_24px {
    padding: 32px 24px;
}

  .p_24px_24px_24px_0 {
    padding: 24px 24px 24px 0;
}

  .p_4px_20px {
    padding: 4px 20px;
}

  .p_12px_4px_8px_4px {
    padding: 12px 4px 8px 4px;
}

  .p_12px_4px {
    padding: 12px 4px;
}

  .p_8\.75px {
    padding: 8.75px;
}

  .m_0_10px_0_0 {
    margin: 0 10px 0 0;
}

  .p_0_10px {
    padding: 0 10px;
}

  .m_0_10px {
    margin: 0 10px;
}

  .p_1em {
    padding: 1em;
}

  .p_2px_4px {
    padding: 2px 4px;
}

  .m_8px_0 {
    margin: 8px 0;
}

  .bg_linear-gradient\(147deg\,_\{colors\.Background\.White\.Default\}_50\%\,_\{colors\.Background\.Primary\.Subtle\}_80\%\) {
    background: linear-gradient(147deg, var(--colors--background\.-white\.-default) 50%, var(--colors--background\.-primary\.-subtle) 80%);
}

  .bg_linear-gradient\(147deg\,_\{colors\.Background\.White\.Default\}_50\%\,_\{colors\.Background\.Secondary\.Subtle\}_80\%\) {
    background: linear-gradient(147deg, var(--colors--background\.-white\.-default) 50%, var(--colors--background\.-secondary\.-subtle) 80%);
}

  .bd_1px_solid_\{Border\.White\.Lighter\} {
    border: 1px solid Border\.White\.Lighter;
}

  .bg_linear-gradient\(147deg\,_rgb\(255\,_255\,_255\)_50\%\,_rgb\(255\,_237\,_230\)_80\%\) {
    background: linear-gradient(147deg, rgb(255, 255, 255) 50%, rgb(255, 237, 230) 80%);
}

  .bg_Background\.White\.Darker {
    background: var(--colors--background\.-white\.-darker);
}

  .p_24px_24px_24px_0\! {
    padding: 24px 24px 24px 0 !important;
}

  .p_12px\! {
    padding: 12px !important;
}

  .p_8px_32px\! {
    padding: 8px 32px !important;
}

  .p_0_20px {
    padding: 0 20px;
}

  .bg_var\(--Gray-G40\) {
    background: var(--Gray-G40);
}

  .bg_Shape\.Tertiary\.Lighter {
    background: var(--colors--shape\.-tertiary\.-lighter);
}

  .bg_Shape\.Disable\.Subtle {
    background: var(--colors--shape\.-disable\.-subtle);
}

  .p_0_15px {
    padding: 0 15px;
}

  .bd_1px_solid {
    border: 1px solid;
}

  .p_16px_24px {
    padding: 16px 24px;
}

  .bg_linear-gradient\(4\.29deg\,_\#ffffff_26\.49\%\,_\#ffede6_105\.3\%\) {
    background: linear-gradient(4.29deg, #ffffff 26.49%, #ffede6 105.3%);
}

  .p_20px_24px {
    padding: 20px 24px;
}

  .p_4px {
    padding: 4px;
}

  .p_16px_16px_8px {
    padding: 16px 16px 8px;
}

  .anim_collapse-in_0\.6s_ease {
    animation: collapse-in 0.6s ease;
}

  .anim_collapse-out_0\.6s_ease {
    animation: collapse-out 0.6s ease;
}

  .bg_repeating-linear-gradient\(to_bottom\,_\{colors\.Border\.White\.Lighter\}_0\,_\{colors\.Border\.White\.Lighter\}_4px\,_transparent_4px\,_transparent_8px\)\; {
    background: repeating-linear-gradient(to bottom, var(--colors--border\.-white\.-lighter) 0, var(--colors--border\.-white\.-lighter) 4px, transparent 4px, transparent 8px);;
}

  .bg_Background\.Secondary\.Lighter {
    background: var(--colors--background\.-secondary\.-lighter);
}

  .bg_linear-gradient\(180deg\,_rgba\(186\,227\,247\,1\)_0\%\,_rgba\(240\,250\,255\,1\)_100\%\) {
    background: linear-gradient(180deg, rgba(186,227,247,1) 0%, rgba(240,250,255,1) 100%);
}

  .p_0_24px_24px {
    padding: 0 24px 24px;
}

  .p_0_24px {
    padding: 0 24px;
}

  .m_1\.5px_1\.5px_0 {
    margin: 1.5px 1.5px 0;
}

  .m_1\.5px {
    margin: 1.5px;
}

  .anim_collapse-in_0\.35s_cubic-bezier\(0\.4\,_0\,_0\.2\,_1\)_forwards {
    animation: collapse-in 0.35s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

  .anim_collapse-out_0\.35s_cubic-bezier\(0\.4\,_0\,_0\.2\,_1\)_forwards {
    animation: collapse-out 0.35s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

  .p_20px_20px_16px {
    padding: 20px 20px 16px;
}

  .bg_var\(--Secondary-S75\) {
    background: var(--Secondary-S75);
}

  .bd_1px_solid_var\(--Secondary-S100\) {
    border: 1px solid var(--Secondary-S100);
}

  .p_0px_36px {
    padding: 0px 36px;
}

  .p_20px_20px_16px_20px {
    padding: 20px 20px 16px 20px;
}

  .bg_linear-gradient\(4\.29deg\,_\#FFFFFF_26\.49\%\,_\#FFEDE6_105\.3\%\) {
    background: linear-gradient(4.29deg, #FFFFFF 26.49%, #FFEDE6 105.3%);
}

  .p_16px_24px_16px_0px {
    padding: 16px 24px 16px 0px;
}

  .bg_\#fff {
    background: #fff;
}

  .m_8px_0px_24px_0px {
    margin: 8px 0px 24px 0px;
}

  .m_0_0_7px_0 {
    margin: 0 0 7px 0;
}

  .m_16px_0px_16px_0px {
    margin: 16px 0px 16px 0px;
}

  .p_8px_0px_0px_0px {
    padding: 8px 0px 0px 0px;
}

  .m_0 {
    margin: 0;
}

  .m_16px_0px_8px_0px {
    margin: 16px 0px 8px 0px;
}

  .p_0px_0px_4px_0px {
    padding: 0px 0px 4px 0px;
}

  .m_12px_0px_16px_0px {
    margin: 12px 0px 16px 0px;
}

  .m_16px_0px_0px_0px {
    margin: 16px 0px 0px 0px;
}

  .m_15px_0px_0px_0px {
    margin: 15px 0px 0px 0px;
}

  .m_24px_0px_0px_0px {
    margin: 24px 0px 0px 0px;
}

  .p_0px_0_0px_0 {
    padding: 0px 0 0px 0;
}

  .p_12px_0px_8px_0px {
    padding: 12px 0px 8px 0px;
}

  .p_0px_0px_8px_0px {
    padding: 0px 0px 8px 0px;
}

  .m_0_0_0_0 {
    margin: 0 0 0 0;
}

  .m_0px_0px_20px_0px {
    margin: 0px 0px 20px 0px;
}

  .p_20px_0 {
    padding: 20px 0;
}

  .p_0_32px {
    padding: 0 32px;
}

  .p_0_16px {
    padding: 0 16px;
}

  .p_24px_0px_0px_0px {
    padding: 24px 0px 0px 0px;
}

  .p_10\.5px_20px {
    padding: 10.5px 20px;
}

  .m_0px_0px_24px_0px {
    margin: 0px 0px 24px 0px;
}

  .p_2rem_0_1rem\! {
    padding: 2rem 0 1rem !important;
}

  .p_24px_32px_160px_24px {
    padding: 24px 32px 160px 24px;
}

  .p_24px_32px_90px_24px {
    padding: 24px 32px 90px 24px;
}

  .p_16px_0px_0px_0px {
    padding: 16px 0px 0px 0px;
}

  .m_0px_0px_48px_0px {
    margin: 0px 0px 48px 0px;
}

  .m_20px_0px_8px_0px {
    margin: 20px 0px 8px 0px;
}

  .m_32px_0px_24px_0px {
    margin: 32px 0px 24px 0px;
}

  .m_0px_0px_16px_0px {
    margin: 0px 0px 16px 0px;
}

  .p_0px_0px_0px_16px {
    padding: 0px 0px 0px 16px;
}

  .p_24px_16px {
    padding: 24px 16px;
}

  .p_0px_0px_20px_0px {
    padding: 0px 0px 20px 0px;
}

  .p_0px_16px_0px_0px {
    padding: 0px 16px 0px 0px;
}

  .m_24px_0px_12px_0px {
    margin: 24px 0px 12px 0px;
}

  .m_12px_0px_12px_0px {
    margin: 12px 0px 12px 0px;
}

  .p_0px_0px_12px_0px {
    padding: 0px 0px 12px 0px;
}

  .p_0px_0px_24px_0px {
    padding: 0px 0px 24px 0px;
}

  .p_24px_0px_8px_0px {
    padding: 24px 0px 8px 0px;
}

  .m_24px_0px_8px_0px {
    margin: 24px 0px 8px 0px;
}

  .m_8px_0px_12px_0px {
    margin: 8px 0px 12px 0px;
}

  .p_24px_0px {
    padding: 24px 0px;
}

  .p_16px_0px {
    padding: 16px 0px;
}

  .m_24px_0px_24px_0px {
    margin: 24px 0px 24px 0px;
}

  .m_0px_0px_12px_0px {
    margin: 0px 0px 12px 0px;
}

  .m_0px_0px_8px_0px {
    margin: 0px 0px 8px 0px;
}

  .gap_16px {
    gap: 16px;
}

  .bdr_var\(--radius24\) {
    border-radius: var(--radius24);
}

  .gap_8px {
    gap: 8px;
}

  .trs_0\.1s {
    transition: 0.1s;
}

  .gap_0\.75rem {
    gap: 0.75rem;
}

  .bdr_0 {
    border-radius: 0;
}

  .ov_visible {
    overflow: visible;
}

  .gap_0 {
    gap: 0;
}

  .td_none {
    text-decoration: none;
}

  .bdr_50\% {
    border-radius: 50%;
}

  .bdr_100\% {
    border-radius: 100%;
}

  .bdr_12px {
    border-radius: 12px;
}

  .gap_5px {
    gap: 5px;
}

  .bdr_20px {
    border-radius: 20px;
}

  .trs_all_0\.3s_ease-in-out {
    transition: all 0.3s ease-in-out;
}

  .trs_0\.3s {
    transition: 0.3s;
}

  .bdr_var\(--radius12\) {
    border-radius: var(--radius12);
}

  .bdr_var\(--radius16\) {
    border-radius: var(--radius16);
}

  .ov_hidden {
    overflow: hidden;
}

  .bdr_var\(--radius999\) {
    border-radius: var(--radius999);
}

  .bg-p_center {
    background-position: center;
}

  .bdr_8px {
    border-radius: 8px;
}

  .gap_4px {
    gap: 4px;
}

  .trs_0\.3s_all_ease-in-out {
    transition: 0.3s all ease-in-out;
}

  .gap_6px {
    gap: 6px;
}

  .bdr_var\(--radius6\) {
    border-radius: var(--radius6);
}

  .trs_all_0\.3s {
    transition: all 0.3s;
}

  .bdr_0px_0px_6px_6px\;_border-top\:_0px {
    border-radius: 0px 0px 6px 6px;
    border-top: 0px;
}

  .bdr_0px_0px_8px_8px\;_border-top\:_0px {
    border-radius: 0px 0px 8px 8px;
    border-top: 0px;
}

  .bdr_0px_0px_12px_12px\;_border-top\:_0px {
    border-radius: 0px 0px 12px 12px;
    border-top: 0px;
}

  .bdr_0px_0px_16px_12px\;_border-top\:_0px {
    border-radius: 0px 0px 16px 12px;
    border-top: 0px;
}

  .bdr_50px {
    border-radius: 50px;
}

  .bd-t_4px_solid_\{colors\.Shape\.Primary\.Default\} {
    border-top: 4px solid var(--colors--shape\.-primary\.-default);
}

  .bdr_4px {
    border-radius: 4px;
}

  .trs_color_0\.3s_ease-in-out\,_text-decoration-color_0\.3s_ease-in-out {
    transition: color 0.3s ease-in-out, text-decoration-color 0.3s ease-in-out;
}

  .td_underline {
    text-decoration: underline;
}

  .trs_0\.1s_ease-in-out {
    transition: 0.1s ease-in-out;
}

  .bdr_6px {
    border-radius: 6px;
}

  .bdr_0px_var\(--radius16\)_var\(--radius16\)_var\(--radius16\) {
    border-radius: 0px var(--radius16) var(--radius16) var(--radius16);
}

  .trs_left_0\.2s_ease-in-out {
    transition: left 0.2s ease-in-out;
}

  .td_inherit {
    text-decoration: inherit;
}

  .trs_0\.2s_ease-in-out {
    transition: 0.2s ease-in-out;
}

  .bd-c_Border\.Disabled\.Disable {
    border-color: var(--colors--border\.-disabled\.-disable);
}

  .bd-c_Border\.White\.Default {
    border-color: var(--colors--border\.-white\.-default);
}

  .bd-b_solid_1\.5px_\{colors\.Border\.White\.Lighter\}\! {
    border-bottom: solid 1.5px var(--colors--border\.-white\.-lighter) !important;
}

  .bdr_var\(--radius16\)_var\(--radius16\)_0px_0px {
    border-radius: var(--radius16) var(--radius16) 0px 0px;
}

  .bdr_16px {
    border-radius: 16px;
}

  .gap_20px {
    gap: 20px;
}

  .gap_2px {
    gap: 2px;
}

  .trs_transform_0\.3s_ease {
    transition: transform 0.3s ease;
}

  .ring_none {
    outline: 2px solid transparent;
    outline-offset: 2px;
}

  .gap_12px {
    gap: 12px;
}

  .gap_1\.5px {
    gap: 1.5px;
}

  .flex_1 {
    flex: 1 1 0%;
}

  .bdr_var\(--radius8\) {
    border-radius: var(--radius8);
}

  .gap_25px {
    gap: 25px;
}

  .gap_32px {
    gap: 32px;
}

  .ov_auto {
    overflow: auto;
}

  .trs_all_0\.5s {
    transition: all 0.5s;
}

  .gap_1px {
    gap: 1px;
}

  .trs_transform_200ms_ease\,_box-shadow_200ms_ease {
    transition: transform 200ms ease, box-shadow 200ms ease;
}

  .ring_2px_dashed_\{colors\.Border\.Disabled\.Disable\} {
    outline: 2px dashed var(--colors--border\.-disabled\.-disable);
}

  .bdr_11px_0px_0px_11px {
    border-radius: 11px 0px 0px 11px;
}

  .bdr_11px_11px_0px_0px {
    border-radius: 11px 11px 0px 0px;
}

  .gap_10px {
    gap: 10px;
}

  .flex_0_0_var\(--slide-size\) {
    flex: 0 0 var(--slide-size);
}

  .gap_24px {
    gap: 24px;
}

  .bd-t_1px_solid_\{colors\.Background\.White\.Lighter\} {
    border-top: 1px solid var(--colors--background\.-white\.-lighter);
}

  .bd-b_1px_solid_\{colors\.Background\.White\.Lighter\} {
    border-bottom: 1px solid var(--colors--background\.-white\.-lighter);
}

  .trs_background_0\.3s_ease {
    transition: background 0.3s ease;
}

  .trs_transform_0\.24s_cubic-bezier\(0\.4\,_0\,_0\.2\,_1\) {
    transition: transform 0.24s cubic-bezier(0.4, 0, 0.2, 1);
}

  .bdr_true {
    border-radius: true;
}

  .trs_transform_300ms_ease-in-out {
    transition: transform 300ms ease-in-out;
}

  .grid-c_4_\/_5 {
    grid-column: 4 / 5;
}

  .trs_opacity_200ms_ease-out\,_visibility_200ms_ease-out {
    transition: opacity 200ms ease-out, visibility 200ms ease-out;
}

  .gap_11px {
    gap: 11px;
}

  .trs_transform_250ms_ease-in-out {
    transition: transform 250ms ease-in-out;
}

  .trs_opacity_250ms_ease-in-out {
    transition: opacity 250ms ease-in-out;
}

  .bdr_var\(--hero-border-radius\,_0px\) {
    border-radius: var(--hero-border-radius, 0px);
}

  .flex_0_0_auto {
    flex: 0 0 auto;
}

  .grid-template-areas_\'body\' {
    grid-template-areas: 'body';
}

  .grid-template-areas_\'image_body\' {
    grid-template-areas: 'image body';
}

  .grid-template-areas_\'blanco_body\' {
    grid-template-areas: 'blanco body';
}

  .grid-template-areas_\'body_image\' {
    grid-template-areas: 'body image';
}

  .grid-template-areas_\'body_blanco\' {
    grid-template-areas: 'body blanco';
}

  .trs_background-color_0\.3s_ease {
    transition: background-color 0.3s ease;
}

  .bdr_var\(--radius4\) {
    border-radius: var(--radius4);
}

  .trs_all_0\.3s_ease {
    transition: all 0.3s ease;
}

  .trs_all_1s {
    transition: all 1s;
}

  .trs_0\.3s_ease {
    transition: 0.3s ease;
}

  .trs_height_0\.3s_ease {
    transition: height 0.3s ease;
}

  .trs_background_0\.3s_ease-in-out\,_transform_0\.3s_ease-in-out {
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
}

  .bd-w_2px {
    border-width: 2px;
}

  .border-style_dashed {
    border-style: dashed;
}

  .bd-c_Border\.Supplementary\.Lighter {
    border-color: var(--colors--border\.-supplementary\.-lighter);
}

  .bd-c_Border\.Error\.Lighter {
    border-color: var(--colors--border\.-error\.-lighter);
}

  .bdr_12px_12px_0_0 {
    border-radius: 12px 12px 0 0;
}

  .bdr_0_0_12px_12px {
    border-radius: 0 0 12px 12px;
}

  .mx_auto {
    margin-inline: auto;
}

  .px_4 {
    padding-inline: 4px;
}

  .flex_1_1_auto {
    flex: 1 1 auto;
}

  .bd-b_1\.5px_solid_\{colors\.Border\.White\.Lighter\} {
    border-bottom: 1.5px solid var(--colors--border\.-white\.-lighter);
}

  .bdr_--radius12 {
    border-radius: --radius12;
}

  .bd-t_1px_solid_\#E9ECEF {
    border-top: 1px solid #E9ECEF;
}

  .columns_3 {
    columns: 3;
}

  .flex_0_0_calc\(33\.333\%_-_16px\) {
    flex: 0 0 calc(33.333% - 16px);
}

  .gap_0px {
    gap: 0px;
}

  .c_\#fff {
    color: #fff;
}

  .d_flex {
    display: flex;
}

  .flex-d_column {
    flex-direction: column;
}

  .ai_center {
    align-items: center;
}

  .ta_center {
    text-align: center;
}

  .cursor_pointer {
    cursor: pointer;
}

  .op_0\% {
    opacity: 0%;
}

  .jc_center {
    justify-content: center;
}

  .fill_outline {
    fill: outline;
}

  .bg-c_\#f8f8f8 {
    background-color: #f8f8f8;
}

  .bg-c_Shape\.White\.Gentle {
    background-color: var(--colors--shape\.-white\.-gentle);
}

  .flex-d_row {
    flex-direction: row;
}

  .jc_flex-start {
    justify-content: flex-start;
}

  .flex-wrap_nowrap {
    flex-wrap: nowrap;
}

  .flex-g_0 {
    flex-grow: 0;
}

  .flex-sh_1 {
    flex-shrink: 1;
}

  .flex-b_auto {
    flex-basis: auto;
}

  .d_grid {
    display: grid;
}

  .grid-tc_repeat\(auto-fill\,_minmax\(100px\,_1fr\)\) {
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
}

  .grid-tr_auto {
    grid-template-rows: auto;
}

  .bg-c_transparent {
    background-color: transparent;
}

  .z_1 {
    z-index: 1;
}

  .ap_none {
    appearance: none;
    -webkit-appearance: none;
}

  .bx-sh_none {
    box-shadow: none;
}

  .bx-sh_0px_1px_4px_0px_rgba\(69\,_73\,_78\,_0\.16\) {
    box-shadow: 0px 1px 4px 0px rgba(69, 73, 78, 0.16);
}

  .ai_start {
    align-items: start;
}

  .bg-c_Background\.Primary\.Subtle {
    background-color: var(--colors--background\.-primary\.-subtle);
}

  .bg-c_Background\.Secondary\.Subtle {
    background-color: var(--colors--background\.-secondary\.-subtle);
}

  .bg-c_Background\.Tertiary\.Subtle {
    background-color: var(--colors--background\.-tertiary\.-subtle);
}

  .bg-c_Background\.Supplementary\.Subtle {
    background-color: var(--colors--background\.-supplementary\.-subtle);
}

  .bg-c_Background\.White\.Lighter {
    background-color: var(--colors--background\.-white\.-lighter);
}

  .bx-sh_inset_0_0_0_1\.5px_\{colors\.Border\.Primary\.Subtle\} {
    box-shadow: inset 0 0 0 1.5px var(--colors--border\.-primary\.-subtle);
}

  .bg-c_0 {
    background-color: 0;
}

  .bx-sh_inset_0_0_0_1\.5px_\{colors\.Border\.Secondary\.Subtle\} {
    box-shadow: inset 0 0 0 1.5px var(--colors--border\.-secondary\.-subtle);
}

  .bx-sh_inset_0_0_0_1\.5px_\{colors\.Border\.Tertiary\.Subtle\} {
    box-shadow: inset 0 0 0 1.5px var(--colors--border\.-tertiary\.-subtle);
}

  .bx-sh_inset_0_0_0_1\.5px_\{colors\.Border\.Supplementary\.Subtle\} {
    box-shadow: inset 0 0 0 1.5px var(--colors--border\.-supplementary\.-subtle);
}

  .bx-sh_inset_0_0_0_1\.5px_\{colors\.Border\.White\.Lighter\} {
    box-shadow: inset 0 0 0 1.5px var(--colors--border\.-white\.-lighter);
}

  .c_inherit {
    color: inherit;
}

  .c_Text\.Gray\.Default {
    color: var(--colors--text\.-gray\.-default);
}

  .c_Text\.Gray\.Lighter {
    color: var(--colors--text\.-gray\.-lighter);
}

  .c_Text\.Primary\.Darker {
    color: var(--colors--text\.-primary\.-darker);
}

  .c_Text\.Secondary\.Darker {
    color: var(--colors--text\.-secondary\.-darker);
}

  .c_Text\.Supplementary\.Default {
    color: var(--colors--text\.-supplementary\.-default);
}

  .bg-c_Shape\.Gray\.Default {
    background-color: var(--colors--shape\.-gray\.-default);
}

  .bg-c_Shape\.White\.Darker {
    background-color: var(--colors--shape\.-white\.-darker);
}

  .jc_space-between {
    justify-content: space-between;
}

  .bg-c_Background\.White\.Default {
    background-color: var(--colors--background\.-white\.-default);
}

  .c_Text\.Error\.Default {
    color: var(--colors--text\.-error\.-default);
}

  .bg-c_Background\.Disabled\.Subtle {
    background-color: var(--colors--background\.-disabled\.-subtle);
}

  .c_Text\.Disable\.Default {
    color: var(--colors--text\.-disable\.-default);
}

  .cursor_not-allowed {
    cursor: not-allowed;
}

  .fs_16px {
    font-size: 16px;
}

  .fs_18px {
    font-size: 18px;
}

  .bg-c_\#F8F8F8 {
    background-color: #F8F8F8;
}

  .pos_fixed {
    position: fixed;
}

  .bg-c_Background\.Gray\.Darker\/75 {
    --mix-backgroundColor: color-mix(in srgb, var(--colors--background\.-gray\.-darker) 75%, transparent);
    background-color: var(--mix-backgroundColor, var(--colors--background\.-gray\.-darker));
}

  .z_305 {
    z-index: 305;
}

  .anim-n_fadeIn {
    animation-name: fadeIn;
}

  .anim-dur_0\.3s {
    animation-duration: 0.3s;
}

  .anim-tmf_ease-in-out {
    animation-timing-function: ease-in-out;
}

  .anim-fm_none {
    animation-fill-mode: none;
}

  .anim-n_fadeOut {
    animation-name: fadeOut;
}

  .pos_relative {
    position: relative;
}

  .bg-c_white {
    background-color: white;
}

  .bx-sh_var\(--elevation-S\) {
    box-shadow: var(--elevation-S);
}

  .anim-n_fadeInModal {
    animation-name: fadeInModal;
}

  .anim-n_fadeOutModal {
    animation-name: fadeOutModal;
}

  .d_inline-block {
    display: inline-block;
}

  .bg-c_var\(--grayColor300\) {
    background-color: var(--grayColor300);
}

  .fill_disable {
    fill: disable;
}

  .bg-s_cover {
    background-size: cover;
}

  .bg-r_no-repeat {
    background-repeat: no-repeat;
}

  .c_transparent {
    color: transparent;
}

  .bx-sh_inset_0_0_0_1\.5px_\{colors\.Border\.White\.Default\} {
    box-shadow: inset 0 0 0 1.5px var(--colors--border\.-white\.-default);
}

  .filter_0 {
    filter: 0;
}

  .bx-sh_inset_0_0_0_1\.5px_\{colors\.Border\.Disabled\.Disable\} {
    box-shadow: inset 0 0 0 1.5px var(--colors--border\.-disabled\.-disable);
}

  .filter_grayscale\(100\%\) {
    filter: grayscale(100%);
}

  .c_\{colors\.Text\.White\.Default\} {
    color: var(--colors--text\.-white\.-default);
}

  .c_\{colors\.Text\.Gray\.Darker\} {
    color: var(--colors--text\.-gray\.-darker);
}

  .c_\{colors\.Text\.Disable\.Default\} {
    color: var(--colors--text\.-disable\.-default);
}

  .d_inline-flex {
    display: inline-flex;
}

  .fw_700 {
    font-weight: 700;
}

  .ff_inherit {
    font-family: inherit;
}

  .fs_12px {
    font-size: 12px;
}

  .lh_16px {
    line-height: 16px;
}

  .c_Text\.White\.Default {
    color: var(--colors--text\.-white\.-default);
}

  .c_Text\.Secondary\.High_darker {
    color: var(--colors--text\.-secondary\.-high_darker);
}

  .jc_space-around {
    justify-content: space-around;
}

  .ff_Lexend {
    font-family: Lexend;
}

  .white-space_nowrap {
    white-space: nowrap;
}

  .flex-d_row-reverse {
    flex-direction: row-reverse;
}

  .lh_20px {
    line-height: 20px;
}

  .fs_15px {
    font-size: 15px;
}

  .lh_22px {
    line-height: 22px;
}

  .lh_24px {
    line-height: 24px;
}

  .c_\#827533 {
    color: #827533;
}

  .bx-sh_inset_0_0_0_1\.5px_\#827533 {
    box-shadow: inset 0 0 0 1.5px #827533;
}

  .bx-sh_inset_0_0_0_1\.5px_\{colors\.Border\.Primary\.Lighter\} {
    box-shadow: inset 0 0 0 1.5px var(--colors--border\.-primary\.-lighter);
}

  .c_Text\.Error\.Darker {
    color: var(--colors--text\.-error\.-darker);
}

  .ai_flex-start {
    align-items: flex-start;
}

  .bg-c_Background\.Secondary\.Default {
    background-color: var(--colors--background\.-secondary\.-default);
}

  .bx-sh_inset_0_0_0_1\.5px_\{colors\.Background\.Secondary\.Default\} {
    box-shadow: inset 0 0 0 1.5px var(--colors--background\.-secondary\.-default);
}

  .bx-sh_inset_0_0_0_1\.5px_\{colors\.Background\.Disabled\.Subtle\} {
    box-shadow: inset 0 0 0 1.5px var(--colors--background\.-disabled\.-subtle);
}

  .fs_14px {
    font-size: 14px;
}

  .ls_0\.12\% {
    letter-spacing: 0.12%;
}

  .d_none {
    display: none;
}

  .ac_end {
    align-content: end;
}

  .pointer-events_none {
    pointer-events: none;
}

  .cursor_default {
    cursor: default;
}

  .td-c_transparent {
    text-decoration-color: transparent;
}

  .tu-o_2px {
    text-underline-offset: 2px;
}

  .ff_Calibri {
    font-family: Calibri;
}

  .fw_600 {
    font-weight: 600;
}

  .c_Text\.Primary\.High_darker {
    color: var(--colors--text\.-primary\.-high_darker);
}

  .td-c_Text\.Primary\.Darker {
    text-decoration-color: var(--colors--text\.-primary\.-darker);
}

  .bx-sh_inset_0_0_0_1\.5px_\{colors\.Border\.White\.Lighter\}\,_0px_0px_0px_0px_rgba\(0\,0\,0\,0\) {
    box-shadow: inset 0 0 0 1.5px var(--colors--border\.-white\.-lighter), 0px 0px 0px 0px rgba(0,0,0,0);
}

  .bx-sh_inset_0_0_0_1\.5px_\{colors\.Border\.Disabled\.Disable\}\,_0px_0px_0px_0px_rgba\(0\,0\,0\,0\) {
    box-shadow: inset 0 0 0 1.5px var(--colors--border\.-disabled\.-disable), 0px 0px 0px 0px rgba(0,0,0,0);
}

  .us_none {
    -webkit-user-select: none;
    user-select: none;
}

  .c_\{colors\.Text\.Primary\.Darker\} {
    color: var(--colors--text\.-primary\.-darker);
}

  .c_\{colors\.Text\.Secondary\.High_darker\} {
    color: var(--colors--text\.-secondary\.-high_darker);
}

  .bx-sh_inset_0_0_0_1\.5px_\{colors\.Border\.Secondary\.Lighter\} {
    box-shadow: inset 0 0 0 1.5px var(--colors--border\.-secondary\.-lighter);
}

  .c_\{colors\.Text\.Tertiary\.Darker\} {
    color: var(--colors--text\.-tertiary\.-darker);
}

  .bx-sh_inset_0_0_0_1\.5px_\{colors\.Border\.Tertiary\.Default\} {
    box-shadow: inset 0 0 0 1.5px var(--colors--border\.-tertiary\.-default);
}

  .c_\{colors\.Text\.Supplementary\.Default\} {
    color: var(--colors--text\.-supplementary\.-default);
}

  .bx-sh_inset_0_0_0_1\.5px_\{colors\.Border\.Supplementary\.Lighter\} {
    box-shadow: inset 0 0 0 1.5px var(--colors--border\.-supplementary\.-lighter);
}

  .c_\{colors\.Text\.Error\.Darker\} {
    color: var(--colors--text\.-error\.-darker);
}

  .bx-sh_inset_0_0_0_1\.5px_\{colors\.Border\.Error\.Lighter\} {
    box-shadow: inset 0 0 0 1.5px var(--colors--border\.-error\.-lighter);
}

  .c_\{colors\.Text\.Gray\.Default\} {
    color: var(--colors--text\.-gray\.-default);
}

  .bx-sh_inset_0_0_0_1\.5px_\{colors\.Border\.Gray\.Lighter\} {
    box-shadow: inset 0 0 0 1.5px var(--colors--border\.-gray\.-lighter);
}

  .c_\{colors\.Text\.Disable\.Subtle\} {
    color: var(--colors--text\.-disable\.-subtle);
}

  .c_\{colors\.Text\.Gray\.Lighter\} {
    color: var(--colors--text\.-gray\.-lighter);
}

  .flex-b_100\% {
    flex-basis: 100%;
}

  .justify-items_center {
    justify-items: center;
}

  .tov_ellipsis {
    text-overflow: ellipsis;
}

  .as_flex-start {
    align-self: flex-start;
}

  .as_center {
    align-self: center;
}

  .ai_left {
    align-items: left;
}

  .fw_400 {
    font-weight: 400;
}

  .ta_left {
    text-align: left;
}

  .z_215 {
    z-index: 215;
}

  .bx-sh_0px_16px_32px_-4px_rgba\(69\,_73\,_78\,_0\.1\)\,_0px_2px_4px_0px_rgba\(69\,_73\,_78\,_0\.04\) {
    box-shadow: 0px 16px 32px -4px rgba(69, 73, 78, 0.1), 0px 2px 4px 0px rgba(69, 73, 78, 0.04);
}

  .bg-c_Background\.White\.Subtle {
    background-color: var(--colors--background\.-white\.-subtle);
}

  .c_Text\.Gray\.Darker {
    color: var(--colors--text\.-gray\.-darker);
}

  .bg-c_Background\.Error\.Subtle {
    background-color: var(--colors--background\.-error\.-subtle);
}

  .bg-c_Background\.Gray\.Darker {
    background-color: var(--colors--background\.-gray\.-darker);
}

  .bg-c_Shape\.Disable\.Subtle {
    background-color: var(--colors--shape\.-disable\.-subtle);
}

  .bg-c_Shape\.Secondary\.Gentle {
    background-color: var(--colors--shape\.-secondary\.-gentle);
}

  .bg-c_Shape\.Gray\.Subtle {
    background-color: var(--colors--shape\.-gray\.-subtle);
}

  .pos_absolute {
    position: absolute;
}

  .bg-c_Shape\.Disable\.Default {
    background-color: var(--colors--shape\.-disable\.-default);
}

  .bg-c_Shape\.White\.Default {
    background-color: var(--colors--shape\.-white\.-default);
}

  .white-space_pre-wrap {
    white-space: pre-wrap;
}

  .d_-webkit-box {
    display: -webkit-box;
}

  .\-webkit-box-orient_vertical {
    -webkit-box-orient: vertical;
}

  .z_1200 {
    z-index: 1200;
}

  .trf_translateX\(-50\%\) {
    transform: translateX(-50%);
}

  .trf_translateX\(0\)_translateY\(-50\%\) {
    transform: translateX(0) translateY(-50%);
}

  .font-style_normal {
    font-style: normal;
}

  .cursor_inherit {
    cursor: inherit;
}

  .d_block {
    display: block;
}

  .d_inline {
    display: inline;
}

  .trf_scaleY\(0\) {
    transform: scaleY(0);
}

  .op_0 {
    opacity: 0;
}

  .with-check_20px {
    with-check: 20px;
}

  .height-check_20px {
    height-check: 20px;
}

  .with-check_24px {
    with-check: 24px;
}

  .height-check_24px {
    height-check: 24px;
}

  .z_2 {
    z-index: 2;
}

  .flex-b_50\% {
    flex-basis: 50%;
}

  .jc_start {
    justify-content: start;
}

  .bx-sh_0px_-2px_20px_0px_rgba\(69\,_73\,_78\,_0\.15\) {
    box-shadow: 0px -2px 20px 0px rgba(69, 73, 78, 0.15);
}

  .bg-c_var\(--Gray-G0\) {
    background-color: var(--Gray-G0);
}

  .bx-s_border-box {
    box-sizing: border-box;
}

  .white-space_normal {
    white-space: normal;
}

  .word-wrap_break-word {
    word-wrap: break-word;
}

  .ov-wrap_anywhere {
    overflow-wrap: anywhere;
}

  .c_Text\.Secondary\.Default {
    color: var(--colors--text\.-secondary\.-default);
}

  .ta_0 {
    text-align: 0;
}

  .z_210 {
    z-index: 210;
}

  .anim-dur_0\.4s {
    animation-duration: 0.4s;
}

  .ai_end {
    align-items: end;
}

  .z_310 {
    z-index: 310;
}

  .anim-fm_forwards {
    animation-fill-mode: forwards;
}

  .jc_flex-end {
    justify-content: flex-end;
}

  .bx-sh_0_0_0_1\.5px_\{colors\.Border\.White\.Lighter\} {
    box-shadow: 0 0 0 1.5px var(--colors--border\.-white\.-lighter);
}

  .bx-sh_inset_0_0_0_1\.5px_\{colors\.Border\.White\.Lighter\}\,_0px_-16px_32px_-4px_rgba\(69\,_73\,_78\,_0\.10\)\,_0px_-2px_4px_0px_rgba\(69\,_73\,_78\,_0\.04\)\; {
    box-shadow: inset 0 0 0 1.5px var(--colors--border\.-white\.-lighter), 0px -16px 32px -4px rgba(69, 73, 78, 0.10), 0px -2px 4px 0px rgba(69, 73, 78, 0.04);;
}

  .c_\#292b2e {
    color: #292b2e;
}

  .c_\#4e5258 {
    color: #4e5258;
}

  .lh_inherit {
    line-height: inherit;
}

  .lh_1\.15 {
    line-height: 1.15;
}

  .tt_uppercase {
    text-transform: uppercase;
}

  .ac_center {
    align-content: center;
}

  .bg-c_\{colors\.Background\.White\.Subtle\} {
    background-color: var(--colors--background\.-white\.-subtle);
}

  .bg-c_\{colors\.Border\.White\.Lighter\} {
    background-color: var(--colors--border\.-white\.-lighter);
}

  .as_stretch {
    align-self: stretch;
}

  .bg-c_Background\.Tertiary\.Lightert {
    background-color: Background.Tertiary.Lightert;
}

  .bg-c_Background\.Tertiary\.Lighter {
    background-color: var(--colors--background\.-tertiary\.-lighter);
}

  .bg-c_Background\.Secondary\.Lighter {
    background-color: var(--colors--background\.-secondary\.-lighter);
}

  .bg-c_Background\.Supplementary\.Lighter {
    background-color: var(--colors--background\.-supplementary\.-lighter);
}

  .bg-c_Background\.Error\.Lighter {
    background-color: var(--colors--background\.-error\.-lighter);
}

  .direction_top {
    direction: top;
}

  .anim-dur_0\.2s {
    animation-duration: 0.2s;
}

  .trf_translateX\(0\)_translateY\(-26\%\) {
    transform: translateX(0) translateY(-26%);
}

  .trf_translateX\(0\)_translateY\(-84\%\) {
    transform: translateX(0) translateY(-84%);
}

  .flex-wrap_wrap {
    flex-wrap: wrap;
}

  .z_99 {
    z-index: 99;
}

  .fw_500 {
    font-weight: 500;
}

  .scr-bar-w_none {
    scrollbar-width: none;
}

  .bx-sh_inset_0_-2px_0_\{colors\.Border\.White\.Lighter\} {
    box-shadow: inset 0 -2px 0 var(--colors--border\.-white\.-lighter);
}

  .bx-sh_inset_0_-2px_0_\{colors\.Border\.Primary\.Default\} {
    box-shadow: inset 0 -2px 0 var(--colors--border\.-primary\.-default);
}

  .c_Text\.Primary\.Default {
    color: var(--colors--text\.-primary\.-default);
}

  .c_\{colors\.Shape\.Gray\.Gentle\} {
    color: var(--colors--shape\.-gray\.-gentle);
}

  .ai_stretch {
    align-items: stretch;
}

  .lh_1\.3 {
    line-height: 1.3;
}

  .resize_auto {
    resize: auto;
}

  .resize_none {
    resize: none;
}

  .c_Shape\.Disable\.Default {
    color: var(--colors--shape\.-disable\.-default);
}

  .bx-sh_rgb\(231\,_231\,_232\)_0px_0px_0px_1\.5px_inset\,_rgba\(0\,_0\,_0\,_0\)_0px_0px_0px_0px {
    box-shadow: rgb(231, 231, 232) 0px 0px 0px 1.5px inset, rgba(0, 0, 0, 0) 0px 0px 0px 0px;
}

  .bx-sh_rgb\(255\,_153\,_107\)_0px_0px_0px_1\.5px_inset\,_rgba\(255\,_153\,_107\,_0\.2\)_0px_0px_0px_3px {
    box-shadow: rgb(255, 153, 107) 0px 0px 0px 1.5px inset, rgba(255, 153, 107, 0.2) 0px 0px 0px 3px;
}

  .bx-sh_rgb\(231\,_231\,_232\)_0px_0px_0px_1\.5px_inset {
    box-shadow: rgb(231, 231, 232) 0px 0px 0px 1.5px inset;
}

  .flex-d_flex-row {
    flex-direction: flex-row;
}

  .grid-af_row {
    grid-auto-flow: row;
}

  .trf_none {
    transform: none;
}

  .fill_background_clear {
    fill: background_clear;
}

  .fill_ghost {
    fill: ghost;
}

  .flex-sh_0 {
    flex-shrink: 0;
}

  .obj-f_cover {
    object-fit: cover;
}

  .fs_21px {
    font-size: 21px;
}

  .content_Tooltip_content {
    content: Tooltip content;
}

  .isolation_isolate {
    isolation: isolate;
}

  .bx-sh_inset_0_0_0_1\.5px_\{colors\.Border\.White\.Lighter\}\,_var\(--elevation-XS\) {
    box-shadow: inset 0 0 0 1.5px var(--colors--border\.-white\.-lighter), var(--elevation-XS);
}

  .bx-sh_inset_0_0_0_1\.5px_\{colors\.Border\.White\.Lighter\}\,_var\(--elevation-S\) {
    box-shadow: inset 0 0 0 1.5px var(--colors--border\.-white\.-lighter), var(--elevation-S);
}

  .bx-sh_var\(--elevation-XS\) {
    box-shadow: var(--elevation-XS);
}

  .bx-sh_inset_0_0_0_1\.5px_\{colors\.Border\.Primary\.Subtle\}\,_0px_0px_0px_3px_color-mix\(in_srgb\,_\{colors\.Border\.Primary\.Subtle\}_20\%\,_transparent\) {
    box-shadow: inset 0 0 0 1.5px var(--colors--border\.-primary\.-subtle), 0px 0px 0px 3px color-mix(in srgb, var(--colors--border\.-primary\.-subtle) 20%, transparent);
}

  .c_var\(--Text-Gray-Darker\) {
    color: var(--Text-Gray-Darker);
}

  .trf_translateY\(-50\%\) {
    transform: translateY(-50%);
}

  .bx-sh_0px_2px_4px_0px_\#45494e0a\,_0px_16px_32px_-4px_\#45494e1a {
    box-shadow: 0px 2px 4px 0px #45494e0a, 0px 16px 32px -4px #45494e1a;
}

  .bx-sh_0_2px_4px_0_rgba\(69\,_73\,_78\,_0\.04\)\,_0_16px_32px_-4px_rgba\(69\,_73\,_78\,_0\.10\) {
    box-shadow: 0 2px 4px 0 rgba(69, 73, 78, 0.04), 0 16px 32px -4px rgba(69, 73, 78, 0.10);
}

  .bx-sh_0_0_0_1\.5px_\#E7E7E8\,_0_2px_4px_0_rgba\(69\,_73\,_78\,_0\.04\)\,_0_16px_32px_-4px_rgba\(69\,_73\,_78\,_0\.10\) {
    box-shadow: 0 0 0 1.5px #E7E7E8, 0 2px 4px 0 rgba(69, 73, 78, 0.04), 0 16px 32px -4px rgba(69, 73, 78, 0.10);
}

  .tch-a_pan-y_pinch-zoom {
    touch-action: pan-y pinch-zoom;
}

  .trf_translate3d\(0\,_0\,_0\) {
    transform: translate3d(0, 0, 0);
}

  .bg-c_Background\.Primary\.Darker {
    background-color: var(--colors--background\.-primary\.-darker);
}

  .bg-c_Background\.White\.Darker {
    background-color: var(--colors--background\.-white\.-darker);
}

  .c_\#d0e8ff {
    color: #d0e8ff;
}

  .c_\#ffe4d6 {
    color: #ffe4d6;
}

  .c_\#e5ffd6 {
    color: #e5ffd6;
}

  .c_\#f7d6ff {
    color: #f7d6ff;
}

  .c_\#c7d2fe {
    color: #c7d2fe;
}

  .c_\#fecaca {
    color: #fecaca;
}

  .c_\#bbf7d0 {
    color: #bbf7d0;
}

  .c_\#fde68a {
    color: #fde68a;
}

  .c_\#fb7185 {
    color: #fb7185;
}

  .c_\#f472b6 {
    color: #f472b6;
}

  .c_\#e879f9 {
    color: #e879f9;
}

  .c_\#1e3a8a {
    color: #1e3a8a;
}

  .c_\#0f766e {
    color: #0f766e;
}

  .c_\#7c2d12 {
    color: #7c2d12;
}

  .c_\#fbcfe8 {
    color: #fbcfe8;
}

  .c_\#ddd {
    color: #ddd;
}

  .c_\#ccc {
    color: #ccc;
}

  .c_\#ffe {
    color: #ffe;
}

  .c_\#eee {
    color: #eee;
}

  .fill_background_dark {
    fill: background_dark;
}

  .touch-action_manipulation {
    touch-action: manipulation;
}

  .pos_static {
    position: static;
}

  .flex-g_1 {
    flex-grow: 1;
}

  .tsh_none {
    text-shadow: none;
}

  .tsh_0px_1px_4px_rgba\(69\,_73\,_78\,_0\.16\) {
    text-shadow: 0px 1px 4px rgba(69, 73, 78, 0.16);
}

  .obj-f_contain {
    object-fit: contain;
}

  .bg-c_\#f9f9f9 {
    background-color: #f9f9f9;
}

  .ov-wrap_break-word {
    overflow-wrap: break-word;
}

  .wb_break-word {
    word-break: break-word;
}

  .bd-cl_collapse {
    border-collapse: collapse;
}

  .z_300 {
    z-index: 300;
}

  .pointer-events_auto {
    pointer-events: auto;
}

  .tch-a_none {
    touch-action: none;
}

  .op_100\% {
    opacity: 100%;
}

  .trf_translate3d\(-100\%\,_0\,_0\) {
    transform: translate3d(-100%, 0, 0);
}

  .trf_translate3d\(100\%\,_0\,_0\) {
    transform: translate3d(100%, 0, 0);
}

  .grid-tc_1fr {
    grid-template-columns: 1fr;
}

  .grid-tr_auto_1fr_auto {
    grid-template-rows: auto 1fr auto;
}

  .fill_solid {
    fill: solid;
}

  .fill_primary {
    fill: primary;
}

  .z_20 {
    z-index: 20;
}

  .bx-sh_0_1\.5px_0_0_\{colors\.Border\.White\.Lighter\} {
    box-shadow: 0 1.5px 0 0 var(--colors--border\.-white\.-lighter);
}

  .bx-sh_0px_2px_4px_0px_\#45494E0A\,_0px_16px_32px_-4px_\#45494E1A {
    box-shadow: 0px 2px 4px 0px #45494E0A, 0px 16px 32px -4px #45494E1A;
}

  .op_1 {
    opacity: 1;
}

  .z_10 {
    z-index: 10;
}

  .grid-tc_repeat\(4\,_1fr\) {
    grid-template-columns: repeat(4, 1fr);
}

  .z_30 {
    z-index: 30;
}

  .grid-tc_100\%_100\%_100\%_100\%_100\% {
    grid-template-columns: 100% 100% 100% 100% 100%;
}

  .grid-tr_1fr {
    grid-template-rows: 1fr;
}

  .bg-c_var\(--Gray-G40\) {
    background-color: var(--Gray-G40);
}

  .trf_scaleY\(1\.5\) {
    transform: scaleY(1.5);
}

  .grid-tc_1fr_1fr {
    grid-template-columns: 1fr 1fr;
}

  .grid-tr_var\(--hero-height\,_auto\) {
    grid-template-rows: var(--hero-height, auto);
}

  .bg-i_var\(--hero-image\) {
    background-image: var(--hero-image);
}

  .rg_24px {
    row-gap: 24px;
}

  .as_start {
    align-self: start;
}

  .jc_end {
    justify-content: end;
}

  .cg_12px {
    column-gap: 12px;
}

  .cg_16px {
    column-gap: 16px;
}

  .rg_16px {
    row-gap: 16px;
}

  .rg_12px {
    row-gap: 12px;
}

  .bg-c_\#FFFFFF {
    background-color: #FFFFFF;
}

  .bx-sh_0px_-2px_20px_rgba\(69\,_73\,_78\,_0\.15\) {
    box-shadow: 0px -2px 20px rgba(69, 73, 78, 0.15);
}

  .bg-c_Shape\.White\.Lighter {
    background-color: var(--colors--shape\.-white\.-lighter);
}

  .bg-c_Shape\.Primary\.Gentle {
    background-color: var(--colors--shape\.-primary\.-gentle);
}

  .bg-c_Shape\.Tertiary\.Default {
    background-color: var(--colors--shape\.-tertiary\.-default);
}

  .bg-c_Shape\.Error\.Gentle {
    background-color: var(--colors--shape\.-error\.-gentle);
}

  .bg-c_Shape\.Supplementary\.Gentle {
    background-color: var(--colors--shape\.-supplementary\.-gentle);
}

  .bg-c_Shape\.Gray\.Darker {
    background-color: var(--colors--shape\.-gray\.-darker);
}

  .ai_flex-end {
    align-items: flex-end;
}

  .ls_0\.0012em {
    letter-spacing: 0.0012em;
}

  .bx-sh_2px_2px_16px_0px_\#F2F2F2 {
    box-shadow: 2px 2px 16px 0px #F2F2F2;
}

  .bg-c_\{colors\.Background\.Disabled\.Subtle\} {
    background-color: var(--colors--background\.-disabled\.-subtle);
}

  .bx-sh_inset_0_0_0_1\.5px_\{colors\.Border\.Secondary\.Lighter\}\,_0px_0px_0px_3px_color-mix\(in_srgb\,_\{colors\.Border\.Secondary\.Lighter\}_20\%\,_transparent\) {
    box-shadow: inset 0 0 0 1.5px var(--colors--border\.-secondary\.-lighter), 0px 0px 0px 3px color-mix(in srgb, var(--colors--border\.-secondary\.-lighter) 20%, transparent);
}

  .c_rgb\(78\,_82\,_88\) {
    color: rgb(78, 82, 88);
}

  .c_Text\.Gray\.Subtle {
    color: var(--colors--text\.-gray\.-subtle);
}

  .trf_scale\(1\.06\) {
    transform: scale(1.06);
}

  .rotate_5deg {
    rotate: 5deg;
}

  .c_\#84878B {
    color: #84878B;
}

  .c_\#292B2E {
    color: #292B2E;
}

  .c_\#707377 {
    color: #707377;
}

  .bx-sh_0_1\.5px_0_0_\#E7E7E8 {
    box-shadow: 0 1.5px 0 0 #E7E7E8;
}

  .fill_countAlert {
    fill: countAlert;
}

  .bg-c_var\(---Gray-G20\) {
    background-color: var(---Gray-G20);
}

  .jc_left {
    justify-content: left;
}

  .bg-c_\{colors\.Background\.Tertiary\.Subtle\} {
    background-color: var(--colors--background\.-tertiary\.-subtle);
}

  .bg-c_\{colors\.Background\.Secondary\.Subtle\} {
    background-color: var(--colors--background\.-secondary\.-subtle);
}

  .bg-c_\{colors\.Background\.Error\.Subtle\} {
    background-color: var(--colors--background\.-error\.-subtle);
}

  .bg-c_\{colors\.Background\.Gray\.Darker\} {
    background-color: var(--colors--background\.-gray\.-darker);
}

  .bd-be-w_var\(--thickness\) {
    border-block-end-width: var(--thickness);
}

  .bx-sh_inset_0_0_0_1\.5px_\{colors\.Border\.Gray\.Lighter\}\,_0px_0px_0px_0px_rgba\(0\,0\,0\,0\) {
    box-shadow: inset 0 0 0 1.5px var(--colors--border\.-gray\.-lighter), 0px 0px 0px 0px rgba(0,0,0,0);
}

  .bx-sh_inset_0_0_0_1\.5px_\{colors\.Border\.Error\.Lighter\}\,_0px_0px_0px_0px_rgba\(0\,0\,0\,0\) {
    box-shadow: inset 0 0 0 1.5px var(--colors--border\.-error\.-lighter), 0px 0px 0px 0px rgba(0,0,0,0);
}

  .bx-sh_inset_0_0_0_1\.5px_\{colors\.Border\.Secondary\.Lighter\}\,_0px_0px_0px_0px_rgba\(0\,0\,0\,0\) {
    box-shadow: inset 0 0 0 1.5px var(--colors--border\.-secondary\.-lighter), 0px 0px 0px 0px rgba(0,0,0,0);
}

  .fs_24px {
    font-size: 24px;
}

  .fs_32px {
    font-size: 32px;
}

  .fill_countPrimary {
    fill: countPrimary;
}

  .fill_countDisable {
    fill: countDisable;
}

  .fill_suplementary {
    fill: suplementary;
}

  .lh_32px {
    line-height: 32px;
}

  .rg_4px {
    row-gap: 4px;
}

  .bg-i_true {
    background-image: true;
}

  .anim-n_none {
    animation-name: none;
}

  .anim-dur_0s {
    animation-duration: 0s;
}

  .anim-tmf_unset {
    animation-timing-function: unset;
}

  .direction_row {
    direction: row;
}

  .c_Shape\.Secondary\.Default {
    color: var(--colors--shape\.-secondary\.-default);
}

  .c_Shape\.Supplementary\.Gentle {
    color: var(--colors--shape\.-supplementary\.-gentle);
}

  .trf_translate\(-50\%\,_-50\%\) {
    transform: translate(-50%, -50%);
}

  .c_Shape\.Secondary\.Darker {
    color: var(--colors--shape\.-secondary\.-darker);
}

  .trf_rotate\(180deg\) {
    transform: rotate(180deg);
}

  .trf_rotate\(0deg\) {
    transform: rotate(0deg);
}

  .bx-sh_inset_0_0_0_1\.5px_\{colors\.Shape\.Primary\.Gentle\} {
    box-shadow: inset 0 0 0 1.5px var(--colors--shape\.-primary\.-gentle);
}

  .bx-sh_inset_0_0_0_1\.5px_\{colors\.Shape\.Secondary\.Gentle\} {
    box-shadow: inset 0 0 0 1.5px var(--colors--shape\.-secondary\.-gentle);
}

  .bx-sh_inset_0_0_0_1\.5px_\{colors\.Shape\.Tertiary\.Default\} {
    box-shadow: inset 0 0 0 1.5px var(--colors--shape\.-tertiary\.-default);
}

  .bx-sh_inset_0_0_0_1\.5px_\{colors\.Shape\.Error\.Gentle\} {
    box-shadow: inset 0 0 0 1.5px var(--colors--shape\.-error\.-gentle);
}

  .bx-sh_inset_0_0_0_1\.5px_\{colors\.Shape\.Supplementary\.Gentle\} {
    box-shadow: inset 0 0 0 1.5px var(--colors--shape\.-supplementary\.-gentle);
}

  .bx-sh_inset_0_0_0_1\.5px_\{colors\.Shape\.Gray\.Darker\} {
    box-shadow: inset 0 0 0 1.5px var(--colors--shape\.-gray\.-darker);
}

  .cursor_auto {
    cursor: auto;
}

  .bg-c_Border\.White\.Lighter {
    background-color: var(--colors--border\.-white\.-lighter);
}

  .c_Shape\.Gray\.Default {
    color: var(--colors--shape\.-gray\.-default);
}

  .overlay_true {
    overlay: true;
}

  .aling-items_start {
    aling-items: start;
}

  .pos_bottom {
    position: bottom;
}

  .jc_space-evenly {
    justify-content: space-evenly;
}

  .c_\#00CCCC {
    color: #00CCCC;
}

  .c_\#374151 {
    color: #374151;
}

  .c_\#FF4F00 {
    color: #FF4F00;
}

  .c_\#FFFFFF {
    color: #FFFFFF;
}

  .c_\#DC3545 {
    color: #DC3545;
}

  .c_\#495057 {
    color: #495057;
}

  .c_\#6C757D {
    color: #6C757D;
}

  .c_\#CA3F04 {
    color: #CA3F04;
}

  .c_\#008485 {
    color: #008485;
}

  .bg-c_\#fff {
    background-color: #fff;
}

  .content_Si_no_ves_tu_país_en_la_lista\,_puede_deberse_a_restricciones_internacionales_que_limitan_la_operación_de_cuentas_bancarias\. {
    content: Si no ves tu país en la lista, puede deberse a restricciones internacionales que limitan la operación de cuentas bancarias.;
}

  .direction_left {
    direction: left;
}

  .direction_prev {
    direction: prev;
}

  .direction_next {
    direction: next;
}

  .c_\#7B7E82 {
    color: #7B7E82;
}

  .jc_space-around\! {
    justify-content: space-around !important;
}

  .c_Text\.Black\.Default {
    color: Text.Black.Default;
}

  .content_Superaste_los_10_beneficiarios_permitidos\._Puedes_borrar_un_beneficiario_para_agregar_otro_desde_aquí_o_desde_tu_perfil\. {
    content: Superaste los 10 beneficiarios permitidos. Puedes borrar un beneficiario para agregar otro desde aquí o desde tu perfil.;
}

  .direction_column {
    direction: column;
}

  .c_\#606C7F {
    color: #606C7F;
}

  .content_La_cancelación_no_está_disponible_porque_este_trámite_o_su_estado_actual_no_lo_permiten\. {
    content: La cancelación no está disponible porque este trámite o su estado actual no lo permiten.;
}

  .c_ContainerCardTramite\#4e5258 {
    color: ContainerCardTramite#4e5258;
}

  .c_\#E7E7E8 {
    color: #E7E7E8;
}

  .content_No_olvides_colocar_de_forma_detallada_tu_situación_para_tener_mayor_claridad_sobre_lo_sucedido\. {
    content: No olvides colocar de forma detallada tu situación para tener mayor claridad sobre lo sucedido.;
}

  .direction_wrap {
    direction: wrap;
}

  .direction_Column {
    direction: Column;
}

  .direction_Row {
    direction: Row;
}

  .c_\#000 {
    color: #000;
}

  .c_var\(--Gray-G500\) {
    color: var(--Gray-G500);
}

  .content_No_se_puede_editar_a_este_beneficiario_desde_aquí\._Inténtalo_desde_tu_perfil\. {
    content: No se puede editar a este beneficiario desde aquí. Inténtalo desde tu perfil.;
}

  .c_\#6B7280 {
    color: #6B7280;
}

  .c_\#E04141 {
    color: #E04141;
}

  .c_\#006464 {
    color: #006464;
}

  .c_\#4E5258 {
    color: #4E5258;
}

  .c_\#B30000 {
    color: #B30000;
}

  .w_100\% {
    width: 100%;
}

  .h_96px {
    height: 96px;
}

  .mt_16px {
    margin-top: 16px;
}

  .w_96px {
    width: 96px;
}

  .w_121px {
    width: 121px;
}

  .h_121px {
    height: 121px;
}

  .w_auto {
    width: auto;
}

  .h_auto {
    height: auto;
}

  .h_12px {
    height: 12px;
}

  .w_32px {
    width: 32px;
}

  .h_10px {
    height: 10px;
}

  .w_10px {
    width: 10px;
}

  .min-w_240px {
    min-width: 240px;
}

  .top_0 {
    top: 0;
}

  .left_0 {
    left: 0;
}

  .right_0 {
    right: 0;
}

  .bottom_0 {
    bottom: 0;
}

  .w_348px {
    width: 348px;
}

  .max-h_85vh {
    max-height: 85vh;
}

  .w_40px {
    width: 40px;
}

  .h_40px {
    height: 40px;
}

  .min-w_40px {
    min-width: 40px;
}

  .min-h_40px {
    min-height: 40px;
}

  .w_48px {
    width: 48px;
}

  .h_48px {
    height: 48px;
}

  .min-w_48px {
    min-width: 48px;
}

  .min-h_48px {
    min-height: 48px;
}

  .w_56px {
    width: 56px;
}

  .h_56px {
    height: 56px;
}

  .min-w_56px {
    min-width: 56px;
}

  .min-h_56px {
    min-height: 56px;
}

  .w_80px {
    width: 80px;
}

  .h_80px {
    height: 80px;
}

  .min-w_80px {
    min-width: 80px;
}

  .min-h_80px {
    min-height: 80px;
}

  .h_16px {
    height: 16px;
}

  .w_27px {
    width: 27px;
}

  .h_20px {
    height: 20px;
}

  .w_31px {
    width: 31px;
}

  .w_16px {
    width: 16px;
}

  .w_20px {
    width: 20px;
}

  .h_fit-content {
    height: fit-content;
}

  .w_fit-content {
    width: fit-content;
}

  .h_36px {
    height: 36px;
}

  .min-w_fit-content {
    min-width: fit-content;
}

  .h_32px {
    height: 32px;
}

  .min-w_32px {
    min-width: 32px;
}

  .min-w_20px {
    min-width: 20px;
}

  .min-h_24px {
    min-height: 24px;
}

  .max-w_300px {
    max-width: 300px;
}

  .h_24px {
    height: 24px;
}

  .w_24px {
    width: 24px;
}

  .w_64px {
    width: 64px;
}

  .h_64px {
    height: 64px;
}

  .w_72px {
    width: 72px;
}

  .h_72px {
    height: 72px;
}

  .w_8px {
    width: 8px;
}

  .h_8px {
    height: 8px;
}

  .min-w_24px {
    min-width: 24px;
}

  .min-h_20px {
    min-height: 20px;
}

  .min-w_53px {
    min-width: 53px;
}

  .min-w_66px {
    min-width: 66px;
}

  .min-w_75px {
    min-width: 75px;
}

  .max-w_36px {
    max-width: 36px;
}

  .max-h_36px {
    max-height: 36px;
}

  .min-h_22px {
    min-height: 22px;
}

  .max-h_50px {
    max-height: 50px;
}

  .pr_8px {
    padding-right: 8px;
}

  .min-w_420px {
    min-width: 420px;
}

  .max-w_488px {
    max-width: 488px;
}

  .min-w_auto {
    min-width: auto;
}

  .max-w_312px {
    max-width: 312px;
}

  .left_2px {
    left: 2px;
}

  .h_28px {
    height: 28px;
}

  .w_28px {
    width: 28px;
}

  .left_calc\(56px_-_28px_-_\(2px\)\) {
    left: calc(56px - 28px - (2px));
}

  .left_calc\(48px_-_20px_-_\(2px\)\) {
    left: calc(48px - 20px - (2px));
}

  .left_calc\(40px_-_16px_-_\(2px\)\) {
    left: calc(40px - 16px - (2px));
}

  .ov-y_hidden {
    overflow-y: hidden;
}

  .w_max-content {
    width: max-content;
}

  .max-w_328px {
    max-width: 328px;
}

  .bottom_calc\(100\%_\+_20px\) {
    bottom: calc(100% + 20px);
}

  .top_50\% {
    top: 50%;
}

  .top_calc\(100\%_\+_20px\) {
    top: calc(100% + 20px);
}

  .left_26\% {
    left: 26%;
}

  .right_26\% {
    right: 26%;
}

  .left_50\% {
    left: 50%;
}

  .left_-7px {
    left: -7px;
}

  .right_-14px {
    right: -14px;
}

  .left_auto {
    left: auto;
}

  .right_calc\(100\%_\+_20px\) {
    right: calc(100% + 20px);
}

  .left_calc\(100\%_\+_20px\) {
    left: calc(100% + 20px);
}

  .pt_20px {
    padding-top: 20px;
}

  .h_0 {
    height: 0;
}

  .min-w_0 {
    min-width: 0;
}

  .max-w_1400px {
    max-width: 1400px;
}

  .w_44px {
    width: 44px;
}

  .h_44px {
    height: 44px;
}

  .w_52px {
    width: 52px;
}

  .h_52px {
    height: 52px;
}

  .w_60px {
    width: 60px;
}

  .h_60px {
    height: 60px;
}

  .w_84px {
    width: 84px;
}

  .h_84px {
    height: 84px;
}

  .h_26px {
    height: 26px;
}

  .w_26px {
    width: 26px;
}

  .max-w_100vw {
    max-width: 100vw;
}

  .max-w_1404px {
    max-width: 1404px;
}

  .min-w_345px {
    min-width: 345px;
}

  .max-w_348px {
    max-width: 348px;
}

  .min-w_255px {
    min-width: 255px;
}

  .max-w_100\% {
    max-width: 100%;
}

  .max-w_80\% {
    max-width: 80%;
}

  .max-h_176px {
    max-height: 176px;
}

  .h_min-content {
    height: min-content;
}

  .ov-y_auto {
    overflow-y: auto;
}

  .mt_8px {
    margin-top: 8px;
}

  .min-w_260px {
    min-width: 260px;
}

  .bottom_100\% {
    bottom: 100%;
}

  .mb_8px {
    margin-bottom: 8px;
}

  .mt_0 {
    margin-top: 0;
}

  .top_100\% {
    top: 100%;
}

  .mb_0 {
    margin-bottom: 0;
}

  .bdr-tl_var\(--radius16\) {
    border-top-left-radius: var(--radius16);
}

  .bdr-tr_var\(--radius16\) {
    border-top-right-radius: var(--radius16);
}

  .mt_12px {
    margin-top: 12px;
}

  .mb_6px {
    margin-bottom: 6px;
}

  .w_96px\! {
    width: 96px !important;
}

  .min-w_177px {
    min-width: 177px;
}

  .pl_16px {
    padding-left: 16px;
}

  .pl_20px {
    padding-left: 20px;
}

  .pl_1\.5px {
    padding-left: 1.5px;
}

  .bdr-tr_12px {
    border-top-right-radius: 12px;
}

  .bdr-br_12px {
    border-bottom-right-radius: 12px;
}

  .min-w_300px {
    min-width: 300px;
}

  .min-w_200px {
    min-width: 200px;
}

  .bottom_150\% {
    bottom: 150%;
}

  .top_150\% {
    top: 150%;
}

  .right_auto {
    right: auto;
}

  .h_100\% {
    height: 100%;
}

  .ov-x_scroll {
    overflow-x: scroll;
}

  .min-h_70\.4px {
    min-height: 70.4px;
}

  .max-h_70\.4px {
    max-height: 70.4px;
}

  .min-h_82\.2px {
    min-height: 82.2px;
}

  .max-h_82\.2px {
    max-height: 82.2px;
}

  .bottom_12px {
    bottom: 12px;
}

  .right_8px {
    right: 8px;
}

  .w_345px {
    width: 345px;
}

  .min-w_164px {
    min-width: 164px;
}

  .min-h_136px {
    min-height: 136px;
}

  .min-h_0 {
    min-height: 0;
}

  .w_88px {
    width: 88px;
}

  .h_168px {
    height: 168px;
}

  .w_min-content {
    width: min-content;
}

  .bottom_auto {
    bottom: auto;
}

  .right_-15\% {
    right: -15%;
}

  .min-w_208px {
    min-width: 208px;
}

  .h_var\(--slide-height\) {
    height: var(--slide-height);
}

  .ml_calc\(var\(--slide-spacing\)_\*_-1\) {
    margin-left: calc(var(--slide-spacing) * -1);
}

  .pl_var\(--slide-spacing\) {
    padding-left: var(--slide-spacing);
}

  .ml_10px {
    margin-left: 10px;
}

  .max-w_1284px {
    max-width: 1284px;
}

  .h_200px {
    height: 200px;
}

  .h_304px {
    height: 304px;
}

  .pt_12px {
    padding-top: 12px;
}

  .pb_12px {
    padding-bottom: 12px;
}

  .h_calc\(305px_-_42px\) {
    height: calc(305px - 42px);
}

  .top_auto {
    top: auto;
}

  .h_calc\(305px_-_50px\) {
    height: calc(305px - 50px);
}

  .h_calc\(305px_-_24px\) {
    height: calc(305px - 24px);
}

  .min-h_12px {
    min-height: 12px;
}

  .bottom_10px {
    bottom: 10px;
}

  .pl_8px {
    padding-left: 8px;
}

  .bottom_32px {
    bottom: 32px;
}

  .w_calc\(345px_-_80px\) {
    width: calc(345px - 80px);
}

  .ov-x_auto {
    overflow-x: auto;
}

  .ov-x_hidden {
    overflow-x: hidden;
}

  .w_124px {
    width: 124px;
}

  .w_0 {
    width: 0;
}

  .ml_auto\! {
    margin-left: auto !important;
}

  .w_288px {
    width: 288px;
}

  .w_calc\(100\%_-_8px\) {
    width: calc(100% - 8px);
}

  .top_108px {
    top: 108px;
}

  .top_68px {
    top: 68px;
}

  .min-h_250px {
    min-height: 250px;
}

  .min-h_auto {
    min-height: auto;
}

  .top_66px {
    top: 66px;
}

  .h_1px {
    height: 1px;
}

  .mt_auto\! {
    margin-top: auto !important;
}

  .pt_16px\! {
    padding-top: 16px !important;
}

  .mt_20px\! {
    margin-top: 20px !important;
}

  .ov-y_scroll {
    overflow-y: scroll;
}

  .min-h_1px {
    min-height: 1px;
}

  .w_var\(--hero-width\,_100\%\) {
    width: var(--hero-width, 100%);
}

  .mb_16px {
    margin-bottom: 16px;
}

  .w_var\(--hero-width\) {
    width: var(--hero-width);
}

  .h_var\(--hero-height\) {
    height: var(--hero-height);
}

  .h_calc\(var\(--hero-height\,_0px\)_-_8px\) {
    height: calc(var(--hero-height, 0px) - 8px);
}

  .left_calc\(50\%_\+_24px\) {
    left: calc(50% + 24px);
}

  .right_calc\(50\%_\+_24px\) {
    right: calc(50% + 24px);
}

  .top_calc\(var\(--hero-height\)\) {
    top: calc(var(--hero-height));
}

  .w_125px {
    width: 125px;
}

  .min-w_125px {
    min-width: 125px;
}

  .h_2px {
    height: 2px;
}

  .bottom_-6px {
    bottom: -6px;
}

  .h_4px {
    height: 4px;
}

  .pb_8px {
    padding-bottom: 8px;
}

  .w_200px {
    width: 200px;
}

  .w_50\% {
    width: 50%;
}

  .max-w_720px {
    max-width: 720px;
}

  .pt_8px {
    padding-top: 8px;
}

  .max-w_690px {
    max-width: 690px;
}

  .max-w_98px {
    max-width: 98px;
}

  .top_-6px {
    top: -6px;
}

  .right_-6px {
    right: -6px;
}

  .w_393px {
    width: 393px;
}

  .bdr-tr_500px {
    border-top-right-radius: 500px;
}

  .top_31px {
    top: 31px;
}

  .right_38px {
    right: 38px;
}

  .bottom_31px {
    bottom: 31px;
}

  .min-h_1\.5px {
    min-height: 1.5px;
}

  .h_340px {
    height: 340px;
}

  .w_500px {
    width: 500px;
}

  .w_380px {
    width: 380px;
}

  .max-h_1000px {
    max-height: 1000px;
}

  .max-h_0 {
    max-height: 0;
}

  .w_2px {
    width: 2px;
}

  .min-w_2px {
    min-width: 2px;
}

  .max-h_80\% {
    max-height: 80%;
}

  .max-h_0px {
    max-height: 0px;
}

  .h_max-content {
    height: max-content;
}

  .min-h_32px {
    min-height: 32px;
}

  .min-h_120px {
    min-height: 120px;
}

  .mb_2px {
    margin-bottom: 2px;
}

  .max-h_150px {
    max-height: 150px;
}

  .w_104px {
    width: 104px;
}

  .min-w_72px {
    min-width: 72px;
}

  .w_var\(--progress-width\,_0\%\) {
    width: var(--progress-width, 0%);
}

  .bdr-tr_var\(--radius999\) {
    border-top-right-radius: var(--radius999);
}

  .bdr-br_var\(--radius999\) {
    border-bottom-right-radius: var(--radius999);
}

  .w_var\(--upload-width\,_auto\) {
    width: var(--upload-width, auto);
}

  .h_88px {
    height: 88px;
}

  .max-w_8xl {
    max-width: 8xl;
}

  .h_210px {
    height: 210px;
}

  .w_385px {
    width: 385px;
}

  .top_true {
    top: true;
}

  .w_639px {
    width: 639px;
}

  .w_344px {
    width: 344px;
}

  .w_128px {
    width: 128px;
}

  .w_152px {
    width: 152px;
}

  .max-w_981px {
    max-width: 981px;
}

  .max-w_auto {
    max-width: auto;
}

  .max-w_843px {
    max-width: 843px;
}

  .w_520px {
    width: 520px;
}

  .w_216px {
    width: 216px;
}

  .w_117px {
    width: 117px;
}

  .w_70\%\! {
    width: 70% !important;
}

  .min-h_100dvh {
    min-height: 100dvh;
}

  .min-h_81\% {
    min-height: 81%;
}

  .left_-28px {
    left: -28px;
}

  .max-w_345px {
    max-width: 345px;
}

  .max-w_480px {
    max-width: 480px;
}

  .w_500 {
    width: 500px;
}

  .w_630px {
    width: 630px;
}

  .w_186px {
    width: 186px;
}

  .w_102px {
    width: 102px;
}

  .w_360px {
    width: 360px;
}

  .h_100dvh {
    height: 100dvh;
}

  .w_300px {
    width: 300px;
}

  .h_calc\(100dvh_-_190px\) {
    height: calc(100dvh - 190px);
}

  .max-w_462px {
    max-width: 462px;
}

  .w_340px {
    width: 340px;
}

  .w_257px {
    width: 257px;
}

  .w_424px {
    width: 424px;
}

  .w_181px {
    width: 181px;
}

  .w_202px {
    width: 202px;
}

  .w_196px {
    width: 196px;
}

  .w_199px {
    width: 199px;
}

  .h_90px {
    height: 90px;
}

  .max-w_702px {
    max-width: 702px;
}

  .w_119px {
    width: 119px;
}

  .w_127px {
    width: 127px;
}

  .after\:anim_shimmer_1\.4s_infinite::after {
    animation: shimmer 1.4s infinite;
}

  .\[\&_\.with-action\]\:p_2px .with-action {
    padding: 2px;
}

  .before\:bd_solid_transparent::before {
    border: solid transparent;
}

  .\[\&_\.react-datepicker\]\:bd_none\! .react-datepicker {
    border: none !important;
}

  .\[\&_\.react-datepicker__header\]\:p_0 .react-datepicker__header {
    padding: 0;
}

  .\[\&_\.react-datepicker__month\]\:m_0px .react-datepicker__month {
    margin: 0px;
}

  .\[\&_\.react-datepicker__month\]\:p_12px_16px .react-datepicker__month {
    padding: 12px 16px;
}

  .\[\&_\.react-datepicker__month-text\,_\&_\.react-datepicker__day-text\,_\&_\.react-datepicker__year-text\]\:p_2px\! .react-datepicker__month-text,.\[\&_\.react-datepicker__month-text\,_\&_\.react-datepicker__day-text\,_\&_\.react-datepicker__year-text\]\:p_2px\! .react-datepicker__day-text,.\[\&_\.react-datepicker__month-text\,_\&_\.react-datepicker__day-text\,_\&_\.react-datepicker__year-text\]\:p_2px\! .react-datepicker__year-text {
    padding: 2px !important;
}

  .\[\&_\.react-datepicker__month-wrapper\]\:p_16px_20px .react-datepicker__month-wrapper {
    padding: 16px 20px;
}

  .\[\&_\.react-datepicker__year-wrapper\]\:p_16px_20px\! .react-datepicker__year-wrapper {
    padding: 16px 20px !important;
}

  .\[\&_\.react-datepicker__day-names\]\:m_0 .react-datepicker__day-names {
    margin: 0;
}

  .\[\&_\.react-datepicker__day-name\]\:m_0\! .react-datepicker__day-name {
    margin: 0 !important;
}

  .\[\&_\.react-datepicker__day\]\:m_0 .react-datepicker__day {
    margin: 0;
}

  .\[\&_\.react-datepicker__day--in-range\,_\&_\.react-datepicker__day--in-selecting-range\]\:bg_\{colors\.Background\.Primary\.Subtle\}\! .react-datepicker__day--in-range,.\[\&_\.react-datepicker__day--in-range\,_\&_\.react-datepicker__day--in-selecting-range\]\:bg_\{colors\.Background\.Primary\.Subtle\}\! .react-datepicker__day--in-selecting-range {
    background: var(--colors--background\.-primary\.-subtle) !important;
}

  .\[\&_\.react-datepicker__day--selected\,_\&_\.react-datepicker__day--keyboard-selected\]\:bg_\{colors\.Background\.Primary\.Darker\}\! .react-datepicker__day--selected,.\[\&_\.react-datepicker__day--selected\,_\&_\.react-datepicker__day--keyboard-selected\]\:bg_\{colors\.Background\.Primary\.Darker\}\! .react-datepicker__day--keyboard-selected {
    background: var(--colors--background\.-primary\.-darker) !important;
}

  .\[\&_\.react-datepicker__children-container\]\:m_0 .react-datepicker__children-container {
    margin: 0;
}

  .\[\&_\.react-datepicker__portal_\.react-datepicker__day\,_\&_\.react-datepicker__portal_\.react-datepicker__month\]\:m_0\! .react-datepicker__portal .react-datepicker__day,.\[\&_\.react-datepicker__portal_\.react-datepicker__day\,_\&_\.react-datepicker__portal_\.react-datepicker__month\]\:m_0\! .react-datepicker__portal .react-datepicker__month {
    margin: 0 !important;
}

  .\[\&_\.react-datepicker__header\]\:bd_none\! .react-datepicker__header {
    border: none !important;
}

  .\[\&_\.react-datepicker__header\]\:bg_Background\.White\.Default\! .react-datepicker__header {
    background: var(--colors--background\.-white\.-default) !important;
}

  .\[\&_\.react-datepicker__day-names\]\:p_12px_16px_0\! .react-datepicker__day-names {
    padding: 12px 16px 0 !important;
}

  .\[\&_\.react-datepicker__day-names\]\:p_12px_16px .react-datepicker__day-names {
    padding: 12px 16px;
}

  .\[\&\[data-animation-direction\=\"left\"\]\]\:anim_slideOutLeftAndIn_300ms_ease-in-out[data-animation-direction="left"] {
    animation: slideOutLeftAndIn 300ms ease-in-out;
}

  .\[\&\[data-animation-direction\=\"right\"\]\]\:anim_slideOutRightAndIn_300ms_ease-in-out[data-animation-direction="right"] {
    animation: slideOutRightAndIn 300ms ease-in-out;
}

  .\[\&\[data-closing\=\"true\"\]\]\:anim_mobileOverlayClose_250ms_ease-in-out_forwards[data-closing="true"] {
    animation: mobileOverlayClose 250ms ease-in-out forwards;
}

  .\[\&_\.embla__dot\]\:bd_0 .embla__dot {
    border: 0;
}

  .\[\&_\.embla__dot\]\:p_0 .embla__dot {
    padding: 0;
}

  .\[\&_\.embla__dot\]\:m_0 .embla__dot {
    margin: 0;
}

  .\[\&_\.embla__controls\]\:p_0_24px .embla__controls {
    padding: 0 24px;
}

  .\[\&_hr\]\:bg_Shape\.Primary\.Default hr {
    background: var(--colors--shape\.-primary\.-default);
}

  .\[\&_p\]\:p_4px_0 p {
    padding: 4px 0;
}

  .\[\&_\+_\#optimusTrackerBody\]\:p_42px + #optimusTrackerBody {
    padding: 42px;
}

  .\[\&\[data-selected\=\"true\"\]\]\:bg_Background\.White\.Default[data-selected="true"],.\[\&\[data-selected\=\"false\"\]\]\:bg_Background\.White\.Default[data-selected="false"] {
    background: var(--colors--background\.-white\.-default);
}

  .\[\&\[data-selected\=\"false\"\]\]\:bg_Background\.White\.Subtle[data-selected="false"] {
    background: var(--colors--background\.-white\.-subtle);
}

  .\[\&_\.with-action\]\:td_underline\! .with-action {
    text-decoration: underline !important;
}

  .before\:bd-w_6px::before {
    border-width: 6px;
}

  .\[\&_\.react-datepicker\]\:bdr_var\(--radius12\) .react-datepicker {
    border-radius: var(--radius12);
}

  .\[\&_\.react-datepicker\]\:ov_hidden .react-datepicker {
    overflow: hidden;
}

  .\[\&_\.react-datepicker__header\]\:bd-b_solid_1\.5px_\{colors\.Border\.White\.Lighter\}\! .react-datepicker__header {
    border-bottom: solid 1.5px var(--colors--border\.-white\.-lighter) !important;
}

  .\[\&_\.react-datepicker__month-text\,_\&_\.react-datepicker__day-text\,_\&_\.react-datepicker__year-text\]\:bdr_var\(--radius4\) .react-datepicker__month-text,.\[\&_\.react-datepicker__month-text\,_\&_\.react-datepicker__day-text\,_\&_\.react-datepicker__year-text\]\:bdr_var\(--radius4\) .react-datepicker__day-text,.\[\&_\.react-datepicker__month-text\,_\&_\.react-datepicker__day-text\,_\&_\.react-datepicker__year-text\]\:bdr_var\(--radius4\) .react-datepicker__year-text {
    border-radius: var(--radius4);
}

  .\[\&_\.react-datepicker__month-text\,_\&_\.react-datepicker__day-text\,_\&_\.react-datepicker__year-text\]\:trs_0\.2s .react-datepicker__month-text,.\[\&_\.react-datepicker__month-text\,_\&_\.react-datepicker__day-text\,_\&_\.react-datepicker__year-text\]\:trs_0\.2s .react-datepicker__day-text,.\[\&_\.react-datepicker__month-text\,_\&_\.react-datepicker__day-text\,_\&_\.react-datepicker__year-text\]\:trs_0\.2s .react-datepicker__year-text {
    transition: 0.2s;
}

  .\[\&_\.react-datepicker__month-wrapper\]\:gap_24px .react-datepicker__month-wrapper {
    gap: 24px;
}

  .\[\&_\.react-datepicker__year-wrapper\]\:gap_32px_24px\! .react-datepicker__year-wrapper {
    gap: 32px 24px !important;
}

  .\[\&_\.react-datepicker__week\]\:gap_13px\! .react-datepicker__week {
    gap: 13px !important;
}

  .\[\&_\.react-datepicker__day\]\:trs_0\.2s .react-datepicker__day {
    transition: 0.2s;
}

  .\[\&_\.react-datepicker__day\]\:bdr_var\(--radius4\) .react-datepicker__day {
    border-radius: var(--radius4);
}

  .\[\&_\.react-datepicker__day-names\]\:gap_4px .react-datepicker__day-names {
    gap: 4px;
}

  .\[\&_div\]\:gap_12px div {
    gap: 12px;
}

  .\[\&_div\]\:gap_8px div {
    gap: 8px;
}

  .\[\&_\>_\*\:not\(\:last-child\)\]\:bd-b_1\.5px_solid_\#E7E7E8 > *:not(:last-child) {
    border-bottom: 1.5px solid #E7E7E8;
}

  .before\:border-style_solid::before {
    border-style: solid;
}

  .before\:bd-c_transparent::before {
    border-color: transparent;
}

  .before\:bd-w_var\(--popover-arrow-height\)_var\(--popover-arrow-half-width\)_0_var\(--popover-arrow-half-width\)::before {
    border-width: var(--popover-arrow-height) var(--popover-arrow-half-width) 0 var(--popover-arrow-half-width);
}

  .before\:bd-w_0_var\(--popover-arrow-half-width\)_var\(--popover-arrow-height\)_var\(--popover-arrow-half-width\)::before {
    border-width: 0 var(--popover-arrow-half-width) var(--popover-arrow-height) var(--popover-arrow-half-width);
}

  .before\:bd-w_var\(--popover-arrow-half-width\)_var\(--popover-arrow-height\)_var\(--popover-arrow-half-width\)_0::before {
    border-width: var(--popover-arrow-half-width) var(--popover-arrow-height) var(--popover-arrow-half-width) 0;
}

  .before\:bd-w_var\(--popover-arrow-half-width\)_0_var\(--popover-arrow-half-width\)_var\(--popover-arrow-height\)::before {
    border-width: var(--popover-arrow-half-width) 0 var(--popover-arrow-half-width) var(--popover-arrow-height);
}

  .\[\&_div\:nth-child\(2\)\]\:ov_visible div:nth-child(2) {
    overflow: visible;
}

  .\[\&_\.embla__dots\]\:gap_8px .embla__dots {
    gap: 8px;
}

  .\[\&_\.embla__dot\]\:td_none .embla__dot {
    text-decoration: none;
}

  .\[\&_\.embla__dot\]\:bdr_50\% .embla__dot {
    border-radius: 50%;
}

  .\[\&_\.embla__dot--selected\]\:bdr_6px .embla__dot--selected {
    border-radius: 6px;
}

  .\[\&_\>_div\]\:gap_4px > div {
    gap: 4px;
}

  .after\:bd-t_40px_solid_var\(--Gray-G0\)::after {
    border-top: 40px solid var(--Gray-G0);
}

  .\[\&\[data-selected\=\"true\"\]\]\:bdr_4px_4px_0px_0px[data-selected="true"] {
    border-radius: 4px 4px 0px 0px;
}

  .\[\&\[data-selected\=\"false\"\]\]\:bdr_0px[data-selected="false"] {
    border-radius: 0px;
}

  .\[\&_\>_div\]\:trs_width_0\.03s_linear > div {
    transition: width 0.03s linear;
}

  .\[\&_img\]\:bdr_24px img {
    border-radius: 24px;
}

  .\[\&_\>_\*_\+_\*\]\:bd-t_1\.5px_solid_\{colors\.Border\.White\.Lighter\} > * + * {
    border-top: 1.5px solid var(--colors--border\.-white\.-lighter);
}

  .\[\&_\.modal_handle\]\:bdr_4px .modal_handle {
    border-radius: 4px;
}

  .\[\&_\>_div\]\:gap_8px > div {
    gap: 8px;
}

  .\[\&_\>_\*_svg\]\:filter_drop-shadow\(0px_1px_4px_rgba\(69\,_73\,_78\,_0\.16\)\) > * svg {
    filter: drop-shadow(0px 1px 4px rgba(69, 73, 78, 0.16));
}

  .\[\&_\>_\*_path\]\:fill_\{colors\.Shape\.Primary\.Default\} > * path {
    fill: var(--colors--shape\.-primary\.-default);
}

  .\[\&_\>_\*_path\]\:fill_\{colors\.Shape\.Secondary\.Default\} > * path {
    fill: var(--colors--shape\.-secondary\.-default);
}

  .\[\&_\>_\*_path\]\:fill_\{colors\.Shape\.Tertiary\.High_darker\} > * path {
    fill: var(--colors--shape\.-tertiary\.-high_darker);
}

  .\[\&_\>_\*_path\]\:fill_\{colors\.Shape\.Supplementary\.Gentle\} > * path {
    fill: var(--colors--shape\.-supplementary\.-gentle);
}

  .\[\&_\>_\*_path\]\:fill_\{colors\.Shape\.Gray\.Gentle\} > * path {
    fill: var(--colors--shape\.-gray\.-gentle);
}

  .\[\&_\>_\*_path\]\:fill_\{colors\.Shape\.Transparent\} > * path {
    fill: colors\.Shape\.Transparent;
}

  .\[\&_\>_\*_path\]\:fill_Shape\.Gray\.Default > * path {
    fill: var(--colors--shape\.-gray\.-default);
}

  .\[\&_\>_\*_path\]\:fill_Shape\.Gray\.Lighter > * path {
    fill: var(--colors--shape\.-gray\.-lighter);
}

  .\[\&_\>_\*_path\]\:fill_Shape\.Primary\.Darker > * path {
    fill: var(--colors--shape\.-primary\.-darker);
}

  .\[\&_\>_\*_path\]\:fill_Shape\.Secondary\.Darker > * path {
    fill: var(--colors--shape\.-secondary\.-darker);
}

  .\[\&_\>_\*_path\]\:fill_Shape\.Supplementary\.Default > * path {
    fill: var(--colors--shape\.-supplementary\.-default);
}

  .\[\&_\>_\*_path\]\:fill_Shape\.Error\.Lighter > * path {
    fill: var(--colors--shape\.-error\.-lighter);
}

  .after\:pos_absolute::after {
    position: absolute;
}

  .after\:trf_translateX\(-100\%\)::after {
    transform: translateX(-100%);
}

  .after\:bg-i_linear-gradient\(90deg\,_rgba\(255\,_255\,_255\,_0\.1\)_0\,_rgba\(255\,_255\,_255\,_0\.2\)_30\%\,_rgba\(255\,_255\,_255\,_0\.5\)_50\%\,_rgba\(255\,_255\,_255\,_0\.1\)\)::after {
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0, rgba(255, 255, 255, 0.2) 30%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.1));
}

  .after\:content_\'\'::after {
    content: '';
}

  .\[\&_\>_\*_path\]\:fill_\#fff > * path {
    fill: #fff;
}

  .\[\&_\>_\*_path\]\:fill_\{colors\.Shape\.White\.Default\} > * path {
    fill: var(--colors--shape\.-white\.-default);
}

  .\[\&_\>_\*_path\]\:fill_\{colors\.Shape\.Gray\.Darker\} > * path {
    fill: var(--colors--shape\.-gray\.-darker);
}

  .\[\&_\>_\*_path\]\:fill_\{colors\.Shape\.Disable\.Default\} > * path {
    fill: var(--colors--shape\.-disable\.-default);
}

  .\[\&_\>_\*_path\]\:fill_Shape\.Primary\.Gentle > * path {
    fill: var(--colors--shape\.-primary\.-gentle);
}

  .\[\&_\>_\*_path\]\:fill_Shape\.Secondary\.Gentle > * path {
    fill: var(--colors--shape\.-secondary\.-gentle);
}

  .\[\&_\>_\*_path\]\:fill_\#827533 > * path {
    fill: #827533;
}

  .\[\&_\>_\*_path\]\:fill_Shape\.Error\.Gentle > * path {
    fill: var(--colors--shape\.-error\.-gentle);
}

  .\[\&_\>_\*\]\:cursor_inherit > * {
    cursor: inherit;
}

  .\[\&_\>_\*_path\]\:fill_Shape\.White\.Default > * path {
    fill: var(--colors--shape\.-white\.-default);
}

  .\[\&_\>_\*_path\]\:fill_Shape\.Error\.Darker > * path {
    fill: var(--colors--shape\.-error\.-darker);
}

  .\[\&_\>_\*_path\]\:fill_Shape\.Error\.Default > * path {
    fill: var(--colors--shape\.-error\.-default);
}

  .\[\&_\>_\*_path\]\:fill_Shape\.Disable\.Default > * path {
    fill: var(--colors--shape\.-disable\.-default);
}

  .\[\&_\>_\*_path\]\:fill_transparent > * path {
    fill: transparent;
}

  .\[\&_\.with-action\]\:c_\{colors\.Text\.Disabled\.Default\}\! .with-action {
    color: colors\.Text\.Disabled\.Default !important;
}

  .\[\&_\.with-action\]\:bg-c_\{colors\.Background\.Disabled\.Subtle\} .with-action {
    background-color: var(--colors--background\.-disabled\.-subtle);
}

  .\[\&_\.with-action\]\:cursor_pointer .with-action {
    cursor: pointer;
}

  .\[\&_\.with-action\]\:c_\{colors\.Text\.Secondary\.Darker\}\! .with-action {
    color: var(--colors--text\.-secondary\.-darker) !important;
}

  .\[\&_\.with-action\]\:bg-c_\{colors\.Background\.Secondary\.Subtle\} .with-action {
    background-color: var(--colors--background\.-secondary\.-subtle);
}

  .\[\&_\>_\*_path\]\:fill_Shape\.Primary\.Default > * path {
    fill: var(--colors--shape\.-primary\.-default);
}

  .\[\&_\>_\*_path\]\:fill_Text\.Primary\.High_darker > * path {
    fill: var(--colors--text\.-primary\.-high_darker);
}

  .\[\&_\>_\*_path\]\:fill_Text\.Primary\.Darker > * path {
    fill: var(--colors--text\.-primary\.-darker);
}

  .\[\&_\>_\*_path\]\:fill_Text\.Disable\.Default > * path {
    fill: var(--colors--text\.-disable\.-default);
}

  .checked\:bg-c_Background\.Primary\.Subtle:is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]) {
    background-color: var(--colors--background\.-primary\.-subtle);
}

  .checked\:bx-sh_inset_0_0_0_7px_\{colors\.Border\.Primary\.Lighter\}\,_0px_0px_0px_0px_rgba\(0\,0\,0\,0\):is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]) {
    box-shadow: inset 0 0 0 7px var(--colors--border\.-primary\.-lighter), 0px 0px 0px 0px rgba(0,0,0,0);
}

  .checked\:bg-c_Background\.Secondary\.Subtle:is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]) {
    background-color: var(--colors--background\.-secondary\.-subtle);
}

  .checked\:bx-sh_inset_0_0_0_7px_\{colors\.Border\.Secondary\.Lighter\}\,_0px_0px_0px_0px_rgba\(0\,0\,0\,0\):is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]) {
    box-shadow: inset 0 0 0 7px var(--colors--border\.-secondary\.-lighter), 0px 0px 0px 0px rgba(0,0,0,0);
}

  .checked\:bg-c_Background\.Disabled\.Subtle:is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]) {
    background-color: var(--colors--background\.-disabled\.-subtle);
}

  .checked\:bx-sh_inset_0_0_0_7px_\{colors\.Border\.Disabled\.Disable\}\,_0px_0px_0px_0px_rgba\(0\,0\,0\,0\):is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]) {
    box-shadow: inset 0 0 0 7px var(--colors--border\.-disabled\.-disable), 0px 0px 0px 0px rgba(0,0,0,0);
}

  .\[\&_\>_\*_path\]\:fill_\{colors\.Shape\.Secondary\.Darker\} > * path {
    fill: var(--colors--shape\.-secondary\.-darker);
}

  .\[\&_\>_\*_path\]\:fill_\{colors\.Shape\.Tertiary\.Darker\} > * path {
    fill: var(--colors--shape\.-tertiary\.-darker);
}

  .\[\&_\>_\*_path\]\:fill_\{colors\.Shape\.Supplementary\.Default\} > * path {
    fill: var(--colors--shape\.-supplementary\.-default);
}

  .\[\&_\>_\*_path\]\:fill_\{colors\.Shape\.Error\.Default\} > * path {
    fill: var(--colors--shape\.-error\.-default);
}

  .\[\&_\>_\*_path\]\:fill_\{colors\.Shape\.Gray\.Default\} > * path {
    fill: var(--colors--shape\.-gray\.-default);
}

  .\[\&_\>_\*_path\]\:fill_\{colors\.Shape\.Disable\.Subtle\} > * path {
    fill: var(--colors--shape\.-disable\.-subtle);
}

  .\[\&_\>_\*_path\]\:fill_\{colors\.Shape\.Dark\.Default\} > * path {
    fill: colors\.Shape\.Dark\.Default;
}

  .\[\&_\>_\*_path\]\:fill_\{colors\.Shape\.Darker\} > * path {
    fill: colors\.Shape\.Darker;
}

  .\[\&_\>_\*_path\]\:fill_\{colors\.Shape\.Dark\} > * path {
    fill: colors\.Shape\.Dark;
}

  .\[\&_\>_\*_path\]\:fill_\{colors\.Shape\.Primary\.Gentle\} > * path {
    fill: var(--colors--shape\.-primary\.-gentle);
}

  .\[\&_\>_\*_path\]\:fill_\{colors\.Shape\.Secondary\.Gentle\} > * path {
    fill: var(--colors--shape\.-secondary\.-gentle);
}

  .\[\&_\>_\*_path\]\:fill_\{colors\.Shape\.Tertiary\.Default\} > * path {
    fill: var(--colors--shape\.-tertiary\.-default);
}

  .\[\&_\>_\*_path\]\:fill_\{colors\.Shape\.Error\.Gentle\} > * path {
    fill: var(--colors--shape\.-error\.-gentle);
}

  .\[\&_\>_div\]\:cursor_pointer > div {
    cursor: pointer;
}

  .\[\&_\>\*_path\]\:fill_Shape\.Primary\.Default >* path {
    fill: var(--colors--shape\.-primary\.-default);
}

  .\[\&_\>\*_path\]\:fill_Shape\.Tertiary\.Darker >* path {
    fill: var(--colors--shape\.-tertiary\.-darker);
}

  .\[\&_\>\*_path\]\:fill_Shape\.Secondary\.Gentle >* path {
    fill: var(--colors--shape\.-secondary\.-gentle);
}

  .\[\&_\>\*_path\]\:fill_Shape\.Error\.Default >* path {
    fill: var(--colors--shape\.-error\.-default);
}

  .\[\&_\*\]\:c_inherit\! * {
    color: inherit !important;
}

  .before\:content_\'_\'::before {
    content: ' ';
}

  .before\:pos_absolute::before {
    position: absolute;
}

  .before\:pointer-events_none::before {
    pointer-events: none;
}

  .before\:trf_translateX\(0\)_translateY\(-50\%\)::before {
    transform: translateX(0) translateY(-50%);
}

  .\[\&_\>_\*_path\]\:fill_Shape\.Gray\.Darker > * path {
    fill: var(--colors--shape\.-gray\.-darker);
}

  .\[\&_\.react-datepicker\]\:bx-sh_0px_1px_4px_0px_rgba\(69\,_73\,_78\,_0\.16\) .react-datepicker {
    box-shadow: 0px 1px 4px 0px rgba(69, 73, 78, 0.16);
}

  .\[\&_\.react-datepicker\]\:ff_Lexend\! .react-datepicker {
    font-family: Lexend !important;
}

  .\[\&_\.react-datepicker\]\:tt_capitalize .react-datepicker {
    text-transform: capitalize;
}

  .\[\&_\.react-datepicker\]\:d_flex .react-datepicker {
    display: flex;
}

  .\[\&_\.react-datepicker__header\]\:bg-c_Background\.White\.Default\! .react-datepicker__header {
    background-color: var(--colors--background\.-white\.-default) !important;
}

  .\[\&_\.react-datepicker__month-text\,_\&_\.react-datepicker__day-text\,_\&_\.react-datepicker__year-text\]\:fs_16px\! .react-datepicker__month-text,.\[\&_\.react-datepicker__month-text\,_\&_\.react-datepicker__day-text\,_\&_\.react-datepicker__year-text\]\:fs_16px\! .react-datepicker__day-text,.\[\&_\.react-datepicker__month-text\,_\&_\.react-datepicker__day-text\,_\&_\.react-datepicker__year-text\]\:fs_16px\! .react-datepicker__year-text {
    font-size: 16px !important;
}

  .\[\&_\.react-datepicker__month-text\,_\&_\.react-datepicker__day-text\,_\&_\.react-datepicker__year-text\]\:c_\{colors\.Text\.Gray\.Darker\}\! .react-datepicker__month-text,.\[\&_\.react-datepicker__month-text\,_\&_\.react-datepicker__day-text\,_\&_\.react-datepicker__year-text\]\:c_\{colors\.Text\.Gray\.Darker\}\! .react-datepicker__day-text,.\[\&_\.react-datepicker__month-text\,_\&_\.react-datepicker__day-text\,_\&_\.react-datepicker__year-text\]\:c_\{colors\.Text\.Gray\.Darker\}\! .react-datepicker__year-text {
    color: var(--colors--text\.-gray\.-darker) !important;
}

  .\[\&_\.react-datepicker__month-text\,_\&_\.react-datepicker__day-text\,_\&_\.react-datepicker__year-text\]\:bg-c_transparent .react-datepicker__month-text,.\[\&_\.react-datepicker__month-text\,_\&_\.react-datepicker__day-text\,_\&_\.react-datepicker__year-text\]\:bg-c_transparent .react-datepicker__day-text,.\[\&_\.react-datepicker__month-text\,_\&_\.react-datepicker__day-text\,_\&_\.react-datepicker__year-text\]\:bg-c_transparent .react-datepicker__year-text {
    background-color: transparent;
}

  .\[\&_\.react-datepicker__month-text--selected\,_\&_\.react-datepicker__year-text--selected\]\:c_\{colors\.Text\.White\.Default\}\! .react-datepicker__month-text--selected,.\[\&_\.react-datepicker__month-text--selected\,_\&_\.react-datepicker__year-text--selected\]\:c_\{colors\.Text\.White\.Default\}\! .react-datepicker__year-text--selected {
    color: var(--colors--text\.-white\.-default) !important;
}

  .\[\&_\.react-datepicker__month-text--selected\,_\&_\.react-datepicker__year-text--selected\]\:bg-c_\{colors\.Background\.Primary\.Darker\}\! .react-datepicker__month-text--selected,.\[\&_\.react-datepicker__month-text--selected\,_\&_\.react-datepicker__year-text--selected\]\:bg-c_\{colors\.Background\.Primary\.Darker\}\! .react-datepicker__year-text--selected {
    background-color: var(--colors--background\.-primary\.-darker) !important;
}

  .\[\&_\.react-datepicker__month-text--disabled\,_\&_\.react-datepicker__day-text--disabled\]\:c_\{colors\.Text\.Disable\.Default\}\! .react-datepicker__month-text--disabled,.\[\&_\.react-datepicker__month-text--disabled\,_\&_\.react-datepicker__day-text--disabled\]\:c_\{colors\.Text\.Disable\.Default\}\! .react-datepicker__day-text--disabled {
    color: var(--colors--text\.-disable\.-default) !important;
}

  .\[\&_\.react-datepicker__month-text--disabled\,_\&_\.react-datepicker__day-text--disabled\]\:bg-c_transparent\! .react-datepicker__month-text--disabled,.\[\&_\.react-datepicker__month-text--disabled\,_\&_\.react-datepicker__day-text--disabled\]\:bg-c_transparent\! .react-datepicker__day-text--disabled {
    background-color: transparent !important;
}

  .\[\&_\.react-datepicker__month-wrapper\]\:d_flex .react-datepicker__month-wrapper {
    display: flex;
}

  .\[\&_\.react-datepicker__year-wrapper\]\:jc_center .react-datepicker__year-wrapper {
    justify-content: center;
}

  .\[\&_\.react-datepicker__day-names\]\:d_flex .react-datepicker__day-names {
    display: flex;
}

  .\[\&_\.react-datepicker__day-names\]\:jc_space-between .react-datepicker__day-names {
    justify-content: space-between;
}

  .\[\&_\.react-datepicker__portal_\.react-datepicker__day\,_\&_\.react-datepicker__portal_\.react-datepicker__day-name\]\:lh_40px\! .react-datepicker__portal .react-datepicker__day,.\[\&_\.react-datepicker__portal_\.react-datepicker__day\,_\&_\.react-datepicker__portal_\.react-datepicker__day-name\]\:lh_40px\! .react-datepicker__portal .react-datepicker__day-name {
    line-height: 40px !important;
}

  .\[\&_\.react-datepicker__day-name\]\:d_inline-flex .react-datepicker__day-name {
    display: inline-flex;
}

  .\[\&_\.react-datepicker__day-name\]\:ai_center .react-datepicker__day-name {
    align-items: center;
}

  .\[\&_\.react-datepicker__day-name\]\:jc_center .react-datepicker__day-name {
    justify-content: center;
}

  .\[\&_\.react-datepicker__day-name\]\:c_\{colors\.Text\.Gray\.Darker\}\! .react-datepicker__day-name {
    color: var(--colors--text\.-gray\.-darker) !important;
}

  .\[\&_\.react-datepicker__day-name\]\:fs_14px .react-datepicker__day-name {
    font-size: 14px;
}

  .\[\&_\.react-datepicker__day-name\]\:lh_32px\! .react-datepicker__day-name {
    line-height: 32px !important;
}

  .\[\&_\.react-datepicker__week\]\:d_flex\! .react-datepicker__week {
    display: flex !important;
}

  .\[\&_\.react-datepicker__day\]\:d_inline-flex .react-datepicker__day {
    display: inline-flex;
}

  .\[\&_\.react-datepicker__day\]\:ai_center .react-datepicker__day {
    align-items: center;
}

  .\[\&_\.react-datepicker__day\]\:jc_center .react-datepicker__day {
    justify-content: center;
}

  .\[\&_\.react-datepicker__day\]\:c_\{colors\.Text\.Gray\.Darker\}\! .react-datepicker__day {
    color: var(--colors--text\.-gray\.-darker) !important;
}

  .\[\&_\.react-datepicker__day\]\:bg-c_transparent .react-datepicker__day {
    background-color: transparent;
}

  .\[\&_\.react-datepicker__day\]\:fs_16px .react-datepicker__day {
    font-size: 16px;
}

  .\[\&_\.react-datepicker__day--in-range\,_\&_\.react-datepicker__day--in-selecting-range\]\:c_Text\.Gray\.Darker .react-datepicker__day--in-range,.\[\&_\.react-datepicker__day--in-range\,_\&_\.react-datepicker__day--in-selecting-range\]\:c_Text\.Gray\.Darker .react-datepicker__day--in-selecting-range {
    color: var(--colors--text\.-gray\.-darker);
}

  .\[\&_\.react-datepicker__day--selected\,_\&_\.react-datepicker__day--keyboard-selected\]\:c_\{colors\.Text\.White\.Default\}\! .react-datepicker__day--selected,.\[\&_\.react-datepicker__day--selected\,_\&_\.react-datepicker__day--keyboard-selected\]\:c_\{colors\.Text\.White\.Default\}\! .react-datepicker__day--keyboard-selected {
    color: var(--colors--text\.-white\.-default) !important;
}

  .\[\&_\.react-datepicker__day--outside-month\]\:c_\{colors\.Text\.Disable\.Default\}\! .react-datepicker__day--outside-month {
    color: var(--colors--text\.-disable\.-default) !important;
}

  .\[\&_\.react-datepicker__day--disabled\]\:c_Text\.Disable\.Default .react-datepicker__day--disabled {
    color: var(--colors--text\.-disable\.-default);
}

  .\[\&_\.react-datepicker__day--disabled\]\:bg-c_transparent .react-datepicker__day--disabled {
    background-color: transparent;
}

  .\[\&_\.react-datepicker__children-container\]\:d_flex .react-datepicker__children-container {
    display: flex;
}

  .\[\&_\.react-datepicker-popper\]\:z_110\! .react-datepicker-popper {
    z-index: 110 !important;
}

  .\[\&_div\]\:d_flex div {
    display: flex;
}

  .\[\&_p\]\:c_Text\.Gray\.Lighter p {
    color: var(--colors--text\.-gray\.-lighter);
}

  .\[\&_p\]\:fs_16px p {
    font-size: 16px;
}

  .\[\&_p\]\:fw_600 p {
    font-weight: 600;
}

  .\[\&_h4\]\:c_Text\.Primary\.Darker h4 {
    color: var(--colors--text\.-primary\.-darker);
}

  .\[\&_h4\]\:fs_24px h4 {
    font-size: 24px;
}

  .\[\&_h4\]\:fw_400 h4 {
    font-weight: 400;
}

  .\[\&_\*_\>_path\]\:fill_Shape\.Gray\.Default * > path {
    fill: var(--colors--shape\.-gray\.-default);
}

  .placeholder\:c_Text\.Gray\.Subtle::placeholder,.placeholder\:c_Text\.Gray\.Subtle[data-placeholder] {
    color: var(--colors--text\.-gray\.-subtle);
}

  .\[\&\[type\=password\]\:\:-ms-reveal\]\:d_none[type=password]::-ms-reveal,.\[\&\[type\=password\]\:\:-ms-clear\]\:d_none[type=password]::-ms-clear {
    display: none;
}

  .\[\&_\>_\*_path\]\:fill_Shape\.Disable\.Default\! > * path {
    fill: var(--colors--shape\.-disable\.-default) !important;
}

  .\[\&_\>_\*_path\]\:fill_Shape\.Gray\.Lighter\! > * path {
    fill: var(--colors--shape\.-gray\.-lighter) !important;
}

  .\[\&_\>_div\]\:op_0 > div {
    opacity: 0;
}

  .\[\&_\>_\*_path\]\:fill_Shape\.Tertiary\.Darker > * path {
    fill: var(--colors--shape\.-tertiary\.-darker);
}

  .\[\&_\>_\*_path\]\:fill_Shape\.Supplementary\.Gentle > * path {
    fill: var(--colors--shape\.-supplementary\.-gentle);
}

  .\[\&_p\]\:c_Text\.Gray\.Darker p {
    color: var(--colors--text\.-gray\.-darker);
}

  .\[\&_p\]\:c_Text\.Disable\.Default p {
    color: var(--colors--text\.-disable\.-default);
}

  .\[\&_button\]\:d_flex button {
    display: flex;
}

  .\[\&_button\]\:cursor_pointer button {
    cursor: pointer;
}

  .\[\&_p\]\:wb_normal p {
    word-break: normal;
}

  .\[\&_p\]\:white-space_normal p {
    white-space: normal;
}

  .before\:content_\"_\"::before {
    content: " ";
}

  .before\:trf_translateX\(0\)_translateY\(50\%\)::before {
    transform: translateX(0) translateY(50%);
}

  .\[\&_\*\]\:cursor_inherit * {
    cursor: inherit;
}

  .\[\&\:\:-webkit-resizer\]\:op_0::-webkit-resizer {
    opacity: 0;
}

  .placeholder\:c_Text\.Disable\.Default::placeholder,.placeholder\:c_Text\.Disable\.Default[data-placeholder] {
    color: var(--colors--text\.-disable\.-default);
}

  .placeholder\:c_Text\.Gray\.Lighter::placeholder,.placeholder\:c_Text\.Gray\.Lighter[data-placeholder] {
    color: var(--colors--text\.-gray\.-lighter);
}

  .\[\&_\#arrow-icon_path\]\:fill_Shape\.Primary\.Default #arrow-icon path {
    fill: var(--colors--shape\.-primary\.-default);
}

  .\[\&_\>_\*\]\:fw_bold > * {
    font-weight: bold;
}

  .\[\&_\.embla__controls\]\:d_flex .embla__controls {
    display: flex;
}

  .\[\&_\.embla__controls\]\:grid-tc_auto_1fr .embla__controls {
    grid-template-columns: auto 1fr;
}

  .\[\&_\.embla__controls\]\:jc_space-between .embla__controls {
    justify-content: space-between;
}

  .\[\&_\.embla__dots\]\:d_flex .embla__dots {
    display: flex;
}

  .\[\&_\.embla__dots\]\:flex-wrap_wrap .embla__dots {
    flex-wrap: wrap;
}

  .\[\&_\.embla__dots\]\:jc_flex-end .embla__dots {
    justify-content: flex-end;
}

  .\[\&_\.embla__dots\]\:ai_center .embla__dots {
    align-items: center;
}

  .\[\&_\.embla__dot\]\:ap_none .embla__dot {
    appearance: none;
    -webkit-appearance: none;
}

  .\[\&_\.embla__dot\]\:bg-c_\#d1d2d3 .embla__dot {
    background-color: #d1d2d3;
}

  .\[\&_\.embla__dot\]\:tch-a_manipulation .embla__dot {
    touch-action: manipulation;
}

  .\[\&_\.embla__dot\]\:d_inline-flex .embla__dot {
    display: inline-flex;
}

  .\[\&_\.embla__dot\]\:cursor_pointer .embla__dot {
    cursor: pointer;
}

  .\[\&_\.embla__dot\]\:ai_center .embla__dot {
    align-items: center;
}

  .\[\&_\.embla__dot\]\:jc_center .embla__dot {
    justify-content: center;
}

  .\[\&_\.embla__dot--selected\]\:bg-c_\#4e5258 .embla__dot--selected {
    background-color: #4e5258;
}

  .\[\&_p\]\:ta_center p {
    text-align: center;
}

  .\[\&_hr\]\:d_flex hr {
    display: flex;
}

  .\[\&_h4\]\:ff_Lexend h4 {
    font-family: Lexend;
}

  .\[\&_h4\]\:fw_600 h4 {
    font-weight: 600;
}

  .\[\&_\>_div\]\:d_flex > div {
    display: flex;
}

  .\[\&_\>_div\]\:flex-d_column > div {
    flex-direction: column;
}

  .\[\&_\>_div\]\:ai_flex-start > div {
    align-items: flex-start;
}

  .\[\&_p\]\:d_flex p {
    display: flex;
}

  .\[\&_p\]\:fs_18px p {
    font-size: 18px;
}

  .\[\&_p\]\:lh_32px p {
    line-height: 32px;
}

  .\[\&_\>_p\]\:ff_Lexend > p {
    font-family: Lexend;
}

  .\[\&_\>_p\]\:fs_18px > p {
    font-size: 18px;
}

  .\[\&_\>_p\]\:fw_600 > p {
    font-weight: 600;
}

  .\[\&_\>_p\]\:lh_20px > p {
    line-height: 20px;
}

  .\[\&_\>_p\]\:ls_0\.0012em > p {
    letter-spacing: 0.0012em;
}

  .\[\&_\>_p\]\:fs_14px > p {
    font-size: 14px;
}

  .\[\&_\>_p\]\:fw_400 > p {
    font-weight: 400;
}

  .\[\&_\>_p\]\:ta_left > p {
    text-align: left;
}

  .after\:z_3::after {
    z-index: 3;
}

  .after\:d_block::after {
    display: block;
}

  .\[\&_\>_span\]\:pos_relative > span {
    position: relative;
}

  .\[\&_\>_span\]\:z_4 > span {
    z-index: 4;
}

  .\[\&_\>_span\]\:bx-sh_inset_0_0_0_1\.5px_\{colors\.Border\.Disabled\.Disable\} > span {
    box-shadow: inset 0 0 0 1.5px var(--colors--border\.-disabled\.-disable);
}

  .\[\&_\>_span\]\:c_Text\.Disable\.Default > span {
    color: var(--colors--text\.-disable\.-default);
}

  .\[\&_\>_span\]\:bg-c_Background\.White\.Default > span {
    background-color: var(--colors--background\.-white\.-default);
}

  .\[\&_\>_div\]\:pos_relative > div {
    position: relative;
}

  .\[\&_\>_div\]\:z_1 > div {
    z-index: 1;
}

  .after\:bg-c_Border\.Disabled\.Disable::after {
    background-color: var(--colors--border\.-disabled\.-disable);
}

  .\[\&_\>_span\]\:bx-sh_inset_0_0_0_1\.5px_\{colors\.Background\.Primary\.Default\} > span {
    box-shadow: inset 0 0 0 1.5px var(--colors--background\.-primary\.-default);
}

  .\[\&_\>_span\]\:c_Text\.White\.Default > span {
    color: var(--colors--text\.-white\.-default);
}

  .\[\&_\>_span\]\:bg-c_Background\.Primary\.Default > span,.after\:bg-c_Background\.Primary\.Default::after {
    background-color: var(--colors--background\.-primary\.-default);
}

  .\[\&_\+_\#optimusTrackerBody\]\:pos_relative + #optimusTrackerBody {
    position: relative;
}

  .\[\&_\>_span\]\:bx-sh_inset_0_0_0_1\.5px_\{colors\.Background\.Secondary\.Default\} > span {
    box-shadow: inset 0 0 0 1.5px var(--colors--background\.-secondary\.-default);
}

  .\[\&_\>_span\]\:bg-c_Background\.Secondary\.Default > span,.after\:bg-c_Background\.Secondary\.Default::after {
    background-color: var(--colors--background\.-secondary\.-default);
}

  .\[\&_\>_span\]\:bx-sh_inset_0_0_0_1\.5px_\{colors\.Background\.Error\.Default\} > span {
    box-shadow: inset 0 0 0 1.5px var(--colors--background\.-error\.-default);
}

  .\[\&_\>_span\]\:bg-c_Background\.Error\.Default > span,.after\:bg-c_Background\.Error\.Default::after {
    background-color: var(--colors--background\.-error\.-default);
}

  .after\:d_none\!::after {
    display: none !important;
}

  .\[\&_\>_p\]\:lh_24px > p {
    line-height: 24px;
}

  .\[\&_\[data-content-footer\]_path\]\:fill_\{colors\.Shape\.Disable\.Default\} [data-content-footer] path {
    fill: var(--colors--shape\.-disable\.-default);
}

  .\[\&_\[data-content-main\]\]\:c_\{colors\.Text\.Disable\.Default\} [data-content-main],.\[\&_\[data-content-header\]\]\:c_\{colors\.Text\.Disable\.Default\} [data-content-header],.\[\&_a\]\:c_\{colors\.Text\.Disable\.Default\} a {
    color: var(--colors--text\.-disable\.-default);
}

  .\[\&_a\]\:pointer-events_none a {
    pointer-events: none;
}

  .\[\&_\[data-content-footer\]_path\]\:fill_\{colors\.Shape\.Primary\.Darker\} [data-content-footer] path {
    fill: var(--colors--shape\.-primary\.-darker);
}

  .\[\&_\[data-content-header\]\]\:c_\{colors\.Text\.Primary\.Darker\} [data-content-header] {
    color: var(--colors--text\.-primary\.-darker);
}

  .\[\&_\[data-content-footer\]_path\]\:fill_\{colors\.Shape\.Secondary\.Darker\} [data-content-footer] path {
    fill: var(--colors--shape\.-secondary\.-darker);
}

  .\[\&_\[data-content-header\]\]\:c_\{colors\.Text\.Secondary\.Darker\} [data-content-header] {
    color: var(--colors--text\.-secondary\.-darker);
}

  .\[\&_path\]\:fill_\{colors\.Shape\.Primary\.Darker\} path {
    fill: var(--colors--shape\.-primary\.-darker);
}

  .\[\&_div\]\:c_\{colors\.Shape\.Primary\.Darker\} div {
    color: var(--colors--shape\.-primary\.-darker);
}

  .\[\&_path\]\:fill_\{colors\.Shape\.Disable\.Default\} path {
    fill: var(--colors--shape\.-disable\.-default);
}

  .\[\&_div\]\:c_\{colors\.Shape\.Disable\.Default\} div {
    color: var(--colors--shape\.-disable\.-default);
}

  .\[\&_\>_\*_path\]\:fill_Shape\.Tertiary\.Default > * path {
    fill: var(--colors--shape\.-tertiary\.-default);
}

  .\[\&\[data-selected\=\"true\"\]\]\:op_1[data-selected="true"] {
    opacity: 1;
}

  .\[\&\[data-selected\=\"false\"\]\]\:op_0[data-selected="false"] {
    opacity: 0;
}

  .\[\&_\>_\*_path\]\:fill_Shape\.Gray\.Gentle > * path {
    fill: var(--colors--shape\.-gray\.-gentle);
}

  .\[\&_\>_div\]\:bg-c_\{colors\.Shape\.Primary\.Default\} > div {
    background-color: var(--colors--shape\.-primary\.-default);
}

  .\[\&_\>_div\]\:bg-c_\{colors\.Shape\.Tertiary\.Default\} > div {
    background-color: var(--colors--shape\.-tertiary\.-default);
}

  .\[\&_\>_div\]\:bg-c_\{colors\.Shape\.Secondary\.Gentle\} > div {
    background-color: var(--colors--shape\.-secondary\.-gentle);
}

  .\[\&_\>_div\]\:bg-c_\{colors\.Shape\.Error\.Default\} > div {
    background-color: var(--colors--shape\.-error\.-default);
}

  .\[\&_img\]\:obj-f_cover img {
    object-fit: cover;
}

  .\[\&_\>_\:nth-child\(2\)\]\:tov_ellipsis > :nth-child(2) {
    text-overflow: ellipsis;
}

  .\[\&_\>_\:nth-child\(2\)\]\:d_-webkit-box > :nth-child(2) {
    display: -webkit-box;
}

  .\[\&_\>_\:nth-child\(2\)\]\:-webkit-line-clamp_1 > :nth-child(2) {
    -webkit-line-clamp: 1;
}

  .\[\&_\>_\:nth-child\(2\)\]\:-webkit-box-orient_vertical > :nth-child(2) {
    -webkit-box-orient: vertical;
}

  .\[\&_\>_\:nth-child\(2\)\]\:white-space_normal > :nth-child(2) {
    white-space: normal;
}

  .\[\&_\*\]\:cursor_pointer * {
    cursor: pointer;
}

  .\[\&_\>_\*\]\:bx-sh_none > * {
    box-shadow: none;
}

  .\[\&_\.close_btn\]\:pos_absolute .close_btn {
    position: absolute;
}

  .\[\&_\.modal_handle\]\:bg-c_Shape\.Gray\.Subtle .modal_handle {
    background-color: var(--colors--shape\.-gray\.-subtle);
}

  .\[\&_\.modal_handle\]\:as_center .modal_handle {
    align-self: center;
}

  .\[\&_\.modal_handle\]\:tch-a_none .modal_handle {
    touch-action: none;
}

  .\[\&_\.modal_handle\]\:pos_absolute .modal_handle {
    position: absolute;
}

  .\[\&_\.modal_handle\]\:trf_translateX\(-50\%\) .modal_handle {
    transform: translateX(-50%);
}

  .\[\&_\>_div\]\:d_grid > div {
    display: grid;
}

  .\[\&_\#nameBeneficiary\]\:d_flex #nameBeneficiary {
    display: flex;
}

  .\[\&_\#nameBeneficiary\]\:ai_center #nameBeneficiary {
    align-items: center;
}

  .after\:top_0::after {
    top: 0;
}

  .after\:right_0::after {
    right: 0;
}

  .after\:bottom_0::after {
    bottom: 0;
}

  .after\:left_0::after {
    left: 0;
}

  .before\:h_0::before {
    height: 0;
}

  .before\:w_0::before {
    width: 0;
}

  .before\:ml_calc\(6px_\*_-1\)::before {
    margin-left: calc(6px * -1);
}

  .before\:top_100\%::before {
    top: 100%;
}

  .before\:bd-t-c_Background\.Gray\.Darker::before {
    border-top-color: var(--colors--background\.-gray\.-darker);
}

  .before\:top_50\%::before {
    top: 50%;
}

  .before\:bd-r-c_Background\.Gray\.Darker::before {
    border-right-color: var(--colors--background\.-gray\.-darker);
}

  .before\:bottom_100\%::before {
    bottom: 100%;
}

  .before\:bd-b-c_Background\.Gray\.Darker::before {
    border-bottom-color: var(--colors--background\.-gray\.-darker);
}

  .before\:bd-l-c_Background\.Gray\.Darker::before {
    border-left-color: var(--colors--background\.-gray\.-darker);
}

  .before\:left_18px::before {
    left: 18px;
}

  .before\:right_18px::before {
    right: 18px;
}

  .before\:left_50\%::before {
    left: 50%;
}

  .before\:left_auto::before {
    left: auto;
}

  .before\:right_calc\(6px_\*_-2\)::before {
    right: calc(6px * -2);
}

  .before\:left_calc\(6px_\*_-1\)::before {
    left: calc(6px * -1);
}

  .\[\&_\>_div\:first-of-type\]\:w_100\% > div:first-of-type {
    width: 100%;
}

  .\[\&_input\[name\=\"date-range\"\]\]\:w_96px input[name="date-range"] {
    width: 96px;
}

  .\[\&_\.react-datepicker\]\:ov-y_auto .react-datepicker {
    overflow-y: auto;
}

  .\[\&_\.react-datepicker__month-container\]\:w_100\% .react-datepicker__month-container {
    width: 100%;
}

  .\[\&_\.react-datepicker__month-text\,_\&_\.react-datepicker__day-text\,_\&_\.react-datepicker__year-text\]\:w_64px\! .react-datepicker__month-text,.\[\&_\.react-datepicker__month-text\,_\&_\.react-datepicker__day-text\,_\&_\.react-datepicker__year-text\]\:w_64px\! .react-datepicker__day-text,.\[\&_\.react-datepicker__month-text\,_\&_\.react-datepicker__day-text\,_\&_\.react-datepicker__year-text\]\:w_64px\! .react-datepicker__year-text {
    width: 64px !important;
}

  .\[\&_\.react-datepicker__year-wrapper\]\:max-w_300px\! .react-datepicker__year-wrapper {
    max-width: 300px !important;
}

  .\[\&_\.react-datepicker__portal_\.react-datepicker__day\,_\&_\.react-datepicker__portal_\.react-datepicker__day-name\]\:w_40px\! .react-datepicker__portal .react-datepicker__day,.\[\&_\.react-datepicker__portal_\.react-datepicker__day\,_\&_\.react-datepicker__portal_\.react-datepicker__day-name\]\:w_40px\! .react-datepicker__portal .react-datepicker__day-name {
    width: 40px !important;
}

  .\[\&_\.react-datepicker__portal_\.react-datepicker__day\,_\&_\.react-datepicker__portal_\.react-datepicker__day-name\]\:h_40px .react-datepicker__portal .react-datepicker__day,.\[\&_\.react-datepicker__portal_\.react-datepicker__day\,_\&_\.react-datepicker__portal_\.react-datepicker__day-name\]\:h_40px .react-datepicker__portal .react-datepicker__day-name {
    height: 40px;
}

  .\[\&_\.react-datepicker__day-name\]\:w_36px\! .react-datepicker__day-name {
    width: 36px !important;
}

  .\[\&_\.react-datepicker__day-name\]\:h_32px\! .react-datepicker__day-name {
    height: 32px !important;
}

  .\[\&_\.react-datepicker-wrapper\]\:w_100\% .react-datepicker-wrapper {
    width: 100%;
}

  .\[\&_\.react-datepicker__children-container\]\:w_auto .react-datepicker__children-container {
    width: auto;
}

  .\[\&_\.react-datepicker__children-container\]\:pr_0 .react-datepicker__children-container {
    padding-right: 0;
}

  .\[\&_\.react-datepicker__children-container\]\:h_auto .react-datepicker__children-container {
    height: auto;
}

  .\[\&_button\]\:w_100\% button {
    width: 100%;
}

  .\[\&_button\]\:w_50\% button {
    width: 50%;
}

  .\[\&_\>_\*\]\:w_100\% > * {
    width: 100%;
}

  .before\:ml_calc\(var\(--popover-arrow-half-width\)_\*_-1\)::before {
    margin-left: calc(var(--popover-arrow-half-width) * -1);
}

  .before\:bd-t-c_Background\.White\.Default::before {
    border-top-color: var(--colors--background\.-white\.-default);
}

  .before\:bd-b-c_Background\.White\.Default::before {
    border-bottom-color: var(--colors--background\.-white\.-default);
}

  .before\:right_auto::before {
    right: auto;
}

  .before\:left_calc\(var\(--popover-arrow-height\)_\*_-1\)::before {
    left: calc(var(--popover-arrow-height) * -1);
}

  .before\:bd-r-c_Background\.White\.Default::before {
    border-right-color: var(--colors--background\.-white\.-default);
}

  .before\:right_calc\(var\(--popover-arrow-height\)_\*_-1\)::before {
    right: calc(var(--popover-arrow-height) * -1);
}

  .before\:bd-l-c_Background\.White\.Default::before {
    border-left-color: var(--colors--background\.-white\.-default);
}

  .\[\&_\.embla__controls\]\:max-w_1284px .embla__controls {
    max-width: 1284px;
}

  .\[\&_\.embla__dot\]\:w_8px .embla__dot {
    width: 8px;
}

  .\[\&_\.embla__dot\]\:h_8px .embla__dot {
    height: 8px;
}

  .\[\&_\.embla__dot--selected\]\:w_32px .embla__dot--selected {
    width: 32px;
}

  .\[\&_\.embla__dot--selected\]\:h_8px .embla__dot--selected {
    height: 8px;
}

  .\[\&_\.embla__controls\]\:w_auto .embla__controls {
    width: auto;
}

  .\[\&_\.embla__controls\]\:w_100\% .embla__controls {
    width: 100%;
}

  .\[\&_\>_\:nth-child\(2\)\]\:mt_8px > :nth-child(2) {
    margin-top: 8px;
}

  .\[\&_\>_\:nth-child\(3\)\]\:mt_24px > :nth-child(3),.\[\&_\>_\:nth-child\(4\)\]\:mt_24px > :nth-child(4) {
    margin-top: 24px;
}

  .\[\&_hr\]\:bottom_-2px hr {
    bottom: -2px;
}

  .\[\&_p\]\:h_32px p {
    height: 32px;
}

  .after\:top_16px::after {
    top: 16px;
}

  .after\:right_-20px::after {
    right: -20px;
}

  .after\:h_1\.5px::after {
    height: 1.5px;
}

  .after\:w_22px::after {
    width: 22px;
}

  .after\:top_0px::after {
    top: 0px;
}

  .after\:left_15px::after {
    left: 15px;
}

  .after\:h_90\%::after {
    height: 90%;
}

  .after\:w_1\.5px::after {
    width: 1.5px;
}

  .\[\&\[data-selected\=\"true\"\]\]\:w_100\%[data-selected="true"] {
    width: 100%;
}

  .\[\&\[data-selected\=\"true\"\]\]\:h_4px[data-selected="true"] {
    height: 4px;
}

  .\[\&\[data-selected\=\"true\"\]\]\:min-h_4px[data-selected="true"] {
    min-height: 4px;
}

  .\[\&\[data-selected\=\"false\"\]\]\:w_0px[data-selected="false"] {
    width: 0px;
}

  .\[\&\[data-selected\=\"false\"\]\]\:h_0px[data-selected="false"] {
    height: 0px;
}

  .\[\&\[data-selected\=\"false\"\]\]\:min-h_0px[data-selected="false"] {
    min-height: 0px;
}

  .\[\&_\>_div\]\:h_100\% > div {
    height: 100%;
}

  .\[\&_img\]\:max-w_100\% img {
    max-width: 100%;
}

  .\[\&_img\]\:w_100\% img {
    width: 100%;
}

  .\[\&_img\]\:w_630px img {
    width: 630px;
}

  .\[\&_\.cancel\]\:mr_auto .cancel {
    margin-right: auto;
}

  .\[\&_\.primary\,_\.secondary\,_\.cancel\]\:w_100\% .primary,.\[\&_\.primary\,_\.secondary\,_\.cancel\]\:w_100\% .secondary,.\[\&_\.primary\,_\.secondary\,_\.cancel\]\:w_100\% .cancel {
    width: 100%;
}

  .\[\&_\.close_btn\]\:top_8px .close_btn {
    top: 8px;
}

  .\[\&_\.close_btn\]\:right_8px .close_btn {
    right: 8px;
}

  .\[\&_\.modal_handle\]\:w_72px .modal_handle {
    width: 72px;
}

  .\[\&_\.modal_handle\]\:h_4px .modal_handle {
    height: 4px;
}

  .\[\&_\.modal_handle\]\:top_8px .modal_handle {
    top: 8px;
}

  .\[\&_\.modal_handle\]\:left_50\% .modal_handle {
    left: 50%;
}

  .visited\:c_Text\.Supplementary\.Default:visited {
    color: var(--colors--text\.-supplementary\.-default);
}

  .visited\:c_Text\.Disable\.Default:visited {
    color: var(--colors--text\.-disable\.-default);
}

  .focusWithin\:c_Text\.Gray\.Default:focus-within {
    color: var(--colors--text\.-gray\.-default);
}

  .focusWithin\:bg-c_Background\.White\.Default:focus-within {
    background-color: var(--colors--background\.-white\.-default);
}

  .focusWithin\:bx-sh_inset_0_0_0_1\.5px_\{colors\.Border\.Primary\.Subtle\}\,_0px_0px_0px_3px_color-mix\(in_srgb\,_\{colors\.Background\.Primary\.Default\}_20\%\,_transparent\):focus-within {
    box-shadow: inset 0 0 0 1.5px var(--colors--border\.-primary\.-subtle), 0px 0px 0px 3px color-mix(in srgb, var(--colors--background\.-primary\.-default) 20%, transparent);
}

  .focusWithin\:bx-sh_inset_0_0_0_1\.5px_\{colors\.Border\.Error\.Lighter\}\,_0px_0px_0px_3px_color-mix\(in_srgb\,_\{colors\.Background\.Error\.Default\}_20\%\,_transparent\):focus-within {
    box-shadow: inset 0 0 0 1.5px var(--colors--border\.-error\.-lighter), 0px 0px 0px 3px color-mix(in srgb, var(--colors--background\.-error\.-default) 20%, transparent);
}

  .focusWithin\:bx-sh_inset_0_0_0_1\.5px_\{colors\.Border\.Secondary\.Lighter\}\,_0px_0px_0px_3px_color-mix\(in_srgb\,_\{colors\.Border\.Secondary\.Lighter\}_20\%\,_transparent\):focus-within {
    box-shadow: inset 0 0 0 1.5px var(--colors--border\.-secondary\.-lighter), 0px 0px 0px 3px color-mix(in srgb, var(--colors--border\.-secondary\.-lighter) 20%, transparent);
}

  .focusWithin\:c_Text\.Disable\.Default:focus-within {
    color: var(--colors--text\.-disable\.-default);
}

  .focusWithin\:bg-c_Background\.Disabled\.Subtle:focus-within {
    background-color: var(--colors--background\.-disabled\.-subtle);
}

  .focusWithin\:bx-sh_inset_0_0_0_1\.5px_\{colors\.Border\.Disabled\.Disable\}:focus-within {
    box-shadow: inset 0 0 0 1.5px var(--colors--border\.-disabled\.-disable);
}

  .focusWithin\:bx-sh_inset_0_0_0_1\.5px_\{colors\.Border\.Gray\.Lighter\}\,_0px_0px_0px_3px_color-mix\(in_srgb\,_\{colors\.Border\.Gray\.Lighter\}_20\%\,_transparent\):focus-within {
    box-shadow: inset 0 0 0 1.5px var(--colors--border\.-gray\.-lighter), 0px 0px 0px 3px color-mix(in srgb, var(--colors--border\.-gray\.-lighter) 20%, transparent);
}

  .focusWithin\:bx-sh_inset_0_0_0_1\.5px_\{colors\.Border\.Disabled\.Disable\}\,_0px_0px_0px_0px_rgba\(0\,0\,0\,0\):focus-within {
    box-shadow: inset 0 0 0 1.5px var(--colors--border\.-disabled\.-disable), 0px 0px 0px 0px rgba(0,0,0,0);
}

  .focus\:bg_\#615726:is(:focus, [data-focus]) {
    background: #615726;
}

  .focus\:bg_radial-gradient\(48\.26\%_43\.94\%_at_98\.12\%_97\.67\%\,_\#f5f4f0_0\%\,_\{colors\.Background\.White\.Default\}_100\%\):is(:focus, [data-focus]) {
    background: radial-gradient(48.26% 43.94% at 98.12% 97.67%, #f5f4f0 0%, var(--colors--background\.-white\.-default) 100%);
}

  .focus\:bg_Background\.Primary\.Darker:is(:focus, [data-focus]) {
    background: var(--colors--background\.-primary\.-darker);
}

  .focus\:bg_radial-gradient\(48\.26\%_43\.94\%_at_98\.12\%_97\.67\%\,_\{colors\.Shape\.Primary\.Subtle\}_0\%\,_\{colors\.Background\.White\.Default\}_100\%\):is(:focus, [data-focus]) {
    background: radial-gradient(48.26% 43.94% at 98.12% 97.67%, var(--colors--shape\.-primary\.-subtle) 0%, var(--colors--background\.-white\.-default) 100%);
}

  .focus\:bg_Background\.Error\.Subtle:is(:focus, [data-focus]) {
    background: var(--colors--background\.-error\.-subtle);
}

  .focus\:bg_Background\.White\.Subtle:is(:focus, [data-focus]) {
    background: var(--colors--background\.-white\.-subtle);
}

  .focus\:bg_\{colors\.Background\.Disabled\.Subtle\}:is(:focus, [data-focus]) {
    background: var(--colors--background\.-disabled\.-subtle);
}

  .focus\:td_underline:is(:focus, [data-focus]) {
    text-decoration: underline;
}

  .focus\:ring_none:is(:focus, [data-focus]) {
    outline: 2px solid transparent;
    outline-offset: 2px;
}

  .focus\:bx-sh_0px_0px_0px_3px_color-mix\(in_srgb\,_\#827533_20\%\,_transparent\):is(:focus, [data-focus]) {
    box-shadow: 0px 0px 0px 3px color-mix(in srgb, #827533 20%, transparent);
}

  .focus\:bx-sh_inset_0_0_0_1\.5px_\#d9d6c6\,_0px_0px_0px_3px_color-mix\(in_srgb\,_\#d9d6c6_20\%\,_transparent\):is(:focus, [data-focus]) {
    box-shadow: inset 0 0 0 1.5px #d9d6c6, 0px 0px 0px 3px color-mix(in srgb, #d9d6c6 20%, transparent);
}

  .focus\:bx-sh_0px_0px_0px_3px_color-mix\(in_srgb\,_\{colors\.Background\.Primary\.Default\}_20\%\,_transparent\):is(:focus, [data-focus]) {
    box-shadow: 0px 0px 0px 3px color-mix(in srgb, var(--colors--background\.-primary\.-default) 20%, transparent);
}

  .focus\:bx-sh_inset_0_0_0_1\.5px_\{colors\.Border\.Primary\.Lighter\}\,_0px_0px_0px_3px_color-mix\(in_srgb\,_\{colors\.Border\.Primary\.Lighter\}_20\%\,_transparent\):is(:focus, [data-focus]) {
    box-shadow: inset 0 0 0 1.5px var(--colors--border\.-primary\.-lighter), 0px 0px 0px 3px color-mix(in srgb, var(--colors--border\.-primary\.-lighter) 20%, transparent);
}

  .focus\:c_Text\.Gray\.Darker:is(:focus, [data-focus]) {
    color: var(--colors--text\.-gray\.-darker);
}

  .focus\:c_Text\.Error\.Darker:is(:focus, [data-focus]) {
    color: var(--colors--text\.-error\.-darker);
}

  .focus\:bx-sh_inset_0_0_0_1\.5px_\{colors\.Border\.Error\.Lighter\}\,_0px_0px_0px_3px_color-mix\(in_srgb\,_\{colors\.Background\.Error\.Default\}_20\%\,_transparent\):is(:focus, [data-focus]) {
    box-shadow: inset 0 0 0 1.5px var(--colors--border\.-error\.-lighter), 0px 0px 0px 3px color-mix(in srgb, var(--colors--background\.-error\.-default) 20%, transparent);
}

  .focus\:c_Text\.Gray\.Default:is(:focus, [data-focus]) {
    color: var(--colors--text\.-gray\.-default);
}

  .focus\:bx-sh_0px_0px_0px_3px_color-mix\(in_srgb\,_\{colors\.Border\.Gray\.Subtle\}_20\%\,_transparent\):is(:focus, [data-focus]) {
    box-shadow: 0px 0px 0px 3px color-mix(in srgb, var(--colors--border\.-gray\.-subtle) 20%, transparent);
}

  .focus\:cursor_not-allowed:is(:focus, [data-focus]) {
    cursor: not-allowed;
}

  .focus\:c_Text\.Primary\.Darker:is(:focus, [data-focus]) {
    color: var(--colors--text\.-primary\.-darker);
}

  .focus\:c_0:is(:focus, [data-focus]) {
    color: 0;
}

  .focus\:bg-c_0:is(:focus, [data-focus]) {
    background-color: 0;
}

  .focus\:bx-sh_0:is(:focus, [data-focus]) {
    box-shadow: 0;
}

  .focus\:bx-sh_inset_0_0_0_1\.5px_\{colors\.Border\.White\.Lighter\}:is(:focus, [data-focus]) {
    box-shadow: inset 0 0 0 1.5px var(--colors--border\.-white\.-lighter);
}

  .focusVisible\:bx-sh_inset_0_0_0_2px_\{colors\.Border\.Primary\.Default\}:is(:focus-visible, [data-focus-visible]) {
    box-shadow: inset 0 0 0 2px var(--colors--border\.-primary\.-default);
}

  .hover\:bg_\#827533:is(:hover, [data-hover]) {
    background: #827533;
}

  .hover\:bg_radial-gradient\(48\.26\%_43\.94\%_at_98\.12\%_97\.67\%\,_\#f5f4f0_0\%\,_\{colors\.Background\.White\.Default\}_100\%\):is(:hover, [data-hover]) {
    background: radial-gradient(48.26% 43.94% at 98.12% 97.67%, #f5f4f0 0%, var(--colors--background\.-white\.-default) 100%);
}

  .hover\:bg_Background\.Primary\.Default:is(:hover, [data-hover]) {
    background: var(--colors--background\.-primary\.-default);
}

  .hover\:bg_radial-gradient\(48\.26\%_43\.94\%_at_98\.12\%_97\.67\%\,_\{colors\.Shape\.Primary\.Subtle\}_0\%\,_\{colors\.Background\.White\.Default\}_100\%\):is(:hover, [data-hover]) {
    background: radial-gradient(48.26% 43.94% at 98.12% 97.67%, var(--colors--shape\.-primary\.-subtle) 0%, var(--colors--background\.-white\.-default) 100%);
}

  .hover\:bg_Background\.Error\.Subtle:is(:hover, [data-hover]) {
    background: var(--colors--background\.-error\.-subtle);
}

  .hover\:bg_Background\.White\.Subtle:is(:hover, [data-hover]) {
    background: var(--colors--background\.-white\.-subtle);
}

  .hover\:bg_\{colors\.Background\.Disabled\.Subtle\}:is(:hover, [data-hover]) {
    background: var(--colors--background\.-disabled\.-subtle);
}

  .hover\:bg_rgba\(41\,_43\,_46\,_0\.2\):is(:hover, [data-hover]) {
    background: rgba(41, 43, 46, 0.2);
}

  .hover\:bg_rgba\(255\,_79\,_0\,_0\.2\):is(:hover, [data-hover]) {
    background: rgba(255, 79, 0, 0.2);
}

  .hover\:bg_rgba\(0\,_204\,_204\,_0\.2\):is(:hover, [data-hover]) {
    background: rgba(0, 204, 204, 0.2);
}

  .hover\:bg_rgba\(255\,_205\,_0\,_0\.2\):is(:hover, [data-hover]) {
    background: rgba(255, 205, 0, 0.2);
}

  .hover\:bg_rgba\(23\,_145\,_207\,_0\.2\):is(:hover, [data-hover]) {
    background: rgba(23, 145, 207, 0.2);
}

  .hover\:bg_Background\.Supplementary\.Subtle:is(:hover, [data-hover]) {
    background: var(--colors--background\.-supplementary\.-subtle);
}

  .\[\&\:hover\]\:bg_linear-gradient\(168deg\,_rgb\(255\,_255\,_255\)_57\%\,_rgb\(255\,_237\,_230\)_84\%\):hover {
    background: linear-gradient(168deg, rgb(255, 255, 255) 57%, rgb(255, 237, 230) 84%);
}

  .\[\&\:hover\]\:bg_radial-gradient\(48\.26\%_43\.94\%_at_98\.12\%_97\.67\%\,_rgb\(255\,_237\,_230\)_0\%\,_rgb\(255\,_255\,_255\)_100\%\):hover {
    background: radial-gradient(48.26% 43.94% at 98.12% 97.67%, rgb(255, 237, 230) 0%, rgb(255, 255, 255) 100%);
}

  .hover\:bg_linear-gradient\(148deg\,_\{colors\.Background\.White\.Default\}_57\%\,_\{colors\.Background\.Primary\.Subtle\}_84\%\):is(:hover, [data-hover]) {
    background: linear-gradient(148deg, var(--colors--background\.-white\.-default) 57%, var(--colors--background\.-primary\.-subtle) 84%);
}

  .hover\:bg_linear-gradient\(168deg\,_\{colors\.Background\.White\.Default\}_57\%\,_\{colors\.Background\.Primary\.Subtle\}_84\%\):is(:hover, [data-hover]) {
    background: linear-gradient(168deg, var(--colors--background\.-white\.-default) 57%, var(--colors--background\.-primary\.-subtle) 84%);
}

  .\[\&\:hover\]\:bg_\{colors\.Background\.Disabled\.Subtle\}\!:hover {
    background: var(--colors--background\.-disabled\.-subtle) !important;
}

  .hover\:bg_linear-gradient\(147deg\,_\{colors\.Background\.White\.Default\}_50\%\,_\{colors\.Background\.Primary\.Subtle\}_80\%\):is(:hover, [data-hover]) {
    background: linear-gradient(147deg, var(--colors--background\.-white\.-default) 50%, var(--colors--background\.-primary\.-subtle) 80%);
}

  .hover\:bg_linear-gradient\(147deg\,_\{colors\.Background\.White\.Default\}_50\%\,_\{colors\.Background\.Secondary\.Subtle\}_80\%\):is(:hover, [data-hover]) {
    background: linear-gradient(147deg, var(--colors--background\.-white\.-default) 50%, var(--colors--background\.-secondary\.-subtle) 80%);
}

  .\[\&\:hover\]\:bg_linear-gradient\(147deg\,_rgb\(255\,_255\,_255\)_50\%\,_rgb\(255\,_237\,_230\)_80\%\):hover {
    background: linear-gradient(147deg, rgb(255, 255, 255) 50%, rgb(255, 237, 230) 80%);
}

  .hover\:bg_Background\.White\.Default:is(:hover, [data-hover]) {
    background: var(--colors--background\.-white\.-default);
}

  .hover\:bg_var\(--Gray-G10\):is(:hover, [data-hover]) {
    background: var(--Gray-G10);
}

  .hover\:td_underline:is(:hover, [data-hover]) {
    text-decoration: underline;
}

  .hover\:td_none:is(:hover, [data-hover]) {
    text-decoration: none;
}

  .hover\:bd-c_Border\.White\.Default:is(:hover, [data-hover]) {
    border-color: var(--colors--border\.-white\.-default);
}

  .hover\:bdr_4px:is(:hover, [data-hover]) {
    border-radius: 4px;
}

  .hover\:op_100\%:is(:hover, [data-hover]) {
    opacity: 100%;
}

  .hover\:bg-c_Background\.White\.Lighter:is(:hover, [data-hover]) {
    background-color: var(--colors--background\.-white\.-lighter);
}

  .hover\:c_Text\.Gray\.Default:is(:hover, [data-hover]) {
    color: var(--colors--text\.-gray\.-default);
}

  .hover\:bg-c_Background\.Error\.Subtle:is(:hover, [data-hover]) {
    background-color: var(--colors--background\.-error\.-subtle);
}

  .hover\:c_Text\.Error\.Default:is(:hover, [data-hover]) {
    color: var(--colors--text\.-error\.-default);
}

  .hover\:bx-sh_0px_0px_0px_3px_color-mix\(in_srgb\,_\#827533_20\%\,_transparent\):is(:hover, [data-hover]) {
    box-shadow: 0px 0px 0px 3px color-mix(in srgb, #827533 20%, transparent);
}

  .hover\:bx-sh_inset_0_0_0_1\.5px_\#827533\,_0px_0px_0px_3px_color-mix\(in_srgb\,_\#d9d6c6_20\%\,_transparent\):is(:hover, [data-hover]) {
    box-shadow: inset 0 0 0 1.5px #827533, 0px 0px 0px 3px color-mix(in srgb, #d9d6c6 20%, transparent);
}

  .hover\:bx-sh_0px_0px_0px_3px_color-mix\(in_srgb\,_\{colors\.Background\.Primary\.Default\}_20\%\,_transparent\):is(:hover, [data-hover]) {
    box-shadow: 0px 0px 0px 3px color-mix(in srgb, var(--colors--background\.-primary\.-default) 20%, transparent);
}

  .hover\:bx-sh_inset_0_0_0_1\.5px_\{colors\.Border\.Primary\.Lighter\}\,_0px_0px_0px_3px_color-mix\(in_srgb\,_\{colors\.Border\.Primary\.Lighter\}_20\%\,_transparent\):is(:hover, [data-hover]) {
    box-shadow: inset 0 0 0 1.5px var(--colors--border\.-primary\.-lighter), 0px 0px 0px 3px color-mix(in srgb, var(--colors--border\.-primary\.-lighter) 20%, transparent);
}

  .hover\:c_Text\.Gray\.Darker:is(:hover, [data-hover]) {
    color: var(--colors--text\.-gray\.-darker);
}

  .hover\:c_Text\.Error\.Darker:is(:hover, [data-hover]) {
    color: var(--colors--text\.-error\.-darker);
}

  .hover\:bx-sh_inset_0_0_0_1\.5px_\{colors\.Border\.Error\.Lighter\}\,_0px_0px_0px_3px_color-mix\(in_srgb\,_\{colors\.Background\.Error\.Default\}_20\%\,_transparent\):is(:hover, [data-hover]) {
    box-shadow: inset 0 0 0 1.5px var(--colors--border\.-error\.-lighter), 0px 0px 0px 3px color-mix(in srgb, var(--colors--background\.-error\.-default) 20%, transparent);
}

  .hover\:bx-sh_inset_0_0_0_1\.5px_\{colors\.Border\.Gray\.Lighter\}\,_0px_0px_0px_3px_color-mix\(in_srgb\,_\{colors\.Border\.Gray\.Subtle\}_20\%\,_transparent\):is(:hover, [data-hover]) {
    box-shadow: inset 0 0 0 1.5px var(--colors--border\.-gray\.-lighter), 0px 0px 0px 3px color-mix(in srgb, var(--colors--border\.-gray\.-subtle) 20%, transparent);
}

  .hover\:cursor_not-allowed:is(:hover, [data-hover]) {
    cursor: not-allowed;
}

  .hover\:bg-c_Background\.Secondary\.Darker:is(:hover, [data-hover]) {
    background-color: var(--colors--background\.-secondary\.-darker);
}

  .hover\:bx-sh_inset_0_0_0_1\.5px_\{colors\.Background\.Secondary\.Darker\}:is(:hover, [data-hover]) {
    box-shadow: inset 0 0 0 1.5px var(--colors--background\.-secondary\.-darker);
}

  .hover\:bg-c_Background\.White\.Subtle:is(:hover, [data-hover]) {
    background-color: var(--colors--background\.-white\.-subtle);
}

  .hover\:bx-sh_inset_0_0_0_1\.5px_\{colors\.Border\.Gray\.Default\}:is(:hover, [data-hover]) {
    box-shadow: inset 0 0 0 1.5px var(--colors--border\.-gray\.-default);
}

  .hover\:c_Text\.Primary\.Darker:is(:hover, [data-hover]) {
    color: var(--colors--text\.-primary\.-darker);
}

  .hover\:c_Text\.Disable\.Default:is(:hover, [data-hover]) {
    color: var(--colors--text\.-disable\.-default);
}

  .hover\:bg-c_Background\.White\.Default:is(:hover, [data-hover]) {
    background-color: var(--colors--background\.-white\.-default);
}

  .hover\:bx-sh_inset_0_0_0_1\.5px_\{colors\.Border\.Secondary\.Lighter\}\,_0px_0px_0px_3px_color-mix\(in_srgb\,_\{colors\.Border\.Secondary\.Lighter\}_20\%\,_transparent\):is(:hover, [data-hover]) {
    box-shadow: inset 0 0 0 1.5px var(--colors--border\.-secondary\.-lighter), 0px 0px 0px 3px color-mix(in srgb, var(--colors--border\.-secondary\.-lighter) 20%, transparent);
}

  .hover\:filter_brightness\(0\.9\):is(:hover, [data-hover]) {
    filter: brightness(0.9);
}

  .hover\:cursor_pointer:is(:hover, [data-hover]) {
    cursor: pointer;
}

  .hover\:cursor_default:is(:hover, [data-hover]) {
    cursor: default;
}

  .hover\:filter_none:is(:hover, [data-hover]) {
    filter: none;
}

  .hover\:c_Text\.White\.Default:is(:hover, [data-hover]) {
    color: var(--colors--text\.-white\.-default);
}

  .\[\&_\.react-datepicker__month-text\:hover\,_\&_\.react-datepicker__day-text\:hover\,_\&_\.react-datepicker__year-text\:hover\]\:c_\{colors\.Text\.Gray\.Darker\}\! .react-datepicker__month-text:hover,.\[\&_\.react-datepicker__month-text\:hover\,_\&_\.react-datepicker__day-text\:hover\,_\&_\.react-datepicker__year-text\:hover\]\:c_\{colors\.Text\.Gray\.Darker\}\! .react-datepicker__day-text:hover,.\[\&_\.react-datepicker__month-text\:hover\,_\&_\.react-datepicker__day-text\:hover\,_\&_\.react-datepicker__year-text\:hover\]\:c_\{colors\.Text\.Gray\.Darker\}\! .react-datepicker__year-text:hover {
    color: var(--colors--text\.-gray\.-darker) !important;
}

  .\[\&_\.react-datepicker__month-text\:hover\,_\&_\.react-datepicker__day-text\:hover\,_\&_\.react-datepicker__year-text\:hover\]\:bg-c_\{colors\.Background\.Primary\.Subtle\}\! .react-datepicker__month-text:hover,.\[\&_\.react-datepicker__month-text\:hover\,_\&_\.react-datepicker__day-text\:hover\,_\&_\.react-datepicker__year-text\:hover\]\:bg-c_\{colors\.Background\.Primary\.Subtle\}\! .react-datepicker__day-text:hover,.\[\&_\.react-datepicker__month-text\:hover\,_\&_\.react-datepicker__day-text\:hover\,_\&_\.react-datepicker__year-text\:hover\]\:bg-c_\{colors\.Background\.Primary\.Subtle\}\! .react-datepicker__year-text:hover {
    background-color: var(--colors--background\.-primary\.-subtle) !important;
}

  .\[\&_\.react-datepicker__day\:hover\]\:c_\{colors\.Text\.Gray\.Darker\}\! .react-datepicker__day:hover {
    color: var(--colors--text\.-gray\.-darker) !important;
}

  .\[\&_\.react-datepicker__day\:hover\]\:bg-c_\{colors\.Background\.Primary\.Subtle\}\! .react-datepicker__day:hover {
    background-color: var(--colors--background\.-primary\.-subtle) !important;
}

  .\[\&_\.react-datepicker__day\:hover\]\:bx-sh_none\! .react-datepicker__day:hover {
    box-shadow: none !important;
}

  .hover\:bx-sh_inset_0_0_0_1\.5px_\{colors\.Border\.Primary\.Subtle\}:is(:hover, [data-hover]) {
    box-shadow: inset 0 0 0 1.5px var(--colors--border\.-primary\.-subtle);
}

  .hover\:bx-sh_inset_0_0_0_1\.5px_\{colors\.Border\.Error\.Lighter\}:is(:hover, [data-hover]) {
    box-shadow: inset 0 0 0 1.5px var(--colors--border\.-error\.-lighter);
}

  .hover\:bg-c_Background\.Disabled\.Subtle:is(:hover, [data-hover]) {
    background-color: var(--colors--background\.-disabled\.-subtle);
}

  .hover\:bx-sh_inset_0_0_0_1\.5px_\{colors\.Border\.Disabled\.Disable\}:is(:hover, [data-hover]) {
    box-shadow: inset 0 0 0 1.5px var(--colors--border\.-disabled\.-disable);
}

  .hover\:bx-sh_inset_0_0_0_1\.5px_\{colors\.Border\.Secondary\.Lighter\}:is(:hover, [data-hover]) {
    box-shadow: inset 0 0 0 1.5px var(--colors--border\.-secondary\.-lighter);
}

  .hover\:bx-sh_inset_0_0_0_1\.5px_\{colors\.Border\.White\.Lighter\}:is(:hover, [data-hover]) {
    box-shadow: inset 0 0 0 1.5px var(--colors--border\.-white\.-lighter);
}

  .hover\:c_Text\.Primary\.Default:is(:hover, [data-hover]) {
    color: var(--colors--text\.-primary\.-default);
}

  .\[\&\:hover\]\:bx-sh_rgb\(255\,_153\,_107\)_0px_0px_0px_1\.5px_inset\,_rgba\(255\,_153\,_107\,_0\.2\)_0px_0px_0px_3px:hover {
    box-shadow: rgb(255, 153, 107) 0px 0px 0px 1.5px inset, rgba(255, 153, 107, 0.2) 0px 0px 0px 3px;
}

  .hover\:bx-sh_inset_0_0_0_1\.5px_\{colors\.Border\.Primary\.Subtle\}\,_0px_0px_0px_3px_color-mix\(in_srgb\,_\{colors\.Border\.Primary\.Subtle\}_20\%\,_transparent\):is(:hover, [data-hover]) {
    box-shadow: inset 0 0 0 1.5px var(--colors--border\.-primary\.-subtle), 0px 0px 0px 3px color-mix(in srgb, var(--colors--border\.-primary\.-subtle) 20%, transparent);
}

  .hover\:bg-c_rgba\(143\,_146\,_149\,_0\.2000\):is(:hover, [data-hover]) {
    background-color: rgba(143, 146, 149, 0.2000);
}

  .\[\&\:hover\]\:bx-sh_inset_0_0_0_1\.5px_\{colors\.Border\.Disabled\.Disable\}\!:hover {
    box-shadow: inset 0 0 0 1.5px var(--colors--border\.-disabled\.-disable) !important;
}

  .\[\&\:hover\]\:c_rgb\(78\,_82\,_88\):hover {
    color: rgb(78, 82, 88);
}

  .hover\:bx-sh_var\(--elevation-S\):is(:hover, [data-hover]) {
    box-shadow: var(--elevation-S);
}

  .hover\:bx-sh_inset_0_0_0_1\.5px_\{colors\.Border\.Gray\.Lighter\}\,_0px_0px_0px_0px_rgba\(0\,0\,0\,0\):is(:hover, [data-hover]) {
    box-shadow: inset 0 0 0 1.5px var(--colors--border\.-gray\.-lighter), 0px 0px 0px 0px rgba(0,0,0,0);
}

  .hover\:bx-sh_inset_0_0_0_1\.5px_\{colors\.Border\.Error\.Lighter\}\,_0px_0px_0px_0px_rgba\(0\,0\,0\,0\):is(:hover, [data-hover]) {
    box-shadow: inset 0 0 0 1.5px var(--colors--border\.-error\.-lighter), 0px 0px 0px 0px rgba(0,0,0,0);
}

  .hover\:bx-sh_inset_0_0_0_1\.5px_\{colors\.Border\.Secondary\.Lighter\}\,_0px_0px_0px_0px_rgba\(0\,0\,0\,0\):is(:hover, [data-hover]) {
    box-shadow: inset 0 0 0 1.5px var(--colors--border\.-secondary\.-lighter), 0px 0px 0px 0px rgba(0,0,0,0);
}

  .hover\:bx-sh_inset_0_0_0_1\.5px_\{colors\.Border\.Disabled\.Disable\}\,_0px_0px_0px_0px_rgba\(0\,0\,0\,0\):is(:hover, [data-hover]) {
    box-shadow: inset 0 0 0 1.5px var(--colors--border\.-disabled\.-disable), 0px 0px 0px 0px rgba(0,0,0,0);
}

  .hover\:pl_4px:is(:hover, [data-hover]) {
    padding-left: 4px;
}

  .hover\:pr_4px:is(:hover, [data-hover]) {
    padding-right: 4px;
}

  .active\:bg_\#615726:is(:active, [data-active]) {
    background: #615726;
}

  .active\:bg_\#f5f4f0:is(:active, [data-active]) {
    background: #f5f4f0;
}

  .active\:bg_Background\.Primary\.Darker:is(:active, [data-active]) {
    background: var(--colors--background\.-primary\.-darker);
}

  .active\:bg_Shape\.Primary\.Subtle:is(:active, [data-active]) {
    background: var(--colors--shape\.-primary\.-subtle);
}

  .active\:bg_Background\.Error\.Subtle:is(:active, [data-active]) {
    background: var(--colors--background\.-error\.-subtle);
}

  .active\:bg_Background\.White\.Lighter:is(:active, [data-active]) {
    background: var(--colors--background\.-white\.-lighter);
}

  .active\:bg_\{colors\.Background\.Disabled\.Subtle\}:is(:active, [data-active]) {
    background: var(--colors--background\.-disabled\.-subtle);
}

  .active\:bg_linear-gradient\(148deg\,_\{colors\.Background\.White\.Default\}_57\%\,_\{colors\.Background\.Primary\.Subtle\}_84\%\):is(:active, [data-active]) {
    background: linear-gradient(148deg, var(--colors--background\.-white\.-default) 57%, var(--colors--background\.-primary\.-subtle) 84%);
}

  .active\:bg_linear-gradient\(168deg\,_\{colors\.Background\.White\.Default\}_57\%\,_\{colors\.Background\.Primary\.Subtle\}_84\%\):is(:active, [data-active]) {
    background: linear-gradient(168deg, var(--colors--background\.-white\.-default) 57%, var(--colors--background\.-primary\.-subtle) 84%);
}

  .active\:td_underline:is(:active, [data-active]) {
    text-decoration: underline;
}

  .active\:td_none:is(:active, [data-active]) {
    text-decoration: none;
}

  .active\:bg-c_Background\.White\.Subtle:is(:active, [data-active]) {
    background-color: var(--colors--background\.-white\.-subtle);
}

  .active\:c_Text\.Gray\.Default:is(:active, [data-active]) {
    color: var(--colors--text\.-gray\.-default);
}

  .active\:bx-sh_none:is(:active, [data-active]) {
    box-shadow: none;
}

  .active\:c_Text\.Gray\.Darker:is(:active, [data-active]) {
    color: var(--colors--text\.-gray\.-darker);
}

  .active\:c_Text\.Error\.Darker:is(:active, [data-active]) {
    color: var(--colors--text\.-error\.-darker);
}

  .active\:bx-sh_inset_0_0_0_1\.5px_\{colors\.Border\.Error\.Darker\}:is(:active, [data-active]) {
    box-shadow: inset 0 0 0 1.5px var(--colors--border\.-error\.-darker);
}

  .active\:c_Background\.Gray\.Default:is(:active, [data-active]) {
    color: var(--colors--background\.-gray\.-default);
}

  .active\:bx-sh_inset_0_0_0_1\.5px_\{colors\.Border\.Gray\.Lighter\}:is(:active, [data-active]) {
    box-shadow: inset 0 0 0 1.5px var(--colors--border\.-gray\.-lighter);
}

  .active\:bg-c_Background\.Secondary\.High_darker:is(:active, [data-active]) {
    background-color: var(--colors--background\.-secondary\.-high_darker);
}

  .active\:bx-sh_inset_0_0_0_1\.5px_\{colors\.Background\.Secondary\.High_darker\}\,_0px_0px_0px_3px_color-mix\(in_srgb\,_\{colors\.Border\.Secondary\.Lighter\}_20\%\,_transparent\):is(:active, [data-active]) {
    box-shadow: inset 0 0 0 1.5px var(--colors--background\.-secondary\.-high_darker), 0px 0px 0px 3px color-mix(in srgb, var(--colors--border\.-secondary\.-lighter) 20%, transparent);
}

  .active\:bg-c_Background\.Secondary\.Subtle:is(:active, [data-active]) {
    background-color: var(--colors--background\.-secondary\.-subtle);
}

  .active\:bx-sh_inset_0_0_0_1\.5px_\{colors\.Border\.Secondary\.Lighter\}\,_0px_0px_0px_3px_color-mix\(in_srgb\,_\{colors\.Border\.Secondary\.Lighter\}_20\%\,_transparent\):is(:active, [data-active]) {
    box-shadow: inset 0 0 0 1.5px var(--colors--border\.-secondary\.-lighter), 0px 0px 0px 3px color-mix(in srgb, var(--colors--border\.-secondary\.-lighter) 20%, transparent);
}

  .active\:c_Text\.Primary\.High_darker:is(:active, [data-active]) {
    color: var(--colors--text\.-primary\.-high_darker);
}

  .active\:c_Text\.Disable\.Default:is(:active, [data-active]) {
    color: var(--colors--text\.-disable\.-default);
}

  .\[\&_\.react-datepicker__month-text\:active\,_\&_\.react-datepicker__day-text\:active\]\:c_\{colors\.Text\.Gray\.Darker\}\! .react-datepicker__month-text:active,.\[\&_\.react-datepicker__month-text\:active\,_\&_\.react-datepicker__day-text\:active\]\:c_\{colors\.Text\.Gray\.Darker\}\! .react-datepicker__day-text:active {
    color: var(--colors--text\.-gray\.-darker) !important;
}

  .\[\&_\.react-datepicker__month-text\:active\,_\&_\.react-datepicker__day-text\:active\]\:bg-c_Background\.Primary\.Subtle .react-datepicker__month-text:active,.\[\&_\.react-datepicker__month-text\:active\,_\&_\.react-datepicker__day-text\:active\]\:bg-c_Background\.Primary\.Subtle .react-datepicker__day-text:active {
    background-color: var(--colors--background\.-primary\.-subtle);
}

  .\[\&_\.react-datepicker__month-text\:active\,_\&_\.react-datepicker__day-text\:active\]\:bx-sh_inset_0_0_0_1\.5px_\{colors\.Border\.Primary\.Lighter\} .react-datepicker__month-text:active,.\[\&_\.react-datepicker__month-text\:active\,_\&_\.react-datepicker__day-text\:active\]\:bx-sh_inset_0_0_0_1\.5px_\{colors\.Border\.Primary\.Lighter\} .react-datepicker__day-text:active {
    box-shadow: inset 0 0 0 1.5px var(--colors--border\.-primary\.-lighter);
}

  .\[\&_\.react-datepicker__day\:active\]\:c_Text\.Gray\.Darker .react-datepicker__day:active {
    color: var(--colors--text\.-gray\.-darker);
}

  .\[\&_\.react-datepicker__day\:active\]\:bg-c_Background\.Primary\.Subtle .react-datepicker__day:active {
    background-color: var(--colors--background\.-primary\.-subtle);
}

  .\[\&_\.react-datepicker__day\:active\]\:bx-sh_inset_0_0_0_1\.5px_\{colors\.Border\.Primary\.Lighter\} .react-datepicker__day:active {
    box-shadow: inset 0 0 0 1.5px var(--colors--border\.-primary\.-lighter);
}

  .active\:bg-c_Background\.Disabled\.Subtle:is(:active, [data-active]) {
    background-color: var(--colors--background\.-disabled\.-subtle);
}

  .active\:bx-sh_inset_0_0_0_1\.5px_\{colors\.Border\.Disabled\.Disable\}:is(:active, [data-active]) {
    box-shadow: inset 0 0 0 1.5px var(--colors--border\.-disabled\.-disable);
}

  .active\:bg-c_Background\.White\.Default:is(:active, [data-active]) {
    background-color: var(--colors--background\.-white\.-default);
}

  .active\:bx-sh_inset_0_0_0_1\.5px_\{colors\.Border\.Primary\.Subtle\}\,_0px_0px_0px_3px_color-mix\(in_srgb\,_\{colors\.Background\.Primary\.Default\}_20\%\,_transparent\):is(:active, [data-active]) {
    box-shadow: inset 0 0 0 1.5px var(--colors--border\.-primary\.-subtle), 0px 0px 0px 3px color-mix(in srgb, var(--colors--background\.-primary\.-default) 20%, transparent);
}

  .active\:bx-sh_inset_0_0_0_1\.5px_\{colors\.Border\.Error\.Lighter\}\,_0px_0px_0px_3px_color-mix\(in_srgb\,_\{colors\.Background\.Error\.Default\}_20\%\,_transparent\):is(:active, [data-active]) {
    box-shadow: inset 0 0 0 1.5px var(--colors--border\.-error\.-lighter), 0px 0px 0px 3px color-mix(in srgb, var(--colors--background\.-error\.-default) 20%, transparent);
}

  .active\:bx-sh_inset_0_0_0_1\.5px_\{colors\.Border\.White\.Lighter\}:is(:active, [data-active]) {
    box-shadow: inset 0 0 0 1.5px var(--colors--border\.-white\.-lighter);
}

  .\[\&\:active\]\:c_Text\.Primary\.Darker:active {
    color: var(--colors--text\.-primary\.-darker);
}

  .active\:bx-sh_inset_0_0_0_1\.5px_\{colors\.Border\.Primary\.Lighter\}\,_0px_0px_0px_3px_color-mix\(in_srgb\,_\{colors\.Border\.Primary\.Lighter\}_20\%\,_transparent\):is(:active, [data-active]) {
    box-shadow: inset 0 0 0 1.5px var(--colors--border\.-primary\.-lighter), 0px 0px 0px 3px color-mix(in srgb, var(--colors--border\.-primary\.-lighter) 20%, transparent);
}

  .active\:bg-c_Background\.Primary\.Subtle:is(:active, [data-active]) {
    background-color: var(--colors--background\.-primary\.-subtle);
}

  .\[\&_a\]\:\[\&\:hover\]\:bd_none a:hover {
    border: none;
}

  .\[\&_\.react-datepicker\]\:\[\&_\.selector\:\:-webkit-scrollbar\]\:bdr_var\(--radius12\) .react-datepicker .selector::-webkit-scrollbar {
    border-radius: var(--radius12);
}

  .\[\&_\>_\*\]\:\[\&\:first-child\]\:bd-r_solid_1\.5px_\{colors\.Border\.White\.Lighter\}\! > *:first-child {
    border-right: solid 1.5px var(--colors--border\.-white\.-lighter) !important;
}

  .last\:after\:d_none\!:last-child::after {
    display: none !important;
}

  .\[\&_\>_span\]\:\[\&_\>_\*_path\]\:fill_Shape\.Disable\.Default > span > * path {
    fill: var(--colors--shape\.-disable\.-default);
}

  .\[\&_\>_div\]\:\[\&_\.trackerTitle\]\:z_1 > div .trackerTitle {
    z-index: 1;
}

  .\[\&_\>_div\]\:\[\&_\.trackerTitle\]\:pos_relative > div .trackerTitle {
    position: relative;
}

  .\[\&_\>_div\]\:\[\&_\.trackerTitle\]\:c_Text\.Disable\.Default > div .trackerTitle {
    color: var(--colors--text\.-disable\.-default);
}

  .\[\&_\>_div\]\:\[\&_\.trackerTitle\]\:d_inline-block > div .trackerTitle {
    display: inline-block;
}

  .\[\&_\>_div\]\:\[\&_\.trackerDescription\]\:c_Text\.Disable\.Default > div .trackerDescription {
    color: var(--colors--text\.-disable\.-default);
}

  .\[\&_\>_span\]\:\[\&_\>_\*_path\]\:fill_Shape\.White\.Default > span > * path {
    fill: var(--colors--shape\.-white\.-default);
}

  .\[\&_\>_div\]\:\[\&_\.trackerTitle\]\:c_Text\.Gray\.Default > div .trackerTitle {
    color: var(--colors--text\.-gray\.-default);
}

  .\[\&_\>_div\]\:\[\&_\.trackerDescription\]\:c_Text\.Gray\.Subtle > div .trackerDescription {
    color: var(--colors--text\.-gray\.-subtle);
}

  .\[\&_\+_\#optimusTrackerBody\]\:after\:content_\'\' + #optimusTrackerBody::after {
    content: '';
}

  .\[\&_\+_\#optimusTrackerBody\]\:after\:pos_absolute + #optimusTrackerBody::after {
    position: absolute;
}

  .\[\&_\+_\#optimusTrackerBody\]\:after\:z_3 + #optimusTrackerBody::after {
    z-index: 3;
}

  .\[\&_\+_\#optimusTrackerBody\]\:after\:d_block + #optimusTrackerBody::after {
    display: block;
}

  .\[\&_\+_\#optimusTrackerBody\]\:after\:bg-c_Background\.Primary\.Default + #optimusTrackerBody::after {
    background-color: var(--colors--background\.-primary\.-default);
}

  .\[\&_\>_div\]\:\[\&_\.trackerTitle\]\:c_Text\.Secondary\.Darker > div .trackerTitle {
    color: var(--colors--text\.-secondary\.-darker);
}

  .\[\&_\+_\#optimusTrackerBody\]\:after\:bg-c_Background\.Secondary\.Default + #optimusTrackerBody::after {
    background-color: var(--colors--background\.-secondary\.-default);
}

  .\[\&_\>_div\]\:\[\&_\.trackerTitle\]\:c_Text\.Error\.Darker > div .trackerTitle {
    color: var(--colors--text\.-error\.-darker);
}

  .\[\&_\+_\#optimusTrackerBody\]\:after\:d_none\! + #optimusTrackerBody::after {
    display: none !important;
}

  .\[\&_a\]\:\[\&\:hover\]\:bx-sh_none a:hover {
    box-shadow: none;
}

  .\[\&\[data-selected\=\"true\"\]\]\:\[\&_\>_\*_path\]\:fill_Shape\.Primary\.Darker[data-selected="true"] > * path {
    fill: var(--colors--shape\.-primary\.-darker);
}

  .\[\&\[data-selected\=\"false\"\]\]\:\[\&_\>_\*_path\]\:fill_Shape\.Gray\.Gentle[data-selected="false"] > * path {
    fill: var(--colors--shape\.-gray\.-gentle);
}

  .\[\&_\#nameBeneficiary\]\:\[\&_\>_p\]\:tt_capitalize #nameBeneficiary > p {
    text-transform: capitalize;
}

  .\[\&_\>_span\]\:\[\&_svg\]\:w_20px > span svg {
    width: 20px;
}

  .\[\&_\>_span\]\:\[\&_svg\]\:h_20px > span svg {
    height: 20px;
}

  .\[\&_\+_\#optimusTrackerBody\]\:after\:top_-12px + #optimusTrackerBody::after {
    top: -12px;
}

  .\[\&_\+_\#optimusTrackerBody\]\:after\:left_15px + #optimusTrackerBody::after {
    left: 15px;
}

  .\[\&_\+_\#optimusTrackerBody\]\:after\:h_97\% + #optimusTrackerBody::after {
    height: 97%;
}

  .\[\&_\+_\#optimusTrackerBody\]\:after\:w_1\.5px + #optimusTrackerBody::after {
    width: 1.5px;
}

  .visited\:\[\&_\>_\*_path\]\:fill_Text\.Supplementary\.Default:visited > * path {
    fill: var(--colors--text\.-supplementary\.-default);
}

  .visited\:\[\&_\>_\*_path\]\:fill_Text\.Disable\.Default:visited > * path {
    fill: var(--colors--text\.-disable\.-default);
}

  .focusWithin\:\[\&_\>_div\]\:op_1:focus-within > div {
    opacity: 1;
}

  .focusWithin\:\[\&_\>_\*_path\]\:fill_Shape\.Gray\.Lighter:focus-within > * path {
    fill: var(--colors--shape\.-gray\.-lighter);
}

  .focusWithin\:\[\&_\>_\*_path\]\:fill_Shape\.Disable\.Default:focus-within > * path {
    fill: var(--colors--shape\.-disable\.-default);
}

  .focus\:\[\&_\>_\*_path\]\:fill_Shape\.White\.Default:is(:focus, [data-focus]) > * path {
    fill: var(--colors--shape\.-white\.-default);
}

  .focus\:\[\&_\>_\*_path\]\:fill_\#615726:is(:focus, [data-focus]) > * path {
    fill: #615726;
}

  .focus\:\[\&_\>_\*_path\]\:fill_Shape\.Primary\.Darker:is(:focus, [data-focus]) > * path {
    fill: var(--colors--shape\.-primary\.-darker);
}

  .focus\:\[\&_\>_\*_path\]\:fill_Shape\.Gray\.Darker:is(:focus, [data-focus]) > * path {
    fill: var(--colors--shape\.-gray\.-darker);
}

  .focus\:\[\&_\>_\*_path\]\:fill_Shape\.Error\.Darker:is(:focus, [data-focus]) > * path {
    fill: var(--colors--shape\.-error\.-darker);
}

  .focus\:\[\&_\>_\*_path\]\:fill_Shape\.Gray\.Default:is(:focus, [data-focus]) > * path {
    fill: var(--colors--shape\.-gray\.-default);
}

  .focus\:\[\&_\>_\*_path\]\:fill_\{colors\.Shape\.Disable\.Default\}:is(:focus, [data-focus]) > * path {
    fill: var(--colors--shape\.-disable\.-default);
}

  .focus\:\[\&_\>_\*_path\]\:fill_Text\.Primary\.Darker:is(:focus, [data-focus]) > * path {
    fill: var(--colors--text\.-primary\.-darker);
}

  .focus\:\[\&_p\]\:c_Text\.Gray\.Darker:is(:focus, [data-focus]) p {
    color: var(--colors--text\.-gray\.-darker);
}

  .hover\:\[\&_\>_\*_path\]\:fill_Shape\.Gray\.Lighter:is(:hover, [data-hover]) > * path {
    fill: var(--colors--shape\.-gray\.-lighter);
}

  .hover\:\[\&_\>_\*_path\]\:fill_Shape\.Error\.Lighter:is(:hover, [data-hover]) > * path {
    fill: var(--colors--shape\.-error\.-lighter);
}

  .hover\:\[\&_\>_\*_path\]\:fill_Shape\.White\.Default:is(:hover, [data-hover]) > * path {
    fill: var(--colors--shape\.-white\.-default);
}

  .hover\:\[\&_\>_\*_path\]\:fill_\#827533:is(:hover, [data-hover]) > * path {
    fill: #827533;
}

  .hover\:\[\&_\>_\*_path\]\:fill_Shape\.Primary\.Darker:is(:hover, [data-hover]) > * path {
    fill: var(--colors--shape\.-primary\.-darker);
}

  .hover\:\[\&_\>_\*_path\]\:fill_Shape\.Gray\.Darker:is(:hover, [data-hover]) > * path {
    fill: var(--colors--shape\.-gray\.-darker);
}

  .hover\:\[\&_\>_\*_path\]\:fill_Shape\.Error\.Darker:is(:hover, [data-hover]) > * path {
    fill: var(--colors--shape\.-error\.-darker);
}

  .hover\:\[\&_\>_\*_path\]\:fill_Shape\.Error\.Default:is(:hover, [data-hover]) > * path {
    fill: var(--colors--shape\.-error\.-default);
}

  .hover\:\[\&_\>_\*_path\]\:fill_Shape\.Gray\.Default:is(:hover, [data-hover]) > * path {
    fill: var(--colors--shape\.-gray\.-default);
}

  .hover\:\[\&_\>_\*_path\]\:fill_\{colors\.Shape\.Disable\.Default\}:is(:hover, [data-hover]) > * path {
    fill: var(--colors--shape\.-disable\.-default);
}

  .hover\:\[\&_\>_\*_path\]\:fill_transparent:is(:hover, [data-hover]) > * path {
    fill: transparent;
}

  .hover\:\[\&_\>_\*_path\]\:fill_Text\.Primary\.Darker:is(:hover, [data-hover]) > * path {
    fill: var(--colors--text\.-primary\.-darker);
}

  .hover\:\[\&_\>_\*_path\]\:fill_Text\.Disable\.Default:is(:hover, [data-hover]) > * path {
    fill: var(--colors--text\.-disable\.-default);
}

  .hover\:\[\&_\.radio-button-styled\]\:bg-c_Background\.White\.Default:is(:hover, [data-hover]) .radio-button-styled {
    background-color: var(--colors--background\.-white\.-default);
}

  .hover\:\[\&_\.radio-button-styled\]\:bx-sh_inset_0_0_0_1\.5px_\{colors\.Border\.Primary\.Lighter\}\,_0px_0px_0px_3px_color-mix\(in_srgb\,_\{colors\.Border\.Primary\.Lighter\}_20\%\,_transparent\):is(:hover, [data-hover]) .radio-button-styled {
    box-shadow: inset 0 0 0 1.5px var(--colors--border\.-primary\.-lighter), 0px 0px 0px 3px color-mix(in srgb, var(--colors--border\.-primary\.-lighter) 20%, transparent);
}

  .hover\:\[\&_\.radio-button-styled\]\:bx-sh_inset_0_0_0_1\.5px_\{colors\.Border\.Secondary\.Lighter\}\,_0px_0px_0px_3px_color-mix\(in_srgb\,_\{colors\.Border\.Secondary\.Lighter\}_20\%\,_transparent\):is(:hover, [data-hover]) .radio-button-styled {
    box-shadow: inset 0 0 0 1.5px var(--colors--border\.-secondary\.-lighter), 0px 0px 0px 3px color-mix(in srgb, var(--colors--border\.-secondary\.-lighter) 20%, transparent);
}

  .hover\:\[\&_\>_\*_path\]\:fill_Shape\.Disable\.Default:is(:hover, [data-hover]) > * path {
    fill: var(--colors--shape\.-disable\.-default);
}

  .hover\:\[\&_p\]\:c_Text\.Gray\.Darker:is(:hover, [data-hover]) p {
    color: var(--colors--text\.-gray\.-darker);
}

  .hover\:\[\&_\>_\*_path\]\:fill_Shape\.Primary\.Default:is(:hover, [data-hover]) > * path,.\[\&\:hover\]\:\[\&_\#arrow-icon_path\]\:fill_Shape\.Primary\.Default:hover #arrow-icon path {
    fill: var(--colors--shape\.-primary\.-default);
}

  .hover\:\[\&_\.title-card-informative\]\:c_Text\.Primary\.Darker:is(:hover, [data-hover]) .title-card-informative {
    color: var(--colors--text\.-primary\.-darker);
}

  .hover\:\[\&_\[data-content-footer\]_path\]\:fill_\{colors\.Shape\.Primary\.Darker\}:is(:hover, [data-hover]) [data-content-footer] path {
    fill: var(--colors--shape\.-primary\.-darker);
}

  .hover\:\[\&_\[data-content-header\]\]\:c_\{colors\.Text\.Primary\.Darker\}:is(:hover, [data-hover]) [data-content-header] {
    color: var(--colors--text\.-primary\.-darker);
}

  .hover\:\[\&_\[data-content-footer\]_path\]\:fill_\{colors\.Shape\.Secondary\.Darker\}:is(:hover, [data-hover]) [data-content-footer] path {
    fill: var(--colors--shape\.-secondary\.-darker);
}

  .hover\:\[\&_\[data-content-header\]\]\:c_\{colors\.Text\.Secondary\.Darker\}:is(:hover, [data-hover]) [data-content-header] {
    color: var(--colors--text\.-secondary\.-darker);
}

  .active\:\[\&_hr\]\:bg_Background\.Primary\.Subtle:is(:active, [data-active]) hr {
    background: var(--colors--background\.-primary\.-subtle);
}

  .active\:\[\&_\>_\*_path\]\:fill_Shape\.Gray\.Lighter:is(:active, [data-active]) > * path {
    fill: var(--colors--shape\.-gray\.-lighter);
}

  .active\:\[\&_\>_\*_path\]\:fill_Shape\.Gray\.Darker:is(:active, [data-active]) > * path {
    fill: var(--colors--shape\.-gray\.-darker);
}

  .active\:\[\&_\>_\*_path\]\:fill_Background\.Error\.Darker:is(:active, [data-active]) > * path {
    fill: var(--colors--background\.-error\.-darker);
}

  .active\:\[\&_\>_\*_path\]\:fill_Shape\.Gray\.Default:is(:active, [data-active]) > * path {
    fill: var(--colors--shape\.-gray\.-default);
}

  .active\:\[\&_\>_\*_path\]\:fill_Shape\.Secondary\.Default:is(:active, [data-active]) > * path {
    fill: var(--colors--shape\.-secondary\.-default);
}

  .active\:\[\&_\>_\*_path\]\:fill_transparent:is(:active, [data-active]) > * path {
    fill: transparent;
}

  .active\:\[\&_\>_\*_path\]\:fill_Text\.Primary\.High_darker:is(:active, [data-active]) > * path {
    fill: var(--colors--text\.-primary\.-high_darker);
}

  .active\:\[\&_\>_\*_path\]\:fill_Text\.Disable\.Default:is(:active, [data-active]) > * path {
    fill: var(--colors--text\.-disable\.-default);
}

  .active\:\[\&_\>_\*_path\]\:fill_Shape\.Disable\.Default:is(:active, [data-active]) > * path {
    fill: var(--colors--shape\.-disable\.-default);
}

  .active\:\[\&_p\]\:c_Text\.Gray\.Darker:is(:active, [data-active]) p {
    color: var(--colors--text\.-gray\.-darker);
}

  .\[\&\:active\]\:\[\&_\#card-button-title\]\:c_Text\.Primary\.Darker:active #card-button-title {
    color: var(--colors--text\.-primary\.-darker);
}

  .\[\&\:active\]\:\[\&_\#arrow-icon_path\]\:fill_Shape\.Primary\.Darker:active #arrow-icon path {
    fill: var(--colors--shape\.-primary\.-darker);
}

  .active\:\[\&_\.title-card-informative\]\:c_Text\.Primary\.Darker:is(:active, [data-active]) .title-card-informative {
    color: var(--colors--text\.-primary\.-darker);
}

  .active\:\[\&_\>_\*_path\]\:fill_Shape\.Primary\.Default:is(:active, [data-active]) > * path {
    fill: var(--colors--shape\.-primary\.-default);
}

  .active\:\[\&_hr\]\:d_flex:is(:active, [data-active]) hr {
    display: flex;
}

  .\[\&_\#nameBeneficiary\]\:\[\&_\>_p\]\:\[\&_\>_div\]\:d_inline-flex #nameBeneficiary > p > div {
    display: inline-flex;
}

  .\[\&_\#nameBeneficiary\]\:\[\&_\>_p\]\:\[\&_\>_div\]\:pos_relative #nameBeneficiary > p > div {
    position: relative;
}

  .\[\&_\#nameBeneficiary\]\:\[\&_\>_p\]\:\[\&_\>_div\]\:ml_8px #nameBeneficiary > p > div {
    margin-left: 8px;
}

  .\[\&_\#nameBeneficiary\]\:\[\&_\>_p\]\:\[\&_\>_div\]\:top_0\.2em #nameBeneficiary > p > div {
    top: 0.2em;
}

  @media screen and (min-width: 0rem) {
    .xs\:--popover-arrow-width_16px {
      --popover-arrow-width: 16px;
}
    .xs\:--popover-arrow-height_8px {
      --popover-arrow-height: 8px;
}
    .xs\:p_48px_24px {
      padding: 48px 24px;
}
    .xs\:p_0_24px_0_0 {
      padding: 0 24px 0 0;
}
    .xs\:p_16px_20px_16px_24px {
      padding: 16px 20px 16px 24px;
}
    .xs\:p_16px_20px_16px_24px\! {
      padding: 16px 20px 16px 24px !important;
}
    .xs\:p_0px {
      padding: 0px;
}
    .xs\:m_0px {
      margin: 0px;
}
    .xs\:m_16px_0px_0px_0px {
      margin: 16px 0px 0px 0px;
}
    .xs\:gap_16px {
      gap: 16px;
}
    .xs\:ov_hidden {
      overflow: hidden;
}
    .xs\:ov_auto {
      overflow: auto;
}
    .xs\:gap_0 {
      gap: 0;
}
    .xs\:d_flex {
      display: flex;
}
    .xs\:grid-tc_repeat\(1\,_1fr\) {
      grid-template-columns: repeat(1, 1fr);
}
    .xs\:jc_flex-end {
      justify-content: flex-end;
}
    .xs\:flex-d_column-reverse {
      flex-direction: column-reverse;
}
    .xs\:ai_flex-start {
      align-items: flex-start;
}
    .xs\:w_45\% {
      width: 45%;
}
    .xs\:ov-x_scroll {
      overflow-x: scroll;
}
    .xs\:ov-x_hidden {
      overflow-x: hidden;
}
    .xs\:w_48px {
      width: 48px;
}
    .xs\:min-w_48px {
      min-width: 48px;
}
    .xs\:h_48px {
      height: 48px;
}
    .xs\:min-h_48px {
      min-height: 48px;
}
    .xs\:min-w_auto {
      min-width: auto;
}
    .xs\:w_100\% {
      width: 100%;
}
    .xs\:max-w_none {
      max-width: none;
}
    .xs\:w_80\% {
      width: 80%;
}
    .xs\:w_auto {
      width: auto;
}
    .\[\&_\>_\*\]\:xs\:bdr_0px > * {
      border-radius: 0px;
}
}

  @media (min-width: 420px) {
    .\[\@media_\(min-width\:_420px\)\]\:grid-tc_repeat\(2\,_1fr\) {
      grid-template-columns: repeat(2, 1fr);
}
}

  @media screen and (min-width: 48rem) {
    .sm\:--popover-arrow-width_18px {
      --popover-arrow-width: 18px;
}
    .sm\:--popover-arrow-height_10px {
      --popover-arrow-height: 10px;
}
    .sm\:p_0_24px_0_0 {
      padding: 0 24px 0 0;
}
    .sm\:p_16px_20px_16px_24px {
      padding: 16px 20px 16px 24px;
}
    .sm\:p_16px_20px_16px_24px\! {
      padding: 16px 20px 16px 24px !important;
}
    .sm\:p_0px {
      padding: 0px;
}
    .sm\:m_0px {
      margin: 0px;
}
    .sm\:d_none {
      display: none;
}
    .sm\:d_block {
      display: block;
}
    .sm\:flex-d_row {
      flex-direction: row;
}
    .sm\:jc_flex-end {
      justify-content: flex-end;
}
    .sm\:w_40px {
      width: 40px;
}
    .sm\:h_40px {
      height: 40px;
}
    .sm\:min-w_40px {
      min-width: 40px;
}
    .sm\:w_48px {
      width: 48px;
}
    .sm\:min-w_48px {
      min-width: 48px;
}
    .sm\:h_48px {
      height: 48px;
}
    .sm\:min-h_48px {
      min-height: 48px;
}
    .sm\:w_80\% {
      width: 80%;
}
    .sm\:w_auto {
      width: auto;
}
}

  @media (min-width: 1024px) {
    .\[\@media_\(min-width\:_1024px\)\]\:p_0_10px {
      padding: 0 10px;
}
    .\[\@media_\(min-width\:_1024px\)\]\:m_0_10px {
      margin: 0 10px;
}
    .\[\@media_\(min-width\:_1024px\)\]\:flex-d_row {
      flex-direction: row;
}
    .\[\@media_\(min-width\:_1024px\)\]\:flex-d_column {
      flex-direction: column;
}
    .after\:\[\@media_\(min-width\:_1024px\)\]\:d_none\!::after,.\[\&_\+_\#optimusTrackerBody\]\:after\:\[\@media_\(min-width\:_1024px\)\]\:d_none\! + #optimusTrackerBody::after {
      display: none !important;
}
}

  @media screen and (min-width: 64rem) {
    .md\:--popover-arrow-width_20px {
      --popover-arrow-width: 20px;
}
    .md\:--popover-arrow-height_12px {
      --popover-arrow-height: 12px;
}
    .md\:p_40px_0_24px {
      padding: 40px 0 24px;
}
    .md\:m_0_auto {
      margin: 0 auto;
}
    .md\:p_0_32px\! {
      padding: 0 32px !important;
}
    .md\:p_0_32px_0_0 {
      padding: 0 32px 0 0;
}
    .md\:p_18px_24px_18px_20px {
      padding: 18px 24px 18px 20px;
}
    .md\:p_18px_24px_18px_20px\! {
      padding: 18px 24px 18px 20px !important;
}
    .md\:p_0 {
      padding: 0;
}
    .cm\:p_0px {
      padding: 0px;
}
    .cm\:m_0px {
      margin: 0px;
}
    .md\:p_0px {
      padding: 0px;
}
    .md\:m_0px {
      margin: 0px;
}
    .md\:px_6 {
      padding-inline: 6px;
}
    .md\:d_flex {
      display: flex;
}
    .md\:jc_space-between {
      justify-content: space-between;
}
    .md\:grid-tc_1fr {
      grid-template-columns: 1fr;
}
    .md\:grid-tc_50\%_50\% {
      grid-template-columns: 50% 50%;
}
    .md\:grid-tc_repeat\(2\,_1fr\) {
      grid-template-columns: repeat(2, 1fr);
}
    .md\:pb_88px {
      padding-bottom: 88px;
}
    .md\:pb_0 {
      padding-bottom: 0;
}
    .md\:w_56px {
      width: 56px;
}
    .md\:h_56px {
      height: 56px;
}
    .md\:w_48px {
      width: 48px;
}
    .md\:h_48px {
      height: 48px;
}
    .md\:min-w_48px {
      min-width: 48px;
}
    .md\:w_70\% {
      width: 70%;
}
    .md\:w_104px {
      width: 104px;
}
    .md\:min-w_104px {
      min-width: 104px;
}
    .md\:h_20px {
      height: 20px;
}
    .md\:min-h_20px {
      min-height: 20px;
}
    .md\:mr_24px {
      margin-right: 24px;
}
    .cm\:w_80\%,.md\:w_80\% {
      width: 80%;
}
    .md\:w_auto {
      width: auto;
}
    .md\:\[\&_\.react-datepicker__day-names\]\:p_12px_16px_0 .react-datepicker__day-names {
      padding: 12px 16px 0;
}
    .md\:\[\&_\.react-datepicker__day-names\]\:gap_4px .react-datepicker__day-names {
      gap: 4px;
}
    .md\:\[\&_\.react-datepicker\]\:jc_space-between .react-datepicker {
      justify-content: space-between;
}
    .md\:\[\&_\.react-datepicker__header\]\:flex-d_column\! .react-datepicker__header {
      flex-direction: column !important;
}
    .md\:\[\&_\.react-datepicker__header\]\:flex-d_column-reverse\! .react-datepicker__header {
      flex-direction: column-reverse !important;
}
    .md\:\[\&_\.react-datepicker\]\:w_100\% .react-datepicker {
      width: 100%;
}
    .md\:\[\&_\.react-datepicker\]\:h_100\% .react-datepicker {
      height: 100%;
}
}

  @media screen and (min-width: 120rem) {
    .lg\:px_8 {
      padding-inline: 8px;
}
}

  @media (max-width: 1023px) {
    .\[\@media_\(max-width\:_1023px\)\]\:pb_12px {
      padding-bottom: 12px;
}
    .after\:\[\@media_\(max-width\:_1023px\)\]\:bd-t_40px_solid_var\(--Gray-G0\)::after {
      border-top: 40px solid var(--Gray-G0);
}
    .after\:\[\@media_\(max-width\:_1023px\)\]\:bg-c_Border\.Disabled\.Disable::after {
      background-color: var(--colors--border\.-disabled\.-disable);
}
    .after\:\[\@media_\(max-width\:_1023px\)\]\:bg-c_Background\.Primary\.Default::after {
      background-color: var(--colors--background\.-primary\.-default);
}
    .after\:\[\@media_\(max-width\:_1023px\)\]\:bg-c_Background\.Secondary\.Default::after {
      background-color: var(--colors--background\.-secondary\.-default);
}
    .after\:\[\@media_\(max-width\:_1023px\)\]\:bg-c_Background\.Error\.Default::after {
      background-color: var(--colors--background\.-error\.-default);
}
    .after\:\[\@media_\(max-width\:_1023px\)\]\:top_0px::after {
      top: 0px;
}
    .after\:\[\@media_\(max-width\:_1023px\)\]\:left_15px::after {
      left: 15px;
}
    .after\:\[\@media_\(max-width\:_1023px\)\]\:h_90\%::after {
      height: 90%;
}
    .after\:\[\@media_\(max-width\:_1023px\)\]\:w_1\.5px::after {
      width: 1.5px;
}
    .after\:\[\@media_\(max-width\:_1023px\)\]\:top_16px::after {
      top: 16px;
}
    .after\:\[\@media_\(max-width\:_1023px\)\]\:right_-20px::after {
      right: -20px;
}
    .after\:\[\@media_\(max-width\:_1023px\)\]\:h_1\.5px::after {
      height: 1.5px;
}
    .after\:\[\@media_\(max-width\:_1023px\)\]\:w_22px::after {
      width: 22px;
}
}

  @media screen and (max-width: 800px) {
    .\[\@media_screen_and_\(max-width\:_800px\)\]\:d_block {
      display: block;
}
    .\[\@media_screen_and_\(max-width\:_800px\)\]\:d_none {
      display: none;
}
}

  @media (max-width: 767px) {
    .\[\@media_\(max-width\:_767px\)\]\:grid-template-areas_\'body\' {
      grid-template-areas: 'body';
}
    .\[\@media_\(max-width\:_767px\)\]\:grid-tc_1fr {
      grid-template-columns: 1fr;
}
    .\[\@media_\(max-width\:_767px\)\]\:d_flex {
      display: flex;
}
    .\[\@media_\(max-width\:_767px\)\]\:ai_center {
      align-items: center;
}
    .\[\@media_\(max-width\:_767px\)\]\:as_start {
      align-self: start;
}
    .\[\@media_\(max-width\:_767px\)\]\:jc_space-between {
      justify-content: space-between;
}
    .\[\@media_\(max-width\:_767px\)\]\:jc_center {
      justify-content: center;
}
    .\[\@media_\(max-width\:_767px\)\]\:flex-d_column {
      flex-direction: column;
}
    .\[\@media_\(max-width\:_767px\)\]\:anim-n_none {
      animation-name: none;
}
    .\[\@media_\(max-width\:_767px\)\]\:anim-dur_0s {
      animation-duration: 0s;
}
    .\[\@media_\(max-width\:_767px\)\]\:anim-tmf_unset {
      animation-timing-function: unset;
}
    .\[\@media_\(max-width\:_767px\)\]\:anim-fm_none {
      animation-fill-mode: none;
}
    .\[\@media_\(max-width\:_767px\)\]\:mb_16px {
      margin-bottom: 16px;
}
    .\[\@media_\(max-width\:_767px\)\]\:h_calc\(var\(--hero-height\,_0px\)_-_8px\) {
      height: calc(var(--hero-height, 0px) - 8px);
}
    .\[\@media_\(max-width\:_767px\)\]\:mt_24px {
      margin-top: 24px;
}
    .\[\@media_\(max-width\:_767px\)\]\:left_0 {
      left: 0;
}
    .\[\@media_\(max-width\:_767px\)\]\:w_100\% {
      width: 100%;
}
    .\[\@media_\(max-width\:_767px\)\]\:bottom_12px {
      bottom: 12px;
}
    .\[\@media_\(max-width\:_767px\)\]\:top_auto {
      top: auto;
}
    .\[\@media_\(max-width\:_767px\)\]\:top_calc\(var\(--hero-height\)_\+_16px\) {
      top: calc(var(--hero-height) + 16px);
}
    .\[\@media_\(max-width\:_767px\)\]\:bottom_auto {
      bottom: auto;
}
    .\[\@media_\(max-width\:_767px\)\]\:\[\&_p\]\:ta_center p {
      text-align: center;
}
    .\[\&_\.embla__controls\]\:\[\@media_\(max-width\:_767px\)\]\:jc_center .embla__controls {
      justify-content: center;
}
    .\[\&_\.bodyText\]\:\[\@media_\(max-width\:_767px\)\]\:fs_24px .bodyText {
      font-size: 24px;
}
    .\[\&_\.bodyText\]\:\[\@media_\(max-width\:_767px\)\]\:lh_32px .bodyText {
      line-height: 32px;
}
}
}