
:root {
  --color-primary: 47 63 145;
  --color-primary-strong: 41 55 125;
  --color-accent: 59 130 246;
  --color-accent-strong: 37 99 235;
  --color-info: 56 176 227;
  --color-danger: 210 64 64;
  --color-danger-strong: 189 61 61;
  --color-success: 53 167 78;
  --color-success-strong: 30 140 54;
  --color-success-muted: 208 245 216;
  --color-attention: 161 98 7;
  --color-attention-muted: 243 218 80;
  --color-ghost: 209 218 229;
  --color-subtle: 129 135 177;
  --bg-primary: 255 255 255;
  --bg-secondary: 241 242 248;
  --font-size-base: 16px;
  --text-strong: 15 23 42;
  --text-base: 51 65 85;
  --text-muted: 100 116 139;
  --text-negative: 255 255 255;
  --icon-fill-blue-600: var(--color-primary);
  --icon-fill-muted: 30 64 175;
  --icon-fill-strong: var(--text-strong);
  --icon-fill-negative: 255 255 255;
  --border-radius-base: 0.25rem;
  --border-radius-large: 0.5rem;
  --border-width-thin: 1px;
  --border-width-thick: 2px;
  --border-muted: rgb(226 232 240 / 100%);
  --border-translucent: rgb(255 255 255 / 20%);
  --box-shadow-s: 0 3px 10px rgb(var(--text-muted) / 15%);
  --box-shadow-m: 0 4px 20px rgb(var(--text-strong) / 15%);
  --button-bg-color-disabled: 231 233 245;
  --button-label-color-disabled: 175 180 212;
  --z-toast: 30;
  --z-header: 40;
  --z-flash: 41;
  --z-modal: 50;
  --header-height: 56px;
  --layout-top-nav: 28px;
  --layout-inner-spacing: 1rem;
  --menu-side-width: 280px;
  --nav-global-height: 60px;
  --site-nav-height: 0;
  --size-xxs: 320px;
  --size-xs: 375px;
  --size-s: 576px;
  --size-sm: 640px;
  --size-md: 768px;
  --size-ml: 920px;
  --size-lg: 1024px;
  --size-xl: 1280px;
  --size-2xl: 1536px;
  --size-3xl: 1920px;
}
@media only screen and (min-width: 1024px) {
  :root {
    --layout-inner-spacing: 1.5rem;
    --header-height: 60px;
  }
}

@media only screen and (min-width: 1024px) {
  .has-many-trusts {
    --site-nav-height: 48px;
  }
}
.has-many-trusts.is-native-app {
  --site-nav-height: 0;
}

.is-native-app {
  --header-height: 0;
  --nav-global-height: 0;
  --site-nav-height: 0;
}

@media only screen and (min-width: 320px) {
  .xxs\:text-purple-700 {
    color: #65448a;
  }
  .xxs\:bg-purple-700 {
    background-color: #65448a;
  }
  .xxs\:border-purple-700 {
    background-color: #65448a;
  }
}
@media only screen and (min-width: 375px) {
  .xs\:text-purple-700 {
    color: #65448a;
  }
  .xs\:bg-purple-700 {
    background-color: #65448a;
  }
  .xs\:border-purple-700 {
    background-color: #65448a;
  }
}
@media only screen and (min-width: 576px) {
  .s\:text-purple-700 {
    color: #65448a;
  }
  .s\:bg-purple-700 {
    background-color: #65448a;
  }
  .s\:border-purple-700 {
    background-color: #65448a;
  }
}
@media only screen and (min-width: 640px) {
  .sm\:text-purple-700 {
    color: #65448a;
  }
  .sm\:bg-purple-700 {
    background-color: #65448a;
  }
  .sm\:border-purple-700 {
    background-color: #65448a;
  }
}
@media only screen and (min-width: 768px) {
  .md\:text-purple-700 {
    color: #65448a;
  }
  .md\:bg-purple-700 {
    background-color: #65448a;
  }
  .md\:border-purple-700 {
    background-color: #65448a;
  }
}
@media only screen and (min-width: 1024px) {
  .lg\:text-purple-700 {
    color: #65448a;
  }
  .lg\:bg-purple-700 {
    background-color: #65448a;
  }
  .lg\:border-purple-700 {
    background-color: #65448a;
  }
}
@media only screen and (min-width: 1280px) {
  .xl\:text-purple-700 {
    color: #65448a;
  }
  .xl\:bg-purple-700 {
    background-color: #65448a;
  }
  .xl\:border-purple-700 {
    background-color: #65448a;
  }
}
@media only screen and (min-width: 1536px) {
  .xxl\:text-purple-700 {
    color: #65448a;
  }
  .xxl\:bg-purple-700 {
    background-color: #65448a;
  }
  .xxl\:border-purple-700 {
    background-color: #65448a;
  }
}
@media only screen and (min-width: 1920px) {
  .xxxl\:text-purple-700 {
    color: #65448a;
  }
  .xxxl\:bg-purple-700 {
    background-color: #65448a;
  }
  .xxxl\:border-purple-700 {
    background-color: #65448a;
  }
}
.text-purple-700 {
  color: #65448a;
}

.bg-purple-700 {
  background-color: #65448a;
}

.border-purple-700 {
  background-color: #65448a;
}

@media only screen and (min-width: 320px) {
  .xxs\:text-purple-500 {
    color: #8758bc;
  }
  .xxs\:bg-purple-500 {
    background-color: #8758bc;
  }
  .xxs\:border-purple-500 {
    background-color: #8758bc;
  }
}
@media only screen and (min-width: 375px) {
  .xs\:text-purple-500 {
    color: #8758bc;
  }
  .xs\:bg-purple-500 {
    background-color: #8758bc;
  }
  .xs\:border-purple-500 {
    background-color: #8758bc;
  }
}
@media only screen and (min-width: 576px) {
  .s\:text-purple-500 {
    color: #8758bc;
  }
  .s\:bg-purple-500 {
    background-color: #8758bc;
  }
  .s\:border-purple-500 {
    background-color: #8758bc;
  }
}
@media only screen and (min-width: 640px) {
  .sm\:text-purple-500 {
    color: #8758bc;
  }
  .sm\:bg-purple-500 {
    background-color: #8758bc;
  }
  .sm\:border-purple-500 {
    background-color: #8758bc;
  }
}
@media only screen and (min-width: 768px) {
  .md\:text-purple-500 {
    color: #8758bc;
  }
  .md\:bg-purple-500 {
    background-color: #8758bc;
  }
  .md\:border-purple-500 {
    background-color: #8758bc;
  }
}
@media only screen and (min-width: 1024px) {
  .lg\:text-purple-500 {
    color: #8758bc;
  }
  .lg\:bg-purple-500 {
    background-color: #8758bc;
  }
  .lg\:border-purple-500 {
    background-color: #8758bc;
  }
}
@media only screen and (min-width: 1280px) {
  .xl\:text-purple-500 {
    color: #8758bc;
  }
  .xl\:bg-purple-500 {
    background-color: #8758bc;
  }
  .xl\:border-purple-500 {
    background-color: #8758bc;
  }
}
@media only screen and (min-width: 1536px) {
  .xxl\:text-purple-500 {
    color: #8758bc;
  }
  .xxl\:bg-purple-500 {
    background-color: #8758bc;
  }
  .xxl\:border-purple-500 {
    background-color: #8758bc;
  }
}
@media only screen and (min-width: 1920px) {
  .xxxl\:text-purple-500 {
    color: #8758bc;
  }
  .xxxl\:bg-purple-500 {
    background-color: #8758bc;
  }
  .xxxl\:border-purple-500 {
    background-color: #8758bc;
  }
}
.text-purple-500 {
  color: #8758bc;
}

.bg-purple-500 {
  background-color: #8758bc;
}

.border-purple-500 {
  background-color: #8758bc;
}

@media only screen and (min-width: 320px) {
  .xxs\:text-purple-300 {
    color: #a589c5;
  }
  .xxs\:bg-purple-300 {
    background-color: #a589c5;
  }
  .xxs\:border-purple-300 {
    background-color: #a589c5;
  }
}
@media only screen and (min-width: 375px) {
  .xs\:text-purple-300 {
    color: #a589c5;
  }
  .xs\:bg-purple-300 {
    background-color: #a589c5;
  }
  .xs\:border-purple-300 {
    background-color: #a589c5;
  }
}
@media only screen and (min-width: 576px) {
  .s\:text-purple-300 {
    color: #a589c5;
  }
  .s\:bg-purple-300 {
    background-color: #a589c5;
  }
  .s\:border-purple-300 {
    background-color: #a589c5;
  }
}
@media only screen and (min-width: 640px) {
  .sm\:text-purple-300 {
    color: #a589c5;
  }
  .sm\:bg-purple-300 {
    background-color: #a589c5;
  }
  .sm\:border-purple-300 {
    background-color: #a589c5;
  }
}
@media only screen and (min-width: 768px) {
  .md\:text-purple-300 {
    color: #a589c5;
  }
  .md\:bg-purple-300 {
    background-color: #a589c5;
  }
  .md\:border-purple-300 {
    background-color: #a589c5;
  }
}
@media only screen and (min-width: 1024px) {
  .lg\:text-purple-300 {
    color: #a589c5;
  }
  .lg\:bg-purple-300 {
    background-color: #a589c5;
  }
  .lg\:border-purple-300 {
    background-color: #a589c5;
  }
}
@media only screen and (min-width: 1280px) {
  .xl\:text-purple-300 {
    color: #a589c5;
  }
  .xl\:bg-purple-300 {
    background-color: #a589c5;
  }
  .xl\:border-purple-300 {
    background-color: #a589c5;
  }
}
@media only screen and (min-width: 1536px) {
  .xxl\:text-purple-300 {
    color: #a589c5;
  }
  .xxl\:bg-purple-300 {
    background-color: #a589c5;
  }
  .xxl\:border-purple-300 {
    background-color: #a589c5;
  }
}
@media only screen and (min-width: 1920px) {
  .xxxl\:text-purple-300 {
    color: #a589c5;
  }
  .xxxl\:bg-purple-300 {
    background-color: #a589c5;
  }
  .xxxl\:border-purple-300 {
    background-color: #a589c5;
  }
}
.text-purple-300 {
  color: #a589c5;
}

.bg-purple-300 {
  background-color: #a589c5;
}

.border-purple-300 {
  background-color: #a589c5;
}

@media only screen and (min-width: 320px) {
  .xxs\:text-purple-200 {
    color: #efe9f4;
  }
  .xxs\:bg-purple-200 {
    background-color: #efe9f4;
  }
  .xxs\:border-purple-200 {
    background-color: #efe9f4;
  }
}
@media only screen and (min-width: 375px) {
  .xs\:text-purple-200 {
    color: #efe9f4;
  }
  .xs\:bg-purple-200 {
    background-color: #efe9f4;
  }
  .xs\:border-purple-200 {
    background-color: #efe9f4;
  }
}
@media only screen and (min-width: 576px) {
  .s\:text-purple-200 {
    color: #efe9f4;
  }
  .s\:bg-purple-200 {
    background-color: #efe9f4;
  }
  .s\:border-purple-200 {
    background-color: #efe9f4;
  }
}
@media only screen and (min-width: 640px) {
  .sm\:text-purple-200 {
    color: #efe9f4;
  }
  .sm\:bg-purple-200 {
    background-color: #efe9f4;
  }
  .sm\:border-purple-200 {
    background-color: #efe9f4;
  }
}
@media only screen and (min-width: 768px) {
  .md\:text-purple-200 {
    color: #efe9f4;
  }
  .md\:bg-purple-200 {
    background-color: #efe9f4;
  }
  .md\:border-purple-200 {
    background-color: #efe9f4;
  }
}
@media only screen and (min-width: 1024px) {
  .lg\:text-purple-200 {
    color: #efe9f4;
  }
  .lg\:bg-purple-200 {
    background-color: #efe9f4;
  }
  .lg\:border-purple-200 {
    background-color: #efe9f4;
  }
}
@media only screen and (min-width: 1280px) {
  .xl\:text-purple-200 {
    color: #efe9f4;
  }
  .xl\:bg-purple-200 {
    background-color: #efe9f4;
  }
  .xl\:border-purple-200 {
    background-color: #efe9f4;
  }
}
@media only screen and (min-width: 1536px) {
  .xxl\:text-purple-200 {
    color: #efe9f4;
  }
  .xxl\:bg-purple-200 {
    background-color: #efe9f4;
  }
  .xxl\:border-purple-200 {
    background-color: #efe9f4;
  }
}
@media only screen and (min-width: 1920px) {
  .xxxl\:text-purple-200 {
    color: #efe9f4;
  }
  .xxxl\:bg-purple-200 {
    background-color: #efe9f4;
  }
  .xxxl\:border-purple-200 {
    background-color: #efe9f4;
  }
}
.text-purple-200 {
  color: #efe9f4;
}

.bg-purple-200 {
  background-color: #efe9f4;
}

.border-purple-200 {
  background-color: #efe9f4;
}

@media only screen and (min-width: 320px) {
  .xxs\:text-concrete-900 {
    color: #1f2232;
  }
  .xxs\:bg-concrete-900 {
    background-color: #1f2232;
  }
  .xxs\:border-concrete-900 {
    background-color: #1f2232;
  }
}
@media only screen and (min-width: 375px) {
  .xs\:text-concrete-900 {
    color: #1f2232;
  }
  .xs\:bg-concrete-900 {
    background-color: #1f2232;
  }
  .xs\:border-concrete-900 {
    background-color: #1f2232;
  }
}
@media only screen and (min-width: 576px) {
  .s\:text-concrete-900 {
    color: #1f2232;
  }
  .s\:bg-concrete-900 {
    background-color: #1f2232;
  }
  .s\:border-concrete-900 {
    background-color: #1f2232;
  }
}
@media only screen and (min-width: 640px) {
  .sm\:text-concrete-900 {
    color: #1f2232;
  }
  .sm\:bg-concrete-900 {
    background-color: #1f2232;
  }
  .sm\:border-concrete-900 {
    background-color: #1f2232;
  }
}
@media only screen and (min-width: 768px) {
  .md\:text-concrete-900 {
    color: #1f2232;
  }
  .md\:bg-concrete-900 {
    background-color: #1f2232;
  }
  .md\:border-concrete-900 {
    background-color: #1f2232;
  }
}
@media only screen and (min-width: 1024px) {
  .lg\:text-concrete-900 {
    color: #1f2232;
  }
  .lg\:bg-concrete-900 {
    background-color: #1f2232;
  }
  .lg\:border-concrete-900 {
    background-color: #1f2232;
  }
}
@media only screen and (min-width: 1280px) {
  .xl\:text-concrete-900 {
    color: #1f2232;
  }
  .xl\:bg-concrete-900 {
    background-color: #1f2232;
  }
  .xl\:border-concrete-900 {
    background-color: #1f2232;
  }
}
@media only screen and (min-width: 1536px) {
  .xxl\:text-concrete-900 {
    color: #1f2232;
  }
  .xxl\:bg-concrete-900 {
    background-color: #1f2232;
  }
  .xxl\:border-concrete-900 {
    background-color: #1f2232;
  }
}
@media only screen and (min-width: 1920px) {
  .xxxl\:text-concrete-900 {
    color: #1f2232;
  }
  .xxxl\:bg-concrete-900 {
    background-color: #1f2232;
  }
  .xxxl\:border-concrete-900 {
    background-color: #1f2232;
  }
}
.text-concrete-900 {
  color: #1f2232;
}

.bg-concrete-900 {
  background-color: #1f2232;
}

.border-concrete-900 {
  background-color: #1f2232;
}

@media only screen and (min-width: 320px) {
  .xxs\:text-concrete-700 {
    color: #363b59;
  }
  .xxs\:bg-concrete-700 {
    background-color: #363b59;
  }
  .xxs\:border-concrete-700 {
    background-color: #363b59;
  }
}
@media only screen and (min-width: 375px) {
  .xs\:text-concrete-700 {
    color: #363b59;
  }
  .xs\:bg-concrete-700 {
    background-color: #363b59;
  }
  .xs\:border-concrete-700 {
    background-color: #363b59;
  }
}
@media only screen and (min-width: 576px) {
  .s\:text-concrete-700 {
    color: #363b59;
  }
  .s\:bg-concrete-700 {
    background-color: #363b59;
  }
  .s\:border-concrete-700 {
    background-color: #363b59;
  }
}
@media only screen and (min-width: 640px) {
  .sm\:text-concrete-700 {
    color: #363b59;
  }
  .sm\:bg-concrete-700 {
    background-color: #363b59;
  }
  .sm\:border-concrete-700 {
    background-color: #363b59;
  }
}
@media only screen and (min-width: 768px) {
  .md\:text-concrete-700 {
    color: #363b59;
  }
  .md\:bg-concrete-700 {
    background-color: #363b59;
  }
  .md\:border-concrete-700 {
    background-color: #363b59;
  }
}
@media only screen and (min-width: 1024px) {
  .lg\:text-concrete-700 {
    color: #363b59;
  }
  .lg\:bg-concrete-700 {
    background-color: #363b59;
  }
  .lg\:border-concrete-700 {
    background-color: #363b59;
  }
}
@media only screen and (min-width: 1280px) {
  .xl\:text-concrete-700 {
    color: #363b59;
  }
  .xl\:bg-concrete-700 {
    background-color: #363b59;
  }
  .xl\:border-concrete-700 {
    background-color: #363b59;
  }
}
@media only screen and (min-width: 1536px) {
  .xxl\:text-concrete-700 {
    color: #363b59;
  }
  .xxl\:bg-concrete-700 {
    background-color: #363b59;
  }
  .xxl\:border-concrete-700 {
    background-color: #363b59;
  }
}
@media only screen and (min-width: 1920px) {
  .xxxl\:text-concrete-700 {
    color: #363b59;
  }
  .xxxl\:bg-concrete-700 {
    background-color: #363b59;
  }
  .xxxl\:border-concrete-700 {
    background-color: #363b59;
  }
}
.text-concrete-700 {
  color: #363b59;
}

.bg-concrete-700 {
  background-color: #363b59;
}

.border-concrete-700 {
  background-color: #363b59;
}

@media only screen and (min-width: 320px) {
  .xxs\:text-concrete-500 {
    color: #4e547e;
  }
  .xxs\:bg-concrete-500 {
    background-color: #4e547e;
  }
  .xxs\:border-concrete-500 {
    background-color: #4e547e;
  }
}
@media only screen and (min-width: 375px) {
  .xs\:text-concrete-500 {
    color: #4e547e;
  }
  .xs\:bg-concrete-500 {
    background-color: #4e547e;
  }
  .xs\:border-concrete-500 {
    background-color: #4e547e;
  }
}
@media only screen and (min-width: 576px) {
  .s\:text-concrete-500 {
    color: #4e547e;
  }
  .s\:bg-concrete-500 {
    background-color: #4e547e;
  }
  .s\:border-concrete-500 {
    background-color: #4e547e;
  }
}
@media only screen and (min-width: 640px) {
  .sm\:text-concrete-500 {
    color: #4e547e;
  }
  .sm\:bg-concrete-500 {
    background-color: #4e547e;
  }
  .sm\:border-concrete-500 {
    background-color: #4e547e;
  }
}
@media only screen and (min-width: 768px) {
  .md\:text-concrete-500 {
    color: #4e547e;
  }
  .md\:bg-concrete-500 {
    background-color: #4e547e;
  }
  .md\:border-concrete-500 {
    background-color: #4e547e;
  }
}
@media only screen and (min-width: 1024px) {
  .lg\:text-concrete-500 {
    color: #4e547e;
  }
  .lg\:bg-concrete-500 {
    background-color: #4e547e;
  }
  .lg\:border-concrete-500 {
    background-color: #4e547e;
  }
}
@media only screen and (min-width: 1280px) {
  .xl\:text-concrete-500 {
    color: #4e547e;
  }
  .xl\:bg-concrete-500 {
    background-color: #4e547e;
  }
  .xl\:border-concrete-500 {
    background-color: #4e547e;
  }
}
@media only screen and (min-width: 1536px) {
  .xxl\:text-concrete-500 {
    color: #4e547e;
  }
  .xxl\:bg-concrete-500 {
    background-color: #4e547e;
  }
  .xxl\:border-concrete-500 {
    background-color: #4e547e;
  }
}
@media only screen and (min-width: 1920px) {
  .xxxl\:text-concrete-500 {
    color: #4e547e;
  }
  .xxxl\:bg-concrete-500 {
    background-color: #4e547e;
  }
  .xxxl\:border-concrete-500 {
    background-color: #4e547e;
  }
}
.text-concrete-500 {
  color: #4e547e;
}

.bg-concrete-500 {
  background-color: #4e547e;
}

.border-concrete-500 {
  background-color: #4e547e;
}

@media only screen and (min-width: 320px) {
  .xxs\:text-concrete-300 {
    color: #8187b1;
  }
  .xxs\:bg-concrete-300 {
    background-color: #8187b1;
  }
  .xxs\:border-concrete-300 {
    background-color: #8187b1;
  }
}
@media only screen and (min-width: 375px) {
  .xs\:text-concrete-300 {
    color: #8187b1;
  }
  .xs\:bg-concrete-300 {
    background-color: #8187b1;
  }
  .xs\:border-concrete-300 {
    background-color: #8187b1;
  }
}
@media only screen and (min-width: 576px) {
  .s\:text-concrete-300 {
    color: #8187b1;
  }
  .s\:bg-concrete-300 {
    background-color: #8187b1;
  }
  .s\:border-concrete-300 {
    background-color: #8187b1;
  }
}
@media only screen and (min-width: 640px) {
  .sm\:text-concrete-300 {
    color: #8187b1;
  }
  .sm\:bg-concrete-300 {
    background-color: #8187b1;
  }
  .sm\:border-concrete-300 {
    background-color: #8187b1;
  }
}
@media only screen and (min-width: 768px) {
  .md\:text-concrete-300 {
    color: #8187b1;
  }
  .md\:bg-concrete-300 {
    background-color: #8187b1;
  }
  .md\:border-concrete-300 {
    background-color: #8187b1;
  }
}
@media only screen and (min-width: 1024px) {
  .lg\:text-concrete-300 {
    color: #8187b1;
  }
  .lg\:bg-concrete-300 {
    background-color: #8187b1;
  }
  .lg\:border-concrete-300 {
    background-color: #8187b1;
  }
}
@media only screen and (min-width: 1280px) {
  .xl\:text-concrete-300 {
    color: #8187b1;
  }
  .xl\:bg-concrete-300 {
    background-color: #8187b1;
  }
  .xl\:border-concrete-300 {
    background-color: #8187b1;
  }
}
@media only screen and (min-width: 1536px) {
  .xxl\:text-concrete-300 {
    color: #8187b1;
  }
  .xxl\:bg-concrete-300 {
    background-color: #8187b1;
  }
  .xxl\:border-concrete-300 {
    background-color: #8187b1;
  }
}
@media only screen and (min-width: 1920px) {
  .xxxl\:text-concrete-300 {
    color: #8187b1;
  }
  .xxxl\:bg-concrete-300 {
    background-color: #8187b1;
  }
  .xxxl\:border-concrete-300 {
    background-color: #8187b1;
  }
}
.text-concrete-300 {
  color: #8187b1;
}

.bg-concrete-300 {
  background-color: #8187b1;
}

.border-concrete-300 {
  background-color: #8187b1;
}

@media only screen and (min-width: 320px) {
  .xxs\:text-concrete-200 {
    color: #c0c3d8;
  }
  .xxs\:bg-concrete-200 {
    background-color: #c0c3d8;
  }
  .xxs\:border-concrete-200 {
    background-color: #c0c3d8;
  }
}
@media only screen and (min-width: 375px) {
  .xs\:text-concrete-200 {
    color: #c0c3d8;
  }
  .xs\:bg-concrete-200 {
    background-color: #c0c3d8;
  }
  .xs\:border-concrete-200 {
    background-color: #c0c3d8;
  }
}
@media only screen and (min-width: 576px) {
  .s\:text-concrete-200 {
    color: #c0c3d8;
  }
  .s\:bg-concrete-200 {
    background-color: #c0c3d8;
  }
  .s\:border-concrete-200 {
    background-color: #c0c3d8;
  }
}
@media only screen and (min-width: 640px) {
  .sm\:text-concrete-200 {
    color: #c0c3d8;
  }
  .sm\:bg-concrete-200 {
    background-color: #c0c3d8;
  }
  .sm\:border-concrete-200 {
    background-color: #c0c3d8;
  }
}
@media only screen and (min-width: 768px) {
  .md\:text-concrete-200 {
    color: #c0c3d8;
  }
  .md\:bg-concrete-200 {
    background-color: #c0c3d8;
  }
  .md\:border-concrete-200 {
    background-color: #c0c3d8;
  }
}
@media only screen and (min-width: 1024px) {
  .lg\:text-concrete-200 {
    color: #c0c3d8;
  }
  .lg\:bg-concrete-200 {
    background-color: #c0c3d8;
  }
  .lg\:border-concrete-200 {
    background-color: #c0c3d8;
  }
}
@media only screen and (min-width: 1280px) {
  .xl\:text-concrete-200 {
    color: #c0c3d8;
  }
  .xl\:bg-concrete-200 {
    background-color: #c0c3d8;
  }
  .xl\:border-concrete-200 {
    background-color: #c0c3d8;
  }
}
@media only screen and (min-width: 1536px) {
  .xxl\:text-concrete-200 {
    color: #c0c3d8;
  }
  .xxl\:bg-concrete-200 {
    background-color: #c0c3d8;
  }
  .xxl\:border-concrete-200 {
    background-color: #c0c3d8;
  }
}
@media only screen and (min-width: 1920px) {
  .xxxl\:text-concrete-200 {
    color: #c0c3d8;
  }
  .xxxl\:bg-concrete-200 {
    background-color: #c0c3d8;
  }
  .xxxl\:border-concrete-200 {
    background-color: #c0c3d8;
  }
}
.text-concrete-200 {
  color: #c0c3d8;
}

.bg-concrete-200 {
  background-color: #c0c3d8;
}

.border-concrete-200 {
  background-color: #c0c3d8;
}

@media only screen and (min-width: 320px) {
  .xxs\:text-green-700 {
    color: #5e8a65;
  }
  .xxs\:bg-green-700 {
    background-color: #5e8a65;
  }
  .xxs\:border-green-700 {
    background-color: #5e8a65;
  }
}
@media only screen and (min-width: 375px) {
  .xs\:text-green-700 {
    color: #5e8a65;
  }
  .xs\:bg-green-700 {
    background-color: #5e8a65;
  }
  .xs\:border-green-700 {
    background-color: #5e8a65;
  }
}
@media only screen and (min-width: 576px) {
  .s\:text-green-700 {
    color: #5e8a65;
  }
  .s\:bg-green-700 {
    background-color: #5e8a65;
  }
  .s\:border-green-700 {
    background-color: #5e8a65;
  }
}
@media only screen and (min-width: 640px) {
  .sm\:text-green-700 {
    color: #5e8a65;
  }
  .sm\:bg-green-700 {
    background-color: #5e8a65;
  }
  .sm\:border-green-700 {
    background-color: #5e8a65;
  }
}
@media only screen and (min-width: 768px) {
  .md\:text-green-700 {
    color: #5e8a65;
  }
  .md\:bg-green-700 {
    background-color: #5e8a65;
  }
  .md\:border-green-700 {
    background-color: #5e8a65;
  }
}
@media only screen and (min-width: 1024px) {
  .lg\:text-green-700 {
    color: #5e8a65;
  }
  .lg\:bg-green-700 {
    background-color: #5e8a65;
  }
  .lg\:border-green-700 {
    background-color: #5e8a65;
  }
}
@media only screen and (min-width: 1280px) {
  .xl\:text-green-700 {
    color: #5e8a65;
  }
  .xl\:bg-green-700 {
    background-color: #5e8a65;
  }
  .xl\:border-green-700 {
    background-color: #5e8a65;
  }
}
@media only screen and (min-width: 1536px) {
  .xxl\:text-green-700 {
    color: #5e8a65;
  }
  .xxl\:bg-green-700 {
    background-color: #5e8a65;
  }
  .xxl\:border-green-700 {
    background-color: #5e8a65;
  }
}
@media only screen and (min-width: 1920px) {
  .xxxl\:text-green-700 {
    color: #5e8a65;
  }
  .xxxl\:bg-green-700 {
    background-color: #5e8a65;
  }
  .xxxl\:border-green-700 {
    background-color: #5e8a65;
  }
}
.text-green-700 {
  color: #5e8a65;
}

.bg-green-700 {
  background-color: #5e8a65;
}

.border-green-700 {
  background-color: #5e8a65;
}

@media only screen and (min-width: 320px) {
  .xxs\:text-green-500 {
    color: #68b774;
  }
  .xxs\:bg-green-500 {
    background-color: #68b774;
  }
  .xxs\:border-green-500 {
    background-color: #68b774;
  }
}
@media only screen and (min-width: 375px) {
  .xs\:text-green-500 {
    color: #68b774;
  }
  .xs\:bg-green-500 {
    background-color: #68b774;
  }
  .xs\:border-green-500 {
    background-color: #68b774;
  }
}
@media only screen and (min-width: 576px) {
  .s\:text-green-500 {
    color: #68b774;
  }
  .s\:bg-green-500 {
    background-color: #68b774;
  }
  .s\:border-green-500 {
    background-color: #68b774;
  }
}
@media only screen and (min-width: 640px) {
  .sm\:text-green-500 {
    color: #68b774;
  }
  .sm\:bg-green-500 {
    background-color: #68b774;
  }
  .sm\:border-green-500 {
    background-color: #68b774;
  }
}
@media only screen and (min-width: 768px) {
  .md\:text-green-500 {
    color: #68b774;
  }
  .md\:bg-green-500 {
    background-color: #68b774;
  }
  .md\:border-green-500 {
    background-color: #68b774;
  }
}
@media only screen and (min-width: 1024px) {
  .lg\:text-green-500 {
    color: #68b774;
  }
  .lg\:bg-green-500 {
    background-color: #68b774;
  }
  .lg\:border-green-500 {
    background-color: #68b774;
  }
}
@media only screen and (min-width: 1280px) {
  .xl\:text-green-500 {
    color: #68b774;
  }
  .xl\:bg-green-500 {
    background-color: #68b774;
  }
  .xl\:border-green-500 {
    background-color: #68b774;
  }
}
@media only screen and (min-width: 1536px) {
  .xxl\:text-green-500 {
    color: #68b774;
  }
  .xxl\:bg-green-500 {
    background-color: #68b774;
  }
  .xxl\:border-green-500 {
    background-color: #68b774;
  }
}
@media only screen and (min-width: 1920px) {
  .xxxl\:text-green-500 {
    color: #68b774;
  }
  .xxxl\:bg-green-500 {
    background-color: #68b774;
  }
  .xxxl\:border-green-500 {
    background-color: #68b774;
  }
}
.text-green-500 {
  color: #68b774;
}

.bg-green-500 {
  background-color: #68b774;
}

.border-green-500 {
  background-color: #68b774;
}

@media only screen and (min-width: 320px) {
  .xxs\:text-green-50 {
    color: #f1faf3;
  }
  .xxs\:bg-green-50 {
    background-color: #f1faf3;
  }
  .xxs\:border-green-50 {
    background-color: #f1faf3;
  }
}
@media only screen and (min-width: 375px) {
  .xs\:text-green-50 {
    color: #f1faf3;
  }
  .xs\:bg-green-50 {
    background-color: #f1faf3;
  }
  .xs\:border-green-50 {
    background-color: #f1faf3;
  }
}
@media only screen and (min-width: 576px) {
  .s\:text-green-50 {
    color: #f1faf3;
  }
  .s\:bg-green-50 {
    background-color: #f1faf3;
  }
  .s\:border-green-50 {
    background-color: #f1faf3;
  }
}
@media only screen and (min-width: 640px) {
  .sm\:text-green-50 {
    color: #f1faf3;
  }
  .sm\:bg-green-50 {
    background-color: #f1faf3;
  }
  .sm\:border-green-50 {
    background-color: #f1faf3;
  }
}
@media only screen and (min-width: 768px) {
  .md\:text-green-50 {
    color: #f1faf3;
  }
  .md\:bg-green-50 {
    background-color: #f1faf3;
  }
  .md\:border-green-50 {
    background-color: #f1faf3;
  }
}
@media only screen and (min-width: 1024px) {
  .lg\:text-green-50 {
    color: #f1faf3;
  }
  .lg\:bg-green-50 {
    background-color: #f1faf3;
  }
  .lg\:border-green-50 {
    background-color: #f1faf3;
  }
}
@media only screen and (min-width: 1280px) {
  .xl\:text-green-50 {
    color: #f1faf3;
  }
  .xl\:bg-green-50 {
    background-color: #f1faf3;
  }
  .xl\:border-green-50 {
    background-color: #f1faf3;
  }
}
@media only screen and (min-width: 1536px) {
  .xxl\:text-green-50 {
    color: #f1faf3;
  }
  .xxl\:bg-green-50 {
    background-color: #f1faf3;
  }
  .xxl\:border-green-50 {
    background-color: #f1faf3;
  }
}
@media only screen and (min-width: 1920px) {
  .xxxl\:text-green-50 {
    color: #f1faf3;
  }
  .xxxl\:bg-green-50 {
    background-color: #f1faf3;
  }
  .xxxl\:border-green-50 {
    background-color: #f1faf3;
  }
}
.text-green-50 {
  color: #f1faf3;
}

.bg-green-50 {
  background-color: #f1faf3;
}

.border-green-50 {
  background-color: #f1faf3;
}

@media only screen and (min-width: 320px) {
  .xxs\:text-orange-500 {
    color: #ff9a5b;
  }
  .xxs\:bg-orange-500 {
    background-color: #ff9a5b;
  }
  .xxs\:border-orange-500 {
    background-color: #ff9a5b;
  }
}
@media only screen and (min-width: 375px) {
  .xs\:text-orange-500 {
    color: #ff9a5b;
  }
  .xs\:bg-orange-500 {
    background-color: #ff9a5b;
  }
  .xs\:border-orange-500 {
    background-color: #ff9a5b;
  }
}
@media only screen and (min-width: 576px) {
  .s\:text-orange-500 {
    color: #ff9a5b;
  }
  .s\:bg-orange-500 {
    background-color: #ff9a5b;
  }
  .s\:border-orange-500 {
    background-color: #ff9a5b;
  }
}
@media only screen and (min-width: 640px) {
  .sm\:text-orange-500 {
    color: #ff9a5b;
  }
  .sm\:bg-orange-500 {
    background-color: #ff9a5b;
  }
  .sm\:border-orange-500 {
    background-color: #ff9a5b;
  }
}
@media only screen and (min-width: 768px) {
  .md\:text-orange-500 {
    color: #ff9a5b;
  }
  .md\:bg-orange-500 {
    background-color: #ff9a5b;
  }
  .md\:border-orange-500 {
    background-color: #ff9a5b;
  }
}
@media only screen and (min-width: 1024px) {
  .lg\:text-orange-500 {
    color: #ff9a5b;
  }
  .lg\:bg-orange-500 {
    background-color: #ff9a5b;
  }
  .lg\:border-orange-500 {
    background-color: #ff9a5b;
  }
}
@media only screen and (min-width: 1280px) {
  .xl\:text-orange-500 {
    color: #ff9a5b;
  }
  .xl\:bg-orange-500 {
    background-color: #ff9a5b;
  }
  .xl\:border-orange-500 {
    background-color: #ff9a5b;
  }
}
@media only screen and (min-width: 1536px) {
  .xxl\:text-orange-500 {
    color: #ff9a5b;
  }
  .xxl\:bg-orange-500 {
    background-color: #ff9a5b;
  }
  .xxl\:border-orange-500 {
    background-color: #ff9a5b;
  }
}
@media only screen and (min-width: 1920px) {
  .xxxl\:text-orange-500 {
    color: #ff9a5b;
  }
  .xxxl\:bg-orange-500 {
    background-color: #ff9a5b;
  }
  .xxxl\:border-orange-500 {
    background-color: #ff9a5b;
  }
}
.text-orange-500 {
  color: #ff9a5b;
}

.bg-orange-500 {
  background-color: #ff9a5b;
}

.border-orange-500 {
  background-color: #ff9a5b;
}

@media only screen and (min-width: 320px) {
  .xxs\:text-white-100 {
    color: rgb(255, 255, 255);
  }
  .xxs\:bg-white-100 {
    background-color: rgb(255, 255, 255);
  }
  .xxs\:border-white-100 {
    background-color: rgb(255, 255, 255);
  }
}
@media only screen and (min-width: 375px) {
  .xs\:text-white-100 {
    color: rgb(255, 255, 255);
  }
  .xs\:bg-white-100 {
    background-color: rgb(255, 255, 255);
  }
  .xs\:border-white-100 {
    background-color: rgb(255, 255, 255);
  }
}
@media only screen and (min-width: 576px) {
  .s\:text-white-100 {
    color: rgb(255, 255, 255);
  }
  .s\:bg-white-100 {
    background-color: rgb(255, 255, 255);
  }
  .s\:border-white-100 {
    background-color: rgb(255, 255, 255);
  }
}
@media only screen and (min-width: 640px) {
  .sm\:text-white-100 {
    color: rgb(255, 255, 255);
  }
  .sm\:bg-white-100 {
    background-color: rgb(255, 255, 255);
  }
  .sm\:border-white-100 {
    background-color: rgb(255, 255, 255);
  }
}
@media only screen and (min-width: 768px) {
  .md\:text-white-100 {
    color: rgb(255, 255, 255);
  }
  .md\:bg-white-100 {
    background-color: rgb(255, 255, 255);
  }
  .md\:border-white-100 {
    background-color: rgb(255, 255, 255);
  }
}
@media only screen and (min-width: 1024px) {
  .lg\:text-white-100 {
    color: rgb(255, 255, 255);
  }
  .lg\:bg-white-100 {
    background-color: rgb(255, 255, 255);
  }
  .lg\:border-white-100 {
    background-color: rgb(255, 255, 255);
  }
}
@media only screen and (min-width: 1280px) {
  .xl\:text-white-100 {
    color: rgb(255, 255, 255);
  }
  .xl\:bg-white-100 {
    background-color: rgb(255, 255, 255);
  }
  .xl\:border-white-100 {
    background-color: rgb(255, 255, 255);
  }
}
@media only screen and (min-width: 1536px) {
  .xxl\:text-white-100 {
    color: rgb(255, 255, 255);
  }
  .xxl\:bg-white-100 {
    background-color: rgb(255, 255, 255);
  }
  .xxl\:border-white-100 {
    background-color: rgb(255, 255, 255);
  }
}
@media only screen and (min-width: 1920px) {
  .xxxl\:text-white-100 {
    color: rgb(255, 255, 255);
  }
  .xxxl\:bg-white-100 {
    background-color: rgb(255, 255, 255);
  }
  .xxxl\:border-white-100 {
    background-color: rgb(255, 255, 255);
  }
}
.text-white-100 {
  color: rgb(255, 255, 255);
}

.bg-white-100 {
  background-color: rgb(255, 255, 255);
}

.border-white-100 {
  background-color: rgb(255, 255, 255);
}

@media only screen and (min-width: 320px) {
  .xxs\:text-white-90 {
    color: rgba(255, 255, 255, 0.9);
  }
  .xxs\:bg-white-90 {
    background-color: rgba(255, 255, 255, 0.9);
  }
  .xxs\:border-white-90 {
    background-color: rgba(255, 255, 255, 0.9);
  }
}
@media only screen and (min-width: 375px) {
  .xs\:text-white-90 {
    color: rgba(255, 255, 255, 0.9);
  }
  .xs\:bg-white-90 {
    background-color: rgba(255, 255, 255, 0.9);
  }
  .xs\:border-white-90 {
    background-color: rgba(255, 255, 255, 0.9);
  }
}
@media only screen and (min-width: 576px) {
  .s\:text-white-90 {
    color: rgba(255, 255, 255, 0.9);
  }
  .s\:bg-white-90 {
    background-color: rgba(255, 255, 255, 0.9);
  }
  .s\:border-white-90 {
    background-color: rgba(255, 255, 255, 0.9);
  }
}
@media only screen and (min-width: 640px) {
  .sm\:text-white-90 {
    color: rgba(255, 255, 255, 0.9);
  }
  .sm\:bg-white-90 {
    background-color: rgba(255, 255, 255, 0.9);
  }
  .sm\:border-white-90 {
    background-color: rgba(255, 255, 255, 0.9);
  }
}
@media only screen and (min-width: 768px) {
  .md\:text-white-90 {
    color: rgba(255, 255, 255, 0.9);
  }
  .md\:bg-white-90 {
    background-color: rgba(255, 255, 255, 0.9);
  }
  .md\:border-white-90 {
    background-color: rgba(255, 255, 255, 0.9);
  }
}
@media only screen and (min-width: 1024px) {
  .lg\:text-white-90 {
    color: rgba(255, 255, 255, 0.9);
  }
  .lg\:bg-white-90 {
    background-color: rgba(255, 255, 255, 0.9);
  }
  .lg\:border-white-90 {
    background-color: rgba(255, 255, 255, 0.9);
  }
}
@media only screen and (min-width: 1280px) {
  .xl\:text-white-90 {
    color: rgba(255, 255, 255, 0.9);
  }
  .xl\:bg-white-90 {
    background-color: rgba(255, 255, 255, 0.9);
  }
  .xl\:border-white-90 {
    background-color: rgba(255, 255, 255, 0.9);
  }
}
@media only screen and (min-width: 1536px) {
  .xxl\:text-white-90 {
    color: rgba(255, 255, 255, 0.9);
  }
  .xxl\:bg-white-90 {
    background-color: rgba(255, 255, 255, 0.9);
  }
  .xxl\:border-white-90 {
    background-color: rgba(255, 255, 255, 0.9);
  }
}
@media only screen and (min-width: 1920px) {
  .xxxl\:text-white-90 {
    color: rgba(255, 255, 255, 0.9);
  }
  .xxxl\:bg-white-90 {
    background-color: rgba(255, 255, 255, 0.9);
  }
  .xxxl\:border-white-90 {
    background-color: rgba(255, 255, 255, 0.9);
  }
}
.text-white-90 {
  color: rgba(255, 255, 255, 0.9);
}

.bg-white-90 {
  background-color: rgba(255, 255, 255, 0.9);
}

.border-white-90 {
  background-color: rgba(255, 255, 255, 0.9);
}

@media only screen and (min-width: 320px) {
  .xxs\:text-white-80 {
    color: rgba(255, 255, 255, 0.8);
  }
  .xxs\:bg-white-80 {
    background-color: rgba(255, 255, 255, 0.8);
  }
  .xxs\:border-white-80 {
    background-color: rgba(255, 255, 255, 0.8);
  }
}
@media only screen and (min-width: 375px) {
  .xs\:text-white-80 {
    color: rgba(255, 255, 255, 0.8);
  }
  .xs\:bg-white-80 {
    background-color: rgba(255, 255, 255, 0.8);
  }
  .xs\:border-white-80 {
    background-color: rgba(255, 255, 255, 0.8);
  }
}
@media only screen and (min-width: 576px) {
  .s\:text-white-80 {
    color: rgba(255, 255, 255, 0.8);
  }
  .s\:bg-white-80 {
    background-color: rgba(255, 255, 255, 0.8);
  }
  .s\:border-white-80 {
    background-color: rgba(255, 255, 255, 0.8);
  }
}
@media only screen and (min-width: 640px) {
  .sm\:text-white-80 {
    color: rgba(255, 255, 255, 0.8);
  }
  .sm\:bg-white-80 {
    background-color: rgba(255, 255, 255, 0.8);
  }
  .sm\:border-white-80 {
    background-color: rgba(255, 255, 255, 0.8);
  }
}
@media only screen and (min-width: 768px) {
  .md\:text-white-80 {
    color: rgba(255, 255, 255, 0.8);
  }
  .md\:bg-white-80 {
    background-color: rgba(255, 255, 255, 0.8);
  }
  .md\:border-white-80 {
    background-color: rgba(255, 255, 255, 0.8);
  }
}
@media only screen and (min-width: 1024px) {
  .lg\:text-white-80 {
    color: rgba(255, 255, 255, 0.8);
  }
  .lg\:bg-white-80 {
    background-color: rgba(255, 255, 255, 0.8);
  }
  .lg\:border-white-80 {
    background-color: rgba(255, 255, 255, 0.8);
  }
}
@media only screen and (min-width: 1280px) {
  .xl\:text-white-80 {
    color: rgba(255, 255, 255, 0.8);
  }
  .xl\:bg-white-80 {
    background-color: rgba(255, 255, 255, 0.8);
  }
  .xl\:border-white-80 {
    background-color: rgba(255, 255, 255, 0.8);
  }
}
@media only screen and (min-width: 1536px) {
  .xxl\:text-white-80 {
    color: rgba(255, 255, 255, 0.8);
  }
  .xxl\:bg-white-80 {
    background-color: rgba(255, 255, 255, 0.8);
  }
  .xxl\:border-white-80 {
    background-color: rgba(255, 255, 255, 0.8);
  }
}
@media only screen and (min-width: 1920px) {
  .xxxl\:text-white-80 {
    color: rgba(255, 255, 255, 0.8);
  }
  .xxxl\:bg-white-80 {
    background-color: rgba(255, 255, 255, 0.8);
  }
  .xxxl\:border-white-80 {
    background-color: rgba(255, 255, 255, 0.8);
  }
}
.text-white-80 {
  color: rgba(255, 255, 255, 0.8);
}

.bg-white-80 {
  background-color: rgba(255, 255, 255, 0.8);
}

.border-white-80 {
  background-color: rgba(255, 255, 255, 0.8);
}

@media only screen and (min-width: 320px) {
  .xxs\:text-white-70 {
    color: rgba(255, 255, 255, 0.7);
  }
  .xxs\:bg-white-70 {
    background-color: rgba(255, 255, 255, 0.7);
  }
  .xxs\:border-white-70 {
    background-color: rgba(255, 255, 255, 0.7);
  }
}
@media only screen and (min-width: 375px) {
  .xs\:text-white-70 {
    color: rgba(255, 255, 255, 0.7);
  }
  .xs\:bg-white-70 {
    background-color: rgba(255, 255, 255, 0.7);
  }
  .xs\:border-white-70 {
    background-color: rgba(255, 255, 255, 0.7);
  }
}
@media only screen and (min-width: 576px) {
  .s\:text-white-70 {
    color: rgba(255, 255, 255, 0.7);
  }
  .s\:bg-white-70 {
    background-color: rgba(255, 255, 255, 0.7);
  }
  .s\:border-white-70 {
    background-color: rgba(255, 255, 255, 0.7);
  }
}
@media only screen and (min-width: 640px) {
  .sm\:text-white-70 {
    color: rgba(255, 255, 255, 0.7);
  }
  .sm\:bg-white-70 {
    background-color: rgba(255, 255, 255, 0.7);
  }
  .sm\:border-white-70 {
    background-color: rgba(255, 255, 255, 0.7);
  }
}
@media only screen and (min-width: 768px) {
  .md\:text-white-70 {
    color: rgba(255, 255, 255, 0.7);
  }
  .md\:bg-white-70 {
    background-color: rgba(255, 255, 255, 0.7);
  }
  .md\:border-white-70 {
    background-color: rgba(255, 255, 255, 0.7);
  }
}
@media only screen and (min-width: 1024px) {
  .lg\:text-white-70 {
    color: rgba(255, 255, 255, 0.7);
  }
  .lg\:bg-white-70 {
    background-color: rgba(255, 255, 255, 0.7);
  }
  .lg\:border-white-70 {
    background-color: rgba(255, 255, 255, 0.7);
  }
}
@media only screen and (min-width: 1280px) {
  .xl\:text-white-70 {
    color: rgba(255, 255, 255, 0.7);
  }
  .xl\:bg-white-70 {
    background-color: rgba(255, 255, 255, 0.7);
  }
  .xl\:border-white-70 {
    background-color: rgba(255, 255, 255, 0.7);
  }
}
@media only screen and (min-width: 1536px) {
  .xxl\:text-white-70 {
    color: rgba(255, 255, 255, 0.7);
  }
  .xxl\:bg-white-70 {
    background-color: rgba(255, 255, 255, 0.7);
  }
  .xxl\:border-white-70 {
    background-color: rgba(255, 255, 255, 0.7);
  }
}
@media only screen and (min-width: 1920px) {
  .xxxl\:text-white-70 {
    color: rgba(255, 255, 255, 0.7);
  }
  .xxxl\:bg-white-70 {
    background-color: rgba(255, 255, 255, 0.7);
  }
  .xxxl\:border-white-70 {
    background-color: rgba(255, 255, 255, 0.7);
  }
}
.text-white-70 {
  color: rgba(255, 255, 255, 0.7);
}

.bg-white-70 {
  background-color: rgba(255, 255, 255, 0.7);
}

.border-white-70 {
  background-color: rgba(255, 255, 255, 0.7);
}

@media only screen and (min-width: 320px) {
  .xxs\:text-white-60 {
    color: rgba(255, 255, 255, 0.6);
  }
  .xxs\:bg-white-60 {
    background-color: rgba(255, 255, 255, 0.6);
  }
  .xxs\:border-white-60 {
    background-color: rgba(255, 255, 255, 0.6);
  }
}
@media only screen and (min-width: 375px) {
  .xs\:text-white-60 {
    color: rgba(255, 255, 255, 0.6);
  }
  .xs\:bg-white-60 {
    background-color: rgba(255, 255, 255, 0.6);
  }
  .xs\:border-white-60 {
    background-color: rgba(255, 255, 255, 0.6);
  }
}
@media only screen and (min-width: 576px) {
  .s\:text-white-60 {
    color: rgba(255, 255, 255, 0.6);
  }
  .s\:bg-white-60 {
    background-color: rgba(255, 255, 255, 0.6);
  }
  .s\:border-white-60 {
    background-color: rgba(255, 255, 255, 0.6);
  }
}
@media only screen and (min-width: 640px) {
  .sm\:text-white-60 {
    color: rgba(255, 255, 255, 0.6);
  }
  .sm\:bg-white-60 {
    background-color: rgba(255, 255, 255, 0.6);
  }
  .sm\:border-white-60 {
    background-color: rgba(255, 255, 255, 0.6);
  }
}
@media only screen and (min-width: 768px) {
  .md\:text-white-60 {
    color: rgba(255, 255, 255, 0.6);
  }
  .md\:bg-white-60 {
    background-color: rgba(255, 255, 255, 0.6);
  }
  .md\:border-white-60 {
    background-color: rgba(255, 255, 255, 0.6);
  }
}
@media only screen and (min-width: 1024px) {
  .lg\:text-white-60 {
    color: rgba(255, 255, 255, 0.6);
  }
  .lg\:bg-white-60 {
    background-color: rgba(255, 255, 255, 0.6);
  }
  .lg\:border-white-60 {
    background-color: rgba(255, 255, 255, 0.6);
  }
}
@media only screen and (min-width: 1280px) {
  .xl\:text-white-60 {
    color: rgba(255, 255, 255, 0.6);
  }
  .xl\:bg-white-60 {
    background-color: rgba(255, 255, 255, 0.6);
  }
  .xl\:border-white-60 {
    background-color: rgba(255, 255, 255, 0.6);
  }
}
@media only screen and (min-width: 1536px) {
  .xxl\:text-white-60 {
    color: rgba(255, 255, 255, 0.6);
  }
  .xxl\:bg-white-60 {
    background-color: rgba(255, 255, 255, 0.6);
  }
  .xxl\:border-white-60 {
    background-color: rgba(255, 255, 255, 0.6);
  }
}
@media only screen and (min-width: 1920px) {
  .xxxl\:text-white-60 {
    color: rgba(255, 255, 255, 0.6);
  }
  .xxxl\:bg-white-60 {
    background-color: rgba(255, 255, 255, 0.6);
  }
  .xxxl\:border-white-60 {
    background-color: rgba(255, 255, 255, 0.6);
  }
}
.text-white-60 {
  color: rgba(255, 255, 255, 0.6);
}

.bg-white-60 {
  background-color: rgba(255, 255, 255, 0.6);
}

.border-white-60 {
  background-color: rgba(255, 255, 255, 0.6);
}

@media only screen and (min-width: 320px) {
  .xxs\:text-white-50 {
    color: rgba(255, 255, 255, 0.5);
  }
  .xxs\:bg-white-50 {
    background-color: rgba(255, 255, 255, 0.5);
  }
  .xxs\:border-white-50 {
    background-color: rgba(255, 255, 255, 0.5);
  }
}
@media only screen and (min-width: 375px) {
  .xs\:text-white-50 {
    color: rgba(255, 255, 255, 0.5);
  }
  .xs\:bg-white-50 {
    background-color: rgba(255, 255, 255, 0.5);
  }
  .xs\:border-white-50 {
    background-color: rgba(255, 255, 255, 0.5);
  }
}
@media only screen and (min-width: 576px) {
  .s\:text-white-50 {
    color: rgba(255, 255, 255, 0.5);
  }
  .s\:bg-white-50 {
    background-color: rgba(255, 255, 255, 0.5);
  }
  .s\:border-white-50 {
    background-color: rgba(255, 255, 255, 0.5);
  }
}
@media only screen and (min-width: 640px) {
  .sm\:text-white-50 {
    color: rgba(255, 255, 255, 0.5);
  }
  .sm\:bg-white-50 {
    background-color: rgba(255, 255, 255, 0.5);
  }
  .sm\:border-white-50 {
    background-color: rgba(255, 255, 255, 0.5);
  }
}
@media only screen and (min-width: 768px) {
  .md\:text-white-50 {
    color: rgba(255, 255, 255, 0.5);
  }
  .md\:bg-white-50 {
    background-color: rgba(255, 255, 255, 0.5);
  }
  .md\:border-white-50 {
    background-color: rgba(255, 255, 255, 0.5);
  }
}
@media only screen and (min-width: 1024px) {
  .lg\:text-white-50 {
    color: rgba(255, 255, 255, 0.5);
  }
  .lg\:bg-white-50 {
    background-color: rgba(255, 255, 255, 0.5);
  }
  .lg\:border-white-50 {
    background-color: rgba(255, 255, 255, 0.5);
  }
}
@media only screen and (min-width: 1280px) {
  .xl\:text-white-50 {
    color: rgba(255, 255, 255, 0.5);
  }
  .xl\:bg-white-50 {
    background-color: rgba(255, 255, 255, 0.5);
  }
  .xl\:border-white-50 {
    background-color: rgba(255, 255, 255, 0.5);
  }
}
@media only screen and (min-width: 1536px) {
  .xxl\:text-white-50 {
    color: rgba(255, 255, 255, 0.5);
  }
  .xxl\:bg-white-50 {
    background-color: rgba(255, 255, 255, 0.5);
  }
  .xxl\:border-white-50 {
    background-color: rgba(255, 255, 255, 0.5);
  }
}
@media only screen and (min-width: 1920px) {
  .xxxl\:text-white-50 {
    color: rgba(255, 255, 255, 0.5);
  }
  .xxxl\:bg-white-50 {
    background-color: rgba(255, 255, 255, 0.5);
  }
  .xxxl\:border-white-50 {
    background-color: rgba(255, 255, 255, 0.5);
  }
}
.text-white-50 {
  color: rgba(255, 255, 255, 0.5);
}

.bg-white-50 {
  background-color: rgba(255, 255, 255, 0.5);
}

.border-white-50 {
  background-color: rgba(255, 255, 255, 0.5);
}

@media only screen and (min-width: 320px) {
  .xxs\:text-white-40 {
    color: rgba(255, 255, 255, 0.4);
  }
  .xxs\:bg-white-40 {
    background-color: rgba(255, 255, 255, 0.4);
  }
  .xxs\:border-white-40 {
    background-color: rgba(255, 255, 255, 0.4);
  }
}
@media only screen and (min-width: 375px) {
  .xs\:text-white-40 {
    color: rgba(255, 255, 255, 0.4);
  }
  .xs\:bg-white-40 {
    background-color: rgba(255, 255, 255, 0.4);
  }
  .xs\:border-white-40 {
    background-color: rgba(255, 255, 255, 0.4);
  }
}
@media only screen and (min-width: 576px) {
  .s\:text-white-40 {
    color: rgba(255, 255, 255, 0.4);
  }
  .s\:bg-white-40 {
    background-color: rgba(255, 255, 255, 0.4);
  }
  .s\:border-white-40 {
    background-color: rgba(255, 255, 255, 0.4);
  }
}
@media only screen and (min-width: 640px) {
  .sm\:text-white-40 {
    color: rgba(255, 255, 255, 0.4);
  }
  .sm\:bg-white-40 {
    background-color: rgba(255, 255, 255, 0.4);
  }
  .sm\:border-white-40 {
    background-color: rgba(255, 255, 255, 0.4);
  }
}
@media only screen and (min-width: 768px) {
  .md\:text-white-40 {
    color: rgba(255, 255, 255, 0.4);
  }
  .md\:bg-white-40 {
    background-color: rgba(255, 255, 255, 0.4);
  }
  .md\:border-white-40 {
    background-color: rgba(255, 255, 255, 0.4);
  }
}
@media only screen and (min-width: 1024px) {
  .lg\:text-white-40 {
    color: rgba(255, 255, 255, 0.4);
  }
  .lg\:bg-white-40 {
    background-color: rgba(255, 255, 255, 0.4);
  }
  .lg\:border-white-40 {
    background-color: rgba(255, 255, 255, 0.4);
  }
}
@media only screen and (min-width: 1280px) {
  .xl\:text-white-40 {
    color: rgba(255, 255, 255, 0.4);
  }
  .xl\:bg-white-40 {
    background-color: rgba(255, 255, 255, 0.4);
  }
  .xl\:border-white-40 {
    background-color: rgba(255, 255, 255, 0.4);
  }
}
@media only screen and (min-width: 1536px) {
  .xxl\:text-white-40 {
    color: rgba(255, 255, 255, 0.4);
  }
  .xxl\:bg-white-40 {
    background-color: rgba(255, 255, 255, 0.4);
  }
  .xxl\:border-white-40 {
    background-color: rgba(255, 255, 255, 0.4);
  }
}
@media only screen and (min-width: 1920px) {
  .xxxl\:text-white-40 {
    color: rgba(255, 255, 255, 0.4);
  }
  .xxxl\:bg-white-40 {
    background-color: rgba(255, 255, 255, 0.4);
  }
  .xxxl\:border-white-40 {
    background-color: rgba(255, 255, 255, 0.4);
  }
}
.text-white-40 {
  color: rgba(255, 255, 255, 0.4);
}

.bg-white-40 {
  background-color: rgba(255, 255, 255, 0.4);
}

.border-white-40 {
  background-color: rgba(255, 255, 255, 0.4);
}

@media only screen and (min-width: 320px) {
  .xxs\:text-white-30 {
    color: rgba(255, 255, 255, 0.3);
  }
  .xxs\:bg-white-30 {
    background-color: rgba(255, 255, 255, 0.3);
  }
  .xxs\:border-white-30 {
    background-color: rgba(255, 255, 255, 0.3);
  }
}
@media only screen and (min-width: 375px) {
  .xs\:text-white-30 {
    color: rgba(255, 255, 255, 0.3);
  }
  .xs\:bg-white-30 {
    background-color: rgba(255, 255, 255, 0.3);
  }
  .xs\:border-white-30 {
    background-color: rgba(255, 255, 255, 0.3);
  }
}
@media only screen and (min-width: 576px) {
  .s\:text-white-30 {
    color: rgba(255, 255, 255, 0.3);
  }
  .s\:bg-white-30 {
    background-color: rgba(255, 255, 255, 0.3);
  }
  .s\:border-white-30 {
    background-color: rgba(255, 255, 255, 0.3);
  }
}
@media only screen and (min-width: 640px) {
  .sm\:text-white-30 {
    color: rgba(255, 255, 255, 0.3);
  }
  .sm\:bg-white-30 {
    background-color: rgba(255, 255, 255, 0.3);
  }
  .sm\:border-white-30 {
    background-color: rgba(255, 255, 255, 0.3);
  }
}
@media only screen and (min-width: 768px) {
  .md\:text-white-30 {
    color: rgba(255, 255, 255, 0.3);
  }
  .md\:bg-white-30 {
    background-color: rgba(255, 255, 255, 0.3);
  }
  .md\:border-white-30 {
    background-color: rgba(255, 255, 255, 0.3);
  }
}
@media only screen and (min-width: 1024px) {
  .lg\:text-white-30 {
    color: rgba(255, 255, 255, 0.3);
  }
  .lg\:bg-white-30 {
    background-color: rgba(255, 255, 255, 0.3);
  }
  .lg\:border-white-30 {
    background-color: rgba(255, 255, 255, 0.3);
  }
}
@media only screen and (min-width: 1280px) {
  .xl\:text-white-30 {
    color: rgba(255, 255, 255, 0.3);
  }
  .xl\:bg-white-30 {
    background-color: rgba(255, 255, 255, 0.3);
  }
  .xl\:border-white-30 {
    background-color: rgba(255, 255, 255, 0.3);
  }
}
@media only screen and (min-width: 1536px) {
  .xxl\:text-white-30 {
    color: rgba(255, 255, 255, 0.3);
  }
  .xxl\:bg-white-30 {
    background-color: rgba(255, 255, 255, 0.3);
  }
  .xxl\:border-white-30 {
    background-color: rgba(255, 255, 255, 0.3);
  }
}
@media only screen and (min-width: 1920px) {
  .xxxl\:text-white-30 {
    color: rgba(255, 255, 255, 0.3);
  }
  .xxxl\:bg-white-30 {
    background-color: rgba(255, 255, 255, 0.3);
  }
  .xxxl\:border-white-30 {
    background-color: rgba(255, 255, 255, 0.3);
  }
}
.text-white-30 {
  color: rgba(255, 255, 255, 0.3);
}

.bg-white-30 {
  background-color: rgba(255, 255, 255, 0.3);
}

.border-white-30 {
  background-color: rgba(255, 255, 255, 0.3);
}

@media only screen and (min-width: 320px) {
  .xxs\:text-white-20 {
    color: rgba(255, 255, 255, 0.2);
  }
  .xxs\:bg-white-20 {
    background-color: rgba(255, 255, 255, 0.2);
  }
  .xxs\:border-white-20 {
    background-color: rgba(255, 255, 255, 0.2);
  }
}
@media only screen and (min-width: 375px) {
  .xs\:text-white-20 {
    color: rgba(255, 255, 255, 0.2);
  }
  .xs\:bg-white-20 {
    background-color: rgba(255, 255, 255, 0.2);
  }
  .xs\:border-white-20 {
    background-color: rgba(255, 255, 255, 0.2);
  }
}
@media only screen and (min-width: 576px) {
  .s\:text-white-20 {
    color: rgba(255, 255, 255, 0.2);
  }
  .s\:bg-white-20 {
    background-color: rgba(255, 255, 255, 0.2);
  }
  .s\:border-white-20 {
    background-color: rgba(255, 255, 255, 0.2);
  }
}
@media only screen and (min-width: 640px) {
  .sm\:text-white-20 {
    color: rgba(255, 255, 255, 0.2);
  }
  .sm\:bg-white-20 {
    background-color: rgba(255, 255, 255, 0.2);
  }
  .sm\:border-white-20 {
    background-color: rgba(255, 255, 255, 0.2);
  }
}
@media only screen and (min-width: 768px) {
  .md\:text-white-20 {
    color: rgba(255, 255, 255, 0.2);
  }
  .md\:bg-white-20 {
    background-color: rgba(255, 255, 255, 0.2);
  }
  .md\:border-white-20 {
    background-color: rgba(255, 255, 255, 0.2);
  }
}
@media only screen and (min-width: 1024px) {
  .lg\:text-white-20 {
    color: rgba(255, 255, 255, 0.2);
  }
  .lg\:bg-white-20 {
    background-color: rgba(255, 255, 255, 0.2);
  }
  .lg\:border-white-20 {
    background-color: rgba(255, 255, 255, 0.2);
  }
}
@media only screen and (min-width: 1280px) {
  .xl\:text-white-20 {
    color: rgba(255, 255, 255, 0.2);
  }
  .xl\:bg-white-20 {
    background-color: rgba(255, 255, 255, 0.2);
  }
  .xl\:border-white-20 {
    background-color: rgba(255, 255, 255, 0.2);
  }
}
@media only screen and (min-width: 1536px) {
  .xxl\:text-white-20 {
    color: rgba(255, 255, 255, 0.2);
  }
  .xxl\:bg-white-20 {
    background-color: rgba(255, 255, 255, 0.2);
  }
  .xxl\:border-white-20 {
    background-color: rgba(255, 255, 255, 0.2);
  }
}
@media only screen and (min-width: 1920px) {
  .xxxl\:text-white-20 {
    color: rgba(255, 255, 255, 0.2);
  }
  .xxxl\:bg-white-20 {
    background-color: rgba(255, 255, 255, 0.2);
  }
  .xxxl\:border-white-20 {
    background-color: rgba(255, 255, 255, 0.2);
  }
}
.text-white-20 {
  color: rgba(255, 255, 255, 0.2);
}

.bg-white-20 {
  background-color: rgba(255, 255, 255, 0.2);
}

.border-white-20 {
  background-color: rgba(255, 255, 255, 0.2);
}

@media only screen and (min-width: 320px) {
  .xxs\:text-white-10 {
    color: rgba(255, 255, 255, 0.1);
  }
  .xxs\:bg-white-10 {
    background-color: rgba(255, 255, 255, 0.1);
  }
  .xxs\:border-white-10 {
    background-color: rgba(255, 255, 255, 0.1);
  }
}
@media only screen and (min-width: 375px) {
  .xs\:text-white-10 {
    color: rgba(255, 255, 255, 0.1);
  }
  .xs\:bg-white-10 {
    background-color: rgba(255, 255, 255, 0.1);
  }
  .xs\:border-white-10 {
    background-color: rgba(255, 255, 255, 0.1);
  }
}
@media only screen and (min-width: 576px) {
  .s\:text-white-10 {
    color: rgba(255, 255, 255, 0.1);
  }
  .s\:bg-white-10 {
    background-color: rgba(255, 255, 255, 0.1);
  }
  .s\:border-white-10 {
    background-color: rgba(255, 255, 255, 0.1);
  }
}
@media only screen and (min-width: 640px) {
  .sm\:text-white-10 {
    color: rgba(255, 255, 255, 0.1);
  }
  .sm\:bg-white-10 {
    background-color: rgba(255, 255, 255, 0.1);
  }
  .sm\:border-white-10 {
    background-color: rgba(255, 255, 255, 0.1);
  }
}
@media only screen and (min-width: 768px) {
  .md\:text-white-10 {
    color: rgba(255, 255, 255, 0.1);
  }
  .md\:bg-white-10 {
    background-color: rgba(255, 255, 255, 0.1);
  }
  .md\:border-white-10 {
    background-color: rgba(255, 255, 255, 0.1);
  }
}
@media only screen and (min-width: 1024px) {
  .lg\:text-white-10 {
    color: rgba(255, 255, 255, 0.1);
  }
  .lg\:bg-white-10 {
    background-color: rgba(255, 255, 255, 0.1);
  }
  .lg\:border-white-10 {
    background-color: rgba(255, 255, 255, 0.1);
  }
}
@media only screen and (min-width: 1280px) {
  .xl\:text-white-10 {
    color: rgba(255, 255, 255, 0.1);
  }
  .xl\:bg-white-10 {
    background-color: rgba(255, 255, 255, 0.1);
  }
  .xl\:border-white-10 {
    background-color: rgba(255, 255, 255, 0.1);
  }
}
@media only screen and (min-width: 1536px) {
  .xxl\:text-white-10 {
    color: rgba(255, 255, 255, 0.1);
  }
  .xxl\:bg-white-10 {
    background-color: rgba(255, 255, 255, 0.1);
  }
  .xxl\:border-white-10 {
    background-color: rgba(255, 255, 255, 0.1);
  }
}
@media only screen and (min-width: 1920px) {
  .xxxl\:text-white-10 {
    color: rgba(255, 255, 255, 0.1);
  }
  .xxxl\:bg-white-10 {
    background-color: rgba(255, 255, 255, 0.1);
  }
  .xxxl\:border-white-10 {
    background-color: rgba(255, 255, 255, 0.1);
  }
}
.text-white-10 {
  color: rgba(255, 255, 255, 0.1);
}

.bg-white-10 {
  background-color: rgba(255, 255, 255, 0.1);
}

.border-white-10 {
  background-color: rgba(255, 255, 255, 0.1);
}

@media only screen and (min-width: 320px) {
  .xxs\:text-white-0 {
    color: rgba(255, 255, 255, 0);
  }
  .xxs\:bg-white-0 {
    background-color: rgba(255, 255, 255, 0);
  }
  .xxs\:border-white-0 {
    background-color: rgba(255, 255, 255, 0);
  }
}
@media only screen and (min-width: 375px) {
  .xs\:text-white-0 {
    color: rgba(255, 255, 255, 0);
  }
  .xs\:bg-white-0 {
    background-color: rgba(255, 255, 255, 0);
  }
  .xs\:border-white-0 {
    background-color: rgba(255, 255, 255, 0);
  }
}
@media only screen and (min-width: 576px) {
  .s\:text-white-0 {
    color: rgba(255, 255, 255, 0);
  }
  .s\:bg-white-0 {
    background-color: rgba(255, 255, 255, 0);
  }
  .s\:border-white-0 {
    background-color: rgba(255, 255, 255, 0);
  }
}
@media only screen and (min-width: 640px) {
  .sm\:text-white-0 {
    color: rgba(255, 255, 255, 0);
  }
  .sm\:bg-white-0 {
    background-color: rgba(255, 255, 255, 0);
  }
  .sm\:border-white-0 {
    background-color: rgba(255, 255, 255, 0);
  }
}
@media only screen and (min-width: 768px) {
  .md\:text-white-0 {
    color: rgba(255, 255, 255, 0);
  }
  .md\:bg-white-0 {
    background-color: rgba(255, 255, 255, 0);
  }
  .md\:border-white-0 {
    background-color: rgba(255, 255, 255, 0);
  }
}
@media only screen and (min-width: 1024px) {
  .lg\:text-white-0 {
    color: rgba(255, 255, 255, 0);
  }
  .lg\:bg-white-0 {
    background-color: rgba(255, 255, 255, 0);
  }
  .lg\:border-white-0 {
    background-color: rgba(255, 255, 255, 0);
  }
}
@media only screen and (min-width: 1280px) {
  .xl\:text-white-0 {
    color: rgba(255, 255, 255, 0);
  }
  .xl\:bg-white-0 {
    background-color: rgba(255, 255, 255, 0);
  }
  .xl\:border-white-0 {
    background-color: rgba(255, 255, 255, 0);
  }
}
@media only screen and (min-width: 1536px) {
  .xxl\:text-white-0 {
    color: rgba(255, 255, 255, 0);
  }
  .xxl\:bg-white-0 {
    background-color: rgba(255, 255, 255, 0);
  }
  .xxl\:border-white-0 {
    background-color: rgba(255, 255, 255, 0);
  }
}
@media only screen and (min-width: 1920px) {
  .xxxl\:text-white-0 {
    color: rgba(255, 255, 255, 0);
  }
  .xxxl\:bg-white-0 {
    background-color: rgba(255, 255, 255, 0);
  }
  .xxxl\:border-white-0 {
    background-color: rgba(255, 255, 255, 0);
  }
}
.text-white-0 {
  color: rgba(255, 255, 255, 0);
}

.bg-white-0 {
  background-color: rgba(255, 255, 255, 0);
}

.border-white-0 {
  background-color: rgba(255, 255, 255, 0);
}

.bg-gradient-white-bottom {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
}

.fill-strong {
  fill: rgb(var(--icon-fill-strong));
}
.fill-primary {
  fill: rgb(var(--icon-fill-blue-600));
}
.fill-muted {
  fill: rgb(var(--icon-fill-muted));
}
.fill-ghost {
  fill: rgb(var(--color-ghost));
}
.fill-danger {
  fill: rgb(var(--color-danger));
}
.fill-success {
  fill: rgb(var(--color-success));
}
.fill-success-strong {
  fill: rgb(var(--color-success-strong));
}
.fill-negative {
  fill: rgb(var(--icon-fill-negative));
}
.fill-attention {
  fill: rgb(var(--color-attention));
}

@media only screen and (min-width: 320px) {
  .xxs\:fill-strong {
    fill: rgb(var(--icon-fill-strong));
  }
  .xxs\:fill-primary {
    fill: rgb(var(--icon-fill-blue-600));
  }
  .xxs\:fill-muted {
    fill: rgb(var(--icon-fill-muted));
  }
  .xxs\:fill-ghost {
    fill: rgb(var(--color-ghost));
  }
  .xxs\:fill-danger {
    fill: rgb(var(--color-danger));
  }
  .xxs\:fill-success {
    fill: rgb(var(--color-success));
  }
  .xxs\:fill-success-strong {
    fill: rgb(var(--color-success-strong));
  }
  .xxs\:fill-negative {
    fill: rgb(var(--icon-fill-negative));
  }
  .xxs\:fill-attention {
    fill: rgb(var(--color-attention));
  }
}
@media only screen and (min-width: 375px) {
  .xs\:fill-strong {
    fill: rgb(var(--icon-fill-strong));
  }
  .xs\:fill-primary {
    fill: rgb(var(--icon-fill-blue-600));
  }
  .xs\:fill-muted {
    fill: rgb(var(--icon-fill-muted));
  }
  .xs\:fill-ghost {
    fill: rgb(var(--color-ghost));
  }
  .xs\:fill-danger {
    fill: rgb(var(--color-danger));
  }
  .xs\:fill-success {
    fill: rgb(var(--color-success));
  }
  .xs\:fill-success-strong {
    fill: rgb(var(--color-success-strong));
  }
  .xs\:fill-negative {
    fill: rgb(var(--icon-fill-negative));
  }
  .xs\:fill-attention {
    fill: rgb(var(--color-attention));
  }
}
@media only screen and (min-width: 576px) {
  .s\:fill-strong {
    fill: rgb(var(--icon-fill-strong));
  }
  .s\:fill-primary {
    fill: rgb(var(--icon-fill-blue-600));
  }
  .s\:fill-muted {
    fill: rgb(var(--icon-fill-muted));
  }
  .s\:fill-ghost {
    fill: rgb(var(--color-ghost));
  }
  .s\:fill-danger {
    fill: rgb(var(--color-danger));
  }
  .s\:fill-success {
    fill: rgb(var(--color-success));
  }
  .s\:fill-success-strong {
    fill: rgb(var(--color-success-strong));
  }
  .s\:fill-negative {
    fill: rgb(var(--icon-fill-negative));
  }
  .s\:fill-attention {
    fill: rgb(var(--color-attention));
  }
}
@media only screen and (min-width: 640px) {
  .sm\:fill-strong {
    fill: rgb(var(--icon-fill-strong));
  }
  .sm\:fill-primary {
    fill: rgb(var(--icon-fill-blue-600));
  }
  .sm\:fill-muted {
    fill: rgb(var(--icon-fill-muted));
  }
  .sm\:fill-ghost {
    fill: rgb(var(--color-ghost));
  }
  .sm\:fill-danger {
    fill: rgb(var(--color-danger));
  }
  .sm\:fill-success {
    fill: rgb(var(--color-success));
  }
  .sm\:fill-success-strong {
    fill: rgb(var(--color-success-strong));
  }
  .sm\:fill-negative {
    fill: rgb(var(--icon-fill-negative));
  }
  .sm\:fill-attention {
    fill: rgb(var(--color-attention));
  }
}
@media only screen and (min-width: 768px) {
  .md\:fill-strong {
    fill: rgb(var(--icon-fill-strong));
  }
  .md\:fill-primary {
    fill: rgb(var(--icon-fill-blue-600));
  }
  .md\:fill-muted {
    fill: rgb(var(--icon-fill-muted));
  }
  .md\:fill-ghost {
    fill: rgb(var(--color-ghost));
  }
  .md\:fill-danger {
    fill: rgb(var(--color-danger));
  }
  .md\:fill-success {
    fill: rgb(var(--color-success));
  }
  .md\:fill-success-strong {
    fill: rgb(var(--color-success-strong));
  }
  .md\:fill-negative {
    fill: rgb(var(--icon-fill-negative));
  }
  .md\:fill-attention {
    fill: rgb(var(--color-attention));
  }
}
@media only screen and (min-width: 1024px) {
  .lg\:fill-strong {
    fill: rgb(var(--icon-fill-strong));
  }
  .lg\:fill-primary {
    fill: rgb(var(--icon-fill-blue-600));
  }
  .lg\:fill-muted {
    fill: rgb(var(--icon-fill-muted));
  }
  .lg\:fill-ghost {
    fill: rgb(var(--color-ghost));
  }
  .lg\:fill-danger {
    fill: rgb(var(--color-danger));
  }
  .lg\:fill-success {
    fill: rgb(var(--color-success));
  }
  .lg\:fill-success-strong {
    fill: rgb(var(--color-success-strong));
  }
  .lg\:fill-negative {
    fill: rgb(var(--icon-fill-negative));
  }
  .lg\:fill-attention {
    fill: rgb(var(--color-attention));
  }
}
@media only screen and (min-width: 1280px) {
  .xl\:fill-strong {
    fill: rgb(var(--icon-fill-strong));
  }
  .xl\:fill-primary {
    fill: rgb(var(--icon-fill-blue-600));
  }
  .xl\:fill-muted {
    fill: rgb(var(--icon-fill-muted));
  }
  .xl\:fill-ghost {
    fill: rgb(var(--color-ghost));
  }
  .xl\:fill-danger {
    fill: rgb(var(--color-danger));
  }
  .xl\:fill-success {
    fill: rgb(var(--color-success));
  }
  .xl\:fill-success-strong {
    fill: rgb(var(--color-success-strong));
  }
  .xl\:fill-negative {
    fill: rgb(var(--icon-fill-negative));
  }
  .xl\:fill-attention {
    fill: rgb(var(--color-attention));
  }
}
@media only screen and (min-width: 1536px) {
  .xxl\:fill-strong {
    fill: rgb(var(--icon-fill-strong));
  }
  .xxl\:fill-primary {
    fill: rgb(var(--icon-fill-blue-600));
  }
  .xxl\:fill-muted {
    fill: rgb(var(--icon-fill-muted));
  }
  .xxl\:fill-ghost {
    fill: rgb(var(--color-ghost));
  }
  .xxl\:fill-danger {
    fill: rgb(var(--color-danger));
  }
  .xxl\:fill-success {
    fill: rgb(var(--color-success));
  }
  .xxl\:fill-success-strong {
    fill: rgb(var(--color-success-strong));
  }
  .xxl\:fill-negative {
    fill: rgb(var(--icon-fill-negative));
  }
  .xxl\:fill-attention {
    fill: rgb(var(--color-attention));
  }
}
@media only screen and (min-width: 1920px) {
  .xxxl\:fill-strong {
    fill: rgb(var(--icon-fill-strong));
  }
  .xxxl\:fill-primary {
    fill: rgb(var(--icon-fill-blue-600));
  }
  .xxxl\:fill-muted {
    fill: rgb(var(--icon-fill-muted));
  }
  .xxxl\:fill-ghost {
    fill: rgb(var(--color-ghost));
  }
  .xxxl\:fill-danger {
    fill: rgb(var(--color-danger));
  }
  .xxxl\:fill-success {
    fill: rgb(var(--color-success));
  }
  .xxxl\:fill-success-strong {
    fill: rgb(var(--color-success-strong));
  }
  .xxxl\:fill-negative {
    fill: rgb(var(--icon-fill-negative));
  }
  .xxxl\:fill-attention {
    fill: rgb(var(--color-attention));
  }
}
.bg-primary {
  background-color: rgb(var(--bg-primary));
}
.bg-primary-with-hover:hover {
  background-color: rgb(var(--color-accent)/6%);
}
.bg-primary-highlight {
  background-color: rgb(var(--color-accent)/6%);
}
.bg-attention {
  background-color: rgb(var(--color-attention));
}
.bg-attention-muted {
  background-color: rgb(var(--color-attention-muted)/20%);
}
.bg-accent {
  background-color: rgb(var(--color-accent));
}
.bg-accent-highlight {
  background-color: #e6e9fc;
}
.bg-accent-muted {
  background-color: #f5f7fe;
}
.bg-ghost {
  background-color: rgb(var(--color-ghost)/15%);
}
.bg-secondary {
  background-color: rgb(var(--bg-secondary));
}
.bg-color-primary {
  background-color: rgb(var(--color-primary));
}
.bg-success {
  background-color: rgb(var(--color-success));
}
.bg-success-highlight {
  background-color: rgb(var(--color-success)/10%);
}
.bg-success-muted {
  background-color: rgb(var(--color-success-muted));
}
.bg-danger {
  background-color: rgb(var(--color-danger));
}
.bg-danger-muted {
  background-color: rgb(var(--color-danger)/10%);
}
.bg-danger-muted-opaque {
  background-color: #faefee;
}

@media only screen and (min-width: 320px) {
  .xxs\:bg-primary {
    background-color: rgb(var(--bg-primary));
  }
  .xxs\:bg-primary-with-hover:hover {
    background-color: rgb(var(--color-accent)/6%);
  }
  .xxs\:bg-primary-highlight {
    background-color: rgb(var(--color-accent)/6%);
  }
  .xxs\:bg-attention {
    background-color: rgb(var(--color-attention));
  }
  .xxs\:bg-attention-muted {
    background-color: rgb(var(--color-attention-muted)/20%);
  }
  .xxs\:bg-accent {
    background-color: rgb(var(--color-accent));
  }
  .xxs\:bg-accent-highlight {
    background-color: #e6e9fc;
  }
  .xxs\:bg-accent-muted {
    background-color: #f5f7fe;
  }
  .xxs\:bg-ghost {
    background-color: rgb(var(--color-ghost)/15%);
  }
  .xxs\:bg-secondary {
    background-color: rgb(var(--bg-secondary));
  }
  .xxs\:bg-color-primary {
    background-color: rgb(var(--color-primary));
  }
  .xxs\:bg-success {
    background-color: rgb(var(--color-success));
  }
  .xxs\:bg-success-highlight {
    background-color: rgb(var(--color-success)/10%);
  }
  .xxs\:bg-success-muted {
    background-color: rgb(var(--color-success-muted));
  }
  .xxs\:bg-danger {
    background-color: rgb(var(--color-danger));
  }
  .xxs\:bg-danger-muted {
    background-color: rgb(var(--color-danger)/10%);
  }
  .xxs\:bg-danger-muted-opaque {
    background-color: #faefee;
  }
}
@media only screen and (min-width: 375px) {
  .xs\:bg-primary {
    background-color: rgb(var(--bg-primary));
  }
  .xs\:bg-primary-with-hover:hover {
    background-color: rgb(var(--color-accent)/6%);
  }
  .xs\:bg-primary-highlight {
    background-color: rgb(var(--color-accent)/6%);
  }
  .xs\:bg-attention {
    background-color: rgb(var(--color-attention));
  }
  .xs\:bg-attention-muted {
    background-color: rgb(var(--color-attention-muted)/20%);
  }
  .xs\:bg-accent {
    background-color: rgb(var(--color-accent));
  }
  .xs\:bg-accent-highlight {
    background-color: #e6e9fc;
  }
  .xs\:bg-accent-muted {
    background-color: #f5f7fe;
  }
  .xs\:bg-ghost {
    background-color: rgb(var(--color-ghost)/15%);
  }
  .xs\:bg-secondary {
    background-color: rgb(var(--bg-secondary));
  }
  .xs\:bg-color-primary {
    background-color: rgb(var(--color-primary));
  }
  .xs\:bg-success {
    background-color: rgb(var(--color-success));
  }
  .xs\:bg-success-highlight {
    background-color: rgb(var(--color-success)/10%);
  }
  .xs\:bg-success-muted {
    background-color: rgb(var(--color-success-muted));
  }
  .xs\:bg-danger {
    background-color: rgb(var(--color-danger));
  }
  .xs\:bg-danger-muted {
    background-color: rgb(var(--color-danger)/10%);
  }
  .xs\:bg-danger-muted-opaque {
    background-color: #faefee;
  }
}
@media only screen and (min-width: 576px) {
  .s\:bg-primary {
    background-color: rgb(var(--bg-primary));
  }
  .s\:bg-primary-with-hover:hover {
    background-color: rgb(var(--color-accent)/6%);
  }
  .s\:bg-primary-highlight {
    background-color: rgb(var(--color-accent)/6%);
  }
  .s\:bg-attention {
    background-color: rgb(var(--color-attention));
  }
  .s\:bg-attention-muted {
    background-color: rgb(var(--color-attention-muted)/20%);
  }
  .s\:bg-accent {
    background-color: rgb(var(--color-accent));
  }
  .s\:bg-accent-highlight {
    background-color: #e6e9fc;
  }
  .s\:bg-accent-muted {
    background-color: #f5f7fe;
  }
  .s\:bg-ghost {
    background-color: rgb(var(--color-ghost)/15%);
  }
  .s\:bg-secondary {
    background-color: rgb(var(--bg-secondary));
  }
  .s\:bg-color-primary {
    background-color: rgb(var(--color-primary));
  }
  .s\:bg-success {
    background-color: rgb(var(--color-success));
  }
  .s\:bg-success-highlight {
    background-color: rgb(var(--color-success)/10%);
  }
  .s\:bg-success-muted {
    background-color: rgb(var(--color-success-muted));
  }
  .s\:bg-danger {
    background-color: rgb(var(--color-danger));
  }
  .s\:bg-danger-muted {
    background-color: rgb(var(--color-danger)/10%);
  }
  .s\:bg-danger-muted-opaque {
    background-color: #faefee;
  }
}
@media only screen and (min-width: 640px) {
  .sm\:bg-primary {
    background-color: rgb(var(--bg-primary));
  }
  .sm\:bg-primary-with-hover:hover {
    background-color: rgb(var(--color-accent)/6%);
  }
  .sm\:bg-primary-highlight {
    background-color: rgb(var(--color-accent)/6%);
  }
  .sm\:bg-attention {
    background-color: rgb(var(--color-attention));
  }
  .sm\:bg-attention-muted {
    background-color: rgb(var(--color-attention-muted)/20%);
  }
  .sm\:bg-accent {
    background-color: rgb(var(--color-accent));
  }
  .sm\:bg-accent-highlight {
    background-color: #e6e9fc;
  }
  .sm\:bg-accent-muted {
    background-color: #f5f7fe;
  }
  .sm\:bg-ghost {
    background-color: rgb(var(--color-ghost)/15%);
  }
  .sm\:bg-secondary {
    background-color: rgb(var(--bg-secondary));
  }
  .sm\:bg-color-primary {
    background-color: rgb(var(--color-primary));
  }
  .sm\:bg-success {
    background-color: rgb(var(--color-success));
  }
  .sm\:bg-success-highlight {
    background-color: rgb(var(--color-success)/10%);
  }
  .sm\:bg-success-muted {
    background-color: rgb(var(--color-success-muted));
  }
  .sm\:bg-danger {
    background-color: rgb(var(--color-danger));
  }
  .sm\:bg-danger-muted {
    background-color: rgb(var(--color-danger)/10%);
  }
  .sm\:bg-danger-muted-opaque {
    background-color: #faefee;
  }
}
@media only screen and (min-width: 768px) {
  .md\:bg-primary {
    background-color: rgb(var(--bg-primary));
  }
  .md\:bg-primary-with-hover:hover {
    background-color: rgb(var(--color-accent)/6%);
  }
  .md\:bg-primary-highlight {
    background-color: rgb(var(--color-accent)/6%);
  }
  .md\:bg-attention {
    background-color: rgb(var(--color-attention));
  }
  .md\:bg-attention-muted {
    background-color: rgb(var(--color-attention-muted)/20%);
  }
  .md\:bg-accent {
    background-color: rgb(var(--color-accent));
  }
  .md\:bg-accent-highlight {
    background-color: #e6e9fc;
  }
  .md\:bg-accent-muted {
    background-color: #f5f7fe;
  }
  .md\:bg-ghost {
    background-color: rgb(var(--color-ghost)/15%);
  }
  .md\:bg-secondary {
    background-color: rgb(var(--bg-secondary));
  }
  .md\:bg-color-primary {
    background-color: rgb(var(--color-primary));
  }
  .md\:bg-success {
    background-color: rgb(var(--color-success));
  }
  .md\:bg-success-highlight {
    background-color: rgb(var(--color-success)/10%);
  }
  .md\:bg-success-muted {
    background-color: rgb(var(--color-success-muted));
  }
  .md\:bg-danger {
    background-color: rgb(var(--color-danger));
  }
  .md\:bg-danger-muted {
    background-color: rgb(var(--color-danger)/10%);
  }
  .md\:bg-danger-muted-opaque {
    background-color: #faefee;
  }
}
@media only screen and (min-width: 1024px) {
  .lg\:bg-primary {
    background-color: rgb(var(--bg-primary));
  }
  .lg\:bg-primary-with-hover:hover {
    background-color: rgb(var(--color-accent)/6%);
  }
  .lg\:bg-primary-highlight {
    background-color: rgb(var(--color-accent)/6%);
  }
  .lg\:bg-attention {
    background-color: rgb(var(--color-attention));
  }
  .lg\:bg-attention-muted {
    background-color: rgb(var(--color-attention-muted)/20%);
  }
  .lg\:bg-accent {
    background-color: rgb(var(--color-accent));
  }
  .lg\:bg-accent-highlight {
    background-color: #e6e9fc;
  }
  .lg\:bg-accent-muted {
    background-color: #f5f7fe;
  }
  .lg\:bg-ghost {
    background-color: rgb(var(--color-ghost)/15%);
  }
  .lg\:bg-secondary {
    background-color: rgb(var(--bg-secondary));
  }
  .lg\:bg-color-primary {
    background-color: rgb(var(--color-primary));
  }
  .lg\:bg-success {
    background-color: rgb(var(--color-success));
  }
  .lg\:bg-success-highlight {
    background-color: rgb(var(--color-success)/10%);
  }
  .lg\:bg-success-muted {
    background-color: rgb(var(--color-success-muted));
  }
  .lg\:bg-danger {
    background-color: rgb(var(--color-danger));
  }
  .lg\:bg-danger-muted {
    background-color: rgb(var(--color-danger)/10%);
  }
  .lg\:bg-danger-muted-opaque {
    background-color: #faefee;
  }
}
@media only screen and (min-width: 1280px) {
  .xl\:bg-primary {
    background-color: rgb(var(--bg-primary));
  }
  .xl\:bg-primary-with-hover:hover {
    background-color: rgb(var(--color-accent)/6%);
  }
  .xl\:bg-primary-highlight {
    background-color: rgb(var(--color-accent)/6%);
  }
  .xl\:bg-attention {
    background-color: rgb(var(--color-attention));
  }
  .xl\:bg-attention-muted {
    background-color: rgb(var(--color-attention-muted)/20%);
  }
  .xl\:bg-accent {
    background-color: rgb(var(--color-accent));
  }
  .xl\:bg-accent-highlight {
    background-color: #e6e9fc;
  }
  .xl\:bg-accent-muted {
    background-color: #f5f7fe;
  }
  .xl\:bg-ghost {
    background-color: rgb(var(--color-ghost)/15%);
  }
  .xl\:bg-secondary {
    background-color: rgb(var(--bg-secondary));
  }
  .xl\:bg-color-primary {
    background-color: rgb(var(--color-primary));
  }
  .xl\:bg-success {
    background-color: rgb(var(--color-success));
  }
  .xl\:bg-success-highlight {
    background-color: rgb(var(--color-success)/10%);
  }
  .xl\:bg-success-muted {
    background-color: rgb(var(--color-success-muted));
  }
  .xl\:bg-danger {
    background-color: rgb(var(--color-danger));
  }
  .xl\:bg-danger-muted {
    background-color: rgb(var(--color-danger)/10%);
  }
  .xl\:bg-danger-muted-opaque {
    background-color: #faefee;
  }
}
@media only screen and (min-width: 1536px) {
  .xxl\:bg-primary {
    background-color: rgb(var(--bg-primary));
  }
  .xxl\:bg-primary-with-hover:hover {
    background-color: rgb(var(--color-accent)/6%);
  }
  .xxl\:bg-primary-highlight {
    background-color: rgb(var(--color-accent)/6%);
  }
  .xxl\:bg-attention {
    background-color: rgb(var(--color-attention));
  }
  .xxl\:bg-attention-muted {
    background-color: rgb(var(--color-attention-muted)/20%);
  }
  .xxl\:bg-accent {
    background-color: rgb(var(--color-accent));
  }
  .xxl\:bg-accent-highlight {
    background-color: #e6e9fc;
  }
  .xxl\:bg-accent-muted {
    background-color: #f5f7fe;
  }
  .xxl\:bg-ghost {
    background-color: rgb(var(--color-ghost)/15%);
  }
  .xxl\:bg-secondary {
    background-color: rgb(var(--bg-secondary));
  }
  .xxl\:bg-color-primary {
    background-color: rgb(var(--color-primary));
  }
  .xxl\:bg-success {
    background-color: rgb(var(--color-success));
  }
  .xxl\:bg-success-highlight {
    background-color: rgb(var(--color-success)/10%);
  }
  .xxl\:bg-success-muted {
    background-color: rgb(var(--color-success-muted));
  }
  .xxl\:bg-danger {
    background-color: rgb(var(--color-danger));
  }
  .xxl\:bg-danger-muted {
    background-color: rgb(var(--color-danger)/10%);
  }
  .xxl\:bg-danger-muted-opaque {
    background-color: #faefee;
  }
}
@media only screen and (min-width: 1920px) {
  .xxxl\:bg-primary {
    background-color: rgb(var(--bg-primary));
  }
  .xxxl\:bg-primary-with-hover:hover {
    background-color: rgb(var(--color-accent)/6%);
  }
  .xxxl\:bg-primary-highlight {
    background-color: rgb(var(--color-accent)/6%);
  }
  .xxxl\:bg-attention {
    background-color: rgb(var(--color-attention));
  }
  .xxxl\:bg-attention-muted {
    background-color: rgb(var(--color-attention-muted)/20%);
  }
  .xxxl\:bg-accent {
    background-color: rgb(var(--color-accent));
  }
  .xxxl\:bg-accent-highlight {
    background-color: #e6e9fc;
  }
  .xxxl\:bg-accent-muted {
    background-color: #f5f7fe;
  }
  .xxxl\:bg-ghost {
    background-color: rgb(var(--color-ghost)/15%);
  }
  .xxxl\:bg-secondary {
    background-color: rgb(var(--bg-secondary));
  }
  .xxxl\:bg-color-primary {
    background-color: rgb(var(--color-primary));
  }
  .xxxl\:bg-success {
    background-color: rgb(var(--color-success));
  }
  .xxxl\:bg-success-highlight {
    background-color: rgb(var(--color-success)/10%);
  }
  .xxxl\:bg-success-muted {
    background-color: rgb(var(--color-success-muted));
  }
  .xxxl\:bg-danger {
    background-color: rgb(var(--color-danger));
  }
  .xxxl\:bg-danger-muted {
    background-color: rgb(var(--color-danger)/10%);
  }
  .xxxl\:bg-danger-muted-opaque {
    background-color: #faefee;
  }
}
.text-primary {
  color: rgb(var(--color-primary));
}
.text-primary-strong {
  color: rgb(var(--color-primary-strong));
}
.text-strong {
  color: rgb(var(--text-strong));
}
.text-negative {
  color: rgb(var(--text-negative));
}
.text-accent {
  color: rgb(var(--color-accent));
}
.text-danger {
  color: rgb(var(--color-danger));
}
.text-success {
  color: rgb(var(--color-success));
}
.text-success-strong {
  color: rgb(var(--color-success-strong));
}
.text-muted {
  color: rgb(var(--text-muted));
}
.text-attention {
  color: rgb(var(--color-attention));
}

@media only screen and (min-width: 320px) {
  .xxs\:text-primary {
    color: rgb(var(--color-primary));
  }
  .xxs\:text-primary-strong {
    color: rgb(var(--color-primary-strong));
  }
  .xxs\:text-strong {
    color: rgb(var(--text-strong));
  }
  .xxs\:text-negative {
    color: rgb(var(--text-negative));
  }
  .xxs\:text-accent {
    color: rgb(var(--color-accent));
  }
  .xxs\:text-danger {
    color: rgb(var(--color-danger));
  }
  .xxs\:text-success {
    color: rgb(var(--color-success));
  }
  .xxs\:text-success-strong {
    color: rgb(var(--color-success-strong));
  }
  .xxs\:text-muted {
    color: rgb(var(--text-muted));
  }
  .xxs\:text-attention {
    color: rgb(var(--color-attention));
  }
}
@media only screen and (min-width: 375px) {
  .xs\:text-primary {
    color: rgb(var(--color-primary));
  }
  .xs\:text-primary-strong {
    color: rgb(var(--color-primary-strong));
  }
  .xs\:text-strong {
    color: rgb(var(--text-strong));
  }
  .xs\:text-negative {
    color: rgb(var(--text-negative));
  }
  .xs\:text-accent {
    color: rgb(var(--color-accent));
  }
  .xs\:text-danger {
    color: rgb(var(--color-danger));
  }
  .xs\:text-success {
    color: rgb(var(--color-success));
  }
  .xs\:text-success-strong {
    color: rgb(var(--color-success-strong));
  }
  .xs\:text-muted {
    color: rgb(var(--text-muted));
  }
  .xs\:text-attention {
    color: rgb(var(--color-attention));
  }
}
@media only screen and (min-width: 576px) {
  .s\:text-primary {
    color: rgb(var(--color-primary));
  }
  .s\:text-primary-strong {
    color: rgb(var(--color-primary-strong));
  }
  .s\:text-strong {
    color: rgb(var(--text-strong));
  }
  .s\:text-negative {
    color: rgb(var(--text-negative));
  }
  .s\:text-accent {
    color: rgb(var(--color-accent));
  }
  .s\:text-danger {
    color: rgb(var(--color-danger));
  }
  .s\:text-success {
    color: rgb(var(--color-success));
  }
  .s\:text-success-strong {
    color: rgb(var(--color-success-strong));
  }
  .s\:text-muted {
    color: rgb(var(--text-muted));
  }
  .s\:text-attention {
    color: rgb(var(--color-attention));
  }
}
@media only screen and (min-width: 640px) {
  .sm\:text-primary {
    color: rgb(var(--color-primary));
  }
  .sm\:text-primary-strong {
    color: rgb(var(--color-primary-strong));
  }
  .sm\:text-strong {
    color: rgb(var(--text-strong));
  }
  .sm\:text-negative {
    color: rgb(var(--text-negative));
  }
  .sm\:text-accent {
    color: rgb(var(--color-accent));
  }
  .sm\:text-danger {
    color: rgb(var(--color-danger));
  }
  .sm\:text-success {
    color: rgb(var(--color-success));
  }
  .sm\:text-success-strong {
    color: rgb(var(--color-success-strong));
  }
  .sm\:text-muted {
    color: rgb(var(--text-muted));
  }
  .sm\:text-attention {
    color: rgb(var(--color-attention));
  }
}
@media only screen and (min-width: 768px) {
  .md\:text-primary {
    color: rgb(var(--color-primary));
  }
  .md\:text-primary-strong {
    color: rgb(var(--color-primary-strong));
  }
  .md\:text-strong {
    color: rgb(var(--text-strong));
  }
  .md\:text-negative {
    color: rgb(var(--text-negative));
  }
  .md\:text-accent {
    color: rgb(var(--color-accent));
  }
  .md\:text-danger {
    color: rgb(var(--color-danger));
  }
  .md\:text-success {
    color: rgb(var(--color-success));
  }
  .md\:text-success-strong {
    color: rgb(var(--color-success-strong));
  }
  .md\:text-muted {
    color: rgb(var(--text-muted));
  }
  .md\:text-attention {
    color: rgb(var(--color-attention));
  }
}
@media only screen and (min-width: 1024px) {
  .lg\:text-primary {
    color: rgb(var(--color-primary));
  }
  .lg\:text-primary-strong {
    color: rgb(var(--color-primary-strong));
  }
  .lg\:text-strong {
    color: rgb(var(--text-strong));
  }
  .lg\:text-negative {
    color: rgb(var(--text-negative));
  }
  .lg\:text-accent {
    color: rgb(var(--color-accent));
  }
  .lg\:text-danger {
    color: rgb(var(--color-danger));
  }
  .lg\:text-success {
    color: rgb(var(--color-success));
  }
  .lg\:text-success-strong {
    color: rgb(var(--color-success-strong));
  }
  .lg\:text-muted {
    color: rgb(var(--text-muted));
  }
  .lg\:text-attention {
    color: rgb(var(--color-attention));
  }
}
@media only screen and (min-width: 1280px) {
  .xl\:text-primary {
    color: rgb(var(--color-primary));
  }
  .xl\:text-primary-strong {
    color: rgb(var(--color-primary-strong));
  }
  .xl\:text-strong {
    color: rgb(var(--text-strong));
  }
  .xl\:text-negative {
    color: rgb(var(--text-negative));
  }
  .xl\:text-accent {
    color: rgb(var(--color-accent));
  }
  .xl\:text-danger {
    color: rgb(var(--color-danger));
  }
  .xl\:text-success {
    color: rgb(var(--color-success));
  }
  .xl\:text-success-strong {
    color: rgb(var(--color-success-strong));
  }
  .xl\:text-muted {
    color: rgb(var(--text-muted));
  }
  .xl\:text-attention {
    color: rgb(var(--color-attention));
  }
}
@media only screen and (min-width: 1536px) {
  .xxl\:text-primary {
    color: rgb(var(--color-primary));
  }
  .xxl\:text-primary-strong {
    color: rgb(var(--color-primary-strong));
  }
  .xxl\:text-strong {
    color: rgb(var(--text-strong));
  }
  .xxl\:text-negative {
    color: rgb(var(--text-negative));
  }
  .xxl\:text-accent {
    color: rgb(var(--color-accent));
  }
  .xxl\:text-danger {
    color: rgb(var(--color-danger));
  }
  .xxl\:text-success {
    color: rgb(var(--color-success));
  }
  .xxl\:text-success-strong {
    color: rgb(var(--color-success-strong));
  }
  .xxl\:text-muted {
    color: rgb(var(--text-muted));
  }
  .xxl\:text-attention {
    color: rgb(var(--color-attention));
  }
}
@media only screen and (min-width: 1920px) {
  .xxxl\:text-primary {
    color: rgb(var(--color-primary));
  }
  .xxxl\:text-primary-strong {
    color: rgb(var(--color-primary-strong));
  }
  .xxxl\:text-strong {
    color: rgb(var(--text-strong));
  }
  .xxxl\:text-negative {
    color: rgb(var(--text-negative));
  }
  .xxxl\:text-accent {
    color: rgb(var(--color-accent));
  }
  .xxxl\:text-danger {
    color: rgb(var(--color-danger));
  }
  .xxxl\:text-success {
    color: rgb(var(--color-success));
  }
  .xxxl\:text-success-strong {
    color: rgb(var(--color-success-strong));
  }
  .xxxl\:text-muted {
    color: rgb(var(--text-muted));
  }
  .xxxl\:text-attention {
    color: rgb(var(--color-attention));
  }
}
body {
  min-height: 100vh;
}
@media only screen and (min-width: 1536px) {
  body {
    background-color: rgb(var(--bg-secondary));
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media only screen and (min-width: 320px) {
  .xxs\:hidden {
    display: none !important;
  }
}
@media only screen and (min-width: 375px) {
  .xs\:hidden {
    display: none !important;
  }
}
@media only screen and (min-width: 576px) {
  .s\:hidden {
    display: none !important;
  }
}
@media only screen and (min-width: 640px) {
  .sm\:hidden {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .md\:hidden {
    display: none !important;
  }
}
@media only screen and (min-width: 1024px) {
  .lg\:hidden {
    display: none !important;
  }
}
@media only screen and (min-width: 1280px) {
  .xl\:hidden {
    display: none !important;
  }
}
@media only screen and (min-width: 1536px) {
  .xxl\:hidden {
    display: none !important;
  }
}
@media only screen and (min-width: 1920px) {
  .xxxl\:hidden {
    display: none !important;
  }
}
.hidden,
[hidden] {
  display: none !important;
}

[data-toggle-visibility-toggleable-state-value=hidden] [data-toggle-visibility-target=toggleable] > * {
  display: none !important;
}

.xxs\:show {
  display: block;
}
@media only screen and (max-width: 319.9px) {
  .xxs\:show {
    display: none;
  }
}

.xs\:show {
  display: block;
}
@media only screen and (max-width: 374.9px) {
  .xs\:show {
    display: none;
  }
}

.s\:show {
  display: block;
}
@media only screen and (max-width: 575.9px) {
  .s\:show {
    display: none;
  }
}

.sm\:show {
  display: block;
}
@media only screen and (max-width: 639.9px) {
  .sm\:show {
    display: none;
  }
}

.md\:show {
  display: block;
}
@media only screen and (max-width: 767.9px) {
  .md\:show {
    display: none;
  }
}

.lg\:show {
  display: block;
}
@media only screen and (max-width: 1023.9px) {
  .lg\:show {
    display: none;
  }
}

.xl\:show {
  display: block;
}
@media only screen and (max-width: 1279.9px) {
  .xl\:show {
    display: none;
  }
}

.xxl\:show {
  display: block;
}
@media only screen and (max-width: 1535.9px) {
  .xxl\:show {
    display: none;
  }
}

.xxxl\:show {
  display: block;
}
@media only screen and (max-width: 1919.9px) {
  .xxxl\:show {
    display: none;
  }
}

.container {
  --container-size: 100%;
  width: 100%;
  max-width: var(--container-size);
  margin-right: auto;
  margin-left: auto;
}
.container-lg {
  --container-size: var(--size-lg);
}
.container-md {
  --container-size: var(--size-md);
}
.container-xs {
  --container-size: var(--size-xs);
}
.container-s {
  --container-size: var(--size-s);
}

.layout {
  min-height: 100vh;
}
@media only screen and (max-width: 1023px) {
  .layout {
    display: flex;
    flex-direction: column;
  }
}
.is-native-app .layout {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  .layout {
    display: grid;
    max-height: 100vh;
    overflow: hidden;
    grid-template-rows: 1fr;
    grid-template-columns: 280px 1fr;
    grid-template-areas: "menu content";
  }
  .has-many-trusts .layout {
    max-height: calc(100vh - var(--layout-top-nav));
  }
}
@media only screen and (min-width: 1024px) and (min-width: 1024px) {
  .has-many-trusts .layout {
    grid-template-rows: var(--layout-top-nav) 1fr;
    grid-template-areas: "nav nav" "menu content";
  }
}
@media only screen and (min-width: 1024px) and (min-width: 1024px) {
  .is-impersonating .layout {
    grid-template-rows: var(--layout-top-nav) 1fr;
    grid-template-columns: 280px 1fr;
    grid-template-areas: "banner banner" "menu content";
  }
}
@media only screen and (min-width: 1024px) {
  .is-impersonating.has-many-trusts .layout {
    max-height: calc(100vh - var(--layout-top-nav) - var(--layout-top-nav));
    grid-template-rows: var(--layout-top-nav) var(--layout-top-nav) 1fr;
    grid-template-columns: 280px 1fr;
    grid-template-areas: "banner banner" "nav nav" "menu content";
  }
}
@media only screen and (min-width: 1536px) {
  .layout {
    max-width: var(--size-xl);
    margin: 0 auto;
  }
}
.layout__impersonation-banner {
  display: none;
  position: sticky;
  z-index: var(--z-header);
  top: 0;
  grid-area: banner;
  height: var(--layout-top-nav);
}
.is-impersonating .layout__impersonation-banner {
  display: block;
}
.layout__nav {
  display: none;
  position: sticky;
  z-index: calc(var(--z-header) + 1);
  top: 0;
  grid-area: nav;
}
@media only screen and (min-width: 1024px) {
  .has-many-trusts .layout__nav {
    display: block;
  }
}
.layout__header {
  position: sticky;
  z-index: var(--z-header);
  top: 0;
  width: 100%;
  height: var(--header-height);
  padding-top: env(safe-area-inset-top, 0);
  background-color: white;
  border-bottom: 1px solid var(--border-muted);
}
.layout__header-bar {
  display: grid;
  grid-gap: 0.75em;
  grid-template-columns: 80px 1fr 80px;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  text-align: center;
}
.layout__header-bar > div:nth-child(1) {
  display: flex;
  justify-content: flex-start;
  text-align: left;
}
.layout__header-bar > div:nth-child(2) {
  display: flex;
  justify-content: center;
  line-height: 1.5;
  text-align: center;
}
.layout__header-bar > div:nth-child(3) {
  display: flex;
  justify-content: flex-end;
  text-align: right;
}
.layout__header-inner {
  padding: 0 1rem;
}
@media only screen and (min-width: 1024px) {
  .layout__header-inner {
    margin-right: auto;
    margin-left: auto;
    padding: 0 var(--layout-inner-spacing);
  }
}
.layout__content {
  grid-area: content;
  flex: 1;
}
@media only screen and (min-width: 640px) {
  .layout__content-inner {
    max-width: var(--size-sm);
    margin-right: auto;
    margin-left: auto;
  }
  .layout__content-inner--xs {
    max-width: var(--size-xs);
  }
  .layout__content-inner--s {
    max-width: var(--size-s);
  }
  .layout__content-inner--md {
    max-width: var(--size-md);
  }
  .layout__content-inner--ml {
    max-width: var(--size-ml);
  }
}
@media only screen and (min-width: 1024px) {
  .layout__menu {
    overflow-y: auto;
  }
}
@media only screen and (max-width: 1023px) {
  .layout__menu {
    position: sticky;
    z-index: var(--z-header);
    bottom: 0;
    left: 0;
    width: 100vw;
    height: calc(var(--nav-global-height) + env(safe-area-inset-bottom));
  }
}
@media only screen and (max-width: 1023px) {
  .layout--full-screen .layout__menu {
    display: none;
  }
}
.layout-stretch {
  flex: 1;
  height: 100%;
}
@media only screen and (min-width: 1024px) {
  .layout--focus {
    display: flex;
    flex-direction: column;
  }
}
.layout--one-col {
  display: flex;
  flex-direction: column;
}
.layout-p {
  padding: var(--layout-inner-spacing);
}
.layout-pt {
  padding-top: var(--layout-inner-spacing);
}
.layout-pr {
  padding-right: var(--layout-inner-spacing);
}
.layout-pb {
  padding-bottom: var(--layout-inner-spacing);
}
.layout-pl {
  padding-left: var(--layout-inner-spacing);
}

@media only screen and (min-width: 320px) {
  .xxs\:layout-p {
    padding: var(--layout-inner-spacing);
  }
  .xxs\:layout-pt {
    padding-top: var(--layout-inner-spacing);
  }
  .xxs\:layout-pr {
    padding-right: var(--layout-inner-spacing);
  }
  .xxs\:layout-pb {
    padding-bottom: var(--layout-inner-spacing);
  }
  .xxs\:layout-pl {
    padding-left: var(--layout-inner-spacing);
  }
}
@media only screen and (min-width: 375px) {
  .xs\:layout-p {
    padding: var(--layout-inner-spacing);
  }
  .xs\:layout-pt {
    padding-top: var(--layout-inner-spacing);
  }
  .xs\:layout-pr {
    padding-right: var(--layout-inner-spacing);
  }
  .xs\:layout-pb {
    padding-bottom: var(--layout-inner-spacing);
  }
  .xs\:layout-pl {
    padding-left: var(--layout-inner-spacing);
  }
}
@media only screen and (min-width: 576px) {
  .s\:layout-p {
    padding: var(--layout-inner-spacing);
  }
  .s\:layout-pt {
    padding-top: var(--layout-inner-spacing);
  }
  .s\:layout-pr {
    padding-right: var(--layout-inner-spacing);
  }
  .s\:layout-pb {
    padding-bottom: var(--layout-inner-spacing);
  }
  .s\:layout-pl {
    padding-left: var(--layout-inner-spacing);
  }
}
@media only screen and (min-width: 640px) {
  .sm\:layout-p {
    padding: var(--layout-inner-spacing);
  }
  .sm\:layout-pt {
    padding-top: var(--layout-inner-spacing);
  }
  .sm\:layout-pr {
    padding-right: var(--layout-inner-spacing);
  }
  .sm\:layout-pb {
    padding-bottom: var(--layout-inner-spacing);
  }
  .sm\:layout-pl {
    padding-left: var(--layout-inner-spacing);
  }
}
@media only screen and (min-width: 768px) {
  .md\:layout-p {
    padding: var(--layout-inner-spacing);
  }
  .md\:layout-pt {
    padding-top: var(--layout-inner-spacing);
  }
  .md\:layout-pr {
    padding-right: var(--layout-inner-spacing);
  }
  .md\:layout-pb {
    padding-bottom: var(--layout-inner-spacing);
  }
  .md\:layout-pl {
    padding-left: var(--layout-inner-spacing);
  }
}
@media only screen and (min-width: 1024px) {
  .lg\:layout-p {
    padding: var(--layout-inner-spacing);
  }
  .lg\:layout-pt {
    padding-top: var(--layout-inner-spacing);
  }
  .lg\:layout-pr {
    padding-right: var(--layout-inner-spacing);
  }
  .lg\:layout-pb {
    padding-bottom: var(--layout-inner-spacing);
  }
  .lg\:layout-pl {
    padding-left: var(--layout-inner-spacing);
  }
}
@media only screen and (min-width: 1280px) {
  .xl\:layout-p {
    padding: var(--layout-inner-spacing);
  }
  .xl\:layout-pt {
    padding-top: var(--layout-inner-spacing);
  }
  .xl\:layout-pr {
    padding-right: var(--layout-inner-spacing);
  }
  .xl\:layout-pb {
    padding-bottom: var(--layout-inner-spacing);
  }
  .xl\:layout-pl {
    padding-left: var(--layout-inner-spacing);
  }
}
@media only screen and (min-width: 1536px) {
  .xxl\:layout-p {
    padding: var(--layout-inner-spacing);
  }
  .xxl\:layout-pt {
    padding-top: var(--layout-inner-spacing);
  }
  .xxl\:layout-pr {
    padding-right: var(--layout-inner-spacing);
  }
  .xxl\:layout-pb {
    padding-bottom: var(--layout-inner-spacing);
  }
  .xxl\:layout-pl {
    padding-left: var(--layout-inner-spacing);
  }
}
@media only screen and (min-width: 1920px) {
  .xxxl\:layout-p {
    padding: var(--layout-inner-spacing);
  }
  .xxxl\:layout-pt {
    padding-top: var(--layout-inner-spacing);
  }
  .xxxl\:layout-pr {
    padding-right: var(--layout-inner-spacing);
  }
  .xxxl\:layout-pb {
    padding-bottom: var(--layout-inner-spacing);
  }
  .xxxl\:layout-pl {
    padding-left: var(--layout-inner-spacing);
  }
}
.relative {
  position: relative;
}

@media only screen and (max-width: 1023px) {
  .affixed {
    position: fixed;
    left: 0;
    width: 100%;
    padding: 0 1.5rem 1.5rem;
  }
  .affixed-bottom {
    bottom: env(safe-area-inset-bottom);
  }
}

.sticky {
  position: sticky;
}
.sticky--top {
  top: 0;
}
.sticky--below-header {
  top: var(--header-height);
}
.is-native-app .sticky--below-header {
  top: var(--header-height);
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.truncate-wrap {
  display: flex;
  flex: 1;
  min-width: 0;
}

table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  text-align: left;
}
table th {
  color: rgb(var(--text-muted));
  font-weight: normal;
}
table thead tr {
  border-bottom: var(--border-width-thin) solid var(--border-muted);
}
table tbody tr:not(:last-child) {
  border-bottom: var(--border-width-thin) solid var(--border-muted);
}
table td,
table th {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

textarea {
  resize: vertical;
}

.form-group--error .form-control {
  background-color: rgb(var(--color-danger)/10%);
}
.input-group .form-control {
  flex: 1;
  border-radius: var(--border-radius-base) 0 0 var(--border-radius-base);
}
.form-control:focus {
  outline: var(--border-width-thick) solid rgb(var(--color-primary));
}
.form-control:hover {
  --bg-color: rgb(var(--text-muted) / 10%);
}
.form-control[disabled], .form-control.disabled {
  border: 0;
  background-color: rgb(var(--text-muted)/15%);
  color: rgb(var(--text-muted)/70%);
  cursor: not-allowed;
}
.form-control[disabled]:hover, .form-control.disabled:hover {
  background-color: rgb(var(--text-muted)/15%);
}

input[type=date] {
  display: block;
  appearance: none;
  min-height: 40px;
}

input[type=date]::-webkit-date-and-time-value {
  margin-top: 3px;
  text-align: left;
}

select {
  height: 40px;
  padding-right: 30px;
  background-image: url(/assets/select-caret-8f2b3cb1f697f6b9a174a498362a5a0e99d9f287652edce47146f7623231ec31.svg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 24px;
  appearance: none;
}
select.form-control {
  padding-right: 30px;
}

input::file-selector-button {
  padding: 0.5em;
  border: 0;
  border-radius: 4px;
  background-color: rgb(var(--color-accent)/6%);
  color: rgb(var(--color-primary));
  font-weight: bold;
}
input::file-selector-button:hover {
  background-color: rgb(var(--color-primary)/10%);
}

.form-label {
  font-weight: 500;
}
.form-group--error .form-label {
  color: rgb(var(--color-danger));
}
.form-label.disabled {
  color: rgb(var(--text-muted));
}

.form-error-message {
  color: rgb(var(--color-danger));
}

.input-file {
  display: flex;
  align-items: center;
  justify-content: center;
}

.input-group {
  display: flex;
  align-items: stretch;
}
.input-group__text, .input-group__button {
  display: flex;
  align-items: center;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  border-top: var(--border-width-thin) solid var(--border-muted);
  border-right: var(--border-width-thin) solid var(--border-muted);
  border-bottom: var(--border-width-thin) solid var(--border-muted);
  border-radius: 0 var(--border-radius-base) var(--border-radius-base) 0;
}
.input-group__button {
  border-top: var(--border-width-thin) solid var(--border-muted);
  border-right: var(--border-width-thin) solid var(--border-muted);
  border-bottom: var(--border-width-thin) solid var(--border-muted);
  border-left: 0;
  background-color: inherit;
}

.select-simplified {
  appearance: none;
  height: auto;
  min-height: auto;
  padding: 0 0.8em 0 0;
  border: 0;
  background-color: transparent;
  background-image: url(/assets/select-caret-simplified-9dc45e84a5bddc061322d86eae2e15efc55e05f874658baf9c8c62c2bab8b46e.svg);
  background-size: 12px;
  cursor: pointer;
}
.select-simplified:focus, .select-simplified:active {
  outline: 0;
}

.ocr-processing {
  position: relative;
}
.ocr-processing::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 3;
  top: calc(1em + 12px + 0.5rem);
  right: 0.5rem;
  width: 24px;
  height: 24px;
  animation: rotate 2s linear infinite;
  background-image: url(/assets/spinner-e454ee055d650cc3ece141de803fded3f878b9182cb7f566bb00f8cb11d11834.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.ocr-processing::after {
  content: "レシートを読み取っています...";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  padding: 0.5rem;
  border-radius: var(--border-radius-base);
  background-color: #f1f2f8;
  color: rgb(var(--text-muted));
  font-size: 14px;
}

.is-native-app input[type=file] {
  overflow: auto;
}

.nav-global {
  --color-active: rgb(var(--color-accent));
  --color-default: rgb(var(--text-muted));
  --color-highlight: rgb(var(--color-accent) / 8%);
  --color-background: rgb(var(--bg-primary));
  --color-icon: rgb(var(--icon-fill-muted) / 70%);
  display: flex;
}
@media only screen and (max-width: 1023px) {
  .nav-global {
    --color-active: rgb(255 255 255);
    --color-default: rgb(199 210 254 / 80%);
    --color-highlight: transparent;
    --color-icon: rgb(165 180 252);
    --color-background: rgb(var(--color-primary));
  }
}
@media only screen and (min-width: 1024px) {
  .nav-global {
    flex-direction: column;
  }
}
.nav-global__logo {
  z-index: var(--z-header);
  height: var(--header-height);
}
@media only screen and (max-width: 1023px) {
  .nav-global__logo {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .nav-global__logo {
    position: sticky;
    top: 0;
  }
}
.nav-global__logo-inner {
  height: 100%;
  padding-right: 1.5em;
  padding-left: 1.5em;
}
.nav-global__inner {
  display: flex;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .nav-global__inner {
    flex-direction: column;
    padding: 0.75em 1em 1em;
  }
}
@media only screen and (max-width: 1023px) {
  .nav-global__inner {
    height: var(--nav-global-height);
    background-color: var(--color-background);
  }
}
.nav-global__divider {
  margin: 0.75em 0;
}
.nav-global__item {
  display: flex;
  flex: 1;
  align-items: center;
  cursor: pointer;
}
.nav-global__item:hover {
  background-color: rgb(var(--color-accent)/4%);
}
.nav-global__item.active {
  background-color: var(--color-highlight);
}
@media only screen and (min-width: 1024px) {
  .nav-global__item {
    min-height: 44px;
    margin-top: 0.25em;
    padding: 0.75em 1em;
    border-radius: var(--border-radius-large);
  }
}
@media only screen and (max-width: 1023px) {
  .nav-global__item {
    flex-direction: column;
    justify-content: center;
    min-height: 100%;
    text-align: center;
  }
}
.nav-global__label {
  color: var(--color-default);
  font-size: 0.7rem;
  line-height: 1;
}
@media only screen and (max-width: 1023px) {
  .nav-global__label {
    margin-top: 8px;
    font-weight: bolder;
  }
}
@media only screen and (min-width: 1024px) {
  .nav-global__label {
    font-size: 1rem;
  }
}
.active .nav-global__label {
  color: var(--color-active);
}
.nav-global__icon {
  width: 18px;
  height: 18px;
  opacity: 0.65;
  fill: var(--color-icon);
}
@media only screen and (min-width: 1024px) {
  .nav-global__icon {
    margin-right: 1em;
  }
}
.active .nav-global__icon {
  opacity: 1;
  fill: var(--color-active);
}
.nav-global__main {
  width: 32px;
  height: 32px;
}

.nav-site {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: space-between;
  padding: 0 1em;
}
.nav-site__breadcrumb {
  display: flex;
  position: relative;
  align-items: center;
}
.nav-site__breadcrumb-item {
  display: flex;
  position: relative;
  flex-grow: 0;
  align-items: center;
}

.nav-tab {
  --color-highlight: rgb(var(--color-accent) / 6%);
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--border-muted);
  font-weight: 500;
}
@media only screen and (min-width: 1024px) {
  .nav-tab--pill {
    border: 1px solid var(--border-muted);
    border-radius: 8px;
  }
}
.nav-tab__item {
  display: flex;
  position: relative;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding-top: 8px;
  padding-bottom: 8px;
  color: rgb(var(--text-muted));
  cursor: pointer;
}
.nav-tab__item:not(:last-child) {
  border-right: 1px solid var(--border-muted);
}
.nav-tab__item:hover {
  background-color: var(--color-highlight);
  color: rgb(var(--color-accent));
}
.nav-tab--pill .nav-tab__item:last-child {
  border-right: 0;
}
@media only screen and (min-width: 1024px) {
  .nav-tab--pill .nav-tab__item:last-child {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
  }
}
@media only screen and (min-width: 1024px) {
  .nav-tab--pill .nav-tab__item:first-child {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
  }
}
.nav-tab__item--active {
  background-color: var(--color-highlight);
  color: rgb(var(--color-accent));
  cursor: default;
}
@media only screen and (min-width: 1024px) {
  .nav-tab--pill .nav-tab__item--active {
    outline: 2px solid rgb(var(--color-accent));
  }
}
@media only screen and (max-width: 1023px) {
  .nav-tab__item--active::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: rgb(var(--color-accent));
  }
}

.nav-bar {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  border-bottom: var(--border-width-thin) solid var(--border-muted);
  background-color: rgb(var(--bg-primary));
  white-space: nowrap;
}
.nav-bar__item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
}
.nav-bar__button {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 1em;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  user-select: none;
}
.nav-bar__item > .nav-bar__button {
  border-right: var(--border-width-thin) solid var(--border-muted);
}
.nav-bar__button[disabled] {
  cursor: inherit;
}
.nav-bar__button[disabled] svg {
  opacity: 0.2;
}

.nav-menu {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: var(--border-width-thin) solid var(--border-muted);
  border-radius: var(--border-radius-large);
}
.nav-menu--inline {
  display: inline-flex;
  flex-direction: row;
}
.nav-menu--horizontal {
  flex-direction: row;
}
.nav-menu__nested-group {
  padding-left: 34px;
  border-color: var(--border-muted);
}
.nav-menu__item {
  --bg-color-hover: rgb(var(--color-accent) / 6%);
  --cursor: pointer;
  --size: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: var(--size);
  padding: 0.5rem 1rem;
  background-color: var(--bg-color);
  color: var(--text-color);
  cursor: var(--cursor);
}
.nav-menu__item:hover {
  background-color: var(--bg-color-hover);
}
.nav-menu--horizontal .nav-menu__item, .nav-menu--inline .nav-menu__item {
  justify-content: center;
  width: auto;
  min-width: var(--size);
  text-align: center;
}
.nav-menu__item:not(:last-child) {
  border-bottom: var(--border-width-thin) solid var(--border-muted);
}
.nav-menu--horizontal .nav-menu__item:not(:last-child), .nav-menu--inline .nav-menu__item:not(:last-child) {
  border-right: var(--border-width-thin) solid var(--border-muted);
  border-bottom: 0;
}
.nav-menu__item--active {
  --bg-color: rgb(var(--text-muted) / 6%);
  --bg-color-hover: rgb(var(--text-muted) / 6%);
  --cursor: default;
  color: rgb(var(--text-muted)/50%);
}
.nav-menu__item--disabled {
  --bg-color: transparent;
  --bg-color-hover: transparent;
  --cursor: default;
  pointer-events: none;
}
.nav-menu__push {
  display: inline-flex;
  align-items: center;
  color: rgb(var(--text-muted));
}
.nav-menu__chevron {
  width: 14px;
  height: 14px;
  margin-left: 0.75rem;
}

.nav-header {
  display: flex;
  align-items: center;
  border-bottom: var(--border-width-thin) solid var(--border-muted);
}
.nav-header__offset {
  width: calc((100% - var(--size-lg)) / 2);
}
.nav-header__push {
  margin-left: auto;
}
.nav-header .nav-links__item {
  min-height: 56px;
}
.nav-header .form-control {
  height: 38px;
  min-height: 38px;
}

.nav-links {
  display: flex;
}
.nav-links__item {
  display: flex;
  position: relative;
  align-items: center;
  min-height: 48px;
  padding: 0 4px;
  color: rgb(var(--text-base));
}
.nav-links__item:not(:last-of-type) {
  margin-right: 2em;
}
.nav-links__item--active {
  color: rgb(var(--text-strong));
}
.nav-links__item--active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: currentcolor;
}

.button {
  --cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 1em;
  padding-left: 1em;
  border: 0;
  border-radius: var(--border-radius-large);
  background-color: var(--bg-color);
  color: var(--label-color);
  font-size: var(--font-size);
  font-weight: normal;
  text-align: center;
  cursor: var(--cursor);
  user-select: none;
}
.button:hover {
  background-color: var(--bg-color-hover);
}
.button-primary {
  --bg-color: rgb(var(--color-accent));
  --bg-color-hover: rgb(var(--color-accent-strong));
  --label-color: white;
}
.button-muted {
  --bg-color: rgb(var(--color-accent) / 6%);
  --bg-color-hover: rgb(var(--color-accent) / 10%);
  --label-color: rgb(var(--color-accent));
}
.button-subtle {
  --bg-color: rgb(var(--bg-secondary) / 70%);
  --bg-color-hover: rgb(var(--bg-secondary) / 100%);
  --label-color: rgb(var(--text-muted));
}
.button-success {
  --bg-color: rgb(var(--color-success));
  --bg-color-hover: rgb(var(--color-success-strong));
  --label-color: white;
}
.button-success-muted {
  --bg-color: rgb(var(--color-success) / 10%);
  --bg-color-hover: rgb(var(--color-success) / 15%);
  --label-color: rgb(var(--color-success-strong));
}
.button-danger {
  --bg-color: rgb(var(--color-danger) / 100%);
  --bg-color-hover: rgb(var(--color-danger-strong) / 100%);
  --label-color: white;
}
.button-danger-muted {
  --bg-color: rgb(var(--color-danger) / 5%);
  --bg-color-hover: rgb(var(--color-danger) / 10%);
  --label-color: rgb(var(--color-danger));
}
.button-danger-outline {
  --bg-color: transparent;
  --bg-color-hover: rgb(var(--color-danger) / 10%);
  --label-color: rgb(var(--color-danger));
  border: 1px solid rgb(var(--color-danger)/20%);
}
.button-transparent-light {
  --bg-color: rgb(255 255 255 / 15%);
  --bg-color-hover: rgb(255 255 255 / 20%);
}
.button-transparent-dark {
  --bg-color: rgb(0 0 0 / 15%);
  --bg-color-hover: rgb(0 0 0 / 20%);
}
.button-link {
  --bg-color: transparent;
  --bg-color-hover: rgb(var(--color-primary) / 10%);
  --label-color: rgb(var(--color-primary));
}
.button-negative {
  background-color: rgba(255, 255, 255, 0.1);
}
.button-negative:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.button-xs {
  min-height: 24px;
  border-radius: var(--border-radius-base);
  --font-size: 0.75em;
}
.button-sm {
  min-height: 32px;
  border-radius: var(--border-radius-base);
  --font-size: 0.85em;
}
.button-md {
  min-height: 36px;
  --font-size: 0.9em;
}
.button-lg {
  --font-size: 1.25em;
}
.button-block {
  width: 100%;
}
.button-left-align {
  justify-content: flex-start;
  text-align: left;
}
.button-icon {
  --size: 1rem;
  position: relative;
  width: var(--size);
  height: var(--size);
}
.button-circle-xs .button-icon {
  --size: 0.65rem;
}
.button-circle-sm .button-icon {
  --size: 0.85rem;
}
.button-circle-md .button-icon {
  --size: 1.25em;
}
.button-circle-lg .button-icon {
  --size: 1.25em;
}
.button-icon + .button-label, .button-label + .button-icon {
  margin-left: 0.65em;
}
.button-disabled .button-icon, .button[disabled] .button-icon {
  opacity: 0.5;
}
.button-reset {
  padding: 0;
  border: 0;
  background: none;
  line-height: inherit;
  cursor: pointer;
}
.button-reset-disabled, .button-reset[disabled] {
  fill: rgb(var(--button-label-color-disabled)) !important;
  color: rgb(var(--button-label-color-disabled)) !important;
  cursor: not-allowed !important;
}
.button-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 2.6em;
  height: 2.6em;
  border: 0;
  border-radius: 100px;
  background-color: var(--bg-color);
  font-size: var(--font-size);
  cursor: pointer;
}
.button-circle svg {
  width: 1em;
  height: 1em;
}
.button-circle:hover {
  background-color: var(--bg-color-hover);
}
.button-circle-xs {
  --font-size: 0.6em;
}
.button-circle-sm {
  --font-size: 0.7em;
}
.button-circle-md {
  --font-size: 1em;
}
.button-circle-lg {
  --font-size: 1.35em;
}
.button-disabled, .button[disabled] {
  --bg-color: rgb(var(--button-bg-color-disabled)) !important;
  --label-color: rgb(var(--button-label-color-disabled)) !important;
  --bg-color-hover: rgb(var(--button-bg-color-disabled)) !important;
  --cursor: not-allowed !important;
}

.show-when-enabled {
  display: initial;
}

.show-when-disabled {
  display: none;
}

[disabled] .show-when-enabled,
[data-direct-uploads-processing] .show-when-enabled {
  display: none;
}
[disabled] .show-when-disabled,
[data-direct-uploads-processing] .show-when-disabled {
  display: initial;
}

[disabled] ~ .show-when-enabled {
  display: none;
}

[disabled] ~ .show-when-disabled {
  display: block;
}

.list {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-indent: 0;
}
.list-item {
  display: flex;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  border-bottom: var(--border-width-thin) solid var(--border-muted);
}
.list-item > *:nth-child(1), .list-item > *:nth-child(2) {
  display: flex;
}
.list-item > *:nth-child(1) {
  min-width: 120px;
  padding-right: 0.25em;
}
.list-item > *:nth-child(2) {
  flex: 1;
  justify-content: flex-end;
  padding-left: 0.25em;
  text-align: right;
}
.list-item--spaced {
  padding: 0.5em;
}
.list-item--highlighted {
  border: 2px solid rgb(var(--color-primary)/50%);
  border-radius: var(--border-radius-base);
  background-color: rgb(var(--color-primary)/10%);
}
.list-reset {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

progress,
progress::-webkit-progress-bar {
  height: 6px;
  border-radius: 9px;
  background-color: rgb(var(--color-ghost)/25%);
}

progress::-webkit-progress-value {
  height: 6px;
  border-radius: 9px;
  background-color: rgb(var(--color-success));
}

progress::-moz-progress-bar {
  /* style rules */
}

.media {
  max-width: 100%;
  height: auto;
}
.shimmer .media {
  position: relative;
  z-index: 1;
}

.shimmer {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(var(--bg-secondary));
}
.shimmer::before {
  content: "";
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  animation: shimmer 1.5s infinite;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
}

@keyframes shimmer {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
.tag {
  --size: 24px;
  --font-size: 14px;
  --padding: 8px;
  display: inline-flex;
  align-items: center;
  height: var(--size);
  padding: 0 var(--padding);
  border-radius: var(--border-radius-base);
  background-color: rgb(var(--color-primary)/6%);
  font-size: var(--font-size);
}
.tag-xs {
  --size: auto;
  --font-size: 12px;
  --padding: 4px;
}
.tag-primary {
  background-color: rgb(var(--color-primary));
  color: white;
}
.tag-success {
  background-color: rgb(var(--color-success));
  color: white;
}

.sheet {
  position: fixed;
  z-index: var(--z-modal);
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: initial;
}
.sheet__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.sheet__content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  border-top-left-radius: var(--border-radius-large);
  border-top-right-radius: var(--border-radius-large);
  background-color: rgb(var(--bg-primary));
  box-shadow: var(--box-shadow-m);
}
@media only screen and (min-width: 1024px) {
  .sheet__content {
    bottom: 50%;
    left: 50%;
    max-width: 540px;
    transform: translateX(-50%) translateY(50%);
    border-radius: var(--border-radius-large);
  }
}
.sheet-header {
  padding: 0.75rem 1rem;
}
@media only screen and (min-width: 1024px) {
  .sheet-header {
    padding: 0.85rem 1.5em;
  }
}
.sheet-body {
  height: 100%;
  max-height: 80vh;
  overflow-y: auto;
}
.sheet--enter-active, .sheet--leave-active {
  transition: opacity 250ms;
}
.sheet--enter-active .sheet__content, .sheet--leave-active .sheet__content {
  transition: all 250ms ease;
}
.sheet--enter-from, .sheet--leave-to {
  opacity: 0;
}
@media only screen and (max-width: 1023px) {
  .sheet--enter-from .sheet__content, .sheet--leave-to .sheet__content {
    transform: translateY(100%);
  }
}
.sheet--enter-to, .sheet--leave-from {
  opacity: 1;
}
@media only screen and (max-width: 1023px) {
  .sheet--enter-to .sheet__content, .sheet--leave-from .sheet__content {
    transform: translateY(0);
  }
}

.toast {
  --padding: 0.6em;
  display: flex;
  position: fixed;
  z-index: var(--z-toast);
  right: 0;
  bottom: var(--nav-global-height);
  justify-content: flex-end;
  width: 100%;
}
.layout--full-screen .toast {
  bottom: 0;
}
@media only screen and (min-width: 1024px) {
  .toast {
    bottom: 0;
    max-width: 440px;
    padding: 2em;
  }
}
.toast__content {
  display: block;
  position: relative;
  width: 100%;
  padding: 0.75em 1em;
  background-color: rgb(var(--color-primary-strong));
  color: white;
}
@media only screen and (min-width: 1024px) {
  .toast__content {
    overflow: hidden;
    border-radius: var(--border-radius-base);
  }
}
.toast__progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: rgb(var(--text-strong));
}
.toast__progress::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: left;
  animation: progress-x 10s linear;
  background-color: rgb(var(--color-success));
}
.toast--enter-active, .toast--leave-active {
  transition: opacity 250ms;
}
.toast--enter-active .toast__content, .toast--leave-active .toast__content {
  transition: all 250ms ease;
}
.toast--enter-from, .toast--leave-to {
  opacity: 0;
}
@media only screen and (max-width: 1023px) {
  .toast--enter-from .toast__content, .toast--leave-to .toast__content {
    transform: translateY(100%);
  }
}
.toast--enter-to, .toast--leave-from {
  opacity: 1;
}
@media only screen and (max-width: 1023px) {
  .toast--enter-to .toast__content, .toast--leave-from .toast__content {
    transform: translateY(0);
  }
}

.highlight--enter-active, .highlight--leave-active {
  transition: background 2.5s ease-out;
}
.highlight--enter-from, .highlight--enter-to, .highlight--leave-from {
  background-color: rgb(var(--color-attention-muted)/20%);
}
.highlight--leave-to {
  background-color: inherit;
}

.toggle {
  position: relative;
  overflow: hidden;
}
.toggle label {
  display: block;
  position: relative;
  width: 50px;
  height: 28px;
  border-radius: 100px;
  background-color: rgb(var(--text-muted)/50%);
  text-indent: -9999px;
  cursor: pointer;
}
.toggle label::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 24px;
  height: 24px;
  transition: 0.15s ease-in;
  border-radius: 90px;
  background: #fff;
}
.toggle input[type=checkbox] {
  visibility: hidden;
  position: absolute;
  width: 0;
  height: 0;
}
.toggle input[type=checkbox]:checked + label {
  background-color: rgb(var(--color-success));
}
.toggle input[type=checkbox]:checked + label::after {
  left: calc(100% - 2px);
  transform: translateX(-100%);
}

.stepper {
  display: flex;
  justify-content: center;
}
.stepper-item {
  display: flex;
  flex: 0 0 36px;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin: 0 4px;
  border: 1px solid var(--border-muted);
  border-radius: 40px;
}
@media only screen and (min-width: 640px) {
  .stepper-item {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    margin: 0 8px;
  }
}
.stepper-item:hover {
  color: rgb(var(--color-primary)/100%);
}
.stepper-item.active {
  border-color: rgb(var(--color-primary)/100%);
  background-color: rgb(var(--color-primary)/15%);
  color: rgb(var(--color-primary)/100%);
}

.card {
  --border-color: var(--border-muted);
  --padding: 1rem;
  overflow: hidden;
  border-radius: var(--border-radius-large);
  color: rgb(var(--text-strong));
}
.card-raised {
  box-shadow: var(--box-shadow-m);
}
.card-bordered {
  border: var(--border-width-thin) solid var(--border-color);
}
.card-bordered-translucent {
  --border-color: var(--border-translucent);
}
.card-bordered-success {
  --border-color: rgb(var(--color-success) / 50%);
}
.card-bordered-danger {
  --border-color: rgb(var(--color-danger) / 50%);
}
.card-well {
  background-color: rgb(var(--text-muted)/10%);
}
.card-clickable {
  transition: box-shadow 0.2s ease;
  will-change: box-shadow;
}
.card-clickable:hover {
  box-shadow: 0 0 0 4px rgba(231, 226, 236, 0.75);
}
.card-header, .card-body, .card-footer {
  display: block;
  padding: var(--padding);
}
.card-compact .card-header, .card-compact .card-body, .card-compact .card-footer {
  --padding: 0.5em;
}
.card-header {
  border-bottom: var(--border-width-thin) solid var(--border-color);
}
@media only screen and (min-width: 1024px) {
  .card-header {
    padding: 1em 1.5em;
  }
}
@media only screen and (min-width: 1024px) {
  .card-body {
    --padding: 1.25em 1.5em;
  }
}
.card-footer {
  border-top: var(--border-width-thin) solid var(--border-color);
}
@media only screen and (min-width: 1024px) {
  .card-footer {
    --padding: 1.25em 1.5em;
  }
}
.card-footer--primary {
  border-top-color: rgba(0, 0, 0, 0.08);
  background-color: rgb(var(--color-primary));
}
.card-footer:disabled {
  background-color: grey;
}

.asset-card,
.wallet-card {
  --border-color: var(--border-muted);
  --icon-color: rgb(var(--color-subtle));
  --text-accent: rgb(var(--text-muted));
  --bg-color: white;
  --bg-hover: rgb(var(--color-accent) / 4%);
  --bg-accent: rgb(var(--color-accent) / 6%);
  --header-size: 56px;
  --line-height: 1.15em;
  --padding: 0.5rem;
  --font-small: 0.75em;
  overflow: hidden;
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius-base);
  line-height: var(--line-height);
}
.asset-card--success,
.wallet-card--success {
  --icon-color: rgb(var(--color-success));
  --bg-color: rgb(var(--color-success) / 5%);
  --bg-hover: rgb(var(--color-success) / 10%);
  --text-accent: rgb(var(--color-success));
}
.asset-card--danger,
.wallet-card--danger {
  --icon-color: rgb(var(--color-danger));
  --bg-color: rgb(var(--color-danger) / 5%);
  --bg-hover: rgb(var(--color-danger) / 10%);
  --text-accent: rgb(var(--color-danger));
}
.asset-card--attention,
.wallet-card--attention {
  --icon-color: rgb(var(--color-attention));
  --bg-color: rgb(254 252 232);
  --bg-hover: rgb(254 249 195);
  --text-accent: rgb(var(--color-attention));
}
.asset-card__header,
.wallet-card__header {
  display: flex;
  transition: background 0.2s ease;
  border-bottom: 1px solid var(--border-color);
  background-color: var(--bg-color);
}
.asset-card__header--clickable:hover,
.wallet-card__header--clickable:hover {
  background-color: var(--bg-hover);
}
.asset-card__info,
.wallet-card__info {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: var(--padding);
}
.asset-card__icon,
.wallet-card__icon {
  display: flex;
  flex: 0 0 var(--header-size);
  align-items: center;
  justify-content: center;
  height: var(--header-size);
  border-right: 1px solid var(--border-color);
}
.asset-card__icon svg,
.wallet-card__icon svg {
  fill: var(--icon-color);
}
.asset-card__icon--rotate,
.wallet-card__icon--rotate {
  animation: rotate 2s linear infinite;
}
.asset-card__chevron,
.wallet-card__chevron {
  display: inline-flex;
  flex: 0 0 18px;
  align-items: center;
  white-space: nowrap;
}
.asset-card__chevron svg,
.wallet-card__chevron svg {
  fill: var(--icon-color);
}
.asset-card__text-accent,
.wallet-card__text-accent {
  color: var(--text-accent);
}
.asset-card__row,
.wallet-card__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: var(--padding);
}
.asset-card__row:not(:last-of-type),
.wallet-card__row:not(:last-of-type) {
  border-bottom: 1px solid var(--border-color);
}
.asset-card__error,
.wallet-card__error {
  padding: var(--padding);
  border-bottom: 1px solid var(--border-color);
  background-color: var(--bg-color);
  font-size: var(--font-small);
}
.asset-card__timestamp,
.wallet-card__timestamp {
  margin-top: var(--padding);
  padding: var(--padding) 0 0;
  border-top: 1px solid var(--border-color);
  font-size: var(--font-small);
}

.alert {
  display: flex;
  padding: 0.75rem 1rem;
  border-radius: var(--border-radius-base);
  background-color: var(--bg-color);
  color: var(--text-color);
}
.alert-body {
  flex: 1;
}
.alert-close {
  margin-left: 1em;
}
.alert-muted {
  --bg-color: rgb(var(--bg-secondary) / 100%);
  --text-color: var(--text-strong);
}
.alert-muted .alert-close .button-icon {
  fill: var(--text-strong);
}
.alert-primary {
  --bg-color: rgb(var(--color-primary) / 10%);
  --text-color: rgb(var(--color-primary));
}
.alert-info {
  --bg-color: rgb(var(--color-info) / 10%);
  --text-color: rgb(var(--color-info));
}
.alert-success {
  --bg-color: rgb(var(--color-success) / 10%);
  --text-color: rgb(var(--color-success-strong));
}
.alert-danger {
  --bg-color: rgb(var(--color-danger) / 10%);
  --text-color: rgb(var(--color-danger));
}
.alert-attention {
  --bg-color: rgb(var(--color-attention) / 10%);
  --text-color: rgb(var(--color-attention));
}

.flash {
  --bg-color: rgb(var(--bg-primary));
  --text-color: rgb(var(--text-base));
  --border-color: var(--border-muted);
  --fill-color: rgb(var(--icon-fill-muted));
  display: flex;
  width: 100%;
  padding: 0.75rem 1rem;
  background-color: var(--bg-color);
  color: var(--text-color);
  pointer-events: all;
}
@media only screen and (max-width: 1023px) {
  .flash {
    border-bottom: 1px solid var(--border-muted);
  }
}
@media only screen and (min-width: 1024px) {
  .flash {
    max-width: 420px;
    margin: 1em 1em 0;
    border: 1px solid var(--border-color);
    border-radius: var(--border-radius-base);
    box-shadow: var(--box-shadow-m);
  }
}
.flash-group {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  pointer-events: none;
}
@media only screen and (min-width: 1024px) {
  .flash-group {
    position: fixed;
    z-index: var(--z-flash);
    top: calc(var(--header-height) + var(--site-nav-height));
    right: 0;
  }
}
.flash-body {
  flex: 1;
}
.flash-close {
  margin-left: 1em;
}
.flash-button svg {
  fill: var(--fill-color);
}
.flash-notice {
  --color: rgb(var(--color-success-strong));
  --bg-color: rgb(244 250 246);
  --text-color: rgb(var(--color-success-strong));
  --border-color: rgb(var(--color-success) / 30%);
  --fill-color: rgb(var(--color-success-strong));
}
.flash-alert {
  --color: rgb(var(--color-danger));
  --bg-color: rgb(250 244 244);
  --text-color: rgb(var(--color-danger));
  --border-color: rgb(var(--color-danger) / 20%);
  --fill-color: rgb(var(--color-danger));
}
.flash--enter-active, .flash--leave-active {
  transition: opacity 250ms;
}
.flash--enter-from, .flash--leave-to {
  opacity: 0;
}
.flash--enter-to, .flash--leave-from {
  opacity: 1;
}

.gallery {
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
}
@media only screen and (min-width: 640px) {
  .gallery {
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  }
}
@media only screen and (min-width: 1024px) {
  .gallery {
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  }
}
.gallery__item {
  display: block;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--border-muted);
  border-radius: var(--border-radius-base);
  background-color: rgb(var(--bg-secondary));
}
.gallery__item::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.gallery__item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  border-radius: var(--border-radius-base);
}

.timeline {
  display: flex;
  flex-direction: column;
}
.timeline__item {
  display: flex;
  gap: 0.75em;
  align-items: stretch;
}
@media only screen and (min-width: 1024px) {
  .timeline__item {
    gap: 1.25em;
  }
}
.timeline__stepper {
  --size: 32px;
  position: relative;
  z-index: 0;
  flex: 0 0 var(--size);
}
@media only screen and (min-width: 1024px) {
  .timeline__stepper {
    --size: 40px;
  }
}
.timeline__stepper--sm {
  --size: 28px;
}
.timeline__stepper::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: var(--size);
  left: 50%;
  width: 1px;
  height: 100%;
  transform: translateX(-2px);
  background-color: var(--border-muted);
}
.timeline__item:last-of-type .timeline__stepper::after {
  display: none;
}
.timeline__stepper-label {
  display: flex;
  position: relative;
  z-index: 3;
  left: -2px;
  align-items: center;
  justify-content: center;
  width: var(--size);
  height: var(--size);
  border-radius: var(--size);
  outline: 3px solid white;
}
.timeline__card {
  flex: 1;
  min-width: 0;
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 1024px) {
  .timeline__card {
    margin-bottom: 2rem;
  }
}
.timeline__item:last-of-type .timeline__card {
  margin-bottom: 0;
}

.direct-upload {
  display: inline-block;
  position: relative;
  margin: 0 3px 3px 0;
  padding: 2px 4px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  font-size: 11px;
  line-height: 13px;
}

.direct-upload--pending {
  opacity: 0.6;
}

.direct-upload__progress {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  transform: translate3d(0, 0, 0);
  transition: width 120ms ease-out, opacity 60ms 60ms ease-in;
  opacity: 0.2;
  background: #0076ff;
}

.direct-upload--complete .direct-upload__progress {
  opacity: 0.4;
}

.direct-upload--error {
  border-color: red;
}

input[type=file][data-direct-upload-url][disabled] {
  display: none;
}

/* TODO:YCHI: ask Mathieu */
.image-upload > input {
  display: none;
}

.image-upload > label {
  cursor: pointer;
}

.home__logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 1024px) {
  .home__logo svg {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  .home__logo h1 {
    display: none;
  }
}
.home__head {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1023px) {
  .home__head {
    flex-direction: column;
  }
}
.home__assets-breakdown__chart {
  --wallets-color: #5a73f0;
  --estate-color: #2f3f91;
  --others-color: #2fbacd;
  --size: 0.8em;
  margin-top: 0.5em;
}
.home__assets-breakdown__chart .legend {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-bottom: -0.5em;
  font-size: var(--size);
}
.home__assets-breakdown__chart .legend-item {
  display: flex;
  align-items: center;
  color: rgb(var(--text-muted));
}
.home__assets-breakdown__chart .legend-item--wallets .legend-color {
  background-color: var(--wallets-color);
}
.home__assets-breakdown__chart .legend-item--estate .legend-color {
  background-color: var(--estate-color);
}
.home__assets-breakdown__chart .legend-item--others .legend-color {
  background-color: var(--others-color);
}
.home__assets-breakdown__chart .legend-color {
  display: inline-block;
  width: var(--size);
  height: var(--size);
  border-radius: var(--size);
}
.home__assets-breakdown__chart .bar {
  display: flex;
  width: 100%;
  max-width: 100%;
  height: 8px;
}
.home__assets-breakdown__chart .bar-wrap {
  overflow: hidden;
  background-color: #eee;
}
.home__assets-breakdown__chart .bar-wrap:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.home__assets-breakdown__chart .bar-wrap:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.home__assets-breakdown__chart .bar-wrap:not(:last-child) .bar-item::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 3px;
  height: 100%;
  background-color: white;
}
.home__assets-breakdown__chart .bar-wrap:nth-child(2) .bar-item {
  animation-delay: 0.75s;
}
.home__assets-breakdown__chart .bar-wrap:nth-child(3) .bar-item {
  animation-delay: 1.5s;
}
@keyframes grow {
  from {
    transform: scaleX(0);
    opacity: 1;
  }
  to {
    transform: scaleX(1);
    opacity: 1;
  }
}
.home__assets-breakdown__chart .bar-item {
  position: relative;
  flex: auto;
  width: 100%;
  height: 100%;
  transform-origin: left center;
  animation: 0.75s ease forwards grow;
  opacity: 0;
  background-color: var(--bg-color);
}
.home__assets-breakdown__chart .bar-item--wallets {
  background-color: var(--wallets-color);
}
.home__assets-breakdown__chart .bar-item--estate {
  background-color: var(--estate-color);
}
.home__assets-breakdown__chart .bar-item--others {
  background-color: var(--others-color);
}

.revisions {
  --bullet-size: 12px;
  display: flex;
  flex-direction: column;
  margin-top: 1em;
  border-left: 1px solid var(--border-muted);
  gap: 1em;
}
.revisions__item {
  position: relative;
  padding-left: 24px;
}
.revisions--collapsed .revisions__item:not(:nth-child(1)):not(:nth-child(2)) {
  display: none;
}
.revisions__item::before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: -6px;
  width: var(--bullet-size);
  height: var(--bullet-size);
  border: 1px solid rgb(var(--color-primary)/35%);
  border-radius: var(--bullet-size);
  background-color: rgb(var(--bg-primary));
  box-shadow: 0 0 0 8px rgb(255, 255, 255);
}
.revisions__item:first-child::before {
  border-color: rgb(var(--color-primary));
}
.revisions__item:not(:first-child) .values > div > * {
  opacity: 0.4;
}
.revisions__toggle .collapsed {
  display: none;
}
.revisions__toggle .expanded {
  display: flex;
}
.revisions__toggle .expanded,
.revisions__toggle .collapsed {
  align-items: center;
  justify-content: center;
}
.revisions--collapsed .revisions__toggle .expanded {
  display: none;
}
.revisions--collapsed .revisions__toggle .collapsed {
  display: flex;
}

.login__header {
  padding-top: calc(env(safe-area-inset-top) + 3vw);
}
.login__logo {
  height: 40px;
}
@media only screen and (min-width: 1024px) {
  .login__logo {
    height: 54px;
  }
}
