/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/styles.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";

[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%; /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  max-width: 100%; /* Not required for horizontal scroll to trigger */
  max-height: 100%; /* Needed for vertical scroll to trigger */
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.simplebar-content:before,
.simplebar-content:after {
  content: ' ';
  display: table;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
}

.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: '';
  background: black;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  transition: opacity 0.2s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
  /* When hovered, remove all transitions from drag handle */
  opacity: 0.5;
  transition: opacity 0s linear;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

/* Rtl support */

[data-simplebar-direction='rtl'] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
}

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

/*
Date: 24 Fev 2015
Author: Pedro Oliveira <kanytu@gmail . com>
*/

.hljs {
  color: #a9b7c6;
  background: #282b2e;
  display: block;
  overflow-x: auto;
  padding: 0.5em;
}

.hljs-number,
.hljs-literal,
.hljs-symbol,
.hljs-bullet {
  color: #6897BB;
}

.hljs-keyword,
.hljs-selector-tag,
.hljs-deletion {
  color: #cc7832;
}

.hljs-variable,
.hljs-template-variable,
.hljs-link {
  color: #629755;
}

.hljs-comment,
.hljs-quote {
  color: #808080;
}

.hljs-meta {
  color: #bbb529;
}

.hljs-string,
.hljs-attribute,
.hljs-addition {
  color: #6A8759;
}

.hljs-section,
.hljs-title,
.hljs-type {
  color: #ffc66d;
}

.hljs-name,
.hljs-selector-id,
.hljs-selector-class {
  color: #e8bf6a;
}

.hljs-emphasis {
  font-style: italic;
}

.hljs-strong {
  font-weight: bold;
}

.mat-stroked-button,
.mat-flat-button {
  background-color: rgb(var(--color-shpongle)) !important;
  border-radius: 0.375rem !important;
  font-style: normal !important;
  font-weight: 500 !important;
  font-size: 0.875rem !important;
  line-height: 1.1875rem !important;
  padding: 0.5rem 2.5rem !important;
  min-width: auto !important;
}

.mat-button {
  background-color: rgb(var(--color-shpongle)) !important;
  border-radius: 1rem !important;
  font-style: normal !important;
  font-weight: 500 !important;
  font-size: 0.875rem !important;
  line-height: 1.1875rem !important;
  padding: 0.75rem 2.5rem !important;
}

.mat-icon-button {
  width: 2rem !important;
  height: 2rem !important;
  padding: 0 !important;
  border-radius: 50% !important;
}

.mat-button-base {
  background-color: rgb(var(--color-arizona)) !important;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  padding: 0.5rem 1rem;
  color: rgb(var(--color-primary)) !important;
  line-height: 1.5rem !important;
}

.mat-button-base.mat-primary {
  color: rgb(var(--color-white)) !important;
  background-color: rgb(var(--color-primary)) !important;
}

.mat-button-base.mat-button-disabled {
  background-color: rgb(var(--color-seattle)) !important;
  color: rgb(var(--color-texas)) !important;
}

.mat-button-base.mat-icon-button {
  background-color: transparent !important;
  color: rgb(var(--color-denver)) !important;
}

.mat-button-base.mat-margaret {
  background-color: rgb(var(--color-margaret)) !important;
  color: rgb(var(--color-white)) !important;
}

.mat-dialog-actions .mat-button-base + .mat-button-base {
  margin-left: 0 !important;
}

.mat-button.cdk-focused, .mat-button.cdk-program-focused,
.mat-icon-button.cdk-focused,
.mat-icon-button.cdk-program-focused {
  box-shadow: none !important;
}

.mat-button.cdk-focused .mat-button-focus-overlay, .mat-button.cdk-program-focused .mat-button-focus-overlay,
.mat-icon-button.cdk-focused .mat-button-focus-overlay,
.mat-icon-button.cdk-program-focused .mat-button-focus-overlay {
  display: none !important;
}

.mat-button:hover:not(.mat-button-disabled) .mat-button-focus-overlay,
.mat-stroked-button:hover:not(.mat-button-disabled) .mat-button-focus-overlay {
  opacity: 0 !important;
}

.mat-header-cell {
  color: #000 !important;
}

.mat-cell,
.mat-footer-cell {
  font-size: 12px !important;
}

.cdk-program-focused .mat-sort-header-container {
  border-bottom: none !important;
}

.mat-tab-label {
  padding: 0 0 0.5rem 0 !important;
  min-width: auto !important;
  margin-right: 1.25rem !important;
  opacity: 1 !important;
  height: auto !important;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
}

.mat-tab-label,
.mat-tab-link {
  color: rgb(var(--color-texas)) !important;
}

.mat-tab-label-active {
  color: rgb(var(--color-betty)) !important;
}

.mat-ink-bar {
  width: 1.5rem !important;
  height: 0.187rem !important;
  border-radius: 0.25rem !important;
}

.mat-tab-nav-bar,
.mat-tab-header {
  border-bottom: none !important;
}

.mat-tab-body {
  animation: fade-out 0.5s;
  opacity: 0;
  overflow: hidden !important;
}

.mat-tab-body.mat-tab-body-active {
  animation: fade-in 0.5s;
  opacity: 1;
  overflow: hidden !important;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fade-out {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

.tab-label-container-gutter .mat-tab-label-container {
  margin: 0 1.875rem;
}

.mat-dialog-container {
  box-shadow: none !important;
  border: 0.5px solid #f2f2f7 !important;
  box-sizing: border-box !important;
  border-radius: 1rem !important;
  padding: 1rem !important;
  overflow: hidden !important;
}

.without-container .mat-dialog-container {
  padding: 0 !important;
  border: none !important;
}

.mat-dialog-title {
  margin-bottom: 1rem;
}

.mat-dialog-content {
  margin: 0 -1rem !important;
  padding: 0 0.5rem 0 1rem !important;
}

.mat-dialog-actions {
  min-height: auto !important;
  margin-bottom: -0.5rem !important;
  padding-top: 0 !important;
}

.overflow-visible .mat-dialog-container {
  overflow: visible !important;
}

.mat-paginator {
  background: transparent !important;
}

.mat-paginator-navigation-first,
.mat-paginator-navigation-previous,
.mat-paginator-navigation-next,
.mat-paginator-navigation-last {
  background: none !important;
  width: 1rem !important;
  height: 1rem !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.mat-paginator-navigation-first .mat-paginator-icon,
.mat-paginator-navigation-previous .mat-paginator-icon,
.mat-paginator-navigation-next .mat-paginator-icon,
.mat-paginator-navigation-last .mat-paginator-icon {
  display: none !important;
}

.mat-paginator-navigation-first .mat-button-focus-overlay,
.mat-paginator-navigation-previous .mat-button-focus-overlay,
.mat-paginator-navigation-next .mat-button-focus-overlay,
.mat-paginator-navigation-last .mat-button-focus-overlay {
  display: none !important;
}

.mat-paginator-navigation-first .mat-button-ripple,
.mat-paginator-navigation-previous .mat-button-ripple,
.mat-paginator-navigation-next .mat-button-ripple,
.mat-paginator-navigation-last .mat-button-ripple {
  display: none !important;
}

.mat-paginator-navigation-first .mat-button-wrapper,
.mat-paginator-navigation-previous .mat-button-wrapper,
.mat-paginator-navigation-next .mat-button-wrapper,
.mat-paginator-navigation-last .mat-button-wrapper {
  width: 1rem;
  height: 1rem;
  display: block;
  align-items: center;
  justify-content: center;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  background: rgb(var(--color-betty));
  cursor: pointer;
  transition: all 0.3s ease;
}

.mat-paginator-navigation-first .mat-button-wrapper:hover,
.mat-paginator-navigation-previous .mat-button-wrapper:hover,
.mat-paginator-navigation-next .mat-button-wrapper:hover,
.mat-paginator-navigation-last .mat-button-wrapper:hover {
  background: rgb(var(--color-primary));
}

.mat-paginator-navigation-first.mat-button-disabled .mat-button-wrapper,
.mat-paginator-navigation-previous.mat-button-disabled .mat-button-wrapper,
.mat-paginator-navigation-next.mat-button-disabled .mat-button-wrapper,
.mat-paginator-navigation-last.mat-button-disabled .mat-button-wrapper {
  cursor: default;
  background: rgb(var(--color-florida));
}

.mat-paginator-navigation-first.mat-button-disabled .mat-button-wrapper:hover,
.mat-paginator-navigation-previous.mat-button-disabled .mat-button-wrapper:hover,
.mat-paginator-navigation-next.mat-button-disabled .mat-button-wrapper:hover,
.mat-paginator-navigation-last.mat-button-disabled .mat-button-wrapper:hover {
  background: rgb(var(--color-florida));
}

.mat-paginator-navigation-first .mat-button-wrapper {
  mask-image: url('angle-double-left.09672bc4ecc1bd3c.svg');
}

.mat-paginator-navigation-next {
  margin: 0 1rem !important;
}

.mat-paginator-navigation-next .mat-button-wrapper {
  mask-image: url('angle-right.4e4318b414bd57cd.svg');
}

.mat-paginator-navigation-previous {
  margin: 0 1rem !important;
}

.mat-paginator-navigation-previous .mat-button-wrapper {
  mask-image: url('angle-left.5285687cd4484a86.svg');
}

.mat-paginator-navigation-last .mat-button-wrapper {
  mask-image: url('angle-double-right.deab1f0075649893.svg');
}

.mat-menu-panel {
  box-shadow: 0 2px 4px rgba(188, 188, 189, 0.4) !important;
}

.mat-datepicker-content {
  box-shadow: 0 2px 4px rgba(188, 188, 189, 0.4) !important;
}

.mat-calendar-previous-button,
.mat-calendar-next-button {
  background: none !important;
  width: 1rem !important;
  height: 1rem !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  top: 1rem;
}

.mat-calendar-previous-button:after,
.mat-calendar-next-button:after {
  display: none !important;
}

.mat-calendar-previous-button .mat-paginator-icon,
.mat-calendar-next-button .mat-paginator-icon {
  display: none !important;
}

.mat-calendar-previous-button .mat-button-focus-overlay,
.mat-calendar-next-button .mat-button-focus-overlay {
  display: none !important;
}

.mat-calendar-previous-button .mat-button-ripple,
.mat-calendar-next-button .mat-button-ripple {
  display: none !important;
}

.mat-calendar-previous-button .mat-button-wrapper,
.mat-calendar-next-button .mat-button-wrapper {
  width: 1rem;
  height: 1rem;
  display: block;
  align-items: center;
  justify-content: center;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  background: rgb(var(--color-california));
  cursor: pointer;
  transition: all 0.3s ease;
}

.mat-calendar-previous-button .mat-button-wrapper:hover,
.mat-calendar-next-button .mat-button-wrapper:hover {
  background: rgb(var(--color-primary));
}

.mat-calendar-previous-button.mat-button-disabled .mat-button-wrapper,
.mat-calendar-next-button.mat-button-disabled .mat-button-wrapper {
  cursor: default;
  background: rgb(var(--color-florida));
}

.mat-calendar-previous-button.mat-button-disabled .mat-button-wrapper:hover,
.mat-calendar-next-button.mat-button-disabled .mat-button-wrapper:hover {
  background: rgb(var(--color-florida));
}

.mat-calendar-next-button {
  margin: 0 1rem !important;
}

.mat-calendar-next-button .mat-button-wrapper {
  mask-image: url('angle-right.4e4318b414bd57cd.svg');
}

.mat-calendar-previous-button {
  margin: 0 1rem !important;
}

.mat-calendar-previous-button .mat-button-wrapper {
  mask-image: url('angle-left.5285687cd4484a86.svg');
}

.mat-calendar-arrow {
  display: none;
}

.mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  color: rgb(var(--color-natasha));
}

.mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: none !important;
}

.mat-calendar-body-in-preview {
  color: rgb(var(--color-colorado)) !important;
}

.mat-calendar-body-in-range .mat-calendar-body-cell-content {
  color: rgb(var(--color-natasha)) !important;
}

.mat-calendar-abbr {
  font-family: Noto Sans, sans-serif;
  font-size: 12px;
  display: block;
  margin-top: 10px;
  font-style: normal;
  font-weight: 500;
  text-decoration: none !important;
  line-height: 14px;
  letter-spacing: -0.2399999946px;
  text-align: center;
  color: rgb(var(--color-texas));
}

.mat-datepicker-content .mat-calendar {
  height: auto !important;
}

.only-firstDay-fix .mat-calendar-body .mat-calendar-body-cell-container {
  pointer-events: none;
  border: 1px solid rgba(210, 210, 210, 0.3607843137);
  opacity: 0.7;
}

.only-firstDay-fix .mat-calendar-body .mat-calendar-body-cell-container .mat-calendar-body-cell-content {
  color: grey;
}

.only-firstDay-fix .mat-calendar-body .mat-calendar-body-cell-container .td[role=gridcell]:first-child {
  display: none;
}

.only-firstDay-fix .mat-calendar-body tr:first-child td:nth-child(2), .only-firstDay-fix .mat-calendar-body tr[aria-hidden=true] ~ tr:nth-child(2) td.mat-calendar-body-cell-container:first-child, .only-firstDay-fix .mat-calendar-body .mat-calendar-body-label + td[role=gridcell] {
  pointer-events: all;
  border: 1px solid rgba(0, 0, 0, 0.5882352941);
  opacity: 1;
}

.only-firstDay-fix .mat-calendar-body tr:first-child td:nth-child(2) .mat-calendar-body-cell-content, .only-firstDay-fix .mat-calendar-body tr[aria-hidden=true] ~ tr:nth-child(2) td.mat-calendar-body-cell-container:first-child .mat-calendar-body-cell-content, .only-firstDay-fix .mat-calendar-body .mat-calendar-body-label + td[role=gridcell] .mat-calendar-body-cell-content {
  font-weight: 600;
  color: #000;
}

.mat-form-field-appearance-outline .mat-form-field-infix {
  padding: 0.7rem 0 !important;
  border-top: 0.4rem solid transparent !important;
}

.mat-form-field-appearance-outline .mat-form-field-wrapper {
  margin: 0.15em 0 !important;
}

.mat-form-field-appearance-outline .mat-form-field-prefix,
.mat-form-field-appearance-outline .mat-form-field-suffix {
  top: 0.1em !important;
}

.mat-form-field-subscript-wrapper {
  font-size: 0.75rem !important;
}

.mat-error {
  font-size: 0.75rem !important;
}

.no-hint .mat-form-field-wrapper {
  padding-bottom: 0 !important;
}

.mat-form-field-appearance-outline .mat-form-field-outline-start,
.mat-form-field-appearance-outline .mat-form-field-outline-end {
  border-color: #a7a4a4;
}

.mat-form-field-appearance-outline .mat-form-field-outline-gap {
  border-color: #a7a4a4;
}

.mat-form-field-appearance-outline .mat-form-field-outline-start,
.mat-form-field-appearance-outline .mat-form-field-outline-end {
  border-color: #a7a4a4;
}

.mat-form-field-appearance-outline .mat-form-field-outline {
  color: #d1d1d6;
}

.mat-form-field-suffix {
  display: flex;
}

textarea[readonly] {
  cursor: not-allowed;
}

.mat-simple-snackbar-action button {
  background: transparent !important;
}

.mat-snack-bar-container {
  box-shadow: 0 4px 12px rgba(199, 199, 204, 0.3) !important;
}

.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
  border-color: rgb(88, 86, 214) !important;
}

.mat-radio-button.mat-accent .mat-radio-inner-circle, .mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple, .mat-radio-button.mat-accent:active .mat-radio-persistent-ripple {
  background-color: rgb(88, 86, 214) !important;
}

.summary-card {
  padding: 0.5rem;
  background-color: rgb(var(--color-shpongle));
  border-radius: 10px;
}

.badge-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 10px;
}

.custom-card {
  padding: 0.85rem;
  background-color: rgb(var(--color-white));
  border: 0.5px solid #F2F2F7;
  box-shadow: 0px 4px 12px rgba(199, 199, 204, 0.3);
  border-radius: 0.85rem;
}

.summary-card {
  padding: 0.5rem;
  background-color: rgb(var(--color-gren));
  border-radius: 10px;
}

.auth-card {
  width: 100%;
  padding: 1rem;
}

@media (min-width: 600px) {
  .auth-card {
    padding: 0.85rem;
    background-color: rgb(var(--color-white));
    border: 0.5px solid #F2F2F7;
    box-shadow: 0px 4px 12px rgba(199, 199, 204, 0.3);
    border-radius: 0.85rem;
    max-height: 85%;
    max-width: 27rem;
    overflow-y: auto;
    padding: 2.25rem;
  }
}

.ng-select {
  width: 100%;
}

.ng-select.has-error .ng-select-container:after {
  border-color: rgb(var(--color-barbara));
  border-width: 1px;
}

.ng-select.has-error .ng-select-container.ng-appearance-outline:after, .ng-select.has-error .ng-select-container.ng-appearance-outline:hover:after {
  border-color: rgb(var(--color-barbara));
}

.ng-select.has-error .ng-select-container .ng-value-container .ng-placeholder {
  color: rgb(var(--color-barbara));
}

.ng-select.has-error .ng-select-container .ng-arrow-wrapper .ng-arrow {
  color: rgb(var(--color-barbara));
}

.ng-select.has-error .ng-select-container {
  color: rgb(var(--color-barbara));
}

.ng-select.has-error .ng-select-container:hover.ng-appearance-outline:after {
  border-color: rgb(var(--color-barbara));
}

.ng-select.has-error .ng-select-container .ng-value-container .ng-placeholder {
  color: rgb(var(--color-barbara));
}

.ng-select.has-error .ng-select-container.ng-appearance-outline:after {
  border-width: 2px;
  border-color: rgb(var(--color-barbara));
}

.ng-select.ng-select-disabled .ng-select-container:after {
  border-bottom-color: transparent;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.42) 33%, transparent 0%);
  background-size: 4px 1px;
  background-repeat: repeat-x;
}

.ng-select.ng-select-disabled .ng-select-container .ng-value-container .ng-value {
  color: rgba(0, 0, 0, 0.38);
}

.ng-select.ng-select-disabled .ng-select-container .ng-value-container .ng-placeholder {
  color: rgba(0, 0, 0, 0.38);
}

.ng-select.ng-select-disabled .ng-arrow-wrapper .ng-arrow,
.ng-select.ng-select-disabled .ng-clear-wrapper {
  color: rgba(0, 0, 0, 0.38);
}

.ng-select.ng-select-focused .ng-select-container:after {
  border-color: rgb(var(--color-margaret));
  border-width: 1px;
}

.ng-select.ng-select-focused .ng-select-container.ng-appearance-outline:after, .ng-select.ng-select-focused .ng-select-container.ng-appearance-outline:hover:after {
  border-color: rgb(var(--color-margaret));
  border-width: 2px;
}

.ng-select.ng-select-focused .ng-select-container .ng-arrow-wrapper .ng-arrow {
  color: rgb(var(--color-margaret));
}

.ng-select .ng-has-value .ng-placeholder, .ng-select.ng-select-filtered .ng-select-container .ng-placeholder {
  display: initial;
}

.ng-select .ng-has-value .ng-placeholder, .ng-select.ng-select-opened .ng-placeholder {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.001px);
}

.ng-select .ng-select-container {
  color: rgb(var(--color-california));
  align-items: baseline;
  height: 3.187rem;
  padding: 0 10px;
  background-color: rgba(0, 0, 0, 0.04);
}

.ng-select .ng-select-container:after {
  border-bottom: thin solid rgba(0, 0, 0, 0.42);
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  transition: border-color 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
}

.ng-select .ng-select-container.ng-appearance-outline {
  padding: 0 1rem 0 0.5rem;
  height: 2.95rem;
  margin-top: -0.3rem;
  background-color: transparent;
}

.ng-select .ng-select-container.ng-appearance-outline:after {
  border: solid 1px rgb(var(--color-colorado));
  border-radius: 5px;
  height: calc(100% - 0.5em);
  pointer-events: none;
  transition: border-color 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.ng-select .ng-select-container.ng-appearance-outline:hover:after {
  border-color: rgb(var(--color-california));
  border-width: 2px;
}

.ng-select .ng-select-container.ng-appearance-outline .ng-value-container {
  border-top: 0.54375em solid transparent;
}

.ng-select .ng-select-container.ng-appearance-outline .ng-placeholder {
  padding: 0 0.25em;
  background-color: var(--background-base);
  z-index: 1;
}

.ng-select .ng-select-container.ng-appearance-outline .ng-value {
  padding-left: 0.25em;
}

.ng-select .ng-select-container.ng-appearance-outline.ng-select-opened .ng-placeholder {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.001px);
}

.ng-select .ng-select-container .ng-value-container {
  align-items: stretch;
  padding: 0.5em 0;
  border-top: 0.84375em solid transparent;
}

.ng-select .ng-select-container .ng-value-container .ng-placeholder {
  position: absolute;
  color: rgba(0, 0, 0, 0.54);
  transform-origin: left 0;
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), width 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

[dir=rtl] .ng-select .ng-select-container .ng-value-container .ng-placeholder {
  transform-origin: right 0;
}

.ng-select .ng-select-container .ng-value-container .ng-input {
  bottom: 0.4375em;
}

.ng-select.ng-select-single .ng-select-container.ng-appearance-outline.ng-has-value {
  color: rgb(var(--color-betty));
}

.ng-select.ng-select-single .ng-select-container.ng-appearance-outline.ng-has-value .ng-value-label {
  width: 100%;
  display: block;
  padding-right: 1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ng-select.ng-select-single .ng-select-container.ng-appearance-outline .ng-clear-wrapper {
  bottom: 0.375rem;
}

.ng-select.ng-select-single .ng-select-container .ng-arrow-wrapper {
  align-self: flex-end;
  bottom: 13px;
}

.ng-select.ng-select-single .ng-select-container .ng-clear-wrapper {
  align-self: flex-end;
  bottom: 7px;
}

.ng-select.ng-select-multiple.ng-select-disabled .ng-select-container .ng-value-container .ng-value {
  background-color: rgb(var(--color-colorado));
  color: rgba(0, 0, 0, 0.26);
}

.ng-select.ng-select-multiple.ng-select-disabled .ng-appearance-outline:after, .ng-select.ng-select-multiple.ng-select-disabled .ng-appearance-outline:hover:after {
  background-image: none;
  border: dotted 1px rgb(var(--color-colorado));
}

.ng-select.ng-select-multiple .ng-select-container.ng-appearance-outline.ng-has-value .ng-arrow-wrapper,
.ng-select.ng-select-multiple .ng-select-container.ng-appearance-outline.ng-has-value .ng-clear-wrapper {
  border-top: none;
}

.ng-select.ng-select-multiple .ng-select-container.ng-appearance-outline .ng-arrow-wrapper {
  top: 0;
}

.ng-select.ng-select-multiple .ng-select-container.ng-appearance-outline .ng-clear-wrapper {
  top: 4px;
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value {
  background-color: rgb(var(--color-margaret));
  border-radius: 2px;
  color: var(--background-base);
  padding: 0 5px;
  margin: 0 0.4375em 0.175em 0;
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled {
  background-color: rgb(var(--color-colorado));
  color: rgba(0, 0, 0, 0.26);
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-label {
  max-width: 80px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-style: normal;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon {
  color: rgba(255, 255, 255, 0.54);
  padding-right: 5px;
}

[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon {
  padding-left: 5px;
  padding-right: 0;
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon:hover {
  color: rgba(255, 255, 255, 0.87);
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input {
  line-height: 1.375em;
}

.ng-select.ng-select-multiple .ng-select-container.ng-has-value {
  align-items: center;
}

.ng-select.ng-select-multiple .ng-select-container.ng-has-value .ng-value-container {
  padding-bottom: 0;
  padding-top: 0.1875em;
}

.ng-select.ng-select-multiple .ng-select-container.ng-has-value .ng-value-container.ng-appearance-outline .ng-clear-wrapper,
.ng-select.ng-select-multiple .ng-select-container.ng-has-value .ng-value-container.ng-appearance-outline .ng-arrow-wrapper {
  border-top: 0.84375em solid transparent;
}

.ng-select .ng-clear-wrapper {
  color: rgba(0, 0, 0, 0.54);
}

.ng-select .ng-clear-wrapper:hover {
  color: rgb(var(--color-california));
}

.ng-select .ng-arrow-wrapper {
  bottom: 2px;
  width: 1rem !important;
  height: 1rem !important;
}

.ng-select .ng-arrow-wrapper .ng-arrow {
  width: 0.5rem !important;
  height: 0.5rem !important;
  background: rgb(var(--color-denver));
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  mask-image: url('angle-down.e4d9450f8b8f69c7.svg');
  color: rgba(0, 0, 0, 0.54);
}

.ng-dropdown-panel {
  background: var(--background-base);
  left: 0;
  box-shadow: 0px 2px 4px rgba(188, 188, 189, 0.4);
}

.ng-dropdown-panel.ng-select-bottom {
  top: calc(100% + 0.5em);
}

.ng-dropdown-panel.ng-select-top {
  bottom: calc(100% - 1px);
}

.ng-dropdown-panel.multiple .ng-option.selected {
  background: var(--background-base);
}

.ng-dropdown-panel.multiple .ng-option.marked {
  background: rgba(0, 0, 0, 0.04);
}

.ng-dropdown-panel .ng-dropdown-header {
  padding: 0 16px;
  line-height: 3em;
  min-height: 3em;
}

.ng-dropdown-panel .ng-dropdown-footer {
  border-top: 1px solid rgb(var(--color-colorado));
  padding: 0 16px;
  line-height: 3em;
  min-height: 3em;
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup {
  -webkit-user-select: none;
          user-select: none;
  cursor: pointer;
  line-height: 3em;
  height: 3em;
  padding: 0 16px;
  color: rgba(0, 0, 0, 0.54);
  font-weight: 500;
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-marked {
  background: rgba(0, 0, 0, 0.04);
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-disabled {
  cursor: default;
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-selected {
  background: rgb(var(--color-colorado));
  color: rgb(var(--color-margaret));
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
  line-height: 3em;
  min-height: 3em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 16px;
  text-decoration: none;
  position: relative;
  color: rgb(var(--color-california));
  text-align: left;
}

[dir=rtl] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
  text-align: right;
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked {
  background: rgba(0, 0, 0, 0.04);
  color: rgb(var(--color-california));
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected {
  background: rgb(var(--color-arizona));
  color: rgb(var(--color-betty));
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-disabled {
  color: rgba(0, 0, 0, 0.38);
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child {
  padding-left: 32px;
}

[dir=rtl] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child {
  padding-right: 32px;
  padding-left: 0;
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-tag-label {
  padding-right: 5px;
  font-size: 80%;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.38);
}

[dir=rtl] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-tag-label {
  padding-left: 5px;
  padding-right: 0;
}

.ng-select {
  position: relative;
  display: block;
  box-sizing: border-box;
}

.ng-select div,
.ng-select input,
.ng-select span {
  box-sizing: border-box;
}

.ng-select [hidden] {
  display: none;
}

.ng-select.ng-select-searchable .ng-select-container .ng-value-container .ng-input {
  opacity: 1;
}

.ng-select.ng-select-opened .ng-select-container {
  z-index: 1001;
}

.ng-select.ng-select-disabled .ng-select-container .ng-value-container .ng-placeholder,
.ng-select.ng-select-disabled .ng-select-container .ng-value-container .ng-value {
  -webkit-user-select: none;
          user-select: none;
  cursor: default;
}

.ng-select.ng-select-disabled .ng-arrow-wrapper {
  cursor: default;
}

.ng-select.ng-select-filtered .ng-placeholder {
  display: none;
}

.ng-select .ng-select-container {
  cursor: default;
  display: flex;
  outline: none;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.ng-select .ng-select-container .ng-value-container {
  display: flex;
  flex: 1;
}

.ng-select .ng-select-container .ng-value-container.ng-apperance-outline .ng-input > input {
  padding: 0 0.6rem 0.2rem 0.6rem !important;
}

.ng-select .ng-select-container .ng-value-container .ng-input {
  opacity: 0;
}

.ng-select .ng-select-container .ng-value-container .ng-input > input {
  box-sizing: content-box;
  background: none transparent;
  border: 0 none;
  box-shadow: none;
  outline: none;
  cursor: default;
  width: 100%;
  padding: 0 10px !important;
}

.ng-select .ng-select-container .ng-value-container .ng-input > input::-ms-clear {
  display: none;
}

.ng-select .ng-select-container .ng-value-container .ng-input > input[readonly] {
  -webkit-user-select: none;
          user-select: none;
  width: 0;
  padding: 0;
}

.ng-select.ng-select-single.ng-select-filtered .ng-select-container .ng-value-container .ng-value {
  visibility: hidden;
}

.ng-select.ng-select-single .ng-select-container .ng-value-container {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ng-select.ng-select-single .ng-select-container .ng-value-container .ng-value {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ng-select.ng-select-single .ng-select-container .ng-value-container .ng-value .ng-value-icon {
  display: none;
}

.ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input {
  position: absolute;
  left: 0;
  width: 100%;
  padding-right: 3.8rem;
}

.ng-select.ng-select-multiple.ng-select-disabled > .ng-select-container .ng-value-container .ng-value .ng-value-icon {
  display: none;
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container {
  flex-wrap: nowrap !important;
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder {
  position: absolute;
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value {
  white-space: nowrap;
  display: flex;
  align-items: center;
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled .ng-value-icon {
  display: none;
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon {
  cursor: pointer;
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input {
  flex: 1;
  z-index: 2;
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder {
  z-index: 1;
}

.ng-select .ng-clear-wrapper {
  cursor: pointer;
  position: relative;
  width: 17px;
  -webkit-user-select: none;
          user-select: none;
}

.ng-select .ng-clear-wrapper .ng-clear {
  display: inline-block;
  font-size: 18px;
  line-height: 1;
  pointer-events: none;
}

.ng-select .ng-spinner-loader {
  border-radius: 50%;
  width: 17px;
  height: 17px;
  margin-right: 5px;
  font-size: 10px;
  position: relative;
  top: 0.2rem;
  text-indent: -9999em;
  border-top: 2px solid rgba(66, 66, 66, 0.2);
  border-right: 2px solid rgba(66, 66, 66, 0.2);
  border-bottom: 2px solid rgba(66, 66, 66, 0.2);
  border-left: 2px solid #424242;
  transform: translateZ(0);
  animation: load8 0.8s infinite linear;
}

.ng-select .ng-spinner-loader:after {
  border-radius: 50%;
  width: 17px;
  height: 17px;
}

@keyframes load8 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.ng-select .ng-arrow-wrapper {
  cursor: pointer;
  position: relative;
  text-align: center;
  -webkit-user-select: none;
          user-select: none;
}

.ng-select .ng-arrow-wrapper .ng-arrow {
  pointer-events: none;
  display: inline-block;
  position: relative;
}

.ng-dropdown-panel {
  border-radius: 0.625rem;
  box-sizing: border-box;
  position: absolute;
  opacity: 0;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}

.ng-dropdown-panel .ng-dropdown-panel-items {
  display: block;
  height: auto;
  box-sizing: border-box;
  max-height: 240px;
  overflow-y: auto;
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-option-label:empty:before {
  content: "​";
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-option .highlighted {
  font-weight: bold;
  text-decoration: underline;
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.disabled {
  cursor: default;
}

.ng-dropdown-panel .scroll-host {
  overflow: hidden;
  overflow-y: auto;
  position: relative;
  display: block;
  -webkit-overflow-scrolling: touch;
}

.ng-dropdown-panel .scrollable-content {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.ng-dropdown-panel .total-padding {
  width: 1px;
  opacity: 0;
}

.cdk-overlay-backdrop.popover-backdrop {
  background-color: rgba(var(--color-lisa), 0.6);
}

.hohoro-style-dark {
  --background-app-bar: #e2e2ed;
  --footer-background: var(--background-card);
  --navigation-background: #F2F2F7;
  --toolbar-background: #F2F2F7;
  --background-base: #222222;
  --base-bg: 0, 0, 0;
  --base-fg: 255, 255, 255;
  --background-card: #F2F2F7;
  --footer-color: var(--text-color);
  --navigation-color: var(--text-color);
  --text-color: white;
  --toolbar-color: white;
  --text-color-light: rgba(0, 0, 0, 0.87);
  --foreground-divider: rgb(var(--color-colorado));
  --text-hint: rgba(255, 255, 255, 0.5);
  --text-hint-light: rgba(0, 0, 0, 0.38);
  --background-hover: rgba(255, 255, 255, 0.04);
  --text-secondary: rgba(255, 255, 255, 0.7);
  --text-secondary-light: rgba(0, 0, 0, 0.54);
  --secondary-toolbar-background: var(--background-card);
  --selct-label-color: rgba(255, 255, 255, 0.7);
  --select-container-bg: rgba(255, 255, 255, 0.15);
  --select-underline: rgba(255, 255, 255, 0.9);
  --select-shadow: 0, 0, 0;
}

.hohoro-style-dark .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}

.hohoro-style-dark .mat-option {
  color: white;
}

.hohoro-style-dark .mat-option:hover:not(.mat-option-disabled), .hohoro-style-dark .mat-option:focus:not(.mat-option-disabled) {
  background: rgba(255, 255, 255, 0.04);
}

.hohoro-style-dark .mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled) {
  background: rgba(255, 255, 255, 0.04);
}

.hohoro-style-dark .mat-option.mat-active {
  background: rgba(255, 255, 255, 0.04);
  color: white;
}

.hohoro-style-dark .mat-option.mat-option-disabled {
  color: rgba(255, 255, 255, 0.5);
}

.hohoro-style-dark .mat-primary .mat-option.mat-selected:not(.mat-option-disabled) {
  color: rgba(var(--color-primary), 1);
}

.hohoro-style-dark .mat-accent .mat-option.mat-selected:not(.mat-option-disabled) {
  color: rgba(var(--color-accent), 1);
}

.hohoro-style-dark .mat-warn .mat-option.mat-selected:not(.mat-option-disabled) {
  color: rgba(var(--color-warn), 1);
}

.hohoro-style-dark .mat-optgroup-label {
  color: rgba(255, 255, 255, 0.7);
}

.hohoro-style-dark .mat-optgroup-disabled .mat-optgroup-label {
  color: rgba(255, 255, 255, 0.5);
}

.hohoro-style-dark .mat-pseudo-checkbox {
  color: rgba(255, 255, 255, 0.7);
}

.hohoro-style-dark .mat-pseudo-checkbox::after {
  color: white;
}

.hohoro-style-dark .mat-pseudo-checkbox-disabled {
  color: #686868;
}

.hohoro-style-dark .mat-primary .mat-pseudo-checkbox-checked,
.hohoro-style-dark .mat-primary .mat-pseudo-checkbox-indeterminate {
  background: rgba(var(--color-primary), 1);
}

.hohoro-style-dark .mat-pseudo-checkbox-checked,
.hohoro-style-dark .mat-pseudo-checkbox-indeterminate,
.hohoro-style-dark .mat-accent .mat-pseudo-checkbox-checked,
.hohoro-style-dark .mat-accent .mat-pseudo-checkbox-indeterminate {
  background: rgba(var(--color-accent), 1);
}

.hohoro-style-dark .mat-warn .mat-pseudo-checkbox-checked,
.hohoro-style-dark .mat-warn .mat-pseudo-checkbox-indeterminate {
  background: rgba(var(--color-warn), 1);
}

.hohoro-style-dark .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled,
.hohoro-style-dark .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled {
  background: #686868;
}

.hohoro-style-dark .mat-app-background, .hohoro-style-dark.mat-app-background {
  background-color: white;
  color: white;
}

.hohoro-style-dark .mat-elevation-z0 {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.06), 0px 0px 0px 0px rgba(0, 0, 0, 0.042), 0px 0px 0px 0px rgba(0, 0, 0, 0.036);
}

.hohoro-style-dark .mat-elevation-z1 {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.06), 0px 1px 1px 0px rgba(0, 0, 0, 0.042), 0px 1px 3px 0px rgba(0, 0, 0, 0.036);
}

.hohoro-style-dark .mat-elevation-z2 {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.06), 0px 2px 2px 0px rgba(0, 0, 0, 0.042), 0px 1px 5px 0px rgba(0, 0, 0, 0.036);
}

.hohoro-style-dark .mat-elevation-z3 {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.06), 0px 3px 4px 0px rgba(0, 0, 0, 0.042), 0px 1px 8px 0px rgba(0, 0, 0, 0.036);
}

.hohoro-style-dark .mat-elevation-z4 {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.06), 0px 4px 5px 0px rgba(0, 0, 0, 0.042), 0px 1px 10px 0px rgba(0, 0, 0, 0.036);
}

.hohoro-style-dark .mat-elevation-z5 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.06), 0px 5px 8px 0px rgba(0, 0, 0, 0.042), 0px 1px 14px 0px rgba(0, 0, 0, 0.036);
}

.hohoro-style-dark .mat-elevation-z6 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.06), 0px 6px 10px 0px rgba(0, 0, 0, 0.042), 0px 1px 18px 0px rgba(0, 0, 0, 0.036);
}

.hohoro-style-dark .mat-elevation-z7 {
  box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.06), 0px 7px 10px 1px rgba(0, 0, 0, 0.042), 0px 2px 16px 1px rgba(0, 0, 0, 0.036);
}

.hohoro-style-dark .mat-elevation-z8 {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.06), 0px 8px 10px 1px rgba(0, 0, 0, 0.042), 0px 3px 14px 2px rgba(0, 0, 0, 0.036);
}

.hohoro-style-dark .mat-elevation-z9 {
  box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, 0.06), 0px 9px 12px 1px rgba(0, 0, 0, 0.042), 0px 3px 16px 2px rgba(0, 0, 0, 0.036);
}

.hohoro-style-dark .mat-elevation-z10 {
  box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.06), 0px 10px 14px 1px rgba(0, 0, 0, 0.042), 0px 4px 18px 3px rgba(0, 0, 0, 0.036);
}

.hohoro-style-dark .mat-elevation-z11 {
  box-shadow: 0px 6px 7px -4px rgba(0, 0, 0, 0.06), 0px 11px 15px 1px rgba(0, 0, 0, 0.042), 0px 4px 20px 3px rgba(0, 0, 0, 0.036);
}

.hohoro-style-dark .mat-elevation-z12 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.06), 0px 12px 17px 2px rgba(0, 0, 0, 0.042), 0px 5px 22px 4px rgba(0, 0, 0, 0.036);
}

.hohoro-style-dark .mat-elevation-z13 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.06), 0px 13px 19px 2px rgba(0, 0, 0, 0.042), 0px 5px 24px 4px rgba(0, 0, 0, 0.036);
}

.hohoro-style-dark .mat-elevation-z14 {
  box-shadow: 0px 7px 9px -4px rgba(0, 0, 0, 0.06), 0px 14px 21px 2px rgba(0, 0, 0, 0.042), 0px 5px 26px 4px rgba(0, 0, 0, 0.036);
}

.hohoro-style-dark .mat-elevation-z15 {
  box-shadow: 0px 8px 9px -5px rgba(0, 0, 0, 0.06), 0px 15px 22px 2px rgba(0, 0, 0, 0.042), 0px 6px 28px 5px rgba(0, 0, 0, 0.036);
}

.hohoro-style-dark .mat-elevation-z16 {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.06), 0px 16px 24px 2px rgba(0, 0, 0, 0.042), 0px 6px 30px 5px rgba(0, 0, 0, 0.036);
}

.hohoro-style-dark .mat-elevation-z17 {
  box-shadow: 0px 8px 11px -5px rgba(0, 0, 0, 0.06), 0px 17px 26px 2px rgba(0, 0, 0, 0.042), 0px 6px 32px 5px rgba(0, 0, 0, 0.036);
}

.hohoro-style-dark .mat-elevation-z18 {
  box-shadow: 0px 9px 11px -5px rgba(0, 0, 0, 0.06), 0px 18px 28px 2px rgba(0, 0, 0, 0.042), 0px 7px 34px 6px rgba(0, 0, 0, 0.036);
}

.hohoro-style-dark .mat-elevation-z19 {
  box-shadow: 0px 9px 12px -6px rgba(0, 0, 0, 0.06), 0px 19px 29px 2px rgba(0, 0, 0, 0.042), 0px 7px 36px 6px rgba(0, 0, 0, 0.036);
}

.hohoro-style-dark .mat-elevation-z20 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.06), 0px 20px 31px 3px rgba(0, 0, 0, 0.042), 0px 8px 38px 7px rgba(0, 0, 0, 0.036);
}

.hohoro-style-dark .mat-elevation-z21 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.06), 0px 21px 33px 3px rgba(0, 0, 0, 0.042), 0px 8px 40px 7px rgba(0, 0, 0, 0.036);
}

.hohoro-style-dark .mat-elevation-z22 {
  box-shadow: 0px 10px 14px -6px rgba(0, 0, 0, 0.06), 0px 22px 35px 3px rgba(0, 0, 0, 0.042), 0px 8px 42px 7px rgba(0, 0, 0, 0.036);
}

.hohoro-style-dark .mat-elevation-z23 {
  box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, 0.06), 0px 23px 36px 3px rgba(0, 0, 0, 0.042), 0px 9px 44px 8px rgba(0, 0, 0, 0.036);
}

.hohoro-style-dark .mat-elevation-z24 {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.06), 0px 24px 38px 3px rgba(0, 0, 0, 0.042), 0px 9px 46px 8px rgba(0, 0, 0, 0.036);
}

.mat-theme-loaded-marker {
  display: none;
}

.hohoro-style-dark .mat-autocomplete-panel {
  background: #f2f2f7;
  color: white;
}

.hohoro-style-dark .mat-autocomplete-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.06), 0px 4px 5px 0px rgba(0, 0, 0, 0.042), 0px 1px 10px 0px rgba(0, 0, 0, 0.036);
}

.hohoro-style-dark .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover) {
  background: #f2f2f7;
}

.hohoro-style-dark .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover):not(.mat-option-disabled) {
  color: white;
}

.hohoro-style-dark .mat-badge {
  position: relative;
}

.hohoro-style-dark .mat-badge.mat-badge {
  overflow: visible;
}

.hohoro-style-dark .mat-badge-hidden .mat-badge-content {
  display: none;
}

.hohoro-style-dark .mat-badge-content {
  position: absolute;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  transition: transform 200ms ease-in-out;
  transform: scale(0.6);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  pointer-events: none;
}

.hohoro-style-dark .ng-animate-disabled .mat-badge-content,
.hohoro-style-dark .mat-badge-content._mat-animation-noopable {
  transition: none;
}

.hohoro-style-dark .mat-badge-content.mat-badge-active {
  transform: none;
}

.hohoro-style-dark .mat-badge-small .mat-badge-content {
  width: 16px;
  height: 16px;
  line-height: 16px;
}

.hohoro-style-dark .mat-badge-small.mat-badge-above .mat-badge-content {
  top: -8px;
}

.hohoro-style-dark .mat-badge-small.mat-badge-below .mat-badge-content {
  bottom: -8px;
}

.hohoro-style-dark .mat-badge-small.mat-badge-before .mat-badge-content {
  left: -16px;
}

[dir=rtl] .hohoro-style-dark .mat-badge-small.mat-badge-before .mat-badge-content {
  left: auto;
  right: -16px;
}

.hohoro-style-dark .mat-badge-small.mat-badge-after .mat-badge-content {
  right: -16px;
}

[dir=rtl] .hohoro-style-dark .mat-badge-small.mat-badge-after .mat-badge-content {
  right: auto;
  left: -16px;
}

.hohoro-style-dark .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -8px;
}

[dir=rtl] .hohoro-style-dark .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -8px;
}

.hohoro-style-dark .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -8px;
}

[dir=rtl] .hohoro-style-dark .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -8px;
}

.hohoro-style-dark .mat-badge-medium .mat-badge-content {
  width: 22px;
  height: 22px;
  line-height: 22px;
}

.hohoro-style-dark .mat-badge-medium.mat-badge-above .mat-badge-content {
  top: -11px;
}

.hohoro-style-dark .mat-badge-medium.mat-badge-below .mat-badge-content {
  bottom: -11px;
}

.hohoro-style-dark .mat-badge-medium.mat-badge-before .mat-badge-content {
  left: -22px;
}

[dir=rtl] .hohoro-style-dark .mat-badge-medium.mat-badge-before .mat-badge-content {
  left: auto;
  right: -22px;
}

.hohoro-style-dark .mat-badge-medium.mat-badge-after .mat-badge-content {
  right: -22px;
}

[dir=rtl] .hohoro-style-dark .mat-badge-medium.mat-badge-after .mat-badge-content {
  right: auto;
  left: -22px;
}

.hohoro-style-dark .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -11px;
}

[dir=rtl] .hohoro-style-dark .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -11px;
}

.hohoro-style-dark .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -11px;
}

[dir=rtl] .hohoro-style-dark .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -11px;
}

.hohoro-style-dark .mat-badge-large .mat-badge-content {
  width: 28px;
  height: 28px;
  line-height: 28px;
}

.hohoro-style-dark .mat-badge-large.mat-badge-above .mat-badge-content {
  top: -14px;
}

.hohoro-style-dark .mat-badge-large.mat-badge-below .mat-badge-content {
  bottom: -14px;
}

.hohoro-style-dark .mat-badge-large.mat-badge-before .mat-badge-content {
  left: -28px;
}

[dir=rtl] .hohoro-style-dark .mat-badge-large.mat-badge-before .mat-badge-content {
  left: auto;
  right: -28px;
}

.hohoro-style-dark .mat-badge-large.mat-badge-after .mat-badge-content {
  right: -28px;
}

[dir=rtl] .hohoro-style-dark .mat-badge-large.mat-badge-after .mat-badge-content {
  right: auto;
  left: -28px;
}

.hohoro-style-dark .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -14px;
}

[dir=rtl] .hohoro-style-dark .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -14px;
}

.hohoro-style-dark .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -14px;
}

[dir=rtl] .hohoro-style-dark .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -14px;
}

.hohoro-style-dark .mat-badge-content {
  color: rgba(var(--color-primary-contrast), 1);
  background: rgba(var(--color-primary), 1);
}

.cdk-high-contrast-active .hohoro-style-dark .mat-badge-content {
  outline: solid 1px;
  border-radius: 0;
}

.hohoro-style-dark .mat-badge-accent .mat-badge-content {
  background: rgba(var(--color-accent), 1);
  color: rgba(var(--color-accent-contrast), 1);
}

.hohoro-style-dark .mat-badge-warn .mat-badge-content {
  color: rgba(var(--color-warn-contrast), 1);
  background: rgba(var(--color-warn), 1);
}

.hohoro-style-dark .mat-badge-disabled .mat-badge-content {
  background: white;
  color: rgba(255, 255, 255, 0.5);
}

.hohoro-style-dark .mat-bottom-sheet-container {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.06), 0px 16px 24px 2px rgba(0, 0, 0, 0.042), 0px 6px 30px 5px rgba(0, 0, 0, 0.036);
  background: #f2f2f7;
  color: white;
}

.hohoro-style-dark .mat-button, .hohoro-style-dark .mat-icon-button, .hohoro-style-dark .mat-stroked-button {
  color: inherit;
  background: transparent;
}

.hohoro-style-dark .mat-button.mat-primary, .hohoro-style-dark .mat-icon-button.mat-primary, .hohoro-style-dark .mat-stroked-button.mat-primary {
  color: rgba(var(--color-primary), 1);
}

.hohoro-style-dark .mat-button.mat-accent, .hohoro-style-dark .mat-icon-button.mat-accent, .hohoro-style-dark .mat-stroked-button.mat-accent {
  color: rgba(var(--color-accent), 1);
}

.hohoro-style-dark .mat-button.mat-warn, .hohoro-style-dark .mat-icon-button.mat-warn, .hohoro-style-dark .mat-stroked-button.mat-warn {
  color: rgba(var(--color-warn), 1);
}

.hohoro-style-dark .mat-button.mat-primary.mat-button-disabled, .hohoro-style-dark .mat-button.mat-accent.mat-button-disabled, .hohoro-style-dark .mat-button.mat-warn.mat-button-disabled, .hohoro-style-dark .mat-button.mat-button-disabled.mat-button-disabled, .hohoro-style-dark .mat-icon-button.mat-primary.mat-button-disabled, .hohoro-style-dark .mat-icon-button.mat-accent.mat-button-disabled, .hohoro-style-dark .mat-icon-button.mat-warn.mat-button-disabled, .hohoro-style-dark .mat-icon-button.mat-button-disabled.mat-button-disabled, .hohoro-style-dark .mat-stroked-button.mat-primary.mat-button-disabled, .hohoro-style-dark .mat-stroked-button.mat-accent.mat-button-disabled, .hohoro-style-dark .mat-stroked-button.mat-warn.mat-button-disabled, .hohoro-style-dark .mat-stroked-button.mat-button-disabled.mat-button-disabled {
  color: rgba(255, 255, 255, 0.3);
}

.hohoro-style-dark .mat-button.mat-primary .mat-button-focus-overlay, .hohoro-style-dark .mat-icon-button.mat-primary .mat-button-focus-overlay, .hohoro-style-dark .mat-stroked-button.mat-primary .mat-button-focus-overlay {
  background-color: rgba(var(--color-primary), 1);
}

.hohoro-style-dark .mat-button.mat-accent .mat-button-focus-overlay, .hohoro-style-dark .mat-icon-button.mat-accent .mat-button-focus-overlay, .hohoro-style-dark .mat-stroked-button.mat-accent .mat-button-focus-overlay {
  background-color: rgba(var(--color-accent), 1);
}

.hohoro-style-dark .mat-button.mat-warn .mat-button-focus-overlay, .hohoro-style-dark .mat-icon-button.mat-warn .mat-button-focus-overlay, .hohoro-style-dark .mat-stroked-button.mat-warn .mat-button-focus-overlay {
  background-color: rgba(var(--color-warn), 1);
}

.hohoro-style-dark .mat-button.mat-button-disabled .mat-button-focus-overlay, .hohoro-style-dark .mat-icon-button.mat-button-disabled .mat-button-focus-overlay, .hohoro-style-dark .mat-stroked-button.mat-button-disabled .mat-button-focus-overlay {
  background-color: transparent;
}

.hohoro-style-dark .mat-button .mat-ripple-element, .hohoro-style-dark .mat-icon-button .mat-ripple-element, .hohoro-style-dark .mat-stroked-button .mat-ripple-element {
  opacity: 0.1;
  background-color: currentColor;
}

.hohoro-style-dark .mat-button-focus-overlay {
  background: white;
}

.hohoro-style-dark .mat-stroked-button:not(.mat-button-disabled) {
  border-color: rgba(255, 255, 255, 0.12);
}

.hohoro-style-dark .mat-flat-button, .hohoro-style-dark .mat-raised-button, .hohoro-style-dark .mat-fab, .hohoro-style-dark .mat-mini-fab {
  color: white;
  background-color: #424242;
}

.hohoro-style-dark .mat-flat-button.mat-primary, .hohoro-style-dark .mat-raised-button.mat-primary, .hohoro-style-dark .mat-fab.mat-primary, .hohoro-style-dark .mat-mini-fab.mat-primary {
  color: rgba(var(--color-primary-contrast), 1);
}

.hohoro-style-dark .mat-flat-button.mat-accent, .hohoro-style-dark .mat-raised-button.mat-accent, .hohoro-style-dark .mat-fab.mat-accent, .hohoro-style-dark .mat-mini-fab.mat-accent {
  color: rgba(var(--color-accent-contrast), 1);
}

.hohoro-style-dark .mat-flat-button.mat-warn, .hohoro-style-dark .mat-raised-button.mat-warn, .hohoro-style-dark .mat-fab.mat-warn, .hohoro-style-dark .mat-mini-fab.mat-warn {
  color: rgba(var(--color-warn-contrast), 1);
}

.hohoro-style-dark .mat-flat-button.mat-primary.mat-button-disabled, .hohoro-style-dark .mat-flat-button.mat-accent.mat-button-disabled, .hohoro-style-dark .mat-flat-button.mat-warn.mat-button-disabled, .hohoro-style-dark .mat-flat-button.mat-button-disabled.mat-button-disabled, .hohoro-style-dark .mat-raised-button.mat-primary.mat-button-disabled, .hohoro-style-dark .mat-raised-button.mat-accent.mat-button-disabled, .hohoro-style-dark .mat-raised-button.mat-warn.mat-button-disabled, .hohoro-style-dark .mat-raised-button.mat-button-disabled.mat-button-disabled, .hohoro-style-dark .mat-fab.mat-primary.mat-button-disabled, .hohoro-style-dark .mat-fab.mat-accent.mat-button-disabled, .hohoro-style-dark .mat-fab.mat-warn.mat-button-disabled, .hohoro-style-dark .mat-fab.mat-button-disabled.mat-button-disabled, .hohoro-style-dark .mat-mini-fab.mat-primary.mat-button-disabled, .hohoro-style-dark .mat-mini-fab.mat-accent.mat-button-disabled, .hohoro-style-dark .mat-mini-fab.mat-warn.mat-button-disabled, .hohoro-style-dark .mat-mini-fab.mat-button-disabled.mat-button-disabled {
  color: rgba(255, 255, 255, 0.3);
}

.hohoro-style-dark .mat-flat-button.mat-primary, .hohoro-style-dark .mat-raised-button.mat-primary, .hohoro-style-dark .mat-fab.mat-primary, .hohoro-style-dark .mat-mini-fab.mat-primary {
  background-color: rgba(var(--color-primary), 1);
}

.hohoro-style-dark .mat-flat-button.mat-accent, .hohoro-style-dark .mat-raised-button.mat-accent, .hohoro-style-dark .mat-fab.mat-accent, .hohoro-style-dark .mat-mini-fab.mat-accent {
  background-color: rgba(var(--color-accent), 1);
}

.hohoro-style-dark .mat-flat-button.mat-warn, .hohoro-style-dark .mat-raised-button.mat-warn, .hohoro-style-dark .mat-fab.mat-warn, .hohoro-style-dark .mat-mini-fab.mat-warn {
  background-color: rgba(var(--color-warn), 1);
}

.hohoro-style-dark .mat-flat-button.mat-primary.mat-button-disabled, .hohoro-style-dark .mat-flat-button.mat-accent.mat-button-disabled, .hohoro-style-dark .mat-flat-button.mat-warn.mat-button-disabled, .hohoro-style-dark .mat-flat-button.mat-button-disabled.mat-button-disabled, .hohoro-style-dark .mat-raised-button.mat-primary.mat-button-disabled, .hohoro-style-dark .mat-raised-button.mat-accent.mat-button-disabled, .hohoro-style-dark .mat-raised-button.mat-warn.mat-button-disabled, .hohoro-style-dark .mat-raised-button.mat-button-disabled.mat-button-disabled, .hohoro-style-dark .mat-fab.mat-primary.mat-button-disabled, .hohoro-style-dark .mat-fab.mat-accent.mat-button-disabled, .hohoro-style-dark .mat-fab.mat-warn.mat-button-disabled, .hohoro-style-dark .mat-fab.mat-button-disabled.mat-button-disabled, .hohoro-style-dark .mat-mini-fab.mat-primary.mat-button-disabled, .hohoro-style-dark .mat-mini-fab.mat-accent.mat-button-disabled, .hohoro-style-dark .mat-mini-fab.mat-warn.mat-button-disabled, .hohoro-style-dark .mat-mini-fab.mat-button-disabled.mat-button-disabled {
  background-color: rgba(255, 255, 255, 0.12);
}

.hohoro-style-dark .mat-flat-button.mat-primary .mat-ripple-element, .hohoro-style-dark .mat-raised-button.mat-primary .mat-ripple-element, .hohoro-style-dark .mat-fab.mat-primary .mat-ripple-element, .hohoro-style-dark .mat-mini-fab.mat-primary .mat-ripple-element {
  background-color: rgba(var(--color-primary-contrast), 1);
  opacity: 0.1;
}

.hohoro-style-dark .mat-flat-button.mat-accent .mat-ripple-element, .hohoro-style-dark .mat-raised-button.mat-accent .mat-ripple-element, .hohoro-style-dark .mat-fab.mat-accent .mat-ripple-element, .hohoro-style-dark .mat-mini-fab.mat-accent .mat-ripple-element {
  background-color: rgba(var(--color-accent-contrast), 1);
  opacity: 0.1;
}

.hohoro-style-dark .mat-flat-button.mat-warn .mat-ripple-element, .hohoro-style-dark .mat-raised-button.mat-warn .mat-ripple-element, .hohoro-style-dark .mat-fab.mat-warn .mat-ripple-element, .hohoro-style-dark .mat-mini-fab.mat-warn .mat-ripple-element {
  background-color: rgba(var(--color-warn-contrast), 1);
  opacity: 0.1;
}

.hohoro-style-dark .mat-stroked-button:not([class*=mat-elevation-z]), .hohoro-style-dark .mat-flat-button:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.06), 0px 0px 0px 0px rgba(0, 0, 0, 0.042), 0px 0px 0px 0px rgba(0, 0, 0, 0.036);
}

.hohoro-style-dark .mat-raised-button:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.06), 0px 2px 2px 0px rgba(0, 0, 0, 0.042), 0px 1px 5px 0px rgba(0, 0, 0, 0.036);
}

.hohoro-style-dark .mat-raised-button:not(.mat-button-disabled):active:not([class*=mat-elevation-z]) {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.06), 0px 8px 10px 1px rgba(0, 0, 0, 0.042), 0px 3px 14px 2px rgba(0, 0, 0, 0.036);
}

.hohoro-style-dark .mat-raised-button.mat-button-disabled:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.06), 0px 0px 0px 0px rgba(0, 0, 0, 0.042), 0px 0px 0px 0px rgba(0, 0, 0, 0.036);
}

.hohoro-style-dark .mat-fab:not([class*=mat-elevation-z]), .hohoro-style-dark .mat-mini-fab:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.06), 0px 6px 10px 0px rgba(0, 0, 0, 0.042), 0px 1px 18px 0px rgba(0, 0, 0, 0.036);
}

.hohoro-style-dark .mat-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]), .hohoro-style-dark .mat-mini-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]) {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.06), 0px 12px 17px 2px rgba(0, 0, 0, 0.042), 0px 5px 22px 4px rgba(0, 0, 0, 0.036);
}

.hohoro-style-dark .mat-fab.mat-button-disabled:not([class*=mat-elevation-z]), .hohoro-style-dark .mat-mini-fab.mat-button-disabled:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.06), 0px 0px 0px 0px rgba(0, 0, 0, 0.042), 0px 0px 0px 0px rgba(0, 0, 0, 0.036);
}

.hohoro-style-dark .mat-button-toggle-standalone:not([class*=mat-elevation-z]),
.hohoro-style-dark .mat-button-toggle-group:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.06), 0px 2px 2px 0px rgba(0, 0, 0, 0.042), 0px 1px 5px 0px rgba(0, 0, 0, 0.036);
}

.hohoro-style-dark .mat-button-toggle-standalone.mat-button-toggle-appearance-standard:not([class*=mat-elevation-z]),
.hohoro-style-dark .mat-button-toggle-group-appearance-standard:not([class*=mat-elevation-z]) {
  box-shadow: none;
}

.hohoro-style-dark .mat-button-toggle {
  color: rgba(255, 255, 255, 0.5);
}

.hohoro-style-dark .mat-button-toggle .mat-button-toggle-focus-overlay {
  background-color: rgba(255, 255, 255, 0.12);
}

.hohoro-style-dark .mat-button-toggle-appearance-standard {
  color: white;
  background: #f2f2f7;
}

.hohoro-style-dark .mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay {
  background-color: white;
}

.hohoro-style-dark .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: solid 1px #f4f4f8;
}

.hohoro-style-dark [dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: solid 1px #f4f4f8;
}

.hohoro-style-dark .mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: none;
  border-top: solid 1px #f4f4f8;
}

.hohoro-style-dark .mat-button-toggle-checked {
  background-color: #212121;
  color: rgba(255, 255, 255, 0.7);
}

.hohoro-style-dark .mat-button-toggle-checked.mat-button-toggle-appearance-standard {
  color: white;
}

.hohoro-style-dark .mat-button-toggle-disabled {
  color: rgba(255, 255, 255, 0.3);
  background-color: black;
}

.hohoro-style-dark .mat-button-toggle-disabled.mat-button-toggle-appearance-standard {
  background: #f2f2f7;
}

.hohoro-style-dark .mat-button-toggle-disabled.mat-button-toggle-checked {
  background-color: #424242;
}

.hohoro-style-dark .mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
.hohoro-style-dark .mat-button-toggle-group-appearance-standard {
  border: solid 1px #f4f4f8;
}

.mat-button-toggle-appearance-standard .mat-button-toggle-label-content {
  line-height: 48px;
}

.hohoro-style-dark .mat-card {
  background: #f2f2f7;
  color: white;
}

.hohoro-style-dark .mat-card:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.06), 0px 1px 1px 0px rgba(0, 0, 0, 0.042), 0px 1px 3px 0px rgba(0, 0, 0, 0.036);
}

.hohoro-style-dark .mat-card.mat-card-flat:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.06), 0px 0px 0px 0px rgba(0, 0, 0, 0.042), 0px 0px 0px 0px rgba(0, 0, 0, 0.036);
}

.hohoro-style-dark .mat-card-subtitle {
  color: rgba(255, 255, 255, 0.7);
}

.hohoro-style-dark .mat-checkbox-frame {
  border-color: rgba(255, 255, 255, 0.7);
}

.hohoro-style-dark .mat-checkbox-checkmark {
  fill: white;
}

.hohoro-style-dark .mat-checkbox-checkmark-path {
  stroke: white !important;
}

.hohoro-style-dark .mat-checkbox-mixedmark {
  background-color: white;
}

.hohoro-style-dark .mat-checkbox-indeterminate.mat-primary .mat-checkbox-background, .hohoro-style-dark .mat-checkbox-checked.mat-primary .mat-checkbox-background {
  background-color: rgba(var(--color-primary), 1);
}

.hohoro-style-dark .mat-checkbox-indeterminate.mat-accent .mat-checkbox-background, .hohoro-style-dark .mat-checkbox-checked.mat-accent .mat-checkbox-background {
  background-color: rgba(var(--color-accent), 1);
}

.hohoro-style-dark .mat-checkbox-indeterminate.mat-warn .mat-checkbox-background, .hohoro-style-dark .mat-checkbox-checked.mat-warn .mat-checkbox-background {
  background-color: rgba(var(--color-warn), 1);
}

.hohoro-style-dark .mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background, .hohoro-style-dark .mat-checkbox-disabled.mat-checkbox-indeterminate .mat-checkbox-background {
  background-color: #686868;
}

.hohoro-style-dark .mat-checkbox-disabled:not(.mat-checkbox-checked) .mat-checkbox-frame {
  border-color: #686868;
}

.hohoro-style-dark .mat-checkbox-disabled .mat-checkbox-label {
  color: rgba(255, 255, 255, 0.5);
}

.hohoro-style-dark .mat-checkbox .mat-ripple-element {
  background-color: white;
}

.hohoro-style-dark .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element,
.hohoro-style-dark .mat-checkbox:active:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element {
  background: rgba(var(--color-primary), 1);
}

.hohoro-style-dark .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element,
.hohoro-style-dark .mat-checkbox:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element {
  background: rgba(var(--color-accent), 1);
}

.hohoro-style-dark .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element,
.hohoro-style-dark .mat-checkbox:active:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element {
  background: rgba(var(--color-warn), 1);
}

.hohoro-style-dark .mat-chip.mat-standard-chip {
  background-color: #616161;
  color: white;
}

.hohoro-style-dark .mat-chip.mat-standard-chip .mat-chip-remove {
  color: white;
  opacity: 0.4;
}

.hohoro-style-dark .mat-chip.mat-standard-chip:not(.mat-chip-disabled):active {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.06), 0px 3px 4px 0px rgba(0, 0, 0, 0.042), 0px 1px 8px 0px rgba(0, 0, 0, 0.036);
}

.hohoro-style-dark .mat-chip.mat-standard-chip:not(.mat-chip-disabled) .mat-chip-remove:hover {
  opacity: 0.54;
}

.hohoro-style-dark .mat-chip.mat-standard-chip.mat-chip-disabled {
  opacity: 0.4;
}

.hohoro-style-dark .mat-chip.mat-standard-chip::after {
  background: white;
}

.hohoro-style-dark .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary {
  background-color: rgba(var(--color-primary), 1);
  color: rgba(var(--color-primary-contrast), 1);
}

.hohoro-style-dark .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-chip-remove {
  color: rgba(var(--color-primary-contrast), 1);
  opacity: 0.4;
}

.hohoro-style-dark .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-ripple-element {
  background-color: rgba(var(--color-primary-contrast), 1);
  opacity: 0.1;
}

.hohoro-style-dark .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn {
  background-color: rgba(var(--color-warn), 1);
  color: rgba(var(--color-warn-contrast), 1);
}

.hohoro-style-dark .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-chip-remove {
  color: rgba(var(--color-warn-contrast), 1);
  opacity: 0.4;
}

.hohoro-style-dark .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-ripple-element {
  background-color: rgba(var(--color-warn-contrast), 1);
  opacity: 0.1;
}

.hohoro-style-dark .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent {
  background-color: rgba(var(--color-accent), 1);
  color: rgba(var(--color-accent-contrast), 1);
}

.hohoro-style-dark .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-chip-remove {
  color: rgba(var(--color-accent-contrast), 1);
  opacity: 0.4;
}

.hohoro-style-dark .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-ripple-element {
  background-color: rgba(var(--color-accent-contrast), 1);
  opacity: 0.1;
}

.hohoro-style-dark .mat-table {
  background: #f2f2f7;
}

.hohoro-style-dark .mat-table thead, .hohoro-style-dark .mat-table tbody, .hohoro-style-dark .mat-table tfoot,
.hohoro-style-dark mat-header-row, .hohoro-style-dark mat-row, .hohoro-style-dark mat-footer-row,
.hohoro-style-dark [mat-header-row], .hohoro-style-dark [mat-row], .hohoro-style-dark [mat-footer-row],
.hohoro-style-dark .mat-table-sticky {
  background: inherit;
}

.hohoro-style-dark mat-row, .hohoro-style-dark mat-header-row, .hohoro-style-dark mat-footer-row,
.hohoro-style-dark th.mat-header-cell, .hohoro-style-dark td.mat-cell, .hohoro-style-dark td.mat-footer-cell {
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

.hohoro-style-dark .mat-header-cell {
  color: rgba(255, 255, 255, 0.7);
}

.hohoro-style-dark .mat-cell, .hohoro-style-dark .mat-footer-cell {
  color: white;
}

.hohoro-style-dark .mat-calendar-arrow {
  fill: white;
}

.hohoro-style-dark .mat-datepicker-toggle,
.hohoro-style-dark .mat-datepicker-content .mat-calendar-next-button,
.hohoro-style-dark .mat-datepicker-content .mat-calendar-previous-button {
  color: white;
}

.hohoro-style-dark .mat-calendar-table-header-divider::after {
  background: rgba(255, 255, 255, 0.12);
}

.hohoro-style-dark .mat-calendar-table-header,
.hohoro-style-dark .mat-calendar-body-label {
  color: rgba(255, 255, 255, 0.7);
}

.hohoro-style-dark .mat-calendar-body-cell-content,
.hohoro-style-dark .mat-date-range-input-separator {
  color: white;
  border-color: transparent;
}

.hohoro-style-dark .mat-calendar-body-disabled > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  color: rgba(255, 255, 255, 0.5);
}

.hohoro-style-dark .mat-form-field-disabled .mat-date-range-input-separator {
  color: rgba(255, 255, 255, 0.5);
}

.hohoro-style-dark .mat-calendar-body-in-preview {
  color: rgba(255, 255, 255, 0.24);
}

.hohoro-style-dark .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  border-color: rgba(255, 255, 255, 0.5);
}

.hohoro-style-dark .mat-calendar-body-disabled > .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  border-color: rgba(255, 255, 255, 0.3);
}

.hohoro-style-dark .mat-calendar-body-in-range::before {
  background: rgba(var(--color-primary), 1);
}

.hohoro-style-dark .mat-calendar-body-comparison-identical,
.hohoro-style-dark .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}

.hohoro-style-dark .mat-calendar-body-comparison-bridge-start::before,
.hohoro-style-dark [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(var(--color-primary), 1) 50%, rgba(249, 171, 0, 0.2) 50%);
}

.hohoro-style-dark .mat-calendar-body-comparison-bridge-end::before,
.hohoro-style-dark [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(var(--color-primary), 1) 50%, rgba(249, 171, 0, 0.2) 50%);
}

.hohoro-style-dark .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.hohoro-style-dark .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}

.hohoro-style-dark .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.hohoro-style-dark .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}

.hohoro-style-dark .mat-calendar-body-selected {
  background-color: rgba(var(--color-primary), 1);
  color: rgba(var(--color-primary-contrast), 1);
}

.hohoro-style-dark .mat-calendar-body-disabled > .mat-calendar-body-selected {
  opacity: 0.2;
}

.hohoro-style-dark .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px rgba(var(--color-primary-contrast), 1);
}

.hohoro-style-dark .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.hohoro-style-dark .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(var(--color-primary), 1);
}

@media (hover: hover) {
  .hohoro-style-dark .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(var(--color-primary), 1);
  }
}

.hohoro-style-dark .mat-datepicker-content {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.06), 0px 4px 5px 0px rgba(0, 0, 0, 0.042), 0px 1px 10px 0px rgba(0, 0, 0, 0.036);
  background-color: #f2f2f7;
  color: white;
}

.hohoro-style-dark .mat-datepicker-content.mat-accent .mat-calendar-body-in-range::before {
  background: rgba(var(--color-accent), 1);
}

.hohoro-style-dark .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical,
.hohoro-style-dark .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}

.hohoro-style-dark .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-start::before,
.hohoro-style-dark .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(var(--color-accent), 1) 50%, rgba(249, 171, 0, 0.2) 50%);
}

.hohoro-style-dark .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-end::before,
.hohoro-style-dark .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(var(--color-accent), 1) 50%, rgba(249, 171, 0, 0.2) 50%);
}

.hohoro-style-dark .mat-datepicker-content.mat-accent .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.hohoro-style-dark .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}

.hohoro-style-dark .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.hohoro-style-dark .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}

.hohoro-style-dark .mat-datepicker-content.mat-accent .mat-calendar-body-selected {
  background-color: rgba(var(--color-accent), 1);
  color: rgba(var(--color-accent-contrast), 1);
}

.hohoro-style-dark .mat-datepicker-content.mat-accent .mat-calendar-body-disabled > .mat-calendar-body-selected {
  opacity: 0.2;
}

.hohoro-style-dark .mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px rgba(var(--color-accent-contrast), 1);
}

.hohoro-style-dark .mat-datepicker-content.mat-accent .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.hohoro-style-dark .mat-datepicker-content.mat-accent .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(var(--color-accent), 1);
}

@media (hover: hover) {
  .hohoro-style-dark .mat-datepicker-content.mat-accent .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(var(--color-accent), 1);
  }
}

.hohoro-style-dark .mat-datepicker-content.mat-warn .mat-calendar-body-in-range::before {
  background: rgba(var(--color-warn), 1);
}

.hohoro-style-dark .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical,
.hohoro-style-dark .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}

.hohoro-style-dark .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-start::before,
.hohoro-style-dark .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(var(--color-warn), 1) 50%, rgba(249, 171, 0, 0.2) 50%);
}

.hohoro-style-dark .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-end::before,
.hohoro-style-dark .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(var(--color-warn), 1) 50%, rgba(249, 171, 0, 0.2) 50%);
}

.hohoro-style-dark .mat-datepicker-content.mat-warn .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.hohoro-style-dark .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}

.hohoro-style-dark .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.hohoro-style-dark .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}

.hohoro-style-dark .mat-datepicker-content.mat-warn .mat-calendar-body-selected {
  background-color: rgba(var(--color-warn), 1);
  color: rgba(var(--color-warn-contrast), 1);
}

.hohoro-style-dark .mat-datepicker-content.mat-warn .mat-calendar-body-disabled > .mat-calendar-body-selected {
  opacity: 0.2;
}

.hohoro-style-dark .mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px rgba(var(--color-warn-contrast), 1);
}

.hohoro-style-dark .mat-datepicker-content.mat-warn .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.hohoro-style-dark .mat-datepicker-content.mat-warn .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(var(--color-warn), 1);
}

@media (hover: hover) {
  .hohoro-style-dark .mat-datepicker-content.mat-warn .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(var(--color-warn), 1);
  }
}

.hohoro-style-dark .mat-datepicker-content-touch {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.06), 0px 24px 38px 3px rgba(0, 0, 0, 0.042), 0px 9px 46px 8px rgba(0, 0, 0, 0.036);
}

.hohoro-style-dark .mat-datepicker-toggle-active {
  color: rgba(var(--color-primary), 1);
}

.hohoro-style-dark .mat-datepicker-toggle-active.mat-accent {
  color: rgba(var(--color-accent), 1);
}

.hohoro-style-dark .mat-datepicker-toggle-active.mat-warn {
  color: rgba(var(--color-warn), 1);
}

.hohoro-style-dark .mat-date-range-input-inner[disabled] {
  color: rgba(255, 255, 255, 0.5);
}

.hohoro-style-dark .mat-dialog-container {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.06), 0px 24px 38px 3px rgba(0, 0, 0, 0.042), 0px 9px 46px 8px rgba(0, 0, 0, 0.036);
  background: #f2f2f7;
  color: white;
}

.hohoro-style-dark .mat-divider {
  border-top-color: rgba(255, 255, 255, 0.12);
}

.hohoro-style-dark .mat-divider-vertical {
  border-right-color: rgba(255, 255, 255, 0.12);
}

.hohoro-style-dark .mat-expansion-panel {
  background: #f2f2f7;
  color: white;
}

.hohoro-style-dark .mat-expansion-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.06), 0px 2px 2px 0px rgba(0, 0, 0, 0.042), 0px 1px 5px 0px rgba(0, 0, 0, 0.036);
}

.hohoro-style-dark .mat-action-row {
  border-top-color: rgba(255, 255, 255, 0.12);
}

.hohoro-style-dark .mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]), .hohoro-style-dark .mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]), .hohoro-style-dark .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:hover:not([aria-disabled=true]) {
  background: rgba(255, 255, 255, 0.04);
}

@media (hover: none) {
  .hohoro-style-dark .mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover {
    background: #f2f2f7;
  }
}

.hohoro-style-dark .mat-expansion-panel-header-title {
  color: white;
}

.hohoro-style-dark .mat-expansion-panel-header-description,
.hohoro-style-dark .mat-expansion-indicator::after {
  color: rgba(255, 255, 255, 0.7);
}

.hohoro-style-dark .mat-expansion-panel-header[aria-disabled=true] {
  color: rgba(255, 255, 255, 0.3);
}

.hohoro-style-dark .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,
.hohoro-style-dark .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description {
  color: inherit;
}

.mat-expansion-panel-header {
  height: 48px;
}

.mat-expansion-panel-header.mat-expanded {
  height: 64px;
}

.hohoro-style-dark .mat-form-field-label {
  color: rgba(255, 255, 255, 0.7);
}

.hohoro-style-dark .mat-hint {
  color: rgba(255, 255, 255, 0.7);
}

.hohoro-style-dark .mat-form-field.mat-focused .mat-form-field-label {
  color: rgba(var(--color-primary), 1);
}

.hohoro-style-dark .mat-form-field.mat-focused .mat-form-field-label.mat-accent {
  color: rgba(var(--color-accent), 1);
}

.hohoro-style-dark .mat-form-field.mat-focused .mat-form-field-label.mat-warn {
  color: rgba(var(--color-warn), 1);
}

.hohoro-style-dark .mat-focused .mat-form-field-required-marker {
  color: rgba(var(--color-accent), 1);
}

.hohoro-style-dark .mat-form-field-ripple {
  background-color: white;
}

.hohoro-style-dark .mat-form-field.mat-focused .mat-form-field-ripple {
  background-color: rgba(var(--color-primary), 1);
}

.hohoro-style-dark .mat-form-field.mat-focused .mat-form-field-ripple.mat-accent {
  background-color: rgba(var(--color-accent), 1);
}

.hohoro-style-dark .mat-form-field.mat-focused .mat-form-field-ripple.mat-warn {
  background-color: rgba(var(--color-warn), 1);
}

.hohoro-style-dark .mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid) .mat-form-field-infix::after {
  color: rgba(var(--color-primary), 1);
}

.hohoro-style-dark .mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-accent .mat-form-field-infix::after {
  color: rgba(var(--color-accent), 1);
}

.hohoro-style-dark .mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-warn .mat-form-field-infix::after {
  color: rgba(var(--color-warn), 1);
}

.hohoro-style-dark .mat-form-field.mat-form-field-invalid .mat-form-field-label {
  color: rgba(var(--color-warn), 1);
}

.hohoro-style-dark .mat-form-field.mat-form-field-invalid .mat-form-field-label.mat-accent,
.hohoro-style-dark .mat-form-field.mat-form-field-invalid .mat-form-field-label .mat-form-field-required-marker {
  color: rgba(var(--color-warn), 1);
}

.hohoro-style-dark .mat-form-field.mat-form-field-invalid .mat-form-field-ripple,
.hohoro-style-dark .mat-form-field.mat-form-field-invalid .mat-form-field-ripple.mat-accent {
  background-color: rgba(var(--color-warn), 1);
}

.hohoro-style-dark .mat-error {
  color: rgba(var(--color-warn), 1);
}

.hohoro-style-dark .mat-form-field-appearance-legacy .mat-form-field-label {
  color: rgba(255, 255, 255, 0.7);
}

.hohoro-style-dark .mat-form-field-appearance-legacy .mat-hint {
  color: rgba(255, 255, 255, 0.7);
}

.hohoro-style-dark .mat-form-field-appearance-legacy .mat-form-field-underline {
  background-color: rgba(255, 255, 255, 0.7);
}

.hohoro-style-dark .mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.7) 33%, transparent 0%);
  background-size: 4px 100%;
  background-repeat: repeat-x;
}

.hohoro-style-dark .mat-form-field-appearance-standard .mat-form-field-underline {
  background-color: rgba(255, 255, 255, 0.7);
}

.hohoro-style-dark .mat-form-field-appearance-standard.mat-form-field-disabled .mat-form-field-underline {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.7) 33%, transparent 0%);
  background-size: 4px 100%;
  background-repeat: repeat-x;
}

.hohoro-style-dark .mat-form-field-appearance-fill .mat-form-field-flex {
  background-color: rgba(255, 255, 255, 0.1);
}

.hohoro-style-dark .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-flex {
  background-color: rgba(255, 255, 255, 0.05);
}

.hohoro-style-dark .mat-form-field-appearance-fill .mat-form-field-underline::before {
  background-color: rgba(255, 255, 255, 0.5);
}

.hohoro-style-dark .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-label {
  color: rgba(255, 255, 255, 0.5);
}

.hohoro-style-dark .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-underline::before {
  background-color: transparent;
}

.hohoro-style-dark .mat-form-field-appearance-outline .mat-form-field-outline {
  color: rgba(255, 255, 255, 0.3);
}

.hohoro-style-dark .mat-form-field-appearance-outline .mat-form-field-outline-thick {
  color: white;
}

.hohoro-style-dark .mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick {
  color: rgba(var(--color-primary), 1);
}

.hohoro-style-dark .mat-form-field-appearance-outline.mat-focused.mat-accent .mat-form-field-outline-thick {
  color: rgba(var(--color-accent), 1);
}

.hohoro-style-dark .mat-form-field-appearance-outline.mat-focused.mat-warn .mat-form-field-outline-thick {
  color: rgba(var(--color-warn), 1);
}

.hohoro-style-dark .mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid .mat-form-field-outline-thick {
  color: rgba(var(--color-warn), 1);
}

.hohoro-style-dark .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-label {
  color: rgba(255, 255, 255, 0.5);
}

.hohoro-style-dark .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline {
  color: rgba(255, 255, 255, 0.15);
}

.hohoro-style-dark .mat-icon.mat-primary {
  color: rgba(var(--color-primary), 1);
}

.hohoro-style-dark .mat-icon.mat-accent {
  color: rgba(var(--color-accent), 1);
}

.hohoro-style-dark .mat-icon.mat-warn {
  color: rgba(var(--color-warn), 1);
}

.hohoro-style-dark .mat-form-field-type-mat-native-select .mat-form-field-infix::after {
  color: rgba(255, 255, 255, 0.7);
}

.hohoro-style-dark .mat-input-element:disabled,
.hohoro-style-dark .mat-form-field-type-mat-native-select.mat-form-field-disabled .mat-form-field-infix::after {
  color: rgba(255, 255, 255, 0.5);
}

.hohoro-style-dark .mat-input-element {
  caret-color: rgba(var(--color-primary), 1);
}

.hohoro-style-dark .mat-input-element::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.hohoro-style-dark .mat-input-element::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.hohoro-style-dark .mat-input-element::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.hohoro-style-dark .mat-input-element:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.hohoro-style-dark .mat-input-element:not(.mat-native-select-inline) option {
  color: rgba(0, 0, 0, 0.87);
}

.hohoro-style-dark .mat-input-element:not(.mat-native-select-inline) option:disabled {
  color: rgba(0, 0, 0, 0.38);
}

.hohoro-style-dark .mat-form-field.mat-accent .mat-input-element {
  caret-color: rgba(var(--color-accent), 1);
}

.hohoro-style-dark .mat-form-field.mat-warn .mat-input-element,
.hohoro-style-dark .mat-form-field-invalid .mat-input-element {
  caret-color: rgba(var(--color-warn), 1);
}

.hohoro-style-dark .mat-form-field-type-mat-native-select.mat-form-field-invalid .mat-form-field-infix::after {
  color: rgba(var(--color-warn), 1);
}

.hohoro-style-dark .mat-list-base .mat-list-item {
  color: white;
}

.hohoro-style-dark .mat-list-base .mat-list-option {
  color: white;
}

.hohoro-style-dark .mat-list-base .mat-subheader {
  color: rgba(255, 255, 255, 0.7);
}

.hohoro-style-dark .mat-list-base .mat-list-item-disabled {
  background-color: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.5);
}

.hohoro-style-dark .mat-list-option:hover, .hohoro-style-dark .mat-list-option:focus,
.hohoro-style-dark .mat-nav-list .mat-list-item:hover,
.hohoro-style-dark .mat-nav-list .mat-list-item:focus,
.hohoro-style-dark .mat-action-list .mat-list-item:hover,
.hohoro-style-dark .mat-action-list .mat-list-item:focus {
  background: rgba(255, 255, 255, 0.04);
}

.hohoro-style-dark .mat-list-single-selected-option, .hohoro-style-dark .mat-list-single-selected-option:hover, .hohoro-style-dark .mat-list-single-selected-option:focus {
  background: rgba(255, 255, 255, 0.12);
}

.hohoro-style-dark .mat-menu-panel {
  background: #f2f2f7;
}

.hohoro-style-dark .mat-menu-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.06), 0px 4px 5px 0px rgba(0, 0, 0, 0.042), 0px 1px 10px 0px rgba(0, 0, 0, 0.036);
}

.hohoro-style-dark .mat-menu-item {
  background: transparent;
  color: white;
}

.hohoro-style-dark .mat-menu-item[disabled],
.hohoro-style-dark .mat-menu-item[disabled] .mat-menu-submenu-icon,
.hohoro-style-dark .mat-menu-item[disabled] .mat-icon-no-color {
  color: rgba(255, 255, 255, 0.5);
}

.hohoro-style-dark .mat-menu-item .mat-icon-no-color,
.hohoro-style-dark .mat-menu-submenu-icon {
  color: white;
}

.hohoro-style-dark .mat-menu-item:hover:not([disabled]),
.hohoro-style-dark .mat-menu-item.cdk-program-focused:not([disabled]),
.hohoro-style-dark .mat-menu-item.cdk-keyboard-focused:not([disabled]),
.hohoro-style-dark .mat-menu-item-highlighted:not([disabled]) {
  background: rgba(255, 255, 255, 0.04);
}

.hohoro-style-dark .mat-paginator {
  background: #f2f2f7;
}

.hohoro-style-dark .mat-paginator,
.hohoro-style-dark .mat-paginator-page-size .mat-select-trigger {
  color: rgba(255, 255, 255, 0.7);
}

.hohoro-style-dark .mat-paginator-decrement,
.hohoro-style-dark .mat-paginator-increment {
  border-top: 2px solid white;
  border-right: 2px solid white;
}

.hohoro-style-dark .mat-paginator-first,
.hohoro-style-dark .mat-paginator-last {
  border-top: 2px solid white;
}

.hohoro-style-dark .mat-icon-button[disabled] .mat-paginator-decrement,
.hohoro-style-dark .mat-icon-button[disabled] .mat-paginator-increment,
.hohoro-style-dark .mat-icon-button[disabled] .mat-paginator-first,
.hohoro-style-dark .mat-icon-button[disabled] .mat-paginator-last {
  border-color: rgba(255, 255, 255, 0.5);
}

.mat-paginator-container {
  min-height: 56px;
}

.hohoro-style-dark .mat-progress-bar-background {
  fill: rgba(var(--color-primary), 0.1);
}

.hohoro-style-dark .mat-progress-bar-buffer {
  background-color: rgba(var(--color-primary), 0.1);
}

.hohoro-style-dark .mat-progress-bar-fill::after {
  background-color: rgba(var(--color-primary), 1);
}

.hohoro-style-dark .mat-progress-bar.mat-accent .mat-progress-bar-background {
  fill: rgba(var(--color-accent), 0.1);
}

.hohoro-style-dark .mat-progress-bar.mat-accent .mat-progress-bar-buffer {
  background-color: rgba(var(--color-accent), 0.1);
}

.hohoro-style-dark .mat-progress-bar.mat-accent .mat-progress-bar-fill::after {
  background-color: rgba(var(--color-accent), 1);
}

.hohoro-style-dark .mat-progress-bar.mat-warn .mat-progress-bar-background {
  fill: rgba(var(--color-warn), 0.1);
}

.hohoro-style-dark .mat-progress-bar.mat-warn .mat-progress-bar-buffer {
  background-color: rgba(var(--color-warn), 0.1);
}

.hohoro-style-dark .mat-progress-bar.mat-warn .mat-progress-bar-fill::after {
  background-color: rgba(var(--color-warn), 1);
}

.hohoro-style-dark .mat-progress-spinner circle, .hohoro-style-dark .mat-spinner circle {
  stroke: rgba(var(--color-primary), 1);
}

.hohoro-style-dark .mat-progress-spinner.mat-accent circle, .hohoro-style-dark .mat-spinner.mat-accent circle {
  stroke: rgba(var(--color-accent), 1);
}

.hohoro-style-dark .mat-progress-spinner.mat-warn circle, .hohoro-style-dark .mat-spinner.mat-warn circle {
  stroke: rgba(var(--color-warn), 1);
}

.hohoro-style-dark .mat-radio-outer-circle {
  border-color: rgba(255, 255, 255, 0.7);
}

.hohoro-style-dark .mat-radio-button.mat-primary.mat-radio-checked .mat-radio-outer-circle {
  border-color: rgba(var(--color-primary), 1);
}

.hohoro-style-dark .mat-radio-button.mat-primary .mat-radio-inner-circle,
.hohoro-style-dark .mat-radio-button.mat-primary .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .hohoro-style-dark .mat-radio-button.mat-primary.mat-radio-checked .mat-radio-persistent-ripple, .hohoro-style-dark .mat-radio-button.mat-primary:active .mat-radio-persistent-ripple {
  background-color: rgba(var(--color-primary), 1);
}

.hohoro-style-dark .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
  border-color: rgba(var(--color-accent), 1);
}

.hohoro-style-dark .mat-radio-button.mat-accent .mat-radio-inner-circle,
.hohoro-style-dark .mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .hohoro-style-dark .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple, .hohoro-style-dark .mat-radio-button.mat-accent:active .mat-radio-persistent-ripple {
  background-color: rgba(var(--color-accent), 1);
}

.hohoro-style-dark .mat-radio-button.mat-warn.mat-radio-checked .mat-radio-outer-circle {
  border-color: rgba(var(--color-warn), 1);
}

.hohoro-style-dark .mat-radio-button.mat-warn .mat-radio-inner-circle,
.hohoro-style-dark .mat-radio-button.mat-warn .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .hohoro-style-dark .mat-radio-button.mat-warn.mat-radio-checked .mat-radio-persistent-ripple, .hohoro-style-dark .mat-radio-button.mat-warn:active .mat-radio-persistent-ripple {
  background-color: rgba(var(--color-warn), 1);
}

.hohoro-style-dark .mat-radio-button.mat-radio-disabled.mat-radio-checked .mat-radio-outer-circle,
.hohoro-style-dark .mat-radio-button.mat-radio-disabled .mat-radio-outer-circle {
  border-color: rgba(255, 255, 255, 0.5);
}

.hohoro-style-dark .mat-radio-button.mat-radio-disabled .mat-radio-ripple .mat-ripple-element,
.hohoro-style-dark .mat-radio-button.mat-radio-disabled .mat-radio-inner-circle {
  background-color: rgba(255, 255, 255, 0.5);
}

.hohoro-style-dark .mat-radio-button.mat-radio-disabled .mat-radio-label-content {
  color: rgba(255, 255, 255, 0.5);
}

.hohoro-style-dark .mat-radio-button .mat-ripple-element {
  background-color: white;
}

.hohoro-style-dark .mat-select-value {
  color: white;
}

.hohoro-style-dark .mat-select-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.hohoro-style-dark .mat-select-disabled .mat-select-value {
  color: rgba(255, 255, 255, 0.5);
}

.hohoro-style-dark .mat-select-arrow {
  color: rgba(255, 255, 255, 0.7);
}

.hohoro-style-dark .mat-select-panel {
  background: #f2f2f7;
}

.hohoro-style-dark .mat-select-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.06), 0px 4px 5px 0px rgba(0, 0, 0, 0.042), 0px 1px 10px 0px rgba(0, 0, 0, 0.036);
}

.hohoro-style-dark .mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple) {
  background: rgba(255, 255, 255, 0.12);
}

.hohoro-style-dark .mat-form-field.mat-focused.mat-primary .mat-select-arrow {
  color: rgba(var(--color-primary), 1);
}

.hohoro-style-dark .mat-form-field.mat-focused.mat-accent .mat-select-arrow {
  color: rgba(var(--color-accent), 1);
}

.hohoro-style-dark .mat-form-field.mat-focused.mat-warn .mat-select-arrow {
  color: rgba(var(--color-warn), 1);
}

.hohoro-style-dark .mat-form-field .mat-select.mat-select-invalid .mat-select-arrow {
  color: rgba(var(--color-warn), 1);
}

.hohoro-style-dark .mat-form-field .mat-select.mat-select-disabled .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}

.hohoro-style-dark .mat-drawer-container {
  background-color: white;
  color: white;
}

.hohoro-style-dark .mat-drawer {
  background-color: #f2f2f7;
  color: white;
}

.hohoro-style-dark .mat-drawer.mat-drawer-push {
  background-color: #f2f2f7;
}

.hohoro-style-dark .mat-drawer:not(.mat-drawer-side) {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.06), 0px 16px 24px 2px rgba(0, 0, 0, 0.042), 0px 6px 30px 5px rgba(0, 0, 0, 0.036);
}

.hohoro-style-dark .mat-drawer-side {
  border-right: solid 1px rgba(255, 255, 255, 0.12);
}

.hohoro-style-dark .mat-drawer-side.mat-drawer-end {
  border-left: solid 1px rgba(255, 255, 255, 0.12);
  border-right: none;
}

.hohoro-style-dark [dir=rtl] .mat-drawer-side {
  border-left: solid 1px rgba(255, 255, 255, 0.12);
  border-right: none;
}

.hohoro-style-dark [dir=rtl] .mat-drawer-side.mat-drawer-end {
  border-left: none;
  border-right: solid 1px rgba(255, 255, 255, 0.12);
}

.hohoro-style-dark .mat-drawer-backdrop.mat-drawer-shown {
  background-color: rgba(13, 13, 8, 0.6);
}

.hohoro-style-dark .mat-slide-toggle.mat-checked .mat-slide-toggle-thumb {
  background-color: rgba(var(--color-accent), 1);
}

.hohoro-style-dark .mat-slide-toggle.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(var(--color-accent), 1);
}

.hohoro-style-dark .mat-slide-toggle.mat-checked .mat-ripple-element {
  background-color: rgba(var(--color-accent), 1);
}

.hohoro-style-dark .mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-thumb {
  background-color: rgba(var(--color-primary), 1);
}

.hohoro-style-dark .mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(var(--color-primary), 1);
}

.hohoro-style-dark .mat-slide-toggle.mat-primary.mat-checked .mat-ripple-element {
  background-color: rgba(var(--color-primary), 1);
}

.hohoro-style-dark .mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-thumb {
  background-color: rgba(var(--color-warn), 1);
}

.hohoro-style-dark .mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(var(--color-warn), 1);
}

.hohoro-style-dark .mat-slide-toggle.mat-warn.mat-checked .mat-ripple-element {
  background-color: rgba(var(--color-warn), 1);
}

.hohoro-style-dark .mat-slide-toggle:not(.mat-checked) .mat-ripple-element {
  background-color: white;
}

.hohoro-style-dark .mat-slide-toggle-thumb {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.06), 0px 1px 1px 0px rgba(0, 0, 0, 0.042), 0px 1px 3px 0px rgba(0, 0, 0, 0.036);
  background-color: #bdbdbd;
}

.hohoro-style-dark .mat-slide-toggle-bar {
  background-color: rgba(255, 255, 255, 0.5);
}

.hohoro-style-dark .mat-slider-track-background {
  background-color: rgba(255, 255, 255, 0.3);
}

.hohoro-style-dark .mat-slider.mat-primary .mat-slider-track-fill,
.hohoro-style-dark .mat-slider.mat-primary .mat-slider-thumb,
.hohoro-style-dark .mat-slider.mat-primary .mat-slider-thumb-label {
  background-color: rgba(var(--color-primary), 1);
}

.hohoro-style-dark .mat-slider.mat-primary .mat-slider-thumb-label-text {
  color: rgba(var(--color-primary-contrast), 1);
}

.hohoro-style-dark .mat-slider.mat-primary .mat-slider-focus-ring {
  background-color: rgba(var(--color-primary), 1);
  opacity: 0.2;
}

.hohoro-style-dark .mat-slider.mat-accent .mat-slider-track-fill,
.hohoro-style-dark .mat-slider.mat-accent .mat-slider-thumb,
.hohoro-style-dark .mat-slider.mat-accent .mat-slider-thumb-label {
  background-color: rgba(var(--color-accent), 1);
}

.hohoro-style-dark .mat-slider.mat-accent .mat-slider-thumb-label-text {
  color: rgba(var(--color-accent-contrast), 1);
}

.hohoro-style-dark .mat-slider.mat-accent .mat-slider-focus-ring {
  background-color: rgba(var(--color-accent), 1);
  opacity: 0.2;
}

.hohoro-style-dark .mat-slider.mat-warn .mat-slider-track-fill,
.hohoro-style-dark .mat-slider.mat-warn .mat-slider-thumb,
.hohoro-style-dark .mat-slider.mat-warn .mat-slider-thumb-label {
  background-color: rgba(var(--color-warn), 1);
}

.hohoro-style-dark .mat-slider.mat-warn .mat-slider-thumb-label-text {
  color: rgba(var(--color-warn-contrast), 1);
}

.hohoro-style-dark .mat-slider.mat-warn .mat-slider-focus-ring {
  background-color: rgba(var(--color-warn), 1);
  opacity: 0.2;
}

.hohoro-style-dark .mat-slider:hover .mat-slider-track-background,
.hohoro-style-dark .mat-slider.cdk-focused .mat-slider-track-background {
  background-color: rgba(255, 255, 255, 0.3);
}

.hohoro-style-dark .mat-slider.mat-slider-disabled .mat-slider-track-background,
.hohoro-style-dark .mat-slider.mat-slider-disabled .mat-slider-track-fill,
.hohoro-style-dark .mat-slider.mat-slider-disabled .mat-slider-thumb {
  background-color: rgba(255, 255, 255, 0.3);
}

.hohoro-style-dark .mat-slider.mat-slider-disabled:hover .mat-slider-track-background {
  background-color: rgba(255, 255, 255, 0.3);
}

.hohoro-style-dark .mat-slider.mat-slider-min-value .mat-slider-focus-ring {
  background-color: rgba(255, 255, 255, 0.12);
}

.hohoro-style-dark .mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb,
.hohoro-style-dark .mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb-label {
  background-color: white;
}

.hohoro-style-dark .mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb,
.hohoro-style-dark .mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb-label {
  background-color: rgba(255, 255, 255, 0.3);
}

.hohoro-style-dark .mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb {
  border-color: rgba(255, 255, 255, 0.3);
  background-color: transparent;
}

.hohoro-style-dark .mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover .mat-slider-thumb, .hohoro-style-dark .mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused .mat-slider-thumb {
  border-color: rgba(255, 255, 255, 0.3);
}

.hohoro-style-dark .mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled .mat-slider-thumb, .hohoro-style-dark .mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused.mat-slider-disabled .mat-slider-thumb {
  border-color: rgba(255, 255, 255, 0.3);
}

.hohoro-style-dark .mat-slider-has-ticks .mat-slider-wrapper::after {
  border-color: rgba(255, 255, 255, 0.7);
}

.hohoro-style-dark .mat-slider-horizontal .mat-slider-ticks {
  background-image: repeating-linear-gradient(to right, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7) 2px, transparent 0, transparent);
  background-image: -moz-repeating-linear-gradient(0.0001deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7) 2px, transparent 0, transparent);
}

.hohoro-style-dark .mat-slider-vertical .mat-slider-ticks {
  background-image: repeating-linear-gradient(to bottom, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7) 2px, transparent 0, transparent);
}

.hohoro-style-dark .mat-step-header.cdk-keyboard-focused, .hohoro-style-dark .mat-step-header.cdk-program-focused, .hohoro-style-dark .mat-step-header:hover:not([aria-disabled]), .hohoro-style-dark .mat-step-header:hover[aria-disabled=false] {
  background-color: rgba(255, 255, 255, 0.04);
}

.hohoro-style-dark .mat-step-header:hover[aria-disabled=true] {
  cursor: default;
}

@media (hover: none) {
  .hohoro-style-dark .mat-step-header:hover {
    background: none;
  }
}

.hohoro-style-dark .mat-step-header .mat-step-label,
.hohoro-style-dark .mat-step-header .mat-step-optional {
  color: rgba(255, 255, 255, 0.7);
}

.hohoro-style-dark .mat-step-header .mat-step-icon {
  background-color: rgba(255, 255, 255, 0.7);
  color: rgba(var(--color-primary-contrast), 1);
}

.hohoro-style-dark .mat-step-header .mat-step-icon-selected,
.hohoro-style-dark .mat-step-header .mat-step-icon-state-done,
.hohoro-style-dark .mat-step-header .mat-step-icon-state-edit {
  background-color: rgba(var(--color-primary), 1);
  color: rgba(var(--color-primary-contrast), 1);
}

.hohoro-style-dark .mat-step-header.mat-accent .mat-step-icon {
  color: rgba(var(--color-accent-contrast), 1);
}

.hohoro-style-dark .mat-step-header.mat-accent .mat-step-icon-selected,
.hohoro-style-dark .mat-step-header.mat-accent .mat-step-icon-state-done,
.hohoro-style-dark .mat-step-header.mat-accent .mat-step-icon-state-edit {
  background-color: rgba(var(--color-accent), 1);
  color: rgba(var(--color-accent-contrast), 1);
}

.hohoro-style-dark .mat-step-header.mat-warn .mat-step-icon {
  color: rgba(var(--color-warn-contrast), 1);
}

.hohoro-style-dark .mat-step-header.mat-warn .mat-step-icon-selected,
.hohoro-style-dark .mat-step-header.mat-warn .mat-step-icon-state-done,
.hohoro-style-dark .mat-step-header.mat-warn .mat-step-icon-state-edit {
  background-color: rgba(var(--color-warn), 1);
  color: rgba(var(--color-warn-contrast), 1);
}

.hohoro-style-dark .mat-step-header .mat-step-icon-state-error {
  background-color: transparent;
  color: rgba(var(--color-warn), 1);
}

.hohoro-style-dark .mat-step-header .mat-step-label.mat-step-label-active {
  color: white;
}

.hohoro-style-dark .mat-step-header .mat-step-label.mat-step-label-error {
  color: rgba(var(--color-warn), 1);
}

.hohoro-style-dark .mat-stepper-horizontal, .hohoro-style-dark .mat-stepper-vertical {
  background-color: #f2f2f7;
}

.hohoro-style-dark .mat-stepper-vertical-line::before {
  border-left-color: rgba(255, 255, 255, 0.12);
}

.hohoro-style-dark .mat-horizontal-stepper-header::before,
.hohoro-style-dark .mat-horizontal-stepper-header::after,
.hohoro-style-dark .mat-stepper-horizontal-line {
  border-top-color: rgba(255, 255, 255, 0.12);
}

.mat-horizontal-stepper-header {
  height: 72px;
}

.mat-stepper-label-position-bottom .mat-horizontal-stepper-header,
.mat-vertical-stepper-header {
  padding: 24px 24px;
}

.mat-stepper-vertical-line::before {
  top: -16px;
  bottom: -16px;
}

.mat-stepper-label-position-bottom .mat-horizontal-stepper-header::after, .mat-stepper-label-position-bottom .mat-horizontal-stepper-header::before {
  top: 36px;
}

.mat-stepper-label-position-bottom .mat-stepper-horizontal-line {
  top: 36px;
}

.hohoro-style-dark .mat-sort-header-arrow {
  color: #fbfbfd;
}

.hohoro-style-dark .mat-tab-nav-bar,
.hohoro-style-dark .mat-tab-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.hohoro-style-dark .mat-tab-group-inverted-header .mat-tab-nav-bar,
.hohoro-style-dark .mat-tab-group-inverted-header .mat-tab-header {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: none;
}

.hohoro-style-dark .mat-tab-label, .hohoro-style-dark .mat-tab-link {
  color: white;
}

.hohoro-style-dark .mat-tab-label.mat-tab-disabled, .hohoro-style-dark .mat-tab-link.mat-tab-disabled {
  color: rgba(255, 255, 255, 0.5);
}

.hohoro-style-dark .mat-tab-header-pagination-chevron {
  border-color: white;
}

.hohoro-style-dark .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(255, 255, 255, 0.5);
}

.hohoro-style-dark .mat-tab-group[class*=mat-background-] > .mat-tab-header,
.hohoro-style-dark .mat-tab-nav-bar[class*=mat-background-] {
  border-bottom: none;
  border-top: none;
}

.hohoro-style-dark .mat-tab-group.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .hohoro-style-dark .mat-tab-group.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.hohoro-style-dark .mat-tab-group.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.hohoro-style-dark .mat-tab-group.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .hohoro-style-dark .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .hohoro-style-dark .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.hohoro-style-dark .mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.hohoro-style-dark .mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(var(--color-primary), 0.1);
}

.hohoro-style-dark .mat-tab-group.mat-primary .mat-ink-bar, .hohoro-style-dark .mat-tab-nav-bar.mat-primary .mat-ink-bar {
  background-color: rgba(var(--color-primary), 1);
}

.hohoro-style-dark .mat-tab-group.mat-primary.mat-background-primary > .mat-tab-header .mat-ink-bar, .hohoro-style-dark .mat-tab-group.mat-primary.mat-background-primary > .mat-tab-link-container .mat-ink-bar, .hohoro-style-dark .mat-tab-nav-bar.mat-primary.mat-background-primary > .mat-tab-header .mat-ink-bar, .hohoro-style-dark .mat-tab-nav-bar.mat-primary.mat-background-primary > .mat-tab-link-container .mat-ink-bar {
  background-color: rgba(var(--color-primary-contrast), 1);
}

.hohoro-style-dark .mat-tab-group.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .hohoro-style-dark .mat-tab-group.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.hohoro-style-dark .mat-tab-group.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.hohoro-style-dark .mat-tab-group.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .hohoro-style-dark .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .hohoro-style-dark .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.hohoro-style-dark .mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.hohoro-style-dark .mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(var(--color-accent), 0.1);
}

.hohoro-style-dark .mat-tab-group.mat-accent .mat-ink-bar, .hohoro-style-dark .mat-tab-nav-bar.mat-accent .mat-ink-bar {
  background-color: rgba(var(--color-accent), 1);
}

.hohoro-style-dark .mat-tab-group.mat-accent.mat-background-accent > .mat-tab-header .mat-ink-bar, .hohoro-style-dark .mat-tab-group.mat-accent.mat-background-accent > .mat-tab-link-container .mat-ink-bar, .hohoro-style-dark .mat-tab-nav-bar.mat-accent.mat-background-accent > .mat-tab-header .mat-ink-bar, .hohoro-style-dark .mat-tab-nav-bar.mat-accent.mat-background-accent > .mat-tab-link-container .mat-ink-bar {
  background-color: rgba(var(--color-accent-contrast), 1);
}

.hohoro-style-dark .mat-tab-group.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .hohoro-style-dark .mat-tab-group.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.hohoro-style-dark .mat-tab-group.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.hohoro-style-dark .mat-tab-group.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .hohoro-style-dark .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .hohoro-style-dark .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.hohoro-style-dark .mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.hohoro-style-dark .mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(var(--color-warn), 0.1);
}

.hohoro-style-dark .mat-tab-group.mat-warn .mat-ink-bar, .hohoro-style-dark .mat-tab-nav-bar.mat-warn .mat-ink-bar {
  background-color: rgba(var(--color-warn), 1);
}

.hohoro-style-dark .mat-tab-group.mat-warn.mat-background-warn > .mat-tab-header .mat-ink-bar, .hohoro-style-dark .mat-tab-group.mat-warn.mat-background-warn > .mat-tab-link-container .mat-ink-bar, .hohoro-style-dark .mat-tab-nav-bar.mat-warn.mat-background-warn > .mat-tab-header .mat-ink-bar, .hohoro-style-dark .mat-tab-nav-bar.mat-warn.mat-background-warn > .mat-tab-link-container .mat-ink-bar {
  background-color: rgba(var(--color-warn-contrast), 1);
}

.hohoro-style-dark .mat-tab-group.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .hohoro-style-dark .mat-tab-group.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.hohoro-style-dark .mat-tab-group.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.hohoro-style-dark .mat-tab-group.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .hohoro-style-dark .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .hohoro-style-dark .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.hohoro-style-dark .mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.hohoro-style-dark .mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(var(--color-primary), 0.1);
}

.hohoro-style-dark .mat-tab-group.mat-background-primary > .mat-tab-header, .hohoro-style-dark .mat-tab-group.mat-background-primary > .mat-tab-link-container, .hohoro-style-dark .mat-tab-group.mat-background-primary > .mat-tab-header-pagination, .hohoro-style-dark .mat-tab-nav-bar.mat-background-primary > .mat-tab-header, .hohoro-style-dark .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container, .hohoro-style-dark .mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination {
  background-color: rgba(var(--color-primary), 1);
}

.hohoro-style-dark .mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-label, .hohoro-style-dark .mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-tab-link, .hohoro-style-dark .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-tab-label, .hohoro-style-dark .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-tab-link {
  color: rgba(var(--color-primary-contrast), 1);
}

.hohoro-style-dark .mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-label.mat-tab-disabled, .hohoro-style-dark .mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-tab-link.mat-tab-disabled, .hohoro-style-dark .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-tab-label.mat-tab-disabled, .hohoro-style-dark .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-tab-link.mat-tab-disabled {
  color: rgba(var(--color-primary-contrast), 1);
}

.hohoro-style-dark .mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-header-pagination-chevron,
.hohoro-style-dark .mat-tab-group.mat-background-primary > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.hohoro-style-dark .mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-focus-indicator::before,
.hohoro-style-dark .mat-tab-group.mat-background-primary > .mat-tab-header .mat-focus-indicator::before, .hohoro-style-dark .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-tab-header-pagination-chevron,
.hohoro-style-dark .mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.hohoro-style-dark .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-focus-indicator::before,
.hohoro-style-dark .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-focus-indicator::before {
  border-color: rgba(var(--color-primary-contrast), 1);
}

.hohoro-style-dark .mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.hohoro-style-dark .mat-tab-group.mat-background-primary > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .hohoro-style-dark .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.hohoro-style-dark .mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(var(--color-primary-contrast), 1);
  opacity: 0.4;
}

.hohoro-style-dark .mat-tab-group.mat-background-primary > .mat-tab-header .mat-ripple-element,
.hohoro-style-dark .mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-ripple-element,
.hohoro-style-dark .mat-tab-group.mat-background-primary > .mat-tab-header-pagination .mat-ripple-element, .hohoro-style-dark .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-ripple-element,
.hohoro-style-dark .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-ripple-element,
.hohoro-style-dark .mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination .mat-ripple-element {
  background-color: rgba(var(--color-primary-contrast), 1);
  opacity: 0.12;
}

.hohoro-style-dark .mat-tab-group.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .hohoro-style-dark .mat-tab-group.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.hohoro-style-dark .mat-tab-group.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.hohoro-style-dark .mat-tab-group.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .hohoro-style-dark .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .hohoro-style-dark .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.hohoro-style-dark .mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.hohoro-style-dark .mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(var(--color-accent), 0.1);
}

.hohoro-style-dark .mat-tab-group.mat-background-accent > .mat-tab-header, .hohoro-style-dark .mat-tab-group.mat-background-accent > .mat-tab-link-container, .hohoro-style-dark .mat-tab-group.mat-background-accent > .mat-tab-header-pagination, .hohoro-style-dark .mat-tab-nav-bar.mat-background-accent > .mat-tab-header, .hohoro-style-dark .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container, .hohoro-style-dark .mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination {
  background-color: rgba(var(--color-accent), 1);
}

.hohoro-style-dark .mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-label, .hohoro-style-dark .mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-tab-link, .hohoro-style-dark .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-label, .hohoro-style-dark .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-tab-link {
  color: rgba(var(--color-accent-contrast), 1);
}

.hohoro-style-dark .mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-label.mat-tab-disabled, .hohoro-style-dark .mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-tab-link.mat-tab-disabled, .hohoro-style-dark .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-label.mat-tab-disabled, .hohoro-style-dark .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-tab-link.mat-tab-disabled {
  color: rgba(var(--color-accent-contrast), 1);
}

.hohoro-style-dark .mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-header-pagination-chevron,
.hohoro-style-dark .mat-tab-group.mat-background-accent > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.hohoro-style-dark .mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-focus-indicator::before,
.hohoro-style-dark .mat-tab-group.mat-background-accent > .mat-tab-header .mat-focus-indicator::before, .hohoro-style-dark .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-header-pagination-chevron,
.hohoro-style-dark .mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.hohoro-style-dark .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-focus-indicator::before,
.hohoro-style-dark .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-focus-indicator::before {
  border-color: rgba(var(--color-accent-contrast), 1);
}

.hohoro-style-dark .mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.hohoro-style-dark .mat-tab-group.mat-background-accent > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .hohoro-style-dark .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.hohoro-style-dark .mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(var(--color-accent-contrast), 1);
  opacity: 0.4;
}

.hohoro-style-dark .mat-tab-group.mat-background-accent > .mat-tab-header .mat-ripple-element,
.hohoro-style-dark .mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-ripple-element,
.hohoro-style-dark .mat-tab-group.mat-background-accent > .mat-tab-header-pagination .mat-ripple-element, .hohoro-style-dark .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-ripple-element,
.hohoro-style-dark .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-ripple-element,
.hohoro-style-dark .mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination .mat-ripple-element {
  background-color: rgba(var(--color-accent-contrast), 1);
  opacity: 0.12;
}

.hohoro-style-dark .mat-tab-group.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .hohoro-style-dark .mat-tab-group.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.hohoro-style-dark .mat-tab-group.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.hohoro-style-dark .mat-tab-group.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .hohoro-style-dark .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .hohoro-style-dark .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.hohoro-style-dark .mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.hohoro-style-dark .mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(var(--color-warn), 0.1);
}

.hohoro-style-dark .mat-tab-group.mat-background-warn > .mat-tab-header, .hohoro-style-dark .mat-tab-group.mat-background-warn > .mat-tab-link-container, .hohoro-style-dark .mat-tab-group.mat-background-warn > .mat-tab-header-pagination, .hohoro-style-dark .mat-tab-nav-bar.mat-background-warn > .mat-tab-header, .hohoro-style-dark .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container, .hohoro-style-dark .mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination {
  background-color: rgba(var(--color-warn), 1);
}

.hohoro-style-dark .mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-label, .hohoro-style-dark .mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-tab-link, .hohoro-style-dark .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-label, .hohoro-style-dark .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-tab-link {
  color: rgba(var(--color-warn-contrast), 1);
}

.hohoro-style-dark .mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-label.mat-tab-disabled, .hohoro-style-dark .mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-tab-link.mat-tab-disabled, .hohoro-style-dark .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-label.mat-tab-disabled, .hohoro-style-dark .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-tab-link.mat-tab-disabled {
  color: rgba(var(--color-warn-contrast), 1);
}

.hohoro-style-dark .mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-header-pagination-chevron,
.hohoro-style-dark .mat-tab-group.mat-background-warn > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.hohoro-style-dark .mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-focus-indicator::before,
.hohoro-style-dark .mat-tab-group.mat-background-warn > .mat-tab-header .mat-focus-indicator::before, .hohoro-style-dark .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-header-pagination-chevron,
.hohoro-style-dark .mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.hohoro-style-dark .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-focus-indicator::before,
.hohoro-style-dark .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-focus-indicator::before {
  border-color: rgba(var(--color-warn-contrast), 1);
}

.hohoro-style-dark .mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.hohoro-style-dark .mat-tab-group.mat-background-warn > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .hohoro-style-dark .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.hohoro-style-dark .mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(var(--color-warn-contrast), 1);
  opacity: 0.4;
}

.hohoro-style-dark .mat-tab-group.mat-background-warn > .mat-tab-header .mat-ripple-element,
.hohoro-style-dark .mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-ripple-element,
.hohoro-style-dark .mat-tab-group.mat-background-warn > .mat-tab-header-pagination .mat-ripple-element, .hohoro-style-dark .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-ripple-element,
.hohoro-style-dark .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-ripple-element,
.hohoro-style-dark .mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination .mat-ripple-element {
  background-color: rgba(var(--color-warn-contrast), 1);
  opacity: 0.12;
}

.hohoro-style-dark .mat-toolbar {
  background: #e2e2ed;
  color: white;
}

.hohoro-style-dark .mat-toolbar.mat-primary {
  background: rgba(var(--color-primary), 1);
  color: rgba(var(--color-primary-contrast), 1);
}

.hohoro-style-dark .mat-toolbar.mat-accent {
  background: rgba(var(--color-accent), 1);
  color: rgba(var(--color-accent-contrast), 1);
}

.hohoro-style-dark .mat-toolbar.mat-warn {
  background: rgba(var(--color-warn), 1);
  color: rgba(var(--color-warn-contrast), 1);
}

.hohoro-style-dark .mat-toolbar .mat-form-field-underline,
.hohoro-style-dark .mat-toolbar .mat-form-field-ripple,
.hohoro-style-dark .mat-toolbar .mat-focused .mat-form-field-ripple {
  background-color: currentColor;
}

.hohoro-style-dark .mat-toolbar .mat-form-field-label,
.hohoro-style-dark .mat-toolbar .mat-focused .mat-form-field-label,
.hohoro-style-dark .mat-toolbar .mat-select-value,
.hohoro-style-dark .mat-toolbar .mat-select-arrow,
.hohoro-style-dark .mat-toolbar .mat-form-field.mat-focused .mat-select-arrow {
  color: inherit;
}

.hohoro-style-dark .mat-toolbar .mat-input-element {
  caret-color: currentColor;
}

.mat-toolbar-multiple-rows {
  min-height: 64px;
}

.mat-toolbar-row, .mat-toolbar-single-row {
  height: 64px;
}

@media (max-width: 599px) {
  .mat-toolbar-multiple-rows {
    min-height: 56px;
  }

  .mat-toolbar-row, .mat-toolbar-single-row {
    height: 56px;
  }
}

.hohoro-style-dark .mat-tooltip {
  background: rgba(97, 97, 97, 0.9);
}

.hohoro-style-dark .mat-tree {
  background: #f2f2f7;
}

.hohoro-style-dark .mat-tree-node,
.hohoro-style-dark .mat-nested-tree-node {
  color: white;
}

.mat-tree-node {
  min-height: 48px;
}

.hohoro-style-dark .mat-snack-bar-container {
  color: rgba(0, 0, 0, 0.87);
  background: #fafafa;
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.06), 0px 6px 10px 0px rgba(0, 0, 0, 0.042), 0px 1px 18px 0px rgba(0, 0, 0, 0.036);
}

.hohoro-style-dark .mat-simple-snackbar-action {
  color: inherit;
}

.hohoro-style-light {
  --navigation-background: var(--background-card);
  --sidenav-background: white;
  --toolbar-background: var(--background-card);
  --sidenav-color: var(--text-color);
  --sidenav-item-background-active: #fafafa;
  --sidenav-item-color: var(--text-color);
  --sidenav-item-color-active: var(--text-color);
  --sidenav-item-dropdown-background: #fafafa;
  --sidenav-item-dropdown-background-hover: #f7f7f7;
  --sidenav-item-icon-color: #494B74;
  --sidenav-item-icon-color-active: rgb(var(--color-primary));
  --sidenav-toolbar-background: white;
  --selct-label-color: rgba(0, 0, 0, 0.54);
}

:root {
  --padding-gutter: 1rem;
  --padding: 1.5rem;
  --padding-16: 1rem;
  --padding-12: 0.75rem;
  --padding-8: 0.5rem;
  --padding-4: 0.25rem;
  --color-accent: 255, 64, 129;
  --color-accent-contrast: 255, 255, 255;
  --color-warn: 244, 67, 54;
  --color-warn-contrast: 255, 255, 255;
  --base-bg: 255, 255, 255;
  --base-fg: 0, 0, 0;
  --color-primary: 88, 86, 214;
  --color-primary-contrast: 255, 255, 255;
  --color-white: 255, 255, 255;
  --color-black: 28, 28, 30;
  --color-green-2: 199, 199, 204;
  --color-green-3: 174, 174, 178;
  --color-green-4: 142, 142, 147;
  --color-gren: 242, 242, 247;
  --color-gren-1: 229, 229, 234;
  --color-gren-2: 209, 209, 214;
  --color-gren-3: 199, 199, 204;
  --color-gren-4: 174, 174, 178;
  --color-selected: 234, 234, 239;
  --color-error: 255, 59, 48;
  --color-attention: 255, 149, 0;
  --color-accept: 52, 199, 89;
  --color-system: 88, 86, 214;
  --color-orange: 255, 204, 0;
  --color-links: 0, 122, 255;
  --color-teal: 90, 200, 250;
  --color-purple: 175, 82, 222;
  --color-pink: 255, 45, 85;
  --color-margaret: 88, 86, 214;
  --color-betty: 28, 28, 30;
  --color-natasha: 255, 255, 255;
  --color-tiffany: 52, 199, 89;
  --color-barbara: 255, 59, 48;
  --color-suzanne: 255, 149, 0;
  --color-lily: 255, 204, 0;
  --color-stephanie: 0, 122, 255;
  --color-lisa: 0, 0, 0;
  --color-california: 107, 107, 115;
  --color-denver: 108, 108, 108;
  --color-texas: 146, 146, 151;
  --color-florida: 174, 174, 178;
  --color-colorado: 209, 209, 214;
  --color-seattle: 234, 234, 239;
  --color-arizona: 241, 241, 245;
  --color-shpongle: 242, 242, 247;
  --color-band: 252, 252, 252;
  --color-blur: 255, 255, 255;
  --color-mila: 41, 170, 74;
  --font: Noto Sans, sans-serif;
  --font-weight-medium: 500;
  --font-caption: 400 12px/20px var(--font);
  --font-body-1: 400 14px/20px var(--font);
  --font-body-2: 500 14px/24px var(--font);
  --font-subheading-1: 400 15px/24px var(--font);
  --font-subheading-2: 400 16px/28px var(--font);
  --font-headline: 400 24px/32px var(--font);
  --font-title: 500 18px/26px var(--font);
  --font-display-1: 400 34px/40px var(--font);
  --font-display-2: 400 45px/48px var(--font);
  --font-display-3: 400 56px/56px var(--font);
  --font-display-4: 300 112px/112px var(--font);
  --trans-ease-in-out: all var(--trans-ease-in-out-duration) var(--trans-ease-in-out-timing-function);
  --trans-ease-in-out-duration: 500ms;
  --trans-ease-in-out-timing-function: cubic-bezier(0.35, 0, 0.25, 1);
  --trans-ease-out: all var(--trans-ease-out-duration) var(--trans-ease-out-timing-function);
  --trans-ease-out-duration: 400ms;
  --trans-ease-out-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
  --trans-ease-in: all var(--trans-ease-in-duration) var(--trans-ease-in-timing-function);
  --trans-ease-in-duration: 300ms;
  --trans-ease-in-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  --trans-shadow-duration: 280ms;
  --trans-shadow-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  --trans-shadow: box-shadow var(--trans-shadow-duration) var(--trans-shadow-timing-function);
  --text-color: mat.define-palette(mat.$dark-primary-text);
  --text-color-light: mat.define-palette(mat.$light-primary-text);
  --text-secondary: mat.define-palette(mat.$dark-secondary-text);
  --text-secondary-light: mat.define-palette(mat.$light-secondary-text);
  --text-hint: mat.define-palette(mat.$dark-disabled-text);
  --text-hint-light: mat.define-palette(mat.$light-disabled-text);
  --label-color: mat.define-palette(mat.$white-6-opacity);
  --foreground-divider: rgb(var(--color-colorado));
  --background-base: #fcfcfc;
  --background-card: white;
  --background-app-bar: #ebebee;
  --background-hover: rgba(0, 0, 0, 0.04);
  --sidenav-width: 280px;
  --sidenav-collapsed-width: 72px;
  --sidenav-background: #F2F2F7;
  --sidenav-color: #1c1c1e;
  --sidenav-item-padding: var(--padding);
  --sidenav-toolbar-background: #ededf4;
  --sidenav-item-background-active: #eaeaef;
  --sidenav-item-color: #1c1c1e;
  --sidenav-item-color-active: rgb(var(--color-primary));
  --sidenav-item-icon-color: #1c1c1e;
  --sidenav-item-icon-color-active: rgb(var(--color-primary));
  --sidenav-item-icon-gap: 10px;
  --sidenav-item-icon-size: 17px;
  --sidenav-item-border-color: transparent;
  --sidenav-item-border-color-active: rgb(var(--color-primary));
  --sidenav-item-dropdown-background: #eaeaef;
  --sidenav-item-dropdown-background-hover: #e5e5ef;
  --sidenav-item-dropdown-gap: 12px;
  --toolbar-height: 60px;
  --toolbar-background: white;
  --toolbar-color: rgba(0, 0, 0, 0.87);
  --toolbar-icon-color: rgb(var(--color-primary));
  --secondary-toolbar-background: var(--background-card);
  --secondary-toolbar-height: 54px;
  --navigation-height: 64px;
  --navigation-background: var(--background-card);
  --navigation-color: var(--text-secondary);
  --footer-height: 64px;
  --footer-z-index: 100;
  --footer-background: var(--background-card);
  --footer-color: var(--text-color);
  --footer-elevation: 0 -10px 30px 0 rgba(82, 63, 104, 0.06);
  --page-layout-header-height: 200px;
  --page-layout-toolbar-height: 64px;
  --blink-scrollbar-width: 12px;
  --default-icon-size: 24px;
  --border-radius: 4px;
  --selct-label-color: rgba(0, 0, 0, 0.54);
  --select-container-bg: rgba(0, 0, 0, 0.05);
  --select-underline: rgba(82, 63, 105, 0.042);
  --select-shadow: 0, 0, 0;
}

@media (min-width: 600px) {
  :root {
    --padding-gutter: 1.875rem;
  }
}

.mat-badge-content {
  font-weight: 600;
  font-size: 12px;
  font-family: var(--font);
}

.mat-badge-small .mat-badge-content {
  font-size: 9px;
}

.mat-badge-large .mat-badge-content {
  font-size: 24px;
}

.mat-h1,
.mat-headline,
.mat-typography .mat-h1,
.mat-typography .mat-headline,
.mat-typography h1 {
  font: 400 24px / 32px var(--font);
  letter-spacing: -0.019em;
  margin: 0 0 16px;
}

.mat-h2,
.mat-title,
.mat-typography .mat-h2,
.mat-typography .mat-title,
.mat-typography h2 {
  font: 500 18px / 26px var(--font);
  letter-spacing: -0.014em;
  margin: 0 0 16px;
}

.mat-h3,
.mat-subheading-2,
.mat-typography .mat-h3,
.mat-typography .mat-subheading-2,
.mat-typography h3 {
  font: 400 16px / 28px var(--font);
  letter-spacing: -0.011em;
  margin: 0 0 16px;
}

.mat-h4,
.mat-subheading-1,
.mat-typography .mat-h4,
.mat-typography .mat-subheading-1,
.mat-typography h4 {
  font: 400 15px / 24px var(--font);
  letter-spacing: -0.009em;
  margin: 0 0 16px;
}

.mat-h5,
.mat-typography .mat-h5,
.mat-typography h5 {
  font: 400 calc(14px * 0.83) / 20px var(--font);
  margin: 0 0 12px;
}

.mat-h6,
.mat-typography .mat-h6,
.mat-typography h6 {
  font: 400 calc(14px * 0.67) / 20px var(--font);
  margin: 0 0 12px;
}

.mat-body-strong,
.mat-body-2,
.mat-typography .mat-body-strong,
.mat-typography .mat-body-2 {
  font: 500 14px / 24px var(--font);
  letter-spacing: -0.006em;
}

.mat-body,
.mat-body-1,
.mat-typography .mat-body,
.mat-typography .mat-body-1,
.mat-typography {
  font: 400 14px / 20px var(--font);
  letter-spacing: -0.006em;
}

.mat-body p,
.mat-body-1 p,
.mat-typography .mat-body p,
.mat-typography .mat-body-1 p,
.mat-typography p {
  margin: 0 0 12px;
}

.mat-small,
.mat-caption,
.mat-typography .mat-small,
.mat-typography .mat-caption {
  font: 400 12px / 20px var(--font);
  letter-spacing: 0;
}

.mat-display-4,
.mat-typography .mat-display-4 {
  font: 300 112px / 112px var(--font);
  letter-spacing: -0.05em;
  margin: 0 0 56px;
}

.mat-display-3,
.mat-typography .mat-display-3 {
  font: 400 56px / 56px var(--font);
  letter-spacing: -0.02em;
  margin: 0 0 64px;
}

.mat-display-2,
.mat-typography .mat-display-2 {
  font: 400 45px / 48px var(--font);
  letter-spacing: -0.005em;
  margin: 0 0 64px;
}

.mat-display-1,
.mat-typography .mat-display-1 {
  font: 400 34px / 40px var(--font);
  letter-spacing: normal;
  margin: 0 0 64px;
}

.mat-bottom-sheet-container {
  font: 400 14px / 20px var(--font);
  letter-spacing: -0.006em;
}

.mat-button, .mat-raised-button, .mat-icon-button, .mat-stroked-button,
.mat-flat-button, .mat-fab, .mat-mini-fab {
  font-family: var(--font);
  font-size: 14px;
  font-weight: 500;
}

.mat-button-toggle {
  font-family: var(--font);
}

.mat-card {
  font-family: var(--font);
}

.mat-card-title {
  font-size: 24px;
  font-weight: 500;
}

.mat-card-header .mat-card-title {
  font-size: 18px;
}

.mat-card-subtitle,
.mat-card-content {
  font-size: 14px;
}

.mat-checkbox {
  font-family: var(--font);
}

.mat-checkbox-layout .mat-checkbox-label {
  line-height: 24px;
}

.mat-chip {
  font-size: 14px;
  font-weight: 500;
}

.mat-chip .mat-chip-trailing-icon.mat-icon,
.mat-chip .mat-chip-remove.mat-icon {
  font-size: 18px;
}

.mat-table {
  font-family: var(--font);
}

.mat-header-cell {
  font-size: 12px;
  font-weight: 500;
}

.mat-cell, .mat-footer-cell {
  font-size: 14px;
}

.mat-calendar {
  font-family: var(--font);
}

.mat-calendar-body {
  font-size: 13px;
}

.mat-calendar-body-label,
.mat-calendar-period-button {
  font-size: 14px;
  font-weight: 500;
}

.mat-calendar-table-header th {
  font-size: 11px;
  font-weight: 400;
}

.mat-dialog-title {
  font: 500 18px / 26px var(--font);
  letter-spacing: -0.014em;
}

.mat-expansion-panel-header {
  font-family: var(--font);
  font-size: 15px;
  font-weight: 400;
}

.mat-expansion-panel-content {
  font: 400 14px / 20px var(--font);
  letter-spacing: -0.006em;
}

.mat-form-field {
  font: 400 14px / 1.125 var(--font);
  letter-spacing: -0.006em;
}

.mat-form-field-wrapper {
  padding-bottom: 1.34375em;
}

.mat-form-field-prefix .mat-icon,
.mat-form-field-suffix .mat-icon {
  font-size: 150%;
  line-height: 1.125;
}

.mat-form-field-prefix .mat-icon-button,
.mat-form-field-suffix .mat-icon-button {
  height: 1.5em;
  width: 1.5em;
}

.mat-form-field-prefix .mat-icon-button .mat-icon,
.mat-form-field-suffix .mat-icon-button .mat-icon {
  height: 1.125em;
  line-height: 1.125;
}

.mat-form-field-infix {
  padding: 0.5em 0;
  border-top: 0.84375em solid transparent;
}

.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.34375em) scale(0.75);
  width: 133.3333333333%;
}

.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.34374em) scale(0.75);
  width: 133.3333433333%;
}

.mat-form-field-label-wrapper {
  top: -0.84375em;
  padding-top: 0.84375em;
}

.mat-form-field-label {
  top: 1.34375em;
}

.mat-form-field-underline {
  bottom: 1.34375em;
}

.mat-form-field-subscript-wrapper {
  font-size: 75%;
  margin-top: 0.6666666667em;
  top: calc(100% - 1.7916666667em);
}

.mat-form-field-appearance-legacy .mat-form-field-wrapper {
  padding-bottom: 1.25em;
}

.mat-form-field-appearance-legacy .mat-form-field-infix {
  padding: 0.4375em 0;
}

.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.001px);
  width: 133.3333333333%;
}

.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00101px);
  width: 133.3333433333%;
}

.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00102px);
  width: 133.3333533333%;
}

.mat-form-field-appearance-legacy .mat-form-field-label {
  top: 1.28125em;
}

.mat-form-field-appearance-legacy .mat-form-field-underline {
  bottom: 1.25em;
}

.mat-form-field-appearance-legacy .mat-form-field-subscript-wrapper {
  margin-top: 0.5416666667em;
  top: calc(100% - 1.6666666667em);
}

@media print {
  .mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.28122em) scale(0.75);
  }

  .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.28121em) scale(0.75);
  }

  .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.2812em) scale(0.75);
  }
}

.mat-form-field-appearance-fill .mat-form-field-infix {
  padding: 0.25em 0 0.75em 0;
}

.mat-form-field-appearance-fill .mat-form-field-label {
  top: 1.09375em;
  margin-top: -0.5em;
}

.mat-form-field-appearance-fill.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-0.59375em) scale(0.75);
  width: 133.3333333333%;
}

.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-0.59374em) scale(0.75);
  width: 133.3333433333%;
}

.mat-form-field-appearance-outline .mat-form-field-infix {
  padding: 1em 0 1em 0;
}

.mat-form-field-appearance-outline .mat-form-field-label {
  top: 1.84375em;
  margin-top: -0.25em;
}

.mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.59375em) scale(0.75);
  width: 133.3333333333%;
}

.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.59374em) scale(0.75);
  width: 133.3333433333%;
}

.mat-grid-tile-header,
.mat-grid-tile-footer {
  font-size: 14px;
}

.mat-grid-tile-header .mat-line,
.mat-grid-tile-footer .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}

.mat-grid-tile-header .mat-line:nth-child(n+2),
.mat-grid-tile-footer .mat-line:nth-child(n+2) {
  font-size: 12px;
}

input.mat-input-element {
  margin-top: -0.0625em;
}

.mat-menu-item {
  font-family: var(--font);
  font-size: 14px;
  font-weight: 400;
}

.mat-paginator,
.mat-paginator-page-size .mat-select-trigger {
  font-family: var(--font);
  font-size: 12px;
}

.mat-radio-button {
  font-family: var(--font);
}

.mat-select {
  font-family: var(--font);
}

.mat-select-trigger {
  height: 1.125em;
}

.mat-slide-toggle-content {
  font-family: var(--font);
}

.mat-slider-thumb-label-text {
  font-family: var(--font);
  font-size: 12px;
  font-weight: 500;
}

.mat-stepper-vertical, .mat-stepper-horizontal {
  font-family: var(--font);
}

.mat-step-label {
  font-size: 14px;
  font-weight: 400;
}

.mat-step-sub-label-error {
  font-weight: normal;
}

.mat-step-label-error {
  font-size: 14px;
}

.mat-step-label-selected {
  font-size: 14px;
  font-weight: 500;
}

.mat-tab-group {
  font-family: var(--font);
}

.mat-tab-label, .mat-tab-link {
  font-family: var(--font);
  font-size: 14px;
  font-weight: 500;
}

.mat-toolbar,
.mat-toolbar h1,
.mat-toolbar h2,
.mat-toolbar h3,
.mat-toolbar h4,
.mat-toolbar h5,
.mat-toolbar h6 {
  font: 500 18px / 26px var(--font);
  letter-spacing: -0.014em;
  margin: 0;
}

.mat-tooltip {
  font-family: var(--font);
  font-size: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.mat-tooltip-handset {
  font-size: 14px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.mat-list-item {
  font-family: var(--font);
}

.mat-list-option {
  font-family: var(--font);
}

.mat-list-base .mat-list-item {
  font-size: 16px;
}

.mat-list-base .mat-list-item .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}

.mat-list-base .mat-list-item .mat-line:nth-child(n+2) {
  font-size: 14px;
}

.mat-list-base .mat-list-option {
  font-size: 16px;
}

.mat-list-base .mat-list-option .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}

.mat-list-base .mat-list-option .mat-line:nth-child(n+2) {
  font-size: 14px;
}

.mat-list-base .mat-subheader {
  font-family: var(--font);
  font-size: 14px;
  font-weight: 500;
}

.mat-list-base[dense] .mat-list-item {
  font-size: 12px;
}

.mat-list-base[dense] .mat-list-item .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}

.mat-list-base[dense] .mat-list-item .mat-line:nth-child(n+2) {
  font-size: 12px;
}

.mat-list-base[dense] .mat-list-option {
  font-size: 12px;
}

.mat-list-base[dense] .mat-list-option .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}

.mat-list-base[dense] .mat-list-option .mat-line:nth-child(n+2) {
  font-size: 12px;
}

.mat-list-base[dense] .mat-subheader {
  font-family: var(--font);
  font-size: 12px;
  font-weight: 500;
}

.mat-option {
  font-family: var(--font);
  font-size: 16px;
}

.mat-optgroup-label {
  font: 500 14px / 24px var(--font);
  letter-spacing: -0.006em;
}

.mat-simple-snackbar {
  font-family: var(--font);
  font-size: 14px;
}

.mat-simple-snackbar-action {
  line-height: 1;
  font-family: inherit;
  font-size: inherit;
  font-weight: 500;
}

.mat-tree {
  font-family: var(--font);
}

.mat-tree-node,
.mat-nested-tree-node {
  font-weight: 400;
  font-size: 14px;
}

.mat-ripple {
  overflow: hidden;
  position: relative;
}

.mat-ripple:not(:empty) {
  transform: translateZ(0);
}

.mat-ripple.mat-ripple-unbounded {
  overflow: visible;
}

.mat-ripple-element {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  transition: opacity, transform 0ms cubic-bezier(0, 0, 0.2, 1);
  transform: scale3d(0, 0, 0);
}

.cdk-high-contrast-active .mat-ripple-element {
  display: none;
}

.cdk-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  left: 0;
}

[dir=rtl] .cdk-visually-hidden {
  left: auto;
  right: 0;
}

.cdk-overlay-container, .cdk-global-overlay-wrapper {
  pointer-events: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.cdk-overlay-container {
  position: fixed;
  z-index: 1000;
}

.cdk-overlay-container:empty {
  display: none;
}

.cdk-global-overlay-wrapper {
  display: flex;
  position: absolute;
  z-index: 1000;
}

.cdk-overlay-pane {
  position: absolute;
  pointer-events: auto;
  box-sizing: border-box;
  z-index: 1000;
  display: flex;
  max-width: 100%;
  max-height: 100%;
}

.cdk-overlay-backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  pointer-events: auto;
  -webkit-tap-highlight-color: transparent;
  transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0;
}

.cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 1;
}

.cdk-high-contrast-active .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0.6;
}

.cdk-overlay-dark-backdrop {
  background: rgba(0, 0, 0, 0.32);
}

.cdk-overlay-transparent-backdrop {
  transition: visibility 1ms linear, opacity 1ms linear;
  visibility: hidden;
  opacity: 1;
}

.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0;
  visibility: visible;
}

.cdk-overlay-backdrop-noop-animation {
  transition: none;
}

.cdk-overlay-connected-position-bounding-box {
  position: absolute;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  min-width: 1px;
  min-height: 1px;
}

.cdk-global-scrollblock {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}

textarea.cdk-textarea-autosize {
  resize: none;
}

textarea.cdk-textarea-autosize-measuring {
  padding: 2px 0 !important;
  box-sizing: content-box !important;
  height: auto !important;
  overflow: hidden !important;
}

textarea.cdk-textarea-autosize-measuring-firefox {
  padding: 2px 0 !important;
  box-sizing: content-box !important;
  height: 0 !important;
}

@keyframes cdk-text-field-autofill-start { /*!*/
}

@keyframes cdk-text-field-autofill-end { /*!*/
}

.cdk-text-field-autofill-monitored:-webkit-autofill {
  animation: cdk-text-field-autofill-start 0s 1ms;
}

.cdk-text-field-autofill-monitored:not(:-webkit-autofill) {
  animation: cdk-text-field-autofill-end 0s 1ms;
}

.mat-focus-indicator {
  position: relative;
}

.mat-focus-indicator::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  box-sizing: border-box;
  pointer-events: none;
  display: var(--mat-focus-indicator-display, none);
  border: var(--mat-focus-indicator-border-width, 3px) var(--mat-focus-indicator-border-style, solid) var(--mat-focus-indicator-border-color, transparent);
  border-radius: var(--mat-focus-indicator-border-radius, 4px);
}

.mat-focus-indicator:focus::before {
  content: "";
}

.cdk-high-contrast-active {
  --mat-focus-indicator-display: block;
}

.mat-mdc-focus-indicator {
  position: relative;
}

.mat-mdc-focus-indicator::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  box-sizing: border-box;
  pointer-events: none;
  display: var(--mat-mdc-focus-indicator-display, none);
  border: var(--mat-mdc-focus-indicator-border-width, 3px) var(--mat-mdc-focus-indicator-border-style, solid) var(--mat-mdc-focus-indicator-border-color, transparent);
  border-radius: var(--mat-mdc-focus-indicator-border-radius, 4px);
}

.mat-mdc-focus-indicator:focus::before {
  content: "";
}

.cdk-high-contrast-active {
  --mat-mdc-focus-indicator-display: block;
}

.mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}

.mat-option {
  color: rgb(var(--color-betty));
}

.mat-option:hover:not(.mat-option-disabled), .mat-option:focus:not(.mat-option-disabled) {
  background: rgba(0, 0, 0, 0.04);
}

.mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled) {
  background: rgba(0, 0, 0, 0.04);
}

.mat-option.mat-active {
  background: rgba(0, 0, 0, 0.04);
  color: rgb(var(--color-betty));
}

.mat-option.mat-option-disabled {
  color: rgba(0, 0, 0, 0.38);
}

.mat-primary .mat-option.mat-selected:not(.mat-option-disabled) {
  color: rgba(var(--color-primary), 1);
}

.mat-accent .mat-option.mat-selected:not(.mat-option-disabled) {
  color: rgba(var(--color-accent), 1);
}

.mat-warn .mat-option.mat-selected:not(.mat-option-disabled) {
  color: rgba(var(--color-warn), 1);
}

.mat-optgroup-label {
  color: rgba(0, 0, 0, 0.54);
}

.mat-optgroup-disabled .mat-optgroup-label {
  color: rgba(0, 0, 0, 0.38);
}

.mat-pseudo-checkbox {
  color: rgba(0, 0, 0, 0.54);
}

.mat-pseudo-checkbox::after {
  color: #fafafa;
}

.mat-pseudo-checkbox-disabled {
  color: #b0b0b0;
}

.mat-primary .mat-pseudo-checkbox-checked,
.mat-primary .mat-pseudo-checkbox-indeterminate {
  background: rgba(var(--color-primary), 1);
}

.mat-pseudo-checkbox-checked,
.mat-pseudo-checkbox-indeterminate,
.mat-accent .mat-pseudo-checkbox-checked,
.mat-accent .mat-pseudo-checkbox-indeterminate {
  background: rgba(var(--color-accent), 1);
}

.mat-warn .mat-pseudo-checkbox-checked,
.mat-warn .mat-pseudo-checkbox-indeterminate {
  background: rgba(var(--color-warn), 1);
}

.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled,
.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled {
  background: #b0b0b0;
}

.mat-app-background {
  background-color: #fafafa;
  color: rgb(var(--color-betty));
}

.mat-elevation-z0 {
  box-shadow: 0px 0px 0px 0px rgb(var(--color-betty)), 0px 0px 0px 0px rgb(var(--color-betty)), 0px 0px 0px 0px rgb(var(--color-betty));
}

.mat-elevation-z1 {
  box-shadow: 0px 2px 1px -1px rgb(var(--color-betty)), 0px 1px 1px 0px rgb(var(--color-betty)), 0px 1px 3px 0px rgb(var(--color-betty));
}

.mat-elevation-z2 {
  box-shadow: 0px 3px 1px -2px rgb(var(--color-betty)), 0px 2px 2px 0px rgb(var(--color-betty)), 0px 1px 5px 0px rgb(var(--color-betty));
}

.mat-elevation-z3 {
  box-shadow: 0px 3px 3px -2px rgb(var(--color-betty)), 0px 3px 4px 0px rgb(var(--color-betty)), 0px 1px 8px 0px rgb(var(--color-betty));
}

.mat-elevation-z4 {
  box-shadow: 0px 2px 4px -1px rgb(var(--color-betty)), 0px 4px 5px 0px rgb(var(--color-betty)), 0px 1px 10px 0px rgb(var(--color-betty));
}

.mat-elevation-z5 {
  box-shadow: 0px 3px 5px -1px rgb(var(--color-betty)), 0px 5px 8px 0px rgb(var(--color-betty)), 0px 1px 14px 0px rgb(var(--color-betty));
}

.mat-elevation-z6 {
  box-shadow: 0px 3px 5px -1px rgb(var(--color-betty)), 0px 6px 10px 0px rgb(var(--color-betty)), 0px 1px 18px 0px rgb(var(--color-betty));
}

.mat-elevation-z7 {
  box-shadow: 0px 4px 5px -2px rgb(var(--color-betty)), 0px 7px 10px 1px rgb(var(--color-betty)), 0px 2px 16px 1px rgb(var(--color-betty));
}

.mat-elevation-z8 {
  box-shadow: 0px 5px 5px -3px rgb(var(--color-betty)), 0px 8px 10px 1px rgb(var(--color-betty)), 0px 3px 14px 2px rgb(var(--color-betty));
}

.mat-elevation-z9 {
  box-shadow: 0px 5px 6px -3px rgb(var(--color-betty)), 0px 9px 12px 1px rgb(var(--color-betty)), 0px 3px 16px 2px rgb(var(--color-betty));
}

.mat-elevation-z10 {
  box-shadow: 0px 6px 6px -3px rgb(var(--color-betty)), 0px 10px 14px 1px rgb(var(--color-betty)), 0px 4px 18px 3px rgb(var(--color-betty));
}

.mat-elevation-z11 {
  box-shadow: 0px 6px 7px -4px rgb(var(--color-betty)), 0px 11px 15px 1px rgb(var(--color-betty)), 0px 4px 20px 3px rgb(var(--color-betty));
}

.mat-elevation-z12 {
  box-shadow: 0px 7px 8px -4px rgb(var(--color-betty)), 0px 12px 17px 2px rgb(var(--color-betty)), 0px 5px 22px 4px rgb(var(--color-betty));
}

.mat-elevation-z13 {
  box-shadow: 0px 7px 8px -4px rgb(var(--color-betty)), 0px 13px 19px 2px rgb(var(--color-betty)), 0px 5px 24px 4px rgb(var(--color-betty));
}

.mat-elevation-z14 {
  box-shadow: 0px 7px 9px -4px rgb(var(--color-betty)), 0px 14px 21px 2px rgb(var(--color-betty)), 0px 5px 26px 4px rgb(var(--color-betty));
}

.mat-elevation-z15 {
  box-shadow: 0px 8px 9px -5px rgb(var(--color-betty)), 0px 15px 22px 2px rgb(var(--color-betty)), 0px 6px 28px 5px rgb(var(--color-betty));
}

.mat-elevation-z16 {
  box-shadow: 0px 8px 10px -5px rgb(var(--color-betty)), 0px 16px 24px 2px rgb(var(--color-betty)), 0px 6px 30px 5px rgb(var(--color-betty));
}

.mat-elevation-z17 {
  box-shadow: 0px 8px 11px -5px rgb(var(--color-betty)), 0px 17px 26px 2px rgb(var(--color-betty)), 0px 6px 32px 5px rgb(var(--color-betty));
}

.mat-elevation-z18 {
  box-shadow: 0px 9px 11px -5px rgb(var(--color-betty)), 0px 18px 28px 2px rgb(var(--color-betty)), 0px 7px 34px 6px rgb(var(--color-betty));
}

.mat-elevation-z19 {
  box-shadow: 0px 9px 12px -6px rgb(var(--color-betty)), 0px 19px 29px 2px rgb(var(--color-betty)), 0px 7px 36px 6px rgb(var(--color-betty));
}

.mat-elevation-z20 {
  box-shadow: 0px 10px 13px -6px rgb(var(--color-betty)), 0px 20px 31px 3px rgb(var(--color-betty)), 0px 8px 38px 7px rgb(var(--color-betty));
}

.mat-elevation-z21 {
  box-shadow: 0px 10px 13px -6px rgb(var(--color-betty)), 0px 21px 33px 3px rgb(var(--color-betty)), 0px 8px 40px 7px rgb(var(--color-betty));
}

.mat-elevation-z22 {
  box-shadow: 0px 10px 14px -6px rgb(var(--color-betty)), 0px 22px 35px 3px rgb(var(--color-betty)), 0px 8px 42px 7px rgb(var(--color-betty));
}

.mat-elevation-z23 {
  box-shadow: 0px 11px 14px -7px rgb(var(--color-betty)), 0px 23px 36px 3px rgb(var(--color-betty)), 0px 9px 44px 8px rgb(var(--color-betty));
}

.mat-elevation-z24 {
  box-shadow: 0px 11px 15px -7px rgb(var(--color-betty)), 0px 24px 38px 3px rgb(var(--color-betty)), 0px 9px 46px 8px rgb(var(--color-betty));
}

.mat-theme-loaded-marker {
  display: none;
}

.mat-autocomplete-panel {
  background: white;
  color: rgb(var(--color-betty));
}

.mat-autocomplete-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 4px -1px rgb(var(--color-betty)), 0px 4px 5px 0px rgb(var(--color-betty)), 0px 1px 10px 0px rgb(var(--color-betty));
}

.mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover) {
  background: white;
}

.mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover):not(.mat-option-disabled) {
  color: rgb(var(--color-betty));
}

.mat-badge {
  position: relative;
}

.mat-badge.mat-badge {
  overflow: visible;
}

.mat-badge-hidden .mat-badge-content {
  display: none;
}

.mat-badge-content {
  position: absolute;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  transition: transform 200ms ease-in-out;
  transform: scale(0.6);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  pointer-events: none;
}

.ng-animate-disabled .mat-badge-content,
.mat-badge-content._mat-animation-noopable {
  transition: none;
}

.mat-badge-content.mat-badge-active {
  transform: none;
}

.mat-badge-small .mat-badge-content {
  width: 16px;
  height: 16px;
  line-height: 16px;
}

.mat-badge-small.mat-badge-above .mat-badge-content {
  top: -8px;
}

.mat-badge-small.mat-badge-below .mat-badge-content {
  bottom: -8px;
}

.mat-badge-small.mat-badge-before .mat-badge-content {
  left: -16px;
}

[dir=rtl] .mat-badge-small.mat-badge-before .mat-badge-content {
  left: auto;
  right: -16px;
}

.mat-badge-small.mat-badge-after .mat-badge-content {
  right: -16px;
}

[dir=rtl] .mat-badge-small.mat-badge-after .mat-badge-content {
  right: auto;
  left: -16px;
}

.mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -8px;
}

[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -8px;
}

.mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -8px;
}

[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -8px;
}

.mat-badge-medium .mat-badge-content {
  width: 22px;
  height: 22px;
  line-height: 22px;
}

.mat-badge-medium.mat-badge-above .mat-badge-content {
  top: -11px;
}

.mat-badge-medium.mat-badge-below .mat-badge-content {
  bottom: -11px;
}

.mat-badge-medium.mat-badge-before .mat-badge-content {
  left: -22px;
}

[dir=rtl] .mat-badge-medium.mat-badge-before .mat-badge-content {
  left: auto;
  right: -22px;
}

.mat-badge-medium.mat-badge-after .mat-badge-content {
  right: -22px;
}

[dir=rtl] .mat-badge-medium.mat-badge-after .mat-badge-content {
  right: auto;
  left: -22px;
}

.mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -11px;
}

[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -11px;
}

.mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -11px;
}

[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -11px;
}

.mat-badge-large .mat-badge-content {
  width: 28px;
  height: 28px;
  line-height: 28px;
}

.mat-badge-large.mat-badge-above .mat-badge-content {
  top: -14px;
}

.mat-badge-large.mat-badge-below .mat-badge-content {
  bottom: -14px;
}

.mat-badge-large.mat-badge-before .mat-badge-content {
  left: -28px;
}

[dir=rtl] .mat-badge-large.mat-badge-before .mat-badge-content {
  left: auto;
  right: -28px;
}

.mat-badge-large.mat-badge-after .mat-badge-content {
  right: -28px;
}

[dir=rtl] .mat-badge-large.mat-badge-after .mat-badge-content {
  right: auto;
  left: -28px;
}

.mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -14px;
}

[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -14px;
}

.mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -14px;
}

[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -14px;
}

.mat-badge-content {
  color: rgba(var(--color-primary-contrast), 1);
  background: rgba(var(--color-primary), 1);
}

.cdk-high-contrast-active .mat-badge-content {
  outline: solid 1px;
  border-radius: 0;
}

.mat-badge-accent .mat-badge-content {
  background: rgba(var(--color-accent), 1);
  color: rgba(var(--color-accent-contrast), 1);
}

.mat-badge-warn .mat-badge-content {
  color: rgba(var(--color-warn-contrast), 1);
  background: rgba(var(--color-warn), 1);
}

.mat-badge-disabled .mat-badge-content {
  background: #b9b9b9;
  color: rgba(0, 0, 0, 0.38);
}

.mat-bottom-sheet-container {
  box-shadow: 0px 8px 10px -5px rgb(var(--color-betty)), 0px 16px 24px 2px rgb(var(--color-betty)), 0px 6px 30px 5px rgb(var(--color-betty));
  background: white;
  color: rgb(var(--color-betty));
}

.mat-button, .mat-icon-button, .mat-stroked-button {
  color: inherit;
  background: transparent;
}

.mat-button.mat-primary, .mat-icon-button.mat-primary, .mat-stroked-button.mat-primary {
  color: rgba(var(--color-primary), 1);
}

.mat-button.mat-accent, .mat-icon-button.mat-accent, .mat-stroked-button.mat-accent {
  color: rgba(var(--color-accent), 1);
}

.mat-button.mat-warn, .mat-icon-button.mat-warn, .mat-stroked-button.mat-warn {
  color: rgba(var(--color-warn), 1);
}

.mat-button.mat-primary.mat-button-disabled, .mat-button.mat-accent.mat-button-disabled, .mat-button.mat-warn.mat-button-disabled, .mat-button.mat-button-disabled.mat-button-disabled, .mat-icon-button.mat-primary.mat-button-disabled, .mat-icon-button.mat-accent.mat-button-disabled, .mat-icon-button.mat-warn.mat-button-disabled, .mat-icon-button.mat-button-disabled.mat-button-disabled, .mat-stroked-button.mat-primary.mat-button-disabled, .mat-stroked-button.mat-accent.mat-button-disabled, .mat-stroked-button.mat-warn.mat-button-disabled, .mat-stroked-button.mat-button-disabled.mat-button-disabled {
  color: rgba(0, 0, 0, 0.26);
}

.mat-button.mat-primary .mat-button-focus-overlay, .mat-icon-button.mat-primary .mat-button-focus-overlay, .mat-stroked-button.mat-primary .mat-button-focus-overlay {
  background-color: rgba(var(--color-primary), 1);
}

.mat-button.mat-accent .mat-button-focus-overlay, .mat-icon-button.mat-accent .mat-button-focus-overlay, .mat-stroked-button.mat-accent .mat-button-focus-overlay {
  background-color: rgba(var(--color-accent), 1);
}

.mat-button.mat-warn .mat-button-focus-overlay, .mat-icon-button.mat-warn .mat-button-focus-overlay, .mat-stroked-button.mat-warn .mat-button-focus-overlay {
  background-color: rgba(var(--color-warn), 1);
}

.mat-button.mat-button-disabled .mat-button-focus-overlay, .mat-icon-button.mat-button-disabled .mat-button-focus-overlay, .mat-stroked-button.mat-button-disabled .mat-button-focus-overlay {
  background-color: transparent;
}

.mat-button .mat-ripple-element, .mat-icon-button .mat-ripple-element, .mat-stroked-button .mat-ripple-element {
  opacity: 0.1;
  background-color: currentColor;
}

.mat-button-focus-overlay {
  background: black;
}

.mat-stroked-button:not(.mat-button-disabled) {
  border-color: rgba(82, 63, 105, 0.06);
}

.mat-flat-button, .mat-raised-button, .mat-fab, .mat-mini-fab {
  color: rgb(var(--color-betty));
  background-color: white;
}

.mat-flat-button.mat-primary, .mat-raised-button.mat-primary, .mat-fab.mat-primary, .mat-mini-fab.mat-primary {
  color: rgba(var(--color-primary-contrast), 1);
}

.mat-flat-button.mat-accent, .mat-raised-button.mat-accent, .mat-fab.mat-accent, .mat-mini-fab.mat-accent {
  color: rgba(var(--color-accent-contrast), 1);
}

.mat-flat-button.mat-warn, .mat-raised-button.mat-warn, .mat-fab.mat-warn, .mat-mini-fab.mat-warn {
  color: rgba(var(--color-warn-contrast), 1);
}

.mat-flat-button.mat-primary.mat-button-disabled, .mat-flat-button.mat-accent.mat-button-disabled, .mat-flat-button.mat-warn.mat-button-disabled, .mat-flat-button.mat-button-disabled.mat-button-disabled, .mat-raised-button.mat-primary.mat-button-disabled, .mat-raised-button.mat-accent.mat-button-disabled, .mat-raised-button.mat-warn.mat-button-disabled, .mat-raised-button.mat-button-disabled.mat-button-disabled, .mat-fab.mat-primary.mat-button-disabled, .mat-fab.mat-accent.mat-button-disabled, .mat-fab.mat-warn.mat-button-disabled, .mat-fab.mat-button-disabled.mat-button-disabled, .mat-mini-fab.mat-primary.mat-button-disabled, .mat-mini-fab.mat-accent.mat-button-disabled, .mat-mini-fab.mat-warn.mat-button-disabled, .mat-mini-fab.mat-button-disabled.mat-button-disabled {
  color: rgba(0, 0, 0, 0.26);
}

.mat-flat-button.mat-primary, .mat-raised-button.mat-primary, .mat-fab.mat-primary, .mat-mini-fab.mat-primary {
  background-color: rgba(var(--color-primary), 1);
}

.mat-flat-button.mat-accent, .mat-raised-button.mat-accent, .mat-fab.mat-accent, .mat-mini-fab.mat-accent {
  background-color: rgba(var(--color-accent), 1);
}

.mat-flat-button.mat-warn, .mat-raised-button.mat-warn, .mat-fab.mat-warn, .mat-mini-fab.mat-warn {
  background-color: rgba(var(--color-warn), 1);
}

.mat-flat-button.mat-primary.mat-button-disabled, .mat-flat-button.mat-accent.mat-button-disabled, .mat-flat-button.mat-warn.mat-button-disabled, .mat-flat-button.mat-button-disabled.mat-button-disabled, .mat-raised-button.mat-primary.mat-button-disabled, .mat-raised-button.mat-accent.mat-button-disabled, .mat-raised-button.mat-warn.mat-button-disabled, .mat-raised-button.mat-button-disabled.mat-button-disabled, .mat-fab.mat-primary.mat-button-disabled, .mat-fab.mat-accent.mat-button-disabled, .mat-fab.mat-warn.mat-button-disabled, .mat-fab.mat-button-disabled.mat-button-disabled, .mat-mini-fab.mat-primary.mat-button-disabled, .mat-mini-fab.mat-accent.mat-button-disabled, .mat-mini-fab.mat-warn.mat-button-disabled, .mat-mini-fab.mat-button-disabled.mat-button-disabled {
  background-color: rgba(0, 0, 0, 0.12);
}

.mat-flat-button.mat-primary .mat-ripple-element, .mat-raised-button.mat-primary .mat-ripple-element, .mat-fab.mat-primary .mat-ripple-element, .mat-mini-fab.mat-primary .mat-ripple-element {
  background-color: rgba(var(--color-primary-contrast), 1);
  opacity: 0.1;
}

.mat-flat-button.mat-accent .mat-ripple-element, .mat-raised-button.mat-accent .mat-ripple-element, .mat-fab.mat-accent .mat-ripple-element, .mat-mini-fab.mat-accent .mat-ripple-element {
  background-color: rgba(var(--color-accent-contrast), 1);
  opacity: 0.1;
}

.mat-flat-button.mat-warn .mat-ripple-element, .mat-raised-button.mat-warn .mat-ripple-element, .mat-fab.mat-warn .mat-ripple-element, .mat-mini-fab.mat-warn .mat-ripple-element {
  background-color: rgba(var(--color-warn-contrast), 1);
  opacity: 0.1;
}

.mat-stroked-button:not([class*=mat-elevation-z]), .mat-flat-button:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgb(var(--color-betty)), 0px 0px 0px 0px rgb(var(--color-betty)), 0px 0px 0px 0px rgb(var(--color-betty));
}

.mat-raised-button:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgb(var(--color-betty)), 0px 2px 2px 0px rgb(var(--color-betty)), 0px 1px 5px 0px rgb(var(--color-betty));
}

.mat-raised-button:not(.mat-button-disabled):active:not([class*=mat-elevation-z]) {
  box-shadow: 0px 5px 5px -3px rgb(var(--color-betty)), 0px 8px 10px 1px rgb(var(--color-betty)), 0px 3px 14px 2px rgb(var(--color-betty));
}

.mat-raised-button.mat-button-disabled:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgb(var(--color-betty)), 0px 0px 0px 0px rgb(var(--color-betty)), 0px 0px 0px 0px rgb(var(--color-betty));
}

.mat-fab:not([class*=mat-elevation-z]), .mat-mini-fab:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 5px -1px rgb(var(--color-betty)), 0px 6px 10px 0px rgb(var(--color-betty)), 0px 1px 18px 0px rgb(var(--color-betty));
}

.mat-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]), .mat-mini-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]) {
  box-shadow: 0px 7px 8px -4px rgb(var(--color-betty)), 0px 12px 17px 2px rgb(var(--color-betty)), 0px 5px 22px 4px rgb(var(--color-betty));
}

.mat-fab.mat-button-disabled:not([class*=mat-elevation-z]), .mat-mini-fab.mat-button-disabled:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgb(var(--color-betty)), 0px 0px 0px 0px rgb(var(--color-betty)), 0px 0px 0px 0px rgb(var(--color-betty));
}

.mat-button-toggle-standalone:not([class*=mat-elevation-z]),
.mat-button-toggle-group:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgb(var(--color-betty)), 0px 2px 2px 0px rgb(var(--color-betty)), 0px 1px 5px 0px rgb(var(--color-betty));
}

.mat-button-toggle-standalone.mat-button-toggle-appearance-standard:not([class*=mat-elevation-z]),
.mat-button-toggle-group-appearance-standard:not([class*=mat-elevation-z]) {
  box-shadow: none;
}

.mat-button-toggle {
  color: rgba(0, 0, 0, 0.38);
}

.mat-button-toggle .mat-button-toggle-focus-overlay {
  background-color: rgba(0, 0, 0, 0.12);
}

.mat-button-toggle-appearance-standard {
  color: rgb(var(--color-betty));
  background: white;
}

.mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay {
  background-color: black;
}

.mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: solid 1px #f5f3f6;
}

[dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: solid 1px #f5f3f6;
}

.mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: none;
  border-top: solid 1px #f5f3f6;
}

.mat-button-toggle-checked {
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.54);
}

.mat-button-toggle-checked.mat-button-toggle-appearance-standard {
  color: rgb(var(--color-betty));
}

.mat-button-toggle-disabled {
  color: rgba(0, 0, 0, 0.26);
  background-color: #eeeeee;
}

.mat-button-toggle-disabled.mat-button-toggle-appearance-standard {
  background: white;
}

.mat-button-toggle-disabled.mat-button-toggle-checked {
  background-color: #bdbdbd;
}

.mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
.mat-button-toggle-group-appearance-standard {
  border: solid 1px #f5f3f6;
}

.mat-card {
  background: white;
  color: rgb(var(--color-betty));
}

.mat-card:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 1px -1px rgb(var(--color-betty)), 0px 1px 1px 0px rgb(var(--color-betty)), 0px 1px 3px 0px rgb(var(--color-betty));
}

.mat-card.mat-card-flat:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgb(var(--color-betty)), 0px 0px 0px 0px rgb(var(--color-betty)), 0px 0px 0px 0px rgb(var(--color-betty));
}

.mat-card-subtitle {
  color: rgba(0, 0, 0, 0.54);
}

.mat-checkbox-frame {
  border-color: rgba(0, 0, 0, 0.54);
}

.mat-checkbox-checkmark {
  fill: #fafafa;
}

.mat-checkbox-checkmark-path {
  stroke: #fafafa !important;
}

.mat-checkbox-mixedmark {
  background-color: #fafafa;
}

.mat-checkbox-indeterminate.mat-primary .mat-checkbox-background, .mat-checkbox-checked.mat-primary .mat-checkbox-background {
  background-color: rgba(var(--color-primary), 1);
}

.mat-checkbox-indeterminate.mat-accent .mat-checkbox-background, .mat-checkbox-checked.mat-accent .mat-checkbox-background {
  background-color: rgba(var(--color-accent), 1);
}

.mat-checkbox-indeterminate.mat-warn .mat-checkbox-background, .mat-checkbox-checked.mat-warn .mat-checkbox-background {
  background-color: rgba(var(--color-warn), 1);
}

.mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background, .mat-checkbox-disabled.mat-checkbox-indeterminate .mat-checkbox-background {
  background-color: #b0b0b0;
}

.mat-checkbox-disabled:not(.mat-checkbox-checked) .mat-checkbox-frame {
  border-color: #b0b0b0;
}

.mat-checkbox-disabled .mat-checkbox-label {
  color: rgba(0, 0, 0, 0.38);
}

.mat-checkbox .mat-ripple-element {
  background-color: black;
}

.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element,
.mat-checkbox:active:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element {
  background: rgba(var(--color-primary), 1);
}

.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element,
.mat-checkbox:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element {
  background: rgba(var(--color-accent), 1);
}

.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element,
.mat-checkbox:active:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element {
  background: rgba(var(--color-warn), 1);
}

.mat-chip.mat-standard-chip {
  background-color: #e0e0e0;
  color: rgb(var(--color-betty));
}

.mat-chip.mat-standard-chip .mat-chip-remove {
  color: rgb(var(--color-betty));
  opacity: 0.4;
}

.mat-chip.mat-standard-chip:not(.mat-chip-disabled):active {
  box-shadow: 0px 3px 3px -2px rgb(var(--color-betty)), 0px 3px 4px 0px rgb(var(--color-betty)), 0px 1px 8px 0px rgb(var(--color-betty));
}

.mat-chip.mat-standard-chip:not(.mat-chip-disabled) .mat-chip-remove:hover {
  opacity: 0.54;
}

.mat-chip.mat-standard-chip.mat-chip-disabled {
  opacity: 0.4;
}

.mat-chip.mat-standard-chip::after {
  background: black;
}

.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary {
  background-color: rgba(var(--color-primary), 1);
  color: rgba(var(--color-primary-contrast), 1);
}

.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-chip-remove {
  color: rgba(var(--color-primary-contrast), 1);
  opacity: 0.4;
}

.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-ripple-element {
  background-color: rgba(var(--color-primary-contrast), 1);
  opacity: 0.1;
}

.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn {
  background-color: rgba(var(--color-warn), 1);
  color: rgba(var(--color-warn-contrast), 1);
}

.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-chip-remove {
  color: rgba(var(--color-warn-contrast), 1);
  opacity: 0.4;
}

.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-ripple-element {
  background-color: rgba(var(--color-warn-contrast), 1);
  opacity: 0.1;
}

.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent {
  background-color: rgba(var(--color-accent), 1);
  color: rgba(var(--color-accent-contrast), 1);
}

.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-chip-remove {
  color: rgba(var(--color-accent-contrast), 1);
  opacity: 0.4;
}

.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-ripple-element {
  background-color: rgba(var(--color-accent-contrast), 1);
  opacity: 0.1;
}

.mat-table {
  background: white;
}

.mat-table thead, .mat-table tbody, .mat-table tfoot,
mat-header-row, mat-row, mat-footer-row,
[mat-header-row], [mat-row], [mat-footer-row],
.mat-table-sticky {
  background: inherit;
}

mat-row, mat-header-row, mat-footer-row,
th.mat-header-cell, td.mat-cell, td.mat-footer-cell {
  border-bottom-color: rgba(82, 63, 105, 0.06);
}

.mat-header-cell {
  color: rgba(0, 0, 0, 0.54);
}

.mat-cell, .mat-footer-cell {
  color: rgb(var(--color-betty));
}

.mat-calendar-arrow {
  fill: rgba(0, 0, 0, 0.54);
}

.mat-datepicker-toggle,
.mat-datepicker-content .mat-calendar-next-button,
.mat-datepicker-content .mat-calendar-previous-button {
  color: rgba(0, 0, 0, 0.54);
}

.mat-calendar-table-header-divider::after {
  background: rgba(82, 63, 105, 0.06);
}

.mat-calendar-table-header,
.mat-calendar-body-label {
  color: rgba(0, 0, 0, 0.54);
}

.mat-calendar-body-cell-content,
.mat-date-range-input-separator {
  color: rgb(var(--color-betty));
  border-color: transparent;
}

.mat-calendar-body-disabled > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  color: rgba(0, 0, 0, 0.38);
}

.mat-form-field-disabled .mat-date-range-input-separator {
  color: rgba(0, 0, 0, 0.38);
}

.mat-calendar-body-in-preview {
  color: rgba(82, 63, 105, 0.12);
}

.mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  border-color: rgba(0, 0, 0, 0.38);
}

.mat-calendar-body-disabled > .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  border-color: rgba(0, 0, 0, 0.18);
}

.mat-calendar-body-in-range::before {
  background: rgba(var(--color-primary), 1);
}

.mat-calendar-body-comparison-identical,
.mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}

.mat-calendar-body-comparison-bridge-start::before,
[dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(var(--color-primary), 1) 50%, rgba(249, 171, 0, 0.2) 50%);
}

.mat-calendar-body-comparison-bridge-end::before,
[dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(var(--color-primary), 1) 50%, rgba(249, 171, 0, 0.2) 50%);
}

.mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}

.mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}

.mat-calendar-body-selected {
  background-color: rgba(var(--color-primary), 1);
  color: rgba(var(--color-primary-contrast), 1);
}

.mat-calendar-body-disabled > .mat-calendar-body-selected {
  opacity: 0.2;
}

.mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px rgba(var(--color-primary-contrast), 1);
}

.cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(var(--color-primary), 1);
}

@media (hover: hover) {
  .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(var(--color-primary), 1);
  }
}

.mat-datepicker-content {
  box-shadow: 0px 2px 4px -1px rgb(var(--color-betty)), 0px 4px 5px 0px rgb(var(--color-betty)), 0px 1px 10px 0px rgb(var(--color-betty));
  background-color: white;
  color: rgb(var(--color-betty));
}

.mat-datepicker-content.mat-accent .mat-calendar-body-in-range::before {
  background: rgba(var(--color-accent), 1);
}

.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical,
.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}

.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-start::before,
.mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(var(--color-accent), 1) 50%, rgba(249, 171, 0, 0.2) 50%);
}

.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-end::before,
.mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(var(--color-accent), 1) 50%, rgba(249, 171, 0, 0.2) 50%);
}

.mat-datepicker-content.mat-accent .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}

.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}

.mat-datepicker-content.mat-accent .mat-calendar-body-selected {
  background-color: rgba(var(--color-accent), 1);
  color: rgba(var(--color-accent-contrast), 1);
}

.mat-datepicker-content.mat-accent .mat-calendar-body-disabled > .mat-calendar-body-selected {
  opacity: 0.2;
}

.mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px rgba(var(--color-accent-contrast), 1);
}

.mat-datepicker-content.mat-accent .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.mat-datepicker-content.mat-accent .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(var(--color-accent), 1);
}

@media (hover: hover) {
  .mat-datepicker-content.mat-accent .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(var(--color-accent), 1);
  }
}

.mat-datepicker-content.mat-warn .mat-calendar-body-in-range::before {
  background: rgba(var(--color-warn), 1);
}

.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical,
.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}

.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-start::before,
.mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(var(--color-warn), 1) 50%, rgba(249, 171, 0, 0.2) 50%);
}

.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-end::before,
.mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(var(--color-warn), 1) 50%, rgba(249, 171, 0, 0.2) 50%);
}

.mat-datepicker-content.mat-warn .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}

.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}

.mat-datepicker-content.mat-warn .mat-calendar-body-selected {
  background-color: rgba(var(--color-warn), 1);
  color: rgba(var(--color-warn-contrast), 1);
}

.mat-datepicker-content.mat-warn .mat-calendar-body-disabled > .mat-calendar-body-selected {
  opacity: 0.2;
}

.mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px rgba(var(--color-warn-contrast), 1);
}

.mat-datepicker-content.mat-warn .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.mat-datepicker-content.mat-warn .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(var(--color-warn), 1);
}

@media (hover: hover) {
  .mat-datepicker-content.mat-warn .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(var(--color-warn), 1);
  }
}

.mat-datepicker-content-touch {
  box-shadow: 0px 11px 15px -7px rgb(var(--color-betty)), 0px 24px 38px 3px rgb(var(--color-betty)), 0px 9px 46px 8px rgb(var(--color-betty));
}

.mat-datepicker-toggle-active {
  color: rgba(var(--color-primary), 1);
}

.mat-datepicker-toggle-active.mat-accent {
  color: rgba(var(--color-accent), 1);
}

.mat-datepicker-toggle-active.mat-warn {
  color: rgba(var(--color-warn), 1);
}

.mat-date-range-input-inner[disabled] {
  color: rgba(0, 0, 0, 0.38);
}

.mat-dialog-container {
  box-shadow: 0px 11px 15px -7px rgb(var(--color-betty)), 0px 24px 38px 3px rgb(var(--color-betty)), 0px 9px 46px 8px rgb(var(--color-betty));
  background: white;
  color: rgb(var(--color-betty));
}

.mat-divider {
  border-top-color: rgba(82, 63, 105, 0.06);
}

.mat-divider-vertical {
  border-right-color: rgba(82, 63, 105, 0.06);
}

.mat-expansion-panel {
  background: white;
  color: rgb(var(--color-betty));
}

.mat-expansion-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgb(var(--color-betty)), 0px 2px 2px 0px rgb(var(--color-betty)), 0px 1px 5px 0px rgb(var(--color-betty));
}

.mat-action-row {
  border-top-color: rgba(82, 63, 105, 0.06);
}

.mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]), .mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]), .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:hover:not([aria-disabled=true]) {
  background: rgba(0, 0, 0, 0.04);
}

@media (hover: none) {
  .mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover {
    background: white;
  }
}

.mat-expansion-panel-header-title {
  color: rgb(var(--color-betty));
}

.mat-expansion-panel-header-description,
.mat-expansion-indicator::after {
  color: rgba(0, 0, 0, 0.54);
}

.mat-expansion-panel-header[aria-disabled=true] {
  color: rgba(0, 0, 0, 0.26);
}

.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,
.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description {
  color: inherit;
}

.mat-form-field-label {
  color: rgba(0, 0, 0, 0.6);
}

.mat-hint {
  color: rgba(0, 0, 0, 0.6);
}

.mat-form-field.mat-focused .mat-form-field-label {
  color: rgba(var(--color-primary), 1);
}

.mat-form-field.mat-focused .mat-form-field-label.mat-accent {
  color: rgba(var(--color-accent), 1);
}

.mat-form-field.mat-focused .mat-form-field-label.mat-warn {
  color: rgba(var(--color-warn), 1);
}

.mat-focused .mat-form-field-required-marker {
  color: rgba(var(--color-accent), 1);
}

.mat-form-field-ripple {
  background-color: rgba(82, 63, 105, 0.87);
}

.mat-form-field.mat-focused .mat-form-field-ripple {
  background-color: rgba(var(--color-primary), 1);
}

.mat-form-field.mat-focused .mat-form-field-ripple.mat-accent {
  background-color: rgba(var(--color-accent), 1);
}

.mat-form-field.mat-focused .mat-form-field-ripple.mat-warn {
  background-color: rgba(var(--color-warn), 1);
}

.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid) .mat-form-field-infix::after {
  color: rgba(var(--color-primary), 1);
}

.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-accent .mat-form-field-infix::after {
  color: rgba(var(--color-accent), 1);
}

.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-warn .mat-form-field-infix::after {
  color: rgba(var(--color-warn), 1);
}

.mat-form-field.mat-form-field-invalid .mat-form-field-label {
  color: rgba(var(--color-warn), 1);
}

.mat-form-field.mat-form-field-invalid .mat-form-field-label.mat-accent,
.mat-form-field.mat-form-field-invalid .mat-form-field-label .mat-form-field-required-marker {
  color: rgba(var(--color-warn), 1);
}

.mat-form-field.mat-form-field-invalid .mat-form-field-ripple,
.mat-form-field.mat-form-field-invalid .mat-form-field-ripple.mat-accent {
  background-color: rgba(var(--color-warn), 1);
}

.mat-error {
  color: rgba(var(--color-warn), 1);
}

.mat-form-field-appearance-legacy .mat-form-field-label {
  color: rgba(0, 0, 0, 0.54);
}

.mat-form-field-appearance-legacy .mat-hint {
  color: rgba(0, 0, 0, 0.54);
}

.mat-form-field-appearance-legacy .mat-form-field-underline {
  background-color: rgba(82, 63, 105, 0.42);
}

.mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline {
  background-image: linear-gradient(to right, rgba(82, 63, 105, 0.42) 0%, rgba(82, 63, 105, 0.42) 33%, transparent 0%);
  background-size: 4px 100%;
  background-repeat: repeat-x;
}

.mat-form-field-appearance-standard .mat-form-field-underline {
  background-color: rgba(82, 63, 105, 0.42);
}

.mat-form-field-appearance-standard.mat-form-field-disabled .mat-form-field-underline {
  background-image: linear-gradient(to right, rgba(82, 63, 105, 0.42) 0%, rgba(82, 63, 105, 0.42) 33%, transparent 0%);
  background-size: 4px 100%;
  background-repeat: repeat-x;
}

.mat-form-field-appearance-fill .mat-form-field-flex {
  background-color: rgba(0, 0, 0, 0.04);
}

.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-flex {
  background-color: rgba(0, 0, 0, 0.02);
}

.mat-form-field-appearance-fill .mat-form-field-underline::before {
  background-color: rgba(82, 63, 105, 0.42);
}

.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-label {
  color: rgba(0, 0, 0, 0.38);
}

.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-underline::before {
  background-color: transparent;
}

.mat-form-field-appearance-outline .mat-form-field-outline {
  color: rgba(82, 63, 105, 0.12);
}

.mat-form-field-appearance-outline .mat-form-field-outline-thick {
  color: rgba(82, 63, 105, 0.87);
}

.mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick {
  color: rgba(var(--color-primary), 1);
}

.mat-form-field-appearance-outline.mat-focused.mat-accent .mat-form-field-outline-thick {
  color: rgba(var(--color-accent), 1);
}

.mat-form-field-appearance-outline.mat-focused.mat-warn .mat-form-field-outline-thick {
  color: rgba(var(--color-warn), 1);
}

.mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid .mat-form-field-outline-thick {
  color: rgba(var(--color-warn), 1);
}

.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-label {
  color: rgba(0, 0, 0, 0.38);
}

.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline {
  color: rgba(82, 63, 105, 0.06);
}

.mat-icon.mat-primary {
  color: rgba(var(--color-primary), 1);
}

.mat-icon.mat-accent {
  color: rgba(var(--color-accent), 1);
}

.mat-icon.mat-warn {
  color: rgba(var(--color-warn), 1);
}

.mat-form-field-type-mat-native-select .mat-form-field-infix::after {
  color: rgba(0, 0, 0, 0.54);
}

.mat-input-element:disabled,
.mat-form-field-type-mat-native-select.mat-form-field-disabled .mat-form-field-infix::after {
  color: rgba(0, 0, 0, 0.38);
}

.mat-input-element {
  caret-color: rgba(var(--color-primary), 1);
}

.mat-input-element::placeholder {
  color: rgba(0, 0, 0, 0.42);
}

.mat-input-element::-moz-placeholder {
  color: rgba(0, 0, 0, 0.42);
}

.mat-input-element::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.42);
}

.mat-input-element:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.42);
}

.mat-form-field.mat-accent .mat-input-element {
  caret-color: rgba(var(--color-accent), 1);
}

.mat-form-field.mat-warn .mat-input-element,
.mat-form-field-invalid .mat-input-element {
  caret-color: rgba(var(--color-warn), 1);
}

.mat-form-field-type-mat-native-select.mat-form-field-invalid .mat-form-field-infix::after {
  color: rgba(var(--color-warn), 1);
}

.mat-list-base .mat-list-item {
  color: rgb(var(--color-betty));
}

.mat-list-base .mat-list-option {
  color: rgb(var(--color-betty));
}

.mat-list-base .mat-subheader {
  color: rgba(0, 0, 0, 0.54);
}

.mat-list-base .mat-list-item-disabled {
  background-color: #eeeeee;
  color: rgba(0, 0, 0, 0.38);
}

.mat-list-option:hover, .mat-list-option:focus,
.mat-nav-list .mat-list-item:hover,
.mat-nav-list .mat-list-item:focus,
.mat-action-list .mat-list-item:hover,
.mat-action-list .mat-list-item:focus {
  background: rgba(0, 0, 0, 0.04);
}

.mat-list-single-selected-option, .mat-list-single-selected-option:hover, .mat-list-single-selected-option:focus {
  background: rgba(0, 0, 0, 0.12);
}

.mat-menu-panel {
  background: white;
}

.mat-menu-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 4px -1px rgb(var(--color-betty)), 0px 4px 5px 0px rgb(var(--color-betty)), 0px 1px 10px 0px rgb(var(--color-betty));
}

.mat-menu-item {
  background: transparent;
  color: rgb(var(--color-betty));
}

.mat-menu-item[disabled],
.mat-menu-item[disabled] .mat-menu-submenu-icon,
.mat-menu-item[disabled] .mat-icon-no-color {
  color: rgba(0, 0, 0, 0.38);
}

.mat-menu-item .mat-icon-no-color,
.mat-menu-submenu-icon {
  color: rgba(0, 0, 0, 0.54);
}

.mat-menu-item:hover:not([disabled]),
.mat-menu-item.cdk-program-focused:not([disabled]),
.mat-menu-item.cdk-keyboard-focused:not([disabled]),
.mat-menu-item-highlighted:not([disabled]) {
  background: rgba(0, 0, 0, 0.04);
}

.mat-paginator {
  background: white;
}

.mat-paginator,
.mat-paginator-page-size .mat-select-trigger {
  color: rgba(0, 0, 0, 0.54);
}

.mat-paginator-decrement,
.mat-paginator-increment {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
  border-right: 2px solid rgba(0, 0, 0, 0.54);
}

.mat-paginator-first,
.mat-paginator-last {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
}

.mat-icon-button[disabled] .mat-paginator-decrement,
.mat-icon-button[disabled] .mat-paginator-increment,
.mat-icon-button[disabled] .mat-paginator-first,
.mat-icon-button[disabled] .mat-paginator-last {
  border-color: rgba(0, 0, 0, 0.38);
}

.mat-progress-bar-background {
  fill: rgba(var(--color-primary), 0.1);
}

.mat-progress-bar-buffer {
  background-color: rgba(var(--color-primary), 0.1);
}

.mat-progress-bar-fill::after {
  background-color: rgba(var(--color-primary), 1);
}

.mat-progress-bar.mat-accent .mat-progress-bar-background {
  fill: rgba(var(--color-accent), 0.1);
}

.mat-progress-bar.mat-accent .mat-progress-bar-buffer {
  background-color: rgba(var(--color-accent), 0.1);
}

.mat-progress-bar.mat-accent .mat-progress-bar-fill::after {
  background-color: rgba(var(--color-accent), 1);
}

.mat-progress-bar.mat-warn .mat-progress-bar-background {
  fill: rgba(var(--color-warn), 0.1);
}

.mat-progress-bar.mat-warn .mat-progress-bar-buffer {
  background-color: rgba(var(--color-warn), 0.1);
}

.mat-progress-bar.mat-warn .mat-progress-bar-fill::after {
  background-color: rgba(var(--color-warn), 1);
}

.mat-progress-spinner circle, .mat-spinner circle {
  stroke: rgba(var(--color-primary), 1);
}

.mat-progress-spinner.mat-accent circle, .mat-spinner.mat-accent circle {
  stroke: rgba(var(--color-accent), 1);
}

.mat-progress-spinner.mat-warn circle, .mat-spinner.mat-warn circle {
  stroke: rgba(var(--color-warn), 1);
}

.mat-radio-outer-circle {
  border-color: rgba(0, 0, 0, 0.54);
}

.mat-radio-button.mat-primary.mat-radio-checked .mat-radio-outer-circle {
  border-color: rgba(var(--color-primary), 1);
}

.mat-radio-button.mat-primary .mat-radio-inner-circle,
.mat-radio-button.mat-primary .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .mat-radio-button.mat-primary.mat-radio-checked .mat-radio-persistent-ripple, .mat-radio-button.mat-primary:active .mat-radio-persistent-ripple {
  background-color: rgba(var(--color-primary), 1);
}

.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
  border-color: rgba(var(--color-accent), 1);
}

.mat-radio-button.mat-accent .mat-radio-inner-circle,
.mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple, .mat-radio-button.mat-accent:active .mat-radio-persistent-ripple {
  background-color: rgba(var(--color-accent), 1);
}

.mat-radio-button.mat-warn.mat-radio-checked .mat-radio-outer-circle {
  border-color: rgba(var(--color-warn), 1);
}

.mat-radio-button.mat-warn .mat-radio-inner-circle,
.mat-radio-button.mat-warn .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .mat-radio-button.mat-warn.mat-radio-checked .mat-radio-persistent-ripple, .mat-radio-button.mat-warn:active .mat-radio-persistent-ripple {
  background-color: rgba(var(--color-warn), 1);
}

.mat-radio-button.mat-radio-disabled.mat-radio-checked .mat-radio-outer-circle,
.mat-radio-button.mat-radio-disabled .mat-radio-outer-circle {
  border-color: rgba(0, 0, 0, 0.38);
}

.mat-radio-button.mat-radio-disabled .mat-radio-ripple .mat-ripple-element,
.mat-radio-button.mat-radio-disabled .mat-radio-inner-circle {
  background-color: rgba(0, 0, 0, 0.38);
}

.mat-radio-button.mat-radio-disabled .mat-radio-label-content {
  color: rgba(0, 0, 0, 0.38);
}

.mat-radio-button .mat-ripple-element {
  background-color: black;
}

.mat-select-value {
  color: rgb(var(--color-betty));
}

.mat-select-placeholder {
  color: rgba(0, 0, 0, 0.42);
}

.mat-select-disabled .mat-select-value {
  color: rgba(0, 0, 0, 0.38);
}

.mat-select-arrow {
  color: rgba(0, 0, 0, 0.54);
}

.mat-select-panel {
  background: white;
}

.mat-select-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 4px -1px rgb(var(--color-betty)), 0px 4px 5px 0px rgb(var(--color-betty)), 0px 1px 10px 0px rgb(var(--color-betty));
}

.mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple) {
  background: rgba(0, 0, 0, 0.12);
}

.mat-form-field.mat-focused.mat-primary .mat-select-arrow {
  color: rgba(var(--color-primary), 1);
}

.mat-form-field.mat-focused.mat-accent .mat-select-arrow {
  color: rgba(var(--color-accent), 1);
}

.mat-form-field.mat-focused.mat-warn .mat-select-arrow {
  color: rgba(var(--color-warn), 1);
}

.mat-form-field .mat-select.mat-select-invalid .mat-select-arrow {
  color: rgba(var(--color-warn), 1);
}

.mat-form-field .mat-select.mat-select-disabled .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}

.mat-drawer-container {
  background-color: #fafafa;
  color: rgb(var(--color-betty));
}

.mat-drawer {
  background-color: white;
  color: rgb(var(--color-betty));
}

.mat-drawer.mat-drawer-push {
  background-color: white;
}

.mat-drawer:not(.mat-drawer-side) {
  box-shadow: 0px 8px 10px -5px rgb(var(--color-betty)), 0px 16px 24px 2px rgb(var(--color-betty)), 0px 6px 30px 5px rgb(var(--color-betty));
}

.mat-drawer-side {
  border-right: solid 1px rgba(82, 63, 105, 0.06);
}

.mat-drawer-side.mat-drawer-end {
  border-left: solid 1px rgba(82, 63, 105, 0.06);
  border-right: none;
}

[dir=rtl] .mat-drawer-side {
  border-left: solid 1px rgba(82, 63, 105, 0.06);
  border-right: none;
}

[dir=rtl] .mat-drawer-side.mat-drawer-end {
  border-left: none;
  border-right: solid 1px rgba(82, 63, 105, 0.06);
}

.mat-drawer-backdrop.mat-drawer-shown {
  background-color: rgba(0, 0, 0, 0.6);
}

.mat-slide-toggle.mat-checked .mat-slide-toggle-thumb {
  background-color: rgba(var(--color-accent), 1);
}

.mat-slide-toggle.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(var(--color-accent), 1);
}

.mat-slide-toggle.mat-checked .mat-ripple-element {
  background-color: rgba(var(--color-accent), 1);
}

.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-thumb {
  background-color: rgba(var(--color-primary), 1);
}

.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(var(--color-primary), 1);
}

.mat-slide-toggle.mat-primary.mat-checked .mat-ripple-element {
  background-color: rgba(var(--color-primary), 1);
}

.mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-thumb {
  background-color: rgba(var(--color-warn), 1);
}

.mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(var(--color-warn), 1);
}

.mat-slide-toggle.mat-warn.mat-checked .mat-ripple-element {
  background-color: rgba(var(--color-warn), 1);
}

.mat-slide-toggle:not(.mat-checked) .mat-ripple-element {
  background-color: black;
}

.mat-slide-toggle-thumb {
  box-shadow: 0px 2px 1px -1px rgb(var(--color-betty)), 0px 1px 1px 0px rgb(var(--color-betty)), 0px 1px 3px 0px rgb(var(--color-betty));
  background-color: #fafafa;
}

.mat-slide-toggle-bar {
  background-color: rgba(0, 0, 0, 0.38);
}

.mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.26);
}

.mat-slider.mat-primary .mat-slider-track-fill,
.mat-slider.mat-primary .mat-slider-thumb,
.mat-slider.mat-primary .mat-slider-thumb-label {
  background-color: rgba(var(--color-primary), 1);
}

.mat-slider.mat-primary .mat-slider-thumb-label-text {
  color: rgba(var(--color-primary-contrast), 1);
}

.mat-slider.mat-primary .mat-slider-focus-ring {
  background-color: rgba(var(--color-primary), 1);
  opacity: 0.2;
}

.mat-slider.mat-accent .mat-slider-track-fill,
.mat-slider.mat-accent .mat-slider-thumb,
.mat-slider.mat-accent .mat-slider-thumb-label {
  background-color: rgba(var(--color-accent), 1);
}

.mat-slider.mat-accent .mat-slider-thumb-label-text {
  color: rgba(var(--color-accent-contrast), 1);
}

.mat-slider.mat-accent .mat-slider-focus-ring {
  background-color: rgba(var(--color-accent), 1);
  opacity: 0.2;
}

.mat-slider.mat-warn .mat-slider-track-fill,
.mat-slider.mat-warn .mat-slider-thumb,
.mat-slider.mat-warn .mat-slider-thumb-label {
  background-color: rgba(var(--color-warn), 1);
}

.mat-slider.mat-warn .mat-slider-thumb-label-text {
  color: rgba(var(--color-warn-contrast), 1);
}

.mat-slider.mat-warn .mat-slider-focus-ring {
  background-color: rgba(var(--color-warn), 1);
  opacity: 0.2;
}

.mat-slider:hover .mat-slider-track-background,
.mat-slider.cdk-focused .mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.38);
}

.mat-slider.mat-slider-disabled .mat-slider-track-background,
.mat-slider.mat-slider-disabled .mat-slider-track-fill,
.mat-slider.mat-slider-disabled .mat-slider-thumb {
  background-color: rgba(0, 0, 0, 0.26);
}

.mat-slider.mat-slider-disabled:hover .mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.26);
}

.mat-slider.mat-slider-min-value .mat-slider-focus-ring {
  background-color: rgba(0, 0, 0, 0.12);
}

.mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb,
.mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb-label {
  background-color: rgba(0, 0, 0, 0.87);
}

.mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb,
.mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb-label {
  background-color: rgba(0, 0, 0, 0.26);
}

.mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.26);
  background-color: transparent;
}

.mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover .mat-slider-thumb, .mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.38);
}

.mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled .mat-slider-thumb, .mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused.mat-slider-disabled .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.26);
}

.mat-slider-has-ticks .mat-slider-wrapper::after {
  border-color: rgba(0, 0, 0, 0.7);
}

.mat-slider-horizontal .mat-slider-ticks {
  background-image: repeating-linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);
  background-image: -moz-repeating-linear-gradient(0.0001deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);
}

.mat-slider-vertical .mat-slider-ticks {
  background-image: repeating-linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);
}

.mat-step-header.cdk-keyboard-focused, .mat-step-header.cdk-program-focused, .mat-step-header:hover:not([aria-disabled]), .mat-step-header:hover[aria-disabled=false] {
  background-color: rgba(0, 0, 0, 0.04);
}

.mat-step-header:hover[aria-disabled=true] {
  cursor: default;
}

@media (hover: none) {
  .mat-step-header:hover {
    background: none;
  }
}

.mat-step-header .mat-step-label,
.mat-step-header .mat-step-optional {
  color: rgba(0, 0, 0, 0.54);
}

.mat-step-header .mat-step-icon {
  background-color: rgba(0, 0, 0, 0.54);
  color: rgba(var(--color-primary-contrast), 1);
}

.mat-step-header .mat-step-icon-selected,
.mat-step-header .mat-step-icon-state-done,
.mat-step-header .mat-step-icon-state-edit {
  background-color: rgba(var(--color-primary), 1);
  color: rgba(var(--color-primary-contrast), 1);
}

.mat-step-header.mat-accent .mat-step-icon {
  color: rgba(var(--color-accent-contrast), 1);
}

.mat-step-header.mat-accent .mat-step-icon-selected,
.mat-step-header.mat-accent .mat-step-icon-state-done,
.mat-step-header.mat-accent .mat-step-icon-state-edit {
  background-color: rgba(var(--color-accent), 1);
  color: rgba(var(--color-accent-contrast), 1);
}

.mat-step-header.mat-warn .mat-step-icon {
  color: rgba(var(--color-warn-contrast), 1);
}

.mat-step-header.mat-warn .mat-step-icon-selected,
.mat-step-header.mat-warn .mat-step-icon-state-done,
.mat-step-header.mat-warn .mat-step-icon-state-edit {
  background-color: rgba(var(--color-warn), 1);
  color: rgba(var(--color-warn-contrast), 1);
}

.mat-step-header .mat-step-icon-state-error {
  background-color: transparent;
  color: rgba(var(--color-warn), 1);
}

.mat-step-header .mat-step-label.mat-step-label-active {
  color: rgb(var(--color-betty));
}

.mat-step-header .mat-step-label.mat-step-label-error {
  color: rgba(var(--color-warn), 1);
}

.mat-stepper-horizontal, .mat-stepper-vertical {
  background-color: white;
}

.mat-stepper-vertical-line::before {
  border-left-color: rgba(82, 63, 105, 0.06);
}

.mat-horizontal-stepper-header::before,
.mat-horizontal-stepper-header::after,
.mat-stepper-horizontal-line {
  border-top-color: rgba(82, 63, 105, 0.06);
}

.mat-sort-header-arrow {
  color: #757575;
}

.mat-tab-nav-bar,
.mat-tab-header {
  border-bottom: 1px solid rgba(82, 63, 105, 0.06);
}

.mat-tab-group-inverted-header .mat-tab-nav-bar,
.mat-tab-group-inverted-header .mat-tab-header {
  border-top: 1px solid rgba(82, 63, 105, 0.06);
  border-bottom: none;
}

.mat-tab-label, .mat-tab-link {
  color: rgb(var(--color-betty));
}

.mat-tab-label.mat-tab-disabled, .mat-tab-link.mat-tab-disabled {
  color: rgba(0, 0, 0, 0.38);
}

.mat-tab-header-pagination-chevron {
  border-color: rgb(var(--color-betty));
}

.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(0, 0, 0, 0.38);
}

.mat-tab-group[class*=mat-background-] > .mat-tab-header,
.mat-tab-nav-bar[class*=mat-background-] {
  border-bottom: none;
  border-top: none;
}

.mat-tab-group.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(var(--color-primary), 0.1);
}

.mat-tab-group.mat-primary .mat-ink-bar, .mat-tab-nav-bar.mat-primary .mat-ink-bar {
  background-color: rgba(var(--color-primary), 1);
}

.mat-tab-group.mat-primary.mat-background-primary > .mat-tab-header .mat-ink-bar, .mat-tab-group.mat-primary.mat-background-primary > .mat-tab-link-container .mat-ink-bar, .mat-tab-nav-bar.mat-primary.mat-background-primary > .mat-tab-header .mat-ink-bar, .mat-tab-nav-bar.mat-primary.mat-background-primary > .mat-tab-link-container .mat-ink-bar {
  background-color: rgba(var(--color-primary-contrast), 1);
}

.mat-tab-group.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(var(--color-accent), 0.1);
}

.mat-tab-group.mat-accent .mat-ink-bar, .mat-tab-nav-bar.mat-accent .mat-ink-bar {
  background-color: rgba(var(--color-accent), 1);
}

.mat-tab-group.mat-accent.mat-background-accent > .mat-tab-header .mat-ink-bar, .mat-tab-group.mat-accent.mat-background-accent > .mat-tab-link-container .mat-ink-bar, .mat-tab-nav-bar.mat-accent.mat-background-accent > .mat-tab-header .mat-ink-bar, .mat-tab-nav-bar.mat-accent.mat-background-accent > .mat-tab-link-container .mat-ink-bar {
  background-color: rgba(var(--color-accent-contrast), 1);
}

.mat-tab-group.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(var(--color-warn), 0.1);
}

.mat-tab-group.mat-warn .mat-ink-bar, .mat-tab-nav-bar.mat-warn .mat-ink-bar {
  background-color: rgba(var(--color-warn), 1);
}

.mat-tab-group.mat-warn.mat-background-warn > .mat-tab-header .mat-ink-bar, .mat-tab-group.mat-warn.mat-background-warn > .mat-tab-link-container .mat-ink-bar, .mat-tab-nav-bar.mat-warn.mat-background-warn > .mat-tab-header .mat-ink-bar, .mat-tab-nav-bar.mat-warn.mat-background-warn > .mat-tab-link-container .mat-ink-bar {
  background-color: rgba(var(--color-warn-contrast), 1);
}

.mat-tab-group.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(var(--color-primary), 0.1);
}

.mat-tab-group.mat-background-primary > .mat-tab-header, .mat-tab-group.mat-background-primary > .mat-tab-link-container, .mat-tab-group.mat-background-primary > .mat-tab-header-pagination, .mat-tab-nav-bar.mat-background-primary > .mat-tab-header, .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container, .mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination {
  background-color: rgba(var(--color-primary), 1);
}

.mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-label, .mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-tab-link, .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-tab-label, .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-tab-link {
  color: rgba(var(--color-primary-contrast), 1);
}

.mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-label.mat-tab-disabled, .mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-tab-link.mat-tab-disabled, .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-tab-label.mat-tab-disabled, .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-tab-link.mat-tab-disabled {
  color: rgba(var(--color-primary-contrast), 1);
}

.mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-primary > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-focus-indicator::before,
.mat-tab-group.mat-background-primary > .mat-tab-header .mat-focus-indicator::before, .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-focus-indicator::before,
.mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-focus-indicator::before {
  border-color: rgba(var(--color-primary-contrast), 1);
}

.mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-primary > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(var(--color-primary-contrast), 1);
  opacity: 0.4;
}

.mat-tab-group.mat-background-primary > .mat-tab-header .mat-ripple-element,
.mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-ripple-element,
.mat-tab-group.mat-background-primary > .mat-tab-header-pagination .mat-ripple-element, .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-ripple-element,
.mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-ripple-element,
.mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination .mat-ripple-element {
  background-color: rgba(var(--color-primary-contrast), 1);
  opacity: 0.12;
}

.mat-tab-group.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(var(--color-accent), 0.1);
}

.mat-tab-group.mat-background-accent > .mat-tab-header, .mat-tab-group.mat-background-accent > .mat-tab-link-container, .mat-tab-group.mat-background-accent > .mat-tab-header-pagination, .mat-tab-nav-bar.mat-background-accent > .mat-tab-header, .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container, .mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination {
  background-color: rgba(var(--color-accent), 1);
}

.mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-label, .mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-tab-link, .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-label, .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-tab-link {
  color: rgba(var(--color-accent-contrast), 1);
}

.mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-label.mat-tab-disabled, .mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-tab-link.mat-tab-disabled, .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-label.mat-tab-disabled, .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-tab-link.mat-tab-disabled {
  color: rgba(var(--color-accent-contrast), 1);
}

.mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-accent > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-focus-indicator::before,
.mat-tab-group.mat-background-accent > .mat-tab-header .mat-focus-indicator::before, .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-focus-indicator::before,
.mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-focus-indicator::before {
  border-color: rgba(var(--color-accent-contrast), 1);
}

.mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-accent > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(var(--color-accent-contrast), 1);
  opacity: 0.4;
}

.mat-tab-group.mat-background-accent > .mat-tab-header .mat-ripple-element,
.mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-ripple-element,
.mat-tab-group.mat-background-accent > .mat-tab-header-pagination .mat-ripple-element, .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-ripple-element,
.mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-ripple-element,
.mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination .mat-ripple-element {
  background-color: rgba(var(--color-accent-contrast), 1);
  opacity: 0.12;
}

.mat-tab-group.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(var(--color-warn), 0.1);
}

.mat-tab-group.mat-background-warn > .mat-tab-header, .mat-tab-group.mat-background-warn > .mat-tab-link-container, .mat-tab-group.mat-background-warn > .mat-tab-header-pagination, .mat-tab-nav-bar.mat-background-warn > .mat-tab-header, .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container, .mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination {
  background-color: rgba(var(--color-warn), 1);
}

.mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-label, .mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-tab-link, .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-label, .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-tab-link {
  color: rgba(var(--color-warn-contrast), 1);
}

.mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-label.mat-tab-disabled, .mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-tab-link.mat-tab-disabled, .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-label.mat-tab-disabled, .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-tab-link.mat-tab-disabled {
  color: rgba(var(--color-warn-contrast), 1);
}

.mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-warn > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-focus-indicator::before,
.mat-tab-group.mat-background-warn > .mat-tab-header .mat-focus-indicator::before, .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-focus-indicator::before,
.mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-focus-indicator::before {
  border-color: rgba(var(--color-warn-contrast), 1);
}

.mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-warn > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(var(--color-warn-contrast), 1);
  opacity: 0.4;
}

.mat-tab-group.mat-background-warn > .mat-tab-header .mat-ripple-element,
.mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-ripple-element,
.mat-tab-group.mat-background-warn > .mat-tab-header-pagination .mat-ripple-element, .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-ripple-element,
.mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-ripple-element,
.mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination .mat-ripple-element {
  background-color: rgba(var(--color-warn-contrast), 1);
  opacity: 0.12;
}

.mat-toolbar {
  background: #ebebee;
  color: rgb(var(--color-betty));
}

.mat-toolbar.mat-primary {
  background: rgba(var(--color-primary), 1);
  color: rgba(var(--color-primary-contrast), 1);
}

.mat-toolbar.mat-accent {
  background: rgba(var(--color-accent), 1);
  color: rgba(var(--color-accent-contrast), 1);
}

.mat-toolbar.mat-warn {
  background: rgba(var(--color-warn), 1);
  color: rgba(var(--color-warn-contrast), 1);
}

.mat-toolbar .mat-form-field-underline,
.mat-toolbar .mat-form-field-ripple,
.mat-toolbar .mat-focused .mat-form-field-ripple {
  background-color: currentColor;
}

.mat-toolbar .mat-form-field-label,
.mat-toolbar .mat-focused .mat-form-field-label,
.mat-toolbar .mat-select-value,
.mat-toolbar .mat-select-arrow,
.mat-toolbar .mat-form-field.mat-focused .mat-select-arrow {
  color: inherit;
}

.mat-toolbar .mat-input-element {
  caret-color: currentColor;
}

.mat-tooltip {
  background: rgba(97, 97, 97, 0.9);
}

.mat-tree {
  background: white;
}

.mat-tree-node,
.mat-nested-tree-node {
  color: rgb(var(--color-betty));
}

.mat-snack-bar-container {
  color: rgba(255, 255, 255, 0.7);
  background: #323232;
  box-shadow: 0px 3px 5px -1px rgb(var(--color-betty)), 0px 6px 10px 0px rgb(var(--color-betty)), 0px 1px 18px 0px rgb(var(--color-betty));
}

.mat-simple-snackbar-action {
  color: rgba(var(--color-accent), 1);
}

.horizontal-layout {
  --navigation-height: 0px;
  --toolbar-width: 100%;
}

@media (min-width: 1280px) {
  .horizontal-layout {
    --toolbar-width: calc(100% - var(--sidenav-width));
  }

  .horizontal-layout.sidenav-collapsed {
    --toolbar-width: calc(100% - var(--sidenav-collapsed-width));
  }
}

.horizontal-layout .sidenav-container {
  /* When the sidenav is not fixed, stretch the sidenav container to fill the available space. This
     causes `<mat-sidenav-content>` to act as our scrolling element for desktop layouts. */
  flex: 1;
}

.horizontal-layout.has-fixed-footer.scroll-disabled .content {
  height: calc(100% - var(--toolbar-height) - var(--footer-height));
}

@media (min-width: 1280px) {
  body:not([dir=rtl]) .horizontal-layout.sidenav-collapsed .sidenav-content {
    margin-left: var(--sidenav-collapsed-width) !important;
    margin-right: 0 !important;
    width: calc(100% - var(--sidenav-collapsed-width));
  }

  body:not([dir=rtl]) .horizontal-layout:not(.sidenav-collapsed) .sidenav-content {
    margin-left: var(--sidenav-width) !important;
    margin-right: 0 !important;
    width: calc(100% - var(--sidenav-width));
  }

  [dir=rtl] .horizontal-layout.sidenav-collapsed .sidenav-content {
    margin-right: var(--sidenav-collapsed-width) !important;
    margin-left: 0 !important;
  }

  [dir=rtl] .horizontal-layout:not(.sidenav-collapsed) .sidenav-content {
    margin-right: var(--sidenav-width) !important;
    margin-left: 0 !important;
  }
}

.vertical-layout {
  --toolbar-width: 100%;
}

.vertical-layout vex-secondary-toolbar .h-14 {
  display: none;
}

.vertical-layout vex-secondary-toolbar .fixed {
  background: none;
  border-top: none;
  box-shadow: none;
  margin-bottom: calc(var(--padding-16) * -1);
  padding-top: var(--padding-12);
  position: relative;
  top: 0;
}

.vertical-layout.content-container > .sidenav-container > .sidenav-content > .content {
  margin-left: auto;
  margin-right: auto;
}

.vertical-layout.has-fixed-footer.scroll-disabled .content {
  height: calc(100% - var(--toolbar-height) - var(--footer-height));
}

@media print {
  html, body {
    height: auto !important;
    overflow: initial !important;
  }

  .vex-toolbar, .sidenav {
    display: none !important;
  }

  .content {
    margin-top: 0 !important;
  }

  .mat-drawer-container {
    overflow: visible !important;
  }

  .mat-drawer-side {
    border-right: none !important;
  }

  .sidenav-content {
    margin-left: 0 !important;
    background-color: var(--background-card);
  }

  .vex-footer {
    display: none !important;
  }

  .config-panel-toggle {
    display: none !important;
  }
}

/*
  InterDynamicTracking takes the font size in points
  or pixels and returns the compensating tracking in EM.
  function InterDynamicTracking(fontSize) {
    const a = -0.0223
    const b = 0.185
    const c = -0.1745;
    // tracking = a + b * e ^ (c * fontSize)
    return a + b * Math.pow(Math.E, c * fontSize)
  }tailwind
*/

.display-4 {
  font: 300 112px / 112px var(--font);
  letter-spacing: -0.05em;
}

.display-3 {
  font: 400 56px / 56px var(--font);
  letter-spacing: -0.02em;
}

.display-2 {
  font: 400 45px / 48px var(--font);
  letter-spacing: -0.005em;
}

.headline,
h2 {
  font: 400 24px / 32px var(--font);
  letter-spacing: -0.019em;
}

.title,
h3 {
  font: 500 18px / 26px var(--font);
  letter-spacing: -0.014em;
}

.subheading-2,
h4 {
  font: 400 16px / 28px var(--font);
  letter-spacing: -0.011em;
}

.subheading-1,
h5 {
  font: 400 15px / 24px var(--font);
  letter-spacing: -0.009em;
}

.body-2,
h6 {
  font: 500 14px / 24px var(--font);
  letter-spacing: -0.006em;
}

.body-1,
p {
  font: 400 14px / 20px var(--font);
  letter-spacing: -0.006em;
}

.caption {
  font: 400 12px / 20px var(--font);
  letter-spacing: 0;
}

.text-xs {
  letter-spacing: 0;
}

.text-sm {
  letter-spacing: -0.009em;
}

.text-base {
  letter-spacing: -0.011em;
}

.text-lg {
  letter-spacing: -0.014em;
}

.text-2xl {
  letter-spacing: -0.019em;
}

.text-3xl {
  letter-spacing: -0.021em;
}

:root h1 {
  font-family: "Noto Sans", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 2rem;
}

:root h2 {
  font-family: Noto Sans, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.35rem;
}

.text-body-1 {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
}

.text-body-2 {
  font-style: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.187rem;
}

.text-body-3 {
  font-style: normal;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1rem;
}

.text-body-4 {
  font-style: normal;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
}

.text-body-5 {
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1rem;
}

.text-subtitle-1 {
  font-style: normal;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.7rem;
}

.text-subtitle-2 {
  font-style: normal;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.562rem;
}

.text-subtitle-3 {
  font-style: normal;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.187rem;
}

.text-caption-1 {
  letter-spacing: -0.015rem;
  font-style: normal;
  font-weight: bold;
  font-size: 0.625rem;
  line-height: 0.875rem;
}

.mat-icon,
.mat-icon-button .mat-icon {
  font-size: var(--default-icon-size);
  height: unset;
  width: unset;
}

.ic-inline > svg {
  display: inline-block;
}

ic-icon:not(.ic-inline) > svg,
.iconify:not(.ic-inline) > svg {
  margin: 0 auto;
  vertical-align: middle;
}

.vex-scrollblock {
  position: fixed;
  width: 100%;
}

body.is-blink ::-webkit-scrollbar {
  background-color: rgba(0, 0, 0, 0);
  height: var(--blink-scrollbar-width);
  width: var(--blink-scrollbar-width);
}

body.is-blink ::-webkit-scrollbar:hover {
  background-color: rgba(0, 0, 0, 0.12);
}

body.is-blink ::-webkit-scrollbar-thumb {
  border: 2px solid transparent;
  border-radius: var(--blink-scrollbar-width);
  box-shadow: inset 0 0 0 12px rgba(0, 0, 0, 0.37);
}

body.is-blink ::-webkit-scrollbar-thumb:active {
  border-radius: var(--blink-scrollbar-width);
  box-shadow: inset 0 0 0 12px rgba(0, 0, 0, 0.54);
}

.mat-icon-button .mat-button-wrapper > *,
.mat-menu-item .mat-icon,
.mat-button .mat-icon {
  vertical-align: middle !important;
}

.mat-form-field-suffix .mat-icon-button .mat-icon,
.mat-form-field-prefix .mat-icon-button .mat-icon {
  font-size: inherit;
}

.mat-table {
  width: 100%;
}

.mat-table mat-row,
.mat-table mat-header-row,
.mat-table mat-footer-row,
.mat-table th.mat-header-cell,
.mat-table td.mat-cell,
.mat-table td.mat-footer-cell {
  border-bottom-color: rgb(var(--color-seattle));
}

.mat-form-field {
  margin-bottom: 4px;
}

.mat-primary.mat-form-field .mat-form-field-prefix,
.mat-primary.mat-form-field .mat-form-field-suffix {
  transition: var(--trans-ease-out);
}

.mat-primary.mat-form-field.mat-focused .mat-form-field-prefix, .mat-primary.mat-form-field.mat-focused .mat-form-field-suffix {
  color: rgb(var(--color-primary));
}

.mat-form-field.mat-form-field-invalid.mat-focused .mat-form-field-prefix, .mat-form-field.mat-form-field-invalid.mat-focused .mat-form-field-suffix {
  --tw-text-opacity: 1;
  color: rgba(244, 67, 54, var(--tw-text-opacity));
}

.mat-table .mat-cell,
.mat-table .mat-header-cell {
  box-sizing: content-box;
  padding-left: var(--padding-12);
  padding-right: var(--padding-12);
}

.mat-paginator-page-size-select.mat-form-field .mat-form-field-flex {
  padding-top: 0;
}

.mat-menu-item ic-icon {
  margin-inline-end: var(--padding-16);
  vertical-align: middle;
}

.mat-menu-item ic-icon > svg {
  vertical-align: middle;
}

.mat-select-panel {
  font-size: 1rem;
  letter-spacing: -0.011em;
}

.mat-drawer-side {
  border: 0;
}

textarea.mat-input-element {
  line-height: 1.5;
}

.vex-flex-form-field .mat-form-field-infix {
  width: 50px;
}

.vex-dense-form-field {
  margin-bottom: -1.34375em;
}

.vex-dense-form-field.mat-form-field-appearance-outline .mat-form-field-infix {
  padding-top: 4px;
}

.vex-tabs .mat-tab-label.mat-tab-label-active {
  opacity: 1;
}

.vex-tabs .mat-tab-link.mat-tab-label-active {
  opacity: 1;
}

.vex-tabs-dense .mat-tab-label {
  min-width: 0;
}

.uppercase > * > .mat-sort-header-button {
  text-transform: uppercase;
}

.mat-card-image {
  max-width: none;
}

/*
.mat-button-focus-overlay {
  background: rgba(var(--palette-foreground-base), 1);
}
.mat-checkbox .mat-ripple-element {
  background-color: rgb(var(--palette-foreground-base));
}
.mat-option.mat-option-disabled {
  color: rgba(var(--palette-foreground-hint-text), 0.38);
}
*/

table {
  width: 100%;
}

td.mat-column-star {
  width: 20px;
  padding-right: 8px !important;
}

.mat-row:hover {
  background-color: #e9f3ff;
}

.mat-row a {
  color: #3e75ff;
  text-decoration: none;
}

.mat-row a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 960px) {
  .mat-elevation-z8 {
    background: transparent;
    box-shadow: none;
  }

  .mat-header-row {
    display: none;
  }

  :not(.mat-calendar-body) tbody :not(tr) tbody :not(td) {
    display: block;
    width: 100%;
  }

  .mat-table {
    background: transparent;
  }

  .mat-table * {
    box-sizing: border-box;
  }

  .mat-table .mat-row {
    display: block;
    overflow: hidden;
    height: auto;
    position: relative;
    clear: both;
    box-shadow: inset 0px -1px 0px #e5e5ea;
    background-color: transparent;
  }

  .mat-table .mat-row + .mat-row {
    padding: 0;
  }

  .mat-table .mat-cell {
    display: block;
    padding: 0 16px 0 0;
    margin: 16px 0;
    border: 0 none;
  }

  .mat-table .mat-cell:first-child {
    padding: 0 48px 0 0;
  }

  .mat-table .mat-cell:first-child a {
    font-size: 20px;
    color: inherit;
  }

  .mat-table .mat-cell.m-card-sub-title {
    margin-top: -8px;
    padding: 0 48px 0 16px;
    color: rgba(0, 0, 0, 0.54);
  }

  .mat-table .show-mobile-label:before {
    content: attr(data-label);
    display: inline;
    font-weight: normal;
    margin-right: 0.5em;
    font-weight: bold;
  }

  .mat-paginator {
    margin-top: 24px;
  }
}

.hoho-tabs .mat-tab-labels {
  width: 100%;
  flex-grow: 1;
  background: #f2f2f7;
  padding: 4px;
  border-radius: 16px;
}

.hoho-tabs .mat-tab-label {
  flex-grow: 1;
  text-align: center;
  width: 100%;
  display: flex;
  padding: 7px !important;
  margin: 0 !important;
  font-size: 12px;
  color: #6b6b73 !important;
}

.hoho-tabs .mat-tab-label.mat-tab-label-active {
  background: #5856d6 !important;
  color: #ffffff !important;
  border-radius: 14px;
}

.hoho-tabs mat-ink-bar.mat-ink-bar {
  display: none;
}

tr.mat-header-row {
  height: 40px !important;
}

.mat-bottom-sheet-container {
  box-shadow: none !important;
}

.mat-bottom-sheet-container-medium {
  width: 20rem !important;
  min-width: auto !important;
}

.apexcharts-legend-text {
  margin-left: 4px;
  top: -1px;
}

body .apexcharts-tooltip.light {
  background: var(--background-card);
}

.mat-snack-bar-container {
  white-space: pre-wrap;
}

.mat-snack-bar-container.error-snack {
  background: rgb(var(--color-warn));
  color: rgb(var(--color-accent-contrast));
}

.mat-snack-bar-container.error-snack .mat-button-wrapper {
  color: rgb(var(--color-accent-contrast));
}

.mat-snack-bar-container.success-snack {
  background: rgb(var(--color-primary));
  color: rgb(var(--color-accent-contrast));
}

.mat-snack-bar-container.success-snack .mat-button-wrapper {
  color: rgb(var(--color-accent-contrast));
}

html {
  box-sizing: border-box;
  font-size: 16px;
  height: 100%;
  overflow: hidden;
}

body {
  height: 100%;
  font: 400 14px / 20px var(--font);
  letter-spacing: -0.006em;
  line-height: 1.5;
  color: rgb(var(--color-black));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "kern";
}

div {
  box-sizing: border-box;
}

.link {
  color: rgb(var(--color-margaret));
  font-style: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.187rem;
  cursor: pointer;
}

/*
  You can override any CSS Variable or style here
  Example:

  :root {
   --sidenav-background: #333333;
  }

  All possible variables can be found in @vex/styles/core or by simply inspecting the element you want to change
  in Chrome/Firefox DevTools
*/

/**
  Uncomment the below code and adjust the values to fit your colors, the application will automatically adjust
 */
/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/styles/tailwind.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*! tailwindcss v2.1.4 | MIT License | https://tailwindcss.com */

/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

/*
Document
========
*/

/**
Use a better box model (opinionated).
*/

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

/**
Use a more readable tab size (opinionated).
*/

html {
  tab-size: 4;
}

/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/*
Sections
========
*/

/**
Remove the margin in all browsers.
*/

body {
  margin: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/

body {
  font-family:
		system-ui,
		-apple-system, /* Firefox supports this but not yet `system-ui` */
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}

/*
Grouping content
================
*/

/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
}

/*
Text-level semantics
====================
*/

/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
Tabular data
============
*/

/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
}

/*
Forms
=====
*/

/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/

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

/**
Remove the inheritance of text transform in Edge and Firefox.
1. Remove the inheritance of text transform in Firefox.
*/

button,
select { /* 1 */
  text-transform: none;
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

/**
Remove the inner border and padding in Firefox.
*/

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
Restore the focus styles unset by the previous rule.
*/

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/

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

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
  padding: 0;
}

/**
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/

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

/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

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

/**
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Interactive
===========
*/

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

/**
 * Removes the default spacing and border for appropriate elements.
 */

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

button {
  background-color: transparent;
  background-image: none;
}

/**
 * Work around a Firefox/IE bug where the transparent `button` background
 * results in a loss of the default `button` focus styles.
 */

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

fieldset {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: Noto Sans, sans-serif; /* 1 */
  line-height: 1.5; /* 2 */
}

/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */

body {
  font-family: inherit;
  line-height: inherit;
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: rgb(var(--color-colorado)); /* 2 */
}

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #a1a1aa;
}

button,
[role="button"] {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

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

/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */

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

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre,
code,
kbd,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * Make replaced elements `display: block` by default as that's
 * the behavior you want almost all of the time. Inspired by
 * CSS Remedy, with `svg` added as well.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

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

/**
 * Constrain images and videos to the parent width and preserve
 * their intrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

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

:root .space-y-0 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0px * var(--tw-space-y-reverse));
}

:root .space-x-0 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0px * var(--tw-space-x-reverse));
  margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
}

:root .space-y-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}

:root .space-x-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}

:root .space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

:root .space-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

:root .space-y-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

:root .space-x-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

:root .space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

:root .space-x-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

:root .space-y-5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}

:root .space-x-5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1.25rem * var(--tw-space-x-reverse));
  margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}

:root .space-y-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

:root .space-x-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}

:root .space-y-7 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.75rem * var(--tw-space-y-reverse));
}

:root .space-x-7 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1.75rem * var(--tw-space-x-reverse));
  margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse)));
}

:root .space-y-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}

:root .space-x-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}

:root .space-y-9 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.25rem * var(--tw-space-y-reverse));
}

:root .space-x-9 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(2.25rem * var(--tw-space-x-reverse));
  margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse)));
}

:root .space-y-10 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}

:root .space-x-10 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(2.5rem * var(--tw-space-x-reverse));
  margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
}

:root .space-y-11 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.75rem * var(--tw-space-y-reverse));
}

:root .space-x-11 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(2.75rem * var(--tw-space-x-reverse));
  margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse)));
}

:root .space-y-12 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3rem * var(--tw-space-y-reverse));
}

:root .space-x-12 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(3rem * var(--tw-space-x-reverse));
  margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
}

:root .space-y-14 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3.5rem * var(--tw-space-y-reverse));
}

:root .space-x-14 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(3.5rem * var(--tw-space-x-reverse));
  margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse)));
}

:root .space-y-16 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(4rem * var(--tw-space-y-reverse));
}

:root .space-x-16 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(4rem * var(--tw-space-x-reverse));
  margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
}

:root .space-y-20 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(5rem * var(--tw-space-y-reverse));
}

:root .space-x-20 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(5rem * var(--tw-space-x-reverse));
  margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
}

:root .space-y-24 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(6rem * var(--tw-space-y-reverse));
}

:root .space-x-24 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(6rem * var(--tw-space-x-reverse));
  margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse)));
}

:root .space-y-28 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(7rem * var(--tw-space-y-reverse));
}

:root .space-x-28 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(7rem * var(--tw-space-x-reverse));
  margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse)));
}

:root .space-y-32 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(8rem * var(--tw-space-y-reverse));
}

:root .space-x-32 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(8rem * var(--tw-space-x-reverse));
  margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse)));
}

:root .space-y-36 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(9rem * var(--tw-space-y-reverse));
}

:root .space-x-36 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(9rem * var(--tw-space-x-reverse));
  margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse)));
}

:root .space-y-40 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(10rem * var(--tw-space-y-reverse));
}

:root .space-x-40 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(10rem * var(--tw-space-x-reverse));
  margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse)));
}

:root .space-y-44 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(11rem * var(--tw-space-y-reverse));
}

:root .space-x-44 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(11rem * var(--tw-space-x-reverse));
  margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse)));
}

:root .space-y-48 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(12rem * var(--tw-space-y-reverse));
}

:root .space-x-48 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(12rem * var(--tw-space-x-reverse));
  margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse)));
}

:root .space-y-52 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(13rem * var(--tw-space-y-reverse));
}

:root .space-x-52 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(13rem * var(--tw-space-x-reverse));
  margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse)));
}

:root .space-y-56 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(14rem * var(--tw-space-y-reverse));
}

:root .space-x-56 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(14rem * var(--tw-space-x-reverse));
  margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse)));
}

:root .space-y-60 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(15rem * var(--tw-space-y-reverse));
}

:root .space-x-60 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(15rem * var(--tw-space-x-reverse));
  margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse)));
}

:root .space-y-64 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(16rem * var(--tw-space-y-reverse));
}

:root .space-x-64 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(16rem * var(--tw-space-x-reverse));
  margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse)));
}

:root .space-y-72 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(18rem * var(--tw-space-y-reverse));
}

:root .space-x-72 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(18rem * var(--tw-space-x-reverse));
  margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse)));
}

:root .space-y-80 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(20rem * var(--tw-space-y-reverse));
}

:root .space-x-80 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(20rem * var(--tw-space-x-reverse));
  margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse)));
}

:root .space-y-96 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(24rem * var(--tw-space-y-reverse));
}

:root .space-x-96 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(24rem * var(--tw-space-x-reverse));
  margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse)));
}

:root .space-y-px > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1px * var(--tw-space-y-reverse));
}

:root .space-x-px > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1px * var(--tw-space-x-reverse));
  margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse)));
}

:root .space-y-gutter > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(var(--padding-gutter) * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(var(--padding-gutter) * var(--tw-space-y-reverse));
}

:root .space-x-gutter > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(var(--padding-gutter) * var(--tw-space-x-reverse));
  margin-left: calc(var(--padding-gutter) * calc(1 - var(--tw-space-x-reverse)));
}

:root .space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
}

:root .space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.125rem * var(--tw-space-x-reverse));
  margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse)));
}

:root .space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
}

:root .space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.375rem * var(--tw-space-x-reverse));
  margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse)));
}

:root .space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
}

:root .space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.625rem * var(--tw-space-x-reverse));
  margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse)));
}

:root .space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.875rem * var(--tw-space-y-reverse));
}

:root .space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.875rem * var(--tw-space-x-reverse));
  margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse)));
}

:root .space-y-17\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(4.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(4.375rem * var(--tw-space-y-reverse));
}

:root .space-x-17\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(4.375rem * var(--tw-space-x-reverse));
  margin-left: calc(4.375rem * calc(1 - var(--tw-space-x-reverse)));
}

:root .-space-y-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse));
}

:root .-space-x-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse)));
}

:root .-space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse));
}

:root .-space-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

:root .-space-y-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse));
}

:root .-space-x-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

:root .-space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-1rem * var(--tw-space-y-reverse));
}

:root .-space-x-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-1rem * var(--tw-space-x-reverse));
  margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse)));
}

:root .-space-y-5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse));
}

:root .-space-x-5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-1.25rem * var(--tw-space-x-reverse));
  margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse)));
}

:root .-space-y-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse));
}

:root .-space-x-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse)));
}

:root .-space-y-7 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse));
}

:root .-space-x-7 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-1.75rem * var(--tw-space-x-reverse));
  margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse)));
}

:root .-space-y-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-2rem * var(--tw-space-y-reverse));
}

:root .-space-x-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-2rem * var(--tw-space-x-reverse));
  margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse)));
}

:root .-space-y-9 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse));
}

:root .-space-x-9 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-2.25rem * var(--tw-space-x-reverse));
  margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse)));
}

:root .-space-y-10 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse));
}

:root .-space-x-10 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-2.5rem * var(--tw-space-x-reverse));
  margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse)));
}

:root .-space-y-11 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse));
}

:root .-space-x-11 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-2.75rem * var(--tw-space-x-reverse));
  margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse)));
}

:root .-space-y-12 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-3rem * var(--tw-space-y-reverse));
}

:root .-space-x-12 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-3rem * var(--tw-space-x-reverse));
  margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse)));
}

:root .-space-y-14 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse));
}

:root .-space-x-14 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-3.5rem * var(--tw-space-x-reverse));
  margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse)));
}

:root .-space-y-16 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-4rem * var(--tw-space-y-reverse));
}

:root .-space-x-16 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-4rem * var(--tw-space-x-reverse));
  margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse)));
}

:root .-space-y-20 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-5rem * var(--tw-space-y-reverse));
}

:root .-space-x-20 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-5rem * var(--tw-space-x-reverse));
  margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse)));
}

:root .-space-y-24 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-6rem * var(--tw-space-y-reverse));
}

:root .-space-x-24 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-6rem * var(--tw-space-x-reverse));
  margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse)));
}

:root .-space-y-28 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-7rem * var(--tw-space-y-reverse));
}

:root .-space-x-28 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-7rem * var(--tw-space-x-reverse));
  margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse)));
}

:root .-space-y-32 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-8rem * var(--tw-space-y-reverse));
}

:root .-space-x-32 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-8rem * var(--tw-space-x-reverse));
  margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse)));
}

:root .-space-y-36 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-9rem * var(--tw-space-y-reverse));
}

:root .-space-x-36 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-9rem * var(--tw-space-x-reverse));
  margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse)));
}

:root .-space-y-40 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-10rem * var(--tw-space-y-reverse));
}

:root .-space-x-40 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-10rem * var(--tw-space-x-reverse));
  margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse)));
}

:root .-space-y-44 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-11rem * var(--tw-space-y-reverse));
}

:root .-space-x-44 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-11rem * var(--tw-space-x-reverse));
  margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse)));
}

:root .-space-y-48 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-12rem * var(--tw-space-y-reverse));
}

:root .-space-x-48 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-12rem * var(--tw-space-x-reverse));
  margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse)));
}

:root .-space-y-52 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-13rem * var(--tw-space-y-reverse));
}

:root .-space-x-52 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-13rem * var(--tw-space-x-reverse));
  margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse)));
}

:root .-space-y-56 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-14rem * var(--tw-space-y-reverse));
}

:root .-space-x-56 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-14rem * var(--tw-space-x-reverse));
  margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse)));
}

:root .-space-y-60 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-15rem * var(--tw-space-y-reverse));
}

:root .-space-x-60 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-15rem * var(--tw-space-x-reverse));
  margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse)));
}

:root .-space-y-64 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-16rem * var(--tw-space-y-reverse));
}

:root .-space-x-64 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-16rem * var(--tw-space-x-reverse));
  margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse)));
}

:root .-space-y-72 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-18rem * var(--tw-space-y-reverse));
}

:root .-space-x-72 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-18rem * var(--tw-space-x-reverse));
  margin-left: calc(-18rem * calc(1 - var(--tw-space-x-reverse)));
}

:root .-space-y-80 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-20rem * var(--tw-space-y-reverse));
}

:root .-space-x-80 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-20rem * var(--tw-space-x-reverse));
  margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse)));
}

:root .-space-y-96 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-24rem * var(--tw-space-y-reverse));
}

:root .-space-x-96 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-24rem * var(--tw-space-x-reverse));
  margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse)));
}

:root .-space-y-px > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-1px * var(--tw-space-y-reverse));
}

:root .-space-x-px > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-1px * var(--tw-space-x-reverse));
  margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
}

:root .-space-y-gutter > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(calc(var(--padding-gutter) * -1) * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(calc(var(--padding-gutter) * -1) * var(--tw-space-y-reverse));
}

:root .-space-x-gutter > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(calc(var(--padding-gutter) * -1) * var(--tw-space-x-reverse));
  margin-left: calc(calc(var(--padding-gutter) * -1) * calc(1 - var(--tw-space-x-reverse)));
}

:root .-space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse));
}

:root .-space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.125rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse)));
}

:root .-space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse));
}

:root .-space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.375rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse)));
}

:root .-space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse));
}

:root .-space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.625rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse)));
}

:root .-space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse));
}

:root .-space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.875rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse)));
}

:root .-space-y-17\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-4.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-4.375rem * var(--tw-space-y-reverse));
}

:root .-space-x-17\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-4.375rem * var(--tw-space-x-reverse));
  margin-left: calc(-4.375rem * calc(1 - var(--tw-space-x-reverse)));
}

:root .space-y-reverse > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 1;
}

:root .space-x-reverse > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 1;
}

:root .divide-y-0 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
}

:root .divide-x-0 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-x-reverse: 0;
  border-right-width: calc(0px * var(--tw-divide-x-reverse));
  border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
}

:root .divide-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
}

:root .divide-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-x-reverse: 0;
  border-right-width: calc(2px * var(--tw-divide-x-reverse));
  border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
}

:root .divide-y-3 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(3px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(3px * var(--tw-divide-y-reverse));
}

:root .divide-x-3 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-x-reverse: 0;
  border-right-width: calc(3px * var(--tw-divide-x-reverse));
  border-left-width: calc(3px * calc(1 - var(--tw-divide-x-reverse)));
}

:root .divide-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(4px * var(--tw-divide-y-reverse));
}

:root .divide-x-4 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-x-reverse: 0;
  border-right-width: calc(4px * var(--tw-divide-x-reverse));
  border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse)));
}

:root .divide-y-8 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(8px * var(--tw-divide-y-reverse));
}

:root .divide-x-8 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-x-reverse: 0;
  border-right-width: calc(8px * var(--tw-divide-x-reverse));
  border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse)));
}

:root .divide-y > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

:root .divide-x > :not([hidden]) ~ :not([hidden]){
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}

:root .divide-y-reverse > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 1;
}

:root .divide-x-reverse > :not([hidden]) ~ :not([hidden]){
  --tw-divide-x-reverse: 1;
}

:root .divide-current > :not([hidden]) ~ :not([hidden]){
  border-color: currentColor;
}

:root .divide-transparent > :not([hidden]) ~ :not([hidden]){
  border-color: transparent;
}

:root .divide-black > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(var(--color-black));
}

:root .divide-white > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(var(--color-white));
}

:root .divide-contrast-black > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
}

:root .divide-contrast-white > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
}

:root .divide-primary-light > :not([hidden]) ~ :not([hidden]){
  border-color: rgba(var(--color-primary), .1);
}

:root .divide-primary > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(var(--color-primary));
}

:root .divide-red-light > :not([hidden]) ~ :not([hidden]){
  border-color: rgba(244, 67, 54, 0.1);
}

:root .divide-red > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(244, 67, 54, var(--tw-divide-opacity));
}

:root .divide-green-2 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(var(--color-green-2));
}

:root .divide-green-3 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(var(--color-green-3));
}

:root .divide-green-4 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(var(--color-green-4));
}

:root .divide-gren > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(var(--color-gren));
}

:root .divide-gren-1 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(var(--color-gren-1));
}

:root .divide-gren-2 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(var(--color-gren-2));
}

:root .divide-gren-3 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(var(--color-gren-3));
}

:root .divide-gren-4 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(var(--color-gren-4));
}

:root .divide-selected > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(var(--color-selected));
}

:root .divide-error > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(var(--color-error));
}

:root .divide-attention > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(var(--color-attention));
}

:root .divide-accept > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(var(--color-accept));
}

:root .divide-system > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(var(--color-system));
}

:root .divide-orange > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(var(--color-orange));
}

:root .divide-links > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(var(--color-links));
}

:root .divide-teal > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(var(--color-teal));
}

:root .divide-purple > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(var(--color-purple));
}

:root .divide-pink > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(var(--color-pink));
}

:root .divide-margaret > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(var(--color-margaret));
}

:root .divide-betty > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(var(--color-betty));
}

:root .divide-natasha-light > :not([hidden]) ~ :not([hidden]){
  border-color: rgba(var(--color-natasha), .05);
}

:root .divide-natasha > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(var(--color-natasha));
}

:root .divide-tiffany > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(var(--color-tiffany));
}

:root .divide-barbara > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(var(--color-barbara));
}

:root .divide-suzanne > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(var(--color-suzanne));
}

:root .divide-lily > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(var(--color-lily));
}

:root .divide-stephanie > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(var(--color-stephanie));
}

:root .divide-lisa > :not([hidden]) ~ :not([hidden]){
  border-color: rgba(var(--color-lisa), 0.6);
}

:root .divide-california > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(var(--color-california));
}

:root .divide-texas > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(var(--color-texas));
}

:root .divide-florida > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(var(--color-florida));
}

:root .divide-colorado > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(var(--color-colorado));
}

:root .divide-seattle > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(var(--color-seattle));
}

:root .divide-denver > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(var(--color-denver));
}

:root .divide-arizona > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(var(--color-arizona));
}

:root .divide-shpongle > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(var(--color-shpongle));
}

:root .divide-band > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(var(--color-band));
}

:root .divide-blur > :not([hidden]) ~ :not([hidden]){
  border-color: rgba(var(--color-blur), 0.05);
}

:root .divide-mila > :not([hidden]) ~ :not([hidden]){
  border-color: rgba(var(--color-mila));
}

:root .divide-solid > :not([hidden]) ~ :not([hidden]){
  border-style: solid;
}

:root .divide-dashed > :not([hidden]) ~ :not([hidden]){
  border-style: dashed;
}

:root .divide-dotted > :not([hidden]) ~ :not([hidden]){
  border-style: dotted;
}

:root .divide-double > :not([hidden]) ~ :not([hidden]){
  border-style: double;
}

:root .divide-none > :not([hidden]) ~ :not([hidden]){
  border-style: none;
}

:root .divide-opacity-0 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 0;
}

:root .divide-opacity-25 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 0.25;
}

:root .divide-opacity-50 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 0.5;
}

:root .divide-opacity-75 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 0.75;
}

:root .divide-opacity-100 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
}

:root .sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

:root .not-sr-only{
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

:root .focus\:sr-only:focus{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

:root .focus\:not-sr-only:focus{
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

:root .appearance-none{
  appearance: none;
}

:root .bg-fixed{
  background-attachment: fixed;
}

:root .bg-local{
  background-attachment: local;
}

:root .bg-scroll{
  background-attachment: scroll;
}

:root .bg-clip-border{
  background-clip: border-box;
}

:root .bg-clip-padding{
  background-clip: padding-box;
}

:root .bg-clip-content{
  background-clip: content-box;
}

:root .bg-clip-text{
  background-clip: text;
}

:root .bg-base{
  background-color: var(--background-base);
}

:root .bg-card{
  background-color: var(--background-card);
}

:root .bg-app-bar{
  background-color: var(--background-app-bar);
}

:root .bg-hover{
  background-color: var(--background-hover);
}

:root .bg-current{
  background-color: currentColor;
}

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

:root .bg-black{
  background-color: rgb(var(--color-black));
}

:root .bg-white{
  background-color: rgb(var(--color-white));
}

:root .bg-contrast-black{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

:root .bg-contrast-white{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

:root .bg-primary-light{
  background-color: rgba(var(--color-primary), .1);
}

:root .bg-primary{
  background-color: rgb(var(--color-primary));
}

:root .bg-red-light{
  background-color: rgba(244, 67, 54, 0.1);
}

:root .bg-red{
  --tw-bg-opacity: 1;
  background-color: rgba(244, 67, 54, var(--tw-bg-opacity));
}

:root .bg-green-2{
  background-color: rgb(var(--color-green-2));
}

:root .bg-green-3{
  background-color: rgb(var(--color-green-3));
}

:root .bg-green-4{
  background-color: rgb(var(--color-green-4));
}

:root .bg-gren{
  background-color: rgb(var(--color-gren));
}

:root .bg-gren-1{
  background-color: rgb(var(--color-gren-1));
}

:root .bg-gren-2{
  background-color: rgb(var(--color-gren-2));
}

:root .bg-gren-3{
  background-color: rgb(var(--color-gren-3));
}

:root .bg-gren-4{
  background-color: rgb(var(--color-gren-4));
}

:root .bg-selected{
  background-color: rgb(var(--color-selected));
}

:root .bg-error{
  background-color: rgb(var(--color-error));
}

:root .bg-attention{
  background-color: rgb(var(--color-attention));
}

:root .bg-accept{
  background-color: rgb(var(--color-accept));
}

:root .bg-system{
  background-color: rgb(var(--color-system));
}

:root .bg-orange{
  background-color: rgb(var(--color-orange));
}

:root .bg-links{
  background-color: rgb(var(--color-links));
}

:root .bg-teal{
  background-color: rgb(var(--color-teal));
}

:root .bg-purple{
  background-color: rgb(var(--color-purple));
}

:root .bg-pink{
  background-color: rgb(var(--color-pink));
}

:root .bg-margaret{
  background-color: rgb(var(--color-margaret));
}

:root .bg-betty{
  background-color: rgb(var(--color-betty));
}

:root .bg-natasha-light{
  background-color: rgba(var(--color-natasha), .05);
}

:root .bg-natasha{
  background-color: rgb(var(--color-natasha));
}

:root .bg-tiffany{
  background-color: rgb(var(--color-tiffany));
}

:root .bg-barbara{
  background-color: rgb(var(--color-barbara));
}

:root .bg-suzanne{
  background-color: rgb(var(--color-suzanne));
}

:root .bg-lily{
  background-color: rgb(var(--color-lily));
}

:root .bg-stephanie{
  background-color: rgb(var(--color-stephanie));
}

:root .bg-lisa{
  background-color: rgba(var(--color-lisa), 0.6);
}

:root .bg-california{
  background-color: rgb(var(--color-california));
}

:root .bg-texas{
  background-color: rgb(var(--color-texas));
}

:root .bg-florida{
  background-color: rgb(var(--color-florida));
}

:root .bg-colorado{
  background-color: rgb(var(--color-colorado));
}

:root .bg-seattle{
  background-color: rgb(var(--color-seattle));
}

:root .bg-denver{
  background-color: rgb(var(--color-denver));
}

:root .bg-arizona{
  background-color: rgb(var(--color-arizona));
}

:root .bg-shpongle{
  background-color: rgb(var(--color-shpongle));
}

:root .bg-band{
  background-color: rgb(var(--color-band));
}

:root .bg-blur{
  background-color: rgba(var(--color-blur), 0.05);
}

:root .bg-mila{
  background-color: rgba(var(--color-mila));
}

:root .hover\:bg-base:hover{
  background-color: var(--background-base);
}

:root .hover\:bg-card:hover{
  background-color: var(--background-card);
}

:root .hover\:bg-app-bar:hover{
  background-color: var(--background-app-bar);
}

:root .hover\:bg-hover:hover{
  background-color: var(--background-hover);
}

:root .hover\:bg-current:hover{
  background-color: currentColor;
}

:root .hover\:bg-transparent:hover{
  background-color: transparent;
}

:root .hover\:bg-black:hover{
  background-color: rgb(var(--color-black));
}

:root .hover\:bg-white:hover{
  background-color: rgb(var(--color-white));
}

:root .hover\:bg-contrast-black:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

:root .hover\:bg-contrast-white:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

:root .hover\:bg-primary-light:hover{
  background-color: rgba(var(--color-primary), .1);
}

:root .hover\:bg-primary:hover{
  background-color: rgb(var(--color-primary));
}

:root .hover\:bg-red-light:hover{
  background-color: rgba(244, 67, 54, 0.1);
}

:root .hover\:bg-red:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(244, 67, 54, var(--tw-bg-opacity));
}

:root .hover\:bg-green-2:hover{
  background-color: rgb(var(--color-green-2));
}

:root .hover\:bg-green-3:hover{
  background-color: rgb(var(--color-green-3));
}

:root .hover\:bg-green-4:hover{
  background-color: rgb(var(--color-green-4));
}

:root .hover\:bg-gren:hover{
  background-color: rgb(var(--color-gren));
}

:root .hover\:bg-gren-1:hover{
  background-color: rgb(var(--color-gren-1));
}

:root .hover\:bg-gren-2:hover{
  background-color: rgb(var(--color-gren-2));
}

:root .hover\:bg-gren-3:hover{
  background-color: rgb(var(--color-gren-3));
}

:root .hover\:bg-gren-4:hover{
  background-color: rgb(var(--color-gren-4));
}

:root .hover\:bg-selected:hover{
  background-color: rgb(var(--color-selected));
}

:root .hover\:bg-error:hover{
  background-color: rgb(var(--color-error));
}

:root .hover\:bg-attention:hover{
  background-color: rgb(var(--color-attention));
}

:root .hover\:bg-accept:hover{
  background-color: rgb(var(--color-accept));
}

:root .hover\:bg-system:hover{
  background-color: rgb(var(--color-system));
}

:root .hover\:bg-orange:hover{
  background-color: rgb(var(--color-orange));
}

:root .hover\:bg-links:hover{
  background-color: rgb(var(--color-links));
}

:root .hover\:bg-teal:hover{
  background-color: rgb(var(--color-teal));
}

:root .hover\:bg-purple:hover{
  background-color: rgb(var(--color-purple));
}

:root .hover\:bg-pink:hover{
  background-color: rgb(var(--color-pink));
}

:root .hover\:bg-margaret:hover{
  background-color: rgb(var(--color-margaret));
}

:root .hover\:bg-betty:hover{
  background-color: rgb(var(--color-betty));
}

:root .hover\:bg-natasha-light:hover{
  background-color: rgba(var(--color-natasha), .05);
}

:root .hover\:bg-natasha:hover{
  background-color: rgb(var(--color-natasha));
}

:root .hover\:bg-tiffany:hover{
  background-color: rgb(var(--color-tiffany));
}

:root .hover\:bg-barbara:hover{
  background-color: rgb(var(--color-barbara));
}

:root .hover\:bg-suzanne:hover{
  background-color: rgb(var(--color-suzanne));
}

:root .hover\:bg-lily:hover{
  background-color: rgb(var(--color-lily));
}

:root .hover\:bg-stephanie:hover{
  background-color: rgb(var(--color-stephanie));
}

:root .hover\:bg-lisa:hover{
  background-color: rgba(var(--color-lisa), 0.6);
}

:root .hover\:bg-california:hover{
  background-color: rgb(var(--color-california));
}

:root .hover\:bg-texas:hover{
  background-color: rgb(var(--color-texas));
}

:root .hover\:bg-florida:hover{
  background-color: rgb(var(--color-florida));
}

:root .hover\:bg-colorado:hover{
  background-color: rgb(var(--color-colorado));
}

:root .hover\:bg-seattle:hover{
  background-color: rgb(var(--color-seattle));
}

:root .hover\:bg-denver:hover{
  background-color: rgb(var(--color-denver));
}

:root .hover\:bg-arizona:hover{
  background-color: rgb(var(--color-arizona));
}

:root .hover\:bg-shpongle:hover{
  background-color: rgb(var(--color-shpongle));
}

:root .hover\:bg-band:hover{
  background-color: rgb(var(--color-band));
}

:root .hover\:bg-blur:hover{
  background-color: rgba(var(--color-blur), 0.05);
}

:root .hover\:bg-mila:hover{
  background-color: rgba(var(--color-mila));
}

:root .focus\:bg-base:focus{
  background-color: var(--background-base);
}

:root .focus\:bg-card:focus{
  background-color: var(--background-card);
}

:root .focus\:bg-app-bar:focus{
  background-color: var(--background-app-bar);
}

:root .focus\:bg-hover:focus{
  background-color: var(--background-hover);
}

:root .focus\:bg-current:focus{
  background-color: currentColor;
}

:root .focus\:bg-transparent:focus{
  background-color: transparent;
}

:root .focus\:bg-black:focus{
  background-color: rgb(var(--color-black));
}

:root .focus\:bg-white:focus{
  background-color: rgb(var(--color-white));
}

:root .focus\:bg-contrast-black:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

:root .focus\:bg-contrast-white:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

:root .focus\:bg-primary-light:focus{
  background-color: rgba(var(--color-primary), .1);
}

:root .focus\:bg-primary:focus{
  background-color: rgb(var(--color-primary));
}

:root .focus\:bg-red-light:focus{
  background-color: rgba(244, 67, 54, 0.1);
}

:root .focus\:bg-red:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(244, 67, 54, var(--tw-bg-opacity));
}

:root .focus\:bg-green-2:focus{
  background-color: rgb(var(--color-green-2));
}

:root .focus\:bg-green-3:focus{
  background-color: rgb(var(--color-green-3));
}

:root .focus\:bg-green-4:focus{
  background-color: rgb(var(--color-green-4));
}

:root .focus\:bg-gren:focus{
  background-color: rgb(var(--color-gren));
}

:root .focus\:bg-gren-1:focus{
  background-color: rgb(var(--color-gren-1));
}

:root .focus\:bg-gren-2:focus{
  background-color: rgb(var(--color-gren-2));
}

:root .focus\:bg-gren-3:focus{
  background-color: rgb(var(--color-gren-3));
}

:root .focus\:bg-gren-4:focus{
  background-color: rgb(var(--color-gren-4));
}

:root .focus\:bg-selected:focus{
  background-color: rgb(var(--color-selected));
}

:root .focus\:bg-error:focus{
  background-color: rgb(var(--color-error));
}

:root .focus\:bg-attention:focus{
  background-color: rgb(var(--color-attention));
}

:root .focus\:bg-accept:focus{
  background-color: rgb(var(--color-accept));
}

:root .focus\:bg-system:focus{
  background-color: rgb(var(--color-system));
}

:root .focus\:bg-orange:focus{
  background-color: rgb(var(--color-orange));
}

:root .focus\:bg-links:focus{
  background-color: rgb(var(--color-links));
}

:root .focus\:bg-teal:focus{
  background-color: rgb(var(--color-teal));
}

:root .focus\:bg-purple:focus{
  background-color: rgb(var(--color-purple));
}

:root .focus\:bg-pink:focus{
  background-color: rgb(var(--color-pink));
}

:root .focus\:bg-margaret:focus{
  background-color: rgb(var(--color-margaret));
}

:root .focus\:bg-betty:focus{
  background-color: rgb(var(--color-betty));
}

:root .focus\:bg-natasha-light:focus{
  background-color: rgba(var(--color-natasha), .05);
}

:root .focus\:bg-natasha:focus{
  background-color: rgb(var(--color-natasha));
}

:root .focus\:bg-tiffany:focus{
  background-color: rgb(var(--color-tiffany));
}

:root .focus\:bg-barbara:focus{
  background-color: rgb(var(--color-barbara));
}

:root .focus\:bg-suzanne:focus{
  background-color: rgb(var(--color-suzanne));
}

:root .focus\:bg-lily:focus{
  background-color: rgb(var(--color-lily));
}

:root .focus\:bg-stephanie:focus{
  background-color: rgb(var(--color-stephanie));
}

:root .focus\:bg-lisa:focus{
  background-color: rgba(var(--color-lisa), 0.6);
}

:root .focus\:bg-california:focus{
  background-color: rgb(var(--color-california));
}

:root .focus\:bg-texas:focus{
  background-color: rgb(var(--color-texas));
}

:root .focus\:bg-florida:focus{
  background-color: rgb(var(--color-florida));
}

:root .focus\:bg-colorado:focus{
  background-color: rgb(var(--color-colorado));
}

:root .focus\:bg-seattle:focus{
  background-color: rgb(var(--color-seattle));
}

:root .focus\:bg-denver:focus{
  background-color: rgb(var(--color-denver));
}

:root .focus\:bg-arizona:focus{
  background-color: rgb(var(--color-arizona));
}

:root .focus\:bg-shpongle:focus{
  background-color: rgb(var(--color-shpongle));
}

:root .focus\:bg-band:focus{
  background-color: rgb(var(--color-band));
}

:root .focus\:bg-blur:focus{
  background-color: rgba(var(--color-blur), 0.05);
}

:root .focus\:bg-mila:focus{
  background-color: rgba(var(--color-mila));
}

:root .bg-none{
  background-image: none;
}

:root .bg-gradient-to-t{
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

:root .bg-gradient-to-tr{
  background-image: linear-gradient(to top right, var(--tw-gradient-stops));
}

:root .bg-gradient-to-r{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

:root .bg-gradient-to-br{
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}

:root .bg-gradient-to-b{
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

:root .bg-gradient-to-bl{
  background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
}

:root .bg-gradient-to-l{
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}

:root .bg-gradient-to-tl{
  background-image: linear-gradient(to top left, var(--tw-gradient-stops));
}

:root .from-current{
  --tw-gradient-from: currentColor;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .from-transparent{
  --tw-gradient-from: transparent;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

:root .from-black{
  --tw-gradient-from: rgb(var(--color-black));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .from-white{
  --tw-gradient-from: rgb(var(--color-white));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .from-contrast-black{
  --tw-gradient-from: black;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

:root .from-contrast-white{
  --tw-gradient-from: white;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .from-primary-light{
  --tw-gradient-from: rgba(var(--color-primary), .1);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .from-primary{
  --tw-gradient-from: rgb(var(--color-primary));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .from-red-light{
  --tw-gradient-from: rgba(244, 67, 54, 0.1);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 67, 54, 0));
}

:root .from-red{
  --tw-gradient-from: rgb(244, 67, 54);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 67, 54, 0));
}

:root .from-green-2{
  --tw-gradient-from: rgb(var(--color-green-2));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .from-green-3{
  --tw-gradient-from: rgb(var(--color-green-3));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .from-green-4{
  --tw-gradient-from: rgb(var(--color-green-4));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .from-gren{
  --tw-gradient-from: rgb(var(--color-gren));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .from-gren-1{
  --tw-gradient-from: rgb(var(--color-gren-1));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .from-gren-2{
  --tw-gradient-from: rgb(var(--color-gren-2));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .from-gren-3{
  --tw-gradient-from: rgb(var(--color-gren-3));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .from-gren-4{
  --tw-gradient-from: rgb(var(--color-gren-4));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .from-selected{
  --tw-gradient-from: rgb(var(--color-selected));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .from-error{
  --tw-gradient-from: rgb(var(--color-error));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .from-attention{
  --tw-gradient-from: rgb(var(--color-attention));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .from-accept{
  --tw-gradient-from: rgb(var(--color-accept));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .from-system{
  --tw-gradient-from: rgb(var(--color-system));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .from-orange{
  --tw-gradient-from: rgb(var(--color-orange));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .from-links{
  --tw-gradient-from: rgb(var(--color-links));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .from-teal{
  --tw-gradient-from: rgb(var(--color-teal));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .from-purple{
  --tw-gradient-from: rgb(var(--color-purple));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .from-pink{
  --tw-gradient-from: rgb(var(--color-pink));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .from-margaret{
  --tw-gradient-from: rgb(var(--color-margaret));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .from-betty{
  --tw-gradient-from: rgb(var(--color-betty));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .from-natasha-light{
  --tw-gradient-from: rgba(var(--color-natasha), .05);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .from-natasha{
  --tw-gradient-from: rgb(var(--color-natasha));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .from-tiffany{
  --tw-gradient-from: rgb(var(--color-tiffany));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .from-barbara{
  --tw-gradient-from: rgb(var(--color-barbara));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .from-suzanne{
  --tw-gradient-from: rgb(var(--color-suzanne));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .from-lily{
  --tw-gradient-from: rgb(var(--color-lily));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .from-stephanie{
  --tw-gradient-from: rgb(var(--color-stephanie));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .from-lisa{
  --tw-gradient-from: rgba(var(--color-lisa), 0.6);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .from-california{
  --tw-gradient-from: rgb(var(--color-california));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .from-texas{
  --tw-gradient-from: rgb(var(--color-texas));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .from-florida{
  --tw-gradient-from: rgb(var(--color-florida));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .from-colorado{
  --tw-gradient-from: rgb(var(--color-colorado));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .from-seattle{
  --tw-gradient-from: rgb(var(--color-seattle));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .from-denver{
  --tw-gradient-from: rgb(var(--color-denver));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .from-arizona{
  --tw-gradient-from: rgb(var(--color-arizona));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .from-shpongle{
  --tw-gradient-from: rgb(var(--color-shpongle));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .from-band{
  --tw-gradient-from: rgb(var(--color-band));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .from-blur{
  --tw-gradient-from: rgba(var(--color-blur), 0.05);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .from-mila{
  --tw-gradient-from: rgba(var(--color-mila));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .via-current{
  --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .via-transparent{
  --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

:root .via-black{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-black)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .via-white{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-white)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .via-contrast-black{
  --tw-gradient-stops: var(--tw-gradient-from), black, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

:root .via-contrast-white{
  --tw-gradient-stops: var(--tw-gradient-from), white, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .via-primary-light{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-primary), .1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .via-primary{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-primary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .via-red-light{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(244, 67, 54, 0.1), var(--tw-gradient-to, rgba(244, 67, 54, 0));
}

:root .via-red{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244, 67, 54), var(--tw-gradient-to, rgba(244, 67, 54, 0));
}

:root .via-green-2{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-green-2)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .via-green-3{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-green-3)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .via-green-4{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-green-4)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .via-gren{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-gren)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .via-gren-1{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-gren-1)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .via-gren-2{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-gren-2)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .via-gren-3{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-gren-3)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .via-gren-4{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-gren-4)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .via-selected{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-selected)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .via-error{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-error)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .via-attention{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-attention)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .via-accept{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-accept)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .via-system{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-system)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .via-orange{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-orange)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .via-links{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-links)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .via-teal{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-teal)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .via-purple{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-purple)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .via-pink{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-pink)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .via-margaret{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-margaret)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .via-betty{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-betty)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .via-natasha-light{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-natasha), .05), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .via-natasha{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-natasha)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .via-tiffany{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-tiffany)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .via-barbara{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-barbara)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .via-suzanne{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-suzanne)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .via-lily{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-lily)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .via-stephanie{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-stephanie)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .via-lisa{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-lisa), 0.6), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .via-california{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-california)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .via-texas{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-texas)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .via-florida{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-florida)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .via-colorado{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-colorado)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .via-seattle{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-seattle)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .via-denver{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-denver)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .via-arizona{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-arizona)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .via-shpongle{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-shpongle)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .via-band{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-band)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .via-blur{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-blur), 0.05), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .via-mila{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-mila)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .to-current{
  --tw-gradient-to: currentColor;
}

:root .to-transparent{
  --tw-gradient-to: transparent;
}

:root .to-black{
  --tw-gradient-to: rgb(var(--color-black));
}

:root .to-white{
  --tw-gradient-to: rgb(var(--color-white));
}

:root .to-contrast-black{
  --tw-gradient-to: black;
}

:root .to-contrast-white{
  --tw-gradient-to: white;
}

:root .to-primary-light{
  --tw-gradient-to: rgba(var(--color-primary), .1);
}

:root .to-primary{
  --tw-gradient-to: rgb(var(--color-primary));
}

:root .to-red-light{
  --tw-gradient-to: rgba(244, 67, 54, 0.1);
}

:root .to-red{
  --tw-gradient-to: rgb(244, 67, 54);
}

:root .to-green-2{
  --tw-gradient-to: rgb(var(--color-green-2));
}

:root .to-green-3{
  --tw-gradient-to: rgb(var(--color-green-3));
}

:root .to-green-4{
  --tw-gradient-to: rgb(var(--color-green-4));
}

:root .to-gren{
  --tw-gradient-to: rgb(var(--color-gren));
}

:root .to-gren-1{
  --tw-gradient-to: rgb(var(--color-gren-1));
}

:root .to-gren-2{
  --tw-gradient-to: rgb(var(--color-gren-2));
}

:root .to-gren-3{
  --tw-gradient-to: rgb(var(--color-gren-3));
}

:root .to-gren-4{
  --tw-gradient-to: rgb(var(--color-gren-4));
}

:root .to-selected{
  --tw-gradient-to: rgb(var(--color-selected));
}

:root .to-error{
  --tw-gradient-to: rgb(var(--color-error));
}

:root .to-attention{
  --tw-gradient-to: rgb(var(--color-attention));
}

:root .to-accept{
  --tw-gradient-to: rgb(var(--color-accept));
}

:root .to-system{
  --tw-gradient-to: rgb(var(--color-system));
}

:root .to-orange{
  --tw-gradient-to: rgb(var(--color-orange));
}

:root .to-links{
  --tw-gradient-to: rgb(var(--color-links));
}

:root .to-teal{
  --tw-gradient-to: rgb(var(--color-teal));
}

:root .to-purple{
  --tw-gradient-to: rgb(var(--color-purple));
}

:root .to-pink{
  --tw-gradient-to: rgb(var(--color-pink));
}

:root .to-margaret{
  --tw-gradient-to: rgb(var(--color-margaret));
}

:root .to-betty{
  --tw-gradient-to: rgb(var(--color-betty));
}

:root .to-natasha-light{
  --tw-gradient-to: rgba(var(--color-natasha), .05);
}

:root .to-natasha{
  --tw-gradient-to: rgb(var(--color-natasha));
}

:root .to-tiffany{
  --tw-gradient-to: rgb(var(--color-tiffany));
}

:root .to-barbara{
  --tw-gradient-to: rgb(var(--color-barbara));
}

:root .to-suzanne{
  --tw-gradient-to: rgb(var(--color-suzanne));
}

:root .to-lily{
  --tw-gradient-to: rgb(var(--color-lily));
}

:root .to-stephanie{
  --tw-gradient-to: rgb(var(--color-stephanie));
}

:root .to-lisa{
  --tw-gradient-to: rgba(var(--color-lisa), 0.6);
}

:root .to-california{
  --tw-gradient-to: rgb(var(--color-california));
}

:root .to-texas{
  --tw-gradient-to: rgb(var(--color-texas));
}

:root .to-florida{
  --tw-gradient-to: rgb(var(--color-florida));
}

:root .to-colorado{
  --tw-gradient-to: rgb(var(--color-colorado));
}

:root .to-seattle{
  --tw-gradient-to: rgb(var(--color-seattle));
}

:root .to-denver{
  --tw-gradient-to: rgb(var(--color-denver));
}

:root .to-arizona{
  --tw-gradient-to: rgb(var(--color-arizona));
}

:root .to-shpongle{
  --tw-gradient-to: rgb(var(--color-shpongle));
}

:root .to-band{
  --tw-gradient-to: rgb(var(--color-band));
}

:root .to-blur{
  --tw-gradient-to: rgba(var(--color-blur), 0.05);
}

:root .to-mila{
  --tw-gradient-to: rgba(var(--color-mila));
}

:root .hover\:from-current:hover{
  --tw-gradient-from: currentColor;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .hover\:from-transparent:hover{
  --tw-gradient-from: transparent;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

:root .hover\:from-black:hover{
  --tw-gradient-from: rgb(var(--color-black));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .hover\:from-white:hover{
  --tw-gradient-from: rgb(var(--color-white));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .hover\:from-contrast-black:hover{
  --tw-gradient-from: black;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

:root .hover\:from-contrast-white:hover{
  --tw-gradient-from: white;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .hover\:from-primary-light:hover{
  --tw-gradient-from: rgba(var(--color-primary), .1);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .hover\:from-primary:hover{
  --tw-gradient-from: rgb(var(--color-primary));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .hover\:from-red-light:hover{
  --tw-gradient-from: rgba(244, 67, 54, 0.1);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 67, 54, 0));
}

:root .hover\:from-red:hover{
  --tw-gradient-from: rgb(244, 67, 54);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 67, 54, 0));
}

:root .hover\:from-green-2:hover{
  --tw-gradient-from: rgb(var(--color-green-2));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .hover\:from-green-3:hover{
  --tw-gradient-from: rgb(var(--color-green-3));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .hover\:from-green-4:hover{
  --tw-gradient-from: rgb(var(--color-green-4));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .hover\:from-gren:hover{
  --tw-gradient-from: rgb(var(--color-gren));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .hover\:from-gren-1:hover{
  --tw-gradient-from: rgb(var(--color-gren-1));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .hover\:from-gren-2:hover{
  --tw-gradient-from: rgb(var(--color-gren-2));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .hover\:from-gren-3:hover{
  --tw-gradient-from: rgb(var(--color-gren-3));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .hover\:from-gren-4:hover{
  --tw-gradient-from: rgb(var(--color-gren-4));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .hover\:from-selected:hover{
  --tw-gradient-from: rgb(var(--color-selected));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .hover\:from-error:hover{
  --tw-gradient-from: rgb(var(--color-error));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .hover\:from-attention:hover{
  --tw-gradient-from: rgb(var(--color-attention));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .hover\:from-accept:hover{
  --tw-gradient-from: rgb(var(--color-accept));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .hover\:from-system:hover{
  --tw-gradient-from: rgb(var(--color-system));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .hover\:from-orange:hover{
  --tw-gradient-from: rgb(var(--color-orange));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .hover\:from-links:hover{
  --tw-gradient-from: rgb(var(--color-links));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .hover\:from-teal:hover{
  --tw-gradient-from: rgb(var(--color-teal));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .hover\:from-purple:hover{
  --tw-gradient-from: rgb(var(--color-purple));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .hover\:from-pink:hover{
  --tw-gradient-from: rgb(var(--color-pink));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .hover\:from-margaret:hover{
  --tw-gradient-from: rgb(var(--color-margaret));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .hover\:from-betty:hover{
  --tw-gradient-from: rgb(var(--color-betty));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .hover\:from-natasha-light:hover{
  --tw-gradient-from: rgba(var(--color-natasha), .05);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .hover\:from-natasha:hover{
  --tw-gradient-from: rgb(var(--color-natasha));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .hover\:from-tiffany:hover{
  --tw-gradient-from: rgb(var(--color-tiffany));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .hover\:from-barbara:hover{
  --tw-gradient-from: rgb(var(--color-barbara));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .hover\:from-suzanne:hover{
  --tw-gradient-from: rgb(var(--color-suzanne));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .hover\:from-lily:hover{
  --tw-gradient-from: rgb(var(--color-lily));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .hover\:from-stephanie:hover{
  --tw-gradient-from: rgb(var(--color-stephanie));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .hover\:from-lisa:hover{
  --tw-gradient-from: rgba(var(--color-lisa), 0.6);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .hover\:from-california:hover{
  --tw-gradient-from: rgb(var(--color-california));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .hover\:from-texas:hover{
  --tw-gradient-from: rgb(var(--color-texas));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .hover\:from-florida:hover{
  --tw-gradient-from: rgb(var(--color-florida));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .hover\:from-colorado:hover{
  --tw-gradient-from: rgb(var(--color-colorado));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .hover\:from-seattle:hover{
  --tw-gradient-from: rgb(var(--color-seattle));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .hover\:from-denver:hover{
  --tw-gradient-from: rgb(var(--color-denver));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .hover\:from-arizona:hover{
  --tw-gradient-from: rgb(var(--color-arizona));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .hover\:from-shpongle:hover{
  --tw-gradient-from: rgb(var(--color-shpongle));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .hover\:from-band:hover{
  --tw-gradient-from: rgb(var(--color-band));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .hover\:from-blur:hover{
  --tw-gradient-from: rgba(var(--color-blur), 0.05);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .hover\:from-mila:hover{
  --tw-gradient-from: rgba(var(--color-mila));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .hover\:via-current:hover{
  --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .hover\:via-transparent:hover{
  --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

:root .hover\:via-black:hover{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-black)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .hover\:via-white:hover{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-white)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .hover\:via-contrast-black:hover{
  --tw-gradient-stops: var(--tw-gradient-from), black, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

:root .hover\:via-contrast-white:hover{
  --tw-gradient-stops: var(--tw-gradient-from), white, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .hover\:via-primary-light:hover{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-primary), .1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .hover\:via-primary:hover{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-primary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .hover\:via-red-light:hover{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(244, 67, 54, 0.1), var(--tw-gradient-to, rgba(244, 67, 54, 0));
}

:root .hover\:via-red:hover{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244, 67, 54), var(--tw-gradient-to, rgba(244, 67, 54, 0));
}

:root .hover\:via-green-2:hover{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-green-2)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .hover\:via-green-3:hover{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-green-3)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .hover\:via-green-4:hover{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-green-4)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .hover\:via-gren:hover{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-gren)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .hover\:via-gren-1:hover{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-gren-1)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .hover\:via-gren-2:hover{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-gren-2)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .hover\:via-gren-3:hover{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-gren-3)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .hover\:via-gren-4:hover{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-gren-4)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .hover\:via-selected:hover{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-selected)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .hover\:via-error:hover{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-error)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .hover\:via-attention:hover{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-attention)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .hover\:via-accept:hover{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-accept)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .hover\:via-system:hover{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-system)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .hover\:via-orange:hover{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-orange)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .hover\:via-links:hover{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-links)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .hover\:via-teal:hover{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-teal)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .hover\:via-purple:hover{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-purple)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .hover\:via-pink:hover{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-pink)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .hover\:via-margaret:hover{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-margaret)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .hover\:via-betty:hover{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-betty)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .hover\:via-natasha-light:hover{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-natasha), .05), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .hover\:via-natasha:hover{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-natasha)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .hover\:via-tiffany:hover{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-tiffany)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .hover\:via-barbara:hover{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-barbara)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .hover\:via-suzanne:hover{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-suzanne)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .hover\:via-lily:hover{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-lily)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .hover\:via-stephanie:hover{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-stephanie)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .hover\:via-lisa:hover{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-lisa), 0.6), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .hover\:via-california:hover{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-california)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .hover\:via-texas:hover{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-texas)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .hover\:via-florida:hover{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-florida)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .hover\:via-colorado:hover{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-colorado)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .hover\:via-seattle:hover{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-seattle)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .hover\:via-denver:hover{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-denver)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .hover\:via-arizona:hover{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-arizona)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .hover\:via-shpongle:hover{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-shpongle)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .hover\:via-band:hover{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-band)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .hover\:via-blur:hover{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-blur), 0.05), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .hover\:via-mila:hover{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-mila)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .hover\:to-current:hover{
  --tw-gradient-to: currentColor;
}

:root .hover\:to-transparent:hover{
  --tw-gradient-to: transparent;
}

:root .hover\:to-black:hover{
  --tw-gradient-to: rgb(var(--color-black));
}

:root .hover\:to-white:hover{
  --tw-gradient-to: rgb(var(--color-white));
}

:root .hover\:to-contrast-black:hover{
  --tw-gradient-to: black;
}

:root .hover\:to-contrast-white:hover{
  --tw-gradient-to: white;
}

:root .hover\:to-primary-light:hover{
  --tw-gradient-to: rgba(var(--color-primary), .1);
}

:root .hover\:to-primary:hover{
  --tw-gradient-to: rgb(var(--color-primary));
}

:root .hover\:to-red-light:hover{
  --tw-gradient-to: rgba(244, 67, 54, 0.1);
}

:root .hover\:to-red:hover{
  --tw-gradient-to: rgb(244, 67, 54);
}

:root .hover\:to-green-2:hover{
  --tw-gradient-to: rgb(var(--color-green-2));
}

:root .hover\:to-green-3:hover{
  --tw-gradient-to: rgb(var(--color-green-3));
}

:root .hover\:to-green-4:hover{
  --tw-gradient-to: rgb(var(--color-green-4));
}

:root .hover\:to-gren:hover{
  --tw-gradient-to: rgb(var(--color-gren));
}

:root .hover\:to-gren-1:hover{
  --tw-gradient-to: rgb(var(--color-gren-1));
}

:root .hover\:to-gren-2:hover{
  --tw-gradient-to: rgb(var(--color-gren-2));
}

:root .hover\:to-gren-3:hover{
  --tw-gradient-to: rgb(var(--color-gren-3));
}

:root .hover\:to-gren-4:hover{
  --tw-gradient-to: rgb(var(--color-gren-4));
}

:root .hover\:to-selected:hover{
  --tw-gradient-to: rgb(var(--color-selected));
}

:root .hover\:to-error:hover{
  --tw-gradient-to: rgb(var(--color-error));
}

:root .hover\:to-attention:hover{
  --tw-gradient-to: rgb(var(--color-attention));
}

:root .hover\:to-accept:hover{
  --tw-gradient-to: rgb(var(--color-accept));
}

:root .hover\:to-system:hover{
  --tw-gradient-to: rgb(var(--color-system));
}

:root .hover\:to-orange:hover{
  --tw-gradient-to: rgb(var(--color-orange));
}

:root .hover\:to-links:hover{
  --tw-gradient-to: rgb(var(--color-links));
}

:root .hover\:to-teal:hover{
  --tw-gradient-to: rgb(var(--color-teal));
}

:root .hover\:to-purple:hover{
  --tw-gradient-to: rgb(var(--color-purple));
}

:root .hover\:to-pink:hover{
  --tw-gradient-to: rgb(var(--color-pink));
}

:root .hover\:to-margaret:hover{
  --tw-gradient-to: rgb(var(--color-margaret));
}

:root .hover\:to-betty:hover{
  --tw-gradient-to: rgb(var(--color-betty));
}

:root .hover\:to-natasha-light:hover{
  --tw-gradient-to: rgba(var(--color-natasha), .05);
}

:root .hover\:to-natasha:hover{
  --tw-gradient-to: rgb(var(--color-natasha));
}

:root .hover\:to-tiffany:hover{
  --tw-gradient-to: rgb(var(--color-tiffany));
}

:root .hover\:to-barbara:hover{
  --tw-gradient-to: rgb(var(--color-barbara));
}

:root .hover\:to-suzanne:hover{
  --tw-gradient-to: rgb(var(--color-suzanne));
}

:root .hover\:to-lily:hover{
  --tw-gradient-to: rgb(var(--color-lily));
}

:root .hover\:to-stephanie:hover{
  --tw-gradient-to: rgb(var(--color-stephanie));
}

:root .hover\:to-lisa:hover{
  --tw-gradient-to: rgba(var(--color-lisa), 0.6);
}

:root .hover\:to-california:hover{
  --tw-gradient-to: rgb(var(--color-california));
}

:root .hover\:to-texas:hover{
  --tw-gradient-to: rgb(var(--color-texas));
}

:root .hover\:to-florida:hover{
  --tw-gradient-to: rgb(var(--color-florida));
}

:root .hover\:to-colorado:hover{
  --tw-gradient-to: rgb(var(--color-colorado));
}

:root .hover\:to-seattle:hover{
  --tw-gradient-to: rgb(var(--color-seattle));
}

:root .hover\:to-denver:hover{
  --tw-gradient-to: rgb(var(--color-denver));
}

:root .hover\:to-arizona:hover{
  --tw-gradient-to: rgb(var(--color-arizona));
}

:root .hover\:to-shpongle:hover{
  --tw-gradient-to: rgb(var(--color-shpongle));
}

:root .hover\:to-band:hover{
  --tw-gradient-to: rgb(var(--color-band));
}

:root .hover\:to-blur:hover{
  --tw-gradient-to: rgba(var(--color-blur), 0.05);
}

:root .hover\:to-mila:hover{
  --tw-gradient-to: rgba(var(--color-mila));
}

:root .focus\:from-current:focus{
  --tw-gradient-from: currentColor;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .focus\:from-transparent:focus{
  --tw-gradient-from: transparent;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

:root .focus\:from-black:focus{
  --tw-gradient-from: rgb(var(--color-black));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .focus\:from-white:focus{
  --tw-gradient-from: rgb(var(--color-white));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .focus\:from-contrast-black:focus{
  --tw-gradient-from: black;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

:root .focus\:from-contrast-white:focus{
  --tw-gradient-from: white;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .focus\:from-primary-light:focus{
  --tw-gradient-from: rgba(var(--color-primary), .1);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .focus\:from-primary:focus{
  --tw-gradient-from: rgb(var(--color-primary));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .focus\:from-red-light:focus{
  --tw-gradient-from: rgba(244, 67, 54, 0.1);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 67, 54, 0));
}

:root .focus\:from-red:focus{
  --tw-gradient-from: rgb(244, 67, 54);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 67, 54, 0));
}

:root .focus\:from-green-2:focus{
  --tw-gradient-from: rgb(var(--color-green-2));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .focus\:from-green-3:focus{
  --tw-gradient-from: rgb(var(--color-green-3));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .focus\:from-green-4:focus{
  --tw-gradient-from: rgb(var(--color-green-4));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .focus\:from-gren:focus{
  --tw-gradient-from: rgb(var(--color-gren));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .focus\:from-gren-1:focus{
  --tw-gradient-from: rgb(var(--color-gren-1));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .focus\:from-gren-2:focus{
  --tw-gradient-from: rgb(var(--color-gren-2));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .focus\:from-gren-3:focus{
  --tw-gradient-from: rgb(var(--color-gren-3));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .focus\:from-gren-4:focus{
  --tw-gradient-from: rgb(var(--color-gren-4));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .focus\:from-selected:focus{
  --tw-gradient-from: rgb(var(--color-selected));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .focus\:from-error:focus{
  --tw-gradient-from: rgb(var(--color-error));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .focus\:from-attention:focus{
  --tw-gradient-from: rgb(var(--color-attention));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .focus\:from-accept:focus{
  --tw-gradient-from: rgb(var(--color-accept));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .focus\:from-system:focus{
  --tw-gradient-from: rgb(var(--color-system));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .focus\:from-orange:focus{
  --tw-gradient-from: rgb(var(--color-orange));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .focus\:from-links:focus{
  --tw-gradient-from: rgb(var(--color-links));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .focus\:from-teal:focus{
  --tw-gradient-from: rgb(var(--color-teal));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .focus\:from-purple:focus{
  --tw-gradient-from: rgb(var(--color-purple));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .focus\:from-pink:focus{
  --tw-gradient-from: rgb(var(--color-pink));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .focus\:from-margaret:focus{
  --tw-gradient-from: rgb(var(--color-margaret));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .focus\:from-betty:focus{
  --tw-gradient-from: rgb(var(--color-betty));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .focus\:from-natasha-light:focus{
  --tw-gradient-from: rgba(var(--color-natasha), .05);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .focus\:from-natasha:focus{
  --tw-gradient-from: rgb(var(--color-natasha));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .focus\:from-tiffany:focus{
  --tw-gradient-from: rgb(var(--color-tiffany));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .focus\:from-barbara:focus{
  --tw-gradient-from: rgb(var(--color-barbara));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .focus\:from-suzanne:focus{
  --tw-gradient-from: rgb(var(--color-suzanne));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .focus\:from-lily:focus{
  --tw-gradient-from: rgb(var(--color-lily));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .focus\:from-stephanie:focus{
  --tw-gradient-from: rgb(var(--color-stephanie));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .focus\:from-lisa:focus{
  --tw-gradient-from: rgba(var(--color-lisa), 0.6);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .focus\:from-california:focus{
  --tw-gradient-from: rgb(var(--color-california));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .focus\:from-texas:focus{
  --tw-gradient-from: rgb(var(--color-texas));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .focus\:from-florida:focus{
  --tw-gradient-from: rgb(var(--color-florida));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .focus\:from-colorado:focus{
  --tw-gradient-from: rgb(var(--color-colorado));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .focus\:from-seattle:focus{
  --tw-gradient-from: rgb(var(--color-seattle));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .focus\:from-denver:focus{
  --tw-gradient-from: rgb(var(--color-denver));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .focus\:from-arizona:focus{
  --tw-gradient-from: rgb(var(--color-arizona));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .focus\:from-shpongle:focus{
  --tw-gradient-from: rgb(var(--color-shpongle));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .focus\:from-band:focus{
  --tw-gradient-from: rgb(var(--color-band));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .focus\:from-blur:focus{
  --tw-gradient-from: rgba(var(--color-blur), 0.05);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .focus\:from-mila:focus{
  --tw-gradient-from: rgba(var(--color-mila));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .focus\:via-current:focus{
  --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .focus\:via-transparent:focus{
  --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

:root .focus\:via-black:focus{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-black)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .focus\:via-white:focus{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-white)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .focus\:via-contrast-black:focus{
  --tw-gradient-stops: var(--tw-gradient-from), black, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

:root .focus\:via-contrast-white:focus{
  --tw-gradient-stops: var(--tw-gradient-from), white, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .focus\:via-primary-light:focus{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-primary), .1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .focus\:via-primary:focus{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-primary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .focus\:via-red-light:focus{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(244, 67, 54, 0.1), var(--tw-gradient-to, rgba(244, 67, 54, 0));
}

:root .focus\:via-red:focus{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244, 67, 54), var(--tw-gradient-to, rgba(244, 67, 54, 0));
}

:root .focus\:via-green-2:focus{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-green-2)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .focus\:via-green-3:focus{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-green-3)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .focus\:via-green-4:focus{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-green-4)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .focus\:via-gren:focus{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-gren)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .focus\:via-gren-1:focus{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-gren-1)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .focus\:via-gren-2:focus{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-gren-2)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .focus\:via-gren-3:focus{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-gren-3)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .focus\:via-gren-4:focus{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-gren-4)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .focus\:via-selected:focus{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-selected)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .focus\:via-error:focus{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-error)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .focus\:via-attention:focus{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-attention)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .focus\:via-accept:focus{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-accept)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .focus\:via-system:focus{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-system)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .focus\:via-orange:focus{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-orange)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .focus\:via-links:focus{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-links)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .focus\:via-teal:focus{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-teal)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .focus\:via-purple:focus{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-purple)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .focus\:via-pink:focus{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-pink)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .focus\:via-margaret:focus{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-margaret)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .focus\:via-betty:focus{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-betty)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .focus\:via-natasha-light:focus{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-natasha), .05), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .focus\:via-natasha:focus{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-natasha)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .focus\:via-tiffany:focus{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-tiffany)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .focus\:via-barbara:focus{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-barbara)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .focus\:via-suzanne:focus{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-suzanne)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .focus\:via-lily:focus{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-lily)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .focus\:via-stephanie:focus{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-stephanie)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .focus\:via-lisa:focus{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-lisa), 0.6), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .focus\:via-california:focus{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-california)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .focus\:via-texas:focus{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-texas)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .focus\:via-florida:focus{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-florida)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .focus\:via-colorado:focus{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-colorado)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .focus\:via-seattle:focus{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-seattle)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .focus\:via-denver:focus{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-denver)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .focus\:via-arizona:focus{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-arizona)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .focus\:via-shpongle:focus{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-shpongle)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .focus\:via-band:focus{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-band)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .focus\:via-blur:focus{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-blur), 0.05), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .focus\:via-mila:focus{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-mila)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .focus\:to-current:focus{
  --tw-gradient-to: currentColor;
}

:root .focus\:to-transparent:focus{
  --tw-gradient-to: transparent;
}

:root .focus\:to-black:focus{
  --tw-gradient-to: rgb(var(--color-black));
}

:root .focus\:to-white:focus{
  --tw-gradient-to: rgb(var(--color-white));
}

:root .focus\:to-contrast-black:focus{
  --tw-gradient-to: black;
}

:root .focus\:to-contrast-white:focus{
  --tw-gradient-to: white;
}

:root .focus\:to-primary-light:focus{
  --tw-gradient-to: rgba(var(--color-primary), .1);
}

:root .focus\:to-primary:focus{
  --tw-gradient-to: rgb(var(--color-primary));
}

:root .focus\:to-red-light:focus{
  --tw-gradient-to: rgba(244, 67, 54, 0.1);
}

:root .focus\:to-red:focus{
  --tw-gradient-to: rgb(244, 67, 54);
}

:root .focus\:to-green-2:focus{
  --tw-gradient-to: rgb(var(--color-green-2));
}

:root .focus\:to-green-3:focus{
  --tw-gradient-to: rgb(var(--color-green-3));
}

:root .focus\:to-green-4:focus{
  --tw-gradient-to: rgb(var(--color-green-4));
}

:root .focus\:to-gren:focus{
  --tw-gradient-to: rgb(var(--color-gren));
}

:root .focus\:to-gren-1:focus{
  --tw-gradient-to: rgb(var(--color-gren-1));
}

:root .focus\:to-gren-2:focus{
  --tw-gradient-to: rgb(var(--color-gren-2));
}

:root .focus\:to-gren-3:focus{
  --tw-gradient-to: rgb(var(--color-gren-3));
}

:root .focus\:to-gren-4:focus{
  --tw-gradient-to: rgb(var(--color-gren-4));
}

:root .focus\:to-selected:focus{
  --tw-gradient-to: rgb(var(--color-selected));
}

:root .focus\:to-error:focus{
  --tw-gradient-to: rgb(var(--color-error));
}

:root .focus\:to-attention:focus{
  --tw-gradient-to: rgb(var(--color-attention));
}

:root .focus\:to-accept:focus{
  --tw-gradient-to: rgb(var(--color-accept));
}

:root .focus\:to-system:focus{
  --tw-gradient-to: rgb(var(--color-system));
}

:root .focus\:to-orange:focus{
  --tw-gradient-to: rgb(var(--color-orange));
}

:root .focus\:to-links:focus{
  --tw-gradient-to: rgb(var(--color-links));
}

:root .focus\:to-teal:focus{
  --tw-gradient-to: rgb(var(--color-teal));
}

:root .focus\:to-purple:focus{
  --tw-gradient-to: rgb(var(--color-purple));
}

:root .focus\:to-pink:focus{
  --tw-gradient-to: rgb(var(--color-pink));
}

:root .focus\:to-margaret:focus{
  --tw-gradient-to: rgb(var(--color-margaret));
}

:root .focus\:to-betty:focus{
  --tw-gradient-to: rgb(var(--color-betty));
}

:root .focus\:to-natasha-light:focus{
  --tw-gradient-to: rgba(var(--color-natasha), .05);
}

:root .focus\:to-natasha:focus{
  --tw-gradient-to: rgb(var(--color-natasha));
}

:root .focus\:to-tiffany:focus{
  --tw-gradient-to: rgb(var(--color-tiffany));
}

:root .focus\:to-barbara:focus{
  --tw-gradient-to: rgb(var(--color-barbara));
}

:root .focus\:to-suzanne:focus{
  --tw-gradient-to: rgb(var(--color-suzanne));
}

:root .focus\:to-lily:focus{
  --tw-gradient-to: rgb(var(--color-lily));
}

:root .focus\:to-stephanie:focus{
  --tw-gradient-to: rgb(var(--color-stephanie));
}

:root .focus\:to-lisa:focus{
  --tw-gradient-to: rgba(var(--color-lisa), 0.6);
}

:root .focus\:to-california:focus{
  --tw-gradient-to: rgb(var(--color-california));
}

:root .focus\:to-texas:focus{
  --tw-gradient-to: rgb(var(--color-texas));
}

:root .focus\:to-florida:focus{
  --tw-gradient-to: rgb(var(--color-florida));
}

:root .focus\:to-colorado:focus{
  --tw-gradient-to: rgb(var(--color-colorado));
}

:root .focus\:to-seattle:focus{
  --tw-gradient-to: rgb(var(--color-seattle));
}

:root .focus\:to-denver:focus{
  --tw-gradient-to: rgb(var(--color-denver));
}

:root .focus\:to-arizona:focus{
  --tw-gradient-to: rgb(var(--color-arizona));
}

:root .focus\:to-shpongle:focus{
  --tw-gradient-to: rgb(var(--color-shpongle));
}

:root .focus\:to-band:focus{
  --tw-gradient-to: rgb(var(--color-band));
}

:root .focus\:to-blur:focus{
  --tw-gradient-to: rgba(var(--color-blur), 0.05);
}

:root .focus\:to-mila:focus{
  --tw-gradient-to: rgba(var(--color-mila));
}

:root .bg-opacity-0{
  --tw-bg-opacity: 0;
}

:root .bg-opacity-25{
  --tw-bg-opacity: 0.25;
}

:root .bg-opacity-50{
  --tw-bg-opacity: 0.5;
}

:root .bg-opacity-75{
  --tw-bg-opacity: 0.75;
}

:root .bg-opacity-100{
  --tw-bg-opacity: 1;
}

:root .group:hover .group-hover\:bg-opacity-0{
  --tw-bg-opacity: 0;
}

:root .group:hover .group-hover\:bg-opacity-25{
  --tw-bg-opacity: 0.25;
}

:root .group:hover .group-hover\:bg-opacity-50{
  --tw-bg-opacity: 0.5;
}

:root .group:hover .group-hover\:bg-opacity-75{
  --tw-bg-opacity: 0.75;
}

:root .group:hover .group-hover\:bg-opacity-100{
  --tw-bg-opacity: 1;
}

:root .focus-within\:bg-opacity-0:focus-within{
  --tw-bg-opacity: 0;
}

:root .focus-within\:bg-opacity-25:focus-within{
  --tw-bg-opacity: 0.25;
}

:root .focus-within\:bg-opacity-50:focus-within{
  --tw-bg-opacity: 0.5;
}

:root .focus-within\:bg-opacity-75:focus-within{
  --tw-bg-opacity: 0.75;
}

:root .focus-within\:bg-opacity-100:focus-within{
  --tw-bg-opacity: 1;
}

:root .hover\:bg-opacity-0:hover{
  --tw-bg-opacity: 0;
}

:root .hover\:bg-opacity-25:hover{
  --tw-bg-opacity: 0.25;
}

:root .hover\:bg-opacity-50:hover{
  --tw-bg-opacity: 0.5;
}

:root .hover\:bg-opacity-75:hover{
  --tw-bg-opacity: 0.75;
}

:root .hover\:bg-opacity-100:hover{
  --tw-bg-opacity: 1;
}

:root .focus\:bg-opacity-0:focus{
  --tw-bg-opacity: 0;
}

:root .focus\:bg-opacity-25:focus{
  --tw-bg-opacity: 0.25;
}

:root .focus\:bg-opacity-50:focus{
  --tw-bg-opacity: 0.5;
}

:root .focus\:bg-opacity-75:focus{
  --tw-bg-opacity: 0.75;
}

:root .focus\:bg-opacity-100:focus{
  --tw-bg-opacity: 1;
}

:root .bg-bottom{
  background-position: bottom;
}

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

:root .bg-left{
  background-position: left;
}

:root .bg-left-bottom{
  background-position: left bottom;
}

:root .bg-left-top{
  background-position: left top;
}

:root .bg-right{
  background-position: right;
}

:root .bg-right-bottom{
  background-position: right bottom;
}

:root .bg-right-top{
  background-position: right top;
}

:root .bg-top{
  background-position: top;
}

:root .bg-repeat{
  background-repeat: repeat;
}

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

:root .bg-repeat-x{
  background-repeat: repeat-x;
}

:root .bg-repeat-y{
  background-repeat: repeat-y;
}

:root .bg-repeat-round{
  background-repeat: round;
}

:root .bg-repeat-space{
  background-repeat: space;
}

:root .bg-auto{
  background-size: auto;
}

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

:root .bg-contain{
  background-size: contain;
}

:root .border-collapse{
  border-collapse: collapse;
}

:root .border-separate{
  border-collapse: separate;
}

:root .border-current{
  border-color: currentColor;
}

:root .border-transparent{
  border-color: transparent;
}

:root .border-black{
  border-color: rgb(var(--color-black));
}

:root .border-white{
  border-color: rgb(var(--color-white));
}

:root .border-contrast-black{
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

:root .border-contrast-white{
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

:root .border-primary-light{
  border-color: rgba(var(--color-primary), .1);
}

:root .border-primary{
  border-color: rgb(var(--color-primary));
}

:root .border-red-light{
  border-color: rgba(244, 67, 54, 0.1);
}

:root .border-red{
  --tw-border-opacity: 1;
  border-color: rgba(244, 67, 54, var(--tw-border-opacity));
}

:root .border-green-2{
  border-color: rgb(var(--color-green-2));
}

:root .border-green-3{
  border-color: rgb(var(--color-green-3));
}

:root .border-green-4{
  border-color: rgb(var(--color-green-4));
}

:root .border-gren{
  border-color: rgb(var(--color-gren));
}

:root .border-gren-1{
  border-color: rgb(var(--color-gren-1));
}

:root .border-gren-2{
  border-color: rgb(var(--color-gren-2));
}

:root .border-gren-3{
  border-color: rgb(var(--color-gren-3));
}

:root .border-gren-4{
  border-color: rgb(var(--color-gren-4));
}

:root .border-selected{
  border-color: rgb(var(--color-selected));
}

:root .border-error{
  border-color: rgb(var(--color-error));
}

:root .border-attention{
  border-color: rgb(var(--color-attention));
}

:root .border-accept{
  border-color: rgb(var(--color-accept));
}

:root .border-system{
  border-color: rgb(var(--color-system));
}

:root .border-orange{
  border-color: rgb(var(--color-orange));
}

:root .border-links{
  border-color: rgb(var(--color-links));
}

:root .border-teal{
  border-color: rgb(var(--color-teal));
}

:root .border-purple{
  border-color: rgb(var(--color-purple));
}

:root .border-pink{
  border-color: rgb(var(--color-pink));
}

:root .border-margaret{
  border-color: rgb(var(--color-margaret));
}

:root .border-betty{
  border-color: rgb(var(--color-betty));
}

:root .border-natasha-light{
  border-color: rgba(var(--color-natasha), .05);
}

:root .border-natasha{
  border-color: rgb(var(--color-natasha));
}

:root .border-tiffany{
  border-color: rgb(var(--color-tiffany));
}

:root .border-barbara{
  border-color: rgb(var(--color-barbara));
}

:root .border-suzanne{
  border-color: rgb(var(--color-suzanne));
}

:root .border-lily{
  border-color: rgb(var(--color-lily));
}

:root .border-stephanie{
  border-color: rgb(var(--color-stephanie));
}

:root .border-lisa{
  border-color: rgba(var(--color-lisa), 0.6);
}

:root .border-california{
  border-color: rgb(var(--color-california));
}

:root .border-texas{
  border-color: rgb(var(--color-texas));
}

:root .border-florida{
  border-color: rgb(var(--color-florida));
}

:root .border-colorado{
  border-color: rgb(var(--color-colorado));
}

:root .border-seattle{
  border-color: rgb(var(--color-seattle));
}

:root .border-denver{
  border-color: rgb(var(--color-denver));
}

:root .border-arizona{
  border-color: rgb(var(--color-arizona));
}

:root .border-shpongle{
  border-color: rgb(var(--color-shpongle));
}

:root .border-band{
  border-color: rgb(var(--color-band));
}

:root .border-blur{
  border-color: rgba(var(--color-blur), 0.05);
}

:root .border-mila{
  border-color: rgba(var(--color-mila));
}

:root .hover\:border-current:hover{
  border-color: currentColor;
}

:root .hover\:border-transparent:hover{
  border-color: transparent;
}

:root .hover\:border-black:hover{
  border-color: rgb(var(--color-black));
}

:root .hover\:border-white:hover{
  border-color: rgb(var(--color-white));
}

:root .hover\:border-contrast-black:hover{
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

:root .hover\:border-contrast-white:hover{
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

:root .hover\:border-primary-light:hover{
  border-color: rgba(var(--color-primary), .1);
}

:root .hover\:border-primary:hover{
  border-color: rgb(var(--color-primary));
}

:root .hover\:border-red-light:hover{
  border-color: rgba(244, 67, 54, 0.1);
}

:root .hover\:border-red:hover{
  --tw-border-opacity: 1;
  border-color: rgba(244, 67, 54, var(--tw-border-opacity));
}

:root .hover\:border-green-2:hover{
  border-color: rgb(var(--color-green-2));
}

:root .hover\:border-green-3:hover{
  border-color: rgb(var(--color-green-3));
}

:root .hover\:border-green-4:hover{
  border-color: rgb(var(--color-green-4));
}

:root .hover\:border-gren:hover{
  border-color: rgb(var(--color-gren));
}

:root .hover\:border-gren-1:hover{
  border-color: rgb(var(--color-gren-1));
}

:root .hover\:border-gren-2:hover{
  border-color: rgb(var(--color-gren-2));
}

:root .hover\:border-gren-3:hover{
  border-color: rgb(var(--color-gren-3));
}

:root .hover\:border-gren-4:hover{
  border-color: rgb(var(--color-gren-4));
}

:root .hover\:border-selected:hover{
  border-color: rgb(var(--color-selected));
}

:root .hover\:border-error:hover{
  border-color: rgb(var(--color-error));
}

:root .hover\:border-attention:hover{
  border-color: rgb(var(--color-attention));
}

:root .hover\:border-accept:hover{
  border-color: rgb(var(--color-accept));
}

:root .hover\:border-system:hover{
  border-color: rgb(var(--color-system));
}

:root .hover\:border-orange:hover{
  border-color: rgb(var(--color-orange));
}

:root .hover\:border-links:hover{
  border-color: rgb(var(--color-links));
}

:root .hover\:border-teal:hover{
  border-color: rgb(var(--color-teal));
}

:root .hover\:border-purple:hover{
  border-color: rgb(var(--color-purple));
}

:root .hover\:border-pink:hover{
  border-color: rgb(var(--color-pink));
}

:root .hover\:border-margaret:hover{
  border-color: rgb(var(--color-margaret));
}

:root .hover\:border-betty:hover{
  border-color: rgb(var(--color-betty));
}

:root .hover\:border-natasha-light:hover{
  border-color: rgba(var(--color-natasha), .05);
}

:root .hover\:border-natasha:hover{
  border-color: rgb(var(--color-natasha));
}

:root .hover\:border-tiffany:hover{
  border-color: rgb(var(--color-tiffany));
}

:root .hover\:border-barbara:hover{
  border-color: rgb(var(--color-barbara));
}

:root .hover\:border-suzanne:hover{
  border-color: rgb(var(--color-suzanne));
}

:root .hover\:border-lily:hover{
  border-color: rgb(var(--color-lily));
}

:root .hover\:border-stephanie:hover{
  border-color: rgb(var(--color-stephanie));
}

:root .hover\:border-lisa:hover{
  border-color: rgba(var(--color-lisa), 0.6);
}

:root .hover\:border-california:hover{
  border-color: rgb(var(--color-california));
}

:root .hover\:border-texas:hover{
  border-color: rgb(var(--color-texas));
}

:root .hover\:border-florida:hover{
  border-color: rgb(var(--color-florida));
}

:root .hover\:border-colorado:hover{
  border-color: rgb(var(--color-colorado));
}

:root .hover\:border-seattle:hover{
  border-color: rgb(var(--color-seattle));
}

:root .hover\:border-denver:hover{
  border-color: rgb(var(--color-denver));
}

:root .hover\:border-arizona:hover{
  border-color: rgb(var(--color-arizona));
}

:root .hover\:border-shpongle:hover{
  border-color: rgb(var(--color-shpongle));
}

:root .hover\:border-band:hover{
  border-color: rgb(var(--color-band));
}

:root .hover\:border-blur:hover{
  border-color: rgba(var(--color-blur), 0.05);
}

:root .hover\:border-mila:hover{
  border-color: rgba(var(--color-mila));
}

:root .focus\:border-current:focus{
  border-color: currentColor;
}

:root .focus\:border-transparent:focus{
  border-color: transparent;
}

:root .focus\:border-black:focus{
  border-color: rgb(var(--color-black));
}

:root .focus\:border-white:focus{
  border-color: rgb(var(--color-white));
}

:root .focus\:border-contrast-black:focus{
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

:root .focus\:border-contrast-white:focus{
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

:root .focus\:border-primary-light:focus{
  border-color: rgba(var(--color-primary), .1);
}

:root .focus\:border-primary:focus{
  border-color: rgb(var(--color-primary));
}

:root .focus\:border-red-light:focus{
  border-color: rgba(244, 67, 54, 0.1);
}

:root .focus\:border-red:focus{
  --tw-border-opacity: 1;
  border-color: rgba(244, 67, 54, var(--tw-border-opacity));
}

:root .focus\:border-green-2:focus{
  border-color: rgb(var(--color-green-2));
}

:root .focus\:border-green-3:focus{
  border-color: rgb(var(--color-green-3));
}

:root .focus\:border-green-4:focus{
  border-color: rgb(var(--color-green-4));
}

:root .focus\:border-gren:focus{
  border-color: rgb(var(--color-gren));
}

:root .focus\:border-gren-1:focus{
  border-color: rgb(var(--color-gren-1));
}

:root .focus\:border-gren-2:focus{
  border-color: rgb(var(--color-gren-2));
}

:root .focus\:border-gren-3:focus{
  border-color: rgb(var(--color-gren-3));
}

:root .focus\:border-gren-4:focus{
  border-color: rgb(var(--color-gren-4));
}

:root .focus\:border-selected:focus{
  border-color: rgb(var(--color-selected));
}

:root .focus\:border-error:focus{
  border-color: rgb(var(--color-error));
}

:root .focus\:border-attention:focus{
  border-color: rgb(var(--color-attention));
}

:root .focus\:border-accept:focus{
  border-color: rgb(var(--color-accept));
}

:root .focus\:border-system:focus{
  border-color: rgb(var(--color-system));
}

:root .focus\:border-orange:focus{
  border-color: rgb(var(--color-orange));
}

:root .focus\:border-links:focus{
  border-color: rgb(var(--color-links));
}

:root .focus\:border-teal:focus{
  border-color: rgb(var(--color-teal));
}

:root .focus\:border-purple:focus{
  border-color: rgb(var(--color-purple));
}

:root .focus\:border-pink:focus{
  border-color: rgb(var(--color-pink));
}

:root .focus\:border-margaret:focus{
  border-color: rgb(var(--color-margaret));
}

:root .focus\:border-betty:focus{
  border-color: rgb(var(--color-betty));
}

:root .focus\:border-natasha-light:focus{
  border-color: rgba(var(--color-natasha), .05);
}

:root .focus\:border-natasha:focus{
  border-color: rgb(var(--color-natasha));
}

:root .focus\:border-tiffany:focus{
  border-color: rgb(var(--color-tiffany));
}

:root .focus\:border-barbara:focus{
  border-color: rgb(var(--color-barbara));
}

:root .focus\:border-suzanne:focus{
  border-color: rgb(var(--color-suzanne));
}

:root .focus\:border-lily:focus{
  border-color: rgb(var(--color-lily));
}

:root .focus\:border-stephanie:focus{
  border-color: rgb(var(--color-stephanie));
}

:root .focus\:border-lisa:focus{
  border-color: rgba(var(--color-lisa), 0.6);
}

:root .focus\:border-california:focus{
  border-color: rgb(var(--color-california));
}

:root .focus\:border-texas:focus{
  border-color: rgb(var(--color-texas));
}

:root .focus\:border-florida:focus{
  border-color: rgb(var(--color-florida));
}

:root .focus\:border-colorado:focus{
  border-color: rgb(var(--color-colorado));
}

:root .focus\:border-seattle:focus{
  border-color: rgb(var(--color-seattle));
}

:root .focus\:border-denver:focus{
  border-color: rgb(var(--color-denver));
}

:root .focus\:border-arizona:focus{
  border-color: rgb(var(--color-arizona));
}

:root .focus\:border-shpongle:focus{
  border-color: rgb(var(--color-shpongle));
}

:root .focus\:border-band:focus{
  border-color: rgb(var(--color-band));
}

:root .focus\:border-blur:focus{
  border-color: rgba(var(--color-blur), 0.05);
}

:root .focus\:border-mila:focus{
  border-color: rgba(var(--color-mila));
}

:root .border-opacity-0{
  --tw-border-opacity: 0;
}

:root .border-opacity-25{
  --tw-border-opacity: 0.25;
}

:root .border-opacity-50{
  --tw-border-opacity: 0.5;
}

:root .border-opacity-75{
  --tw-border-opacity: 0.75;
}

:root .border-opacity-100{
  --tw-border-opacity: 1;
}

:root .group:hover .group-hover\:border-opacity-0{
  --tw-border-opacity: 0;
}

:root .group:hover .group-hover\:border-opacity-25{
  --tw-border-opacity: 0.25;
}

:root .group:hover .group-hover\:border-opacity-50{
  --tw-border-opacity: 0.5;
}

:root .group:hover .group-hover\:border-opacity-75{
  --tw-border-opacity: 0.75;
}

:root .group:hover .group-hover\:border-opacity-100{
  --tw-border-opacity: 1;
}

:root .focus-within\:border-opacity-0:focus-within{
  --tw-border-opacity: 0;
}

:root .focus-within\:border-opacity-25:focus-within{
  --tw-border-opacity: 0.25;
}

:root .focus-within\:border-opacity-50:focus-within{
  --tw-border-opacity: 0.5;
}

:root .focus-within\:border-opacity-75:focus-within{
  --tw-border-opacity: 0.75;
}

:root .focus-within\:border-opacity-100:focus-within{
  --tw-border-opacity: 1;
}

:root .hover\:border-opacity-0:hover{
  --tw-border-opacity: 0;
}

:root .hover\:border-opacity-25:hover{
  --tw-border-opacity: 0.25;
}

:root .hover\:border-opacity-50:hover{
  --tw-border-opacity: 0.5;
}

:root .hover\:border-opacity-75:hover{
  --tw-border-opacity: 0.75;
}

:root .hover\:border-opacity-100:hover{
  --tw-border-opacity: 1;
}

:root .focus\:border-opacity-0:focus{
  --tw-border-opacity: 0;
}

:root .focus\:border-opacity-25:focus{
  --tw-border-opacity: 0.25;
}

:root .focus\:border-opacity-50:focus{
  --tw-border-opacity: 0.5;
}

:root .focus\:border-opacity-75:focus{
  --tw-border-opacity: 0.75;
}

:root .focus\:border-opacity-100:focus{
  --tw-border-opacity: 1;
}

:root .rounded-none{
  border-radius: 0px;
}

:root .rounded-sm{
  border-radius: 0.125rem;
}

:root .rounded{
  border-radius: 0.25rem;
}

:root .rounded-md{
  border-radius: 0.375rem;
}

:root .rounded-lg{
  border-radius: 0.5rem;
}

:root .rounded-xl{
  border-radius: 0.75rem;
}

:root .rounded-2xl{
  border-radius: 1rem;
}

:root .rounded-3xl{
  border-radius: 1.5rem;
}

:root .rounded-full{
  border-radius: 9999px;
}

:root .rounded-t-none{
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

:root .rounded-r-none{
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

:root .rounded-b-none{
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

:root .rounded-l-none{
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

:root .rounded-t-sm{
  border-top-left-radius: 0.125rem;
  border-top-right-radius: 0.125rem;
}

:root .rounded-r-sm{
  border-top-right-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem;
}

:root .rounded-b-sm{
  border-bottom-right-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

:root .rounded-l-sm{
  border-top-left-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

:root .rounded-t{
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

:root .rounded-r{
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

:root .rounded-b{
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

:root .rounded-l{
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

:root .rounded-t-md{
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

:root .rounded-r-md{
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

:root .rounded-b-md{
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

:root .rounded-l-md{
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

:root .rounded-t-lg{
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

:root .rounded-r-lg{
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

:root .rounded-b-lg{
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

:root .rounded-l-lg{
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

:root .rounded-t-xl{
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}

:root .rounded-r-xl{
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}

:root .rounded-b-xl{
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

:root .rounded-l-xl{
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

:root .rounded-t-2xl{
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

:root .rounded-r-2xl{
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

:root .rounded-b-2xl{
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

:root .rounded-l-2xl{
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

:root .rounded-t-3xl{
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}

:root .rounded-r-3xl{
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}

:root .rounded-b-3xl{
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

:root .rounded-l-3xl{
  border-top-left-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

:root .rounded-t-full{
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
}

:root .rounded-r-full{
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}

:root .rounded-b-full{
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

:root .rounded-l-full{
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

:root .rounded-tl-none{
  border-top-left-radius: 0px;
}

:root .rounded-tr-none{
  border-top-right-radius: 0px;
}

:root .rounded-br-none{
  border-bottom-right-radius: 0px;
}

:root .rounded-bl-none{
  border-bottom-left-radius: 0px;
}

:root .rounded-tl-sm{
  border-top-left-radius: 0.125rem;
}

:root .rounded-tr-sm{
  border-top-right-radius: 0.125rem;
}

:root .rounded-br-sm{
  border-bottom-right-radius: 0.125rem;
}

:root .rounded-bl-sm{
  border-bottom-left-radius: 0.125rem;
}

:root .rounded-tl{
  border-top-left-radius: 0.25rem;
}

:root .rounded-tr{
  border-top-right-radius: 0.25rem;
}

:root .rounded-br{
  border-bottom-right-radius: 0.25rem;
}

:root .rounded-bl{
  border-bottom-left-radius: 0.25rem;
}

:root .rounded-tl-md{
  border-top-left-radius: 0.375rem;
}

:root .rounded-tr-md{
  border-top-right-radius: 0.375rem;
}

:root .rounded-br-md{
  border-bottom-right-radius: 0.375rem;
}

:root .rounded-bl-md{
  border-bottom-left-radius: 0.375rem;
}

:root .rounded-tl-lg{
  border-top-left-radius: 0.5rem;
}

:root .rounded-tr-lg{
  border-top-right-radius: 0.5rem;
}

:root .rounded-br-lg{
  border-bottom-right-radius: 0.5rem;
}

:root .rounded-bl-lg{
  border-bottom-left-radius: 0.5rem;
}

:root .rounded-tl-xl{
  border-top-left-radius: 0.75rem;
}

:root .rounded-tr-xl{
  border-top-right-radius: 0.75rem;
}

:root .rounded-br-xl{
  border-bottom-right-radius: 0.75rem;
}

:root .rounded-bl-xl{
  border-bottom-left-radius: 0.75rem;
}

:root .rounded-tl-2xl{
  border-top-left-radius: 1rem;
}

:root .rounded-tr-2xl{
  border-top-right-radius: 1rem;
}

:root .rounded-br-2xl{
  border-bottom-right-radius: 1rem;
}

:root .rounded-bl-2xl{
  border-bottom-left-radius: 1rem;
}

:root .rounded-tl-3xl{
  border-top-left-radius: 1.5rem;
}

:root .rounded-tr-3xl{
  border-top-right-radius: 1.5rem;
}

:root .rounded-br-3xl{
  border-bottom-right-radius: 1.5rem;
}

:root .rounded-bl-3xl{
  border-bottom-left-radius: 1.5rem;
}

:root .rounded-tl-full{
  border-top-left-radius: 9999px;
}

:root .rounded-tr-full{
  border-top-right-radius: 9999px;
}

:root .rounded-br-full{
  border-bottom-right-radius: 9999px;
}

:root .rounded-bl-full{
  border-bottom-left-radius: 9999px;
}

:root [dir=ltr] .ltr\:rounded-none{
  border-radius: 0px;
}

:root [dir=ltr] .ltr\:rounded-sm{
  border-radius: 0.125rem;
}

:root [dir=ltr] .ltr\:rounded{
  border-radius: 0.25rem;
}

:root [dir=ltr] .ltr\:rounded-md{
  border-radius: 0.375rem;
}

:root [dir=ltr] .ltr\:rounded-lg{
  border-radius: 0.5rem;
}

:root [dir=ltr] .ltr\:rounded-xl{
  border-radius: 0.75rem;
}

:root [dir=ltr] .ltr\:rounded-2xl{
  border-radius: 1rem;
}

:root [dir=ltr] .ltr\:rounded-3xl{
  border-radius: 1.5rem;
}

:root [dir=ltr] .ltr\:rounded-full{
  border-radius: 9999px;
}

:root [dir=ltr] .ltr\:rounded-t-none{
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

:root [dir=ltr] .ltr\:rounded-r-none{
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

:root [dir=ltr] .ltr\:rounded-b-none{
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

:root [dir=ltr] .ltr\:rounded-l-none{
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

:root [dir=ltr] .ltr\:rounded-t-sm{
  border-top-left-radius: 0.125rem;
  border-top-right-radius: 0.125rem;
}

:root [dir=ltr] .ltr\:rounded-r-sm{
  border-top-right-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem;
}

:root [dir=ltr] .ltr\:rounded-b-sm{
  border-bottom-right-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

:root [dir=ltr] .ltr\:rounded-l-sm{
  border-top-left-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

:root [dir=ltr] .ltr\:rounded-t{
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

:root [dir=ltr] .ltr\:rounded-r{
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

:root [dir=ltr] .ltr\:rounded-b{
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

:root [dir=ltr] .ltr\:rounded-l{
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

:root [dir=ltr] .ltr\:rounded-t-md{
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

:root [dir=ltr] .ltr\:rounded-r-md{
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

:root [dir=ltr] .ltr\:rounded-b-md{
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

:root [dir=ltr] .ltr\:rounded-l-md{
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

:root [dir=ltr] .ltr\:rounded-t-lg{
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

:root [dir=ltr] .ltr\:rounded-r-lg{
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

:root [dir=ltr] .ltr\:rounded-b-lg{
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

:root [dir=ltr] .ltr\:rounded-l-lg{
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

:root [dir=ltr] .ltr\:rounded-t-xl{
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}

:root [dir=ltr] .ltr\:rounded-r-xl{
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}

:root [dir=ltr] .ltr\:rounded-b-xl{
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

:root [dir=ltr] .ltr\:rounded-l-xl{
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

:root [dir=ltr] .ltr\:rounded-t-2xl{
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

:root [dir=ltr] .ltr\:rounded-r-2xl{
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

:root [dir=ltr] .ltr\:rounded-b-2xl{
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

:root [dir=ltr] .ltr\:rounded-l-2xl{
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

:root [dir=ltr] .ltr\:rounded-t-3xl{
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}

:root [dir=ltr] .ltr\:rounded-r-3xl{
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}

:root [dir=ltr] .ltr\:rounded-b-3xl{
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

:root [dir=ltr] .ltr\:rounded-l-3xl{
  border-top-left-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

:root [dir=ltr] .ltr\:rounded-t-full{
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
}

:root [dir=ltr] .ltr\:rounded-r-full{
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}

:root [dir=ltr] .ltr\:rounded-b-full{
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

:root [dir=ltr] .ltr\:rounded-l-full{
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

:root [dir=ltr] .ltr\:rounded-tl-none{
  border-top-left-radius: 0px;
}

:root [dir=ltr] .ltr\:rounded-tr-none{
  border-top-right-radius: 0px;
}

:root [dir=ltr] .ltr\:rounded-br-none{
  border-bottom-right-radius: 0px;
}

:root [dir=ltr] .ltr\:rounded-bl-none{
  border-bottom-left-radius: 0px;
}

:root [dir=ltr] .ltr\:rounded-tl-sm{
  border-top-left-radius: 0.125rem;
}

:root [dir=ltr] .ltr\:rounded-tr-sm{
  border-top-right-radius: 0.125rem;
}

:root [dir=ltr] .ltr\:rounded-br-sm{
  border-bottom-right-radius: 0.125rem;
}

:root [dir=ltr] .ltr\:rounded-bl-sm{
  border-bottom-left-radius: 0.125rem;
}

:root [dir=ltr] .ltr\:rounded-tl{
  border-top-left-radius: 0.25rem;
}

:root [dir=ltr] .ltr\:rounded-tr{
  border-top-right-radius: 0.25rem;
}

:root [dir=ltr] .ltr\:rounded-br{
  border-bottom-right-radius: 0.25rem;
}

:root [dir=ltr] .ltr\:rounded-bl{
  border-bottom-left-radius: 0.25rem;
}

:root [dir=ltr] .ltr\:rounded-tl-md{
  border-top-left-radius: 0.375rem;
}

:root [dir=ltr] .ltr\:rounded-tr-md{
  border-top-right-radius: 0.375rem;
}

:root [dir=ltr] .ltr\:rounded-br-md{
  border-bottom-right-radius: 0.375rem;
}

:root [dir=ltr] .ltr\:rounded-bl-md{
  border-bottom-left-radius: 0.375rem;
}

:root [dir=ltr] .ltr\:rounded-tl-lg{
  border-top-left-radius: 0.5rem;
}

:root [dir=ltr] .ltr\:rounded-tr-lg{
  border-top-right-radius: 0.5rem;
}

:root [dir=ltr] .ltr\:rounded-br-lg{
  border-bottom-right-radius: 0.5rem;
}

:root [dir=ltr] .ltr\:rounded-bl-lg{
  border-bottom-left-radius: 0.5rem;
}

:root [dir=ltr] .ltr\:rounded-tl-xl{
  border-top-left-radius: 0.75rem;
}

:root [dir=ltr] .ltr\:rounded-tr-xl{
  border-top-right-radius: 0.75rem;
}

:root [dir=ltr] .ltr\:rounded-br-xl{
  border-bottom-right-radius: 0.75rem;
}

:root [dir=ltr] .ltr\:rounded-bl-xl{
  border-bottom-left-radius: 0.75rem;
}

:root [dir=ltr] .ltr\:rounded-tl-2xl{
  border-top-left-radius: 1rem;
}

:root [dir=ltr] .ltr\:rounded-tr-2xl{
  border-top-right-radius: 1rem;
}

:root [dir=ltr] .ltr\:rounded-br-2xl{
  border-bottom-right-radius: 1rem;
}

:root [dir=ltr] .ltr\:rounded-bl-2xl{
  border-bottom-left-radius: 1rem;
}

:root [dir=ltr] .ltr\:rounded-tl-3xl{
  border-top-left-radius: 1.5rem;
}

:root [dir=ltr] .ltr\:rounded-tr-3xl{
  border-top-right-radius: 1.5rem;
}

:root [dir=ltr] .ltr\:rounded-br-3xl{
  border-bottom-right-radius: 1.5rem;
}

:root [dir=ltr] .ltr\:rounded-bl-3xl{
  border-bottom-left-radius: 1.5rem;
}

:root [dir=ltr] .ltr\:rounded-tl-full{
  border-top-left-radius: 9999px;
}

:root [dir=ltr] .ltr\:rounded-tr-full{
  border-top-right-radius: 9999px;
}

:root [dir=ltr] .ltr\:rounded-br-full{
  border-bottom-right-radius: 9999px;
}

:root [dir=ltr] .ltr\:rounded-bl-full{
  border-bottom-left-radius: 9999px;
}

:root [dir=rtl] .rtl\:rounded-none{
  border-radius: 0px;
}

:root [dir=rtl] .rtl\:rounded-sm{
  border-radius: 0.125rem;
}

:root [dir=rtl] .rtl\:rounded{
  border-radius: 0.25rem;
}

:root [dir=rtl] .rtl\:rounded-md{
  border-radius: 0.375rem;
}

:root [dir=rtl] .rtl\:rounded-lg{
  border-radius: 0.5rem;
}

:root [dir=rtl] .rtl\:rounded-xl{
  border-radius: 0.75rem;
}

:root [dir=rtl] .rtl\:rounded-2xl{
  border-radius: 1rem;
}

:root [dir=rtl] .rtl\:rounded-3xl{
  border-radius: 1.5rem;
}

:root [dir=rtl] .rtl\:rounded-full{
  border-radius: 9999px;
}

:root [dir=rtl] .rtl\:rounded-t-none{
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

:root [dir=rtl] .rtl\:rounded-r-none{
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

:root [dir=rtl] .rtl\:rounded-b-none{
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

:root [dir=rtl] .rtl\:rounded-l-none{
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

:root [dir=rtl] .rtl\:rounded-t-sm{
  border-top-left-radius: 0.125rem;
  border-top-right-radius: 0.125rem;
}

:root [dir=rtl] .rtl\:rounded-r-sm{
  border-top-right-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem;
}

:root [dir=rtl] .rtl\:rounded-b-sm{
  border-bottom-right-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

:root [dir=rtl] .rtl\:rounded-l-sm{
  border-top-left-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

:root [dir=rtl] .rtl\:rounded-t{
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

:root [dir=rtl] .rtl\:rounded-r{
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

:root [dir=rtl] .rtl\:rounded-b{
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

:root [dir=rtl] .rtl\:rounded-l{
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

:root [dir=rtl] .rtl\:rounded-t-md{
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

:root [dir=rtl] .rtl\:rounded-r-md{
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

:root [dir=rtl] .rtl\:rounded-b-md{
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

:root [dir=rtl] .rtl\:rounded-l-md{
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

:root [dir=rtl] .rtl\:rounded-t-lg{
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

:root [dir=rtl] .rtl\:rounded-r-lg{
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

:root [dir=rtl] .rtl\:rounded-b-lg{
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

:root [dir=rtl] .rtl\:rounded-l-lg{
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

:root [dir=rtl] .rtl\:rounded-t-xl{
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}

:root [dir=rtl] .rtl\:rounded-r-xl{
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}

:root [dir=rtl] .rtl\:rounded-b-xl{
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

:root [dir=rtl] .rtl\:rounded-l-xl{
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

:root [dir=rtl] .rtl\:rounded-t-2xl{
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

:root [dir=rtl] .rtl\:rounded-r-2xl{
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

:root [dir=rtl] .rtl\:rounded-b-2xl{
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

:root [dir=rtl] .rtl\:rounded-l-2xl{
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

:root [dir=rtl] .rtl\:rounded-t-3xl{
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}

:root [dir=rtl] .rtl\:rounded-r-3xl{
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}

:root [dir=rtl] .rtl\:rounded-b-3xl{
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

:root [dir=rtl] .rtl\:rounded-l-3xl{
  border-top-left-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

:root [dir=rtl] .rtl\:rounded-t-full{
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
}

:root [dir=rtl] .rtl\:rounded-r-full{
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}

:root [dir=rtl] .rtl\:rounded-b-full{
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

:root [dir=rtl] .rtl\:rounded-l-full{
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

:root [dir=rtl] .rtl\:rounded-tl-none{
  border-top-left-radius: 0px;
}

:root [dir=rtl] .rtl\:rounded-tr-none{
  border-top-right-radius: 0px;
}

:root [dir=rtl] .rtl\:rounded-br-none{
  border-bottom-right-radius: 0px;
}

:root [dir=rtl] .rtl\:rounded-bl-none{
  border-bottom-left-radius: 0px;
}

:root [dir=rtl] .rtl\:rounded-tl-sm{
  border-top-left-radius: 0.125rem;
}

:root [dir=rtl] .rtl\:rounded-tr-sm{
  border-top-right-radius: 0.125rem;
}

:root [dir=rtl] .rtl\:rounded-br-sm{
  border-bottom-right-radius: 0.125rem;
}

:root [dir=rtl] .rtl\:rounded-bl-sm{
  border-bottom-left-radius: 0.125rem;
}

:root [dir=rtl] .rtl\:rounded-tl{
  border-top-left-radius: 0.25rem;
}

:root [dir=rtl] .rtl\:rounded-tr{
  border-top-right-radius: 0.25rem;
}

:root [dir=rtl] .rtl\:rounded-br{
  border-bottom-right-radius: 0.25rem;
}

:root [dir=rtl] .rtl\:rounded-bl{
  border-bottom-left-radius: 0.25rem;
}

:root [dir=rtl] .rtl\:rounded-tl-md{
  border-top-left-radius: 0.375rem;
}

:root [dir=rtl] .rtl\:rounded-tr-md{
  border-top-right-radius: 0.375rem;
}

:root [dir=rtl] .rtl\:rounded-br-md{
  border-bottom-right-radius: 0.375rem;
}

:root [dir=rtl] .rtl\:rounded-bl-md{
  border-bottom-left-radius: 0.375rem;
}

:root [dir=rtl] .rtl\:rounded-tl-lg{
  border-top-left-radius: 0.5rem;
}

:root [dir=rtl] .rtl\:rounded-tr-lg{
  border-top-right-radius: 0.5rem;
}

:root [dir=rtl] .rtl\:rounded-br-lg{
  border-bottom-right-radius: 0.5rem;
}

:root [dir=rtl] .rtl\:rounded-bl-lg{
  border-bottom-left-radius: 0.5rem;
}

:root [dir=rtl] .rtl\:rounded-tl-xl{
  border-top-left-radius: 0.75rem;
}

:root [dir=rtl] .rtl\:rounded-tr-xl{
  border-top-right-radius: 0.75rem;
}

:root [dir=rtl] .rtl\:rounded-br-xl{
  border-bottom-right-radius: 0.75rem;
}

:root [dir=rtl] .rtl\:rounded-bl-xl{
  border-bottom-left-radius: 0.75rem;
}

:root [dir=rtl] .rtl\:rounded-tl-2xl{
  border-top-left-radius: 1rem;
}

:root [dir=rtl] .rtl\:rounded-tr-2xl{
  border-top-right-radius: 1rem;
}

:root [dir=rtl] .rtl\:rounded-br-2xl{
  border-bottom-right-radius: 1rem;
}

:root [dir=rtl] .rtl\:rounded-bl-2xl{
  border-bottom-left-radius: 1rem;
}

:root [dir=rtl] .rtl\:rounded-tl-3xl{
  border-top-left-radius: 1.5rem;
}

:root [dir=rtl] .rtl\:rounded-tr-3xl{
  border-top-right-radius: 1.5rem;
}

:root [dir=rtl] .rtl\:rounded-br-3xl{
  border-bottom-right-radius: 1.5rem;
}

:root [dir=rtl] .rtl\:rounded-bl-3xl{
  border-bottom-left-radius: 1.5rem;
}

:root [dir=rtl] .rtl\:rounded-tl-full{
  border-top-left-radius: 9999px;
}

:root [dir=rtl] .rtl\:rounded-tr-full{
  border-top-right-radius: 9999px;
}

:root [dir=rtl] .rtl\:rounded-br-full{
  border-bottom-right-radius: 9999px;
}

:root [dir=rtl] .rtl\:rounded-bl-full{
  border-bottom-left-radius: 9999px;
}

:root .border-solid{
  border-style: solid;
}

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

:root .border-dotted{
  border-style: dotted;
}

:root .border-double{
  border-style: double;
}

:root .border-none{
  border-style: none;
}

:root .border-0{
  border-width: 0;
}

:root .border-2{
  border-width: 2px;
}

:root .border-3{
  border-width: 3px;
}

:root .border-4{
  border-width: 4px;
}

:root .border-8{
  border-width: 8px;
}

:root .border{
  border-width: 1px;
}

:root .border-t-0{
  border-top-width: 0;
}

:root .border-r-0{
  border-right-width: 0;
}

:root .border-b-0{
  border-bottom-width: 0;
}

:root .border-l-0{
  border-left-width: 0;
}

:root .border-t-2{
  border-top-width: 2px;
}

:root .border-r-2{
  border-right-width: 2px;
}

:root .border-b-2{
  border-bottom-width: 2px;
}

:root .border-l-2{
  border-left-width: 2px;
}

:root .border-t-3{
  border-top-width: 3px;
}

:root .border-r-3{
  border-right-width: 3px;
}

:root .border-b-3{
  border-bottom-width: 3px;
}

:root .border-l-3{
  border-left-width: 3px;
}

:root .border-t-4{
  border-top-width: 4px;
}

:root .border-r-4{
  border-right-width: 4px;
}

:root .border-b-4{
  border-bottom-width: 4px;
}

:root .border-l-4{
  border-left-width: 4px;
}

:root .border-t-8{
  border-top-width: 8px;
}

:root .border-r-8{
  border-right-width: 8px;
}

:root .border-b-8{
  border-bottom-width: 8px;
}

:root .border-l-8{
  border-left-width: 8px;
}

:root .border-t{
  border-top-width: 1px;
}

:root .border-r{
  border-right-width: 1px;
}

:root .border-b{
  border-bottom-width: 1px;
}

:root .border-l{
  border-left-width: 1px;
}

:root [dir=ltr] .ltr\:border-0{
  border-width: 0;
}

:root [dir=ltr] .ltr\:border-2{
  border-width: 2px;
}

:root [dir=ltr] .ltr\:border-3{
  border-width: 3px;
}

:root [dir=ltr] .ltr\:border-4{
  border-width: 4px;
}

:root [dir=ltr] .ltr\:border-8{
  border-width: 8px;
}

:root [dir=ltr] .ltr\:border{
  border-width: 1px;
}

:root [dir=ltr] .ltr\:border-t-0{
  border-top-width: 0;
}

:root [dir=ltr] .ltr\:border-r-0{
  border-right-width: 0;
}

:root [dir=ltr] .ltr\:border-b-0{
  border-bottom-width: 0;
}

:root [dir=ltr] .ltr\:border-l-0{
  border-left-width: 0;
}

:root [dir=ltr] .ltr\:border-t-2{
  border-top-width: 2px;
}

:root [dir=ltr] .ltr\:border-r-2{
  border-right-width: 2px;
}

:root [dir=ltr] .ltr\:border-b-2{
  border-bottom-width: 2px;
}

:root [dir=ltr] .ltr\:border-l-2{
  border-left-width: 2px;
}

:root [dir=ltr] .ltr\:border-t-3{
  border-top-width: 3px;
}

:root [dir=ltr] .ltr\:border-r-3{
  border-right-width: 3px;
}

:root [dir=ltr] .ltr\:border-b-3{
  border-bottom-width: 3px;
}

:root [dir=ltr] .ltr\:border-l-3{
  border-left-width: 3px;
}

:root [dir=ltr] .ltr\:border-t-4{
  border-top-width: 4px;
}

:root [dir=ltr] .ltr\:border-r-4{
  border-right-width: 4px;
}

:root [dir=ltr] .ltr\:border-b-4{
  border-bottom-width: 4px;
}

:root [dir=ltr] .ltr\:border-l-4{
  border-left-width: 4px;
}

:root [dir=ltr] .ltr\:border-t-8{
  border-top-width: 8px;
}

:root [dir=ltr] .ltr\:border-r-8{
  border-right-width: 8px;
}

:root [dir=ltr] .ltr\:border-b-8{
  border-bottom-width: 8px;
}

:root [dir=ltr] .ltr\:border-l-8{
  border-left-width: 8px;
}

:root [dir=ltr] .ltr\:border-t{
  border-top-width: 1px;
}

:root [dir=ltr] .ltr\:border-r{
  border-right-width: 1px;
}

:root [dir=ltr] .ltr\:border-b{
  border-bottom-width: 1px;
}

:root [dir=ltr] .ltr\:border-l{
  border-left-width: 1px;
}

:root [dir=rtl] .rtl\:border-0{
  border-width: 0;
}

:root [dir=rtl] .rtl\:border-2{
  border-width: 2px;
}

:root [dir=rtl] .rtl\:border-3{
  border-width: 3px;
}

:root [dir=rtl] .rtl\:border-4{
  border-width: 4px;
}

:root [dir=rtl] .rtl\:border-8{
  border-width: 8px;
}

:root [dir=rtl] .rtl\:border{
  border-width: 1px;
}

:root [dir=rtl] .rtl\:border-t-0{
  border-top-width: 0;
}

:root [dir=rtl] .rtl\:border-r-0{
  border-right-width: 0;
}

:root [dir=rtl] .rtl\:border-b-0{
  border-bottom-width: 0;
}

:root [dir=rtl] .rtl\:border-l-0{
  border-left-width: 0;
}

:root [dir=rtl] .rtl\:border-t-2{
  border-top-width: 2px;
}

:root [dir=rtl] .rtl\:border-r-2{
  border-right-width: 2px;
}

:root [dir=rtl] .rtl\:border-b-2{
  border-bottom-width: 2px;
}

:root [dir=rtl] .rtl\:border-l-2{
  border-left-width: 2px;
}

:root [dir=rtl] .rtl\:border-t-3{
  border-top-width: 3px;
}

:root [dir=rtl] .rtl\:border-r-3{
  border-right-width: 3px;
}

:root [dir=rtl] .rtl\:border-b-3{
  border-bottom-width: 3px;
}

:root [dir=rtl] .rtl\:border-l-3{
  border-left-width: 3px;
}

:root [dir=rtl] .rtl\:border-t-4{
  border-top-width: 4px;
}

:root [dir=rtl] .rtl\:border-r-4{
  border-right-width: 4px;
}

:root [dir=rtl] .rtl\:border-b-4{
  border-bottom-width: 4px;
}

:root [dir=rtl] .rtl\:border-l-4{
  border-left-width: 4px;
}

:root [dir=rtl] .rtl\:border-t-8{
  border-top-width: 8px;
}

:root [dir=rtl] .rtl\:border-r-8{
  border-right-width: 8px;
}

:root [dir=rtl] .rtl\:border-b-8{
  border-bottom-width: 8px;
}

:root [dir=rtl] .rtl\:border-l-8{
  border-left-width: 8px;
}

:root [dir=rtl] .rtl\:border-t{
  border-top-width: 1px;
}

:root [dir=rtl] .rtl\:border-r{
  border-right-width: 1px;
}

:root [dir=rtl] .rtl\:border-b{
  border-bottom-width: 1px;
}

:root [dir=rtl] .rtl\:border-l{
  border-left-width: 1px;
}

:root .decoration-slice{
  -webkit-box-decoration-break: slice;
          box-decoration-break: slice;
}

:root .decoration-clone{
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}

:root .box-border{
  box-sizing: border-box;
}

:root .box-content{
  box-sizing: content-box;
}

:root .cursor-auto{
  cursor: auto;
}

:root .cursor{
  cursor: default;
}

:root .cursor-pointer{
  cursor: pointer;
}

:root .cursor-wait{
  cursor: wait;
}

:root .cursor-text{
  cursor: text;
}

:root .cursor-move{
  cursor: move;
}

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

:root .block{
  display: block;
}

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

:root .inline{
  display: inline;
}

:root .flex{
  display: flex;
}

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

:root .table{
  display: table;
}

:root .inline-table{
  display: inline-table;
}

:root .table-caption{
  display: table-caption;
}

:root .table-cell{
  display: table-cell;
}

:root .table-column{
  display: table-column;
}

:root .table-column-group{
  display: table-column-group;
}

:root .table-footer-group{
  display: table-footer-group;
}

:root .table-header-group{
  display: table-header-group;
}

:root .table-row-group{
  display: table-row-group;
}

:root .table-row{
  display: table-row;
}

:root .flow-root{
  display: flow-root;
}

:root .grid{
  display: grid;
}

:root .inline-grid{
  display: inline-grid;
}

:root .contents{
  display: contents;
}

:root .list-item{
  display: list-item;
}

:root .hidden{
  display: none;
}

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

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

:root .flex-col{
  flex-direction: column;
}

:root .flex-col-reverse{
  flex-direction: column-reverse;
}

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

:root .flex-wrap-reverse{
  flex-wrap: wrap-reverse;
}

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

:root .place-items-start{
  place-items: start;
}

:root .place-items-end{
  place-items: end;
}

:root .place-items-center{
  place-items: center;
}

:root .place-items-stretch{
  place-items: stretch;
}

:root .place-content-center{
  place-content: center;
}

:root .place-content-start{
  place-content: start;
}

:root .place-content-end{
  place-content: end;
}

:root .place-content-between{
  place-content: space-between;
}

:root .place-content-around{
  place-content: space-around;
}

:root .place-content-evenly{
  place-content: space-evenly;
}

:root .place-content-stretch{
  place-content: stretch;
}

:root .place-self-auto{
  place-self: auto;
}

:root .place-self-start{
  place-self: start;
}

:root .place-self-end{
  place-self: end;
}

:root .place-self-center{
  place-self: center;
}

:root .place-self-stretch{
  place-self: stretch;
}

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

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

:root .items-center{
  align-items: center;
}

:root .items-baseline{
  align-items: baseline;
}

:root .items-stretch{
  align-items: stretch;
}

:root .content-center{
  align-content: center;
}

:root .content-start{
  align-content: flex-start;
}

:root .content-end{
  align-content: flex-end;
}

:root .content-between{
  align-content: space-between;
}

:root .content-around{
  align-content: space-around;
}

:root .content-evenly{
  align-content: space-evenly;
}

:root .self-auto{
  align-self: auto;
}

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

:root .self-end{
  align-self: flex-end;
}

:root .self-center{
  align-self: center;
}

:root .self-stretch{
  align-self: stretch;
}

:root .justify-items-start{
  justify-items: start;
}

:root .justify-items-end{
  justify-items: end;
}

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

:root .justify-items-stretch{
  justify-items: stretch;
}

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

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

:root .justify-center{
  justify-content: center;
}

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

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

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

:root .justify-self-auto{
  justify-self: auto;
}

:root .justify-self-start{
  justify-self: start;
}

:root .justify-self-end{
  justify-self: end;
}

:root .justify-self-center{
  justify-self: center;
}

:root .justify-self-stretch{
  justify-self: stretch;
}

:root .flex-1{
  flex: 1 1 0%;
}

:root .flex-auto{
  flex: 1 1 auto;
}

:root .flex-initial{
  flex: 0 1 auto;
}

:root .flex-none{
  flex: none;
}

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

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

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

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

:root .order-1{
  order: 1;
}

:root .order-2{
  order: 2;
}

:root .order-3{
  order: 3;
}

:root .order-4{
  order: 4;
}

:root .order-5{
  order: 5;
}

:root .order-6{
  order: 6;
}

:root .order-7{
  order: 7;
}

:root .order-8{
  order: 8;
}

:root .order-9{
  order: 9;
}

:root .order-10{
  order: 10;
}

:root .order-11{
  order: 11;
}

:root .order-12{
  order: 12;
}

:root .order-first{
  order: -9999;
}

:root .order-last{
  order: 9999;
}

:root .order-none{
  order: 0;
}

:root .float-right{
  float: right;
}

:root .float-left{
  float: left;
}

:root .float-none{
  float: none;
}

:root .clear-left{
  clear: left;
}

:root .clear-right{
  clear: right;
}

:root .clear-both{
  clear: both;
}

:root .clear-none{
  clear: none;
}

:root .font-sans{
  font-family: Noto Sans, sans-serif;
}

:root .font-hairline{
  font-weight: 100;
}

:root .font-thin{
  font-weight: 200;
}

:root .font-light{
  font-weight: 300;
}

:root .font-normal{
  font-weight: 400;
}

:root .font-medium{
  font-weight: 500;
}

:root .font-semibold{
  font-weight: 600;
}

:root .font-bold{
  font-weight: 700;
}

:root .font-extrabold{
  font-weight: 800;
}

:root .font-black{
  font-weight: 900;
}

:root .hover\:font-hairline:hover{
  font-weight: 100;
}

:root .hover\:font-thin:hover{
  font-weight: 200;
}

:root .hover\:font-light:hover{
  font-weight: 300;
}

:root .hover\:font-normal:hover{
  font-weight: 400;
}

:root .hover\:font-medium:hover{
  font-weight: 500;
}

:root .hover\:font-semibold:hover{
  font-weight: 600;
}

:root .hover\:font-bold:hover{
  font-weight: 700;
}

:root .hover\:font-extrabold:hover{
  font-weight: 800;
}

:root .hover\:font-black:hover{
  font-weight: 900;
}

:root .focus\:font-hairline:focus{
  font-weight: 100;
}

:root .focus\:font-thin:focus{
  font-weight: 200;
}

:root .focus\:font-light:focus{
  font-weight: 300;
}

:root .focus\:font-normal:focus{
  font-weight: 400;
}

:root .focus\:font-medium:focus{
  font-weight: 500;
}

:root .focus\:font-semibold:focus{
  font-weight: 600;
}

:root .focus\:font-bold:focus{
  font-weight: 700;
}

:root .focus\:font-extrabold:focus{
  font-weight: 800;
}

:root .focus\:font-black:focus{
  font-weight: 900;
}

:root .h-0{
  height: 0;
}

:root .h-1{
  height: 0.25rem;
}

:root .h-2{
  height: 0.5rem;
}

:root .h-3{
  height: 0.75rem;
}

:root .h-4{
  height: 1rem;
}

:root .h-5{
  height: 1.25rem;
}

:root .h-6{
  height: 1.5rem;
}

:root .h-7{
  height: 1.75rem;
}

:root .h-8{
  height: 2rem;
}

:root .h-9{
  height: 2.25rem;
}

:root .h-10{
  height: 2.5rem;
}

:root .h-11{
  height: 2.75rem;
}

:root .h-12{
  height: 3rem;
}

:root .h-14{
  height: 3.5rem;
}

:root .h-16{
  height: 4rem;
}

:root .h-20{
  height: 5rem;
}

:root .h-24{
  height: 6rem;
}

:root .h-28{
  height: 7rem;
}

:root .h-32{
  height: 8rem;
}

:root .h-36{
  height: 9rem;
}

:root .h-40{
  height: 10rem;
}

:root .h-44{
  height: 11rem;
}

:root .h-48{
  height: 12rem;
}

:root .h-52{
  height: 13rem;
}

:root .h-56{
  height: 14rem;
}

:root .h-60{
  height: 15rem;
}

:root .h-64{
  height: 16rem;
}

:root .h-72{
  height: 18rem;
}

:root .h-80{
  height: 20rem;
}

:root .h-96{
  height: 24rem;
}

:root .h-auto{
  height: auto;
}

:root .h-px{
  height: 1px;
}

:root .h-gutter{
  height: var(--padding-gutter);
}

:root .h-0\.5{
  height: 0.125rem;
}

:root .h-1\.5{
  height: 0.375rem;
}

:root .h-2\.5{
  height: 0.625rem;
}

:root .h-3\.5{
  height: 0.875rem;
}

:root .h-17\.5{
  height: 4.375rem;
}

:root .h-full{
  height: 100%;
}

:root .h-screen{
  height: 100vh;
}

:root .text-xxs{
  font-size: 0.625rem;
}

:root .text-xs{
  font-size: 0.75rem;
}

:root .text-sm{
  font-size: 0.875rem;
}

:root .text-base{
  font-size: 1rem;
}

:root .text-lg{
  font-size: 1.125rem;
}

:root .text-xl{
  font-size: 1.25rem;
}

:root .text-2xl{
  font-size: 1.5rem;
}

:root .text-3xl{
  font-size: 1.875rem;
}

:root .text-4xl{
  font-size: 2.25rem;
}

:root .text-5xl{
  font-size: 3rem;
}

:root .text-6xl{
  font-size: 4rem;
}

:root .leading-3{
  line-height: .75rem;
}

:root .leading-4{
  line-height: 1rem;
}

:root .leading-5{
  line-height: 1.25rem;
}

:root .leading-6{
  line-height: 1.5rem;
}

:root .leading-7{
  line-height: 1.75rem;
}

:root .leading-8{
  line-height: 2rem;
}

:root .leading-9{
  line-height: 2.25rem;
}

:root .leading-10{
  line-height: 2.5rem;
}

:root .leading-none{
  line-height: 1;
}

:root .leading-tight{
  line-height: 1.25;
}

:root .leading-snug{
  line-height: 1.375;
}

:root .leading-normal{
  line-height: 1.5;
}

:root .leading-relaxed{
  line-height: 1.625;
}

:root .leading-loose{
  line-height: 2;
}

:root .list-inside{
  list-style-position: inside;
}

:root .list-outside{
  list-style-position: outside;
}

:root .list-none{
  list-style-type: none;
}

:root .list-disc{
  list-style-type: disc;
}

:root .list-decimal{
  list-style-type: decimal;
}

:root .m-0{
  margin: 0;
}

:root .m-1{
  margin: 0.25rem;
}

:root .m-2{
  margin: 0.5rem;
}

:root .m-3{
  margin: 0.75rem;
}

:root .m-4{
  margin: 1rem;
}

:root .m-5{
  margin: 1.25rem;
}

:root .m-6{
  margin: 1.5rem;
}

:root .m-7{
  margin: 1.75rem;
}

:root .m-8{
  margin: 2rem;
}

:root .m-9{
  margin: 2.25rem;
}

:root .m-10{
  margin: 2.5rem;
}

:root .m-11{
  margin: 2.75rem;
}

:root .m-12{
  margin: 3rem;
}

:root .m-14{
  margin: 3.5rem;
}

:root .m-16{
  margin: 4rem;
}

:root .m-20{
  margin: 5rem;
}

:root .m-24{
  margin: 6rem;
}

:root .m-28{
  margin: 7rem;
}

:root .m-32{
  margin: 8rem;
}

:root .m-36{
  margin: 9rem;
}

:root .m-40{
  margin: 10rem;
}

:root .m-44{
  margin: 11rem;
}

:root .m-48{
  margin: 12rem;
}

:root .m-52{
  margin: 13rem;
}

:root .m-56{
  margin: 14rem;
}

:root .m-60{
  margin: 15rem;
}

:root .m-64{
  margin: 16rem;
}

:root .m-72{
  margin: 18rem;
}

:root .m-80{
  margin: 20rem;
}

:root .m-96{
  margin: 24rem;
}

:root .m-auto{
  margin: auto;
}

:root .m-px{
  margin: 1px;
}

:root .m-gutter{
  margin: var(--padding-gutter);
}

:root .m-0\.5{
  margin: 0.125rem;
}

:root .m-1\.5{
  margin: 0.375rem;
}

:root .m-2\.5{
  margin: 0.625rem;
}

:root .m-3\.5{
  margin: 0.875rem;
}

:root .m-17\.5{
  margin: 4.375rem;
}

:root .-m-1{
  margin: -0.25rem;
}

:root .-m-2{
  margin: -0.5rem;
}

:root .-m-3{
  margin: -0.75rem;
}

:root .-m-4{
  margin: -1rem;
}

:root .-m-5{
  margin: -1.25rem;
}

:root .-m-6{
  margin: -1.5rem;
}

:root .-m-7{
  margin: -1.75rem;
}

:root .-m-8{
  margin: -2rem;
}

:root .-m-9{
  margin: -2.25rem;
}

:root .-m-10{
  margin: -2.5rem;
}

:root .-m-11{
  margin: -2.75rem;
}

:root .-m-12{
  margin: -3rem;
}

:root .-m-14{
  margin: -3.5rem;
}

:root .-m-16{
  margin: -4rem;
}

:root .-m-20{
  margin: -5rem;
}

:root .-m-24{
  margin: -6rem;
}

:root .-m-28{
  margin: -7rem;
}

:root .-m-32{
  margin: -8rem;
}

:root .-m-36{
  margin: -9rem;
}

:root .-m-40{
  margin: -10rem;
}

:root .-m-44{
  margin: -11rem;
}

:root .-m-48{
  margin: -12rem;
}

:root .-m-52{
  margin: -13rem;
}

:root .-m-56{
  margin: -14rem;
}

:root .-m-60{
  margin: -15rem;
}

:root .-m-64{
  margin: -16rem;
}

:root .-m-72{
  margin: -18rem;
}

:root .-m-80{
  margin: -20rem;
}

:root .-m-96{
  margin: -24rem;
}

:root .-m-px{
  margin: -1px;
}

:root .-m-gutter{
  margin: calc(var(--padding-gutter) * -1);
}

:root .-m-0\.5{
  margin: -0.125rem;
}

:root .-m-1\.5{
  margin: -0.375rem;
}

:root .-m-2\.5{
  margin: -0.625rem;
}

:root .-m-3\.5{
  margin: -0.875rem;
}

:root .-m-17\.5{
  margin: -4.375rem;
}

:root .my-0{
  margin-top: 0;
  margin-bottom: 0;
}

:root .mx-0{
  margin-left: 0;
  margin-right: 0;
}

:root .my-1{
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

:root .mx-1{
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

:root .my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

:root .mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

:root .my-3{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

:root .mx-3{
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

:root .my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}

:root .mx-4{
  margin-left: 1rem;
  margin-right: 1rem;
}

:root .my-5{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

:root .mx-5{
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

:root .my-6{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

:root .mx-6{
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

:root .my-7{
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}

:root .mx-7{
  margin-left: 1.75rem;
  margin-right: 1.75rem;
}

:root .my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}

:root .mx-8{
  margin-left: 2rem;
  margin-right: 2rem;
}

:root .my-9{
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}

:root .mx-9{
  margin-left: 2.25rem;
  margin-right: 2.25rem;
}

:root .my-10{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

:root .mx-10{
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

:root .my-11{
  margin-top: 2.75rem;
  margin-bottom: 2.75rem;
}

:root .mx-11{
  margin-left: 2.75rem;
  margin-right: 2.75rem;
}

:root .my-12{
  margin-top: 3rem;
  margin-bottom: 3rem;
}

:root .mx-12{
  margin-left: 3rem;
  margin-right: 3rem;
}

:root .my-14{
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

:root .mx-14{
  margin-left: 3.5rem;
  margin-right: 3.5rem;
}

:root .my-16{
  margin-top: 4rem;
  margin-bottom: 4rem;
}

:root .mx-16{
  margin-left: 4rem;
  margin-right: 4rem;
}

:root .my-20{
  margin-top: 5rem;
  margin-bottom: 5rem;
}

:root .mx-20{
  margin-left: 5rem;
  margin-right: 5rem;
}

:root .my-24{
  margin-top: 6rem;
  margin-bottom: 6rem;
}

:root .mx-24{
  margin-left: 6rem;
  margin-right: 6rem;
}

:root .my-28{
  margin-top: 7rem;
  margin-bottom: 7rem;
}

:root .mx-28{
  margin-left: 7rem;
  margin-right: 7rem;
}

:root .my-32{
  margin-top: 8rem;
  margin-bottom: 8rem;
}

:root .mx-32{
  margin-left: 8rem;
  margin-right: 8rem;
}

:root .my-36{
  margin-top: 9rem;
  margin-bottom: 9rem;
}

:root .mx-36{
  margin-left: 9rem;
  margin-right: 9rem;
}

:root .my-40{
  margin-top: 10rem;
  margin-bottom: 10rem;
}

:root .mx-40{
  margin-left: 10rem;
  margin-right: 10rem;
}

:root .my-44{
  margin-top: 11rem;
  margin-bottom: 11rem;
}

:root .mx-44{
  margin-left: 11rem;
  margin-right: 11rem;
}

:root .my-48{
  margin-top: 12rem;
  margin-bottom: 12rem;
}

:root .mx-48{
  margin-left: 12rem;
  margin-right: 12rem;
}

:root .my-52{
  margin-top: 13rem;
  margin-bottom: 13rem;
}

:root .mx-52{
  margin-left: 13rem;
  margin-right: 13rem;
}

:root .my-56{
  margin-top: 14rem;
  margin-bottom: 14rem;
}

:root .mx-56{
  margin-left: 14rem;
  margin-right: 14rem;
}

:root .my-60{
  margin-top: 15rem;
  margin-bottom: 15rem;
}

:root .mx-60{
  margin-left: 15rem;
  margin-right: 15rem;
}

:root .my-64{
  margin-top: 16rem;
  margin-bottom: 16rem;
}

:root .mx-64{
  margin-left: 16rem;
  margin-right: 16rem;
}

:root .my-72{
  margin-top: 18rem;
  margin-bottom: 18rem;
}

:root .mx-72{
  margin-left: 18rem;
  margin-right: 18rem;
}

:root .my-80{
  margin-top: 20rem;
  margin-bottom: 20rem;
}

:root .mx-80{
  margin-left: 20rem;
  margin-right: 20rem;
}

:root .my-96{
  margin-top: 24rem;
  margin-bottom: 24rem;
}

:root .mx-96{
  margin-left: 24rem;
  margin-right: 24rem;
}

:root .my-auto{
  margin-top: auto;
  margin-bottom: auto;
}

:root .mx-auto{
  margin-left: auto;
  margin-right: auto;
}

:root .my-px{
  margin-top: 1px;
  margin-bottom: 1px;
}

:root .mx-px{
  margin-left: 1px;
  margin-right: 1px;
}

:root .my-gutter{
  margin-top: var(--padding-gutter);
  margin-bottom: var(--padding-gutter);
}

:root .mx-gutter{
  margin-left: var(--padding-gutter);
  margin-right: var(--padding-gutter);
}

:root .my-0\.5{
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
}

:root .mx-0\.5{
  margin-left: 0.125rem;
  margin-right: 0.125rem;
}

:root .my-1\.5{
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
}

:root .mx-1\.5{
  margin-left: 0.375rem;
  margin-right: 0.375rem;
}

:root .my-2\.5{
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

:root .mx-2\.5{
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}

:root .my-3\.5{
  margin-top: 0.875rem;
  margin-bottom: 0.875rem;
}

:root .mx-3\.5{
  margin-left: 0.875rem;
  margin-right: 0.875rem;
}

:root .my-17\.5{
  margin-top: 4.375rem;
  margin-bottom: 4.375rem;
}

:root .mx-17\.5{
  margin-left: 4.375rem;
  margin-right: 4.375rem;
}

:root .-my-1{
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}

:root .-mx-1{
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

:root .-my-2{
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}

:root .-mx-2{
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

:root .-my-3{
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
}

:root .-mx-3{
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

:root .-my-4{
  margin-top: -1rem;
  margin-bottom: -1rem;
}

:root .-mx-4{
  margin-left: -1rem;
  margin-right: -1rem;
}

:root .-my-5{
  margin-top: -1.25rem;
  margin-bottom: -1.25rem;
}

:root .-mx-5{
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

:root .-my-6{
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
}

:root .-mx-6{
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

:root .-my-7{
  margin-top: -1.75rem;
  margin-bottom: -1.75rem;
}

:root .-mx-7{
  margin-left: -1.75rem;
  margin-right: -1.75rem;
}

:root .-my-8{
  margin-top: -2rem;
  margin-bottom: -2rem;
}

:root .-mx-8{
  margin-left: -2rem;
  margin-right: -2rem;
}

:root .-my-9{
  margin-top: -2.25rem;
  margin-bottom: -2.25rem;
}

:root .-mx-9{
  margin-left: -2.25rem;
  margin-right: -2.25rem;
}

:root .-my-10{
  margin-top: -2.5rem;
  margin-bottom: -2.5rem;
}

:root .-mx-10{
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}

:root .-my-11{
  margin-top: -2.75rem;
  margin-bottom: -2.75rem;
}

:root .-mx-11{
  margin-left: -2.75rem;
  margin-right: -2.75rem;
}

:root .-my-12{
  margin-top: -3rem;
  margin-bottom: -3rem;
}

:root .-mx-12{
  margin-left: -3rem;
  margin-right: -3rem;
}

:root .-my-14{
  margin-top: -3.5rem;
  margin-bottom: -3.5rem;
}

:root .-mx-14{
  margin-left: -3.5rem;
  margin-right: -3.5rem;
}

:root .-my-16{
  margin-top: -4rem;
  margin-bottom: -4rem;
}

:root .-mx-16{
  margin-left: -4rem;
  margin-right: -4rem;
}

:root .-my-20{
  margin-top: -5rem;
  margin-bottom: -5rem;
}

:root .-mx-20{
  margin-left: -5rem;
  margin-right: -5rem;
}

:root .-my-24{
  margin-top: -6rem;
  margin-bottom: -6rem;
}

:root .-mx-24{
  margin-left: -6rem;
  margin-right: -6rem;
}

:root .-my-28{
  margin-top: -7rem;
  margin-bottom: -7rem;
}

:root .-mx-28{
  margin-left: -7rem;
  margin-right: -7rem;
}

:root .-my-32{
  margin-top: -8rem;
  margin-bottom: -8rem;
}

:root .-mx-32{
  margin-left: -8rem;
  margin-right: -8rem;
}

:root .-my-36{
  margin-top: -9rem;
  margin-bottom: -9rem;
}

:root .-mx-36{
  margin-left: -9rem;
  margin-right: -9rem;
}

:root .-my-40{
  margin-top: -10rem;
  margin-bottom: -10rem;
}

:root .-mx-40{
  margin-left: -10rem;
  margin-right: -10rem;
}

:root .-my-44{
  margin-top: -11rem;
  margin-bottom: -11rem;
}

:root .-mx-44{
  margin-left: -11rem;
  margin-right: -11rem;
}

:root .-my-48{
  margin-top: -12rem;
  margin-bottom: -12rem;
}

:root .-mx-48{
  margin-left: -12rem;
  margin-right: -12rem;
}

:root .-my-52{
  margin-top: -13rem;
  margin-bottom: -13rem;
}

:root .-mx-52{
  margin-left: -13rem;
  margin-right: -13rem;
}

:root .-my-56{
  margin-top: -14rem;
  margin-bottom: -14rem;
}

:root .-mx-56{
  margin-left: -14rem;
  margin-right: -14rem;
}

:root .-my-60{
  margin-top: -15rem;
  margin-bottom: -15rem;
}

:root .-mx-60{
  margin-left: -15rem;
  margin-right: -15rem;
}

:root .-my-64{
  margin-top: -16rem;
  margin-bottom: -16rem;
}

:root .-mx-64{
  margin-left: -16rem;
  margin-right: -16rem;
}

:root .-my-72{
  margin-top: -18rem;
  margin-bottom: -18rem;
}

:root .-mx-72{
  margin-left: -18rem;
  margin-right: -18rem;
}

:root .-my-80{
  margin-top: -20rem;
  margin-bottom: -20rem;
}

:root .-mx-80{
  margin-left: -20rem;
  margin-right: -20rem;
}

:root .-my-96{
  margin-top: -24rem;
  margin-bottom: -24rem;
}

:root .-mx-96{
  margin-left: -24rem;
  margin-right: -24rem;
}

:root .-my-px{
  margin-top: -1px;
  margin-bottom: -1px;
}

:root .-mx-px{
  margin-left: -1px;
  margin-right: -1px;
}

:root .-my-gutter{
  margin-top: calc(var(--padding-gutter) * -1);
  margin-bottom: calc(var(--padding-gutter) * -1);
}

:root .-mx-gutter{
  margin-left: calc(var(--padding-gutter) * -1);
  margin-right: calc(var(--padding-gutter) * -1);
}

:root .-my-0\.5{
  margin-top: -0.125rem;
  margin-bottom: -0.125rem;
}

:root .-mx-0\.5{
  margin-left: -0.125rem;
  margin-right: -0.125rem;
}

:root .-my-1\.5{
  margin-top: -0.375rem;
  margin-bottom: -0.375rem;
}

:root .-mx-1\.5{
  margin-left: -0.375rem;
  margin-right: -0.375rem;
}

:root .-my-2\.5{
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

:root .-mx-2\.5{
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

:root .-my-3\.5{
  margin-top: -0.875rem;
  margin-bottom: -0.875rem;
}

:root .-mx-3\.5{
  margin-left: -0.875rem;
  margin-right: -0.875rem;
}

:root .-my-17\.5{
  margin-top: -4.375rem;
  margin-bottom: -4.375rem;
}

:root .-mx-17\.5{
  margin-left: -4.375rem;
  margin-right: -4.375rem;
}

:root .mt-0{
  margin-top: 0;
}

:root .mr-0{
  margin-right: 0;
}

:root .mb-0{
  margin-bottom: 0;
}

:root .ml-0{
  margin-left: 0;
}

:root .mt-1{
  margin-top: 0.25rem;
}

:root .mr-1{
  margin-right: 0.25rem;
}

:root .mb-1{
  margin-bottom: 0.25rem;
}

:root .ml-1{
  margin-left: 0.25rem;
}

:root .mt-2{
  margin-top: 0.5rem;
}

:root .mr-2{
  margin-right: 0.5rem;
}

:root .mb-2{
  margin-bottom: 0.5rem;
}

:root .ml-2{
  margin-left: 0.5rem;
}

:root .mt-3{
  margin-top: 0.75rem;
}

:root .mr-3{
  margin-right: 0.75rem;
}

:root .mb-3{
  margin-bottom: 0.75rem;
}

:root .ml-3{
  margin-left: 0.75rem;
}

:root .mt-4{
  margin-top: 1rem;
}

:root .mr-4{
  margin-right: 1rem;
}

:root .mb-4{
  margin-bottom: 1rem;
}

:root .ml-4{
  margin-left: 1rem;
}

:root .mt-5{
  margin-top: 1.25rem;
}

:root .mr-5{
  margin-right: 1.25rem;
}

:root .mb-5{
  margin-bottom: 1.25rem;
}

:root .ml-5{
  margin-left: 1.25rem;
}

:root .mt-6{
  margin-top: 1.5rem;
}

:root .mr-6{
  margin-right: 1.5rem;
}

:root .mb-6{
  margin-bottom: 1.5rem;
}

:root .ml-6{
  margin-left: 1.5rem;
}

:root .mt-7{
  margin-top: 1.75rem;
}

:root .mr-7{
  margin-right: 1.75rem;
}

:root .mb-7{
  margin-bottom: 1.75rem;
}

:root .ml-7{
  margin-left: 1.75rem;
}

:root .mt-8{
  margin-top: 2rem;
}

:root .mr-8{
  margin-right: 2rem;
}

:root .mb-8{
  margin-bottom: 2rem;
}

:root .ml-8{
  margin-left: 2rem;
}

:root .mt-9{
  margin-top: 2.25rem;
}

:root .mr-9{
  margin-right: 2.25rem;
}

:root .mb-9{
  margin-bottom: 2.25rem;
}

:root .ml-9{
  margin-left: 2.25rem;
}

:root .mt-10{
  margin-top: 2.5rem;
}

:root .mr-10{
  margin-right: 2.5rem;
}

:root .mb-10{
  margin-bottom: 2.5rem;
}

:root .ml-10{
  margin-left: 2.5rem;
}

:root .mt-11{
  margin-top: 2.75rem;
}

:root .mr-11{
  margin-right: 2.75rem;
}

:root .mb-11{
  margin-bottom: 2.75rem;
}

:root .ml-11{
  margin-left: 2.75rem;
}

:root .mt-12{
  margin-top: 3rem;
}

:root .mr-12{
  margin-right: 3rem;
}

:root .mb-12{
  margin-bottom: 3rem;
}

:root .ml-12{
  margin-left: 3rem;
}

:root .mt-14{
  margin-top: 3.5rem;
}

:root .mr-14{
  margin-right: 3.5rem;
}

:root .mb-14{
  margin-bottom: 3.5rem;
}

:root .ml-14{
  margin-left: 3.5rem;
}

:root .mt-16{
  margin-top: 4rem;
}

:root .mr-16{
  margin-right: 4rem;
}

:root .mb-16{
  margin-bottom: 4rem;
}

:root .ml-16{
  margin-left: 4rem;
}

:root .mt-20{
  margin-top: 5rem;
}

:root .mr-20{
  margin-right: 5rem;
}

:root .mb-20{
  margin-bottom: 5rem;
}

:root .ml-20{
  margin-left: 5rem;
}

:root .mt-24{
  margin-top: 6rem;
}

:root .mr-24{
  margin-right: 6rem;
}

:root .mb-24{
  margin-bottom: 6rem;
}

:root .ml-24{
  margin-left: 6rem;
}

:root .mt-28{
  margin-top: 7rem;
}

:root .mr-28{
  margin-right: 7rem;
}

:root .mb-28{
  margin-bottom: 7rem;
}

:root .ml-28{
  margin-left: 7rem;
}

:root .mt-32{
  margin-top: 8rem;
}

:root .mr-32{
  margin-right: 8rem;
}

:root .mb-32{
  margin-bottom: 8rem;
}

:root .ml-32{
  margin-left: 8rem;
}

:root .mt-36{
  margin-top: 9rem;
}

:root .mr-36{
  margin-right: 9rem;
}

:root .mb-36{
  margin-bottom: 9rem;
}

:root .ml-36{
  margin-left: 9rem;
}

:root .mt-40{
  margin-top: 10rem;
}

:root .mr-40{
  margin-right: 10rem;
}

:root .mb-40{
  margin-bottom: 10rem;
}

:root .ml-40{
  margin-left: 10rem;
}

:root .mt-44{
  margin-top: 11rem;
}

:root .mr-44{
  margin-right: 11rem;
}

:root .mb-44{
  margin-bottom: 11rem;
}

:root .ml-44{
  margin-left: 11rem;
}

:root .mt-48{
  margin-top: 12rem;
}

:root .mr-48{
  margin-right: 12rem;
}

:root .mb-48{
  margin-bottom: 12rem;
}

:root .ml-48{
  margin-left: 12rem;
}

:root .mt-52{
  margin-top: 13rem;
}

:root .mr-52{
  margin-right: 13rem;
}

:root .mb-52{
  margin-bottom: 13rem;
}

:root .ml-52{
  margin-left: 13rem;
}

:root .mt-56{
  margin-top: 14rem;
}

:root .mr-56{
  margin-right: 14rem;
}

:root .mb-56{
  margin-bottom: 14rem;
}

:root .ml-56{
  margin-left: 14rem;
}

:root .mt-60{
  margin-top: 15rem;
}

:root .mr-60{
  margin-right: 15rem;
}

:root .mb-60{
  margin-bottom: 15rem;
}

:root .ml-60{
  margin-left: 15rem;
}

:root .mt-64{
  margin-top: 16rem;
}

:root .mr-64{
  margin-right: 16rem;
}

:root .mb-64{
  margin-bottom: 16rem;
}

:root .ml-64{
  margin-left: 16rem;
}

:root .mt-72{
  margin-top: 18rem;
}

:root .mr-72{
  margin-right: 18rem;
}

:root .mb-72{
  margin-bottom: 18rem;
}

:root .ml-72{
  margin-left: 18rem;
}

:root .mt-80{
  margin-top: 20rem;
}

:root .mr-80{
  margin-right: 20rem;
}

:root .mb-80{
  margin-bottom: 20rem;
}

:root .ml-80{
  margin-left: 20rem;
}

:root .mt-96{
  margin-top: 24rem;
}

:root .mr-96{
  margin-right: 24rem;
}

:root .mb-96{
  margin-bottom: 24rem;
}

:root .ml-96{
  margin-left: 24rem;
}

:root .mt-auto{
  margin-top: auto;
}

:root .mr-auto{
  margin-right: auto;
}

:root .mb-auto{
  margin-bottom: auto;
}

:root .ml-auto{
  margin-left: auto;
}

:root .mt-px{
  margin-top: 1px;
}

:root .mr-px{
  margin-right: 1px;
}

:root .mb-px{
  margin-bottom: 1px;
}

:root .ml-px{
  margin-left: 1px;
}

:root .mt-gutter{
  margin-top: var(--padding-gutter);
}

:root .mr-gutter{
  margin-right: var(--padding-gutter);
}

:root .mb-gutter{
  margin-bottom: var(--padding-gutter);
}

:root .ml-gutter{
  margin-left: var(--padding-gutter);
}

:root .mt-0\.5{
  margin-top: 0.125rem;
}

:root .mr-0\.5{
  margin-right: 0.125rem;
}

:root .mb-0\.5{
  margin-bottom: 0.125rem;
}

:root .ml-0\.5{
  margin-left: 0.125rem;
}

:root .mt-1\.5{
  margin-top: 0.375rem;
}

:root .mr-1\.5{
  margin-right: 0.375rem;
}

:root .mb-1\.5{
  margin-bottom: 0.375rem;
}

:root .ml-1\.5{
  margin-left: 0.375rem;
}

:root .mt-2\.5{
  margin-top: 0.625rem;
}

:root .mr-2\.5{
  margin-right: 0.625rem;
}

:root .mb-2\.5{
  margin-bottom: 0.625rem;
}

:root .ml-2\.5{
  margin-left: 0.625rem;
}

:root .mt-3\.5{
  margin-top: 0.875rem;
}

:root .mr-3\.5{
  margin-right: 0.875rem;
}

:root .mb-3\.5{
  margin-bottom: 0.875rem;
}

:root .ml-3\.5{
  margin-left: 0.875rem;
}

:root .mt-17\.5{
  margin-top: 4.375rem;
}

:root .mr-17\.5{
  margin-right: 4.375rem;
}

:root .mb-17\.5{
  margin-bottom: 4.375rem;
}

:root .ml-17\.5{
  margin-left: 4.375rem;
}

:root .-mt-1{
  margin-top: -0.25rem;
}

:root .-mr-1{
  margin-right: -0.25rem;
}

:root .-mb-1{
  margin-bottom: -0.25rem;
}

:root .-ml-1{
  margin-left: -0.25rem;
}

:root .-mt-2{
  margin-top: -0.5rem;
}

:root .-mr-2{
  margin-right: -0.5rem;
}

:root .-mb-2{
  margin-bottom: -0.5rem;
}

:root .-ml-2{
  margin-left: -0.5rem;
}

:root .-mt-3{
  margin-top: -0.75rem;
}

:root .-mr-3{
  margin-right: -0.75rem;
}

:root .-mb-3{
  margin-bottom: -0.75rem;
}

:root .-ml-3{
  margin-left: -0.75rem;
}

:root .-mt-4{
  margin-top: -1rem;
}

:root .-mr-4{
  margin-right: -1rem;
}

:root .-mb-4{
  margin-bottom: -1rem;
}

:root .-ml-4{
  margin-left: -1rem;
}

:root .-mt-5{
  margin-top: -1.25rem;
}

:root .-mr-5{
  margin-right: -1.25rem;
}

:root .-mb-5{
  margin-bottom: -1.25rem;
}

:root .-ml-5{
  margin-left: -1.25rem;
}

:root .-mt-6{
  margin-top: -1.5rem;
}

:root .-mr-6{
  margin-right: -1.5rem;
}

:root .-mb-6{
  margin-bottom: -1.5rem;
}

:root .-ml-6{
  margin-left: -1.5rem;
}

:root .-mt-7{
  margin-top: -1.75rem;
}

:root .-mr-7{
  margin-right: -1.75rem;
}

:root .-mb-7{
  margin-bottom: -1.75rem;
}

:root .-ml-7{
  margin-left: -1.75rem;
}

:root .-mt-8{
  margin-top: -2rem;
}

:root .-mr-8{
  margin-right: -2rem;
}

:root .-mb-8{
  margin-bottom: -2rem;
}

:root .-ml-8{
  margin-left: -2rem;
}

:root .-mt-9{
  margin-top: -2.25rem;
}

:root .-mr-9{
  margin-right: -2.25rem;
}

:root .-mb-9{
  margin-bottom: -2.25rem;
}

:root .-ml-9{
  margin-left: -2.25rem;
}

:root .-mt-10{
  margin-top: -2.5rem;
}

:root .-mr-10{
  margin-right: -2.5rem;
}

:root .-mb-10{
  margin-bottom: -2.5rem;
}

:root .-ml-10{
  margin-left: -2.5rem;
}

:root .-mt-11{
  margin-top: -2.75rem;
}

:root .-mr-11{
  margin-right: -2.75rem;
}

:root .-mb-11{
  margin-bottom: -2.75rem;
}

:root .-ml-11{
  margin-left: -2.75rem;
}

:root .-mt-12{
  margin-top: -3rem;
}

:root .-mr-12{
  margin-right: -3rem;
}

:root .-mb-12{
  margin-bottom: -3rem;
}

:root .-ml-12{
  margin-left: -3rem;
}

:root .-mt-14{
  margin-top: -3.5rem;
}

:root .-mr-14{
  margin-right: -3.5rem;
}

:root .-mb-14{
  margin-bottom: -3.5rem;
}

:root .-ml-14{
  margin-left: -3.5rem;
}

:root .-mt-16{
  margin-top: -4rem;
}

:root .-mr-16{
  margin-right: -4rem;
}

:root .-mb-16{
  margin-bottom: -4rem;
}

:root .-ml-16{
  margin-left: -4rem;
}

:root .-mt-20{
  margin-top: -5rem;
}

:root .-mr-20{
  margin-right: -5rem;
}

:root .-mb-20{
  margin-bottom: -5rem;
}

:root .-ml-20{
  margin-left: -5rem;
}

:root .-mt-24{
  margin-top: -6rem;
}

:root .-mr-24{
  margin-right: -6rem;
}

:root .-mb-24{
  margin-bottom: -6rem;
}

:root .-ml-24{
  margin-left: -6rem;
}

:root .-mt-28{
  margin-top: -7rem;
}

:root .-mr-28{
  margin-right: -7rem;
}

:root .-mb-28{
  margin-bottom: -7rem;
}

:root .-ml-28{
  margin-left: -7rem;
}

:root .-mt-32{
  margin-top: -8rem;
}

:root .-mr-32{
  margin-right: -8rem;
}

:root .-mb-32{
  margin-bottom: -8rem;
}

:root .-ml-32{
  margin-left: -8rem;
}

:root .-mt-36{
  margin-top: -9rem;
}

:root .-mr-36{
  margin-right: -9rem;
}

:root .-mb-36{
  margin-bottom: -9rem;
}

:root .-ml-36{
  margin-left: -9rem;
}

:root .-mt-40{
  margin-top: -10rem;
}

:root .-mr-40{
  margin-right: -10rem;
}

:root .-mb-40{
  margin-bottom: -10rem;
}

:root .-ml-40{
  margin-left: -10rem;
}

:root .-mt-44{
  margin-top: -11rem;
}

:root .-mr-44{
  margin-right: -11rem;
}

:root .-mb-44{
  margin-bottom: -11rem;
}

:root .-ml-44{
  margin-left: -11rem;
}

:root .-mt-48{
  margin-top: -12rem;
}

:root .-mr-48{
  margin-right: -12rem;
}

:root .-mb-48{
  margin-bottom: -12rem;
}

:root .-ml-48{
  margin-left: -12rem;
}

:root .-mt-52{
  margin-top: -13rem;
}

:root .-mr-52{
  margin-right: -13rem;
}

:root .-mb-52{
  margin-bottom: -13rem;
}

:root .-ml-52{
  margin-left: -13rem;
}

:root .-mt-56{
  margin-top: -14rem;
}

:root .-mr-56{
  margin-right: -14rem;
}

:root .-mb-56{
  margin-bottom: -14rem;
}

:root .-ml-56{
  margin-left: -14rem;
}

:root .-mt-60{
  margin-top: -15rem;
}

:root .-mr-60{
  margin-right: -15rem;
}

:root .-mb-60{
  margin-bottom: -15rem;
}

:root .-ml-60{
  margin-left: -15rem;
}

:root .-mt-64{
  margin-top: -16rem;
}

:root .-mr-64{
  margin-right: -16rem;
}

:root .-mb-64{
  margin-bottom: -16rem;
}

:root .-ml-64{
  margin-left: -16rem;
}

:root .-mt-72{
  margin-top: -18rem;
}

:root .-mr-72{
  margin-right: -18rem;
}

:root .-mb-72{
  margin-bottom: -18rem;
}

:root .-ml-72{
  margin-left: -18rem;
}

:root .-mt-80{
  margin-top: -20rem;
}

:root .-mr-80{
  margin-right: -20rem;
}

:root .-mb-80{
  margin-bottom: -20rem;
}

:root .-ml-80{
  margin-left: -20rem;
}

:root .-mt-96{
  margin-top: -24rem;
}

:root .-mr-96{
  margin-right: -24rem;
}

:root .-mb-96{
  margin-bottom: -24rem;
}

:root .-ml-96{
  margin-left: -24rem;
}

:root .-mt-px{
  margin-top: -1px;
}

:root .-mr-px{
  margin-right: -1px;
}

:root .-mb-px{
  margin-bottom: -1px;
}

:root .-ml-px{
  margin-left: -1px;
}

:root .-mt-gutter{
  margin-top: calc(var(--padding-gutter) * -1);
}

:root .-mr-gutter{
  margin-right: calc(var(--padding-gutter) * -1);
}

:root .-mb-gutter{
  margin-bottom: calc(var(--padding-gutter) * -1);
}

:root .-ml-gutter{
  margin-left: calc(var(--padding-gutter) * -1);
}

:root .-mt-0\.5{
  margin-top: -0.125rem;
}

:root .-mr-0\.5{
  margin-right: -0.125rem;
}

:root .-mb-0\.5{
  margin-bottom: -0.125rem;
}

:root .-ml-0\.5{
  margin-left: -0.125rem;
}

:root .-mt-1\.5{
  margin-top: -0.375rem;
}

:root .-mr-1\.5{
  margin-right: -0.375rem;
}

:root .-mb-1\.5{
  margin-bottom: -0.375rem;
}

:root .-ml-1\.5{
  margin-left: -0.375rem;
}

:root .-mt-2\.5{
  margin-top: -0.625rem;
}

:root .-mr-2\.5{
  margin-right: -0.625rem;
}

:root .-mb-2\.5{
  margin-bottom: -0.625rem;
}

:root .-ml-2\.5{
  margin-left: -0.625rem;
}

:root .-mt-3\.5{
  margin-top: -0.875rem;
}

:root .-mr-3\.5{
  margin-right: -0.875rem;
}

:root .-mb-3\.5{
  margin-bottom: -0.875rem;
}

:root .-ml-3\.5{
  margin-left: -0.875rem;
}

:root .-mt-17\.5{
  margin-top: -4.375rem;
}

:root .-mr-17\.5{
  margin-right: -4.375rem;
}

:root .-mb-17\.5{
  margin-bottom: -4.375rem;
}

:root .-ml-17\.5{
  margin-left: -4.375rem;
}

:root [dir=ltr] .ltr\:m-0{
  margin: 0;
}

:root [dir=ltr] .ltr\:m-1{
  margin: 0.25rem;
}

:root [dir=ltr] .ltr\:m-2{
  margin: 0.5rem;
}

:root [dir=ltr] .ltr\:m-3{
  margin: 0.75rem;
}

:root [dir=ltr] .ltr\:m-4{
  margin: 1rem;
}

:root [dir=ltr] .ltr\:m-5{
  margin: 1.25rem;
}

:root [dir=ltr] .ltr\:m-6{
  margin: 1.5rem;
}

:root [dir=ltr] .ltr\:m-7{
  margin: 1.75rem;
}

:root [dir=ltr] .ltr\:m-8{
  margin: 2rem;
}

:root [dir=ltr] .ltr\:m-9{
  margin: 2.25rem;
}

:root [dir=ltr] .ltr\:m-10{
  margin: 2.5rem;
}

:root [dir=ltr] .ltr\:m-11{
  margin: 2.75rem;
}

:root [dir=ltr] .ltr\:m-12{
  margin: 3rem;
}

:root [dir=ltr] .ltr\:m-14{
  margin: 3.5rem;
}

:root [dir=ltr] .ltr\:m-16{
  margin: 4rem;
}

:root [dir=ltr] .ltr\:m-20{
  margin: 5rem;
}

:root [dir=ltr] .ltr\:m-24{
  margin: 6rem;
}

:root [dir=ltr] .ltr\:m-28{
  margin: 7rem;
}

:root [dir=ltr] .ltr\:m-32{
  margin: 8rem;
}

:root [dir=ltr] .ltr\:m-36{
  margin: 9rem;
}

:root [dir=ltr] .ltr\:m-40{
  margin: 10rem;
}

:root [dir=ltr] .ltr\:m-44{
  margin: 11rem;
}

:root [dir=ltr] .ltr\:m-48{
  margin: 12rem;
}

:root [dir=ltr] .ltr\:m-52{
  margin: 13rem;
}

:root [dir=ltr] .ltr\:m-56{
  margin: 14rem;
}

:root [dir=ltr] .ltr\:m-60{
  margin: 15rem;
}

:root [dir=ltr] .ltr\:m-64{
  margin: 16rem;
}

:root [dir=ltr] .ltr\:m-72{
  margin: 18rem;
}

:root [dir=ltr] .ltr\:m-80{
  margin: 20rem;
}

:root [dir=ltr] .ltr\:m-96{
  margin: 24rem;
}

:root [dir=ltr] .ltr\:m-auto{
  margin: auto;
}

:root [dir=ltr] .ltr\:m-px{
  margin: 1px;
}

:root [dir=ltr] .ltr\:m-gutter{
  margin: var(--padding-gutter);
}

:root [dir=ltr] .ltr\:m-0.5{
  margin: 0.125rem;
}

:root [dir=ltr] .ltr\:m-1.5{
  margin: 0.375rem;
}

:root [dir=ltr] .ltr\:m-2.5{
  margin: 0.625rem;
}

:root [dir=ltr] .ltr\:m-3.5{
  margin: 0.875rem;
}

:root [dir=ltr] .ltr\:m-17.5{
  margin: 4.375rem;
}

:root [dir=ltr] .ltr\:-m-1{
  margin: -0.25rem;
}

:root [dir=ltr] .ltr\:-m-2{
  margin: -0.5rem;
}

:root [dir=ltr] .ltr\:-m-3{
  margin: -0.75rem;
}

:root [dir=ltr] .ltr\:-m-4{
  margin: -1rem;
}

:root [dir=ltr] .ltr\:-m-5{
  margin: -1.25rem;
}

:root [dir=ltr] .ltr\:-m-6{
  margin: -1.5rem;
}

:root [dir=ltr] .ltr\:-m-7{
  margin: -1.75rem;
}

:root [dir=ltr] .ltr\:-m-8{
  margin: -2rem;
}

:root [dir=ltr] .ltr\:-m-9{
  margin: -2.25rem;
}

:root [dir=ltr] .ltr\:-m-10{
  margin: -2.5rem;
}

:root [dir=ltr] .ltr\:-m-11{
  margin: -2.75rem;
}

:root [dir=ltr] .ltr\:-m-12{
  margin: -3rem;
}

:root [dir=ltr] .ltr\:-m-14{
  margin: -3.5rem;
}

:root [dir=ltr] .ltr\:-m-16{
  margin: -4rem;
}

:root [dir=ltr] .ltr\:-m-20{
  margin: -5rem;
}

:root [dir=ltr] .ltr\:-m-24{
  margin: -6rem;
}

:root [dir=ltr] .ltr\:-m-28{
  margin: -7rem;
}

:root [dir=ltr] .ltr\:-m-32{
  margin: -8rem;
}

:root [dir=ltr] .ltr\:-m-36{
  margin: -9rem;
}

:root [dir=ltr] .ltr\:-m-40{
  margin: -10rem;
}

:root [dir=ltr] .ltr\:-m-44{
  margin: -11rem;
}

:root [dir=ltr] .ltr\:-m-48{
  margin: -12rem;
}

:root [dir=ltr] .ltr\:-m-52{
  margin: -13rem;
}

:root [dir=ltr] .ltr\:-m-56{
  margin: -14rem;
}

:root [dir=ltr] .ltr\:-m-60{
  margin: -15rem;
}

:root [dir=ltr] .ltr\:-m-64{
  margin: -16rem;
}

:root [dir=ltr] .ltr\:-m-72{
  margin: -18rem;
}

:root [dir=ltr] .ltr\:-m-80{
  margin: -20rem;
}

:root [dir=ltr] .ltr\:-m-96{
  margin: -24rem;
}

:root [dir=ltr] .ltr\:-m-px{
  margin: -1px;
}

:root [dir=ltr] .ltr\:-m-gutter{
  margin: calc(var(--padding-gutter) * -1);
}

:root [dir=ltr] .ltr\:-m-0.5{
  margin: -0.125rem;
}

:root [dir=ltr] .ltr\:-m-1.5{
  margin: -0.375rem;
}

:root [dir=ltr] .ltr\:-m-2.5{
  margin: -0.625rem;
}

:root [dir=ltr] .ltr\:-m-3.5{
  margin: -0.875rem;
}

:root [dir=ltr] .ltr\:-m-17.5{
  margin: -4.375rem;
}

:root [dir=ltr] .ltr\:my-0{
  margin-top: 0;
  margin-bottom: 0;
}

:root [dir=ltr] .ltr\:mx-0{
  margin-left: 0;
  margin-right: 0;
}

:root [dir=ltr] .ltr\:my-1{
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

:root [dir=ltr] .ltr\:mx-1{
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

:root [dir=ltr] .ltr\:my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

:root [dir=ltr] .ltr\:mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

:root [dir=ltr] .ltr\:my-3{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

:root [dir=ltr] .ltr\:mx-3{
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

:root [dir=ltr] .ltr\:my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}

:root [dir=ltr] .ltr\:mx-4{
  margin-left: 1rem;
  margin-right: 1rem;
}

:root [dir=ltr] .ltr\:my-5{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

:root [dir=ltr] .ltr\:mx-5{
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

:root [dir=ltr] .ltr\:my-6{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

:root [dir=ltr] .ltr\:mx-6{
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

:root [dir=ltr] .ltr\:my-7{
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}

:root [dir=ltr] .ltr\:mx-7{
  margin-left: 1.75rem;
  margin-right: 1.75rem;
}

:root [dir=ltr] .ltr\:my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}

:root [dir=ltr] .ltr\:mx-8{
  margin-left: 2rem;
  margin-right: 2rem;
}

:root [dir=ltr] .ltr\:my-9{
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}

:root [dir=ltr] .ltr\:mx-9{
  margin-left: 2.25rem;
  margin-right: 2.25rem;
}

:root [dir=ltr] .ltr\:my-10{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

:root [dir=ltr] .ltr\:mx-10{
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

:root [dir=ltr] .ltr\:my-11{
  margin-top: 2.75rem;
  margin-bottom: 2.75rem;
}

:root [dir=ltr] .ltr\:mx-11{
  margin-left: 2.75rem;
  margin-right: 2.75rem;
}

:root [dir=ltr] .ltr\:my-12{
  margin-top: 3rem;
  margin-bottom: 3rem;
}

:root [dir=ltr] .ltr\:mx-12{
  margin-left: 3rem;
  margin-right: 3rem;
}

:root [dir=ltr] .ltr\:my-14{
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

:root [dir=ltr] .ltr\:mx-14{
  margin-left: 3.5rem;
  margin-right: 3.5rem;
}

:root [dir=ltr] .ltr\:my-16{
  margin-top: 4rem;
  margin-bottom: 4rem;
}

:root [dir=ltr] .ltr\:mx-16{
  margin-left: 4rem;
  margin-right: 4rem;
}

:root [dir=ltr] .ltr\:my-20{
  margin-top: 5rem;
  margin-bottom: 5rem;
}

:root [dir=ltr] .ltr\:mx-20{
  margin-left: 5rem;
  margin-right: 5rem;
}

:root [dir=ltr] .ltr\:my-24{
  margin-top: 6rem;
  margin-bottom: 6rem;
}

:root [dir=ltr] .ltr\:mx-24{
  margin-left: 6rem;
  margin-right: 6rem;
}

:root [dir=ltr] .ltr\:my-28{
  margin-top: 7rem;
  margin-bottom: 7rem;
}

:root [dir=ltr] .ltr\:mx-28{
  margin-left: 7rem;
  margin-right: 7rem;
}

:root [dir=ltr] .ltr\:my-32{
  margin-top: 8rem;
  margin-bottom: 8rem;
}

:root [dir=ltr] .ltr\:mx-32{
  margin-left: 8rem;
  margin-right: 8rem;
}

:root [dir=ltr] .ltr\:my-36{
  margin-top: 9rem;
  margin-bottom: 9rem;
}

:root [dir=ltr] .ltr\:mx-36{
  margin-left: 9rem;
  margin-right: 9rem;
}

:root [dir=ltr] .ltr\:my-40{
  margin-top: 10rem;
  margin-bottom: 10rem;
}

:root [dir=ltr] .ltr\:mx-40{
  margin-left: 10rem;
  margin-right: 10rem;
}

:root [dir=ltr] .ltr\:my-44{
  margin-top: 11rem;
  margin-bottom: 11rem;
}

:root [dir=ltr] .ltr\:mx-44{
  margin-left: 11rem;
  margin-right: 11rem;
}

:root [dir=ltr] .ltr\:my-48{
  margin-top: 12rem;
  margin-bottom: 12rem;
}

:root [dir=ltr] .ltr\:mx-48{
  margin-left: 12rem;
  margin-right: 12rem;
}

:root [dir=ltr] .ltr\:my-52{
  margin-top: 13rem;
  margin-bottom: 13rem;
}

:root [dir=ltr] .ltr\:mx-52{
  margin-left: 13rem;
  margin-right: 13rem;
}

:root [dir=ltr] .ltr\:my-56{
  margin-top: 14rem;
  margin-bottom: 14rem;
}

:root [dir=ltr] .ltr\:mx-56{
  margin-left: 14rem;
  margin-right: 14rem;
}

:root [dir=ltr] .ltr\:my-60{
  margin-top: 15rem;
  margin-bottom: 15rem;
}

:root [dir=ltr] .ltr\:mx-60{
  margin-left: 15rem;
  margin-right: 15rem;
}

:root [dir=ltr] .ltr\:my-64{
  margin-top: 16rem;
  margin-bottom: 16rem;
}

:root [dir=ltr] .ltr\:mx-64{
  margin-left: 16rem;
  margin-right: 16rem;
}

:root [dir=ltr] .ltr\:my-72{
  margin-top: 18rem;
  margin-bottom: 18rem;
}

:root [dir=ltr] .ltr\:mx-72{
  margin-left: 18rem;
  margin-right: 18rem;
}

:root [dir=ltr] .ltr\:my-80{
  margin-top: 20rem;
  margin-bottom: 20rem;
}

:root [dir=ltr] .ltr\:mx-80{
  margin-left: 20rem;
  margin-right: 20rem;
}

:root [dir=ltr] .ltr\:my-96{
  margin-top: 24rem;
  margin-bottom: 24rem;
}

:root [dir=ltr] .ltr\:mx-96{
  margin-left: 24rem;
  margin-right: 24rem;
}

:root [dir=ltr] .ltr\:my-auto{
  margin-top: auto;
  margin-bottom: auto;
}

:root [dir=ltr] .ltr\:mx-auto{
  margin-left: auto;
  margin-right: auto;
}

:root [dir=ltr] .ltr\:my-px{
  margin-top: 1px;
  margin-bottom: 1px;
}

:root [dir=ltr] .ltr\:mx-px{
  margin-left: 1px;
  margin-right: 1px;
}

:root [dir=ltr] .ltr\:my-gutter{
  margin-top: var(--padding-gutter);
  margin-bottom: var(--padding-gutter);
}

:root [dir=ltr] .ltr\:mx-gutter{
  margin-left: var(--padding-gutter);
  margin-right: var(--padding-gutter);
}

:root [dir=ltr] .ltr\:my-0.5{
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
}

:root [dir=ltr] .ltr\:mx-0.5{
  margin-left: 0.125rem;
  margin-right: 0.125rem;
}

:root [dir=ltr] .ltr\:my-1.5{
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
}

:root [dir=ltr] .ltr\:mx-1.5{
  margin-left: 0.375rem;
  margin-right: 0.375rem;
}

:root [dir=ltr] .ltr\:my-2.5{
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

:root [dir=ltr] .ltr\:mx-2.5{
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}

:root [dir=ltr] .ltr\:my-3.5{
  margin-top: 0.875rem;
  margin-bottom: 0.875rem;
}

:root [dir=ltr] .ltr\:mx-3.5{
  margin-left: 0.875rem;
  margin-right: 0.875rem;
}

:root [dir=ltr] .ltr\:my-17.5{
  margin-top: 4.375rem;
  margin-bottom: 4.375rem;
}

:root [dir=ltr] .ltr\:mx-17.5{
  margin-left: 4.375rem;
  margin-right: 4.375rem;
}

:root [dir=ltr] .ltr\:-my-1{
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}

:root [dir=ltr] .ltr\:-mx-1{
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

:root [dir=ltr] .ltr\:-my-2{
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}

:root [dir=ltr] .ltr\:-mx-2{
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

:root [dir=ltr] .ltr\:-my-3{
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
}

:root [dir=ltr] .ltr\:-mx-3{
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

:root [dir=ltr] .ltr\:-my-4{
  margin-top: -1rem;
  margin-bottom: -1rem;
}

:root [dir=ltr] .ltr\:-mx-4{
  margin-left: -1rem;
  margin-right: -1rem;
}

:root [dir=ltr] .ltr\:-my-5{
  margin-top: -1.25rem;
  margin-bottom: -1.25rem;
}

:root [dir=ltr] .ltr\:-mx-5{
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

:root [dir=ltr] .ltr\:-my-6{
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
}

:root [dir=ltr] .ltr\:-mx-6{
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

:root [dir=ltr] .ltr\:-my-7{
  margin-top: -1.75rem;
  margin-bottom: -1.75rem;
}

:root [dir=ltr] .ltr\:-mx-7{
  margin-left: -1.75rem;
  margin-right: -1.75rem;
}

:root [dir=ltr] .ltr\:-my-8{
  margin-top: -2rem;
  margin-bottom: -2rem;
}

:root [dir=ltr] .ltr\:-mx-8{
  margin-left: -2rem;
  margin-right: -2rem;
}

:root [dir=ltr] .ltr\:-my-9{
  margin-top: -2.25rem;
  margin-bottom: -2.25rem;
}

:root [dir=ltr] .ltr\:-mx-9{
  margin-left: -2.25rem;
  margin-right: -2.25rem;
}

:root [dir=ltr] .ltr\:-my-10{
  margin-top: -2.5rem;
  margin-bottom: -2.5rem;
}

:root [dir=ltr] .ltr\:-mx-10{
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}

:root [dir=ltr] .ltr\:-my-11{
  margin-top: -2.75rem;
  margin-bottom: -2.75rem;
}

:root [dir=ltr] .ltr\:-mx-11{
  margin-left: -2.75rem;
  margin-right: -2.75rem;
}

:root [dir=ltr] .ltr\:-my-12{
  margin-top: -3rem;
  margin-bottom: -3rem;
}

:root [dir=ltr] .ltr\:-mx-12{
  margin-left: -3rem;
  margin-right: -3rem;
}

:root [dir=ltr] .ltr\:-my-14{
  margin-top: -3.5rem;
  margin-bottom: -3.5rem;
}

:root [dir=ltr] .ltr\:-mx-14{
  margin-left: -3.5rem;
  margin-right: -3.5rem;
}

:root [dir=ltr] .ltr\:-my-16{
  margin-top: -4rem;
  margin-bottom: -4rem;
}

:root [dir=ltr] .ltr\:-mx-16{
  margin-left: -4rem;
  margin-right: -4rem;
}

:root [dir=ltr] .ltr\:-my-20{
  margin-top: -5rem;
  margin-bottom: -5rem;
}

:root [dir=ltr] .ltr\:-mx-20{
  margin-left: -5rem;
  margin-right: -5rem;
}

:root [dir=ltr] .ltr\:-my-24{
  margin-top: -6rem;
  margin-bottom: -6rem;
}

:root [dir=ltr] .ltr\:-mx-24{
  margin-left: -6rem;
  margin-right: -6rem;
}

:root [dir=ltr] .ltr\:-my-28{
  margin-top: -7rem;
  margin-bottom: -7rem;
}

:root [dir=ltr] .ltr\:-mx-28{
  margin-left: -7rem;
  margin-right: -7rem;
}

:root [dir=ltr] .ltr\:-my-32{
  margin-top: -8rem;
  margin-bottom: -8rem;
}

:root [dir=ltr] .ltr\:-mx-32{
  margin-left: -8rem;
  margin-right: -8rem;
}

:root [dir=ltr] .ltr\:-my-36{
  margin-top: -9rem;
  margin-bottom: -9rem;
}

:root [dir=ltr] .ltr\:-mx-36{
  margin-left: -9rem;
  margin-right: -9rem;
}

:root [dir=ltr] .ltr\:-my-40{
  margin-top: -10rem;
  margin-bottom: -10rem;
}

:root [dir=ltr] .ltr\:-mx-40{
  margin-left: -10rem;
  margin-right: -10rem;
}

:root [dir=ltr] .ltr\:-my-44{
  margin-top: -11rem;
  margin-bottom: -11rem;
}

:root [dir=ltr] .ltr\:-mx-44{
  margin-left: -11rem;
  margin-right: -11rem;
}

:root [dir=ltr] .ltr\:-my-48{
  margin-top: -12rem;
  margin-bottom: -12rem;
}

:root [dir=ltr] .ltr\:-mx-48{
  margin-left: -12rem;
  margin-right: -12rem;
}

:root [dir=ltr] .ltr\:-my-52{
  margin-top: -13rem;
  margin-bottom: -13rem;
}

:root [dir=ltr] .ltr\:-mx-52{
  margin-left: -13rem;
  margin-right: -13rem;
}

:root [dir=ltr] .ltr\:-my-56{
  margin-top: -14rem;
  margin-bottom: -14rem;
}

:root [dir=ltr] .ltr\:-mx-56{
  margin-left: -14rem;
  margin-right: -14rem;
}

:root [dir=ltr] .ltr\:-my-60{
  margin-top: -15rem;
  margin-bottom: -15rem;
}

:root [dir=ltr] .ltr\:-mx-60{
  margin-left: -15rem;
  margin-right: -15rem;
}

:root [dir=ltr] .ltr\:-my-64{
  margin-top: -16rem;
  margin-bottom: -16rem;
}

:root [dir=ltr] .ltr\:-mx-64{
  margin-left: -16rem;
  margin-right: -16rem;
}

:root [dir=ltr] .ltr\:-my-72{
  margin-top: -18rem;
  margin-bottom: -18rem;
}

:root [dir=ltr] .ltr\:-mx-72{
  margin-left: -18rem;
  margin-right: -18rem;
}

:root [dir=ltr] .ltr\:-my-80{
  margin-top: -20rem;
  margin-bottom: -20rem;
}

:root [dir=ltr] .ltr\:-mx-80{
  margin-left: -20rem;
  margin-right: -20rem;
}

:root [dir=ltr] .ltr\:-my-96{
  margin-top: -24rem;
  margin-bottom: -24rem;
}

:root [dir=ltr] .ltr\:-mx-96{
  margin-left: -24rem;
  margin-right: -24rem;
}

:root [dir=ltr] .ltr\:-my-px{
  margin-top: -1px;
  margin-bottom: -1px;
}

:root [dir=ltr] .ltr\:-mx-px{
  margin-left: -1px;
  margin-right: -1px;
}

:root [dir=ltr] .ltr\:-my-gutter{
  margin-top: calc(var(--padding-gutter) * -1);
  margin-bottom: calc(var(--padding-gutter) * -1);
}

:root [dir=ltr] .ltr\:-mx-gutter{
  margin-left: calc(var(--padding-gutter) * -1);
  margin-right: calc(var(--padding-gutter) * -1);
}

:root [dir=ltr] .ltr\:-my-0.5{
  margin-top: -0.125rem;
  margin-bottom: -0.125rem;
}

:root [dir=ltr] .ltr\:-mx-0.5{
  margin-left: -0.125rem;
  margin-right: -0.125rem;
}

:root [dir=ltr] .ltr\:-my-1.5{
  margin-top: -0.375rem;
  margin-bottom: -0.375rem;
}

:root [dir=ltr] .ltr\:-mx-1.5{
  margin-left: -0.375rem;
  margin-right: -0.375rem;
}

:root [dir=ltr] .ltr\:-my-2.5{
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

:root [dir=ltr] .ltr\:-mx-2.5{
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

:root [dir=ltr] .ltr\:-my-3.5{
  margin-top: -0.875rem;
  margin-bottom: -0.875rem;
}

:root [dir=ltr] .ltr\:-mx-3.5{
  margin-left: -0.875rem;
  margin-right: -0.875rem;
}

:root [dir=ltr] .ltr\:-my-17.5{
  margin-top: -4.375rem;
  margin-bottom: -4.375rem;
}

:root [dir=ltr] .ltr\:-mx-17.5{
  margin-left: -4.375rem;
  margin-right: -4.375rem;
}

:root [dir=ltr] .ltr\:mt-0{
  margin-top: 0;
}

:root [dir=ltr] .ltr\:mr-0{
  margin-right: 0;
}

:root [dir=ltr] .ltr\:mb-0{
  margin-bottom: 0;
}

:root [dir=ltr] .ltr\:ml-0{
  margin-left: 0;
}

:root [dir=ltr] .ltr\:mt-1{
  margin-top: 0.25rem;
}

:root [dir=ltr] .ltr\:mr-1{
  margin-right: 0.25rem;
}

:root [dir=ltr] .ltr\:mb-1{
  margin-bottom: 0.25rem;
}

:root [dir=ltr] .ltr\:ml-1{
  margin-left: 0.25rem;
}

:root [dir=ltr] .ltr\:mt-2{
  margin-top: 0.5rem;
}

:root [dir=ltr] .ltr\:mr-2{
  margin-right: 0.5rem;
}

:root [dir=ltr] .ltr\:mb-2{
  margin-bottom: 0.5rem;
}

:root [dir=ltr] .ltr\:ml-2{
  margin-left: 0.5rem;
}

:root [dir=ltr] .ltr\:mt-3{
  margin-top: 0.75rem;
}

:root [dir=ltr] .ltr\:mr-3{
  margin-right: 0.75rem;
}

:root [dir=ltr] .ltr\:mb-3{
  margin-bottom: 0.75rem;
}

:root [dir=ltr] .ltr\:ml-3{
  margin-left: 0.75rem;
}

:root [dir=ltr] .ltr\:mt-4{
  margin-top: 1rem;
}

:root [dir=ltr] .ltr\:mr-4{
  margin-right: 1rem;
}

:root [dir=ltr] .ltr\:mb-4{
  margin-bottom: 1rem;
}

:root [dir=ltr] .ltr\:ml-4{
  margin-left: 1rem;
}

:root [dir=ltr] .ltr\:mt-5{
  margin-top: 1.25rem;
}

:root [dir=ltr] .ltr\:mr-5{
  margin-right: 1.25rem;
}

:root [dir=ltr] .ltr\:mb-5{
  margin-bottom: 1.25rem;
}

:root [dir=ltr] .ltr\:ml-5{
  margin-left: 1.25rem;
}

:root [dir=ltr] .ltr\:mt-6{
  margin-top: 1.5rem;
}

:root [dir=ltr] .ltr\:mr-6{
  margin-right: 1.5rem;
}

:root [dir=ltr] .ltr\:mb-6{
  margin-bottom: 1.5rem;
}

:root [dir=ltr] .ltr\:ml-6{
  margin-left: 1.5rem;
}

:root [dir=ltr] .ltr\:mt-7{
  margin-top: 1.75rem;
}

:root [dir=ltr] .ltr\:mr-7{
  margin-right: 1.75rem;
}

:root [dir=ltr] .ltr\:mb-7{
  margin-bottom: 1.75rem;
}

:root [dir=ltr] .ltr\:ml-7{
  margin-left: 1.75rem;
}

:root [dir=ltr] .ltr\:mt-8{
  margin-top: 2rem;
}

:root [dir=ltr] .ltr\:mr-8{
  margin-right: 2rem;
}

:root [dir=ltr] .ltr\:mb-8{
  margin-bottom: 2rem;
}

:root [dir=ltr] .ltr\:ml-8{
  margin-left: 2rem;
}

:root [dir=ltr] .ltr\:mt-9{
  margin-top: 2.25rem;
}

:root [dir=ltr] .ltr\:mr-9{
  margin-right: 2.25rem;
}

:root [dir=ltr] .ltr\:mb-9{
  margin-bottom: 2.25rem;
}

:root [dir=ltr] .ltr\:ml-9{
  margin-left: 2.25rem;
}

:root [dir=ltr] .ltr\:mt-10{
  margin-top: 2.5rem;
}

:root [dir=ltr] .ltr\:mr-10{
  margin-right: 2.5rem;
}

:root [dir=ltr] .ltr\:mb-10{
  margin-bottom: 2.5rem;
}

:root [dir=ltr] .ltr\:ml-10{
  margin-left: 2.5rem;
}

:root [dir=ltr] .ltr\:mt-11{
  margin-top: 2.75rem;
}

:root [dir=ltr] .ltr\:mr-11{
  margin-right: 2.75rem;
}

:root [dir=ltr] .ltr\:mb-11{
  margin-bottom: 2.75rem;
}

:root [dir=ltr] .ltr\:ml-11{
  margin-left: 2.75rem;
}

:root [dir=ltr] .ltr\:mt-12{
  margin-top: 3rem;
}

:root [dir=ltr] .ltr\:mr-12{
  margin-right: 3rem;
}

:root [dir=ltr] .ltr\:mb-12{
  margin-bottom: 3rem;
}

:root [dir=ltr] .ltr\:ml-12{
  margin-left: 3rem;
}

:root [dir=ltr] .ltr\:mt-14{
  margin-top: 3.5rem;
}

:root [dir=ltr] .ltr\:mr-14{
  margin-right: 3.5rem;
}

:root [dir=ltr] .ltr\:mb-14{
  margin-bottom: 3.5rem;
}

:root [dir=ltr] .ltr\:ml-14{
  margin-left: 3.5rem;
}

:root [dir=ltr] .ltr\:mt-16{
  margin-top: 4rem;
}

:root [dir=ltr] .ltr\:mr-16{
  margin-right: 4rem;
}

:root [dir=ltr] .ltr\:mb-16{
  margin-bottom: 4rem;
}

:root [dir=ltr] .ltr\:ml-16{
  margin-left: 4rem;
}

:root [dir=ltr] .ltr\:mt-20{
  margin-top: 5rem;
}

:root [dir=ltr] .ltr\:mr-20{
  margin-right: 5rem;
}

:root [dir=ltr] .ltr\:mb-20{
  margin-bottom: 5rem;
}

:root [dir=ltr] .ltr\:ml-20{
  margin-left: 5rem;
}

:root [dir=ltr] .ltr\:mt-24{
  margin-top: 6rem;
}

:root [dir=ltr] .ltr\:mr-24{
  margin-right: 6rem;
}

:root [dir=ltr] .ltr\:mb-24{
  margin-bottom: 6rem;
}

:root [dir=ltr] .ltr\:ml-24{
  margin-left: 6rem;
}

:root [dir=ltr] .ltr\:mt-28{
  margin-top: 7rem;
}

:root [dir=ltr] .ltr\:mr-28{
  margin-right: 7rem;
}

:root [dir=ltr] .ltr\:mb-28{
  margin-bottom: 7rem;
}

:root [dir=ltr] .ltr\:ml-28{
  margin-left: 7rem;
}

:root [dir=ltr] .ltr\:mt-32{
  margin-top: 8rem;
}

:root [dir=ltr] .ltr\:mr-32{
  margin-right: 8rem;
}

:root [dir=ltr] .ltr\:mb-32{
  margin-bottom: 8rem;
}

:root [dir=ltr] .ltr\:ml-32{
  margin-left: 8rem;
}

:root [dir=ltr] .ltr\:mt-36{
  margin-top: 9rem;
}

:root [dir=ltr] .ltr\:mr-36{
  margin-right: 9rem;
}

:root [dir=ltr] .ltr\:mb-36{
  margin-bottom: 9rem;
}

:root [dir=ltr] .ltr\:ml-36{
  margin-left: 9rem;
}

:root [dir=ltr] .ltr\:mt-40{
  margin-top: 10rem;
}

:root [dir=ltr] .ltr\:mr-40{
  margin-right: 10rem;
}

:root [dir=ltr] .ltr\:mb-40{
  margin-bottom: 10rem;
}

:root [dir=ltr] .ltr\:ml-40{
  margin-left: 10rem;
}

:root [dir=ltr] .ltr\:mt-44{
  margin-top: 11rem;
}

:root [dir=ltr] .ltr\:mr-44{
  margin-right: 11rem;
}

:root [dir=ltr] .ltr\:mb-44{
  margin-bottom: 11rem;
}

:root [dir=ltr] .ltr\:ml-44{
  margin-left: 11rem;
}

:root [dir=ltr] .ltr\:mt-48{
  margin-top: 12rem;
}

:root [dir=ltr] .ltr\:mr-48{
  margin-right: 12rem;
}

:root [dir=ltr] .ltr\:mb-48{
  margin-bottom: 12rem;
}

:root [dir=ltr] .ltr\:ml-48{
  margin-left: 12rem;
}

:root [dir=ltr] .ltr\:mt-52{
  margin-top: 13rem;
}

:root [dir=ltr] .ltr\:mr-52{
  margin-right: 13rem;
}

:root [dir=ltr] .ltr\:mb-52{
  margin-bottom: 13rem;
}

:root [dir=ltr] .ltr\:ml-52{
  margin-left: 13rem;
}

:root [dir=ltr] .ltr\:mt-56{
  margin-top: 14rem;
}

:root [dir=ltr] .ltr\:mr-56{
  margin-right: 14rem;
}

:root [dir=ltr] .ltr\:mb-56{
  margin-bottom: 14rem;
}

:root [dir=ltr] .ltr\:ml-56{
  margin-left: 14rem;
}

:root [dir=ltr] .ltr\:mt-60{
  margin-top: 15rem;
}

:root [dir=ltr] .ltr\:mr-60{
  margin-right: 15rem;
}

:root [dir=ltr] .ltr\:mb-60{
  margin-bottom: 15rem;
}

:root [dir=ltr] .ltr\:ml-60{
  margin-left: 15rem;
}

:root [dir=ltr] .ltr\:mt-64{
  margin-top: 16rem;
}

:root [dir=ltr] .ltr\:mr-64{
  margin-right: 16rem;
}

:root [dir=ltr] .ltr\:mb-64{
  margin-bottom: 16rem;
}

:root [dir=ltr] .ltr\:ml-64{
  margin-left: 16rem;
}

:root [dir=ltr] .ltr\:mt-72{
  margin-top: 18rem;
}

:root [dir=ltr] .ltr\:mr-72{
  margin-right: 18rem;
}

:root [dir=ltr] .ltr\:mb-72{
  margin-bottom: 18rem;
}

:root [dir=ltr] .ltr\:ml-72{
  margin-left: 18rem;
}

:root [dir=ltr] .ltr\:mt-80{
  margin-top: 20rem;
}

:root [dir=ltr] .ltr\:mr-80{
  margin-right: 20rem;
}

:root [dir=ltr] .ltr\:mb-80{
  margin-bottom: 20rem;
}

:root [dir=ltr] .ltr\:ml-80{
  margin-left: 20rem;
}

:root [dir=ltr] .ltr\:mt-96{
  margin-top: 24rem;
}

:root [dir=ltr] .ltr\:mr-96{
  margin-right: 24rem;
}

:root [dir=ltr] .ltr\:mb-96{
  margin-bottom: 24rem;
}

:root [dir=ltr] .ltr\:ml-96{
  margin-left: 24rem;
}

:root [dir=ltr] .ltr\:mt-auto{
  margin-top: auto;
}

:root [dir=ltr] .ltr\:mr-auto{
  margin-right: auto;
}

:root [dir=ltr] .ltr\:mb-auto{
  margin-bottom: auto;
}

:root [dir=ltr] .ltr\:ml-auto{
  margin-left: auto;
}

:root [dir=ltr] .ltr\:mt-px{
  margin-top: 1px;
}

:root [dir=ltr] .ltr\:mr-px{
  margin-right: 1px;
}

:root [dir=ltr] .ltr\:mb-px{
  margin-bottom: 1px;
}

:root [dir=ltr] .ltr\:ml-px{
  margin-left: 1px;
}

:root [dir=ltr] .ltr\:mt-gutter{
  margin-top: var(--padding-gutter);
}

:root [dir=ltr] .ltr\:mr-gutter{
  margin-right: var(--padding-gutter);
}

:root [dir=ltr] .ltr\:mb-gutter{
  margin-bottom: var(--padding-gutter);
}

:root [dir=ltr] .ltr\:ml-gutter{
  margin-left: var(--padding-gutter);
}

:root [dir=ltr] .ltr\:mt-0.5{
  margin-top: 0.125rem;
}

:root [dir=ltr] .ltr\:mr-0.5{
  margin-right: 0.125rem;
}

:root [dir=ltr] .ltr\:mb-0.5{
  margin-bottom: 0.125rem;
}

:root [dir=ltr] .ltr\:ml-0.5{
  margin-left: 0.125rem;
}

:root [dir=ltr] .ltr\:mt-1.5{
  margin-top: 0.375rem;
}

:root [dir=ltr] .ltr\:mr-1.5{
  margin-right: 0.375rem;
}

:root [dir=ltr] .ltr\:mb-1.5{
  margin-bottom: 0.375rem;
}

:root [dir=ltr] .ltr\:ml-1.5{
  margin-left: 0.375rem;
}

:root [dir=ltr] .ltr\:mt-2.5{
  margin-top: 0.625rem;
}

:root [dir=ltr] .ltr\:mr-2.5{
  margin-right: 0.625rem;
}

:root [dir=ltr] .ltr\:mb-2.5{
  margin-bottom: 0.625rem;
}

:root [dir=ltr] .ltr\:ml-2.5{
  margin-left: 0.625rem;
}

:root [dir=ltr] .ltr\:mt-3.5{
  margin-top: 0.875rem;
}

:root [dir=ltr] .ltr\:mr-3.5{
  margin-right: 0.875rem;
}

:root [dir=ltr] .ltr\:mb-3.5{
  margin-bottom: 0.875rem;
}

:root [dir=ltr] .ltr\:ml-3.5{
  margin-left: 0.875rem;
}

:root [dir=ltr] .ltr\:mt-17.5{
  margin-top: 4.375rem;
}

:root [dir=ltr] .ltr\:mr-17.5{
  margin-right: 4.375rem;
}

:root [dir=ltr] .ltr\:mb-17.5{
  margin-bottom: 4.375rem;
}

:root [dir=ltr] .ltr\:ml-17.5{
  margin-left: 4.375rem;
}

:root [dir=ltr] .ltr\:-mt-1{
  margin-top: -0.25rem;
}

:root [dir=ltr] .ltr\:-mr-1{
  margin-right: -0.25rem;
}

:root [dir=ltr] .ltr\:-mb-1{
  margin-bottom: -0.25rem;
}

:root [dir=ltr] .ltr\:-ml-1{
  margin-left: -0.25rem;
}

:root [dir=ltr] .ltr\:-mt-2{
  margin-top: -0.5rem;
}

:root [dir=ltr] .ltr\:-mr-2{
  margin-right: -0.5rem;
}

:root [dir=ltr] .ltr\:-mb-2{
  margin-bottom: -0.5rem;
}

:root [dir=ltr] .ltr\:-ml-2{
  margin-left: -0.5rem;
}

:root [dir=ltr] .ltr\:-mt-3{
  margin-top: -0.75rem;
}

:root [dir=ltr] .ltr\:-mr-3{
  margin-right: -0.75rem;
}

:root [dir=ltr] .ltr\:-mb-3{
  margin-bottom: -0.75rem;
}

:root [dir=ltr] .ltr\:-ml-3{
  margin-left: -0.75rem;
}

:root [dir=ltr] .ltr\:-mt-4{
  margin-top: -1rem;
}

:root [dir=ltr] .ltr\:-mr-4{
  margin-right: -1rem;
}

:root [dir=ltr] .ltr\:-mb-4{
  margin-bottom: -1rem;
}

:root [dir=ltr] .ltr\:-ml-4{
  margin-left: -1rem;
}

:root [dir=ltr] .ltr\:-mt-5{
  margin-top: -1.25rem;
}

:root [dir=ltr] .ltr\:-mr-5{
  margin-right: -1.25rem;
}

:root [dir=ltr] .ltr\:-mb-5{
  margin-bottom: -1.25rem;
}

:root [dir=ltr] .ltr\:-ml-5{
  margin-left: -1.25rem;
}

:root [dir=ltr] .ltr\:-mt-6{
  margin-top: -1.5rem;
}

:root [dir=ltr] .ltr\:-mr-6{
  margin-right: -1.5rem;
}

:root [dir=ltr] .ltr\:-mb-6{
  margin-bottom: -1.5rem;
}

:root [dir=ltr] .ltr\:-ml-6{
  margin-left: -1.5rem;
}

:root [dir=ltr] .ltr\:-mt-7{
  margin-top: -1.75rem;
}

:root [dir=ltr] .ltr\:-mr-7{
  margin-right: -1.75rem;
}

:root [dir=ltr] .ltr\:-mb-7{
  margin-bottom: -1.75rem;
}

:root [dir=ltr] .ltr\:-ml-7{
  margin-left: -1.75rem;
}

:root [dir=ltr] .ltr\:-mt-8{
  margin-top: -2rem;
}

:root [dir=ltr] .ltr\:-mr-8{
  margin-right: -2rem;
}

:root [dir=ltr] .ltr\:-mb-8{
  margin-bottom: -2rem;
}

:root [dir=ltr] .ltr\:-ml-8{
  margin-left: -2rem;
}

:root [dir=ltr] .ltr\:-mt-9{
  margin-top: -2.25rem;
}

:root [dir=ltr] .ltr\:-mr-9{
  margin-right: -2.25rem;
}

:root [dir=ltr] .ltr\:-mb-9{
  margin-bottom: -2.25rem;
}

:root [dir=ltr] .ltr\:-ml-9{
  margin-left: -2.25rem;
}

:root [dir=ltr] .ltr\:-mt-10{
  margin-top: -2.5rem;
}

:root [dir=ltr] .ltr\:-mr-10{
  margin-right: -2.5rem;
}

:root [dir=ltr] .ltr\:-mb-10{
  margin-bottom: -2.5rem;
}

:root [dir=ltr] .ltr\:-ml-10{
  margin-left: -2.5rem;
}

:root [dir=ltr] .ltr\:-mt-11{
  margin-top: -2.75rem;
}

:root [dir=ltr] .ltr\:-mr-11{
  margin-right: -2.75rem;
}

:root [dir=ltr] .ltr\:-mb-11{
  margin-bottom: -2.75rem;
}

:root [dir=ltr] .ltr\:-ml-11{
  margin-left: -2.75rem;
}

:root [dir=ltr] .ltr\:-mt-12{
  margin-top: -3rem;
}

:root [dir=ltr] .ltr\:-mr-12{
  margin-right: -3rem;
}

:root [dir=ltr] .ltr\:-mb-12{
  margin-bottom: -3rem;
}

:root [dir=ltr] .ltr\:-ml-12{
  margin-left: -3rem;
}

:root [dir=ltr] .ltr\:-mt-14{
  margin-top: -3.5rem;
}

:root [dir=ltr] .ltr\:-mr-14{
  margin-right: -3.5rem;
}

:root [dir=ltr] .ltr\:-mb-14{
  margin-bottom: -3.5rem;
}

:root [dir=ltr] .ltr\:-ml-14{
  margin-left: -3.5rem;
}

:root [dir=ltr] .ltr\:-mt-16{
  margin-top: -4rem;
}

:root [dir=ltr] .ltr\:-mr-16{
  margin-right: -4rem;
}

:root [dir=ltr] .ltr\:-mb-16{
  margin-bottom: -4rem;
}

:root [dir=ltr] .ltr\:-ml-16{
  margin-left: -4rem;
}

:root [dir=ltr] .ltr\:-mt-20{
  margin-top: -5rem;
}

:root [dir=ltr] .ltr\:-mr-20{
  margin-right: -5rem;
}

:root [dir=ltr] .ltr\:-mb-20{
  margin-bottom: -5rem;
}

:root [dir=ltr] .ltr\:-ml-20{
  margin-left: -5rem;
}

:root [dir=ltr] .ltr\:-mt-24{
  margin-top: -6rem;
}

:root [dir=ltr] .ltr\:-mr-24{
  margin-right: -6rem;
}

:root [dir=ltr] .ltr\:-mb-24{
  margin-bottom: -6rem;
}

:root [dir=ltr] .ltr\:-ml-24{
  margin-left: -6rem;
}

:root [dir=ltr] .ltr\:-mt-28{
  margin-top: -7rem;
}

:root [dir=ltr] .ltr\:-mr-28{
  margin-right: -7rem;
}

:root [dir=ltr] .ltr\:-mb-28{
  margin-bottom: -7rem;
}

:root [dir=ltr] .ltr\:-ml-28{
  margin-left: -7rem;
}

:root [dir=ltr] .ltr\:-mt-32{
  margin-top: -8rem;
}

:root [dir=ltr] .ltr\:-mr-32{
  margin-right: -8rem;
}

:root [dir=ltr] .ltr\:-mb-32{
  margin-bottom: -8rem;
}

:root [dir=ltr] .ltr\:-ml-32{
  margin-left: -8rem;
}

:root [dir=ltr] .ltr\:-mt-36{
  margin-top: -9rem;
}

:root [dir=ltr] .ltr\:-mr-36{
  margin-right: -9rem;
}

:root [dir=ltr] .ltr\:-mb-36{
  margin-bottom: -9rem;
}

:root [dir=ltr] .ltr\:-ml-36{
  margin-left: -9rem;
}

:root [dir=ltr] .ltr\:-mt-40{
  margin-top: -10rem;
}

:root [dir=ltr] .ltr\:-mr-40{
  margin-right: -10rem;
}

:root [dir=ltr] .ltr\:-mb-40{
  margin-bottom: -10rem;
}

:root [dir=ltr] .ltr\:-ml-40{
  margin-left: -10rem;
}

:root [dir=ltr] .ltr\:-mt-44{
  margin-top: -11rem;
}

:root [dir=ltr] .ltr\:-mr-44{
  margin-right: -11rem;
}

:root [dir=ltr] .ltr\:-mb-44{
  margin-bottom: -11rem;
}

:root [dir=ltr] .ltr\:-ml-44{
  margin-left: -11rem;
}

:root [dir=ltr] .ltr\:-mt-48{
  margin-top: -12rem;
}

:root [dir=ltr] .ltr\:-mr-48{
  margin-right: -12rem;
}

:root [dir=ltr] .ltr\:-mb-48{
  margin-bottom: -12rem;
}

:root [dir=ltr] .ltr\:-ml-48{
  margin-left: -12rem;
}

:root [dir=ltr] .ltr\:-mt-52{
  margin-top: -13rem;
}

:root [dir=ltr] .ltr\:-mr-52{
  margin-right: -13rem;
}

:root [dir=ltr] .ltr\:-mb-52{
  margin-bottom: -13rem;
}

:root [dir=ltr] .ltr\:-ml-52{
  margin-left: -13rem;
}

:root [dir=ltr] .ltr\:-mt-56{
  margin-top: -14rem;
}

:root [dir=ltr] .ltr\:-mr-56{
  margin-right: -14rem;
}

:root [dir=ltr] .ltr\:-mb-56{
  margin-bottom: -14rem;
}

:root [dir=ltr] .ltr\:-ml-56{
  margin-left: -14rem;
}

:root [dir=ltr] .ltr\:-mt-60{
  margin-top: -15rem;
}

:root [dir=ltr] .ltr\:-mr-60{
  margin-right: -15rem;
}

:root [dir=ltr] .ltr\:-mb-60{
  margin-bottom: -15rem;
}

:root [dir=ltr] .ltr\:-ml-60{
  margin-left: -15rem;
}

:root [dir=ltr] .ltr\:-mt-64{
  margin-top: -16rem;
}

:root [dir=ltr] .ltr\:-mr-64{
  margin-right: -16rem;
}

:root [dir=ltr] .ltr\:-mb-64{
  margin-bottom: -16rem;
}

:root [dir=ltr] .ltr\:-ml-64{
  margin-left: -16rem;
}

:root [dir=ltr] .ltr\:-mt-72{
  margin-top: -18rem;
}

:root [dir=ltr] .ltr\:-mr-72{
  margin-right: -18rem;
}

:root [dir=ltr] .ltr\:-mb-72{
  margin-bottom: -18rem;
}

:root [dir=ltr] .ltr\:-ml-72{
  margin-left: -18rem;
}

:root [dir=ltr] .ltr\:-mt-80{
  margin-top: -20rem;
}

:root [dir=ltr] .ltr\:-mr-80{
  margin-right: -20rem;
}

:root [dir=ltr] .ltr\:-mb-80{
  margin-bottom: -20rem;
}

:root [dir=ltr] .ltr\:-ml-80{
  margin-left: -20rem;
}

:root [dir=ltr] .ltr\:-mt-96{
  margin-top: -24rem;
}

:root [dir=ltr] .ltr\:-mr-96{
  margin-right: -24rem;
}

:root [dir=ltr] .ltr\:-mb-96{
  margin-bottom: -24rem;
}

:root [dir=ltr] .ltr\:-ml-96{
  margin-left: -24rem;
}

:root [dir=ltr] .ltr\:-mt-px{
  margin-top: -1px;
}

:root [dir=ltr] .ltr\:-mr-px{
  margin-right: -1px;
}

:root [dir=ltr] .ltr\:-mb-px{
  margin-bottom: -1px;
}

:root [dir=ltr] .ltr\:-ml-px{
  margin-left: -1px;
}

:root [dir=ltr] .ltr\:-mt-gutter{
  margin-top: calc(var(--padding-gutter) * -1);
}

:root [dir=ltr] .ltr\:-mr-gutter{
  margin-right: calc(var(--padding-gutter) * -1);
}

:root [dir=ltr] .ltr\:-mb-gutter{
  margin-bottom: calc(var(--padding-gutter) * -1);
}

:root [dir=ltr] .ltr\:-ml-gutter{
  margin-left: calc(var(--padding-gutter) * -1);
}

:root [dir=ltr] .ltr\:-mt-0.5{
  margin-top: -0.125rem;
}

:root [dir=ltr] .ltr\:-mr-0.5{
  margin-right: -0.125rem;
}

:root [dir=ltr] .ltr\:-mb-0.5{
  margin-bottom: -0.125rem;
}

:root [dir=ltr] .ltr\:-ml-0.5{
  margin-left: -0.125rem;
}

:root [dir=ltr] .ltr\:-mt-1.5{
  margin-top: -0.375rem;
}

:root [dir=ltr] .ltr\:-mr-1.5{
  margin-right: -0.375rem;
}

:root [dir=ltr] .ltr\:-mb-1.5{
  margin-bottom: -0.375rem;
}

:root [dir=ltr] .ltr\:-ml-1.5{
  margin-left: -0.375rem;
}

:root [dir=ltr] .ltr\:-mt-2.5{
  margin-top: -0.625rem;
}

:root [dir=ltr] .ltr\:-mr-2.5{
  margin-right: -0.625rem;
}

:root [dir=ltr] .ltr\:-mb-2.5{
  margin-bottom: -0.625rem;
}

:root [dir=ltr] .ltr\:-ml-2.5{
  margin-left: -0.625rem;
}

:root [dir=ltr] .ltr\:-mt-3.5{
  margin-top: -0.875rem;
}

:root [dir=ltr] .ltr\:-mr-3.5{
  margin-right: -0.875rem;
}

:root [dir=ltr] .ltr\:-mb-3.5{
  margin-bottom: -0.875rem;
}

:root [dir=ltr] .ltr\:-ml-3.5{
  margin-left: -0.875rem;
}

:root [dir=ltr] .ltr\:-mt-17.5{
  margin-top: -4.375rem;
}

:root [dir=ltr] .ltr\:-mr-17.5{
  margin-right: -4.375rem;
}

:root [dir=ltr] .ltr\:-mb-17.5{
  margin-bottom: -4.375rem;
}

:root [dir=ltr] .ltr\:-ml-17.5{
  margin-left: -4.375rem;
}

:root [dir=rtl] .rtl\:m-0{
  margin: 0;
}

:root [dir=rtl] .rtl\:m-1{
  margin: 0.25rem;
}

:root [dir=rtl] .rtl\:m-2{
  margin: 0.5rem;
}

:root [dir=rtl] .rtl\:m-3{
  margin: 0.75rem;
}

:root [dir=rtl] .rtl\:m-4{
  margin: 1rem;
}

:root [dir=rtl] .rtl\:m-5{
  margin: 1.25rem;
}

:root [dir=rtl] .rtl\:m-6{
  margin: 1.5rem;
}

:root [dir=rtl] .rtl\:m-7{
  margin: 1.75rem;
}

:root [dir=rtl] .rtl\:m-8{
  margin: 2rem;
}

:root [dir=rtl] .rtl\:m-9{
  margin: 2.25rem;
}

:root [dir=rtl] .rtl\:m-10{
  margin: 2.5rem;
}

:root [dir=rtl] .rtl\:m-11{
  margin: 2.75rem;
}

:root [dir=rtl] .rtl\:m-12{
  margin: 3rem;
}

:root [dir=rtl] .rtl\:m-14{
  margin: 3.5rem;
}

:root [dir=rtl] .rtl\:m-16{
  margin: 4rem;
}

:root [dir=rtl] .rtl\:m-20{
  margin: 5rem;
}

:root [dir=rtl] .rtl\:m-24{
  margin: 6rem;
}

:root [dir=rtl] .rtl\:m-28{
  margin: 7rem;
}

:root [dir=rtl] .rtl\:m-32{
  margin: 8rem;
}

:root [dir=rtl] .rtl\:m-36{
  margin: 9rem;
}

:root [dir=rtl] .rtl\:m-40{
  margin: 10rem;
}

:root [dir=rtl] .rtl\:m-44{
  margin: 11rem;
}

:root [dir=rtl] .rtl\:m-48{
  margin: 12rem;
}

:root [dir=rtl] .rtl\:m-52{
  margin: 13rem;
}

:root [dir=rtl] .rtl\:m-56{
  margin: 14rem;
}

:root [dir=rtl] .rtl\:m-60{
  margin: 15rem;
}

:root [dir=rtl] .rtl\:m-64{
  margin: 16rem;
}

:root [dir=rtl] .rtl\:m-72{
  margin: 18rem;
}

:root [dir=rtl] .rtl\:m-80{
  margin: 20rem;
}

:root [dir=rtl] .rtl\:m-96{
  margin: 24rem;
}

:root [dir=rtl] .rtl\:m-auto{
  margin: auto;
}

:root [dir=rtl] .rtl\:m-px{
  margin: 1px;
}

:root [dir=rtl] .rtl\:m-gutter{
  margin: var(--padding-gutter);
}

:root [dir=rtl] .rtl\:m-0.5{
  margin: 0.125rem;
}

:root [dir=rtl] .rtl\:m-1.5{
  margin: 0.375rem;
}

:root [dir=rtl] .rtl\:m-2.5{
  margin: 0.625rem;
}

:root [dir=rtl] .rtl\:m-3.5{
  margin: 0.875rem;
}

:root [dir=rtl] .rtl\:m-17.5{
  margin: 4.375rem;
}

:root [dir=rtl] .rtl\:-m-1{
  margin: -0.25rem;
}

:root [dir=rtl] .rtl\:-m-2{
  margin: -0.5rem;
}

:root [dir=rtl] .rtl\:-m-3{
  margin: -0.75rem;
}

:root [dir=rtl] .rtl\:-m-4{
  margin: -1rem;
}

:root [dir=rtl] .rtl\:-m-5{
  margin: -1.25rem;
}

:root [dir=rtl] .rtl\:-m-6{
  margin: -1.5rem;
}

:root [dir=rtl] .rtl\:-m-7{
  margin: -1.75rem;
}

:root [dir=rtl] .rtl\:-m-8{
  margin: -2rem;
}

:root [dir=rtl] .rtl\:-m-9{
  margin: -2.25rem;
}

:root [dir=rtl] .rtl\:-m-10{
  margin: -2.5rem;
}

:root [dir=rtl] .rtl\:-m-11{
  margin: -2.75rem;
}

:root [dir=rtl] .rtl\:-m-12{
  margin: -3rem;
}

:root [dir=rtl] .rtl\:-m-14{
  margin: -3.5rem;
}

:root [dir=rtl] .rtl\:-m-16{
  margin: -4rem;
}

:root [dir=rtl] .rtl\:-m-20{
  margin: -5rem;
}

:root [dir=rtl] .rtl\:-m-24{
  margin: -6rem;
}

:root [dir=rtl] .rtl\:-m-28{
  margin: -7rem;
}

:root [dir=rtl] .rtl\:-m-32{
  margin: -8rem;
}

:root [dir=rtl] .rtl\:-m-36{
  margin: -9rem;
}

:root [dir=rtl] .rtl\:-m-40{
  margin: -10rem;
}

:root [dir=rtl] .rtl\:-m-44{
  margin: -11rem;
}

:root [dir=rtl] .rtl\:-m-48{
  margin: -12rem;
}

:root [dir=rtl] .rtl\:-m-52{
  margin: -13rem;
}

:root [dir=rtl] .rtl\:-m-56{
  margin: -14rem;
}

:root [dir=rtl] .rtl\:-m-60{
  margin: -15rem;
}

:root [dir=rtl] .rtl\:-m-64{
  margin: -16rem;
}

:root [dir=rtl] .rtl\:-m-72{
  margin: -18rem;
}

:root [dir=rtl] .rtl\:-m-80{
  margin: -20rem;
}

:root [dir=rtl] .rtl\:-m-96{
  margin: -24rem;
}

:root [dir=rtl] .rtl\:-m-px{
  margin: -1px;
}

:root [dir=rtl] .rtl\:-m-gutter{
  margin: calc(var(--padding-gutter) * -1);
}

:root [dir=rtl] .rtl\:-m-0.5{
  margin: -0.125rem;
}

:root [dir=rtl] .rtl\:-m-1.5{
  margin: -0.375rem;
}

:root [dir=rtl] .rtl\:-m-2.5{
  margin: -0.625rem;
}

:root [dir=rtl] .rtl\:-m-3.5{
  margin: -0.875rem;
}

:root [dir=rtl] .rtl\:-m-17.5{
  margin: -4.375rem;
}

:root [dir=rtl] .rtl\:my-0{
  margin-top: 0;
  margin-bottom: 0;
}

:root [dir=rtl] .rtl\:mx-0{
  margin-left: 0;
  margin-right: 0;
}

:root [dir=rtl] .rtl\:my-1{
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

:root [dir=rtl] .rtl\:mx-1{
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

:root [dir=rtl] .rtl\:my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

:root [dir=rtl] .rtl\:mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

:root [dir=rtl] .rtl\:my-3{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

:root [dir=rtl] .rtl\:mx-3{
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

:root [dir=rtl] .rtl\:my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}

:root [dir=rtl] .rtl\:mx-4{
  margin-left: 1rem;
  margin-right: 1rem;
}

:root [dir=rtl] .rtl\:my-5{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

:root [dir=rtl] .rtl\:mx-5{
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

:root [dir=rtl] .rtl\:my-6{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

:root [dir=rtl] .rtl\:mx-6{
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

:root [dir=rtl] .rtl\:my-7{
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}

:root [dir=rtl] .rtl\:mx-7{
  margin-left: 1.75rem;
  margin-right: 1.75rem;
}

:root [dir=rtl] .rtl\:my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}

:root [dir=rtl] .rtl\:mx-8{
  margin-left: 2rem;
  margin-right: 2rem;
}

:root [dir=rtl] .rtl\:my-9{
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}

:root [dir=rtl] .rtl\:mx-9{
  margin-left: 2.25rem;
  margin-right: 2.25rem;
}

:root [dir=rtl] .rtl\:my-10{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

:root [dir=rtl] .rtl\:mx-10{
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

:root [dir=rtl] .rtl\:my-11{
  margin-top: 2.75rem;
  margin-bottom: 2.75rem;
}

:root [dir=rtl] .rtl\:mx-11{
  margin-left: 2.75rem;
  margin-right: 2.75rem;
}

:root [dir=rtl] .rtl\:my-12{
  margin-top: 3rem;
  margin-bottom: 3rem;
}

:root [dir=rtl] .rtl\:mx-12{
  margin-left: 3rem;
  margin-right: 3rem;
}

:root [dir=rtl] .rtl\:my-14{
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

:root [dir=rtl] .rtl\:mx-14{
  margin-left: 3.5rem;
  margin-right: 3.5rem;
}

:root [dir=rtl] .rtl\:my-16{
  margin-top: 4rem;
  margin-bottom: 4rem;
}

:root [dir=rtl] .rtl\:mx-16{
  margin-left: 4rem;
  margin-right: 4rem;
}

:root [dir=rtl] .rtl\:my-20{
  margin-top: 5rem;
  margin-bottom: 5rem;
}

:root [dir=rtl] .rtl\:mx-20{
  margin-left: 5rem;
  margin-right: 5rem;
}

:root [dir=rtl] .rtl\:my-24{
  margin-top: 6rem;
  margin-bottom: 6rem;
}

:root [dir=rtl] .rtl\:mx-24{
  margin-left: 6rem;
  margin-right: 6rem;
}

:root [dir=rtl] .rtl\:my-28{
  margin-top: 7rem;
  margin-bottom: 7rem;
}

:root [dir=rtl] .rtl\:mx-28{
  margin-left: 7rem;
  margin-right: 7rem;
}

:root [dir=rtl] .rtl\:my-32{
  margin-top: 8rem;
  margin-bottom: 8rem;
}

:root [dir=rtl] .rtl\:mx-32{
  margin-left: 8rem;
  margin-right: 8rem;
}

:root [dir=rtl] .rtl\:my-36{
  margin-top: 9rem;
  margin-bottom: 9rem;
}

:root [dir=rtl] .rtl\:mx-36{
  margin-left: 9rem;
  margin-right: 9rem;
}

:root [dir=rtl] .rtl\:my-40{
  margin-top: 10rem;
  margin-bottom: 10rem;
}

:root [dir=rtl] .rtl\:mx-40{
  margin-left: 10rem;
  margin-right: 10rem;
}

:root [dir=rtl] .rtl\:my-44{
  margin-top: 11rem;
  margin-bottom: 11rem;
}

:root [dir=rtl] .rtl\:mx-44{
  margin-left: 11rem;
  margin-right: 11rem;
}

:root [dir=rtl] .rtl\:my-48{
  margin-top: 12rem;
  margin-bottom: 12rem;
}

:root [dir=rtl] .rtl\:mx-48{
  margin-left: 12rem;
  margin-right: 12rem;
}

:root [dir=rtl] .rtl\:my-52{
  margin-top: 13rem;
  margin-bottom: 13rem;
}

:root [dir=rtl] .rtl\:mx-52{
  margin-left: 13rem;
  margin-right: 13rem;
}

:root [dir=rtl] .rtl\:my-56{
  margin-top: 14rem;
  margin-bottom: 14rem;
}

:root [dir=rtl] .rtl\:mx-56{
  margin-left: 14rem;
  margin-right: 14rem;
}

:root [dir=rtl] .rtl\:my-60{
  margin-top: 15rem;
  margin-bottom: 15rem;
}

:root [dir=rtl] .rtl\:mx-60{
  margin-left: 15rem;
  margin-right: 15rem;
}

:root [dir=rtl] .rtl\:my-64{
  margin-top: 16rem;
  margin-bottom: 16rem;
}

:root [dir=rtl] .rtl\:mx-64{
  margin-left: 16rem;
  margin-right: 16rem;
}

:root [dir=rtl] .rtl\:my-72{
  margin-top: 18rem;
  margin-bottom: 18rem;
}

:root [dir=rtl] .rtl\:mx-72{
  margin-left: 18rem;
  margin-right: 18rem;
}

:root [dir=rtl] .rtl\:my-80{
  margin-top: 20rem;
  margin-bottom: 20rem;
}

:root [dir=rtl] .rtl\:mx-80{
  margin-left: 20rem;
  margin-right: 20rem;
}

:root [dir=rtl] .rtl\:my-96{
  margin-top: 24rem;
  margin-bottom: 24rem;
}

:root [dir=rtl] .rtl\:mx-96{
  margin-left: 24rem;
  margin-right: 24rem;
}

:root [dir=rtl] .rtl\:my-auto{
  margin-top: auto;
  margin-bottom: auto;
}

:root [dir=rtl] .rtl\:mx-auto{
  margin-left: auto;
  margin-right: auto;
}

:root [dir=rtl] .rtl\:my-px{
  margin-top: 1px;
  margin-bottom: 1px;
}

:root [dir=rtl] .rtl\:mx-px{
  margin-left: 1px;
  margin-right: 1px;
}

:root [dir=rtl] .rtl\:my-gutter{
  margin-top: var(--padding-gutter);
  margin-bottom: var(--padding-gutter);
}

:root [dir=rtl] .rtl\:mx-gutter{
  margin-left: var(--padding-gutter);
  margin-right: var(--padding-gutter);
}

:root [dir=rtl] .rtl\:my-0.5{
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
}

:root [dir=rtl] .rtl\:mx-0.5{
  margin-left: 0.125rem;
  margin-right: 0.125rem;
}

:root [dir=rtl] .rtl\:my-1.5{
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
}

:root [dir=rtl] .rtl\:mx-1.5{
  margin-left: 0.375rem;
  margin-right: 0.375rem;
}

:root [dir=rtl] .rtl\:my-2.5{
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

:root [dir=rtl] .rtl\:mx-2.5{
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}

:root [dir=rtl] .rtl\:my-3.5{
  margin-top: 0.875rem;
  margin-bottom: 0.875rem;
}

:root [dir=rtl] .rtl\:mx-3.5{
  margin-left: 0.875rem;
  margin-right: 0.875rem;
}

:root [dir=rtl] .rtl\:my-17.5{
  margin-top: 4.375rem;
  margin-bottom: 4.375rem;
}

:root [dir=rtl] .rtl\:mx-17.5{
  margin-left: 4.375rem;
  margin-right: 4.375rem;
}

:root [dir=rtl] .rtl\:-my-1{
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}

:root [dir=rtl] .rtl\:-mx-1{
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

:root [dir=rtl] .rtl\:-my-2{
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}

:root [dir=rtl] .rtl\:-mx-2{
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

:root [dir=rtl] .rtl\:-my-3{
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
}

:root [dir=rtl] .rtl\:-mx-3{
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

:root [dir=rtl] .rtl\:-my-4{
  margin-top: -1rem;
  margin-bottom: -1rem;
}

:root [dir=rtl] .rtl\:-mx-4{
  margin-left: -1rem;
  margin-right: -1rem;
}

:root [dir=rtl] .rtl\:-my-5{
  margin-top: -1.25rem;
  margin-bottom: -1.25rem;
}

:root [dir=rtl] .rtl\:-mx-5{
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

:root [dir=rtl] .rtl\:-my-6{
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
}

:root [dir=rtl] .rtl\:-mx-6{
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

:root [dir=rtl] .rtl\:-my-7{
  margin-top: -1.75rem;
  margin-bottom: -1.75rem;
}

:root [dir=rtl] .rtl\:-mx-7{
  margin-left: -1.75rem;
  margin-right: -1.75rem;
}

:root [dir=rtl] .rtl\:-my-8{
  margin-top: -2rem;
  margin-bottom: -2rem;
}

:root [dir=rtl] .rtl\:-mx-8{
  margin-left: -2rem;
  margin-right: -2rem;
}

:root [dir=rtl] .rtl\:-my-9{
  margin-top: -2.25rem;
  margin-bottom: -2.25rem;
}

:root [dir=rtl] .rtl\:-mx-9{
  margin-left: -2.25rem;
  margin-right: -2.25rem;
}

:root [dir=rtl] .rtl\:-my-10{
  margin-top: -2.5rem;
  margin-bottom: -2.5rem;
}

:root [dir=rtl] .rtl\:-mx-10{
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}

:root [dir=rtl] .rtl\:-my-11{
  margin-top: -2.75rem;
  margin-bottom: -2.75rem;
}

:root [dir=rtl] .rtl\:-mx-11{
  margin-left: -2.75rem;
  margin-right: -2.75rem;
}

:root [dir=rtl] .rtl\:-my-12{
  margin-top: -3rem;
  margin-bottom: -3rem;
}

:root [dir=rtl] .rtl\:-mx-12{
  margin-left: -3rem;
  margin-right: -3rem;
}

:root [dir=rtl] .rtl\:-my-14{
  margin-top: -3.5rem;
  margin-bottom: -3.5rem;
}

:root [dir=rtl] .rtl\:-mx-14{
  margin-left: -3.5rem;
  margin-right: -3.5rem;
}

:root [dir=rtl] .rtl\:-my-16{
  margin-top: -4rem;
  margin-bottom: -4rem;
}

:root [dir=rtl] .rtl\:-mx-16{
  margin-left: -4rem;
  margin-right: -4rem;
}

:root [dir=rtl] .rtl\:-my-20{
  margin-top: -5rem;
  margin-bottom: -5rem;
}

:root [dir=rtl] .rtl\:-mx-20{
  margin-left: -5rem;
  margin-right: -5rem;
}

:root [dir=rtl] .rtl\:-my-24{
  margin-top: -6rem;
  margin-bottom: -6rem;
}

:root [dir=rtl] .rtl\:-mx-24{
  margin-left: -6rem;
  margin-right: -6rem;
}

:root [dir=rtl] .rtl\:-my-28{
  margin-top: -7rem;
  margin-bottom: -7rem;
}

:root [dir=rtl] .rtl\:-mx-28{
  margin-left: -7rem;
  margin-right: -7rem;
}

:root [dir=rtl] .rtl\:-my-32{
  margin-top: -8rem;
  margin-bottom: -8rem;
}

:root [dir=rtl] .rtl\:-mx-32{
  margin-left: -8rem;
  margin-right: -8rem;
}

:root [dir=rtl] .rtl\:-my-36{
  margin-top: -9rem;
  margin-bottom: -9rem;
}

:root [dir=rtl] .rtl\:-mx-36{
  margin-left: -9rem;
  margin-right: -9rem;
}

:root [dir=rtl] .rtl\:-my-40{
  margin-top: -10rem;
  margin-bottom: -10rem;
}

:root [dir=rtl] .rtl\:-mx-40{
  margin-left: -10rem;
  margin-right: -10rem;
}

:root [dir=rtl] .rtl\:-my-44{
  margin-top: -11rem;
  margin-bottom: -11rem;
}

:root [dir=rtl] .rtl\:-mx-44{
  margin-left: -11rem;
  margin-right: -11rem;
}

:root [dir=rtl] .rtl\:-my-48{
  margin-top: -12rem;
  margin-bottom: -12rem;
}

:root [dir=rtl] .rtl\:-mx-48{
  margin-left: -12rem;
  margin-right: -12rem;
}

:root [dir=rtl] .rtl\:-my-52{
  margin-top: -13rem;
  margin-bottom: -13rem;
}

:root [dir=rtl] .rtl\:-mx-52{
  margin-left: -13rem;
  margin-right: -13rem;
}

:root [dir=rtl] .rtl\:-my-56{
  margin-top: -14rem;
  margin-bottom: -14rem;
}

:root [dir=rtl] .rtl\:-mx-56{
  margin-left: -14rem;
  margin-right: -14rem;
}

:root [dir=rtl] .rtl\:-my-60{
  margin-top: -15rem;
  margin-bottom: -15rem;
}

:root [dir=rtl] .rtl\:-mx-60{
  margin-left: -15rem;
  margin-right: -15rem;
}

:root [dir=rtl] .rtl\:-my-64{
  margin-top: -16rem;
  margin-bottom: -16rem;
}

:root [dir=rtl] .rtl\:-mx-64{
  margin-left: -16rem;
  margin-right: -16rem;
}

:root [dir=rtl] .rtl\:-my-72{
  margin-top: -18rem;
  margin-bottom: -18rem;
}

:root [dir=rtl] .rtl\:-mx-72{
  margin-left: -18rem;
  margin-right: -18rem;
}

:root [dir=rtl] .rtl\:-my-80{
  margin-top: -20rem;
  margin-bottom: -20rem;
}

:root [dir=rtl] .rtl\:-mx-80{
  margin-left: -20rem;
  margin-right: -20rem;
}

:root [dir=rtl] .rtl\:-my-96{
  margin-top: -24rem;
  margin-bottom: -24rem;
}

:root [dir=rtl] .rtl\:-mx-96{
  margin-left: -24rem;
  margin-right: -24rem;
}

:root [dir=rtl] .rtl\:-my-px{
  margin-top: -1px;
  margin-bottom: -1px;
}

:root [dir=rtl] .rtl\:-mx-px{
  margin-left: -1px;
  margin-right: -1px;
}

:root [dir=rtl] .rtl\:-my-gutter{
  margin-top: calc(var(--padding-gutter) * -1);
  margin-bottom: calc(var(--padding-gutter) * -1);
}

:root [dir=rtl] .rtl\:-mx-gutter{
  margin-left: calc(var(--padding-gutter) * -1);
  margin-right: calc(var(--padding-gutter) * -1);
}

:root [dir=rtl] .rtl\:-my-0.5{
  margin-top: -0.125rem;
  margin-bottom: -0.125rem;
}

:root [dir=rtl] .rtl\:-mx-0.5{
  margin-left: -0.125rem;
  margin-right: -0.125rem;
}

:root [dir=rtl] .rtl\:-my-1.5{
  margin-top: -0.375rem;
  margin-bottom: -0.375rem;
}

:root [dir=rtl] .rtl\:-mx-1.5{
  margin-left: -0.375rem;
  margin-right: -0.375rem;
}

:root [dir=rtl] .rtl\:-my-2.5{
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

:root [dir=rtl] .rtl\:-mx-2.5{
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

:root [dir=rtl] .rtl\:-my-3.5{
  margin-top: -0.875rem;
  margin-bottom: -0.875rem;
}

:root [dir=rtl] .rtl\:-mx-3.5{
  margin-left: -0.875rem;
  margin-right: -0.875rem;
}

:root [dir=rtl] .rtl\:-my-17.5{
  margin-top: -4.375rem;
  margin-bottom: -4.375rem;
}

:root [dir=rtl] .rtl\:-mx-17.5{
  margin-left: -4.375rem;
  margin-right: -4.375rem;
}

:root [dir=rtl] .rtl\:mt-0{
  margin-top: 0;
}

:root [dir=rtl] .rtl\:mr-0{
  margin-right: 0;
}

:root [dir=rtl] .rtl\:mb-0{
  margin-bottom: 0;
}

:root [dir=rtl] .rtl\:ml-0{
  margin-left: 0;
}

:root [dir=rtl] .rtl\:mt-1{
  margin-top: 0.25rem;
}

:root [dir=rtl] .rtl\:mr-1{
  margin-right: 0.25rem;
}

:root [dir=rtl] .rtl\:mb-1{
  margin-bottom: 0.25rem;
}

:root [dir=rtl] .rtl\:ml-1{
  margin-left: 0.25rem;
}

:root [dir=rtl] .rtl\:mt-2{
  margin-top: 0.5rem;
}

:root [dir=rtl] .rtl\:mr-2{
  margin-right: 0.5rem;
}

:root [dir=rtl] .rtl\:mb-2{
  margin-bottom: 0.5rem;
}

:root [dir=rtl] .rtl\:ml-2{
  margin-left: 0.5rem;
}

:root [dir=rtl] .rtl\:mt-3{
  margin-top: 0.75rem;
}

:root [dir=rtl] .rtl\:mr-3{
  margin-right: 0.75rem;
}

:root [dir=rtl] .rtl\:mb-3{
  margin-bottom: 0.75rem;
}

:root [dir=rtl] .rtl\:ml-3{
  margin-left: 0.75rem;
}

:root [dir=rtl] .rtl\:mt-4{
  margin-top: 1rem;
}

:root [dir=rtl] .rtl\:mr-4{
  margin-right: 1rem;
}

:root [dir=rtl] .rtl\:mb-4{
  margin-bottom: 1rem;
}

:root [dir=rtl] .rtl\:ml-4{
  margin-left: 1rem;
}

:root [dir=rtl] .rtl\:mt-5{
  margin-top: 1.25rem;
}

:root [dir=rtl] .rtl\:mr-5{
  margin-right: 1.25rem;
}

:root [dir=rtl] .rtl\:mb-5{
  margin-bottom: 1.25rem;
}

:root [dir=rtl] .rtl\:ml-5{
  margin-left: 1.25rem;
}

:root [dir=rtl] .rtl\:mt-6{
  margin-top: 1.5rem;
}

:root [dir=rtl] .rtl\:mr-6{
  margin-right: 1.5rem;
}

:root [dir=rtl] .rtl\:mb-6{
  margin-bottom: 1.5rem;
}

:root [dir=rtl] .rtl\:ml-6{
  margin-left: 1.5rem;
}

:root [dir=rtl] .rtl\:mt-7{
  margin-top: 1.75rem;
}

:root [dir=rtl] .rtl\:mr-7{
  margin-right: 1.75rem;
}

:root [dir=rtl] .rtl\:mb-7{
  margin-bottom: 1.75rem;
}

:root [dir=rtl] .rtl\:ml-7{
  margin-left: 1.75rem;
}

:root [dir=rtl] .rtl\:mt-8{
  margin-top: 2rem;
}

:root [dir=rtl] .rtl\:mr-8{
  margin-right: 2rem;
}

:root [dir=rtl] .rtl\:mb-8{
  margin-bottom: 2rem;
}

:root [dir=rtl] .rtl\:ml-8{
  margin-left: 2rem;
}

:root [dir=rtl] .rtl\:mt-9{
  margin-top: 2.25rem;
}

:root [dir=rtl] .rtl\:mr-9{
  margin-right: 2.25rem;
}

:root [dir=rtl] .rtl\:mb-9{
  margin-bottom: 2.25rem;
}

:root [dir=rtl] .rtl\:ml-9{
  margin-left: 2.25rem;
}

:root [dir=rtl] .rtl\:mt-10{
  margin-top: 2.5rem;
}

:root [dir=rtl] .rtl\:mr-10{
  margin-right: 2.5rem;
}

:root [dir=rtl] .rtl\:mb-10{
  margin-bottom: 2.5rem;
}

:root [dir=rtl] .rtl\:ml-10{
  margin-left: 2.5rem;
}

:root [dir=rtl] .rtl\:mt-11{
  margin-top: 2.75rem;
}

:root [dir=rtl] .rtl\:mr-11{
  margin-right: 2.75rem;
}

:root [dir=rtl] .rtl\:mb-11{
  margin-bottom: 2.75rem;
}

:root [dir=rtl] .rtl\:ml-11{
  margin-left: 2.75rem;
}

:root [dir=rtl] .rtl\:mt-12{
  margin-top: 3rem;
}

:root [dir=rtl] .rtl\:mr-12{
  margin-right: 3rem;
}

:root [dir=rtl] .rtl\:mb-12{
  margin-bottom: 3rem;
}

:root [dir=rtl] .rtl\:ml-12{
  margin-left: 3rem;
}

:root [dir=rtl] .rtl\:mt-14{
  margin-top: 3.5rem;
}

:root [dir=rtl] .rtl\:mr-14{
  margin-right: 3.5rem;
}

:root [dir=rtl] .rtl\:mb-14{
  margin-bottom: 3.5rem;
}

:root [dir=rtl] .rtl\:ml-14{
  margin-left: 3.5rem;
}

:root [dir=rtl] .rtl\:mt-16{
  margin-top: 4rem;
}

:root [dir=rtl] .rtl\:mr-16{
  margin-right: 4rem;
}

:root [dir=rtl] .rtl\:mb-16{
  margin-bottom: 4rem;
}

:root [dir=rtl] .rtl\:ml-16{
  margin-left: 4rem;
}

:root [dir=rtl] .rtl\:mt-20{
  margin-top: 5rem;
}

:root [dir=rtl] .rtl\:mr-20{
  margin-right: 5rem;
}

:root [dir=rtl] .rtl\:mb-20{
  margin-bottom: 5rem;
}

:root [dir=rtl] .rtl\:ml-20{
  margin-left: 5rem;
}

:root [dir=rtl] .rtl\:mt-24{
  margin-top: 6rem;
}

:root [dir=rtl] .rtl\:mr-24{
  margin-right: 6rem;
}

:root [dir=rtl] .rtl\:mb-24{
  margin-bottom: 6rem;
}

:root [dir=rtl] .rtl\:ml-24{
  margin-left: 6rem;
}

:root [dir=rtl] .rtl\:mt-28{
  margin-top: 7rem;
}

:root [dir=rtl] .rtl\:mr-28{
  margin-right: 7rem;
}

:root [dir=rtl] .rtl\:mb-28{
  margin-bottom: 7rem;
}

:root [dir=rtl] .rtl\:ml-28{
  margin-left: 7rem;
}

:root [dir=rtl] .rtl\:mt-32{
  margin-top: 8rem;
}

:root [dir=rtl] .rtl\:mr-32{
  margin-right: 8rem;
}

:root [dir=rtl] .rtl\:mb-32{
  margin-bottom: 8rem;
}

:root [dir=rtl] .rtl\:ml-32{
  margin-left: 8rem;
}

:root [dir=rtl] .rtl\:mt-36{
  margin-top: 9rem;
}

:root [dir=rtl] .rtl\:mr-36{
  margin-right: 9rem;
}

:root [dir=rtl] .rtl\:mb-36{
  margin-bottom: 9rem;
}

:root [dir=rtl] .rtl\:ml-36{
  margin-left: 9rem;
}

:root [dir=rtl] .rtl\:mt-40{
  margin-top: 10rem;
}

:root [dir=rtl] .rtl\:mr-40{
  margin-right: 10rem;
}

:root [dir=rtl] .rtl\:mb-40{
  margin-bottom: 10rem;
}

:root [dir=rtl] .rtl\:ml-40{
  margin-left: 10rem;
}

:root [dir=rtl] .rtl\:mt-44{
  margin-top: 11rem;
}

:root [dir=rtl] .rtl\:mr-44{
  margin-right: 11rem;
}

:root [dir=rtl] .rtl\:mb-44{
  margin-bottom: 11rem;
}

:root [dir=rtl] .rtl\:ml-44{
  margin-left: 11rem;
}

:root [dir=rtl] .rtl\:mt-48{
  margin-top: 12rem;
}

:root [dir=rtl] .rtl\:mr-48{
  margin-right: 12rem;
}

:root [dir=rtl] .rtl\:mb-48{
  margin-bottom: 12rem;
}

:root [dir=rtl] .rtl\:ml-48{
  margin-left: 12rem;
}

:root [dir=rtl] .rtl\:mt-52{
  margin-top: 13rem;
}

:root [dir=rtl] .rtl\:mr-52{
  margin-right: 13rem;
}

:root [dir=rtl] .rtl\:mb-52{
  margin-bottom: 13rem;
}

:root [dir=rtl] .rtl\:ml-52{
  margin-left: 13rem;
}

:root [dir=rtl] .rtl\:mt-56{
  margin-top: 14rem;
}

:root [dir=rtl] .rtl\:mr-56{
  margin-right: 14rem;
}

:root [dir=rtl] .rtl\:mb-56{
  margin-bottom: 14rem;
}

:root [dir=rtl] .rtl\:ml-56{
  margin-left: 14rem;
}

:root [dir=rtl] .rtl\:mt-60{
  margin-top: 15rem;
}

:root [dir=rtl] .rtl\:mr-60{
  margin-right: 15rem;
}

:root [dir=rtl] .rtl\:mb-60{
  margin-bottom: 15rem;
}

:root [dir=rtl] .rtl\:ml-60{
  margin-left: 15rem;
}

:root [dir=rtl] .rtl\:mt-64{
  margin-top: 16rem;
}

:root [dir=rtl] .rtl\:mr-64{
  margin-right: 16rem;
}

:root [dir=rtl] .rtl\:mb-64{
  margin-bottom: 16rem;
}

:root [dir=rtl] .rtl\:ml-64{
  margin-left: 16rem;
}

:root [dir=rtl] .rtl\:mt-72{
  margin-top: 18rem;
}

:root [dir=rtl] .rtl\:mr-72{
  margin-right: 18rem;
}

:root [dir=rtl] .rtl\:mb-72{
  margin-bottom: 18rem;
}

:root [dir=rtl] .rtl\:ml-72{
  margin-left: 18rem;
}

:root [dir=rtl] .rtl\:mt-80{
  margin-top: 20rem;
}

:root [dir=rtl] .rtl\:mr-80{
  margin-right: 20rem;
}

:root [dir=rtl] .rtl\:mb-80{
  margin-bottom: 20rem;
}

:root [dir=rtl] .rtl\:ml-80{
  margin-left: 20rem;
}

:root [dir=rtl] .rtl\:mt-96{
  margin-top: 24rem;
}

:root [dir=rtl] .rtl\:mr-96{
  margin-right: 24rem;
}

:root [dir=rtl] .rtl\:mb-96{
  margin-bottom: 24rem;
}

:root [dir=rtl] .rtl\:ml-96{
  margin-left: 24rem;
}

:root [dir=rtl] .rtl\:mt-auto{
  margin-top: auto;
}

:root [dir=rtl] .rtl\:mr-auto{
  margin-right: auto;
}

:root [dir=rtl] .rtl\:mb-auto{
  margin-bottom: auto;
}

:root [dir=rtl] .rtl\:ml-auto{
  margin-left: auto;
}

:root [dir=rtl] .rtl\:mt-px{
  margin-top: 1px;
}

:root [dir=rtl] .rtl\:mr-px{
  margin-right: 1px;
}

:root [dir=rtl] .rtl\:mb-px{
  margin-bottom: 1px;
}

:root [dir=rtl] .rtl\:ml-px{
  margin-left: 1px;
}

:root [dir=rtl] .rtl\:mt-gutter{
  margin-top: var(--padding-gutter);
}

:root [dir=rtl] .rtl\:mr-gutter{
  margin-right: var(--padding-gutter);
}

:root [dir=rtl] .rtl\:mb-gutter{
  margin-bottom: var(--padding-gutter);
}

:root [dir=rtl] .rtl\:ml-gutter{
  margin-left: var(--padding-gutter);
}

:root [dir=rtl] .rtl\:mt-0.5{
  margin-top: 0.125rem;
}

:root [dir=rtl] .rtl\:mr-0.5{
  margin-right: 0.125rem;
}

:root [dir=rtl] .rtl\:mb-0.5{
  margin-bottom: 0.125rem;
}

:root [dir=rtl] .rtl\:ml-0.5{
  margin-left: 0.125rem;
}

:root [dir=rtl] .rtl\:mt-1.5{
  margin-top: 0.375rem;
}

:root [dir=rtl] .rtl\:mr-1.5{
  margin-right: 0.375rem;
}

:root [dir=rtl] .rtl\:mb-1.5{
  margin-bottom: 0.375rem;
}

:root [dir=rtl] .rtl\:ml-1.5{
  margin-left: 0.375rem;
}

:root [dir=rtl] .rtl\:mt-2.5{
  margin-top: 0.625rem;
}

:root [dir=rtl] .rtl\:mr-2.5{
  margin-right: 0.625rem;
}

:root [dir=rtl] .rtl\:mb-2.5{
  margin-bottom: 0.625rem;
}

:root [dir=rtl] .rtl\:ml-2.5{
  margin-left: 0.625rem;
}

:root [dir=rtl] .rtl\:mt-3.5{
  margin-top: 0.875rem;
}

:root [dir=rtl] .rtl\:mr-3.5{
  margin-right: 0.875rem;
}

:root [dir=rtl] .rtl\:mb-3.5{
  margin-bottom: 0.875rem;
}

:root [dir=rtl] .rtl\:ml-3.5{
  margin-left: 0.875rem;
}

:root [dir=rtl] .rtl\:mt-17.5{
  margin-top: 4.375rem;
}

:root [dir=rtl] .rtl\:mr-17.5{
  margin-right: 4.375rem;
}

:root [dir=rtl] .rtl\:mb-17.5{
  margin-bottom: 4.375rem;
}

:root [dir=rtl] .rtl\:ml-17.5{
  margin-left: 4.375rem;
}

:root [dir=rtl] .rtl\:-mt-1{
  margin-top: -0.25rem;
}

:root [dir=rtl] .rtl\:-mr-1{
  margin-right: -0.25rem;
}

:root [dir=rtl] .rtl\:-mb-1{
  margin-bottom: -0.25rem;
}

:root [dir=rtl] .rtl\:-ml-1{
  margin-left: -0.25rem;
}

:root [dir=rtl] .rtl\:-mt-2{
  margin-top: -0.5rem;
}

:root [dir=rtl] .rtl\:-mr-2{
  margin-right: -0.5rem;
}

:root [dir=rtl] .rtl\:-mb-2{
  margin-bottom: -0.5rem;
}

:root [dir=rtl] .rtl\:-ml-2{
  margin-left: -0.5rem;
}

:root [dir=rtl] .rtl\:-mt-3{
  margin-top: -0.75rem;
}

:root [dir=rtl] .rtl\:-mr-3{
  margin-right: -0.75rem;
}

:root [dir=rtl] .rtl\:-mb-3{
  margin-bottom: -0.75rem;
}

:root [dir=rtl] .rtl\:-ml-3{
  margin-left: -0.75rem;
}

:root [dir=rtl] .rtl\:-mt-4{
  margin-top: -1rem;
}

:root [dir=rtl] .rtl\:-mr-4{
  margin-right: -1rem;
}

:root [dir=rtl] .rtl\:-mb-4{
  margin-bottom: -1rem;
}

:root [dir=rtl] .rtl\:-ml-4{
  margin-left: -1rem;
}

:root [dir=rtl] .rtl\:-mt-5{
  margin-top: -1.25rem;
}

:root [dir=rtl] .rtl\:-mr-5{
  margin-right: -1.25rem;
}

:root [dir=rtl] .rtl\:-mb-5{
  margin-bottom: -1.25rem;
}

:root [dir=rtl] .rtl\:-ml-5{
  margin-left: -1.25rem;
}

:root [dir=rtl] .rtl\:-mt-6{
  margin-top: -1.5rem;
}

:root [dir=rtl] .rtl\:-mr-6{
  margin-right: -1.5rem;
}

:root [dir=rtl] .rtl\:-mb-6{
  margin-bottom: -1.5rem;
}

:root [dir=rtl] .rtl\:-ml-6{
  margin-left: -1.5rem;
}

:root [dir=rtl] .rtl\:-mt-7{
  margin-top: -1.75rem;
}

:root [dir=rtl] .rtl\:-mr-7{
  margin-right: -1.75rem;
}

:root [dir=rtl] .rtl\:-mb-7{
  margin-bottom: -1.75rem;
}

:root [dir=rtl] .rtl\:-ml-7{
  margin-left: -1.75rem;
}

:root [dir=rtl] .rtl\:-mt-8{
  margin-top: -2rem;
}

:root [dir=rtl] .rtl\:-mr-8{
  margin-right: -2rem;
}

:root [dir=rtl] .rtl\:-mb-8{
  margin-bottom: -2rem;
}

:root [dir=rtl] .rtl\:-ml-8{
  margin-left: -2rem;
}

:root [dir=rtl] .rtl\:-mt-9{
  margin-top: -2.25rem;
}

:root [dir=rtl] .rtl\:-mr-9{
  margin-right: -2.25rem;
}

:root [dir=rtl] .rtl\:-mb-9{
  margin-bottom: -2.25rem;
}

:root [dir=rtl] .rtl\:-ml-9{
  margin-left: -2.25rem;
}

:root [dir=rtl] .rtl\:-mt-10{
  margin-top: -2.5rem;
}

:root [dir=rtl] .rtl\:-mr-10{
  margin-right: -2.5rem;
}

:root [dir=rtl] .rtl\:-mb-10{
  margin-bottom: -2.5rem;
}

:root [dir=rtl] .rtl\:-ml-10{
  margin-left: -2.5rem;
}

:root [dir=rtl] .rtl\:-mt-11{
  margin-top: -2.75rem;
}

:root [dir=rtl] .rtl\:-mr-11{
  margin-right: -2.75rem;
}

:root [dir=rtl] .rtl\:-mb-11{
  margin-bottom: -2.75rem;
}

:root [dir=rtl] .rtl\:-ml-11{
  margin-left: -2.75rem;
}

:root [dir=rtl] .rtl\:-mt-12{
  margin-top: -3rem;
}

:root [dir=rtl] .rtl\:-mr-12{
  margin-right: -3rem;
}

:root [dir=rtl] .rtl\:-mb-12{
  margin-bottom: -3rem;
}

:root [dir=rtl] .rtl\:-ml-12{
  margin-left: -3rem;
}

:root [dir=rtl] .rtl\:-mt-14{
  margin-top: -3.5rem;
}

:root [dir=rtl] .rtl\:-mr-14{
  margin-right: -3.5rem;
}

:root [dir=rtl] .rtl\:-mb-14{
  margin-bottom: -3.5rem;
}

:root [dir=rtl] .rtl\:-ml-14{
  margin-left: -3.5rem;
}

:root [dir=rtl] .rtl\:-mt-16{
  margin-top: -4rem;
}

:root [dir=rtl] .rtl\:-mr-16{
  margin-right: -4rem;
}

:root [dir=rtl] .rtl\:-mb-16{
  margin-bottom: -4rem;
}

:root [dir=rtl] .rtl\:-ml-16{
  margin-left: -4rem;
}

:root [dir=rtl] .rtl\:-mt-20{
  margin-top: -5rem;
}

:root [dir=rtl] .rtl\:-mr-20{
  margin-right: -5rem;
}

:root [dir=rtl] .rtl\:-mb-20{
  margin-bottom: -5rem;
}

:root [dir=rtl] .rtl\:-ml-20{
  margin-left: -5rem;
}

:root [dir=rtl] .rtl\:-mt-24{
  margin-top: -6rem;
}

:root [dir=rtl] .rtl\:-mr-24{
  margin-right: -6rem;
}

:root [dir=rtl] .rtl\:-mb-24{
  margin-bottom: -6rem;
}

:root [dir=rtl] .rtl\:-ml-24{
  margin-left: -6rem;
}

:root [dir=rtl] .rtl\:-mt-28{
  margin-top: -7rem;
}

:root [dir=rtl] .rtl\:-mr-28{
  margin-right: -7rem;
}

:root [dir=rtl] .rtl\:-mb-28{
  margin-bottom: -7rem;
}

:root [dir=rtl] .rtl\:-ml-28{
  margin-left: -7rem;
}

:root [dir=rtl] .rtl\:-mt-32{
  margin-top: -8rem;
}

:root [dir=rtl] .rtl\:-mr-32{
  margin-right: -8rem;
}

:root [dir=rtl] .rtl\:-mb-32{
  margin-bottom: -8rem;
}

:root [dir=rtl] .rtl\:-ml-32{
  margin-left: -8rem;
}

:root [dir=rtl] .rtl\:-mt-36{
  margin-top: -9rem;
}

:root [dir=rtl] .rtl\:-mr-36{
  margin-right: -9rem;
}

:root [dir=rtl] .rtl\:-mb-36{
  margin-bottom: -9rem;
}

:root [dir=rtl] .rtl\:-ml-36{
  margin-left: -9rem;
}

:root [dir=rtl] .rtl\:-mt-40{
  margin-top: -10rem;
}

:root [dir=rtl] .rtl\:-mr-40{
  margin-right: -10rem;
}

:root [dir=rtl] .rtl\:-mb-40{
  margin-bottom: -10rem;
}

:root [dir=rtl] .rtl\:-ml-40{
  margin-left: -10rem;
}

:root [dir=rtl] .rtl\:-mt-44{
  margin-top: -11rem;
}

:root [dir=rtl] .rtl\:-mr-44{
  margin-right: -11rem;
}

:root [dir=rtl] .rtl\:-mb-44{
  margin-bottom: -11rem;
}

:root [dir=rtl] .rtl\:-ml-44{
  margin-left: -11rem;
}

:root [dir=rtl] .rtl\:-mt-48{
  margin-top: -12rem;
}

:root [dir=rtl] .rtl\:-mr-48{
  margin-right: -12rem;
}

:root [dir=rtl] .rtl\:-mb-48{
  margin-bottom: -12rem;
}

:root [dir=rtl] .rtl\:-ml-48{
  margin-left: -12rem;
}

:root [dir=rtl] .rtl\:-mt-52{
  margin-top: -13rem;
}

:root [dir=rtl] .rtl\:-mr-52{
  margin-right: -13rem;
}

:root [dir=rtl] .rtl\:-mb-52{
  margin-bottom: -13rem;
}

:root [dir=rtl] .rtl\:-ml-52{
  margin-left: -13rem;
}

:root [dir=rtl] .rtl\:-mt-56{
  margin-top: -14rem;
}

:root [dir=rtl] .rtl\:-mr-56{
  margin-right: -14rem;
}

:root [dir=rtl] .rtl\:-mb-56{
  margin-bottom: -14rem;
}

:root [dir=rtl] .rtl\:-ml-56{
  margin-left: -14rem;
}

:root [dir=rtl] .rtl\:-mt-60{
  margin-top: -15rem;
}

:root [dir=rtl] .rtl\:-mr-60{
  margin-right: -15rem;
}

:root [dir=rtl] .rtl\:-mb-60{
  margin-bottom: -15rem;
}

:root [dir=rtl] .rtl\:-ml-60{
  margin-left: -15rem;
}

:root [dir=rtl] .rtl\:-mt-64{
  margin-top: -16rem;
}

:root [dir=rtl] .rtl\:-mr-64{
  margin-right: -16rem;
}

:root [dir=rtl] .rtl\:-mb-64{
  margin-bottom: -16rem;
}

:root [dir=rtl] .rtl\:-ml-64{
  margin-left: -16rem;
}

:root [dir=rtl] .rtl\:-mt-72{
  margin-top: -18rem;
}

:root [dir=rtl] .rtl\:-mr-72{
  margin-right: -18rem;
}

:root [dir=rtl] .rtl\:-mb-72{
  margin-bottom: -18rem;
}

:root [dir=rtl] .rtl\:-ml-72{
  margin-left: -18rem;
}

:root [dir=rtl] .rtl\:-mt-80{
  margin-top: -20rem;
}

:root [dir=rtl] .rtl\:-mr-80{
  margin-right: -20rem;
}

:root [dir=rtl] .rtl\:-mb-80{
  margin-bottom: -20rem;
}

:root [dir=rtl] .rtl\:-ml-80{
  margin-left: -20rem;
}

:root [dir=rtl] .rtl\:-mt-96{
  margin-top: -24rem;
}

:root [dir=rtl] .rtl\:-mr-96{
  margin-right: -24rem;
}

:root [dir=rtl] .rtl\:-mb-96{
  margin-bottom: -24rem;
}

:root [dir=rtl] .rtl\:-ml-96{
  margin-left: -24rem;
}

:root [dir=rtl] .rtl\:-mt-px{
  margin-top: -1px;
}

:root [dir=rtl] .rtl\:-mr-px{
  margin-right: -1px;
}

:root [dir=rtl] .rtl\:-mb-px{
  margin-bottom: -1px;
}

:root [dir=rtl] .rtl\:-ml-px{
  margin-left: -1px;
}

:root [dir=rtl] .rtl\:-mt-gutter{
  margin-top: calc(var(--padding-gutter) * -1);
}

:root [dir=rtl] .rtl\:-mr-gutter{
  margin-right: calc(var(--padding-gutter) * -1);
}

:root [dir=rtl] .rtl\:-mb-gutter{
  margin-bottom: calc(var(--padding-gutter) * -1);
}

:root [dir=rtl] .rtl\:-ml-gutter{
  margin-left: calc(var(--padding-gutter) * -1);
}

:root [dir=rtl] .rtl\:-mt-0.5{
  margin-top: -0.125rem;
}

:root [dir=rtl] .rtl\:-mr-0.5{
  margin-right: -0.125rem;
}

:root [dir=rtl] .rtl\:-mb-0.5{
  margin-bottom: -0.125rem;
}

:root [dir=rtl] .rtl\:-ml-0.5{
  margin-left: -0.125rem;
}

:root [dir=rtl] .rtl\:-mt-1.5{
  margin-top: -0.375rem;
}

:root [dir=rtl] .rtl\:-mr-1.5{
  margin-right: -0.375rem;
}

:root [dir=rtl] .rtl\:-mb-1.5{
  margin-bottom: -0.375rem;
}

:root [dir=rtl] .rtl\:-ml-1.5{
  margin-left: -0.375rem;
}

:root [dir=rtl] .rtl\:-mt-2.5{
  margin-top: -0.625rem;
}

:root [dir=rtl] .rtl\:-mr-2.5{
  margin-right: -0.625rem;
}

:root [dir=rtl] .rtl\:-mb-2.5{
  margin-bottom: -0.625rem;
}

:root [dir=rtl] .rtl\:-ml-2.5{
  margin-left: -0.625rem;
}

:root [dir=rtl] .rtl\:-mt-3.5{
  margin-top: -0.875rem;
}

:root [dir=rtl] .rtl\:-mr-3.5{
  margin-right: -0.875rem;
}

:root [dir=rtl] .rtl\:-mb-3.5{
  margin-bottom: -0.875rem;
}

:root [dir=rtl] .rtl\:-ml-3.5{
  margin-left: -0.875rem;
}

:root [dir=rtl] .rtl\:-mt-17.5{
  margin-top: -4.375rem;
}

:root [dir=rtl] .rtl\:-mr-17.5{
  margin-right: -4.375rem;
}

:root [dir=rtl] .rtl\:-mb-17.5{
  margin-bottom: -4.375rem;
}

:root [dir=rtl] .rtl\:-ml-17.5{
  margin-left: -4.375rem;
}

:root .max-h-full{
  max-height: 100%;
}

:root .max-h-screen{
  max-height: 100vh;
}

:root .max-w-unset{
  max-width: unset;
}

:root .max-w-xxxs{
  max-width: 16rem;
}

:root .max-w-xxs{
  max-width: 18rem;
}

:root .max-w-xs{
  max-width: 20rem;
}

:root .max-w-sm{
  max-width: 24rem;
}

:root .max-w-md{
  max-width: 28rem;
}

:root .max-w-lg{
  max-width: 32rem;
}

:root .max-w-xl{
  max-width: 36rem;
}

:root .max-w-2xl{
  max-width: 42rem;
}

:root .max-w-3xl{
  max-width: 48rem;
}

:root .max-w-4xl{
  max-width: 56rem;
}

:root .max-w-5xl{
  max-width: 64rem;
}

:root .max-w-6xl{
  max-width: 72rem;
}

:root .max-w-full{
  max-width: 100%;
}

:root .min-h-0{
  min-height: 0;
}

:root .min-h-full{
  min-height: 100%;
}

:root .min-h-screen{
  min-height: 100vh;
}

:root .min-w-0{
  min-width: 0;
}

:root .min-w-1{
  min-width: 0.25rem;
}

:root .min-w-2{
  min-width: 0.5rem;
}

:root .min-w-3{
  min-width: 0.75rem;
}

:root .min-w-4{
  min-width: 1rem;
}

:root .min-w-5{
  min-width: 1.25rem;
}

:root .min-w-6{
  min-width: 1.5rem;
}

:root .min-w-7{
  min-width: 1.75rem;
}

:root .min-w-8{
  min-width: 2rem;
}

:root .min-w-9{
  min-width: 2.25rem;
}

:root .min-w-10{
  min-width: 2.5rem;
}

:root .min-w-11{
  min-width: 2.75rem;
}

:root .min-w-12{
  min-width: 3rem;
}

:root .min-w-14{
  min-width: 3.5rem;
}

:root .min-w-16{
  min-width: 4rem;
}

:root .min-w-20{
  min-width: 5rem;
}

:root .min-w-24{
  min-width: 6rem;
}

:root .min-w-28{
  min-width: 7rem;
}

:root .min-w-32{
  min-width: 8rem;
}

:root .min-w-36{
  min-width: 9rem;
}

:root .min-w-40{
  min-width: 10rem;
}

:root .min-w-44{
  min-width: 11rem;
}

:root .min-w-48{
  min-width: 12rem;
}

:root .min-w-52{
  min-width: 13rem;
}

:root .min-w-56{
  min-width: 14rem;
}

:root .min-w-60{
  min-width: 15rem;
}

:root .min-w-64{
  min-width: 16rem;
}

:root .min-w-72{
  min-width: 18rem;
}

:root .min-w-80{
  min-width: 20rem;
}

:root .min-w-96{
  min-width: 24rem;
}

:root .min-w-full{
  min-width: 100%;
}

:root .min-w-px{
  min-width: 1px;
}

:root .min-w-gutter{
  min-width: var(--padding-gutter);
}

:root .min-w-0\.5{
  min-width: 0.125rem;
}

:root .min-w-1\.5{
  min-width: 0.375rem;
}

:root .min-w-2\.5{
  min-width: 0.625rem;
}

:root .min-w-3\.5{
  min-width: 0.875rem;
}

:root .min-w-17\.5{
  min-width: 4.375rem;
}

:root .object-contain{
  object-fit: contain;
}

:root .object-cover{
  object-fit: cover;
}

:root .object-fill{
  object-fit: fill;
}

:root .object-none{
  object-fit: none;
}

:root .object-scale-down{
  object-fit: scale-down;
}

:root .object-bottom{
  object-position: bottom;
}

:root .object-center{
  object-position: center;
}

:root .object-left{
  object-position: left;
}

:root .object-left-bottom{
  object-position: left bottom;
}

:root .object-left-top{
  object-position: left top;
}

:root .object-right{
  object-position: right;
}

:root .object-right-bottom{
  object-position: right bottom;
}

:root .object-right-top{
  object-position: right top;
}

:root .object-top{
  object-position: top;
}

:root .opacity-0{
  opacity: 0;
}

:root .opacity-25{
  opacity: 0.25;
}

:root .opacity-50{
  opacity: 0.5;
}

:root .opacity-75{
  opacity: 0.75;
}

:root .opacity-100{
  opacity: 1;
}

:root .hover\:opacity-0:hover{
  opacity: 0;
}

:root .hover\:opacity-25:hover{
  opacity: 0.25;
}

:root .hover\:opacity-50:hover{
  opacity: 0.5;
}

:root .hover\:opacity-75:hover{
  opacity: 0.75;
}

:root .hover\:opacity-100:hover{
  opacity: 1;
}

:root .focus\:opacity-0:focus{
  opacity: 0;
}

:root .focus\:opacity-25:focus{
  opacity: 0.25;
}

:root .focus\:opacity-50:focus{
  opacity: 0.5;
}

:root .focus\:opacity-75:focus{
  opacity: 0.75;
}

:root .focus\:opacity-100:focus{
  opacity: 1;
}

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

:root .outline-white{
  outline: 2px dotted white;
  outline-offset: 2px;
}

:root .outline-black{
  outline: 2px dotted black;
  outline-offset: 2px;
}

:root .focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

:root .focus\:outline-white:focus{
  outline: 2px dotted white;
  outline-offset: 2px;
}

:root .focus\:outline-black:focus{
  outline: 2px dotted black;
  outline-offset: 2px;
}

:root .overflow-auto{
  overflow: auto;
}

:root .overflow-hidden{
  overflow: hidden;
}

:root .overflow-visible{
  overflow: visible;
}

:root .overflow-scroll{
  overflow: scroll;
}

:root .overflow-x-auto{
  overflow-x: auto;
}

:root .overflow-y-auto{
  overflow-y: auto;
}

:root .overflow-x-hidden{
  overflow-x: hidden;
}

:root .overflow-y-hidden{
  overflow-y: hidden;
}

:root .overflow-x-visible{
  overflow-x: visible;
}

:root .overflow-y-visible{
  overflow-y: visible;
}

:root .overflow-x-scroll{
  overflow-x: scroll;
}

:root .overflow-y-scroll{
  overflow-y: scroll;
}

:root .overscroll-auto{
  overscroll-behavior: auto;
}

:root .overscroll-contain{
  overscroll-behavior: contain;
}

:root .overscroll-none{
  overscroll-behavior: none;
}

:root .overscroll-y-auto{
  overscroll-behavior-y: auto;
}

:root .overscroll-y-contain{
  overscroll-behavior-y: contain;
}

:root .overscroll-y-none{
  overscroll-behavior-y: none;
}

:root .overscroll-x-auto{
  overscroll-behavior-x: auto;
}

:root .overscroll-x-contain{
  overscroll-behavior-x: contain;
}

:root .overscroll-x-none{
  overscroll-behavior-x: none;
}

:root .p-0{
  padding: 0;
}

:root .p-1{
  padding: 0.25rem;
}

:root .p-2{
  padding: 0.5rem;
}

:root .p-3{
  padding: 0.75rem;
}

:root .p-4{
  padding: 1rem;
}

:root .p-5{
  padding: 1.25rem;
}

:root .p-6{
  padding: 1.5rem;
}

:root .p-7{
  padding: 1.75rem;
}

:root .p-8{
  padding: 2rem;
}

:root .p-9{
  padding: 2.25rem;
}

:root .p-10{
  padding: 2.5rem;
}

:root .p-11{
  padding: 2.75rem;
}

:root .p-12{
  padding: 3rem;
}

:root .p-14{
  padding: 3.5rem;
}

:root .p-16{
  padding: 4rem;
}

:root .p-20{
  padding: 5rem;
}

:root .p-24{
  padding: 6rem;
}

:root .p-28{
  padding: 7rem;
}

:root .p-32{
  padding: 8rem;
}

:root .p-36{
  padding: 9rem;
}

:root .p-40{
  padding: 10rem;
}

:root .p-44{
  padding: 11rem;
}

:root .p-48{
  padding: 12rem;
}

:root .p-52{
  padding: 13rem;
}

:root .p-56{
  padding: 14rem;
}

:root .p-60{
  padding: 15rem;
}

:root .p-64{
  padding: 16rem;
}

:root .p-72{
  padding: 18rem;
}

:root .p-80{
  padding: 20rem;
}

:root .p-96{
  padding: 24rem;
}

:root .p-px{
  padding: 1px;
}

:root .p-gutter{
  padding: var(--padding-gutter);
}

:root .p-0\.5{
  padding: 0.125rem;
}

:root .p-1\.5{
  padding: 0.375rem;
}

:root .p-2\.5{
  padding: 0.625rem;
}

:root .p-3\.5{
  padding: 0.875rem;
}

:root .p-17\.5{
  padding: 4.375rem;
}

:root .py-0{
  padding-top: 0;
  padding-bottom: 0;
}

:root .px-0{
  padding-left: 0;
  padding-right: 0;
}

:root .py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

:root .px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

:root .py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

:root .px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

:root .py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

:root .px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

:root .py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}

:root .px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}

:root .py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

:root .px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

:root .py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

:root .px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

:root .py-7{
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

:root .px-7{
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

:root .py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}

:root .px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}

:root .py-9{
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

:root .px-9{
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

:root .py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

:root .px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

:root .py-11{
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

:root .px-11{
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}

:root .py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}

:root .px-12{
  padding-left: 3rem;
  padding-right: 3rem;
}

:root .py-14{
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

:root .px-14{
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

:root .py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}

:root .px-16{
  padding-left: 4rem;
  padding-right: 4rem;
}

:root .py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}

:root .px-20{
  padding-left: 5rem;
  padding-right: 5rem;
}

:root .py-24{
  padding-top: 6rem;
  padding-bottom: 6rem;
}

:root .px-24{
  padding-left: 6rem;
  padding-right: 6rem;
}

:root .py-28{
  padding-top: 7rem;
  padding-bottom: 7rem;
}

:root .px-28{
  padding-left: 7rem;
  padding-right: 7rem;
}

:root .py-32{
  padding-top: 8rem;
  padding-bottom: 8rem;
}

:root .px-32{
  padding-left: 8rem;
  padding-right: 8rem;
}

:root .py-36{
  padding-top: 9rem;
  padding-bottom: 9rem;
}

:root .px-36{
  padding-left: 9rem;
  padding-right: 9rem;
}

:root .py-40{
  padding-top: 10rem;
  padding-bottom: 10rem;
}

:root .px-40{
  padding-left: 10rem;
  padding-right: 10rem;
}

:root .py-44{
  padding-top: 11rem;
  padding-bottom: 11rem;
}

:root .px-44{
  padding-left: 11rem;
  padding-right: 11rem;
}

:root .py-48{
  padding-top: 12rem;
  padding-bottom: 12rem;
}

:root .px-48{
  padding-left: 12rem;
  padding-right: 12rem;
}

:root .py-52{
  padding-top: 13rem;
  padding-bottom: 13rem;
}

:root .px-52{
  padding-left: 13rem;
  padding-right: 13rem;
}

:root .py-56{
  padding-top: 14rem;
  padding-bottom: 14rem;
}

:root .px-56{
  padding-left: 14rem;
  padding-right: 14rem;
}

:root .py-60{
  padding-top: 15rem;
  padding-bottom: 15rem;
}

:root .px-60{
  padding-left: 15rem;
  padding-right: 15rem;
}

:root .py-64{
  padding-top: 16rem;
  padding-bottom: 16rem;
}

:root .px-64{
  padding-left: 16rem;
  padding-right: 16rem;
}

:root .py-72{
  padding-top: 18rem;
  padding-bottom: 18rem;
}

:root .px-72{
  padding-left: 18rem;
  padding-right: 18rem;
}

:root .py-80{
  padding-top: 20rem;
  padding-bottom: 20rem;
}

:root .px-80{
  padding-left: 20rem;
  padding-right: 20rem;
}

:root .py-96{
  padding-top: 24rem;
  padding-bottom: 24rem;
}

:root .px-96{
  padding-left: 24rem;
  padding-right: 24rem;
}

:root .py-px{
  padding-top: 1px;
  padding-bottom: 1px;
}

:root .px-px{
  padding-left: 1px;
  padding-right: 1px;
}

:root .py-gutter{
  padding-top: var(--padding-gutter);
  padding-bottom: var(--padding-gutter);
}

:root .px-gutter{
  padding-left: var(--padding-gutter);
  padding-right: var(--padding-gutter);
}

:root .py-0\.5{
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

:root .px-0\.5{
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}

:root .py-1\.5{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

:root .px-1\.5{
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

:root .py-2\.5{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

:root .px-2\.5{
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

:root .py-3\.5{
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

:root .px-3\.5{
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}

:root .py-17\.5{
  padding-top: 4.375rem;
  padding-bottom: 4.375rem;
}

:root .px-17\.5{
  padding-left: 4.375rem;
  padding-right: 4.375rem;
}

:root .pt-0{
  padding-top: 0;
}

:root .pr-0{
  padding-right: 0;
}

:root .pb-0{
  padding-bottom: 0;
}

:root .pl-0{
  padding-left: 0;
}

:root .pt-1{
  padding-top: 0.25rem;
}

:root .pr-1{
  padding-right: 0.25rem;
}

:root .pb-1{
  padding-bottom: 0.25rem;
}

:root .pl-1{
  padding-left: 0.25rem;
}

:root .pt-2{
  padding-top: 0.5rem;
}

:root .pr-2{
  padding-right: 0.5rem;
}

:root .pb-2{
  padding-bottom: 0.5rem;
}

:root .pl-2{
  padding-left: 0.5rem;
}

:root .pt-3{
  padding-top: 0.75rem;
}

:root .pr-3{
  padding-right: 0.75rem;
}

:root .pb-3{
  padding-bottom: 0.75rem;
}

:root .pl-3{
  padding-left: 0.75rem;
}

:root .pt-4{
  padding-top: 1rem;
}

:root .pr-4{
  padding-right: 1rem;
}

:root .pb-4{
  padding-bottom: 1rem;
}

:root .pl-4{
  padding-left: 1rem;
}

:root .pt-5{
  padding-top: 1.25rem;
}

:root .pr-5{
  padding-right: 1.25rem;
}

:root .pb-5{
  padding-bottom: 1.25rem;
}

:root .pl-5{
  padding-left: 1.25rem;
}

:root .pt-6{
  padding-top: 1.5rem;
}

:root .pr-6{
  padding-right: 1.5rem;
}

:root .pb-6{
  padding-bottom: 1.5rem;
}

:root .pl-6{
  padding-left: 1.5rem;
}

:root .pt-7{
  padding-top: 1.75rem;
}

:root .pr-7{
  padding-right: 1.75rem;
}

:root .pb-7{
  padding-bottom: 1.75rem;
}

:root .pl-7{
  padding-left: 1.75rem;
}

:root .pt-8{
  padding-top: 2rem;
}

:root .pr-8{
  padding-right: 2rem;
}

:root .pb-8{
  padding-bottom: 2rem;
}

:root .pl-8{
  padding-left: 2rem;
}

:root .pt-9{
  padding-top: 2.25rem;
}

:root .pr-9{
  padding-right: 2.25rem;
}

:root .pb-9{
  padding-bottom: 2.25rem;
}

:root .pl-9{
  padding-left: 2.25rem;
}

:root .pt-10{
  padding-top: 2.5rem;
}

:root .pr-10{
  padding-right: 2.5rem;
}

:root .pb-10{
  padding-bottom: 2.5rem;
}

:root .pl-10{
  padding-left: 2.5rem;
}

:root .pt-11{
  padding-top: 2.75rem;
}

:root .pr-11{
  padding-right: 2.75rem;
}

:root .pb-11{
  padding-bottom: 2.75rem;
}

:root .pl-11{
  padding-left: 2.75rem;
}

:root .pt-12{
  padding-top: 3rem;
}

:root .pr-12{
  padding-right: 3rem;
}

:root .pb-12{
  padding-bottom: 3rem;
}

:root .pl-12{
  padding-left: 3rem;
}

:root .pt-14{
  padding-top: 3.5rem;
}

:root .pr-14{
  padding-right: 3.5rem;
}

:root .pb-14{
  padding-bottom: 3.5rem;
}

:root .pl-14{
  padding-left: 3.5rem;
}

:root .pt-16{
  padding-top: 4rem;
}

:root .pr-16{
  padding-right: 4rem;
}

:root .pb-16{
  padding-bottom: 4rem;
}

:root .pl-16{
  padding-left: 4rem;
}

:root .pt-20{
  padding-top: 5rem;
}

:root .pr-20{
  padding-right: 5rem;
}

:root .pb-20{
  padding-bottom: 5rem;
}

:root .pl-20{
  padding-left: 5rem;
}

:root .pt-24{
  padding-top: 6rem;
}

:root .pr-24{
  padding-right: 6rem;
}

:root .pb-24{
  padding-bottom: 6rem;
}

:root .pl-24{
  padding-left: 6rem;
}

:root .pt-28{
  padding-top: 7rem;
}

:root .pr-28{
  padding-right: 7rem;
}

:root .pb-28{
  padding-bottom: 7rem;
}

:root .pl-28{
  padding-left: 7rem;
}

:root .pt-32{
  padding-top: 8rem;
}

:root .pr-32{
  padding-right: 8rem;
}

:root .pb-32{
  padding-bottom: 8rem;
}

:root .pl-32{
  padding-left: 8rem;
}

:root .pt-36{
  padding-top: 9rem;
}

:root .pr-36{
  padding-right: 9rem;
}

:root .pb-36{
  padding-bottom: 9rem;
}

:root .pl-36{
  padding-left: 9rem;
}

:root .pt-40{
  padding-top: 10rem;
}

:root .pr-40{
  padding-right: 10rem;
}

:root .pb-40{
  padding-bottom: 10rem;
}

:root .pl-40{
  padding-left: 10rem;
}

:root .pt-44{
  padding-top: 11rem;
}

:root .pr-44{
  padding-right: 11rem;
}

:root .pb-44{
  padding-bottom: 11rem;
}

:root .pl-44{
  padding-left: 11rem;
}

:root .pt-48{
  padding-top: 12rem;
}

:root .pr-48{
  padding-right: 12rem;
}

:root .pb-48{
  padding-bottom: 12rem;
}

:root .pl-48{
  padding-left: 12rem;
}

:root .pt-52{
  padding-top: 13rem;
}

:root .pr-52{
  padding-right: 13rem;
}

:root .pb-52{
  padding-bottom: 13rem;
}

:root .pl-52{
  padding-left: 13rem;
}

:root .pt-56{
  padding-top: 14rem;
}

:root .pr-56{
  padding-right: 14rem;
}

:root .pb-56{
  padding-bottom: 14rem;
}

:root .pl-56{
  padding-left: 14rem;
}

:root .pt-60{
  padding-top: 15rem;
}

:root .pr-60{
  padding-right: 15rem;
}

:root .pb-60{
  padding-bottom: 15rem;
}

:root .pl-60{
  padding-left: 15rem;
}

:root .pt-64{
  padding-top: 16rem;
}

:root .pr-64{
  padding-right: 16rem;
}

:root .pb-64{
  padding-bottom: 16rem;
}

:root .pl-64{
  padding-left: 16rem;
}

:root .pt-72{
  padding-top: 18rem;
}

:root .pr-72{
  padding-right: 18rem;
}

:root .pb-72{
  padding-bottom: 18rem;
}

:root .pl-72{
  padding-left: 18rem;
}

:root .pt-80{
  padding-top: 20rem;
}

:root .pr-80{
  padding-right: 20rem;
}

:root .pb-80{
  padding-bottom: 20rem;
}

:root .pl-80{
  padding-left: 20rem;
}

:root .pt-96{
  padding-top: 24rem;
}

:root .pr-96{
  padding-right: 24rem;
}

:root .pb-96{
  padding-bottom: 24rem;
}

:root .pl-96{
  padding-left: 24rem;
}

:root .pt-px{
  padding-top: 1px;
}

:root .pr-px{
  padding-right: 1px;
}

:root .pb-px{
  padding-bottom: 1px;
}

:root .pl-px{
  padding-left: 1px;
}

:root .pt-gutter{
  padding-top: var(--padding-gutter);
}

:root .pr-gutter{
  padding-right: var(--padding-gutter);
}

:root .pb-gutter{
  padding-bottom: var(--padding-gutter);
}

:root .pl-gutter{
  padding-left: var(--padding-gutter);
}

:root .pt-0\.5{
  padding-top: 0.125rem;
}

:root .pr-0\.5{
  padding-right: 0.125rem;
}

:root .pb-0\.5{
  padding-bottom: 0.125rem;
}

:root .pl-0\.5{
  padding-left: 0.125rem;
}

:root .pt-1\.5{
  padding-top: 0.375rem;
}

:root .pr-1\.5{
  padding-right: 0.375rem;
}

:root .pb-1\.5{
  padding-bottom: 0.375rem;
}

:root .pl-1\.5{
  padding-left: 0.375rem;
}

:root .pt-2\.5{
  padding-top: 0.625rem;
}

:root .pr-2\.5{
  padding-right: 0.625rem;
}

:root .pb-2\.5{
  padding-bottom: 0.625rem;
}

:root .pl-2\.5{
  padding-left: 0.625rem;
}

:root .pt-3\.5{
  padding-top: 0.875rem;
}

:root .pr-3\.5{
  padding-right: 0.875rem;
}

:root .pb-3\.5{
  padding-bottom: 0.875rem;
}

:root .pl-3\.5{
  padding-left: 0.875rem;
}

:root .pt-17\.5{
  padding-top: 4.375rem;
}

:root .pr-17\.5{
  padding-right: 4.375rem;
}

:root .pb-17\.5{
  padding-bottom: 4.375rem;
}

:root .pl-17\.5{
  padding-left: 4.375rem;
}

:root [dir=ltr] .ltr\:p-0{
  padding: 0;
}

:root [dir=ltr] .ltr\:p-1{
  padding: 0.25rem;
}

:root [dir=ltr] .ltr\:p-2{
  padding: 0.5rem;
}

:root [dir=ltr] .ltr\:p-3{
  padding: 0.75rem;
}

:root [dir=ltr] .ltr\:p-4{
  padding: 1rem;
}

:root [dir=ltr] .ltr\:p-5{
  padding: 1.25rem;
}

:root [dir=ltr] .ltr\:p-6{
  padding: 1.5rem;
}

:root [dir=ltr] .ltr\:p-7{
  padding: 1.75rem;
}

:root [dir=ltr] .ltr\:p-8{
  padding: 2rem;
}

:root [dir=ltr] .ltr\:p-9{
  padding: 2.25rem;
}

:root [dir=ltr] .ltr\:p-10{
  padding: 2.5rem;
}

:root [dir=ltr] .ltr\:p-11{
  padding: 2.75rem;
}

:root [dir=ltr] .ltr\:p-12{
  padding: 3rem;
}

:root [dir=ltr] .ltr\:p-14{
  padding: 3.5rem;
}

:root [dir=ltr] .ltr\:p-16{
  padding: 4rem;
}

:root [dir=ltr] .ltr\:p-20{
  padding: 5rem;
}

:root [dir=ltr] .ltr\:p-24{
  padding: 6rem;
}

:root [dir=ltr] .ltr\:p-28{
  padding: 7rem;
}

:root [dir=ltr] .ltr\:p-32{
  padding: 8rem;
}

:root [dir=ltr] .ltr\:p-36{
  padding: 9rem;
}

:root [dir=ltr] .ltr\:p-40{
  padding: 10rem;
}

:root [dir=ltr] .ltr\:p-44{
  padding: 11rem;
}

:root [dir=ltr] .ltr\:p-48{
  padding: 12rem;
}

:root [dir=ltr] .ltr\:p-52{
  padding: 13rem;
}

:root [dir=ltr] .ltr\:p-56{
  padding: 14rem;
}

:root [dir=ltr] .ltr\:p-60{
  padding: 15rem;
}

:root [dir=ltr] .ltr\:p-64{
  padding: 16rem;
}

:root [dir=ltr] .ltr\:p-72{
  padding: 18rem;
}

:root [dir=ltr] .ltr\:p-80{
  padding: 20rem;
}

:root [dir=ltr] .ltr\:p-96{
  padding: 24rem;
}

:root [dir=ltr] .ltr\:p-px{
  padding: 1px;
}

:root [dir=ltr] .ltr\:p-gutter{
  padding: var(--padding-gutter);
}

:root [dir=ltr] .ltr\:p-0.5{
  padding: 0.125rem;
}

:root [dir=ltr] .ltr\:p-1.5{
  padding: 0.375rem;
}

:root [dir=ltr] .ltr\:p-2.5{
  padding: 0.625rem;
}

:root [dir=ltr] .ltr\:p-3.5{
  padding: 0.875rem;
}

:root [dir=ltr] .ltr\:p-17.5{
  padding: 4.375rem;
}

:root [dir=ltr] .ltr\:py-0{
  padding-top: 0;
  padding-bottom: 0;
}

:root [dir=ltr] .ltr\:px-0{
  padding-left: 0;
  padding-right: 0;
}

:root [dir=ltr] .ltr\:py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

:root [dir=ltr] .ltr\:px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

:root [dir=ltr] .ltr\:py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

:root [dir=ltr] .ltr\:px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

:root [dir=ltr] .ltr\:py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

:root [dir=ltr] .ltr\:px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

:root [dir=ltr] .ltr\:py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}

:root [dir=ltr] .ltr\:px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}

:root [dir=ltr] .ltr\:py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

:root [dir=ltr] .ltr\:px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

:root [dir=ltr] .ltr\:py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

:root [dir=ltr] .ltr\:px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

:root [dir=ltr] .ltr\:py-7{
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

:root [dir=ltr] .ltr\:px-7{
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

:root [dir=ltr] .ltr\:py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}

:root [dir=ltr] .ltr\:px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}

:root [dir=ltr] .ltr\:py-9{
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

:root [dir=ltr] .ltr\:px-9{
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

:root [dir=ltr] .ltr\:py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

:root [dir=ltr] .ltr\:px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

:root [dir=ltr] .ltr\:py-11{
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

:root [dir=ltr] .ltr\:px-11{
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}

:root [dir=ltr] .ltr\:py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}

:root [dir=ltr] .ltr\:px-12{
  padding-left: 3rem;
  padding-right: 3rem;
}

:root [dir=ltr] .ltr\:py-14{
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

:root [dir=ltr] .ltr\:px-14{
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

:root [dir=ltr] .ltr\:py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}

:root [dir=ltr] .ltr\:px-16{
  padding-left: 4rem;
  padding-right: 4rem;
}

:root [dir=ltr] .ltr\:py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}

:root [dir=ltr] .ltr\:px-20{
  padding-left: 5rem;
  padding-right: 5rem;
}

:root [dir=ltr] .ltr\:py-24{
  padding-top: 6rem;
  padding-bottom: 6rem;
}

:root [dir=ltr] .ltr\:px-24{
  padding-left: 6rem;
  padding-right: 6rem;
}

:root [dir=ltr] .ltr\:py-28{
  padding-top: 7rem;
  padding-bottom: 7rem;
}

:root [dir=ltr] .ltr\:px-28{
  padding-left: 7rem;
  padding-right: 7rem;
}

:root [dir=ltr] .ltr\:py-32{
  padding-top: 8rem;
  padding-bottom: 8rem;
}

:root [dir=ltr] .ltr\:px-32{
  padding-left: 8rem;
  padding-right: 8rem;
}

:root [dir=ltr] .ltr\:py-36{
  padding-top: 9rem;
  padding-bottom: 9rem;
}

:root [dir=ltr] .ltr\:px-36{
  padding-left: 9rem;
  padding-right: 9rem;
}

:root [dir=ltr] .ltr\:py-40{
  padding-top: 10rem;
  padding-bottom: 10rem;
}

:root [dir=ltr] .ltr\:px-40{
  padding-left: 10rem;
  padding-right: 10rem;
}

:root [dir=ltr] .ltr\:py-44{
  padding-top: 11rem;
  padding-bottom: 11rem;
}

:root [dir=ltr] .ltr\:px-44{
  padding-left: 11rem;
  padding-right: 11rem;
}

:root [dir=ltr] .ltr\:py-48{
  padding-top: 12rem;
  padding-bottom: 12rem;
}

:root [dir=ltr] .ltr\:px-48{
  padding-left: 12rem;
  padding-right: 12rem;
}

:root [dir=ltr] .ltr\:py-52{
  padding-top: 13rem;
  padding-bottom: 13rem;
}

:root [dir=ltr] .ltr\:px-52{
  padding-left: 13rem;
  padding-right: 13rem;
}

:root [dir=ltr] .ltr\:py-56{
  padding-top: 14rem;
  padding-bottom: 14rem;
}

:root [dir=ltr] .ltr\:px-56{
  padding-left: 14rem;
  padding-right: 14rem;
}

:root [dir=ltr] .ltr\:py-60{
  padding-top: 15rem;
  padding-bottom: 15rem;
}

:root [dir=ltr] .ltr\:px-60{
  padding-left: 15rem;
  padding-right: 15rem;
}

:root [dir=ltr] .ltr\:py-64{
  padding-top: 16rem;
  padding-bottom: 16rem;
}

:root [dir=ltr] .ltr\:px-64{
  padding-left: 16rem;
  padding-right: 16rem;
}

:root [dir=ltr] .ltr\:py-72{
  padding-top: 18rem;
  padding-bottom: 18rem;
}

:root [dir=ltr] .ltr\:px-72{
  padding-left: 18rem;
  padding-right: 18rem;
}

:root [dir=ltr] .ltr\:py-80{
  padding-top: 20rem;
  padding-bottom: 20rem;
}

:root [dir=ltr] .ltr\:px-80{
  padding-left: 20rem;
  padding-right: 20rem;
}

:root [dir=ltr] .ltr\:py-96{
  padding-top: 24rem;
  padding-bottom: 24rem;
}

:root [dir=ltr] .ltr\:px-96{
  padding-left: 24rem;
  padding-right: 24rem;
}

:root [dir=ltr] .ltr\:py-px{
  padding-top: 1px;
  padding-bottom: 1px;
}

:root [dir=ltr] .ltr\:px-px{
  padding-left: 1px;
  padding-right: 1px;
}

:root [dir=ltr] .ltr\:py-gutter{
  padding-top: var(--padding-gutter);
  padding-bottom: var(--padding-gutter);
}

:root [dir=ltr] .ltr\:px-gutter{
  padding-left: var(--padding-gutter);
  padding-right: var(--padding-gutter);
}

:root [dir=ltr] .ltr\:py-0.5{
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

:root [dir=ltr] .ltr\:px-0.5{
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}

:root [dir=ltr] .ltr\:py-1.5{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

:root [dir=ltr] .ltr\:px-1.5{
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

:root [dir=ltr] .ltr\:py-2.5{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

:root [dir=ltr] .ltr\:px-2.5{
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

:root [dir=ltr] .ltr\:py-3.5{
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

:root [dir=ltr] .ltr\:px-3.5{
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}

:root [dir=ltr] .ltr\:py-17.5{
  padding-top: 4.375rem;
  padding-bottom: 4.375rem;
}

:root [dir=ltr] .ltr\:px-17.5{
  padding-left: 4.375rem;
  padding-right: 4.375rem;
}

:root [dir=ltr] .ltr\:pt-0{
  padding-top: 0;
}

:root [dir=ltr] .ltr\:pr-0{
  padding-right: 0;
}

:root [dir=ltr] .ltr\:pb-0{
  padding-bottom: 0;
}

:root [dir=ltr] .ltr\:pl-0{
  padding-left: 0;
}

:root [dir=ltr] .ltr\:pt-1{
  padding-top: 0.25rem;
}

:root [dir=ltr] .ltr\:pr-1{
  padding-right: 0.25rem;
}

:root [dir=ltr] .ltr\:pb-1{
  padding-bottom: 0.25rem;
}

:root [dir=ltr] .ltr\:pl-1{
  padding-left: 0.25rem;
}

:root [dir=ltr] .ltr\:pt-2{
  padding-top: 0.5rem;
}

:root [dir=ltr] .ltr\:pr-2{
  padding-right: 0.5rem;
}

:root [dir=ltr] .ltr\:pb-2{
  padding-bottom: 0.5rem;
}

:root [dir=ltr] .ltr\:pl-2{
  padding-left: 0.5rem;
}

:root [dir=ltr] .ltr\:pt-3{
  padding-top: 0.75rem;
}

:root [dir=ltr] .ltr\:pr-3{
  padding-right: 0.75rem;
}

:root [dir=ltr] .ltr\:pb-3{
  padding-bottom: 0.75rem;
}

:root [dir=ltr] .ltr\:pl-3{
  padding-left: 0.75rem;
}

:root [dir=ltr] .ltr\:pt-4{
  padding-top: 1rem;
}

:root [dir=ltr] .ltr\:pr-4{
  padding-right: 1rem;
}

:root [dir=ltr] .ltr\:pb-4{
  padding-bottom: 1rem;
}

:root [dir=ltr] .ltr\:pl-4{
  padding-left: 1rem;
}

:root [dir=ltr] .ltr\:pt-5{
  padding-top: 1.25rem;
}

:root [dir=ltr] .ltr\:pr-5{
  padding-right: 1.25rem;
}

:root [dir=ltr] .ltr\:pb-5{
  padding-bottom: 1.25rem;
}

:root [dir=ltr] .ltr\:pl-5{
  padding-left: 1.25rem;
}

:root [dir=ltr] .ltr\:pt-6{
  padding-top: 1.5rem;
}

:root [dir=ltr] .ltr\:pr-6{
  padding-right: 1.5rem;
}

:root [dir=ltr] .ltr\:pb-6{
  padding-bottom: 1.5rem;
}

:root [dir=ltr] .ltr\:pl-6{
  padding-left: 1.5rem;
}

:root [dir=ltr] .ltr\:pt-7{
  padding-top: 1.75rem;
}

:root [dir=ltr] .ltr\:pr-7{
  padding-right: 1.75rem;
}

:root [dir=ltr] .ltr\:pb-7{
  padding-bottom: 1.75rem;
}

:root [dir=ltr] .ltr\:pl-7{
  padding-left: 1.75rem;
}

:root [dir=ltr] .ltr\:pt-8{
  padding-top: 2rem;
}

:root [dir=ltr] .ltr\:pr-8{
  padding-right: 2rem;
}

:root [dir=ltr] .ltr\:pb-8{
  padding-bottom: 2rem;
}

:root [dir=ltr] .ltr\:pl-8{
  padding-left: 2rem;
}

:root [dir=ltr] .ltr\:pt-9{
  padding-top: 2.25rem;
}

:root [dir=ltr] .ltr\:pr-9{
  padding-right: 2.25rem;
}

:root [dir=ltr] .ltr\:pb-9{
  padding-bottom: 2.25rem;
}

:root [dir=ltr] .ltr\:pl-9{
  padding-left: 2.25rem;
}

:root [dir=ltr] .ltr\:pt-10{
  padding-top: 2.5rem;
}

:root [dir=ltr] .ltr\:pr-10{
  padding-right: 2.5rem;
}

:root [dir=ltr] .ltr\:pb-10{
  padding-bottom: 2.5rem;
}

:root [dir=ltr] .ltr\:pl-10{
  padding-left: 2.5rem;
}

:root [dir=ltr] .ltr\:pt-11{
  padding-top: 2.75rem;
}

:root [dir=ltr] .ltr\:pr-11{
  padding-right: 2.75rem;
}

:root [dir=ltr] .ltr\:pb-11{
  padding-bottom: 2.75rem;
}

:root [dir=ltr] .ltr\:pl-11{
  padding-left: 2.75rem;
}

:root [dir=ltr] .ltr\:pt-12{
  padding-top: 3rem;
}

:root [dir=ltr] .ltr\:pr-12{
  padding-right: 3rem;
}

:root [dir=ltr] .ltr\:pb-12{
  padding-bottom: 3rem;
}

:root [dir=ltr] .ltr\:pl-12{
  padding-left: 3rem;
}

:root [dir=ltr] .ltr\:pt-14{
  padding-top: 3.5rem;
}

:root [dir=ltr] .ltr\:pr-14{
  padding-right: 3.5rem;
}

:root [dir=ltr] .ltr\:pb-14{
  padding-bottom: 3.5rem;
}

:root [dir=ltr] .ltr\:pl-14{
  padding-left: 3.5rem;
}

:root [dir=ltr] .ltr\:pt-16{
  padding-top: 4rem;
}

:root [dir=ltr] .ltr\:pr-16{
  padding-right: 4rem;
}

:root [dir=ltr] .ltr\:pb-16{
  padding-bottom: 4rem;
}

:root [dir=ltr] .ltr\:pl-16{
  padding-left: 4rem;
}

:root [dir=ltr] .ltr\:pt-20{
  padding-top: 5rem;
}

:root [dir=ltr] .ltr\:pr-20{
  padding-right: 5rem;
}

:root [dir=ltr] .ltr\:pb-20{
  padding-bottom: 5rem;
}

:root [dir=ltr] .ltr\:pl-20{
  padding-left: 5rem;
}

:root [dir=ltr] .ltr\:pt-24{
  padding-top: 6rem;
}

:root [dir=ltr] .ltr\:pr-24{
  padding-right: 6rem;
}

:root [dir=ltr] .ltr\:pb-24{
  padding-bottom: 6rem;
}

:root [dir=ltr] .ltr\:pl-24{
  padding-left: 6rem;
}

:root [dir=ltr] .ltr\:pt-28{
  padding-top: 7rem;
}

:root [dir=ltr] .ltr\:pr-28{
  padding-right: 7rem;
}

:root [dir=ltr] .ltr\:pb-28{
  padding-bottom: 7rem;
}

:root [dir=ltr] .ltr\:pl-28{
  padding-left: 7rem;
}

:root [dir=ltr] .ltr\:pt-32{
  padding-top: 8rem;
}

:root [dir=ltr] .ltr\:pr-32{
  padding-right: 8rem;
}

:root [dir=ltr] .ltr\:pb-32{
  padding-bottom: 8rem;
}

:root [dir=ltr] .ltr\:pl-32{
  padding-left: 8rem;
}

:root [dir=ltr] .ltr\:pt-36{
  padding-top: 9rem;
}

:root [dir=ltr] .ltr\:pr-36{
  padding-right: 9rem;
}

:root [dir=ltr] .ltr\:pb-36{
  padding-bottom: 9rem;
}

:root [dir=ltr] .ltr\:pl-36{
  padding-left: 9rem;
}

:root [dir=ltr] .ltr\:pt-40{
  padding-top: 10rem;
}

:root [dir=ltr] .ltr\:pr-40{
  padding-right: 10rem;
}

:root [dir=ltr] .ltr\:pb-40{
  padding-bottom: 10rem;
}

:root [dir=ltr] .ltr\:pl-40{
  padding-left: 10rem;
}

:root [dir=ltr] .ltr\:pt-44{
  padding-top: 11rem;
}

:root [dir=ltr] .ltr\:pr-44{
  padding-right: 11rem;
}

:root [dir=ltr] .ltr\:pb-44{
  padding-bottom: 11rem;
}

:root [dir=ltr] .ltr\:pl-44{
  padding-left: 11rem;
}

:root [dir=ltr] .ltr\:pt-48{
  padding-top: 12rem;
}

:root [dir=ltr] .ltr\:pr-48{
  padding-right: 12rem;
}

:root [dir=ltr] .ltr\:pb-48{
  padding-bottom: 12rem;
}

:root [dir=ltr] .ltr\:pl-48{
  padding-left: 12rem;
}

:root [dir=ltr] .ltr\:pt-52{
  padding-top: 13rem;
}

:root [dir=ltr] .ltr\:pr-52{
  padding-right: 13rem;
}

:root [dir=ltr] .ltr\:pb-52{
  padding-bottom: 13rem;
}

:root [dir=ltr] .ltr\:pl-52{
  padding-left: 13rem;
}

:root [dir=ltr] .ltr\:pt-56{
  padding-top: 14rem;
}

:root [dir=ltr] .ltr\:pr-56{
  padding-right: 14rem;
}

:root [dir=ltr] .ltr\:pb-56{
  padding-bottom: 14rem;
}

:root [dir=ltr] .ltr\:pl-56{
  padding-left: 14rem;
}

:root [dir=ltr] .ltr\:pt-60{
  padding-top: 15rem;
}

:root [dir=ltr] .ltr\:pr-60{
  padding-right: 15rem;
}

:root [dir=ltr] .ltr\:pb-60{
  padding-bottom: 15rem;
}

:root [dir=ltr] .ltr\:pl-60{
  padding-left: 15rem;
}

:root [dir=ltr] .ltr\:pt-64{
  padding-top: 16rem;
}

:root [dir=ltr] .ltr\:pr-64{
  padding-right: 16rem;
}

:root [dir=ltr] .ltr\:pb-64{
  padding-bottom: 16rem;
}

:root [dir=ltr] .ltr\:pl-64{
  padding-left: 16rem;
}

:root [dir=ltr] .ltr\:pt-72{
  padding-top: 18rem;
}

:root [dir=ltr] .ltr\:pr-72{
  padding-right: 18rem;
}

:root [dir=ltr] .ltr\:pb-72{
  padding-bottom: 18rem;
}

:root [dir=ltr] .ltr\:pl-72{
  padding-left: 18rem;
}

:root [dir=ltr] .ltr\:pt-80{
  padding-top: 20rem;
}

:root [dir=ltr] .ltr\:pr-80{
  padding-right: 20rem;
}

:root [dir=ltr] .ltr\:pb-80{
  padding-bottom: 20rem;
}

:root [dir=ltr] .ltr\:pl-80{
  padding-left: 20rem;
}

:root [dir=ltr] .ltr\:pt-96{
  padding-top: 24rem;
}

:root [dir=ltr] .ltr\:pr-96{
  padding-right: 24rem;
}

:root [dir=ltr] .ltr\:pb-96{
  padding-bottom: 24rem;
}

:root [dir=ltr] .ltr\:pl-96{
  padding-left: 24rem;
}

:root [dir=ltr] .ltr\:pt-px{
  padding-top: 1px;
}

:root [dir=ltr] .ltr\:pr-px{
  padding-right: 1px;
}

:root [dir=ltr] .ltr\:pb-px{
  padding-bottom: 1px;
}

:root [dir=ltr] .ltr\:pl-px{
  padding-left: 1px;
}

:root [dir=ltr] .ltr\:pt-gutter{
  padding-top: var(--padding-gutter);
}

:root [dir=ltr] .ltr\:pr-gutter{
  padding-right: var(--padding-gutter);
}

:root [dir=ltr] .ltr\:pb-gutter{
  padding-bottom: var(--padding-gutter);
}

:root [dir=ltr] .ltr\:pl-gutter{
  padding-left: var(--padding-gutter);
}

:root [dir=ltr] .ltr\:pt-0.5{
  padding-top: 0.125rem;
}

:root [dir=ltr] .ltr\:pr-0.5{
  padding-right: 0.125rem;
}

:root [dir=ltr] .ltr\:pb-0.5{
  padding-bottom: 0.125rem;
}

:root [dir=ltr] .ltr\:pl-0.5{
  padding-left: 0.125rem;
}

:root [dir=ltr] .ltr\:pt-1.5{
  padding-top: 0.375rem;
}

:root [dir=ltr] .ltr\:pr-1.5{
  padding-right: 0.375rem;
}

:root [dir=ltr] .ltr\:pb-1.5{
  padding-bottom: 0.375rem;
}

:root [dir=ltr] .ltr\:pl-1.5{
  padding-left: 0.375rem;
}

:root [dir=ltr] .ltr\:pt-2.5{
  padding-top: 0.625rem;
}

:root [dir=ltr] .ltr\:pr-2.5{
  padding-right: 0.625rem;
}

:root [dir=ltr] .ltr\:pb-2.5{
  padding-bottom: 0.625rem;
}

:root [dir=ltr] .ltr\:pl-2.5{
  padding-left: 0.625rem;
}

:root [dir=ltr] .ltr\:pt-3.5{
  padding-top: 0.875rem;
}

:root [dir=ltr] .ltr\:pr-3.5{
  padding-right: 0.875rem;
}

:root [dir=ltr] .ltr\:pb-3.5{
  padding-bottom: 0.875rem;
}

:root [dir=ltr] .ltr\:pl-3.5{
  padding-left: 0.875rem;
}

:root [dir=ltr] .ltr\:pt-17.5{
  padding-top: 4.375rem;
}

:root [dir=ltr] .ltr\:pr-17.5{
  padding-right: 4.375rem;
}

:root [dir=ltr] .ltr\:pb-17.5{
  padding-bottom: 4.375rem;
}

:root [dir=ltr] .ltr\:pl-17.5{
  padding-left: 4.375rem;
}

:root [dir=rtl] .rtl\:p-0{
  padding: 0;
}

:root [dir=rtl] .rtl\:p-1{
  padding: 0.25rem;
}

:root [dir=rtl] .rtl\:p-2{
  padding: 0.5rem;
}

:root [dir=rtl] .rtl\:p-3{
  padding: 0.75rem;
}

:root [dir=rtl] .rtl\:p-4{
  padding: 1rem;
}

:root [dir=rtl] .rtl\:p-5{
  padding: 1.25rem;
}

:root [dir=rtl] .rtl\:p-6{
  padding: 1.5rem;
}

:root [dir=rtl] .rtl\:p-7{
  padding: 1.75rem;
}

:root [dir=rtl] .rtl\:p-8{
  padding: 2rem;
}

:root [dir=rtl] .rtl\:p-9{
  padding: 2.25rem;
}

:root [dir=rtl] .rtl\:p-10{
  padding: 2.5rem;
}

:root [dir=rtl] .rtl\:p-11{
  padding: 2.75rem;
}

:root [dir=rtl] .rtl\:p-12{
  padding: 3rem;
}

:root [dir=rtl] .rtl\:p-14{
  padding: 3.5rem;
}

:root [dir=rtl] .rtl\:p-16{
  padding: 4rem;
}

:root [dir=rtl] .rtl\:p-20{
  padding: 5rem;
}

:root [dir=rtl] .rtl\:p-24{
  padding: 6rem;
}

:root [dir=rtl] .rtl\:p-28{
  padding: 7rem;
}

:root [dir=rtl] .rtl\:p-32{
  padding: 8rem;
}

:root [dir=rtl] .rtl\:p-36{
  padding: 9rem;
}

:root [dir=rtl] .rtl\:p-40{
  padding: 10rem;
}

:root [dir=rtl] .rtl\:p-44{
  padding: 11rem;
}

:root [dir=rtl] .rtl\:p-48{
  padding: 12rem;
}

:root [dir=rtl] .rtl\:p-52{
  padding: 13rem;
}

:root [dir=rtl] .rtl\:p-56{
  padding: 14rem;
}

:root [dir=rtl] .rtl\:p-60{
  padding: 15rem;
}

:root [dir=rtl] .rtl\:p-64{
  padding: 16rem;
}

:root [dir=rtl] .rtl\:p-72{
  padding: 18rem;
}

:root [dir=rtl] .rtl\:p-80{
  padding: 20rem;
}

:root [dir=rtl] .rtl\:p-96{
  padding: 24rem;
}

:root [dir=rtl] .rtl\:p-px{
  padding: 1px;
}

:root [dir=rtl] .rtl\:p-gutter{
  padding: var(--padding-gutter);
}

:root [dir=rtl] .rtl\:p-0.5{
  padding: 0.125rem;
}

:root [dir=rtl] .rtl\:p-1.5{
  padding: 0.375rem;
}

:root [dir=rtl] .rtl\:p-2.5{
  padding: 0.625rem;
}

:root [dir=rtl] .rtl\:p-3.5{
  padding: 0.875rem;
}

:root [dir=rtl] .rtl\:p-17.5{
  padding: 4.375rem;
}

:root [dir=rtl] .rtl\:py-0{
  padding-top: 0;
  padding-bottom: 0;
}

:root [dir=rtl] .rtl\:px-0{
  padding-left: 0;
  padding-right: 0;
}

:root [dir=rtl] .rtl\:py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

:root [dir=rtl] .rtl\:px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

:root [dir=rtl] .rtl\:py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

:root [dir=rtl] .rtl\:px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

:root [dir=rtl] .rtl\:py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

:root [dir=rtl] .rtl\:px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

:root [dir=rtl] .rtl\:py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}

:root [dir=rtl] .rtl\:px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}

:root [dir=rtl] .rtl\:py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

:root [dir=rtl] .rtl\:px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

:root [dir=rtl] .rtl\:py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

:root [dir=rtl] .rtl\:px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

:root [dir=rtl] .rtl\:py-7{
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

:root [dir=rtl] .rtl\:px-7{
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

:root [dir=rtl] .rtl\:py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}

:root [dir=rtl] .rtl\:px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}

:root [dir=rtl] .rtl\:py-9{
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

:root [dir=rtl] .rtl\:px-9{
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

:root [dir=rtl] .rtl\:py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

:root [dir=rtl] .rtl\:px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

:root [dir=rtl] .rtl\:py-11{
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

:root [dir=rtl] .rtl\:px-11{
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}

:root [dir=rtl] .rtl\:py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}

:root [dir=rtl] .rtl\:px-12{
  padding-left: 3rem;
  padding-right: 3rem;
}

:root [dir=rtl] .rtl\:py-14{
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

:root [dir=rtl] .rtl\:px-14{
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

:root [dir=rtl] .rtl\:py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}

:root [dir=rtl] .rtl\:px-16{
  padding-left: 4rem;
  padding-right: 4rem;
}

:root [dir=rtl] .rtl\:py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}

:root [dir=rtl] .rtl\:px-20{
  padding-left: 5rem;
  padding-right: 5rem;
}

:root [dir=rtl] .rtl\:py-24{
  padding-top: 6rem;
  padding-bottom: 6rem;
}

:root [dir=rtl] .rtl\:px-24{
  padding-left: 6rem;
  padding-right: 6rem;
}

:root [dir=rtl] .rtl\:py-28{
  padding-top: 7rem;
  padding-bottom: 7rem;
}

:root [dir=rtl] .rtl\:px-28{
  padding-left: 7rem;
  padding-right: 7rem;
}

:root [dir=rtl] .rtl\:py-32{
  padding-top: 8rem;
  padding-bottom: 8rem;
}

:root [dir=rtl] .rtl\:px-32{
  padding-left: 8rem;
  padding-right: 8rem;
}

:root [dir=rtl] .rtl\:py-36{
  padding-top: 9rem;
  padding-bottom: 9rem;
}

:root [dir=rtl] .rtl\:px-36{
  padding-left: 9rem;
  padding-right: 9rem;
}

:root [dir=rtl] .rtl\:py-40{
  padding-top: 10rem;
  padding-bottom: 10rem;
}

:root [dir=rtl] .rtl\:px-40{
  padding-left: 10rem;
  padding-right: 10rem;
}

:root [dir=rtl] .rtl\:py-44{
  padding-top: 11rem;
  padding-bottom: 11rem;
}

:root [dir=rtl] .rtl\:px-44{
  padding-left: 11rem;
  padding-right: 11rem;
}

:root [dir=rtl] .rtl\:py-48{
  padding-top: 12rem;
  padding-bottom: 12rem;
}

:root [dir=rtl] .rtl\:px-48{
  padding-left: 12rem;
  padding-right: 12rem;
}

:root [dir=rtl] .rtl\:py-52{
  padding-top: 13rem;
  padding-bottom: 13rem;
}

:root [dir=rtl] .rtl\:px-52{
  padding-left: 13rem;
  padding-right: 13rem;
}

:root [dir=rtl] .rtl\:py-56{
  padding-top: 14rem;
  padding-bottom: 14rem;
}

:root [dir=rtl] .rtl\:px-56{
  padding-left: 14rem;
  padding-right: 14rem;
}

:root [dir=rtl] .rtl\:py-60{
  padding-top: 15rem;
  padding-bottom: 15rem;
}

:root [dir=rtl] .rtl\:px-60{
  padding-left: 15rem;
  padding-right: 15rem;
}

:root [dir=rtl] .rtl\:py-64{
  padding-top: 16rem;
  padding-bottom: 16rem;
}

:root [dir=rtl] .rtl\:px-64{
  padding-left: 16rem;
  padding-right: 16rem;
}

:root [dir=rtl] .rtl\:py-72{
  padding-top: 18rem;
  padding-bottom: 18rem;
}

:root [dir=rtl] .rtl\:px-72{
  padding-left: 18rem;
  padding-right: 18rem;
}

:root [dir=rtl] .rtl\:py-80{
  padding-top: 20rem;
  padding-bottom: 20rem;
}

:root [dir=rtl] .rtl\:px-80{
  padding-left: 20rem;
  padding-right: 20rem;
}

:root [dir=rtl] .rtl\:py-96{
  padding-top: 24rem;
  padding-bottom: 24rem;
}

:root [dir=rtl] .rtl\:px-96{
  padding-left: 24rem;
  padding-right: 24rem;
}

:root [dir=rtl] .rtl\:py-px{
  padding-top: 1px;
  padding-bottom: 1px;
}

:root [dir=rtl] .rtl\:px-px{
  padding-left: 1px;
  padding-right: 1px;
}

:root [dir=rtl] .rtl\:py-gutter{
  padding-top: var(--padding-gutter);
  padding-bottom: var(--padding-gutter);
}

:root [dir=rtl] .rtl\:px-gutter{
  padding-left: var(--padding-gutter);
  padding-right: var(--padding-gutter);
}

:root [dir=rtl] .rtl\:py-0.5{
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

:root [dir=rtl] .rtl\:px-0.5{
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}

:root [dir=rtl] .rtl\:py-1.5{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

:root [dir=rtl] .rtl\:px-1.5{
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

:root [dir=rtl] .rtl\:py-2.5{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

:root [dir=rtl] .rtl\:px-2.5{
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

:root [dir=rtl] .rtl\:py-3.5{
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

:root [dir=rtl] .rtl\:px-3.5{
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}

:root [dir=rtl] .rtl\:py-17.5{
  padding-top: 4.375rem;
  padding-bottom: 4.375rem;
}

:root [dir=rtl] .rtl\:px-17.5{
  padding-left: 4.375rem;
  padding-right: 4.375rem;
}

:root [dir=rtl] .rtl\:pt-0{
  padding-top: 0;
}

:root [dir=rtl] .rtl\:pr-0{
  padding-right: 0;
}

:root [dir=rtl] .rtl\:pb-0{
  padding-bottom: 0;
}

:root [dir=rtl] .rtl\:pl-0{
  padding-left: 0;
}

:root [dir=rtl] .rtl\:pt-1{
  padding-top: 0.25rem;
}

:root [dir=rtl] .rtl\:pr-1{
  padding-right: 0.25rem;
}

:root [dir=rtl] .rtl\:pb-1{
  padding-bottom: 0.25rem;
}

:root [dir=rtl] .rtl\:pl-1{
  padding-left: 0.25rem;
}

:root [dir=rtl] .rtl\:pt-2{
  padding-top: 0.5rem;
}

:root [dir=rtl] .rtl\:pr-2{
  padding-right: 0.5rem;
}

:root [dir=rtl] .rtl\:pb-2{
  padding-bottom: 0.5rem;
}

:root [dir=rtl] .rtl\:pl-2{
  padding-left: 0.5rem;
}

:root [dir=rtl] .rtl\:pt-3{
  padding-top: 0.75rem;
}

:root [dir=rtl] .rtl\:pr-3{
  padding-right: 0.75rem;
}

:root [dir=rtl] .rtl\:pb-3{
  padding-bottom: 0.75rem;
}

:root [dir=rtl] .rtl\:pl-3{
  padding-left: 0.75rem;
}

:root [dir=rtl] .rtl\:pt-4{
  padding-top: 1rem;
}

:root [dir=rtl] .rtl\:pr-4{
  padding-right: 1rem;
}

:root [dir=rtl] .rtl\:pb-4{
  padding-bottom: 1rem;
}

:root [dir=rtl] .rtl\:pl-4{
  padding-left: 1rem;
}

:root [dir=rtl] .rtl\:pt-5{
  padding-top: 1.25rem;
}

:root [dir=rtl] .rtl\:pr-5{
  padding-right: 1.25rem;
}

:root [dir=rtl] .rtl\:pb-5{
  padding-bottom: 1.25rem;
}

:root [dir=rtl] .rtl\:pl-5{
  padding-left: 1.25rem;
}

:root [dir=rtl] .rtl\:pt-6{
  padding-top: 1.5rem;
}

:root [dir=rtl] .rtl\:pr-6{
  padding-right: 1.5rem;
}

:root [dir=rtl] .rtl\:pb-6{
  padding-bottom: 1.5rem;
}

:root [dir=rtl] .rtl\:pl-6{
  padding-left: 1.5rem;
}

:root [dir=rtl] .rtl\:pt-7{
  padding-top: 1.75rem;
}

:root [dir=rtl] .rtl\:pr-7{
  padding-right: 1.75rem;
}

:root [dir=rtl] .rtl\:pb-7{
  padding-bottom: 1.75rem;
}

:root [dir=rtl] .rtl\:pl-7{
  padding-left: 1.75rem;
}

:root [dir=rtl] .rtl\:pt-8{
  padding-top: 2rem;
}

:root [dir=rtl] .rtl\:pr-8{
  padding-right: 2rem;
}

:root [dir=rtl] .rtl\:pb-8{
  padding-bottom: 2rem;
}

:root [dir=rtl] .rtl\:pl-8{
  padding-left: 2rem;
}

:root [dir=rtl] .rtl\:pt-9{
  padding-top: 2.25rem;
}

:root [dir=rtl] .rtl\:pr-9{
  padding-right: 2.25rem;
}

:root [dir=rtl] .rtl\:pb-9{
  padding-bottom: 2.25rem;
}

:root [dir=rtl] .rtl\:pl-9{
  padding-left: 2.25rem;
}

:root [dir=rtl] .rtl\:pt-10{
  padding-top: 2.5rem;
}

:root [dir=rtl] .rtl\:pr-10{
  padding-right: 2.5rem;
}

:root [dir=rtl] .rtl\:pb-10{
  padding-bottom: 2.5rem;
}

:root [dir=rtl] .rtl\:pl-10{
  padding-left: 2.5rem;
}

:root [dir=rtl] .rtl\:pt-11{
  padding-top: 2.75rem;
}

:root [dir=rtl] .rtl\:pr-11{
  padding-right: 2.75rem;
}

:root [dir=rtl] .rtl\:pb-11{
  padding-bottom: 2.75rem;
}

:root [dir=rtl] .rtl\:pl-11{
  padding-left: 2.75rem;
}

:root [dir=rtl] .rtl\:pt-12{
  padding-top: 3rem;
}

:root [dir=rtl] .rtl\:pr-12{
  padding-right: 3rem;
}

:root [dir=rtl] .rtl\:pb-12{
  padding-bottom: 3rem;
}

:root [dir=rtl] .rtl\:pl-12{
  padding-left: 3rem;
}

:root [dir=rtl] .rtl\:pt-14{
  padding-top: 3.5rem;
}

:root [dir=rtl] .rtl\:pr-14{
  padding-right: 3.5rem;
}

:root [dir=rtl] .rtl\:pb-14{
  padding-bottom: 3.5rem;
}

:root [dir=rtl] .rtl\:pl-14{
  padding-left: 3.5rem;
}

:root [dir=rtl] .rtl\:pt-16{
  padding-top: 4rem;
}

:root [dir=rtl] .rtl\:pr-16{
  padding-right: 4rem;
}

:root [dir=rtl] .rtl\:pb-16{
  padding-bottom: 4rem;
}

:root [dir=rtl] .rtl\:pl-16{
  padding-left: 4rem;
}

:root [dir=rtl] .rtl\:pt-20{
  padding-top: 5rem;
}

:root [dir=rtl] .rtl\:pr-20{
  padding-right: 5rem;
}

:root [dir=rtl] .rtl\:pb-20{
  padding-bottom: 5rem;
}

:root [dir=rtl] .rtl\:pl-20{
  padding-left: 5rem;
}

:root [dir=rtl] .rtl\:pt-24{
  padding-top: 6rem;
}

:root [dir=rtl] .rtl\:pr-24{
  padding-right: 6rem;
}

:root [dir=rtl] .rtl\:pb-24{
  padding-bottom: 6rem;
}

:root [dir=rtl] .rtl\:pl-24{
  padding-left: 6rem;
}

:root [dir=rtl] .rtl\:pt-28{
  padding-top: 7rem;
}

:root [dir=rtl] .rtl\:pr-28{
  padding-right: 7rem;
}

:root [dir=rtl] .rtl\:pb-28{
  padding-bottom: 7rem;
}

:root [dir=rtl] .rtl\:pl-28{
  padding-left: 7rem;
}

:root [dir=rtl] .rtl\:pt-32{
  padding-top: 8rem;
}

:root [dir=rtl] .rtl\:pr-32{
  padding-right: 8rem;
}

:root [dir=rtl] .rtl\:pb-32{
  padding-bottom: 8rem;
}

:root [dir=rtl] .rtl\:pl-32{
  padding-left: 8rem;
}

:root [dir=rtl] .rtl\:pt-36{
  padding-top: 9rem;
}

:root [dir=rtl] .rtl\:pr-36{
  padding-right: 9rem;
}

:root [dir=rtl] .rtl\:pb-36{
  padding-bottom: 9rem;
}

:root [dir=rtl] .rtl\:pl-36{
  padding-left: 9rem;
}

:root [dir=rtl] .rtl\:pt-40{
  padding-top: 10rem;
}

:root [dir=rtl] .rtl\:pr-40{
  padding-right: 10rem;
}

:root [dir=rtl] .rtl\:pb-40{
  padding-bottom: 10rem;
}

:root [dir=rtl] .rtl\:pl-40{
  padding-left: 10rem;
}

:root [dir=rtl] .rtl\:pt-44{
  padding-top: 11rem;
}

:root [dir=rtl] .rtl\:pr-44{
  padding-right: 11rem;
}

:root [dir=rtl] .rtl\:pb-44{
  padding-bottom: 11rem;
}

:root [dir=rtl] .rtl\:pl-44{
  padding-left: 11rem;
}

:root [dir=rtl] .rtl\:pt-48{
  padding-top: 12rem;
}

:root [dir=rtl] .rtl\:pr-48{
  padding-right: 12rem;
}

:root [dir=rtl] .rtl\:pb-48{
  padding-bottom: 12rem;
}

:root [dir=rtl] .rtl\:pl-48{
  padding-left: 12rem;
}

:root [dir=rtl] .rtl\:pt-52{
  padding-top: 13rem;
}

:root [dir=rtl] .rtl\:pr-52{
  padding-right: 13rem;
}

:root [dir=rtl] .rtl\:pb-52{
  padding-bottom: 13rem;
}

:root [dir=rtl] .rtl\:pl-52{
  padding-left: 13rem;
}

:root [dir=rtl] .rtl\:pt-56{
  padding-top: 14rem;
}

:root [dir=rtl] .rtl\:pr-56{
  padding-right: 14rem;
}

:root [dir=rtl] .rtl\:pb-56{
  padding-bottom: 14rem;
}

:root [dir=rtl] .rtl\:pl-56{
  padding-left: 14rem;
}

:root [dir=rtl] .rtl\:pt-60{
  padding-top: 15rem;
}

:root [dir=rtl] .rtl\:pr-60{
  padding-right: 15rem;
}

:root [dir=rtl] .rtl\:pb-60{
  padding-bottom: 15rem;
}

:root [dir=rtl] .rtl\:pl-60{
  padding-left: 15rem;
}

:root [dir=rtl] .rtl\:pt-64{
  padding-top: 16rem;
}

:root [dir=rtl] .rtl\:pr-64{
  padding-right: 16rem;
}

:root [dir=rtl] .rtl\:pb-64{
  padding-bottom: 16rem;
}

:root [dir=rtl] .rtl\:pl-64{
  padding-left: 16rem;
}

:root [dir=rtl] .rtl\:pt-72{
  padding-top: 18rem;
}

:root [dir=rtl] .rtl\:pr-72{
  padding-right: 18rem;
}

:root [dir=rtl] .rtl\:pb-72{
  padding-bottom: 18rem;
}

:root [dir=rtl] .rtl\:pl-72{
  padding-left: 18rem;
}

:root [dir=rtl] .rtl\:pt-80{
  padding-top: 20rem;
}

:root [dir=rtl] .rtl\:pr-80{
  padding-right: 20rem;
}

:root [dir=rtl] .rtl\:pb-80{
  padding-bottom: 20rem;
}

:root [dir=rtl] .rtl\:pl-80{
  padding-left: 20rem;
}

:root [dir=rtl] .rtl\:pt-96{
  padding-top: 24rem;
}

:root [dir=rtl] .rtl\:pr-96{
  padding-right: 24rem;
}

:root [dir=rtl] .rtl\:pb-96{
  padding-bottom: 24rem;
}

:root [dir=rtl] .rtl\:pl-96{
  padding-left: 24rem;
}

:root [dir=rtl] .rtl\:pt-px{
  padding-top: 1px;
}

:root [dir=rtl] .rtl\:pr-px{
  padding-right: 1px;
}

:root [dir=rtl] .rtl\:pb-px{
  padding-bottom: 1px;
}

:root [dir=rtl] .rtl\:pl-px{
  padding-left: 1px;
}

:root [dir=rtl] .rtl\:pt-gutter{
  padding-top: var(--padding-gutter);
}

:root [dir=rtl] .rtl\:pr-gutter{
  padding-right: var(--padding-gutter);
}

:root [dir=rtl] .rtl\:pb-gutter{
  padding-bottom: var(--padding-gutter);
}

:root [dir=rtl] .rtl\:pl-gutter{
  padding-left: var(--padding-gutter);
}

:root [dir=rtl] .rtl\:pt-0.5{
  padding-top: 0.125rem;
}

:root [dir=rtl] .rtl\:pr-0.5{
  padding-right: 0.125rem;
}

:root [dir=rtl] .rtl\:pb-0.5{
  padding-bottom: 0.125rem;
}

:root [dir=rtl] .rtl\:pl-0.5{
  padding-left: 0.125rem;
}

:root [dir=rtl] .rtl\:pt-1.5{
  padding-top: 0.375rem;
}

:root [dir=rtl] .rtl\:pr-1.5{
  padding-right: 0.375rem;
}

:root [dir=rtl] .rtl\:pb-1.5{
  padding-bottom: 0.375rem;
}

:root [dir=rtl] .rtl\:pl-1.5{
  padding-left: 0.375rem;
}

:root [dir=rtl] .rtl\:pt-2.5{
  padding-top: 0.625rem;
}

:root [dir=rtl] .rtl\:pr-2.5{
  padding-right: 0.625rem;
}

:root [dir=rtl] .rtl\:pb-2.5{
  padding-bottom: 0.625rem;
}

:root [dir=rtl] .rtl\:pl-2.5{
  padding-left: 0.625rem;
}

:root [dir=rtl] .rtl\:pt-3.5{
  padding-top: 0.875rem;
}

:root [dir=rtl] .rtl\:pr-3.5{
  padding-right: 0.875rem;
}

:root [dir=rtl] .rtl\:pb-3.5{
  padding-bottom: 0.875rem;
}

:root [dir=rtl] .rtl\:pl-3.5{
  padding-left: 0.875rem;
}

:root [dir=rtl] .rtl\:pt-17.5{
  padding-top: 4.375rem;
}

:root [dir=rtl] .rtl\:pr-17.5{
  padding-right: 4.375rem;
}

:root [dir=rtl] .rtl\:pb-17.5{
  padding-bottom: 4.375rem;
}

:root [dir=rtl] .rtl\:pl-17.5{
  padding-left: 4.375rem;
}

:root .placeholder-current::placeholder{
  color: currentColor;
}

:root .placeholder-transparent::placeholder{
  color: transparent;
}

:root .placeholder-black::placeholder{
  color: rgb(var(--color-black));
}

:root .placeholder-white::placeholder{
  color: rgb(var(--color-white));
}

:root .placeholder-contrast-black::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

:root .placeholder-contrast-white::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

:root .placeholder-primary-light::placeholder{
  color: rgba(var(--color-primary), .1);
}

:root .placeholder-primary::placeholder{
  color: rgb(var(--color-primary));
}

:root .placeholder-red-light::placeholder{
  color: rgba(244, 67, 54, 0.1);
}

:root .placeholder-red::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(244, 67, 54, var(--tw-placeholder-opacity));
}

:root .placeholder-green-2::placeholder{
  color: rgb(var(--color-green-2));
}

:root .placeholder-green-3::placeholder{
  color: rgb(var(--color-green-3));
}

:root .placeholder-green-4::placeholder{
  color: rgb(var(--color-green-4));
}

:root .placeholder-gren::placeholder{
  color: rgb(var(--color-gren));
}

:root .placeholder-gren-1::placeholder{
  color: rgb(var(--color-gren-1));
}

:root .placeholder-gren-2::placeholder{
  color: rgb(var(--color-gren-2));
}

:root .placeholder-gren-3::placeholder{
  color: rgb(var(--color-gren-3));
}

:root .placeholder-gren-4::placeholder{
  color: rgb(var(--color-gren-4));
}

:root .placeholder-selected::placeholder{
  color: rgb(var(--color-selected));
}

:root .placeholder-error::placeholder{
  color: rgb(var(--color-error));
}

:root .placeholder-attention::placeholder{
  color: rgb(var(--color-attention));
}

:root .placeholder-accept::placeholder{
  color: rgb(var(--color-accept));
}

:root .placeholder-system::placeholder{
  color: rgb(var(--color-system));
}

:root .placeholder-orange::placeholder{
  color: rgb(var(--color-orange));
}

:root .placeholder-links::placeholder{
  color: rgb(var(--color-links));
}

:root .placeholder-teal::placeholder{
  color: rgb(var(--color-teal));
}

:root .placeholder-purple::placeholder{
  color: rgb(var(--color-purple));
}

:root .placeholder-pink::placeholder{
  color: rgb(var(--color-pink));
}

:root .placeholder-margaret::placeholder{
  color: rgb(var(--color-margaret));
}

:root .placeholder-betty::placeholder{
  color: rgb(var(--color-betty));
}

:root .placeholder-natasha-light::placeholder{
  color: rgba(var(--color-natasha), .05);
}

:root .placeholder-natasha::placeholder{
  color: rgb(var(--color-natasha));
}

:root .placeholder-tiffany::placeholder{
  color: rgb(var(--color-tiffany));
}

:root .placeholder-barbara::placeholder{
  color: rgb(var(--color-barbara));
}

:root .placeholder-suzanne::placeholder{
  color: rgb(var(--color-suzanne));
}

:root .placeholder-lily::placeholder{
  color: rgb(var(--color-lily));
}

:root .placeholder-stephanie::placeholder{
  color: rgb(var(--color-stephanie));
}

:root .placeholder-lisa::placeholder{
  color: rgba(var(--color-lisa), 0.6);
}

:root .placeholder-california::placeholder{
  color: rgb(var(--color-california));
}

:root .placeholder-texas::placeholder{
  color: rgb(var(--color-texas));
}

:root .placeholder-florida::placeholder{
  color: rgb(var(--color-florida));
}

:root .placeholder-colorado::placeholder{
  color: rgb(var(--color-colorado));
}

:root .placeholder-seattle::placeholder{
  color: rgb(var(--color-seattle));
}

:root .placeholder-denver::placeholder{
  color: rgb(var(--color-denver));
}

:root .placeholder-arizona::placeholder{
  color: rgb(var(--color-arizona));
}

:root .placeholder-shpongle::placeholder{
  color: rgb(var(--color-shpongle));
}

:root .placeholder-band::placeholder{
  color: rgb(var(--color-band));
}

:root .placeholder-blur::placeholder{
  color: rgba(var(--color-blur), 0.05);
}

:root .placeholder-mila::placeholder{
  color: rgba(var(--color-mila));
}

:root .focus\:placeholder-current:focus::placeholder{
  color: currentColor;
}

:root .focus\:placeholder-transparent:focus::placeholder{
  color: transparent;
}

:root .focus\:placeholder-black:focus::placeholder{
  color: rgb(var(--color-black));
}

:root .focus\:placeholder-white:focus::placeholder{
  color: rgb(var(--color-white));
}

:root .focus\:placeholder-contrast-black:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

:root .focus\:placeholder-contrast-white:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

:root .focus\:placeholder-primary-light:focus::placeholder{
  color: rgba(var(--color-primary), .1);
}

:root .focus\:placeholder-primary:focus::placeholder{
  color: rgb(var(--color-primary));
}

:root .focus\:placeholder-red-light:focus::placeholder{
  color: rgba(244, 67, 54, 0.1);
}

:root .focus\:placeholder-red:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(244, 67, 54, var(--tw-placeholder-opacity));
}

:root .focus\:placeholder-green-2:focus::placeholder{
  color: rgb(var(--color-green-2));
}

:root .focus\:placeholder-green-3:focus::placeholder{
  color: rgb(var(--color-green-3));
}

:root .focus\:placeholder-green-4:focus::placeholder{
  color: rgb(var(--color-green-4));
}

:root .focus\:placeholder-gren:focus::placeholder{
  color: rgb(var(--color-gren));
}

:root .focus\:placeholder-gren-1:focus::placeholder{
  color: rgb(var(--color-gren-1));
}

:root .focus\:placeholder-gren-2:focus::placeholder{
  color: rgb(var(--color-gren-2));
}

:root .focus\:placeholder-gren-3:focus::placeholder{
  color: rgb(var(--color-gren-3));
}

:root .focus\:placeholder-gren-4:focus::placeholder{
  color: rgb(var(--color-gren-4));
}

:root .focus\:placeholder-selected:focus::placeholder{
  color: rgb(var(--color-selected));
}

:root .focus\:placeholder-error:focus::placeholder{
  color: rgb(var(--color-error));
}

:root .focus\:placeholder-attention:focus::placeholder{
  color: rgb(var(--color-attention));
}

:root .focus\:placeholder-accept:focus::placeholder{
  color: rgb(var(--color-accept));
}

:root .focus\:placeholder-system:focus::placeholder{
  color: rgb(var(--color-system));
}

:root .focus\:placeholder-orange:focus::placeholder{
  color: rgb(var(--color-orange));
}

:root .focus\:placeholder-links:focus::placeholder{
  color: rgb(var(--color-links));
}

:root .focus\:placeholder-teal:focus::placeholder{
  color: rgb(var(--color-teal));
}

:root .focus\:placeholder-purple:focus::placeholder{
  color: rgb(var(--color-purple));
}

:root .focus\:placeholder-pink:focus::placeholder{
  color: rgb(var(--color-pink));
}

:root .focus\:placeholder-margaret:focus::placeholder{
  color: rgb(var(--color-margaret));
}

:root .focus\:placeholder-betty:focus::placeholder{
  color: rgb(var(--color-betty));
}

:root .focus\:placeholder-natasha-light:focus::placeholder{
  color: rgba(var(--color-natasha), .05);
}

:root .focus\:placeholder-natasha:focus::placeholder{
  color: rgb(var(--color-natasha));
}

:root .focus\:placeholder-tiffany:focus::placeholder{
  color: rgb(var(--color-tiffany));
}

:root .focus\:placeholder-barbara:focus::placeholder{
  color: rgb(var(--color-barbara));
}

:root .focus\:placeholder-suzanne:focus::placeholder{
  color: rgb(var(--color-suzanne));
}

:root .focus\:placeholder-lily:focus::placeholder{
  color: rgb(var(--color-lily));
}

:root .focus\:placeholder-stephanie:focus::placeholder{
  color: rgb(var(--color-stephanie));
}

:root .focus\:placeholder-lisa:focus::placeholder{
  color: rgba(var(--color-lisa), 0.6);
}

:root .focus\:placeholder-california:focus::placeholder{
  color: rgb(var(--color-california));
}

:root .focus\:placeholder-texas:focus::placeholder{
  color: rgb(var(--color-texas));
}

:root .focus\:placeholder-florida:focus::placeholder{
  color: rgb(var(--color-florida));
}

:root .focus\:placeholder-colorado:focus::placeholder{
  color: rgb(var(--color-colorado));
}

:root .focus\:placeholder-seattle:focus::placeholder{
  color: rgb(var(--color-seattle));
}

:root .focus\:placeholder-denver:focus::placeholder{
  color: rgb(var(--color-denver));
}

:root .focus\:placeholder-arizona:focus::placeholder{
  color: rgb(var(--color-arizona));
}

:root .focus\:placeholder-shpongle:focus::placeholder{
  color: rgb(var(--color-shpongle));
}

:root .focus\:placeholder-band:focus::placeholder{
  color: rgb(var(--color-band));
}

:root .focus\:placeholder-blur:focus::placeholder{
  color: rgba(var(--color-blur), 0.05);
}

:root .focus\:placeholder-mila:focus::placeholder{
  color: rgba(var(--color-mila));
}

:root .placeholder-opacity-0::placeholder{
  --tw-placeholder-opacity: 0;
}

:root .placeholder-opacity-25::placeholder{
  --tw-placeholder-opacity: 0.25;
}

:root .placeholder-opacity-50::placeholder{
  --tw-placeholder-opacity: 0.5;
}

:root .placeholder-opacity-75::placeholder{
  --tw-placeholder-opacity: 0.75;
}

:root .placeholder-opacity-100::placeholder{
  --tw-placeholder-opacity: 1;
}

:root .focus\:placeholder-opacity-0:focus::placeholder{
  --tw-placeholder-opacity: 0;
}

:root .focus\:placeholder-opacity-25:focus::placeholder{
  --tw-placeholder-opacity: 0.25;
}

:root .focus\:placeholder-opacity-50:focus::placeholder{
  --tw-placeholder-opacity: 0.5;
}

:root .focus\:placeholder-opacity-75:focus::placeholder{
  --tw-placeholder-opacity: 0.75;
}

:root .focus\:placeholder-opacity-100:focus::placeholder{
  --tw-placeholder-opacity: 1;
}

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

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

:root .static{
  position: static;
}

:root .fixed{
  position: fixed;
}

:root .absolute{
  position: absolute;
}

:root .relative{
  position: relative;
}

:root .sticky{
  position: sticky;
}

:root .inset-0{
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

:root .inset-1{
  top: 0.25rem;
  right: 0.25rem;
  bottom: 0.25rem;
  left: 0.25rem;
}

:root .inset-2{
  top: 0.5rem;
  right: 0.5rem;
  bottom: 0.5rem;
  left: 0.5rem;
}

:root .inset-3{
  top: 0.75rem;
  right: 0.75rem;
  bottom: 0.75rem;
  left: 0.75rem;
}

:root .inset-4{
  top: 1rem;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
}

:root .inset-5{
  top: 1.25rem;
  right: 1.25rem;
  bottom: 1.25rem;
  left: 1.25rem;
}

:root .inset-6{
  top: 1.5rem;
  right: 1.5rem;
  bottom: 1.5rem;
  left: 1.5rem;
}

:root .inset-8{
  top: 2rem;
  right: 2rem;
  bottom: 2rem;
  left: 2rem;
}

:root .inset-10{
  top: 2.5rem;
  right: 2.5rem;
  bottom: 2.5rem;
  left: 2.5rem;
}

:root .inset-12{
  top: 3rem;
  right: 3rem;
  bottom: 3rem;
  left: 3rem;
}

:root .-inset-1{
  top: -0.25rem;
  right: -0.25rem;
  bottom: -0.25rem;
  left: -0.25rem;
}

:root .-inset-2{
  top: -0.5rem;
  right: -0.5rem;
  bottom: -0.5rem;
  left: -0.5rem;
}

:root .-inset-3{
  top: -0.75rem;
  right: -0.75rem;
  bottom: -0.75rem;
  left: -0.75rem;
}

:root .-inset-4{
  top: -1rem;
  right: -1rem;
  bottom: -1rem;
  left: -1rem;
}

:root .-inset-5{
  top: -1.25rem;
  right: -1.25rem;
  bottom: -1.25rem;
  left: -1.25rem;
}

:root .-inset-6{
  top: -1.5rem;
  right: -1.5rem;
  bottom: -1.5rem;
  left: -1.5rem;
}

:root .-inset-8{
  top: -2rem;
  right: -2rem;
  bottom: -2rem;
  left: -2rem;
}

:root .-inset-10{
  top: -2.5rem;
  right: -2.5rem;
  bottom: -2.5rem;
  left: -2.5rem;
}

:root .-inset-12{
  top: -3rem;
  right: -3rem;
  bottom: -3rem;
  left: -3rem;
}

:root .inset-auto{
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}

:root .inset-y-0{
  top: 0;
  bottom: 0;
}

:root .inset-x-0{
  right: 0;
  left: 0;
}

:root .inset-y-1{
  top: 0.25rem;
  bottom: 0.25rem;
}

:root .inset-x-1{
  right: 0.25rem;
  left: 0.25rem;
}

:root .inset-y-2{
  top: 0.5rem;
  bottom: 0.5rem;
}

:root .inset-x-2{
  right: 0.5rem;
  left: 0.5rem;
}

:root .inset-y-3{
  top: 0.75rem;
  bottom: 0.75rem;
}

:root .inset-x-3{
  right: 0.75rem;
  left: 0.75rem;
}

:root .inset-y-4{
  top: 1rem;
  bottom: 1rem;
}

:root .inset-x-4{
  right: 1rem;
  left: 1rem;
}

:root .inset-y-5{
  top: 1.25rem;
  bottom: 1.25rem;
}

:root .inset-x-5{
  right: 1.25rem;
  left: 1.25rem;
}

:root .inset-y-6{
  top: 1.5rem;
  bottom: 1.5rem;
}

:root .inset-x-6{
  right: 1.5rem;
  left: 1.5rem;
}

:root .inset-y-8{
  top: 2rem;
  bottom: 2rem;
}

:root .inset-x-8{
  right: 2rem;
  left: 2rem;
}

:root .inset-y-10{
  top: 2.5rem;
  bottom: 2.5rem;
}

:root .inset-x-10{
  right: 2.5rem;
  left: 2.5rem;
}

:root .inset-y-12{
  top: 3rem;
  bottom: 3rem;
}

:root .inset-x-12{
  right: 3rem;
  left: 3rem;
}

:root .-inset-y-1{
  top: -0.25rem;
  bottom: -0.25rem;
}

:root .-inset-x-1{
  right: -0.25rem;
  left: -0.25rem;
}

:root .-inset-y-2{
  top: -0.5rem;
  bottom: -0.5rem;
}

:root .-inset-x-2{
  right: -0.5rem;
  left: -0.5rem;
}

:root .-inset-y-3{
  top: -0.75rem;
  bottom: -0.75rem;
}

:root .-inset-x-3{
  right: -0.75rem;
  left: -0.75rem;
}

:root .-inset-y-4{
  top: -1rem;
  bottom: -1rem;
}

:root .-inset-x-4{
  right: -1rem;
  left: -1rem;
}

:root .-inset-y-5{
  top: -1.25rem;
  bottom: -1.25rem;
}

:root .-inset-x-5{
  right: -1.25rem;
  left: -1.25rem;
}

:root .-inset-y-6{
  top: -1.5rem;
  bottom: -1.5rem;
}

:root .-inset-x-6{
  right: -1.5rem;
  left: -1.5rem;
}

:root .-inset-y-8{
  top: -2rem;
  bottom: -2rem;
}

:root .-inset-x-8{
  right: -2rem;
  left: -2rem;
}

:root .-inset-y-10{
  top: -2.5rem;
  bottom: -2.5rem;
}

:root .-inset-x-10{
  right: -2.5rem;
  left: -2.5rem;
}

:root .-inset-y-12{
  top: -3rem;
  bottom: -3rem;
}

:root .-inset-x-12{
  right: -3rem;
  left: -3rem;
}

:root .inset-y-auto{
  top: auto;
  bottom: auto;
}

:root .inset-x-auto{
  right: auto;
  left: auto;
}

:root .top-0{
  top: 0;
}

:root .right-0{
  right: 0;
}

:root .bottom-0{
  bottom: 0;
}

:root .left-0{
  left: 0;
}

:root .top-1{
  top: 0.25rem;
}

:root .right-1{
  right: 0.25rem;
}

:root .bottom-1{
  bottom: 0.25rem;
}

:root .left-1{
  left: 0.25rem;
}

:root .top-2{
  top: 0.5rem;
}

:root .right-2{
  right: 0.5rem;
}

:root .bottom-2{
  bottom: 0.5rem;
}

:root .left-2{
  left: 0.5rem;
}

:root .top-3{
  top: 0.75rem;
}

:root .right-3{
  right: 0.75rem;
}

:root .bottom-3{
  bottom: 0.75rem;
}

:root .left-3{
  left: 0.75rem;
}

:root .top-4{
  top: 1rem;
}

:root .right-4{
  right: 1rem;
}

:root .bottom-4{
  bottom: 1rem;
}

:root .left-4{
  left: 1rem;
}

:root .top-5{
  top: 1.25rem;
}

:root .right-5{
  right: 1.25rem;
}

:root .bottom-5{
  bottom: 1.25rem;
}

:root .left-5{
  left: 1.25rem;
}

:root .top-6{
  top: 1.5rem;
}

:root .right-6{
  right: 1.5rem;
}

:root .bottom-6{
  bottom: 1.5rem;
}

:root .left-6{
  left: 1.5rem;
}

:root .top-8{
  top: 2rem;
}

:root .right-8{
  right: 2rem;
}

:root .bottom-8{
  bottom: 2rem;
}

:root .left-8{
  left: 2rem;
}

:root .top-10{
  top: 2.5rem;
}

:root .right-10{
  right: 2.5rem;
}

:root .bottom-10{
  bottom: 2.5rem;
}

:root .left-10{
  left: 2.5rem;
}

:root .top-12{
  top: 3rem;
}

:root .right-12{
  right: 3rem;
}

:root .bottom-12{
  bottom: 3rem;
}

:root .left-12{
  left: 3rem;
}

:root .-top-1{
  top: -0.25rem;
}

:root .-right-1{
  right: -0.25rem;
}

:root .-bottom-1{
  bottom: -0.25rem;
}

:root .-left-1{
  left: -0.25rem;
}

:root .-top-2{
  top: -0.5rem;
}

:root .-right-2{
  right: -0.5rem;
}

:root .-bottom-2{
  bottom: -0.5rem;
}

:root .-left-2{
  left: -0.5rem;
}

:root .-top-3{
  top: -0.75rem;
}

:root .-right-3{
  right: -0.75rem;
}

:root .-bottom-3{
  bottom: -0.75rem;
}

:root .-left-3{
  left: -0.75rem;
}

:root .-top-4{
  top: -1rem;
}

:root .-right-4{
  right: -1rem;
}

:root .-bottom-4{
  bottom: -1rem;
}

:root .-left-4{
  left: -1rem;
}

:root .-top-5{
  top: -1.25rem;
}

:root .-right-5{
  right: -1.25rem;
}

:root .-bottom-5{
  bottom: -1.25rem;
}

:root .-left-5{
  left: -1.25rem;
}

:root .-top-6{
  top: -1.5rem;
}

:root .-right-6{
  right: -1.5rem;
}

:root .-bottom-6{
  bottom: -1.5rem;
}

:root .-left-6{
  left: -1.5rem;
}

:root .-top-8{
  top: -2rem;
}

:root .-right-8{
  right: -2rem;
}

:root .-bottom-8{
  bottom: -2rem;
}

:root .-left-8{
  left: -2rem;
}

:root .-top-10{
  top: -2.5rem;
}

:root .-right-10{
  right: -2.5rem;
}

:root .-bottom-10{
  bottom: -2.5rem;
}

:root .-left-10{
  left: -2.5rem;
}

:root .-top-12{
  top: -3rem;
}

:root .-right-12{
  right: -3rem;
}

:root .-bottom-12{
  bottom: -3rem;
}

:root .-left-12{
  left: -3rem;
}

:root .top-auto{
  top: auto;
}

:root .right-auto{
  right: auto;
}

:root .bottom-auto{
  bottom: auto;
}

:root .left-auto{
  left: auto;
}

:root [dir=ltr] .ltr\:inset-0{
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

:root [dir=ltr] .ltr\:inset-1{
  top: 0.25rem;
  right: 0.25rem;
  bottom: 0.25rem;
  left: 0.25rem;
}

:root [dir=ltr] .ltr\:inset-2{
  top: 0.5rem;
  right: 0.5rem;
  bottom: 0.5rem;
  left: 0.5rem;
}

:root [dir=ltr] .ltr\:inset-3{
  top: 0.75rem;
  right: 0.75rem;
  bottom: 0.75rem;
  left: 0.75rem;
}

:root [dir=ltr] .ltr\:inset-4{
  top: 1rem;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
}

:root [dir=ltr] .ltr\:inset-5{
  top: 1.25rem;
  right: 1.25rem;
  bottom: 1.25rem;
  left: 1.25rem;
}

:root [dir=ltr] .ltr\:inset-6{
  top: 1.5rem;
  right: 1.5rem;
  bottom: 1.5rem;
  left: 1.5rem;
}

:root [dir=ltr] .ltr\:inset-8{
  top: 2rem;
  right: 2rem;
  bottom: 2rem;
  left: 2rem;
}

:root [dir=ltr] .ltr\:inset-10{
  top: 2.5rem;
  right: 2.5rem;
  bottom: 2.5rem;
  left: 2.5rem;
}

:root [dir=ltr] .ltr\:inset-12{
  top: 3rem;
  right: 3rem;
  bottom: 3rem;
  left: 3rem;
}

:root [dir=ltr] .ltr\:-inset-1{
  top: -0.25rem;
  right: -0.25rem;
  bottom: -0.25rem;
  left: -0.25rem;
}

:root [dir=ltr] .ltr\:-inset-2{
  top: -0.5rem;
  right: -0.5rem;
  bottom: -0.5rem;
  left: -0.5rem;
}

:root [dir=ltr] .ltr\:-inset-3{
  top: -0.75rem;
  right: -0.75rem;
  bottom: -0.75rem;
  left: -0.75rem;
}

:root [dir=ltr] .ltr\:-inset-4{
  top: -1rem;
  right: -1rem;
  bottom: -1rem;
  left: -1rem;
}

:root [dir=ltr] .ltr\:-inset-5{
  top: -1.25rem;
  right: -1.25rem;
  bottom: -1.25rem;
  left: -1.25rem;
}

:root [dir=ltr] .ltr\:-inset-6{
  top: -1.5rem;
  right: -1.5rem;
  bottom: -1.5rem;
  left: -1.5rem;
}

:root [dir=ltr] .ltr\:-inset-8{
  top: -2rem;
  right: -2rem;
  bottom: -2rem;
  left: -2rem;
}

:root [dir=ltr] .ltr\:-inset-10{
  top: -2.5rem;
  right: -2.5rem;
  bottom: -2.5rem;
  left: -2.5rem;
}

:root [dir=ltr] .ltr\:-inset-12{
  top: -3rem;
  right: -3rem;
  bottom: -3rem;
  left: -3rem;
}

:root [dir=ltr] .ltr\:inset-auto{
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}

:root [dir=ltr] .ltr\:inset-y-0{
  top: 0;
  bottom: 0;
}

:root [dir=ltr] .ltr\:inset-x-0{
  right: 0;
  left: 0;
}

:root [dir=ltr] .ltr\:inset-y-1{
  top: 0.25rem;
  bottom: 0.25rem;
}

:root [dir=ltr] .ltr\:inset-x-1{
  right: 0.25rem;
  left: 0.25rem;
}

:root [dir=ltr] .ltr\:inset-y-2{
  top: 0.5rem;
  bottom: 0.5rem;
}

:root [dir=ltr] .ltr\:inset-x-2{
  right: 0.5rem;
  left: 0.5rem;
}

:root [dir=ltr] .ltr\:inset-y-3{
  top: 0.75rem;
  bottom: 0.75rem;
}

:root [dir=ltr] .ltr\:inset-x-3{
  right: 0.75rem;
  left: 0.75rem;
}

:root [dir=ltr] .ltr\:inset-y-4{
  top: 1rem;
  bottom: 1rem;
}

:root [dir=ltr] .ltr\:inset-x-4{
  right: 1rem;
  left: 1rem;
}

:root [dir=ltr] .ltr\:inset-y-5{
  top: 1.25rem;
  bottom: 1.25rem;
}

:root [dir=ltr] .ltr\:inset-x-5{
  right: 1.25rem;
  left: 1.25rem;
}

:root [dir=ltr] .ltr\:inset-y-6{
  top: 1.5rem;
  bottom: 1.5rem;
}

:root [dir=ltr] .ltr\:inset-x-6{
  right: 1.5rem;
  left: 1.5rem;
}

:root [dir=ltr] .ltr\:inset-y-8{
  top: 2rem;
  bottom: 2rem;
}

:root [dir=ltr] .ltr\:inset-x-8{
  right: 2rem;
  left: 2rem;
}

:root [dir=ltr] .ltr\:inset-y-10{
  top: 2.5rem;
  bottom: 2.5rem;
}

:root [dir=ltr] .ltr\:inset-x-10{
  right: 2.5rem;
  left: 2.5rem;
}

:root [dir=ltr] .ltr\:inset-y-12{
  top: 3rem;
  bottom: 3rem;
}

:root [dir=ltr] .ltr\:inset-x-12{
  right: 3rem;
  left: 3rem;
}

:root [dir=ltr] .ltr\:-inset-y-1{
  top: -0.25rem;
  bottom: -0.25rem;
}

:root [dir=ltr] .ltr\:-inset-x-1{
  right: -0.25rem;
  left: -0.25rem;
}

:root [dir=ltr] .ltr\:-inset-y-2{
  top: -0.5rem;
  bottom: -0.5rem;
}

:root [dir=ltr] .ltr\:-inset-x-2{
  right: -0.5rem;
  left: -0.5rem;
}

:root [dir=ltr] .ltr\:-inset-y-3{
  top: -0.75rem;
  bottom: -0.75rem;
}

:root [dir=ltr] .ltr\:-inset-x-3{
  right: -0.75rem;
  left: -0.75rem;
}

:root [dir=ltr] .ltr\:-inset-y-4{
  top: -1rem;
  bottom: -1rem;
}

:root [dir=ltr] .ltr\:-inset-x-4{
  right: -1rem;
  left: -1rem;
}

:root [dir=ltr] .ltr\:-inset-y-5{
  top: -1.25rem;
  bottom: -1.25rem;
}

:root [dir=ltr] .ltr\:-inset-x-5{
  right: -1.25rem;
  left: -1.25rem;
}

:root [dir=ltr] .ltr\:-inset-y-6{
  top: -1.5rem;
  bottom: -1.5rem;
}

:root [dir=ltr] .ltr\:-inset-x-6{
  right: -1.5rem;
  left: -1.5rem;
}

:root [dir=ltr] .ltr\:-inset-y-8{
  top: -2rem;
  bottom: -2rem;
}

:root [dir=ltr] .ltr\:-inset-x-8{
  right: -2rem;
  left: -2rem;
}

:root [dir=ltr] .ltr\:-inset-y-10{
  top: -2.5rem;
  bottom: -2.5rem;
}

:root [dir=ltr] .ltr\:-inset-x-10{
  right: -2.5rem;
  left: -2.5rem;
}

:root [dir=ltr] .ltr\:-inset-y-12{
  top: -3rem;
  bottom: -3rem;
}

:root [dir=ltr] .ltr\:-inset-x-12{
  right: -3rem;
  left: -3rem;
}

:root [dir=ltr] .ltr\:inset-y-auto{
  top: auto;
  bottom: auto;
}

:root [dir=ltr] .ltr\:inset-x-auto{
  right: auto;
  left: auto;
}

:root [dir=ltr] .ltr\:top-0{
  top: 0;
}

:root [dir=ltr] .ltr\:right-0{
  right: 0;
}

:root [dir=ltr] .ltr\:bottom-0{
  bottom: 0;
}

:root [dir=ltr] .ltr\:left-0{
  left: 0;
}

:root [dir=ltr] .ltr\:top-1{
  top: 0.25rem;
}

:root [dir=ltr] .ltr\:right-1{
  right: 0.25rem;
}

:root [dir=ltr] .ltr\:bottom-1{
  bottom: 0.25rem;
}

:root [dir=ltr] .ltr\:left-1{
  left: 0.25rem;
}

:root [dir=ltr] .ltr\:top-2{
  top: 0.5rem;
}

:root [dir=ltr] .ltr\:right-2{
  right: 0.5rem;
}

:root [dir=ltr] .ltr\:bottom-2{
  bottom: 0.5rem;
}

:root [dir=ltr] .ltr\:left-2{
  left: 0.5rem;
}

:root [dir=ltr] .ltr\:top-3{
  top: 0.75rem;
}

:root [dir=ltr] .ltr\:right-3{
  right: 0.75rem;
}

:root [dir=ltr] .ltr\:bottom-3{
  bottom: 0.75rem;
}

:root [dir=ltr] .ltr\:left-3{
  left: 0.75rem;
}

:root [dir=ltr] .ltr\:top-4{
  top: 1rem;
}

:root [dir=ltr] .ltr\:right-4{
  right: 1rem;
}

:root [dir=ltr] .ltr\:bottom-4{
  bottom: 1rem;
}

:root [dir=ltr] .ltr\:left-4{
  left: 1rem;
}

:root [dir=ltr] .ltr\:top-5{
  top: 1.25rem;
}

:root [dir=ltr] .ltr\:right-5{
  right: 1.25rem;
}

:root [dir=ltr] .ltr\:bottom-5{
  bottom: 1.25rem;
}

:root [dir=ltr] .ltr\:left-5{
  left: 1.25rem;
}

:root [dir=ltr] .ltr\:top-6{
  top: 1.5rem;
}

:root [dir=ltr] .ltr\:right-6{
  right: 1.5rem;
}

:root [dir=ltr] .ltr\:bottom-6{
  bottom: 1.5rem;
}

:root [dir=ltr] .ltr\:left-6{
  left: 1.5rem;
}

:root [dir=ltr] .ltr\:top-8{
  top: 2rem;
}

:root [dir=ltr] .ltr\:right-8{
  right: 2rem;
}

:root [dir=ltr] .ltr\:bottom-8{
  bottom: 2rem;
}

:root [dir=ltr] .ltr\:left-8{
  left: 2rem;
}

:root [dir=ltr] .ltr\:top-10{
  top: 2.5rem;
}

:root [dir=ltr] .ltr\:right-10{
  right: 2.5rem;
}

:root [dir=ltr] .ltr\:bottom-10{
  bottom: 2.5rem;
}

:root [dir=ltr] .ltr\:left-10{
  left: 2.5rem;
}

:root [dir=ltr] .ltr\:top-12{
  top: 3rem;
}

:root [dir=ltr] .ltr\:right-12{
  right: 3rem;
}

:root [dir=ltr] .ltr\:bottom-12{
  bottom: 3rem;
}

:root [dir=ltr] .ltr\:left-12{
  left: 3rem;
}

:root [dir=ltr] .ltr\:-top-1{
  top: -0.25rem;
}

:root [dir=ltr] .ltr\:-right-1{
  right: -0.25rem;
}

:root [dir=ltr] .ltr\:-bottom-1{
  bottom: -0.25rem;
}

:root [dir=ltr] .ltr\:-left-1{
  left: -0.25rem;
}

:root [dir=ltr] .ltr\:-top-2{
  top: -0.5rem;
}

:root [dir=ltr] .ltr\:-right-2{
  right: -0.5rem;
}

:root [dir=ltr] .ltr\:-bottom-2{
  bottom: -0.5rem;
}

:root [dir=ltr] .ltr\:-left-2{
  left: -0.5rem;
}

:root [dir=ltr] .ltr\:-top-3{
  top: -0.75rem;
}

:root [dir=ltr] .ltr\:-right-3{
  right: -0.75rem;
}

:root [dir=ltr] .ltr\:-bottom-3{
  bottom: -0.75rem;
}

:root [dir=ltr] .ltr\:-left-3{
  left: -0.75rem;
}

:root [dir=ltr] .ltr\:-top-4{
  top: -1rem;
}

:root [dir=ltr] .ltr\:-right-4{
  right: -1rem;
}

:root [dir=ltr] .ltr\:-bottom-4{
  bottom: -1rem;
}

:root [dir=ltr] .ltr\:-left-4{
  left: -1rem;
}

:root [dir=ltr] .ltr\:-top-5{
  top: -1.25rem;
}

:root [dir=ltr] .ltr\:-right-5{
  right: -1.25rem;
}

:root [dir=ltr] .ltr\:-bottom-5{
  bottom: -1.25rem;
}

:root [dir=ltr] .ltr\:-left-5{
  left: -1.25rem;
}

:root [dir=ltr] .ltr\:-top-6{
  top: -1.5rem;
}

:root [dir=ltr] .ltr\:-right-6{
  right: -1.5rem;
}

:root [dir=ltr] .ltr\:-bottom-6{
  bottom: -1.5rem;
}

:root [dir=ltr] .ltr\:-left-6{
  left: -1.5rem;
}

:root [dir=ltr] .ltr\:-top-8{
  top: -2rem;
}

:root [dir=ltr] .ltr\:-right-8{
  right: -2rem;
}

:root [dir=ltr] .ltr\:-bottom-8{
  bottom: -2rem;
}

:root [dir=ltr] .ltr\:-left-8{
  left: -2rem;
}

:root [dir=ltr] .ltr\:-top-10{
  top: -2.5rem;
}

:root [dir=ltr] .ltr\:-right-10{
  right: -2.5rem;
}

:root [dir=ltr] .ltr\:-bottom-10{
  bottom: -2.5rem;
}

:root [dir=ltr] .ltr\:-left-10{
  left: -2.5rem;
}

:root [dir=ltr] .ltr\:-top-12{
  top: -3rem;
}

:root [dir=ltr] .ltr\:-right-12{
  right: -3rem;
}

:root [dir=ltr] .ltr\:-bottom-12{
  bottom: -3rem;
}

:root [dir=ltr] .ltr\:-left-12{
  left: -3rem;
}

:root [dir=ltr] .ltr\:top-auto{
  top: auto;
}

:root [dir=ltr] .ltr\:right-auto{
  right: auto;
}

:root [dir=ltr] .ltr\:bottom-auto{
  bottom: auto;
}

:root [dir=ltr] .ltr\:left-auto{
  left: auto;
}

:root [dir=rtl] .rtl\:inset-0{
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

:root [dir=rtl] .rtl\:inset-1{
  top: 0.25rem;
  right: 0.25rem;
  bottom: 0.25rem;
  left: 0.25rem;
}

:root [dir=rtl] .rtl\:inset-2{
  top: 0.5rem;
  right: 0.5rem;
  bottom: 0.5rem;
  left: 0.5rem;
}

:root [dir=rtl] .rtl\:inset-3{
  top: 0.75rem;
  right: 0.75rem;
  bottom: 0.75rem;
  left: 0.75rem;
}

:root [dir=rtl] .rtl\:inset-4{
  top: 1rem;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
}

:root [dir=rtl] .rtl\:inset-5{
  top: 1.25rem;
  right: 1.25rem;
  bottom: 1.25rem;
  left: 1.25rem;
}

:root [dir=rtl] .rtl\:inset-6{
  top: 1.5rem;
  right: 1.5rem;
  bottom: 1.5rem;
  left: 1.5rem;
}

:root [dir=rtl] .rtl\:inset-8{
  top: 2rem;
  right: 2rem;
  bottom: 2rem;
  left: 2rem;
}

:root [dir=rtl] .rtl\:inset-10{
  top: 2.5rem;
  right: 2.5rem;
  bottom: 2.5rem;
  left: 2.5rem;
}

:root [dir=rtl] .rtl\:inset-12{
  top: 3rem;
  right: 3rem;
  bottom: 3rem;
  left: 3rem;
}

:root [dir=rtl] .rtl\:-inset-1{
  top: -0.25rem;
  right: -0.25rem;
  bottom: -0.25rem;
  left: -0.25rem;
}

:root [dir=rtl] .rtl\:-inset-2{
  top: -0.5rem;
  right: -0.5rem;
  bottom: -0.5rem;
  left: -0.5rem;
}

:root [dir=rtl] .rtl\:-inset-3{
  top: -0.75rem;
  right: -0.75rem;
  bottom: -0.75rem;
  left: -0.75rem;
}

:root [dir=rtl] .rtl\:-inset-4{
  top: -1rem;
  right: -1rem;
  bottom: -1rem;
  left: -1rem;
}

:root [dir=rtl] .rtl\:-inset-5{
  top: -1.25rem;
  right: -1.25rem;
  bottom: -1.25rem;
  left: -1.25rem;
}

:root [dir=rtl] .rtl\:-inset-6{
  top: -1.5rem;
  right: -1.5rem;
  bottom: -1.5rem;
  left: -1.5rem;
}

:root [dir=rtl] .rtl\:-inset-8{
  top: -2rem;
  right: -2rem;
  bottom: -2rem;
  left: -2rem;
}

:root [dir=rtl] .rtl\:-inset-10{
  top: -2.5rem;
  right: -2.5rem;
  bottom: -2.5rem;
  left: -2.5rem;
}

:root [dir=rtl] .rtl\:-inset-12{
  top: -3rem;
  right: -3rem;
  bottom: -3rem;
  left: -3rem;
}

:root [dir=rtl] .rtl\:inset-auto{
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}

:root [dir=rtl] .rtl\:inset-y-0{
  top: 0;
  bottom: 0;
}

:root [dir=rtl] .rtl\:inset-x-0{
  right: 0;
  left: 0;
}

:root [dir=rtl] .rtl\:inset-y-1{
  top: 0.25rem;
  bottom: 0.25rem;
}

:root [dir=rtl] .rtl\:inset-x-1{
  right: 0.25rem;
  left: 0.25rem;
}

:root [dir=rtl] .rtl\:inset-y-2{
  top: 0.5rem;
  bottom: 0.5rem;
}

:root [dir=rtl] .rtl\:inset-x-2{
  right: 0.5rem;
  left: 0.5rem;
}

:root [dir=rtl] .rtl\:inset-y-3{
  top: 0.75rem;
  bottom: 0.75rem;
}

:root [dir=rtl] .rtl\:inset-x-3{
  right: 0.75rem;
  left: 0.75rem;
}

:root [dir=rtl] .rtl\:inset-y-4{
  top: 1rem;
  bottom: 1rem;
}

:root [dir=rtl] .rtl\:inset-x-4{
  right: 1rem;
  left: 1rem;
}

:root [dir=rtl] .rtl\:inset-y-5{
  top: 1.25rem;
  bottom: 1.25rem;
}

:root [dir=rtl] .rtl\:inset-x-5{
  right: 1.25rem;
  left: 1.25rem;
}

:root [dir=rtl] .rtl\:inset-y-6{
  top: 1.5rem;
  bottom: 1.5rem;
}

:root [dir=rtl] .rtl\:inset-x-6{
  right: 1.5rem;
  left: 1.5rem;
}

:root [dir=rtl] .rtl\:inset-y-8{
  top: 2rem;
  bottom: 2rem;
}

:root [dir=rtl] .rtl\:inset-x-8{
  right: 2rem;
  left: 2rem;
}

:root [dir=rtl] .rtl\:inset-y-10{
  top: 2.5rem;
  bottom: 2.5rem;
}

:root [dir=rtl] .rtl\:inset-x-10{
  right: 2.5rem;
  left: 2.5rem;
}

:root [dir=rtl] .rtl\:inset-y-12{
  top: 3rem;
  bottom: 3rem;
}

:root [dir=rtl] .rtl\:inset-x-12{
  right: 3rem;
  left: 3rem;
}

:root [dir=rtl] .rtl\:-inset-y-1{
  top: -0.25rem;
  bottom: -0.25rem;
}

:root [dir=rtl] .rtl\:-inset-x-1{
  right: -0.25rem;
  left: -0.25rem;
}

:root [dir=rtl] .rtl\:-inset-y-2{
  top: -0.5rem;
  bottom: -0.5rem;
}

:root [dir=rtl] .rtl\:-inset-x-2{
  right: -0.5rem;
  left: -0.5rem;
}

:root [dir=rtl] .rtl\:-inset-y-3{
  top: -0.75rem;
  bottom: -0.75rem;
}

:root [dir=rtl] .rtl\:-inset-x-3{
  right: -0.75rem;
  left: -0.75rem;
}

:root [dir=rtl] .rtl\:-inset-y-4{
  top: -1rem;
  bottom: -1rem;
}

:root [dir=rtl] .rtl\:-inset-x-4{
  right: -1rem;
  left: -1rem;
}

:root [dir=rtl] .rtl\:-inset-y-5{
  top: -1.25rem;
  bottom: -1.25rem;
}

:root [dir=rtl] .rtl\:-inset-x-5{
  right: -1.25rem;
  left: -1.25rem;
}

:root [dir=rtl] .rtl\:-inset-y-6{
  top: -1.5rem;
  bottom: -1.5rem;
}

:root [dir=rtl] .rtl\:-inset-x-6{
  right: -1.5rem;
  left: -1.5rem;
}

:root [dir=rtl] .rtl\:-inset-y-8{
  top: -2rem;
  bottom: -2rem;
}

:root [dir=rtl] .rtl\:-inset-x-8{
  right: -2rem;
  left: -2rem;
}

:root [dir=rtl] .rtl\:-inset-y-10{
  top: -2.5rem;
  bottom: -2.5rem;
}

:root [dir=rtl] .rtl\:-inset-x-10{
  right: -2.5rem;
  left: -2.5rem;
}

:root [dir=rtl] .rtl\:-inset-y-12{
  top: -3rem;
  bottom: -3rem;
}

:root [dir=rtl] .rtl\:-inset-x-12{
  right: -3rem;
  left: -3rem;
}

:root [dir=rtl] .rtl\:inset-y-auto{
  top: auto;
  bottom: auto;
}

:root [dir=rtl] .rtl\:inset-x-auto{
  right: auto;
  left: auto;
}

:root [dir=rtl] .rtl\:top-0{
  top: 0;
}

:root [dir=rtl] .rtl\:right-0{
  right: 0;
}

:root [dir=rtl] .rtl\:bottom-0{
  bottom: 0;
}

:root [dir=rtl] .rtl\:left-0{
  left: 0;
}

:root [dir=rtl] .rtl\:top-1{
  top: 0.25rem;
}

:root [dir=rtl] .rtl\:right-1{
  right: 0.25rem;
}

:root [dir=rtl] .rtl\:bottom-1{
  bottom: 0.25rem;
}

:root [dir=rtl] .rtl\:left-1{
  left: 0.25rem;
}

:root [dir=rtl] .rtl\:top-2{
  top: 0.5rem;
}

:root [dir=rtl] .rtl\:right-2{
  right: 0.5rem;
}

:root [dir=rtl] .rtl\:bottom-2{
  bottom: 0.5rem;
}

:root [dir=rtl] .rtl\:left-2{
  left: 0.5rem;
}

:root [dir=rtl] .rtl\:top-3{
  top: 0.75rem;
}

:root [dir=rtl] .rtl\:right-3{
  right: 0.75rem;
}

:root [dir=rtl] .rtl\:bottom-3{
  bottom: 0.75rem;
}

:root [dir=rtl] .rtl\:left-3{
  left: 0.75rem;
}

:root [dir=rtl] .rtl\:top-4{
  top: 1rem;
}

:root [dir=rtl] .rtl\:right-4{
  right: 1rem;
}

:root [dir=rtl] .rtl\:bottom-4{
  bottom: 1rem;
}

:root [dir=rtl] .rtl\:left-4{
  left: 1rem;
}

:root [dir=rtl] .rtl\:top-5{
  top: 1.25rem;
}

:root [dir=rtl] .rtl\:right-5{
  right: 1.25rem;
}

:root [dir=rtl] .rtl\:bottom-5{
  bottom: 1.25rem;
}

:root [dir=rtl] .rtl\:left-5{
  left: 1.25rem;
}

:root [dir=rtl] .rtl\:top-6{
  top: 1.5rem;
}

:root [dir=rtl] .rtl\:right-6{
  right: 1.5rem;
}

:root [dir=rtl] .rtl\:bottom-6{
  bottom: 1.5rem;
}

:root [dir=rtl] .rtl\:left-6{
  left: 1.5rem;
}

:root [dir=rtl] .rtl\:top-8{
  top: 2rem;
}

:root [dir=rtl] .rtl\:right-8{
  right: 2rem;
}

:root [dir=rtl] .rtl\:bottom-8{
  bottom: 2rem;
}

:root [dir=rtl] .rtl\:left-8{
  left: 2rem;
}

:root [dir=rtl] .rtl\:top-10{
  top: 2.5rem;
}

:root [dir=rtl] .rtl\:right-10{
  right: 2.5rem;
}

:root [dir=rtl] .rtl\:bottom-10{
  bottom: 2.5rem;
}

:root [dir=rtl] .rtl\:left-10{
  left: 2.5rem;
}

:root [dir=rtl] .rtl\:top-12{
  top: 3rem;
}

:root [dir=rtl] .rtl\:right-12{
  right: 3rem;
}

:root [dir=rtl] .rtl\:bottom-12{
  bottom: 3rem;
}

:root [dir=rtl] .rtl\:left-12{
  left: 3rem;
}

:root [dir=rtl] .rtl\:-top-1{
  top: -0.25rem;
}

:root [dir=rtl] .rtl\:-right-1{
  right: -0.25rem;
}

:root [dir=rtl] .rtl\:-bottom-1{
  bottom: -0.25rem;
}

:root [dir=rtl] .rtl\:-left-1{
  left: -0.25rem;
}

:root [dir=rtl] .rtl\:-top-2{
  top: -0.5rem;
}

:root [dir=rtl] .rtl\:-right-2{
  right: -0.5rem;
}

:root [dir=rtl] .rtl\:-bottom-2{
  bottom: -0.5rem;
}

:root [dir=rtl] .rtl\:-left-2{
  left: -0.5rem;
}

:root [dir=rtl] .rtl\:-top-3{
  top: -0.75rem;
}

:root [dir=rtl] .rtl\:-right-3{
  right: -0.75rem;
}

:root [dir=rtl] .rtl\:-bottom-3{
  bottom: -0.75rem;
}

:root [dir=rtl] .rtl\:-left-3{
  left: -0.75rem;
}

:root [dir=rtl] .rtl\:-top-4{
  top: -1rem;
}

:root [dir=rtl] .rtl\:-right-4{
  right: -1rem;
}

:root [dir=rtl] .rtl\:-bottom-4{
  bottom: -1rem;
}

:root [dir=rtl] .rtl\:-left-4{
  left: -1rem;
}

:root [dir=rtl] .rtl\:-top-5{
  top: -1.25rem;
}

:root [dir=rtl] .rtl\:-right-5{
  right: -1.25rem;
}

:root [dir=rtl] .rtl\:-bottom-5{
  bottom: -1.25rem;
}

:root [dir=rtl] .rtl\:-left-5{
  left: -1.25rem;
}

:root [dir=rtl] .rtl\:-top-6{
  top: -1.5rem;
}

:root [dir=rtl] .rtl\:-right-6{
  right: -1.5rem;
}

:root [dir=rtl] .rtl\:-bottom-6{
  bottom: -1.5rem;
}

:root [dir=rtl] .rtl\:-left-6{
  left: -1.5rem;
}

:root [dir=rtl] .rtl\:-top-8{
  top: -2rem;
}

:root [dir=rtl] .rtl\:-right-8{
  right: -2rem;
}

:root [dir=rtl] .rtl\:-bottom-8{
  bottom: -2rem;
}

:root [dir=rtl] .rtl\:-left-8{
  left: -2rem;
}

:root [dir=rtl] .rtl\:-top-10{
  top: -2.5rem;
}

:root [dir=rtl] .rtl\:-right-10{
  right: -2.5rem;
}

:root [dir=rtl] .rtl\:-bottom-10{
  bottom: -2.5rem;
}

:root [dir=rtl] .rtl\:-left-10{
  left: -2.5rem;
}

:root [dir=rtl] .rtl\:-top-12{
  top: -3rem;
}

:root [dir=rtl] .rtl\:-right-12{
  right: -3rem;
}

:root [dir=rtl] .rtl\:-bottom-12{
  bottom: -3rem;
}

:root [dir=rtl] .rtl\:-left-12{
  left: -3rem;
}

:root [dir=rtl] .rtl\:top-auto{
  top: auto;
}

:root [dir=rtl] .rtl\:right-auto{
  right: auto;
}

:root [dir=rtl] .rtl\:bottom-auto{
  bottom: auto;
}

:root [dir=rtl] .rtl\:left-auto{
  left: auto;
}

:root .resize-none{
  resize: none;
}

:root .resize-y{
  resize: vertical;
}

:root .resize-x{
  resize: horizontal;
}

:root .resize{
  resize: both;
}

*{
  --tw-shadow: 0 0 #0000;
}

:root .shadow-1{
  --tw-shadow: var(--elevation-z1);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .shadow-2{
  --tw-shadow: var(--elevation-z2);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .shadow-3{
  --tw-shadow: var(--elevation-z3);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .shadow-4{
  --tw-shadow: var(--elevation-z4);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .shadow-5{
  --tw-shadow: var(--elevation-z5);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .shadow-6{
  --tw-shadow: var(--elevation-z6);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .shadow-7{
  --tw-shadow: var(--elevation-z7);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .shadow-8{
  --tw-shadow: var(--elevation-z8);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .shadow-9{
  --tw-shadow: var(--elevation-z9);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .shadow-10{
  --tw-shadow: var(--elevation-z10);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .shadow-11{
  --tw-shadow: var(--elevation-z11);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .shadow-12{
  --tw-shadow: var(--elevation-z12);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .shadow-13{
  --tw-shadow: var(--elevation-z13);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .shadow-14{
  --tw-shadow: var(--elevation-z14);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .shadow-15{
  --tw-shadow: var(--elevation-z15);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .shadow-16{
  --tw-shadow: var(--elevation-z16);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .shadow-17{
  --tw-shadow: var(--elevation-z17);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .shadow-18{
  --tw-shadow: var(--elevation-z18);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .shadow-19{
  --tw-shadow: var(--elevation-z19);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .shadow-20{
  --tw-shadow: var(--elevation-z20);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .shadow-small{
  --tw-shadow: 0px 2px 8px rgba(199, 199, 204, 0.3);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .shadow{
  --tw-shadow: var(--elevation-z6);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .shadow-md{
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .shadow-lg{
  --tw-shadow: 0px 7px 8px -4px rgba(82, 63, 104, 0.06),0px 12px 17px 2px rgba(82, 63, 104, 0.042),0px 5px 22px 4px rgba(82, 63, 104, 0.036);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .shadow-xl{
  --tw-shadow: 0px 8px 10px -5px rgba(82, 63, 104, 0.06),0px 16px 24px 2px rgba(82, 63, 104, 0.042),0px 6px 30px 5px rgba(82, 63, 104, 0.036);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .shadow-2xl{
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .shadow-inner{
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .shadow-outline{
  --tw-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .shadow-none{
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .shadow-bs{
  --tw-shadow: 0 2px 16px 0 rgba(199, 199, 204, 0.24);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .shadow-b{
  --tw-shadow: 0 10px 30px 0 rgba(82,63,104,.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .hover\:shadow-1:hover{
  --tw-shadow: var(--elevation-z1);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .hover\:shadow-2:hover{
  --tw-shadow: var(--elevation-z2);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .hover\:shadow-3:hover{
  --tw-shadow: var(--elevation-z3);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .hover\:shadow-4:hover{
  --tw-shadow: var(--elevation-z4);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .hover\:shadow-5:hover{
  --tw-shadow: var(--elevation-z5);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .hover\:shadow-6:hover{
  --tw-shadow: var(--elevation-z6);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .hover\:shadow-7:hover{
  --tw-shadow: var(--elevation-z7);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .hover\:shadow-8:hover{
  --tw-shadow: var(--elevation-z8);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .hover\:shadow-9:hover{
  --tw-shadow: var(--elevation-z9);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .hover\:shadow-10:hover{
  --tw-shadow: var(--elevation-z10);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .hover\:shadow-11:hover{
  --tw-shadow: var(--elevation-z11);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .hover\:shadow-12:hover{
  --tw-shadow: var(--elevation-z12);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .hover\:shadow-13:hover{
  --tw-shadow: var(--elevation-z13);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .hover\:shadow-14:hover{
  --tw-shadow: var(--elevation-z14);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .hover\:shadow-15:hover{
  --tw-shadow: var(--elevation-z15);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .hover\:shadow-16:hover{
  --tw-shadow: var(--elevation-z16);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .hover\:shadow-17:hover{
  --tw-shadow: var(--elevation-z17);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .hover\:shadow-18:hover{
  --tw-shadow: var(--elevation-z18);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .hover\:shadow-19:hover{
  --tw-shadow: var(--elevation-z19);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .hover\:shadow-20:hover{
  --tw-shadow: var(--elevation-z20);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .hover\:shadow-small:hover{
  --tw-shadow: 0px 2px 8px rgba(199, 199, 204, 0.3);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .hover\:shadow:hover{
  --tw-shadow: var(--elevation-z6);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .hover\:shadow-md:hover{
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .hover\:shadow-lg:hover{
  --tw-shadow: 0px 7px 8px -4px rgba(82, 63, 104, 0.06),0px 12px 17px 2px rgba(82, 63, 104, 0.042),0px 5px 22px 4px rgba(82, 63, 104, 0.036);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .hover\:shadow-xl:hover{
  --tw-shadow: 0px 8px 10px -5px rgba(82, 63, 104, 0.06),0px 16px 24px 2px rgba(82, 63, 104, 0.042),0px 6px 30px 5px rgba(82, 63, 104, 0.036);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .hover\:shadow-2xl:hover{
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .hover\:shadow-inner:hover{
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .hover\:shadow-outline:hover{
  --tw-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .hover\:shadow-none:hover{
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .hover\:shadow-bs:hover{
  --tw-shadow: 0 2px 16px 0 rgba(199, 199, 204, 0.24);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .hover\:shadow-b:hover{
  --tw-shadow: 0 10px 30px 0 rgba(82,63,104,.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .focus\:shadow-1:focus{
  --tw-shadow: var(--elevation-z1);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .focus\:shadow-2:focus{
  --tw-shadow: var(--elevation-z2);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .focus\:shadow-3:focus{
  --tw-shadow: var(--elevation-z3);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .focus\:shadow-4:focus{
  --tw-shadow: var(--elevation-z4);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .focus\:shadow-5:focus{
  --tw-shadow: var(--elevation-z5);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .focus\:shadow-6:focus{
  --tw-shadow: var(--elevation-z6);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .focus\:shadow-7:focus{
  --tw-shadow: var(--elevation-z7);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .focus\:shadow-8:focus{
  --tw-shadow: var(--elevation-z8);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .focus\:shadow-9:focus{
  --tw-shadow: var(--elevation-z9);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .focus\:shadow-10:focus{
  --tw-shadow: var(--elevation-z10);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .focus\:shadow-11:focus{
  --tw-shadow: var(--elevation-z11);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .focus\:shadow-12:focus{
  --tw-shadow: var(--elevation-z12);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .focus\:shadow-13:focus{
  --tw-shadow: var(--elevation-z13);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .focus\:shadow-14:focus{
  --tw-shadow: var(--elevation-z14);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .focus\:shadow-15:focus{
  --tw-shadow: var(--elevation-z15);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .focus\:shadow-16:focus{
  --tw-shadow: var(--elevation-z16);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .focus\:shadow-17:focus{
  --tw-shadow: var(--elevation-z17);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .focus\:shadow-18:focus{
  --tw-shadow: var(--elevation-z18);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .focus\:shadow-19:focus{
  --tw-shadow: var(--elevation-z19);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .focus\:shadow-20:focus{
  --tw-shadow: var(--elevation-z20);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .focus\:shadow-small:focus{
  --tw-shadow: 0px 2px 8px rgba(199, 199, 204, 0.3);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .focus\:shadow:focus{
  --tw-shadow: var(--elevation-z6);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .focus\:shadow-md:focus{
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .focus\:shadow-lg:focus{
  --tw-shadow: 0px 7px 8px -4px rgba(82, 63, 104, 0.06),0px 12px 17px 2px rgba(82, 63, 104, 0.042),0px 5px 22px 4px rgba(82, 63, 104, 0.036);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .focus\:shadow-xl:focus{
  --tw-shadow: 0px 8px 10px -5px rgba(82, 63, 104, 0.06),0px 16px 24px 2px rgba(82, 63, 104, 0.042),0px 6px 30px 5px rgba(82, 63, 104, 0.036);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .focus\:shadow-2xl:focus{
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .focus\:shadow-inner:focus{
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .focus\:shadow-outline:focus{
  --tw-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .focus\:shadow-none:focus{
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .focus\:shadow-bs:focus{
  --tw-shadow: 0 2px 16px 0 rgba(199, 199, 204, 0.24);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .focus\:shadow-b:focus{
  --tw-shadow: 0 10px 30px 0 rgba(82,63,104,.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

*{
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
}

:root .ring-0{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

:root .ring-1{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

:root .ring-2{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

:root .ring-4{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

:root .ring-8{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

:root .ring{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

:root .ring-inset{
  --tw-ring-inset: inset;
}

:root .focus-within\:ring-0:focus-within{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

:root .focus-within\:ring-1:focus-within{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

:root .focus-within\:ring-2:focus-within{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

:root .focus-within\:ring-4:focus-within{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

:root .focus-within\:ring-8:focus-within{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

:root .focus-within\:ring:focus-within{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

:root .focus-within\:ring-inset:focus-within{
  --tw-ring-inset: inset;
}

:root .focus\:ring-0:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

:root .focus\:ring-1:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

:root .focus\:ring-2:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

:root .focus\:ring-4:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

:root .focus\:ring-8:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

:root .focus\:ring:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

:root .focus\:ring-inset:focus{
  --tw-ring-inset: inset;
}

:root .ring-offset-current{
  --tw-ring-offset-color: currentColor;
}

:root .ring-offset-transparent{
  --tw-ring-offset-color: transparent;
}

:root .ring-offset-black{
  --tw-ring-offset-color: rgb(var(--color-black));
}

:root .ring-offset-white{
  --tw-ring-offset-color: rgb(var(--color-white));
}

:root .ring-offset-contrast-black{
  --tw-ring-offset-color: black;
}

:root .ring-offset-contrast-white{
  --tw-ring-offset-color: white;
}

:root .ring-offset-primary-light{
  --tw-ring-offset-color: rgba(var(--color-primary), .1);
}

:root .ring-offset-primary{
  --tw-ring-offset-color: rgb(var(--color-primary));
}

:root .ring-offset-red-light{
  --tw-ring-offset-color: rgba(244, 67, 54, 0.1);
}

:root .ring-offset-red{
  --tw-ring-offset-color: rgb(244, 67, 54);
}

:root .ring-offset-green-2{
  --tw-ring-offset-color: rgb(var(--color-green-2));
}

:root .ring-offset-green-3{
  --tw-ring-offset-color: rgb(var(--color-green-3));
}

:root .ring-offset-green-4{
  --tw-ring-offset-color: rgb(var(--color-green-4));
}

:root .ring-offset-gren{
  --tw-ring-offset-color: rgb(var(--color-gren));
}

:root .ring-offset-gren-1{
  --tw-ring-offset-color: rgb(var(--color-gren-1));
}

:root .ring-offset-gren-2{
  --tw-ring-offset-color: rgb(var(--color-gren-2));
}

:root .ring-offset-gren-3{
  --tw-ring-offset-color: rgb(var(--color-gren-3));
}

:root .ring-offset-gren-4{
  --tw-ring-offset-color: rgb(var(--color-gren-4));
}

:root .ring-offset-selected{
  --tw-ring-offset-color: rgb(var(--color-selected));
}

:root .ring-offset-error{
  --tw-ring-offset-color: rgb(var(--color-error));
}

:root .ring-offset-attention{
  --tw-ring-offset-color: rgb(var(--color-attention));
}

:root .ring-offset-accept{
  --tw-ring-offset-color: rgb(var(--color-accept));
}

:root .ring-offset-system{
  --tw-ring-offset-color: rgb(var(--color-system));
}

:root .ring-offset-orange{
  --tw-ring-offset-color: rgb(var(--color-orange));
}

:root .ring-offset-links{
  --tw-ring-offset-color: rgb(var(--color-links));
}

:root .ring-offset-teal{
  --tw-ring-offset-color: rgb(var(--color-teal));
}

:root .ring-offset-purple{
  --tw-ring-offset-color: rgb(var(--color-purple));
}

:root .ring-offset-pink{
  --tw-ring-offset-color: rgb(var(--color-pink));
}

:root .ring-offset-margaret{
  --tw-ring-offset-color: rgb(var(--color-margaret));
}

:root .ring-offset-betty{
  --tw-ring-offset-color: rgb(var(--color-betty));
}

:root .ring-offset-natasha-light{
  --tw-ring-offset-color: rgba(var(--color-natasha), .05);
}

:root .ring-offset-natasha{
  --tw-ring-offset-color: rgb(var(--color-natasha));
}

:root .ring-offset-tiffany{
  --tw-ring-offset-color: rgb(var(--color-tiffany));
}

:root .ring-offset-barbara{
  --tw-ring-offset-color: rgb(var(--color-barbara));
}

:root .ring-offset-suzanne{
  --tw-ring-offset-color: rgb(var(--color-suzanne));
}

:root .ring-offset-lily{
  --tw-ring-offset-color: rgb(var(--color-lily));
}

:root .ring-offset-stephanie{
  --tw-ring-offset-color: rgb(var(--color-stephanie));
}

:root .ring-offset-lisa{
  --tw-ring-offset-color: rgba(var(--color-lisa), 0.6);
}

:root .ring-offset-california{
  --tw-ring-offset-color: rgb(var(--color-california));
}

:root .ring-offset-texas{
  --tw-ring-offset-color: rgb(var(--color-texas));
}

:root .ring-offset-florida{
  --tw-ring-offset-color: rgb(var(--color-florida));
}

:root .ring-offset-colorado{
  --tw-ring-offset-color: rgb(var(--color-colorado));
}

:root .ring-offset-seattle{
  --tw-ring-offset-color: rgb(var(--color-seattle));
}

:root .ring-offset-denver{
  --tw-ring-offset-color: rgb(var(--color-denver));
}

:root .ring-offset-arizona{
  --tw-ring-offset-color: rgb(var(--color-arizona));
}

:root .ring-offset-shpongle{
  --tw-ring-offset-color: rgb(var(--color-shpongle));
}

:root .ring-offset-band{
  --tw-ring-offset-color: rgb(var(--color-band));
}

:root .ring-offset-blur{
  --tw-ring-offset-color: rgba(var(--color-blur), 0.05);
}

:root .ring-offset-mila{
  --tw-ring-offset-color: rgba(var(--color-mila));
}

:root .focus-within\:ring-offset-current:focus-within{
  --tw-ring-offset-color: currentColor;
}

:root .focus-within\:ring-offset-transparent:focus-within{
  --tw-ring-offset-color: transparent;
}

:root .focus-within\:ring-offset-black:focus-within{
  --tw-ring-offset-color: rgb(var(--color-black));
}

:root .focus-within\:ring-offset-white:focus-within{
  --tw-ring-offset-color: rgb(var(--color-white));
}

:root .focus-within\:ring-offset-contrast-black:focus-within{
  --tw-ring-offset-color: black;
}

:root .focus-within\:ring-offset-contrast-white:focus-within{
  --tw-ring-offset-color: white;
}

:root .focus-within\:ring-offset-primary-light:focus-within{
  --tw-ring-offset-color: rgba(var(--color-primary), .1);
}

:root .focus-within\:ring-offset-primary:focus-within{
  --tw-ring-offset-color: rgb(var(--color-primary));
}

:root .focus-within\:ring-offset-red-light:focus-within{
  --tw-ring-offset-color: rgba(244, 67, 54, 0.1);
}

:root .focus-within\:ring-offset-red:focus-within{
  --tw-ring-offset-color: rgb(244, 67, 54);
}

:root .focus-within\:ring-offset-green-2:focus-within{
  --tw-ring-offset-color: rgb(var(--color-green-2));
}

:root .focus-within\:ring-offset-green-3:focus-within{
  --tw-ring-offset-color: rgb(var(--color-green-3));
}

:root .focus-within\:ring-offset-green-4:focus-within{
  --tw-ring-offset-color: rgb(var(--color-green-4));
}

:root .focus-within\:ring-offset-gren:focus-within{
  --tw-ring-offset-color: rgb(var(--color-gren));
}

:root .focus-within\:ring-offset-gren-1:focus-within{
  --tw-ring-offset-color: rgb(var(--color-gren-1));
}

:root .focus-within\:ring-offset-gren-2:focus-within{
  --tw-ring-offset-color: rgb(var(--color-gren-2));
}

:root .focus-within\:ring-offset-gren-3:focus-within{
  --tw-ring-offset-color: rgb(var(--color-gren-3));
}

:root .focus-within\:ring-offset-gren-4:focus-within{
  --tw-ring-offset-color: rgb(var(--color-gren-4));
}

:root .focus-within\:ring-offset-selected:focus-within{
  --tw-ring-offset-color: rgb(var(--color-selected));
}

:root .focus-within\:ring-offset-error:focus-within{
  --tw-ring-offset-color: rgb(var(--color-error));
}

:root .focus-within\:ring-offset-attention:focus-within{
  --tw-ring-offset-color: rgb(var(--color-attention));
}

:root .focus-within\:ring-offset-accept:focus-within{
  --tw-ring-offset-color: rgb(var(--color-accept));
}

:root .focus-within\:ring-offset-system:focus-within{
  --tw-ring-offset-color: rgb(var(--color-system));
}

:root .focus-within\:ring-offset-orange:focus-within{
  --tw-ring-offset-color: rgb(var(--color-orange));
}

:root .focus-within\:ring-offset-links:focus-within{
  --tw-ring-offset-color: rgb(var(--color-links));
}

:root .focus-within\:ring-offset-teal:focus-within{
  --tw-ring-offset-color: rgb(var(--color-teal));
}

:root .focus-within\:ring-offset-purple:focus-within{
  --tw-ring-offset-color: rgb(var(--color-purple));
}

:root .focus-within\:ring-offset-pink:focus-within{
  --tw-ring-offset-color: rgb(var(--color-pink));
}

:root .focus-within\:ring-offset-margaret:focus-within{
  --tw-ring-offset-color: rgb(var(--color-margaret));
}

:root .focus-within\:ring-offset-betty:focus-within{
  --tw-ring-offset-color: rgb(var(--color-betty));
}

:root .focus-within\:ring-offset-natasha-light:focus-within{
  --tw-ring-offset-color: rgba(var(--color-natasha), .05);
}

:root .focus-within\:ring-offset-natasha:focus-within{
  --tw-ring-offset-color: rgb(var(--color-natasha));
}

:root .focus-within\:ring-offset-tiffany:focus-within{
  --tw-ring-offset-color: rgb(var(--color-tiffany));
}

:root .focus-within\:ring-offset-barbara:focus-within{
  --tw-ring-offset-color: rgb(var(--color-barbara));
}

:root .focus-within\:ring-offset-suzanne:focus-within{
  --tw-ring-offset-color: rgb(var(--color-suzanne));
}

:root .focus-within\:ring-offset-lily:focus-within{
  --tw-ring-offset-color: rgb(var(--color-lily));
}

:root .focus-within\:ring-offset-stephanie:focus-within{
  --tw-ring-offset-color: rgb(var(--color-stephanie));
}

:root .focus-within\:ring-offset-lisa:focus-within{
  --tw-ring-offset-color: rgba(var(--color-lisa), 0.6);
}

:root .focus-within\:ring-offset-california:focus-within{
  --tw-ring-offset-color: rgb(var(--color-california));
}

:root .focus-within\:ring-offset-texas:focus-within{
  --tw-ring-offset-color: rgb(var(--color-texas));
}

:root .focus-within\:ring-offset-florida:focus-within{
  --tw-ring-offset-color: rgb(var(--color-florida));
}

:root .focus-within\:ring-offset-colorado:focus-within{
  --tw-ring-offset-color: rgb(var(--color-colorado));
}

:root .focus-within\:ring-offset-seattle:focus-within{
  --tw-ring-offset-color: rgb(var(--color-seattle));
}

:root .focus-within\:ring-offset-denver:focus-within{
  --tw-ring-offset-color: rgb(var(--color-denver));
}

:root .focus-within\:ring-offset-arizona:focus-within{
  --tw-ring-offset-color: rgb(var(--color-arizona));
}

:root .focus-within\:ring-offset-shpongle:focus-within{
  --tw-ring-offset-color: rgb(var(--color-shpongle));
}

:root .focus-within\:ring-offset-band:focus-within{
  --tw-ring-offset-color: rgb(var(--color-band));
}

:root .focus-within\:ring-offset-blur:focus-within{
  --tw-ring-offset-color: rgba(var(--color-blur), 0.05);
}

:root .focus-within\:ring-offset-mila:focus-within{
  --tw-ring-offset-color: rgba(var(--color-mila));
}

:root .focus\:ring-offset-current:focus{
  --tw-ring-offset-color: currentColor;
}

:root .focus\:ring-offset-transparent:focus{
  --tw-ring-offset-color: transparent;
}

:root .focus\:ring-offset-black:focus{
  --tw-ring-offset-color: rgb(var(--color-black));
}

:root .focus\:ring-offset-white:focus{
  --tw-ring-offset-color: rgb(var(--color-white));
}

:root .focus\:ring-offset-contrast-black:focus{
  --tw-ring-offset-color: black;
}

:root .focus\:ring-offset-contrast-white:focus{
  --tw-ring-offset-color: white;
}

:root .focus\:ring-offset-primary-light:focus{
  --tw-ring-offset-color: rgba(var(--color-primary), .1);
}

:root .focus\:ring-offset-primary:focus{
  --tw-ring-offset-color: rgb(var(--color-primary));
}

:root .focus\:ring-offset-red-light:focus{
  --tw-ring-offset-color: rgba(244, 67, 54, 0.1);
}

:root .focus\:ring-offset-red:focus{
  --tw-ring-offset-color: rgb(244, 67, 54);
}

:root .focus\:ring-offset-green-2:focus{
  --tw-ring-offset-color: rgb(var(--color-green-2));
}

:root .focus\:ring-offset-green-3:focus{
  --tw-ring-offset-color: rgb(var(--color-green-3));
}

:root .focus\:ring-offset-green-4:focus{
  --tw-ring-offset-color: rgb(var(--color-green-4));
}

:root .focus\:ring-offset-gren:focus{
  --tw-ring-offset-color: rgb(var(--color-gren));
}

:root .focus\:ring-offset-gren-1:focus{
  --tw-ring-offset-color: rgb(var(--color-gren-1));
}

:root .focus\:ring-offset-gren-2:focus{
  --tw-ring-offset-color: rgb(var(--color-gren-2));
}

:root .focus\:ring-offset-gren-3:focus{
  --tw-ring-offset-color: rgb(var(--color-gren-3));
}

:root .focus\:ring-offset-gren-4:focus{
  --tw-ring-offset-color: rgb(var(--color-gren-4));
}

:root .focus\:ring-offset-selected:focus{
  --tw-ring-offset-color: rgb(var(--color-selected));
}

:root .focus\:ring-offset-error:focus{
  --tw-ring-offset-color: rgb(var(--color-error));
}

:root .focus\:ring-offset-attention:focus{
  --tw-ring-offset-color: rgb(var(--color-attention));
}

:root .focus\:ring-offset-accept:focus{
  --tw-ring-offset-color: rgb(var(--color-accept));
}

:root .focus\:ring-offset-system:focus{
  --tw-ring-offset-color: rgb(var(--color-system));
}

:root .focus\:ring-offset-orange:focus{
  --tw-ring-offset-color: rgb(var(--color-orange));
}

:root .focus\:ring-offset-links:focus{
  --tw-ring-offset-color: rgb(var(--color-links));
}

:root .focus\:ring-offset-teal:focus{
  --tw-ring-offset-color: rgb(var(--color-teal));
}

:root .focus\:ring-offset-purple:focus{
  --tw-ring-offset-color: rgb(var(--color-purple));
}

:root .focus\:ring-offset-pink:focus{
  --tw-ring-offset-color: rgb(var(--color-pink));
}

:root .focus\:ring-offset-margaret:focus{
  --tw-ring-offset-color: rgb(var(--color-margaret));
}

:root .focus\:ring-offset-betty:focus{
  --tw-ring-offset-color: rgb(var(--color-betty));
}

:root .focus\:ring-offset-natasha-light:focus{
  --tw-ring-offset-color: rgba(var(--color-natasha), .05);
}

:root .focus\:ring-offset-natasha:focus{
  --tw-ring-offset-color: rgb(var(--color-natasha));
}

:root .focus\:ring-offset-tiffany:focus{
  --tw-ring-offset-color: rgb(var(--color-tiffany));
}

:root .focus\:ring-offset-barbara:focus{
  --tw-ring-offset-color: rgb(var(--color-barbara));
}

:root .focus\:ring-offset-suzanne:focus{
  --tw-ring-offset-color: rgb(var(--color-suzanne));
}

:root .focus\:ring-offset-lily:focus{
  --tw-ring-offset-color: rgb(var(--color-lily));
}

:root .focus\:ring-offset-stephanie:focus{
  --tw-ring-offset-color: rgb(var(--color-stephanie));
}

:root .focus\:ring-offset-lisa:focus{
  --tw-ring-offset-color: rgba(var(--color-lisa), 0.6);
}

:root .focus\:ring-offset-california:focus{
  --tw-ring-offset-color: rgb(var(--color-california));
}

:root .focus\:ring-offset-texas:focus{
  --tw-ring-offset-color: rgb(var(--color-texas));
}

:root .focus\:ring-offset-florida:focus{
  --tw-ring-offset-color: rgb(var(--color-florida));
}

:root .focus\:ring-offset-colorado:focus{
  --tw-ring-offset-color: rgb(var(--color-colorado));
}

:root .focus\:ring-offset-seattle:focus{
  --tw-ring-offset-color: rgb(var(--color-seattle));
}

:root .focus\:ring-offset-denver:focus{
  --tw-ring-offset-color: rgb(var(--color-denver));
}

:root .focus\:ring-offset-arizona:focus{
  --tw-ring-offset-color: rgb(var(--color-arizona));
}

:root .focus\:ring-offset-shpongle:focus{
  --tw-ring-offset-color: rgb(var(--color-shpongle));
}

:root .focus\:ring-offset-band:focus{
  --tw-ring-offset-color: rgb(var(--color-band));
}

:root .focus\:ring-offset-blur:focus{
  --tw-ring-offset-color: rgba(var(--color-blur), 0.05);
}

:root .focus\:ring-offset-mila:focus{
  --tw-ring-offset-color: rgba(var(--color-mila));
}

:root .ring-offset-0{
  --tw-ring-offset-width: 0px;
}

:root .ring-offset-1{
  --tw-ring-offset-width: 1px;
}

:root .ring-offset-2{
  --tw-ring-offset-width: 2px;
}

:root .ring-offset-4{
  --tw-ring-offset-width: 4px;
}

:root .ring-offset-8{
  --tw-ring-offset-width: 8px;
}

:root .focus-within\:ring-offset-0:focus-within{
  --tw-ring-offset-width: 0px;
}

:root .focus-within\:ring-offset-1:focus-within{
  --tw-ring-offset-width: 1px;
}

:root .focus-within\:ring-offset-2:focus-within{
  --tw-ring-offset-width: 2px;
}

:root .focus-within\:ring-offset-4:focus-within{
  --tw-ring-offset-width: 4px;
}

:root .focus-within\:ring-offset-8:focus-within{
  --tw-ring-offset-width: 8px;
}

:root .focus\:ring-offset-0:focus{
  --tw-ring-offset-width: 0px;
}

:root .focus\:ring-offset-1:focus{
  --tw-ring-offset-width: 1px;
}

:root .focus\:ring-offset-2:focus{
  --tw-ring-offset-width: 2px;
}

:root .focus\:ring-offset-4:focus{
  --tw-ring-offset-width: 4px;
}

:root .focus\:ring-offset-8:focus{
  --tw-ring-offset-width: 8px;
}

:root .ring-current{
  --tw-ring-color: currentColor;
}

:root .ring-transparent{
  --tw-ring-color: transparent;
}

:root .ring-black{
  --tw-ring-color: rgb(var(--color-black));
}

:root .ring-white{
  --tw-ring-color: rgb(var(--color-white));
}

:root .ring-contrast-black{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
}

:root .ring-contrast-white{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
}

:root .ring-primary-light{
  --tw-ring-color: rgba(var(--color-primary), .1);
}

:root .ring-primary{
  --tw-ring-color: rgb(var(--color-primary));
}

:root .ring-red-light{
  --tw-ring-color: rgba(244, 67, 54, 0.1);
}

:root .ring-red{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(244, 67, 54, var(--tw-ring-opacity));
}

:root .ring-green-2{
  --tw-ring-color: rgb(var(--color-green-2));
}

:root .ring-green-3{
  --tw-ring-color: rgb(var(--color-green-3));
}

:root .ring-green-4{
  --tw-ring-color: rgb(var(--color-green-4));
}

:root .ring-gren{
  --tw-ring-color: rgb(var(--color-gren));
}

:root .ring-gren-1{
  --tw-ring-color: rgb(var(--color-gren-1));
}

:root .ring-gren-2{
  --tw-ring-color: rgb(var(--color-gren-2));
}

:root .ring-gren-3{
  --tw-ring-color: rgb(var(--color-gren-3));
}

:root .ring-gren-4{
  --tw-ring-color: rgb(var(--color-gren-4));
}

:root .ring-selected{
  --tw-ring-color: rgb(var(--color-selected));
}

:root .ring-error{
  --tw-ring-color: rgb(var(--color-error));
}

:root .ring-attention{
  --tw-ring-color: rgb(var(--color-attention));
}

:root .ring-accept{
  --tw-ring-color: rgb(var(--color-accept));
}

:root .ring-system{
  --tw-ring-color: rgb(var(--color-system));
}

:root .ring-orange{
  --tw-ring-color: rgb(var(--color-orange));
}

:root .ring-links{
  --tw-ring-color: rgb(var(--color-links));
}

:root .ring-teal{
  --tw-ring-color: rgb(var(--color-teal));
}

:root .ring-purple{
  --tw-ring-color: rgb(var(--color-purple));
}

:root .ring-pink{
  --tw-ring-color: rgb(var(--color-pink));
}

:root .ring-margaret{
  --tw-ring-color: rgb(var(--color-margaret));
}

:root .ring-betty{
  --tw-ring-color: rgb(var(--color-betty));
}

:root .ring-natasha-light{
  --tw-ring-color: rgba(var(--color-natasha), .05);
}

:root .ring-natasha{
  --tw-ring-color: rgb(var(--color-natasha));
}

:root .ring-tiffany{
  --tw-ring-color: rgb(var(--color-tiffany));
}

:root .ring-barbara{
  --tw-ring-color: rgb(var(--color-barbara));
}

:root .ring-suzanne{
  --tw-ring-color: rgb(var(--color-suzanne));
}

:root .ring-lily{
  --tw-ring-color: rgb(var(--color-lily));
}

:root .ring-stephanie{
  --tw-ring-color: rgb(var(--color-stephanie));
}

:root .ring-lisa{
  --tw-ring-color: rgba(var(--color-lisa), 0.6);
}

:root .ring-california{
  --tw-ring-color: rgb(var(--color-california));
}

:root .ring-texas{
  --tw-ring-color: rgb(var(--color-texas));
}

:root .ring-florida{
  --tw-ring-color: rgb(var(--color-florida));
}

:root .ring-colorado{
  --tw-ring-color: rgb(var(--color-colorado));
}

:root .ring-seattle{
  --tw-ring-color: rgb(var(--color-seattle));
}

:root .ring-denver{
  --tw-ring-color: rgb(var(--color-denver));
}

:root .ring-arizona{
  --tw-ring-color: rgb(var(--color-arizona));
}

:root .ring-shpongle{
  --tw-ring-color: rgb(var(--color-shpongle));
}

:root .ring-band{
  --tw-ring-color: rgb(var(--color-band));
}

:root .ring-blur{
  --tw-ring-color: rgba(var(--color-blur), 0.05);
}

:root .ring-mila{
  --tw-ring-color: rgba(var(--color-mila));
}

:root .focus-within\:ring-current:focus-within{
  --tw-ring-color: currentColor;
}

:root .focus-within\:ring-transparent:focus-within{
  --tw-ring-color: transparent;
}

:root .focus-within\:ring-black:focus-within{
  --tw-ring-color: rgb(var(--color-black));
}

:root .focus-within\:ring-white:focus-within{
  --tw-ring-color: rgb(var(--color-white));
}

:root .focus-within\:ring-contrast-black:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
}

:root .focus-within\:ring-contrast-white:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
}

:root .focus-within\:ring-primary-light:focus-within{
  --tw-ring-color: rgba(var(--color-primary), .1);
}

:root .focus-within\:ring-primary:focus-within{
  --tw-ring-color: rgb(var(--color-primary));
}

:root .focus-within\:ring-red-light:focus-within{
  --tw-ring-color: rgba(244, 67, 54, 0.1);
}

:root .focus-within\:ring-red:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(244, 67, 54, var(--tw-ring-opacity));
}

:root .focus-within\:ring-green-2:focus-within{
  --tw-ring-color: rgb(var(--color-green-2));
}

:root .focus-within\:ring-green-3:focus-within{
  --tw-ring-color: rgb(var(--color-green-3));
}

:root .focus-within\:ring-green-4:focus-within{
  --tw-ring-color: rgb(var(--color-green-4));
}

:root .focus-within\:ring-gren:focus-within{
  --tw-ring-color: rgb(var(--color-gren));
}

:root .focus-within\:ring-gren-1:focus-within{
  --tw-ring-color: rgb(var(--color-gren-1));
}

:root .focus-within\:ring-gren-2:focus-within{
  --tw-ring-color: rgb(var(--color-gren-2));
}

:root .focus-within\:ring-gren-3:focus-within{
  --tw-ring-color: rgb(var(--color-gren-3));
}

:root .focus-within\:ring-gren-4:focus-within{
  --tw-ring-color: rgb(var(--color-gren-4));
}

:root .focus-within\:ring-selected:focus-within{
  --tw-ring-color: rgb(var(--color-selected));
}

:root .focus-within\:ring-error:focus-within{
  --tw-ring-color: rgb(var(--color-error));
}

:root .focus-within\:ring-attention:focus-within{
  --tw-ring-color: rgb(var(--color-attention));
}

:root .focus-within\:ring-accept:focus-within{
  --tw-ring-color: rgb(var(--color-accept));
}

:root .focus-within\:ring-system:focus-within{
  --tw-ring-color: rgb(var(--color-system));
}

:root .focus-within\:ring-orange:focus-within{
  --tw-ring-color: rgb(var(--color-orange));
}

:root .focus-within\:ring-links:focus-within{
  --tw-ring-color: rgb(var(--color-links));
}

:root .focus-within\:ring-teal:focus-within{
  --tw-ring-color: rgb(var(--color-teal));
}

:root .focus-within\:ring-purple:focus-within{
  --tw-ring-color: rgb(var(--color-purple));
}

:root .focus-within\:ring-pink:focus-within{
  --tw-ring-color: rgb(var(--color-pink));
}

:root .focus-within\:ring-margaret:focus-within{
  --tw-ring-color: rgb(var(--color-margaret));
}

:root .focus-within\:ring-betty:focus-within{
  --tw-ring-color: rgb(var(--color-betty));
}

:root .focus-within\:ring-natasha-light:focus-within{
  --tw-ring-color: rgba(var(--color-natasha), .05);
}

:root .focus-within\:ring-natasha:focus-within{
  --tw-ring-color: rgb(var(--color-natasha));
}

:root .focus-within\:ring-tiffany:focus-within{
  --tw-ring-color: rgb(var(--color-tiffany));
}

:root .focus-within\:ring-barbara:focus-within{
  --tw-ring-color: rgb(var(--color-barbara));
}

:root .focus-within\:ring-suzanne:focus-within{
  --tw-ring-color: rgb(var(--color-suzanne));
}

:root .focus-within\:ring-lily:focus-within{
  --tw-ring-color: rgb(var(--color-lily));
}

:root .focus-within\:ring-stephanie:focus-within{
  --tw-ring-color: rgb(var(--color-stephanie));
}

:root .focus-within\:ring-lisa:focus-within{
  --tw-ring-color: rgba(var(--color-lisa), 0.6);
}

:root .focus-within\:ring-california:focus-within{
  --tw-ring-color: rgb(var(--color-california));
}

:root .focus-within\:ring-texas:focus-within{
  --tw-ring-color: rgb(var(--color-texas));
}

:root .focus-within\:ring-florida:focus-within{
  --tw-ring-color: rgb(var(--color-florida));
}

:root .focus-within\:ring-colorado:focus-within{
  --tw-ring-color: rgb(var(--color-colorado));
}

:root .focus-within\:ring-seattle:focus-within{
  --tw-ring-color: rgb(var(--color-seattle));
}

:root .focus-within\:ring-denver:focus-within{
  --tw-ring-color: rgb(var(--color-denver));
}

:root .focus-within\:ring-arizona:focus-within{
  --tw-ring-color: rgb(var(--color-arizona));
}

:root .focus-within\:ring-shpongle:focus-within{
  --tw-ring-color: rgb(var(--color-shpongle));
}

:root .focus-within\:ring-band:focus-within{
  --tw-ring-color: rgb(var(--color-band));
}

:root .focus-within\:ring-blur:focus-within{
  --tw-ring-color: rgba(var(--color-blur), 0.05);
}

:root .focus-within\:ring-mila:focus-within{
  --tw-ring-color: rgba(var(--color-mila));
}

:root .focus\:ring-current:focus{
  --tw-ring-color: currentColor;
}

:root .focus\:ring-transparent:focus{
  --tw-ring-color: transparent;
}

:root .focus\:ring-black:focus{
  --tw-ring-color: rgb(var(--color-black));
}

:root .focus\:ring-white:focus{
  --tw-ring-color: rgb(var(--color-white));
}

:root .focus\:ring-contrast-black:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
}

:root .focus\:ring-contrast-white:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
}

:root .focus\:ring-primary-light:focus{
  --tw-ring-color: rgba(var(--color-primary), .1);
}

:root .focus\:ring-primary:focus{
  --tw-ring-color: rgb(var(--color-primary));
}

:root .focus\:ring-red-light:focus{
  --tw-ring-color: rgba(244, 67, 54, 0.1);
}

:root .focus\:ring-red:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(244, 67, 54, var(--tw-ring-opacity));
}

:root .focus\:ring-green-2:focus{
  --tw-ring-color: rgb(var(--color-green-2));
}

:root .focus\:ring-green-3:focus{
  --tw-ring-color: rgb(var(--color-green-3));
}

:root .focus\:ring-green-4:focus{
  --tw-ring-color: rgb(var(--color-green-4));
}

:root .focus\:ring-gren:focus{
  --tw-ring-color: rgb(var(--color-gren));
}

:root .focus\:ring-gren-1:focus{
  --tw-ring-color: rgb(var(--color-gren-1));
}

:root .focus\:ring-gren-2:focus{
  --tw-ring-color: rgb(var(--color-gren-2));
}

:root .focus\:ring-gren-3:focus{
  --tw-ring-color: rgb(var(--color-gren-3));
}

:root .focus\:ring-gren-4:focus{
  --tw-ring-color: rgb(var(--color-gren-4));
}

:root .focus\:ring-selected:focus{
  --tw-ring-color: rgb(var(--color-selected));
}

:root .focus\:ring-error:focus{
  --tw-ring-color: rgb(var(--color-error));
}

:root .focus\:ring-attention:focus{
  --tw-ring-color: rgb(var(--color-attention));
}

:root .focus\:ring-accept:focus{
  --tw-ring-color: rgb(var(--color-accept));
}

:root .focus\:ring-system:focus{
  --tw-ring-color: rgb(var(--color-system));
}

:root .focus\:ring-orange:focus{
  --tw-ring-color: rgb(var(--color-orange));
}

:root .focus\:ring-links:focus{
  --tw-ring-color: rgb(var(--color-links));
}

:root .focus\:ring-teal:focus{
  --tw-ring-color: rgb(var(--color-teal));
}

:root .focus\:ring-purple:focus{
  --tw-ring-color: rgb(var(--color-purple));
}

:root .focus\:ring-pink:focus{
  --tw-ring-color: rgb(var(--color-pink));
}

:root .focus\:ring-margaret:focus{
  --tw-ring-color: rgb(var(--color-margaret));
}

:root .focus\:ring-betty:focus{
  --tw-ring-color: rgb(var(--color-betty));
}

:root .focus\:ring-natasha-light:focus{
  --tw-ring-color: rgba(var(--color-natasha), .05);
}

:root .focus\:ring-natasha:focus{
  --tw-ring-color: rgb(var(--color-natasha));
}

:root .focus\:ring-tiffany:focus{
  --tw-ring-color: rgb(var(--color-tiffany));
}

:root .focus\:ring-barbara:focus{
  --tw-ring-color: rgb(var(--color-barbara));
}

:root .focus\:ring-suzanne:focus{
  --tw-ring-color: rgb(var(--color-suzanne));
}

:root .focus\:ring-lily:focus{
  --tw-ring-color: rgb(var(--color-lily));
}

:root .focus\:ring-stephanie:focus{
  --tw-ring-color: rgb(var(--color-stephanie));
}

:root .focus\:ring-lisa:focus{
  --tw-ring-color: rgba(var(--color-lisa), 0.6);
}

:root .focus\:ring-california:focus{
  --tw-ring-color: rgb(var(--color-california));
}

:root .focus\:ring-texas:focus{
  --tw-ring-color: rgb(var(--color-texas));
}

:root .focus\:ring-florida:focus{
  --tw-ring-color: rgb(var(--color-florida));
}

:root .focus\:ring-colorado:focus{
  --tw-ring-color: rgb(var(--color-colorado));
}

:root .focus\:ring-seattle:focus{
  --tw-ring-color: rgb(var(--color-seattle));
}

:root .focus\:ring-denver:focus{
  --tw-ring-color: rgb(var(--color-denver));
}

:root .focus\:ring-arizona:focus{
  --tw-ring-color: rgb(var(--color-arizona));
}

:root .focus\:ring-shpongle:focus{
  --tw-ring-color: rgb(var(--color-shpongle));
}

:root .focus\:ring-band:focus{
  --tw-ring-color: rgb(var(--color-band));
}

:root .focus\:ring-blur:focus{
  --tw-ring-color: rgba(var(--color-blur), 0.05);
}

:root .focus\:ring-mila:focus{
  --tw-ring-color: rgba(var(--color-mila));
}

:root .ring-opacity-0{
  --tw-ring-opacity: 0;
}

:root .ring-opacity-25{
  --tw-ring-opacity: 0.25;
}

:root .ring-opacity-50{
  --tw-ring-opacity: 0.5;
}

:root .ring-opacity-75{
  --tw-ring-opacity: 0.75;
}

:root .ring-opacity-100{
  --tw-ring-opacity: 1;
}

:root .focus-within\:ring-opacity-0:focus-within{
  --tw-ring-opacity: 0;
}

:root .focus-within\:ring-opacity-25:focus-within{
  --tw-ring-opacity: 0.25;
}

:root .focus-within\:ring-opacity-50:focus-within{
  --tw-ring-opacity: 0.5;
}

:root .focus-within\:ring-opacity-75:focus-within{
  --tw-ring-opacity: 0.75;
}

:root .focus-within\:ring-opacity-100:focus-within{
  --tw-ring-opacity: 1;
}

:root .focus\:ring-opacity-0:focus{
  --tw-ring-opacity: 0;
}

:root .focus\:ring-opacity-25:focus{
  --tw-ring-opacity: 0.25;
}

:root .focus\:ring-opacity-50:focus{
  --tw-ring-opacity: 0.5;
}

:root .focus\:ring-opacity-75:focus{
  --tw-ring-opacity: 0.75;
}

:root .focus\:ring-opacity-100:focus{
  --tw-ring-opacity: 1;
}

:root .fill-current{
  fill: currentColor;
}

:root .stroke-current{
  stroke: currentColor;
}

:root .stroke-0{
  stroke-width: 0;
}

:root .stroke-1{
  stroke-width: 1;
}

:root .stroke-2{
  stroke-width: 2;
}

:root .table-auto{
  table-layout: auto;
}

:root .table-fixed{
  table-layout: fixed;
}

:root .text-left{
  text-align: left;
}

:root .text-center{
  text-align: center;
}

:root .text-right{
  text-align: right;
}

:root .text-justify{
  text-align: justify;
}

:root .text-secondary{
  color: var(--text-secondary);
}

:root .text-hint{
  color: var(--text-hint);
}

:root .text-current{
  color: currentColor;
}

:root .text-transparent{
  color: transparent;
}

:root .text-black{
  color: rgb(var(--color-black));
}

:root .text-white{
  color: rgb(var(--color-white));
}

:root .text-contrast-black{
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

:root .text-contrast-white{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

:root .text-primary-light{
  color: rgba(var(--color-primary), .1);
}

:root .text-primary{
  color: rgb(var(--color-primary));
}

:root .text-red-light{
  color: rgba(244, 67, 54, 0.1);
}

:root .text-red{
  --tw-text-opacity: 1;
  color: rgba(244, 67, 54, var(--tw-text-opacity));
}

:root .text-green-2{
  color: rgb(var(--color-green-2));
}

:root .text-green-3{
  color: rgb(var(--color-green-3));
}

:root .text-green-4{
  color: rgb(var(--color-green-4));
}

:root .text-gren{
  color: rgb(var(--color-gren));
}

:root .text-gren-1{
  color: rgb(var(--color-gren-1));
}

:root .text-gren-2{
  color: rgb(var(--color-gren-2));
}

:root .text-gren-3{
  color: rgb(var(--color-gren-3));
}

:root .text-gren-4{
  color: rgb(var(--color-gren-4));
}

:root .text-selected{
  color: rgb(var(--color-selected));
}

:root .text-error{
  color: rgb(var(--color-error));
}

:root .text-attention{
  color: rgb(var(--color-attention));
}

:root .text-accept{
  color: rgb(var(--color-accept));
}

:root .text-system{
  color: rgb(var(--color-system));
}

:root .text-orange{
  color: rgb(var(--color-orange));
}

:root .text-links{
  color: rgb(var(--color-links));
}

:root .text-teal{
  color: rgb(var(--color-teal));
}

:root .text-purple{
  color: rgb(var(--color-purple));
}

:root .text-pink{
  color: rgb(var(--color-pink));
}

:root .text-margaret{
  color: rgb(var(--color-margaret));
}

:root .text-betty{
  color: rgb(var(--color-betty));
}

:root .text-natasha-light{
  color: rgba(var(--color-natasha), .05);
}

:root .text-natasha{
  color: rgb(var(--color-natasha));
}

:root .text-tiffany{
  color: rgb(var(--color-tiffany));
}

:root .text-barbara{
  color: rgb(var(--color-barbara));
}

:root .text-suzanne{
  color: rgb(var(--color-suzanne));
}

:root .text-lily{
  color: rgb(var(--color-lily));
}

:root .text-stephanie{
  color: rgb(var(--color-stephanie));
}

:root .text-lisa{
  color: rgba(var(--color-lisa), 0.6);
}

:root .text-california{
  color: rgb(var(--color-california));
}

:root .text-texas{
  color: rgb(var(--color-texas));
}

:root .text-florida{
  color: rgb(var(--color-florida));
}

:root .text-colorado{
  color: rgb(var(--color-colorado));
}

:root .text-seattle{
  color: rgb(var(--color-seattle));
}

:root .text-denver{
  color: rgb(var(--color-denver));
}

:root .text-arizona{
  color: rgb(var(--color-arizona));
}

:root .text-shpongle{
  color: rgb(var(--color-shpongle));
}

:root .text-band{
  color: rgb(var(--color-band));
}

:root .text-blur{
  color: rgba(var(--color-blur), 0.05);
}

:root .text-mila{
  color: rgba(var(--color-mila));
}

:root .text-primary-contrast{
  color: rgb(var(--color-primary-contrast));
}

:root .text-accent-contrast{
  color: rgb(var(--color-accent-contrast));
}

:root .text-warn-contrast{
  color: rgb(var(--color-warn-contrast));
}

:root .text-red-contrast{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

:root .text-green-contrast{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

:root .text-amber-contrast{
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

:root .text-orange-contrast{
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

:root .text-deep-orange-contrast{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

:root .text-purple-contrast{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

:root .text-deep-purple-contrast{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

:root .text-cyan-contrast{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

:root .text-teal-contrast{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

:root .text-gray-contrast{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

:root .text-light-green-contrast{
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

:root .hover\:text-secondary:hover{
  color: var(--text-secondary);
}

:root .hover\:text-hint:hover{
  color: var(--text-hint);
}

:root .hover\:text-current:hover{
  color: currentColor;
}

:root .hover\:text-transparent:hover{
  color: transparent;
}

:root .hover\:text-black:hover{
  color: rgb(var(--color-black));
}

:root .hover\:text-white:hover{
  color: rgb(var(--color-white));
}

:root .hover\:text-contrast-black:hover{
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

:root .hover\:text-contrast-white:hover{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

:root .hover\:text-primary-light:hover{
  color: rgba(var(--color-primary), .1);
}

:root .hover\:text-primary:hover{
  color: rgb(var(--color-primary));
}

:root .hover\:text-red-light:hover{
  color: rgba(244, 67, 54, 0.1);
}

:root .hover\:text-red:hover{
  --tw-text-opacity: 1;
  color: rgba(244, 67, 54, var(--tw-text-opacity));
}

:root .hover\:text-green-2:hover{
  color: rgb(var(--color-green-2));
}

:root .hover\:text-green-3:hover{
  color: rgb(var(--color-green-3));
}

:root .hover\:text-green-4:hover{
  color: rgb(var(--color-green-4));
}

:root .hover\:text-gren:hover{
  color: rgb(var(--color-gren));
}

:root .hover\:text-gren-1:hover{
  color: rgb(var(--color-gren-1));
}

:root .hover\:text-gren-2:hover{
  color: rgb(var(--color-gren-2));
}

:root .hover\:text-gren-3:hover{
  color: rgb(var(--color-gren-3));
}

:root .hover\:text-gren-4:hover{
  color: rgb(var(--color-gren-4));
}

:root .hover\:text-selected:hover{
  color: rgb(var(--color-selected));
}

:root .hover\:text-error:hover{
  color: rgb(var(--color-error));
}

:root .hover\:text-attention:hover{
  color: rgb(var(--color-attention));
}

:root .hover\:text-accept:hover{
  color: rgb(var(--color-accept));
}

:root .hover\:text-system:hover{
  color: rgb(var(--color-system));
}

:root .hover\:text-orange:hover{
  color: rgb(var(--color-orange));
}

:root .hover\:text-links:hover{
  color: rgb(var(--color-links));
}

:root .hover\:text-teal:hover{
  color: rgb(var(--color-teal));
}

:root .hover\:text-purple:hover{
  color: rgb(var(--color-purple));
}

:root .hover\:text-pink:hover{
  color: rgb(var(--color-pink));
}

:root .hover\:text-margaret:hover{
  color: rgb(var(--color-margaret));
}

:root .hover\:text-betty:hover{
  color: rgb(var(--color-betty));
}

:root .hover\:text-natasha-light:hover{
  color: rgba(var(--color-natasha), .05);
}

:root .hover\:text-natasha:hover{
  color: rgb(var(--color-natasha));
}

:root .hover\:text-tiffany:hover{
  color: rgb(var(--color-tiffany));
}

:root .hover\:text-barbara:hover{
  color: rgb(var(--color-barbara));
}

:root .hover\:text-suzanne:hover{
  color: rgb(var(--color-suzanne));
}

:root .hover\:text-lily:hover{
  color: rgb(var(--color-lily));
}

:root .hover\:text-stephanie:hover{
  color: rgb(var(--color-stephanie));
}

:root .hover\:text-lisa:hover{
  color: rgba(var(--color-lisa), 0.6);
}

:root .hover\:text-california:hover{
  color: rgb(var(--color-california));
}

:root .hover\:text-texas:hover{
  color: rgb(var(--color-texas));
}

:root .hover\:text-florida:hover{
  color: rgb(var(--color-florida));
}

:root .hover\:text-colorado:hover{
  color: rgb(var(--color-colorado));
}

:root .hover\:text-seattle:hover{
  color: rgb(var(--color-seattle));
}

:root .hover\:text-denver:hover{
  color: rgb(var(--color-denver));
}

:root .hover\:text-arizona:hover{
  color: rgb(var(--color-arizona));
}

:root .hover\:text-shpongle:hover{
  color: rgb(var(--color-shpongle));
}

:root .hover\:text-band:hover{
  color: rgb(var(--color-band));
}

:root .hover\:text-blur:hover{
  color: rgba(var(--color-blur), 0.05);
}

:root .hover\:text-mila:hover{
  color: rgba(var(--color-mila));
}

:root .hover\:text-primary-contrast:hover{
  color: rgb(var(--color-primary-contrast));
}

:root .hover\:text-accent-contrast:hover{
  color: rgb(var(--color-accent-contrast));
}

:root .hover\:text-warn-contrast:hover{
  color: rgb(var(--color-warn-contrast));
}

:root .hover\:text-red-contrast:hover{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

:root .hover\:text-green-contrast:hover{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

:root .hover\:text-amber-contrast:hover{
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

:root .hover\:text-orange-contrast:hover{
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

:root .hover\:text-deep-orange-contrast:hover{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

:root .hover\:text-purple-contrast:hover{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

:root .hover\:text-deep-purple-contrast:hover{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

:root .hover\:text-cyan-contrast:hover{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

:root .hover\:text-teal-contrast:hover{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

:root .hover\:text-gray-contrast:hover{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

:root .hover\:text-light-green-contrast:hover{
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

:root .focus\:text-secondary:focus{
  color: var(--text-secondary);
}

:root .focus\:text-hint:focus{
  color: var(--text-hint);
}

:root .focus\:text-current:focus{
  color: currentColor;
}

:root .focus\:text-transparent:focus{
  color: transparent;
}

:root .focus\:text-black:focus{
  color: rgb(var(--color-black));
}

:root .focus\:text-white:focus{
  color: rgb(var(--color-white));
}

:root .focus\:text-contrast-black:focus{
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

:root .focus\:text-contrast-white:focus{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

:root .focus\:text-primary-light:focus{
  color: rgba(var(--color-primary), .1);
}

:root .focus\:text-primary:focus{
  color: rgb(var(--color-primary));
}

:root .focus\:text-red-light:focus{
  color: rgba(244, 67, 54, 0.1);
}

:root .focus\:text-red:focus{
  --tw-text-opacity: 1;
  color: rgba(244, 67, 54, var(--tw-text-opacity));
}

:root .focus\:text-green-2:focus{
  color: rgb(var(--color-green-2));
}

:root .focus\:text-green-3:focus{
  color: rgb(var(--color-green-3));
}

:root .focus\:text-green-4:focus{
  color: rgb(var(--color-green-4));
}

:root .focus\:text-gren:focus{
  color: rgb(var(--color-gren));
}

:root .focus\:text-gren-1:focus{
  color: rgb(var(--color-gren-1));
}

:root .focus\:text-gren-2:focus{
  color: rgb(var(--color-gren-2));
}

:root .focus\:text-gren-3:focus{
  color: rgb(var(--color-gren-3));
}

:root .focus\:text-gren-4:focus{
  color: rgb(var(--color-gren-4));
}

:root .focus\:text-selected:focus{
  color: rgb(var(--color-selected));
}

:root .focus\:text-error:focus{
  color: rgb(var(--color-error));
}

:root .focus\:text-attention:focus{
  color: rgb(var(--color-attention));
}

:root .focus\:text-accept:focus{
  color: rgb(var(--color-accept));
}

:root .focus\:text-system:focus{
  color: rgb(var(--color-system));
}

:root .focus\:text-orange:focus{
  color: rgb(var(--color-orange));
}

:root .focus\:text-links:focus{
  color: rgb(var(--color-links));
}

:root .focus\:text-teal:focus{
  color: rgb(var(--color-teal));
}

:root .focus\:text-purple:focus{
  color: rgb(var(--color-purple));
}

:root .focus\:text-pink:focus{
  color: rgb(var(--color-pink));
}

:root .focus\:text-margaret:focus{
  color: rgb(var(--color-margaret));
}

:root .focus\:text-betty:focus{
  color: rgb(var(--color-betty));
}

:root .focus\:text-natasha-light:focus{
  color: rgba(var(--color-natasha), .05);
}

:root .focus\:text-natasha:focus{
  color: rgb(var(--color-natasha));
}

:root .focus\:text-tiffany:focus{
  color: rgb(var(--color-tiffany));
}

:root .focus\:text-barbara:focus{
  color: rgb(var(--color-barbara));
}

:root .focus\:text-suzanne:focus{
  color: rgb(var(--color-suzanne));
}

:root .focus\:text-lily:focus{
  color: rgb(var(--color-lily));
}

:root .focus\:text-stephanie:focus{
  color: rgb(var(--color-stephanie));
}

:root .focus\:text-lisa:focus{
  color: rgba(var(--color-lisa), 0.6);
}

:root .focus\:text-california:focus{
  color: rgb(var(--color-california));
}

:root .focus\:text-texas:focus{
  color: rgb(var(--color-texas));
}

:root .focus\:text-florida:focus{
  color: rgb(var(--color-florida));
}

:root .focus\:text-colorado:focus{
  color: rgb(var(--color-colorado));
}

:root .focus\:text-seattle:focus{
  color: rgb(var(--color-seattle));
}

:root .focus\:text-denver:focus{
  color: rgb(var(--color-denver));
}

:root .focus\:text-arizona:focus{
  color: rgb(var(--color-arizona));
}

:root .focus\:text-shpongle:focus{
  color: rgb(var(--color-shpongle));
}

:root .focus\:text-band:focus{
  color: rgb(var(--color-band));
}

:root .focus\:text-blur:focus{
  color: rgba(var(--color-blur), 0.05);
}

:root .focus\:text-mila:focus{
  color: rgba(var(--color-mila));
}

:root .focus\:text-primary-contrast:focus{
  color: rgb(var(--color-primary-contrast));
}

:root .focus\:text-accent-contrast:focus{
  color: rgb(var(--color-accent-contrast));
}

:root .focus\:text-warn-contrast:focus{
  color: rgb(var(--color-warn-contrast));
}

:root .focus\:text-red-contrast:focus{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

:root .focus\:text-green-contrast:focus{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

:root .focus\:text-amber-contrast:focus{
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

:root .focus\:text-orange-contrast:focus{
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

:root .focus\:text-deep-orange-contrast:focus{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

:root .focus\:text-purple-contrast:focus{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

:root .focus\:text-deep-purple-contrast:focus{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

:root .focus\:text-cyan-contrast:focus{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

:root .focus\:text-teal-contrast:focus{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

:root .focus\:text-gray-contrast:focus{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

:root .focus\:text-light-green-contrast:focus{
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

:root .text-opacity-0{
  --tw-text-opacity: 0;
}

:root .text-opacity-25{
  --tw-text-opacity: 0.25;
}

:root .text-opacity-50{
  --tw-text-opacity: 0.5;
}

:root .text-opacity-75{
  --tw-text-opacity: 0.75;
}

:root .text-opacity-100{
  --tw-text-opacity: 1;
}

:root .group:hover .group-hover\:text-opacity-0{
  --tw-text-opacity: 0;
}

:root .group:hover .group-hover\:text-opacity-25{
  --tw-text-opacity: 0.25;
}

:root .group:hover .group-hover\:text-opacity-50{
  --tw-text-opacity: 0.5;
}

:root .group:hover .group-hover\:text-opacity-75{
  --tw-text-opacity: 0.75;
}

:root .group:hover .group-hover\:text-opacity-100{
  --tw-text-opacity: 1;
}

:root .focus-within\:text-opacity-0:focus-within{
  --tw-text-opacity: 0;
}

:root .focus-within\:text-opacity-25:focus-within{
  --tw-text-opacity: 0.25;
}

:root .focus-within\:text-opacity-50:focus-within{
  --tw-text-opacity: 0.5;
}

:root .focus-within\:text-opacity-75:focus-within{
  --tw-text-opacity: 0.75;
}

:root .focus-within\:text-opacity-100:focus-within{
  --tw-text-opacity: 1;
}

:root .hover\:text-opacity-0:hover{
  --tw-text-opacity: 0;
}

:root .hover\:text-opacity-25:hover{
  --tw-text-opacity: 0.25;
}

:root .hover\:text-opacity-50:hover{
  --tw-text-opacity: 0.5;
}

:root .hover\:text-opacity-75:hover{
  --tw-text-opacity: 0.75;
}

:root .hover\:text-opacity-100:hover{
  --tw-text-opacity: 1;
}

:root .focus\:text-opacity-0:focus{
  --tw-text-opacity: 0;
}

:root .focus\:text-opacity-25:focus{
  --tw-text-opacity: 0.25;
}

:root .focus\:text-opacity-50:focus{
  --tw-text-opacity: 0.5;
}

:root .focus\:text-opacity-75:focus{
  --tw-text-opacity: 0.75;
}

:root .focus\:text-opacity-100:focus{
  --tw-text-opacity: 1;
}

:root .truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

:root .overflow-ellipsis{
  text-overflow: ellipsis;
}

:root .overflow-clip{
  text-overflow: clip;
}

:root .italic{
  font-style: italic;
}

:root .not-italic{
  font-style: normal;
}

:root .uppercase{
  text-transform: uppercase;
}

:root .lowercase{
  text-transform: lowercase;
}

:root .capitalize{
  text-transform: capitalize;
}

:root .normal-case{
  text-transform: none;
}

:root .underline{
  text-decoration: underline;
}

:root .line-through{
  text-decoration: line-through;
}

:root .no-underline{
  text-decoration: none;
}

:root .hover\:underline:hover{
  text-decoration: underline;
}

:root .hover\:line-through:hover{
  text-decoration: line-through;
}

:root .hover\:no-underline:hover{
  text-decoration: none;
}

:root .focus\:underline:focus{
  text-decoration: underline;
}

:root .focus\:line-through:focus{
  text-decoration: line-through;
}

:root .focus\:no-underline:focus{
  text-decoration: none;
}

:root .antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

:root .subpixel-antialiased{
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

:root .ordinal, :root .slashed-zero, :root .lining-nums, :root .oldstyle-nums, :root .proportional-nums, :root .tabular-nums, :root .diagonal-fractions, :root .stacked-fractions{
  --tw-ordinal: var(--tw-empty,/*!*/ /*!*/);
  --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/);
  --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/);
  --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/);
  --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/);
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

:root .normal-nums{
  font-variant-numeric: normal;
}

:root .ordinal{
  --tw-ordinal: ordinal;
}

:root .slashed-zero{
  --tw-slashed-zero: slashed-zero;
}

:root .lining-nums{
  --tw-numeric-figure: lining-nums;
}

:root .oldstyle-nums{
  --tw-numeric-figure: oldstyle-nums;
}

:root .proportional-nums{
  --tw-numeric-spacing: proportional-nums;
}

:root .tabular-nums{
  --tw-numeric-spacing: tabular-nums;
}

:root .diagonal-fractions{
  --tw-numeric-fraction: diagonal-fractions;
}

:root .stacked-fractions{
  --tw-numeric-fraction: stacked-fractions;
}

:root .tracking-tighter{
  letter-spacing: -0.05em;
}

:root .tracking-tight{
  letter-spacing: -0.025em;
}

:root .tracking-normal{
  letter-spacing: 0;
}

:root .tracking-wide{
  letter-spacing: 0.025em;
}

:root .tracking-wider{
  letter-spacing: 0.05em;
}

:root .tracking-widest{
  letter-spacing: 0.1em;
}

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

:root .select-text{
  -webkit-user-select: text;
          user-select: text;
}

:root .select-all{
  -webkit-user-select: all;
          user-select: all;
}

:root .select-auto{
  -webkit-user-select: auto;
          user-select: auto;
}

:root .align-baseline{
  vertical-align: baseline;
}

:root .align-top{
  vertical-align: top;
}

:root .align-middle{
  vertical-align: middle;
}

:root .align-bottom{
  vertical-align: bottom;
}

:root .align-text-top{
  vertical-align: text-top;
}

:root .align-text-bottom{
  vertical-align: text-bottom;
}

:root .visible{
  visibility: visible;
}

:root .invisible{
  visibility: hidden;
}

:root .whitespace-normal{
  white-space: normal;
}

:root .whitespace-nowrap{
  white-space: nowrap;
}

:root .whitespace-pre{
  white-space: pre;
}

:root .whitespace-pre-line{
  white-space: pre-line;
}

:root .whitespace-pre-wrap{
  white-space: pre-wrap;
}

:root .break-normal{
  overflow-wrap: normal;
  word-break: normal;
}

:root .break-words{
  overflow-wrap: break-word;
}

:root .break-all{
  word-break: break-all;
}

:root .w-0{
  width: 0;
}

:root .w-1{
  width: 0.25rem;
}

:root .w-2{
  width: 0.5rem;
}

:root .w-3{
  width: 0.75rem;
}

:root .w-4{
  width: 1rem;
}

:root .w-5{
  width: 1.25rem;
}

:root .w-6{
  width: 1.5rem;
}

:root .w-7{
  width: 1.75rem;
}

:root .w-8{
  width: 2rem;
}

:root .w-9{
  width: 2.25rem;
}

:root .w-10{
  width: 2.5rem;
}

:root .w-11{
  width: 2.75rem;
}

:root .w-12{
  width: 3rem;
}

:root .w-14{
  width: 3.5rem;
}

:root .w-16{
  width: 4rem;
}

:root .w-20{
  width: 5rem;
}

:root .w-24{
  width: 6rem;
}

:root .w-28{
  width: 7rem;
}

:root .w-32{
  width: 8rem;
}

:root .w-36{
  width: 9rem;
}

:root .w-40{
  width: 10rem;
}

:root .w-44{
  width: 11rem;
}

:root .w-48{
  width: 12rem;
}

:root .w-52{
  width: 13rem;
}

:root .w-56{
  width: 14rem;
}

:root .w-60{
  width: 15rem;
}

:root .w-64{
  width: 16rem;
}

:root .w-72{
  width: 18rem;
}

:root .w-80{
  width: 20rem;
}

:root .w-96{
  width: 24rem;
}

:root .w-auto{
  width: auto;
}

:root .w-px{
  width: 1px;
}

:root .w-gutter{
  width: var(--padding-gutter);
}

:root .w-0\.5{
  width: 0.125rem;
}

:root .w-1\.5{
  width: 0.375rem;
}

:root .w-2\.5{
  width: 0.625rem;
}

:root .w-3\.5{
  width: 0.875rem;
}

:root .w-17\.5{
  width: 4.375rem;
}

:root .w-1\/2{
  width: 50%;
}

:root .w-1\/3{
  width: 33.333333%;
}

:root .w-2\/3{
  width: 66.666667%;
}

:root .w-1\/4{
  width: 25%;
}

:root .w-2\/4{
  width: 50%;
}

:root .w-3\/4{
  width: 75%;
}

:root .w-1\/5{
  width: 20%;
}

:root .w-2\/5{
  width: 40%;
}

:root .w-3\/5{
  width: 60%;
}

:root .w-4\/5{
  width: 80%;
}

:root .w-1\/6{
  width: 16.666667%;
}

:root .w-2\/6{
  width: 33.333333%;
}

:root .w-3\/6{
  width: 50%;
}

:root .w-4\/6{
  width: 66.666667%;
}

:root .w-5\/6{
  width: 83.333333%;
}

:root .w-1\/12{
  width: 8.333333%;
}

:root .w-2\/12{
  width: 16.666667%;
}

:root .w-3\/12{
  width: 25%;
}

:root .w-4\/12{
  width: 33.333333%;
}

:root .w-5\/12{
  width: 41.666667%;
}

:root .w-6\/12{
  width: 50%;
}

:root .w-7\/12{
  width: 58.333333%;
}

:root .w-8\/12{
  width: 66.666667%;
}

:root .w-9\/12{
  width: 75%;
}

:root .w-10\/12{
  width: 83.333333%;
}

:root .w-11\/12{
  width: 91.666667%;
}

:root .w-full{
  width: 100%;
}

:root .w-screen{
  width: 100vw;
}

:root .z-0{
  z-index: 0;
}

:root .z-10{
  z-index: 10;
}

:root .z-20{
  z-index: 20;
}

:root .z-30{
  z-index: 30;
}

:root .z-40{
  z-index: 40;
}

:root .z-50{
  z-index: 50;
}

:root .z-100{
  z-index: 100;
}

:root .z-10000{
  z-index: 100000000;
}

:root .z-10001{
  z-index: 100000001;
}

:root .z-auto{
  z-index: auto;
}

:root .isolate{
  isolation: isolate;
}

:root .isolation-auto{
  isolation: auto;
}

:root .gap-0{
  gap: 0;
}

:root .gap-1{
  gap: 0.25rem;
}

:root .gap-2{
  gap: 0.5rem;
}

:root .gap-3{
  gap: 0.75rem;
}

:root .gap-4{
  gap: 1rem;
}

:root .gap-5{
  gap: 1.25rem;
}

:root .gap-6{
  gap: 1.5rem;
}

:root .gap-7{
  gap: 1.75rem;
}

:root .gap-8{
  gap: 2rem;
}

:root .gap-9{
  gap: 2.25rem;
}

:root .gap-10{
  gap: 2.5rem;
}

:root .gap-11{
  gap: 2.75rem;
}

:root .gap-12{
  gap: 3rem;
}

:root .gap-14{
  gap: 3.5rem;
}

:root .gap-16{
  gap: 4rem;
}

:root .gap-20{
  gap: 5rem;
}

:root .gap-24{
  gap: 6rem;
}

:root .gap-28{
  gap: 7rem;
}

:root .gap-32{
  gap: 8rem;
}

:root .gap-36{
  gap: 9rem;
}

:root .gap-40{
  gap: 10rem;
}

:root .gap-44{
  gap: 11rem;
}

:root .gap-48{
  gap: 12rem;
}

:root .gap-52{
  gap: 13rem;
}

:root .gap-56{
  gap: 14rem;
}

:root .gap-60{
  gap: 15rem;
}

:root .gap-64{
  gap: 16rem;
}

:root .gap-72{
  gap: 18rem;
}

:root .gap-80{
  gap: 20rem;
}

:root .gap-96{
  gap: 24rem;
}

:root .gap-px{
  gap: 1px;
}

:root .gap-gutter{
  gap: var(--padding-gutter);
}

:root .gap-0\.5{
  gap: 0.125rem;
}

:root .gap-1\.5{
  gap: 0.375rem;
}

:root .gap-2\.5{
  gap: 0.625rem;
}

:root .gap-3\.5{
  gap: 0.875rem;
}

:root .gap-17\.5{
  gap: 4.375rem;
}

:root .gap-x-0{
  column-gap: 0;
}

:root .gap-x-1{
  column-gap: 0.25rem;
}

:root .gap-x-2{
  column-gap: 0.5rem;
}

:root .gap-x-3{
  column-gap: 0.75rem;
}

:root .gap-x-4{
  column-gap: 1rem;
}

:root .gap-x-5{
  column-gap: 1.25rem;
}

:root .gap-x-6{
  column-gap: 1.5rem;
}

:root .gap-x-7{
  column-gap: 1.75rem;
}

:root .gap-x-8{
  column-gap: 2rem;
}

:root .gap-x-9{
  column-gap: 2.25rem;
}

:root .gap-x-10{
  column-gap: 2.5rem;
}

:root .gap-x-11{
  column-gap: 2.75rem;
}

:root .gap-x-12{
  column-gap: 3rem;
}

:root .gap-x-14{
  column-gap: 3.5rem;
}

:root .gap-x-16{
  column-gap: 4rem;
}

:root .gap-x-20{
  column-gap: 5rem;
}

:root .gap-x-24{
  column-gap: 6rem;
}

:root .gap-x-28{
  column-gap: 7rem;
}

:root .gap-x-32{
  column-gap: 8rem;
}

:root .gap-x-36{
  column-gap: 9rem;
}

:root .gap-x-40{
  column-gap: 10rem;
}

:root .gap-x-44{
  column-gap: 11rem;
}

:root .gap-x-48{
  column-gap: 12rem;
}

:root .gap-x-52{
  column-gap: 13rem;
}

:root .gap-x-56{
  column-gap: 14rem;
}

:root .gap-x-60{
  column-gap: 15rem;
}

:root .gap-x-64{
  column-gap: 16rem;
}

:root .gap-x-72{
  column-gap: 18rem;
}

:root .gap-x-80{
  column-gap: 20rem;
}

:root .gap-x-96{
  column-gap: 24rem;
}

:root .gap-x-px{
  column-gap: 1px;
}

:root .gap-x-gutter{
  column-gap: var(--padding-gutter);
}

:root .gap-x-0\.5{
  column-gap: 0.125rem;
}

:root .gap-x-1\.5{
  column-gap: 0.375rem;
}

:root .gap-x-2\.5{
  column-gap: 0.625rem;
}

:root .gap-x-3\.5{
  column-gap: 0.875rem;
}

:root .gap-x-17\.5{
  column-gap: 4.375rem;
}

:root .gap-y-0{
  row-gap: 0;
}

:root .gap-y-1{
  row-gap: 0.25rem;
}

:root .gap-y-2{
  row-gap: 0.5rem;
}

:root .gap-y-3{
  row-gap: 0.75rem;
}

:root .gap-y-4{
  row-gap: 1rem;
}

:root .gap-y-5{
  row-gap: 1.25rem;
}

:root .gap-y-6{
  row-gap: 1.5rem;
}

:root .gap-y-7{
  row-gap: 1.75rem;
}

:root .gap-y-8{
  row-gap: 2rem;
}

:root .gap-y-9{
  row-gap: 2.25rem;
}

:root .gap-y-10{
  row-gap: 2.5rem;
}

:root .gap-y-11{
  row-gap: 2.75rem;
}

:root .gap-y-12{
  row-gap: 3rem;
}

:root .gap-y-14{
  row-gap: 3.5rem;
}

:root .gap-y-16{
  row-gap: 4rem;
}

:root .gap-y-20{
  row-gap: 5rem;
}

:root .gap-y-24{
  row-gap: 6rem;
}

:root .gap-y-28{
  row-gap: 7rem;
}

:root .gap-y-32{
  row-gap: 8rem;
}

:root .gap-y-36{
  row-gap: 9rem;
}

:root .gap-y-40{
  row-gap: 10rem;
}

:root .gap-y-44{
  row-gap: 11rem;
}

:root .gap-y-48{
  row-gap: 12rem;
}

:root .gap-y-52{
  row-gap: 13rem;
}

:root .gap-y-56{
  row-gap: 14rem;
}

:root .gap-y-60{
  row-gap: 15rem;
}

:root .gap-y-64{
  row-gap: 16rem;
}

:root .gap-y-72{
  row-gap: 18rem;
}

:root .gap-y-80{
  row-gap: 20rem;
}

:root .gap-y-96{
  row-gap: 24rem;
}

:root .gap-y-px{
  row-gap: 1px;
}

:root .gap-y-gutter{
  row-gap: var(--padding-gutter);
}

:root .gap-y-0\.5{
  row-gap: 0.125rem;
}

:root .gap-y-1\.5{
  row-gap: 0.375rem;
}

:root .gap-y-2\.5{
  row-gap: 0.625rem;
}

:root .gap-y-3\.5{
  row-gap: 0.875rem;
}

:root .gap-y-17\.5{
  row-gap: 4.375rem;
}

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

:root .grid-flow-col{
  grid-auto-flow: column;
}

:root .grid-flow-row-dense{
  grid-auto-flow: row dense;
}

:root .grid-flow-col-dense{
  grid-auto-flow: column dense;
}

:root .grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

:root .grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

:root .grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

:root .grid-cols-4{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

:root .grid-cols-5{
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

:root .grid-cols-6{
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

:root .grid-cols-7{
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

:root .grid-cols-8{
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

:root .grid-cols-9{
  grid-template-columns: repeat(9, minmax(0, 1fr));
}

:root .grid-cols-10{
  grid-template-columns: repeat(10, minmax(0, 1fr));
}

:root .grid-cols-11{
  grid-template-columns: repeat(11, minmax(0, 1fr));
}

:root .grid-cols-12{
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

:root .grid-cols-none{
  grid-template-columns: none;
}

:root .auto-cols-auto{
  grid-auto-columns: auto;
}

:root .auto-cols-min{
  grid-auto-columns: min-content;
}

:root .auto-cols-max{
  grid-auto-columns: max-content;
}

:root .auto-cols-fr{
  grid-auto-columns: minmax(0, 1fr);
}

:root .col-auto{
  grid-column: auto;
}

:root .col-span-1{
  grid-column: span 1 / span 1;
}

:root .col-span-2{
  grid-column: span 2 / span 2;
}

:root .col-span-3{
  grid-column: span 3 / span 3;
}

:root .col-span-4{
  grid-column: span 4 / span 4;
}

:root .col-span-5{
  grid-column: span 5 / span 5;
}

:root .col-span-6{
  grid-column: span 6 / span 6;
}

:root .col-span-7{
  grid-column: span 7 / span 7;
}

:root .col-span-8{
  grid-column: span 8 / span 8;
}

:root .col-span-9{
  grid-column: span 9 / span 9;
}

:root .col-span-10{
  grid-column: span 10 / span 10;
}

:root .col-span-11{
  grid-column: span 11 / span 11;
}

:root .col-span-12{
  grid-column: span 12 / span 12;
}

:root .col-span-full{
  grid-column: 1 / -1;
}

:root .col-start-1{
  grid-column-start: 1;
}

:root .col-start-2{
  grid-column-start: 2;
}

:root .col-start-3{
  grid-column-start: 3;
}

:root .col-start-4{
  grid-column-start: 4;
}

:root .col-start-5{
  grid-column-start: 5;
}

:root .col-start-6{
  grid-column-start: 6;
}

:root .col-start-7{
  grid-column-start: 7;
}

:root .col-start-8{
  grid-column-start: 8;
}

:root .col-start-9{
  grid-column-start: 9;
}

:root .col-start-10{
  grid-column-start: 10;
}

:root .col-start-11{
  grid-column-start: 11;
}

:root .col-start-12{
  grid-column-start: 12;
}

:root .col-start-13{
  grid-column-start: 13;
}

:root .col-start-auto{
  grid-column-start: auto;
}

:root .col-end-1{
  grid-column-end: 1;
}

:root .col-end-2{
  grid-column-end: 2;
}

:root .col-end-3{
  grid-column-end: 3;
}

:root .col-end-4{
  grid-column-end: 4;
}

:root .col-end-5{
  grid-column-end: 5;
}

:root .col-end-6{
  grid-column-end: 6;
}

:root .col-end-7{
  grid-column-end: 7;
}

:root .col-end-8{
  grid-column-end: 8;
}

:root .col-end-9{
  grid-column-end: 9;
}

:root .col-end-10{
  grid-column-end: 10;
}

:root .col-end-11{
  grid-column-end: 11;
}

:root .col-end-12{
  grid-column-end: 12;
}

:root .col-end-13{
  grid-column-end: 13;
}

:root .col-end-auto{
  grid-column-end: auto;
}

:root .grid-rows-1{
  grid-template-rows: repeat(1, minmax(0, 1fr));
}

:root .grid-rows-2{
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

:root .grid-rows-3{
  grid-template-rows: repeat(3, minmax(0, 1fr));
}

:root .grid-rows-4{
  grid-template-rows: repeat(4, minmax(0, 1fr));
}

:root .grid-rows-5{
  grid-template-rows: repeat(5, minmax(0, 1fr));
}

:root .grid-rows-6{
  grid-template-rows: repeat(6, minmax(0, 1fr));
}

:root .grid-rows-none{
  grid-template-rows: none;
}

:root .auto-rows-auto{
  grid-auto-rows: auto;
}

:root .auto-rows-min{
  grid-auto-rows: min-content;
}

:root .auto-rows-max{
  grid-auto-rows: max-content;
}

:root .auto-rows-fr{
  grid-auto-rows: minmax(0, 1fr);
}

:root .row-auto{
  grid-row: auto;
}

:root .row-span-1{
  grid-row: span 1 / span 1;
}

:root .row-span-2{
  grid-row: span 2 / span 2;
}

:root .row-span-3{
  grid-row: span 3 / span 3;
}

:root .row-span-4{
  grid-row: span 4 / span 4;
}

:root .row-span-5{
  grid-row: span 5 / span 5;
}

:root .row-span-6{
  grid-row: span 6 / span 6;
}

:root .row-span-full{
  grid-row: 1 / -1;
}

:root .row-start-1{
  grid-row-start: 1;
}

:root .row-start-2{
  grid-row-start: 2;
}

:root .row-start-3{
  grid-row-start: 3;
}

:root .row-start-4{
  grid-row-start: 4;
}

:root .row-start-5{
  grid-row-start: 5;
}

:root .row-start-6{
  grid-row-start: 6;
}

:root .row-start-7{
  grid-row-start: 7;
}

:root .row-start-auto{
  grid-row-start: auto;
}

:root .row-end-1{
  grid-row-end: 1;
}

:root .row-end-2{
  grid-row-end: 2;
}

:root .row-end-3{
  grid-row-end: 3;
}

:root .row-end-4{
  grid-row-end: 4;
}

:root .row-end-5{
  grid-row-end: 5;
}

:root .row-end-6{
  grid-row-end: 6;
}

:root .row-end-7{
  grid-row-end: 7;
}

:root .row-end-auto{
  grid-row-end: auto;
}

:root .transform{
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

:root .transform-gpu{
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

:root .transform-none{
  transform: none;
}

:root .origin-center{
  transform-origin: center;
}

:root .origin-top{
  transform-origin: top;
}

:root .origin-top-right{
  transform-origin: top right;
}

:root .origin-right{
  transform-origin: right;
}

:root .origin-bottom-right{
  transform-origin: bottom right;
}

:root .origin-bottom{
  transform-origin: bottom;
}

:root .origin-bottom-left{
  transform-origin: bottom left;
}

:root .origin-left{
  transform-origin: left;
}

:root .origin-top-left{
  transform-origin: top left;
}

:root .scale-0{
  --tw-scale-x: 0;
  --tw-scale-y: 0;
}

:root .scale-50{
  --tw-scale-x: .5;
  --tw-scale-y: .5;
}

:root .scale-75{
  --tw-scale-x: .75;
  --tw-scale-y: .75;
}

:root .scale-90{
  --tw-scale-x: .9;
  --tw-scale-y: .9;
}

:root .scale-95{
  --tw-scale-x: .95;
  --tw-scale-y: .95;
}

:root .scale-100{
  --tw-scale-x: 1;
  --tw-scale-y: 1;
}

:root .scale-105{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
}

:root .scale-110{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
}

:root .scale-125{
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
}

:root .scale-150{
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
}

:root .scale-x-0{
  --tw-scale-x: 0;
}

:root .scale-x-50{
  --tw-scale-x: .5;
}

:root .scale-x-75{
  --tw-scale-x: .75;
}

:root .scale-x-90{
  --tw-scale-x: .9;
}

:root .scale-x-95{
  --tw-scale-x: .95;
}

:root .scale-x-100{
  --tw-scale-x: 1;
}

:root .scale-x-105{
  --tw-scale-x: 1.05;
}

:root .scale-x-110{
  --tw-scale-x: 1.1;
}

:root .scale-x-125{
  --tw-scale-x: 1.25;
}

:root .scale-x-150{
  --tw-scale-x: 1.5;
}

:root .scale-y-0{
  --tw-scale-y: 0;
}

:root .scale-y-50{
  --tw-scale-y: .5;
}

:root .scale-y-75{
  --tw-scale-y: .75;
}

:root .scale-y-90{
  --tw-scale-y: .9;
}

:root .scale-y-95{
  --tw-scale-y: .95;
}

:root .scale-y-100{
  --tw-scale-y: 1;
}

:root .scale-y-105{
  --tw-scale-y: 1.05;
}

:root .scale-y-110{
  --tw-scale-y: 1.1;
}

:root .scale-y-125{
  --tw-scale-y: 1.25;
}

:root .scale-y-150{
  --tw-scale-y: 1.5;
}

:root .hover\:scale-0:hover{
  --tw-scale-x: 0;
  --tw-scale-y: 0;
}

:root .hover\:scale-50:hover{
  --tw-scale-x: .5;
  --tw-scale-y: .5;
}

:root .hover\:scale-75:hover{
  --tw-scale-x: .75;
  --tw-scale-y: .75;
}

:root .hover\:scale-90:hover{
  --tw-scale-x: .9;
  --tw-scale-y: .9;
}

:root .hover\:scale-95:hover{
  --tw-scale-x: .95;
  --tw-scale-y: .95;
}

:root .hover\:scale-100:hover{
  --tw-scale-x: 1;
  --tw-scale-y: 1;
}

:root .hover\:scale-105:hover{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
}

:root .hover\:scale-110:hover{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
}

:root .hover\:scale-125:hover{
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
}

:root .hover\:scale-150:hover{
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
}

:root .hover\:scale-x-0:hover{
  --tw-scale-x: 0;
}

:root .hover\:scale-x-50:hover{
  --tw-scale-x: .5;
}

:root .hover\:scale-x-75:hover{
  --tw-scale-x: .75;
}

:root .hover\:scale-x-90:hover{
  --tw-scale-x: .9;
}

:root .hover\:scale-x-95:hover{
  --tw-scale-x: .95;
}

:root .hover\:scale-x-100:hover{
  --tw-scale-x: 1;
}

:root .hover\:scale-x-105:hover{
  --tw-scale-x: 1.05;
}

:root .hover\:scale-x-110:hover{
  --tw-scale-x: 1.1;
}

:root .hover\:scale-x-125:hover{
  --tw-scale-x: 1.25;
}

:root .hover\:scale-x-150:hover{
  --tw-scale-x: 1.5;
}

:root .hover\:scale-y-0:hover{
  --tw-scale-y: 0;
}

:root .hover\:scale-y-50:hover{
  --tw-scale-y: .5;
}

:root .hover\:scale-y-75:hover{
  --tw-scale-y: .75;
}

:root .hover\:scale-y-90:hover{
  --tw-scale-y: .9;
}

:root .hover\:scale-y-95:hover{
  --tw-scale-y: .95;
}

:root .hover\:scale-y-100:hover{
  --tw-scale-y: 1;
}

:root .hover\:scale-y-105:hover{
  --tw-scale-y: 1.05;
}

:root .hover\:scale-y-110:hover{
  --tw-scale-y: 1.1;
}

:root .hover\:scale-y-125:hover{
  --tw-scale-y: 1.25;
}

:root .hover\:scale-y-150:hover{
  --tw-scale-y: 1.5;
}

:root .focus\:scale-0:focus{
  --tw-scale-x: 0;
  --tw-scale-y: 0;
}

:root .focus\:scale-50:focus{
  --tw-scale-x: .5;
  --tw-scale-y: .5;
}

:root .focus\:scale-75:focus{
  --tw-scale-x: .75;
  --tw-scale-y: .75;
}

:root .focus\:scale-90:focus{
  --tw-scale-x: .9;
  --tw-scale-y: .9;
}

:root .focus\:scale-95:focus{
  --tw-scale-x: .95;
  --tw-scale-y: .95;
}

:root .focus\:scale-100:focus{
  --tw-scale-x: 1;
  --tw-scale-y: 1;
}

:root .focus\:scale-105:focus{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
}

:root .focus\:scale-110:focus{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
}

:root .focus\:scale-125:focus{
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
}

:root .focus\:scale-150:focus{
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
}

:root .focus\:scale-x-0:focus{
  --tw-scale-x: 0;
}

:root .focus\:scale-x-50:focus{
  --tw-scale-x: .5;
}

:root .focus\:scale-x-75:focus{
  --tw-scale-x: .75;
}

:root .focus\:scale-x-90:focus{
  --tw-scale-x: .9;
}

:root .focus\:scale-x-95:focus{
  --tw-scale-x: .95;
}

:root .focus\:scale-x-100:focus{
  --tw-scale-x: 1;
}

:root .focus\:scale-x-105:focus{
  --tw-scale-x: 1.05;
}

:root .focus\:scale-x-110:focus{
  --tw-scale-x: 1.1;
}

:root .focus\:scale-x-125:focus{
  --tw-scale-x: 1.25;
}

:root .focus\:scale-x-150:focus{
  --tw-scale-x: 1.5;
}

:root .focus\:scale-y-0:focus{
  --tw-scale-y: 0;
}

:root .focus\:scale-y-50:focus{
  --tw-scale-y: .5;
}

:root .focus\:scale-y-75:focus{
  --tw-scale-y: .75;
}

:root .focus\:scale-y-90:focus{
  --tw-scale-y: .9;
}

:root .focus\:scale-y-95:focus{
  --tw-scale-y: .95;
}

:root .focus\:scale-y-100:focus{
  --tw-scale-y: 1;
}

:root .focus\:scale-y-105:focus{
  --tw-scale-y: 1.05;
}

:root .focus\:scale-y-110:focus{
  --tw-scale-y: 1.1;
}

:root .focus\:scale-y-125:focus{
  --tw-scale-y: 1.25;
}

:root .focus\:scale-y-150:focus{
  --tw-scale-y: 1.5;
}

:root .rotate-0{
  --tw-rotate: 0deg;
}

:root .rotate-1{
  --tw-rotate: 1deg;
}

:root .rotate-2{
  --tw-rotate: 2deg;
}

:root .rotate-3{
  --tw-rotate: 3deg;
}

:root .rotate-6{
  --tw-rotate: 6deg;
}

:root .rotate-12{
  --tw-rotate: 12deg;
}

:root .rotate-45{
  --tw-rotate: 45deg;
}

:root .rotate-90{
  --tw-rotate: 90deg;
}

:root .rotate-180{
  --tw-rotate: 180deg;
}

:root .-rotate-180{
  --tw-rotate: -180deg;
}

:root .-rotate-90{
  --tw-rotate: -90deg;
}

:root .-rotate-45{
  --tw-rotate: -45deg;
}

:root .-rotate-12{
  --tw-rotate: -12deg;
}

:root .-rotate-6{
  --tw-rotate: -6deg;
}

:root .-rotate-3{
  --tw-rotate: -3deg;
}

:root .-rotate-2{
  --tw-rotate: -2deg;
}

:root .-rotate-1{
  --tw-rotate: -1deg;
}

:root .hover\:rotate-0:hover{
  --tw-rotate: 0deg;
}

:root .hover\:rotate-1:hover{
  --tw-rotate: 1deg;
}

:root .hover\:rotate-2:hover{
  --tw-rotate: 2deg;
}

:root .hover\:rotate-3:hover{
  --tw-rotate: 3deg;
}

:root .hover\:rotate-6:hover{
  --tw-rotate: 6deg;
}

:root .hover\:rotate-12:hover{
  --tw-rotate: 12deg;
}

:root .hover\:rotate-45:hover{
  --tw-rotate: 45deg;
}

:root .hover\:rotate-90:hover{
  --tw-rotate: 90deg;
}

:root .hover\:rotate-180:hover{
  --tw-rotate: 180deg;
}

:root .hover\:-rotate-180:hover{
  --tw-rotate: -180deg;
}

:root .hover\:-rotate-90:hover{
  --tw-rotate: -90deg;
}

:root .hover\:-rotate-45:hover{
  --tw-rotate: -45deg;
}

:root .hover\:-rotate-12:hover{
  --tw-rotate: -12deg;
}

:root .hover\:-rotate-6:hover{
  --tw-rotate: -6deg;
}

:root .hover\:-rotate-3:hover{
  --tw-rotate: -3deg;
}

:root .hover\:-rotate-2:hover{
  --tw-rotate: -2deg;
}

:root .hover\:-rotate-1:hover{
  --tw-rotate: -1deg;
}

:root .focus\:rotate-0:focus{
  --tw-rotate: 0deg;
}

:root .focus\:rotate-1:focus{
  --tw-rotate: 1deg;
}

:root .focus\:rotate-2:focus{
  --tw-rotate: 2deg;
}

:root .focus\:rotate-3:focus{
  --tw-rotate: 3deg;
}

:root .focus\:rotate-6:focus{
  --tw-rotate: 6deg;
}

:root .focus\:rotate-12:focus{
  --tw-rotate: 12deg;
}

:root .focus\:rotate-45:focus{
  --tw-rotate: 45deg;
}

:root .focus\:rotate-90:focus{
  --tw-rotate: 90deg;
}

:root .focus\:rotate-180:focus{
  --tw-rotate: 180deg;
}

:root .focus\:-rotate-180:focus{
  --tw-rotate: -180deg;
}

:root .focus\:-rotate-90:focus{
  --tw-rotate: -90deg;
}

:root .focus\:-rotate-45:focus{
  --tw-rotate: -45deg;
}

:root .focus\:-rotate-12:focus{
  --tw-rotate: -12deg;
}

:root .focus\:-rotate-6:focus{
  --tw-rotate: -6deg;
}

:root .focus\:-rotate-3:focus{
  --tw-rotate: -3deg;
}

:root .focus\:-rotate-2:focus{
  --tw-rotate: -2deg;
}

:root .focus\:-rotate-1:focus{
  --tw-rotate: -1deg;
}

:root .translate-x-0{
  --tw-translate-x: 0;
}

:root .translate-x-1{
  --tw-translate-x: 0.25rem;
}

:root .translate-x-2{
  --tw-translate-x: 0.5rem;
}

:root .translate-x-3{
  --tw-translate-x: 0.75rem;
}

:root .translate-x-4{
  --tw-translate-x: 1rem;
}

:root .translate-x-5{
  --tw-translate-x: 1.25rem;
}

:root .translate-x-6{
  --tw-translate-x: 1.5rem;
}

:root .translate-x-7{
  --tw-translate-x: 1.75rem;
}

:root .translate-x-8{
  --tw-translate-x: 2rem;
}

:root .translate-x-9{
  --tw-translate-x: 2.25rem;
}

:root .translate-x-10{
  --tw-translate-x: 2.5rem;
}

:root .translate-x-11{
  --tw-translate-x: 2.75rem;
}

:root .translate-x-12{
  --tw-translate-x: 3rem;
}

:root .translate-x-14{
  --tw-translate-x: 3.5rem;
}

:root .translate-x-16{
  --tw-translate-x: 4rem;
}

:root .translate-x-20{
  --tw-translate-x: 5rem;
}

:root .translate-x-24{
  --tw-translate-x: 6rem;
}

:root .translate-x-28{
  --tw-translate-x: 7rem;
}

:root .translate-x-32{
  --tw-translate-x: 8rem;
}

:root .translate-x-36{
  --tw-translate-x: 9rem;
}

:root .translate-x-40{
  --tw-translate-x: 10rem;
}

:root .translate-x-44{
  --tw-translate-x: 11rem;
}

:root .translate-x-48{
  --tw-translate-x: 12rem;
}

:root .translate-x-52{
  --tw-translate-x: 13rem;
}

:root .translate-x-56{
  --tw-translate-x: 14rem;
}

:root .translate-x-60{
  --tw-translate-x: 15rem;
}

:root .translate-x-64{
  --tw-translate-x: 16rem;
}

:root .translate-x-72{
  --tw-translate-x: 18rem;
}

:root .translate-x-80{
  --tw-translate-x: 20rem;
}

:root .translate-x-96{
  --tw-translate-x: 24rem;
}

:root .translate-x-px{
  --tw-translate-x: 1px;
}

:root .translate-x-gutter{
  --tw-translate-x: var(--padding-gutter);
}

:root .translate-x-0\.5{
  --tw-translate-x: 0.125rem;
}

:root .translate-x-1\.5{
  --tw-translate-x: 0.375rem;
}

:root .translate-x-2\.5{
  --tw-translate-x: 0.625rem;
}

:root .translate-x-3\.5{
  --tw-translate-x: 0.875rem;
}

:root .translate-x-17\.5{
  --tw-translate-x: 4.375rem;
}

:root .-translate-x-1{
  --tw-translate-x: -0.25rem;
}

:root .-translate-x-2{
  --tw-translate-x: -0.5rem;
}

:root .-translate-x-3{
  --tw-translate-x: -0.75rem;
}

:root .-translate-x-4{
  --tw-translate-x: -1rem;
}

:root .-translate-x-5{
  --tw-translate-x: -1.25rem;
}

:root .-translate-x-6{
  --tw-translate-x: -1.5rem;
}

:root .-translate-x-7{
  --tw-translate-x: -1.75rem;
}

:root .-translate-x-8{
  --tw-translate-x: -2rem;
}

:root .-translate-x-9{
  --tw-translate-x: -2.25rem;
}

:root .-translate-x-10{
  --tw-translate-x: -2.5rem;
}

:root .-translate-x-11{
  --tw-translate-x: -2.75rem;
}

:root .-translate-x-12{
  --tw-translate-x: -3rem;
}

:root .-translate-x-14{
  --tw-translate-x: -3.5rem;
}

:root .-translate-x-16{
  --tw-translate-x: -4rem;
}

:root .-translate-x-20{
  --tw-translate-x: -5rem;
}

:root .-translate-x-24{
  --tw-translate-x: -6rem;
}

:root .-translate-x-28{
  --tw-translate-x: -7rem;
}

:root .-translate-x-32{
  --tw-translate-x: -8rem;
}

:root .-translate-x-36{
  --tw-translate-x: -9rem;
}

:root .-translate-x-40{
  --tw-translate-x: -10rem;
}

:root .-translate-x-44{
  --tw-translate-x: -11rem;
}

:root .-translate-x-48{
  --tw-translate-x: -12rem;
}

:root .-translate-x-52{
  --tw-translate-x: -13rem;
}

:root .-translate-x-56{
  --tw-translate-x: -14rem;
}

:root .-translate-x-60{
  --tw-translate-x: -15rem;
}

:root .-translate-x-64{
  --tw-translate-x: -16rem;
}

:root .-translate-x-72{
  --tw-translate-x: -18rem;
}

:root .-translate-x-80{
  --tw-translate-x: -20rem;
}

:root .-translate-x-96{
  --tw-translate-x: -24rem;
}

:root .-translate-x-px{
  --tw-translate-x: -1px;
}

:root .-translate-x-gutter{
  --tw-translate-x: calc(var(--padding-gutter) * -1);
}

:root .-translate-x-0\.5{
  --tw-translate-x: -0.125rem;
}

:root .-translate-x-1\.5{
  --tw-translate-x: -0.375rem;
}

:root .-translate-x-2\.5{
  --tw-translate-x: -0.625rem;
}

:root .-translate-x-3\.5{
  --tw-translate-x: -0.875rem;
}

:root .-translate-x-17\.5{
  --tw-translate-x: -4.375rem;
}

:root .translate-x-1\/2{
  --tw-translate-x: 50%;
}

:root .translate-x-1\/3{
  --tw-translate-x: 33.333333%;
}

:root .translate-x-2\/3{
  --tw-translate-x: 66.666667%;
}

:root .translate-x-1\/4{
  --tw-translate-x: 25%;
}

:root .translate-x-2\/4{
  --tw-translate-x: 50%;
}

:root .translate-x-3\/4{
  --tw-translate-x: 75%;
}

:root .translate-x-full{
  --tw-translate-x: 100%;
}

:root .-translate-x-1\/2{
  --tw-translate-x: -50%;
}

:root .-translate-x-1\/3{
  --tw-translate-x: -33.333333%;
}

:root .-translate-x-2\/3{
  --tw-translate-x: -66.666667%;
}

:root .-translate-x-1\/4{
  --tw-translate-x: -25%;
}

:root .-translate-x-2\/4{
  --tw-translate-x: -50%;
}

:root .-translate-x-3\/4{
  --tw-translate-x: -75%;
}

:root .-translate-x-full{
  --tw-translate-x: -100%;
}

:root .translate-y-0{
  --tw-translate-y: 0;
}

:root .translate-y-1{
  --tw-translate-y: 0.25rem;
}

:root .translate-y-2{
  --tw-translate-y: 0.5rem;
}

:root .translate-y-3{
  --tw-translate-y: 0.75rem;
}

:root .translate-y-4{
  --tw-translate-y: 1rem;
}

:root .translate-y-5{
  --tw-translate-y: 1.25rem;
}

:root .translate-y-6{
  --tw-translate-y: 1.5rem;
}

:root .translate-y-7{
  --tw-translate-y: 1.75rem;
}

:root .translate-y-8{
  --tw-translate-y: 2rem;
}

:root .translate-y-9{
  --tw-translate-y: 2.25rem;
}

:root .translate-y-10{
  --tw-translate-y: 2.5rem;
}

:root .translate-y-11{
  --tw-translate-y: 2.75rem;
}

:root .translate-y-12{
  --tw-translate-y: 3rem;
}

:root .translate-y-14{
  --tw-translate-y: 3.5rem;
}

:root .translate-y-16{
  --tw-translate-y: 4rem;
}

:root .translate-y-20{
  --tw-translate-y: 5rem;
}

:root .translate-y-24{
  --tw-translate-y: 6rem;
}

:root .translate-y-28{
  --tw-translate-y: 7rem;
}

:root .translate-y-32{
  --tw-translate-y: 8rem;
}

:root .translate-y-36{
  --tw-translate-y: 9rem;
}

:root .translate-y-40{
  --tw-translate-y: 10rem;
}

:root .translate-y-44{
  --tw-translate-y: 11rem;
}

:root .translate-y-48{
  --tw-translate-y: 12rem;
}

:root .translate-y-52{
  --tw-translate-y: 13rem;
}

:root .translate-y-56{
  --tw-translate-y: 14rem;
}

:root .translate-y-60{
  --tw-translate-y: 15rem;
}

:root .translate-y-64{
  --tw-translate-y: 16rem;
}

:root .translate-y-72{
  --tw-translate-y: 18rem;
}

:root .translate-y-80{
  --tw-translate-y: 20rem;
}

:root .translate-y-96{
  --tw-translate-y: 24rem;
}

:root .translate-y-px{
  --tw-translate-y: 1px;
}

:root .translate-y-gutter{
  --tw-translate-y: var(--padding-gutter);
}

:root .translate-y-0\.5{
  --tw-translate-y: 0.125rem;
}

:root .translate-y-1\.5{
  --tw-translate-y: 0.375rem;
}

:root .translate-y-2\.5{
  --tw-translate-y: 0.625rem;
}

:root .translate-y-3\.5{
  --tw-translate-y: 0.875rem;
}

:root .translate-y-17\.5{
  --tw-translate-y: 4.375rem;
}

:root .-translate-y-1{
  --tw-translate-y: -0.25rem;
}

:root .-translate-y-2{
  --tw-translate-y: -0.5rem;
}

:root .-translate-y-3{
  --tw-translate-y: -0.75rem;
}

:root .-translate-y-4{
  --tw-translate-y: -1rem;
}

:root .-translate-y-5{
  --tw-translate-y: -1.25rem;
}

:root .-translate-y-6{
  --tw-translate-y: -1.5rem;
}

:root .-translate-y-7{
  --tw-translate-y: -1.75rem;
}

:root .-translate-y-8{
  --tw-translate-y: -2rem;
}

:root .-translate-y-9{
  --tw-translate-y: -2.25rem;
}

:root .-translate-y-10{
  --tw-translate-y: -2.5rem;
}

:root .-translate-y-11{
  --tw-translate-y: -2.75rem;
}

:root .-translate-y-12{
  --tw-translate-y: -3rem;
}

:root .-translate-y-14{
  --tw-translate-y: -3.5rem;
}

:root .-translate-y-16{
  --tw-translate-y: -4rem;
}

:root .-translate-y-20{
  --tw-translate-y: -5rem;
}

:root .-translate-y-24{
  --tw-translate-y: -6rem;
}

:root .-translate-y-28{
  --tw-translate-y: -7rem;
}

:root .-translate-y-32{
  --tw-translate-y: -8rem;
}

:root .-translate-y-36{
  --tw-translate-y: -9rem;
}

:root .-translate-y-40{
  --tw-translate-y: -10rem;
}

:root .-translate-y-44{
  --tw-translate-y: -11rem;
}

:root .-translate-y-48{
  --tw-translate-y: -12rem;
}

:root .-translate-y-52{
  --tw-translate-y: -13rem;
}

:root .-translate-y-56{
  --tw-translate-y: -14rem;
}

:root .-translate-y-60{
  --tw-translate-y: -15rem;
}

:root .-translate-y-64{
  --tw-translate-y: -16rem;
}

:root .-translate-y-72{
  --tw-translate-y: -18rem;
}

:root .-translate-y-80{
  --tw-translate-y: -20rem;
}

:root .-translate-y-96{
  --tw-translate-y: -24rem;
}

:root .-translate-y-px{
  --tw-translate-y: -1px;
}

:root .-translate-y-gutter{
  --tw-translate-y: calc(var(--padding-gutter) * -1);
}

:root .-translate-y-0\.5{
  --tw-translate-y: -0.125rem;
}

:root .-translate-y-1\.5{
  --tw-translate-y: -0.375rem;
}

:root .-translate-y-2\.5{
  --tw-translate-y: -0.625rem;
}

:root .-translate-y-3\.5{
  --tw-translate-y: -0.875rem;
}

:root .-translate-y-17\.5{
  --tw-translate-y: -4.375rem;
}

:root .translate-y-1\/2{
  --tw-translate-y: 50%;
}

:root .translate-y-1\/3{
  --tw-translate-y: 33.333333%;
}

:root .translate-y-2\/3{
  --tw-translate-y: 66.666667%;
}

:root .translate-y-1\/4{
  --tw-translate-y: 25%;
}

:root .translate-y-2\/4{
  --tw-translate-y: 50%;
}

:root .translate-y-3\/4{
  --tw-translate-y: 75%;
}

:root .translate-y-full{
  --tw-translate-y: 100%;
}

:root .-translate-y-1\/2{
  --tw-translate-y: -50%;
}

:root .-translate-y-1\/3{
  --tw-translate-y: -33.333333%;
}

:root .-translate-y-2\/3{
  --tw-translate-y: -66.666667%;
}

:root .-translate-y-1\/4{
  --tw-translate-y: -25%;
}

:root .-translate-y-2\/4{
  --tw-translate-y: -50%;
}

:root .-translate-y-3\/4{
  --tw-translate-y: -75%;
}

:root .-translate-y-full{
  --tw-translate-y: -100%;
}

:root .hover\:translate-x-0:hover{
  --tw-translate-x: 0;
}

:root .hover\:translate-x-1:hover{
  --tw-translate-x: 0.25rem;
}

:root .hover\:translate-x-2:hover{
  --tw-translate-x: 0.5rem;
}

:root .hover\:translate-x-3:hover{
  --tw-translate-x: 0.75rem;
}

:root .hover\:translate-x-4:hover{
  --tw-translate-x: 1rem;
}

:root .hover\:translate-x-5:hover{
  --tw-translate-x: 1.25rem;
}

:root .hover\:translate-x-6:hover{
  --tw-translate-x: 1.5rem;
}

:root .hover\:translate-x-7:hover{
  --tw-translate-x: 1.75rem;
}

:root .hover\:translate-x-8:hover{
  --tw-translate-x: 2rem;
}

:root .hover\:translate-x-9:hover{
  --tw-translate-x: 2.25rem;
}

:root .hover\:translate-x-10:hover{
  --tw-translate-x: 2.5rem;
}

:root .hover\:translate-x-11:hover{
  --tw-translate-x: 2.75rem;
}

:root .hover\:translate-x-12:hover{
  --tw-translate-x: 3rem;
}

:root .hover\:translate-x-14:hover{
  --tw-translate-x: 3.5rem;
}

:root .hover\:translate-x-16:hover{
  --tw-translate-x: 4rem;
}

:root .hover\:translate-x-20:hover{
  --tw-translate-x: 5rem;
}

:root .hover\:translate-x-24:hover{
  --tw-translate-x: 6rem;
}

:root .hover\:translate-x-28:hover{
  --tw-translate-x: 7rem;
}

:root .hover\:translate-x-32:hover{
  --tw-translate-x: 8rem;
}

:root .hover\:translate-x-36:hover{
  --tw-translate-x: 9rem;
}

:root .hover\:translate-x-40:hover{
  --tw-translate-x: 10rem;
}

:root .hover\:translate-x-44:hover{
  --tw-translate-x: 11rem;
}

:root .hover\:translate-x-48:hover{
  --tw-translate-x: 12rem;
}

:root .hover\:translate-x-52:hover{
  --tw-translate-x: 13rem;
}

:root .hover\:translate-x-56:hover{
  --tw-translate-x: 14rem;
}

:root .hover\:translate-x-60:hover{
  --tw-translate-x: 15rem;
}

:root .hover\:translate-x-64:hover{
  --tw-translate-x: 16rem;
}

:root .hover\:translate-x-72:hover{
  --tw-translate-x: 18rem;
}

:root .hover\:translate-x-80:hover{
  --tw-translate-x: 20rem;
}

:root .hover\:translate-x-96:hover{
  --tw-translate-x: 24rem;
}

:root .hover\:translate-x-px:hover{
  --tw-translate-x: 1px;
}

:root .hover\:translate-x-gutter:hover{
  --tw-translate-x: var(--padding-gutter);
}

:root .hover\:translate-x-0\.5:hover{
  --tw-translate-x: 0.125rem;
}

:root .hover\:translate-x-1\.5:hover{
  --tw-translate-x: 0.375rem;
}

:root .hover\:translate-x-2\.5:hover{
  --tw-translate-x: 0.625rem;
}

:root .hover\:translate-x-3\.5:hover{
  --tw-translate-x: 0.875rem;
}

:root .hover\:translate-x-17\.5:hover{
  --tw-translate-x: 4.375rem;
}

:root .hover\:-translate-x-1:hover{
  --tw-translate-x: -0.25rem;
}

:root .hover\:-translate-x-2:hover{
  --tw-translate-x: -0.5rem;
}

:root .hover\:-translate-x-3:hover{
  --tw-translate-x: -0.75rem;
}

:root .hover\:-translate-x-4:hover{
  --tw-translate-x: -1rem;
}

:root .hover\:-translate-x-5:hover{
  --tw-translate-x: -1.25rem;
}

:root .hover\:-translate-x-6:hover{
  --tw-translate-x: -1.5rem;
}

:root .hover\:-translate-x-7:hover{
  --tw-translate-x: -1.75rem;
}

:root .hover\:-translate-x-8:hover{
  --tw-translate-x: -2rem;
}

:root .hover\:-translate-x-9:hover{
  --tw-translate-x: -2.25rem;
}

:root .hover\:-translate-x-10:hover{
  --tw-translate-x: -2.5rem;
}

:root .hover\:-translate-x-11:hover{
  --tw-translate-x: -2.75rem;
}

:root .hover\:-translate-x-12:hover{
  --tw-translate-x: -3rem;
}

:root .hover\:-translate-x-14:hover{
  --tw-translate-x: -3.5rem;
}

:root .hover\:-translate-x-16:hover{
  --tw-translate-x: -4rem;
}

:root .hover\:-translate-x-20:hover{
  --tw-translate-x: -5rem;
}

:root .hover\:-translate-x-24:hover{
  --tw-translate-x: -6rem;
}

:root .hover\:-translate-x-28:hover{
  --tw-translate-x: -7rem;
}

:root .hover\:-translate-x-32:hover{
  --tw-translate-x: -8rem;
}

:root .hover\:-translate-x-36:hover{
  --tw-translate-x: -9rem;
}

:root .hover\:-translate-x-40:hover{
  --tw-translate-x: -10rem;
}

:root .hover\:-translate-x-44:hover{
  --tw-translate-x: -11rem;
}

:root .hover\:-translate-x-48:hover{
  --tw-translate-x: -12rem;
}

:root .hover\:-translate-x-52:hover{
  --tw-translate-x: -13rem;
}

:root .hover\:-translate-x-56:hover{
  --tw-translate-x: -14rem;
}

:root .hover\:-translate-x-60:hover{
  --tw-translate-x: -15rem;
}

:root .hover\:-translate-x-64:hover{
  --tw-translate-x: -16rem;
}

:root .hover\:-translate-x-72:hover{
  --tw-translate-x: -18rem;
}

:root .hover\:-translate-x-80:hover{
  --tw-translate-x: -20rem;
}

:root .hover\:-translate-x-96:hover{
  --tw-translate-x: -24rem;
}

:root .hover\:-translate-x-px:hover{
  --tw-translate-x: -1px;
}

:root .hover\:-translate-x-gutter:hover{
  --tw-translate-x: calc(var(--padding-gutter) * -1);
}

:root .hover\:-translate-x-0\.5:hover{
  --tw-translate-x: -0.125rem;
}

:root .hover\:-translate-x-1\.5:hover{
  --tw-translate-x: -0.375rem;
}

:root .hover\:-translate-x-2\.5:hover{
  --tw-translate-x: -0.625rem;
}

:root .hover\:-translate-x-3\.5:hover{
  --tw-translate-x: -0.875rem;
}

:root .hover\:-translate-x-17\.5:hover{
  --tw-translate-x: -4.375rem;
}

:root .hover\:translate-x-1\/2:hover{
  --tw-translate-x: 50%;
}

:root .hover\:translate-x-1\/3:hover{
  --tw-translate-x: 33.333333%;
}

:root .hover\:translate-x-2\/3:hover{
  --tw-translate-x: 66.666667%;
}

:root .hover\:translate-x-1\/4:hover{
  --tw-translate-x: 25%;
}

:root .hover\:translate-x-2\/4:hover{
  --tw-translate-x: 50%;
}

:root .hover\:translate-x-3\/4:hover{
  --tw-translate-x: 75%;
}

:root .hover\:translate-x-full:hover{
  --tw-translate-x: 100%;
}

:root .hover\:-translate-x-1\/2:hover{
  --tw-translate-x: -50%;
}

:root .hover\:-translate-x-1\/3:hover{
  --tw-translate-x: -33.333333%;
}

:root .hover\:-translate-x-2\/3:hover{
  --tw-translate-x: -66.666667%;
}

:root .hover\:-translate-x-1\/4:hover{
  --tw-translate-x: -25%;
}

:root .hover\:-translate-x-2\/4:hover{
  --tw-translate-x: -50%;
}

:root .hover\:-translate-x-3\/4:hover{
  --tw-translate-x: -75%;
}

:root .hover\:-translate-x-full:hover{
  --tw-translate-x: -100%;
}

:root .hover\:translate-y-0:hover{
  --tw-translate-y: 0;
}

:root .hover\:translate-y-1:hover{
  --tw-translate-y: 0.25rem;
}

:root .hover\:translate-y-2:hover{
  --tw-translate-y: 0.5rem;
}

:root .hover\:translate-y-3:hover{
  --tw-translate-y: 0.75rem;
}

:root .hover\:translate-y-4:hover{
  --tw-translate-y: 1rem;
}

:root .hover\:translate-y-5:hover{
  --tw-translate-y: 1.25rem;
}

:root .hover\:translate-y-6:hover{
  --tw-translate-y: 1.5rem;
}

:root .hover\:translate-y-7:hover{
  --tw-translate-y: 1.75rem;
}

:root .hover\:translate-y-8:hover{
  --tw-translate-y: 2rem;
}

:root .hover\:translate-y-9:hover{
  --tw-translate-y: 2.25rem;
}

:root .hover\:translate-y-10:hover{
  --tw-translate-y: 2.5rem;
}

:root .hover\:translate-y-11:hover{
  --tw-translate-y: 2.75rem;
}

:root .hover\:translate-y-12:hover{
  --tw-translate-y: 3rem;
}

:root .hover\:translate-y-14:hover{
  --tw-translate-y: 3.5rem;
}

:root .hover\:translate-y-16:hover{
  --tw-translate-y: 4rem;
}

:root .hover\:translate-y-20:hover{
  --tw-translate-y: 5rem;
}

:root .hover\:translate-y-24:hover{
  --tw-translate-y: 6rem;
}

:root .hover\:translate-y-28:hover{
  --tw-translate-y: 7rem;
}

:root .hover\:translate-y-32:hover{
  --tw-translate-y: 8rem;
}

:root .hover\:translate-y-36:hover{
  --tw-translate-y: 9rem;
}

:root .hover\:translate-y-40:hover{
  --tw-translate-y: 10rem;
}

:root .hover\:translate-y-44:hover{
  --tw-translate-y: 11rem;
}

:root .hover\:translate-y-48:hover{
  --tw-translate-y: 12rem;
}

:root .hover\:translate-y-52:hover{
  --tw-translate-y: 13rem;
}

:root .hover\:translate-y-56:hover{
  --tw-translate-y: 14rem;
}

:root .hover\:translate-y-60:hover{
  --tw-translate-y: 15rem;
}

:root .hover\:translate-y-64:hover{
  --tw-translate-y: 16rem;
}

:root .hover\:translate-y-72:hover{
  --tw-translate-y: 18rem;
}

:root .hover\:translate-y-80:hover{
  --tw-translate-y: 20rem;
}

:root .hover\:translate-y-96:hover{
  --tw-translate-y: 24rem;
}

:root .hover\:translate-y-px:hover{
  --tw-translate-y: 1px;
}

:root .hover\:translate-y-gutter:hover{
  --tw-translate-y: var(--padding-gutter);
}

:root .hover\:translate-y-0\.5:hover{
  --tw-translate-y: 0.125rem;
}

:root .hover\:translate-y-1\.5:hover{
  --tw-translate-y: 0.375rem;
}

:root .hover\:translate-y-2\.5:hover{
  --tw-translate-y: 0.625rem;
}

:root .hover\:translate-y-3\.5:hover{
  --tw-translate-y: 0.875rem;
}

:root .hover\:translate-y-17\.5:hover{
  --tw-translate-y: 4.375rem;
}

:root .hover\:-translate-y-1:hover{
  --tw-translate-y: -0.25rem;
}

:root .hover\:-translate-y-2:hover{
  --tw-translate-y: -0.5rem;
}

:root .hover\:-translate-y-3:hover{
  --tw-translate-y: -0.75rem;
}

:root .hover\:-translate-y-4:hover{
  --tw-translate-y: -1rem;
}

:root .hover\:-translate-y-5:hover{
  --tw-translate-y: -1.25rem;
}

:root .hover\:-translate-y-6:hover{
  --tw-translate-y: -1.5rem;
}

:root .hover\:-translate-y-7:hover{
  --tw-translate-y: -1.75rem;
}

:root .hover\:-translate-y-8:hover{
  --tw-translate-y: -2rem;
}

:root .hover\:-translate-y-9:hover{
  --tw-translate-y: -2.25rem;
}

:root .hover\:-translate-y-10:hover{
  --tw-translate-y: -2.5rem;
}

:root .hover\:-translate-y-11:hover{
  --tw-translate-y: -2.75rem;
}

:root .hover\:-translate-y-12:hover{
  --tw-translate-y: -3rem;
}

:root .hover\:-translate-y-14:hover{
  --tw-translate-y: -3.5rem;
}

:root .hover\:-translate-y-16:hover{
  --tw-translate-y: -4rem;
}

:root .hover\:-translate-y-20:hover{
  --tw-translate-y: -5rem;
}

:root .hover\:-translate-y-24:hover{
  --tw-translate-y: -6rem;
}

:root .hover\:-translate-y-28:hover{
  --tw-translate-y: -7rem;
}

:root .hover\:-translate-y-32:hover{
  --tw-translate-y: -8rem;
}

:root .hover\:-translate-y-36:hover{
  --tw-translate-y: -9rem;
}

:root .hover\:-translate-y-40:hover{
  --tw-translate-y: -10rem;
}

:root .hover\:-translate-y-44:hover{
  --tw-translate-y: -11rem;
}

:root .hover\:-translate-y-48:hover{
  --tw-translate-y: -12rem;
}

:root .hover\:-translate-y-52:hover{
  --tw-translate-y: -13rem;
}

:root .hover\:-translate-y-56:hover{
  --tw-translate-y: -14rem;
}

:root .hover\:-translate-y-60:hover{
  --tw-translate-y: -15rem;
}

:root .hover\:-translate-y-64:hover{
  --tw-translate-y: -16rem;
}

:root .hover\:-translate-y-72:hover{
  --tw-translate-y: -18rem;
}

:root .hover\:-translate-y-80:hover{
  --tw-translate-y: -20rem;
}

:root .hover\:-translate-y-96:hover{
  --tw-translate-y: -24rem;
}

:root .hover\:-translate-y-px:hover{
  --tw-translate-y: -1px;
}

:root .hover\:-translate-y-gutter:hover{
  --tw-translate-y: calc(var(--padding-gutter) * -1);
}

:root .hover\:-translate-y-0\.5:hover{
  --tw-translate-y: -0.125rem;
}

:root .hover\:-translate-y-1\.5:hover{
  --tw-translate-y: -0.375rem;
}

:root .hover\:-translate-y-2\.5:hover{
  --tw-translate-y: -0.625rem;
}

:root .hover\:-translate-y-3\.5:hover{
  --tw-translate-y: -0.875rem;
}

:root .hover\:-translate-y-17\.5:hover{
  --tw-translate-y: -4.375rem;
}

:root .hover\:translate-y-1\/2:hover{
  --tw-translate-y: 50%;
}

:root .hover\:translate-y-1\/3:hover{
  --tw-translate-y: 33.333333%;
}

:root .hover\:translate-y-2\/3:hover{
  --tw-translate-y: 66.666667%;
}

:root .hover\:translate-y-1\/4:hover{
  --tw-translate-y: 25%;
}

:root .hover\:translate-y-2\/4:hover{
  --tw-translate-y: 50%;
}

:root .hover\:translate-y-3\/4:hover{
  --tw-translate-y: 75%;
}

:root .hover\:translate-y-full:hover{
  --tw-translate-y: 100%;
}

:root .hover\:-translate-y-1\/2:hover{
  --tw-translate-y: -50%;
}

:root .hover\:-translate-y-1\/3:hover{
  --tw-translate-y: -33.333333%;
}

:root .hover\:-translate-y-2\/3:hover{
  --tw-translate-y: -66.666667%;
}

:root .hover\:-translate-y-1\/4:hover{
  --tw-translate-y: -25%;
}

:root .hover\:-translate-y-2\/4:hover{
  --tw-translate-y: -50%;
}

:root .hover\:-translate-y-3\/4:hover{
  --tw-translate-y: -75%;
}

:root .hover\:-translate-y-full:hover{
  --tw-translate-y: -100%;
}

:root .focus\:translate-x-0:focus{
  --tw-translate-x: 0;
}

:root .focus\:translate-x-1:focus{
  --tw-translate-x: 0.25rem;
}

:root .focus\:translate-x-2:focus{
  --tw-translate-x: 0.5rem;
}

:root .focus\:translate-x-3:focus{
  --tw-translate-x: 0.75rem;
}

:root .focus\:translate-x-4:focus{
  --tw-translate-x: 1rem;
}

:root .focus\:translate-x-5:focus{
  --tw-translate-x: 1.25rem;
}

:root .focus\:translate-x-6:focus{
  --tw-translate-x: 1.5rem;
}

:root .focus\:translate-x-7:focus{
  --tw-translate-x: 1.75rem;
}

:root .focus\:translate-x-8:focus{
  --tw-translate-x: 2rem;
}

:root .focus\:translate-x-9:focus{
  --tw-translate-x: 2.25rem;
}

:root .focus\:translate-x-10:focus{
  --tw-translate-x: 2.5rem;
}

:root .focus\:translate-x-11:focus{
  --tw-translate-x: 2.75rem;
}

:root .focus\:translate-x-12:focus{
  --tw-translate-x: 3rem;
}

:root .focus\:translate-x-14:focus{
  --tw-translate-x: 3.5rem;
}

:root .focus\:translate-x-16:focus{
  --tw-translate-x: 4rem;
}

:root .focus\:translate-x-20:focus{
  --tw-translate-x: 5rem;
}

:root .focus\:translate-x-24:focus{
  --tw-translate-x: 6rem;
}

:root .focus\:translate-x-28:focus{
  --tw-translate-x: 7rem;
}

:root .focus\:translate-x-32:focus{
  --tw-translate-x: 8rem;
}

:root .focus\:translate-x-36:focus{
  --tw-translate-x: 9rem;
}

:root .focus\:translate-x-40:focus{
  --tw-translate-x: 10rem;
}

:root .focus\:translate-x-44:focus{
  --tw-translate-x: 11rem;
}

:root .focus\:translate-x-48:focus{
  --tw-translate-x: 12rem;
}

:root .focus\:translate-x-52:focus{
  --tw-translate-x: 13rem;
}

:root .focus\:translate-x-56:focus{
  --tw-translate-x: 14rem;
}

:root .focus\:translate-x-60:focus{
  --tw-translate-x: 15rem;
}

:root .focus\:translate-x-64:focus{
  --tw-translate-x: 16rem;
}

:root .focus\:translate-x-72:focus{
  --tw-translate-x: 18rem;
}

:root .focus\:translate-x-80:focus{
  --tw-translate-x: 20rem;
}

:root .focus\:translate-x-96:focus{
  --tw-translate-x: 24rem;
}

:root .focus\:translate-x-px:focus{
  --tw-translate-x: 1px;
}

:root .focus\:translate-x-gutter:focus{
  --tw-translate-x: var(--padding-gutter);
}

:root .focus\:translate-x-0\.5:focus{
  --tw-translate-x: 0.125rem;
}

:root .focus\:translate-x-1\.5:focus{
  --tw-translate-x: 0.375rem;
}

:root .focus\:translate-x-2\.5:focus{
  --tw-translate-x: 0.625rem;
}

:root .focus\:translate-x-3\.5:focus{
  --tw-translate-x: 0.875rem;
}

:root .focus\:translate-x-17\.5:focus{
  --tw-translate-x: 4.375rem;
}

:root .focus\:-translate-x-1:focus{
  --tw-translate-x: -0.25rem;
}

:root .focus\:-translate-x-2:focus{
  --tw-translate-x: -0.5rem;
}

:root .focus\:-translate-x-3:focus{
  --tw-translate-x: -0.75rem;
}

:root .focus\:-translate-x-4:focus{
  --tw-translate-x: -1rem;
}

:root .focus\:-translate-x-5:focus{
  --tw-translate-x: -1.25rem;
}

:root .focus\:-translate-x-6:focus{
  --tw-translate-x: -1.5rem;
}

:root .focus\:-translate-x-7:focus{
  --tw-translate-x: -1.75rem;
}

:root .focus\:-translate-x-8:focus{
  --tw-translate-x: -2rem;
}

:root .focus\:-translate-x-9:focus{
  --tw-translate-x: -2.25rem;
}

:root .focus\:-translate-x-10:focus{
  --tw-translate-x: -2.5rem;
}

:root .focus\:-translate-x-11:focus{
  --tw-translate-x: -2.75rem;
}

:root .focus\:-translate-x-12:focus{
  --tw-translate-x: -3rem;
}

:root .focus\:-translate-x-14:focus{
  --tw-translate-x: -3.5rem;
}

:root .focus\:-translate-x-16:focus{
  --tw-translate-x: -4rem;
}

:root .focus\:-translate-x-20:focus{
  --tw-translate-x: -5rem;
}

:root .focus\:-translate-x-24:focus{
  --tw-translate-x: -6rem;
}

:root .focus\:-translate-x-28:focus{
  --tw-translate-x: -7rem;
}

:root .focus\:-translate-x-32:focus{
  --tw-translate-x: -8rem;
}

:root .focus\:-translate-x-36:focus{
  --tw-translate-x: -9rem;
}

:root .focus\:-translate-x-40:focus{
  --tw-translate-x: -10rem;
}

:root .focus\:-translate-x-44:focus{
  --tw-translate-x: -11rem;
}

:root .focus\:-translate-x-48:focus{
  --tw-translate-x: -12rem;
}

:root .focus\:-translate-x-52:focus{
  --tw-translate-x: -13rem;
}

:root .focus\:-translate-x-56:focus{
  --tw-translate-x: -14rem;
}

:root .focus\:-translate-x-60:focus{
  --tw-translate-x: -15rem;
}

:root .focus\:-translate-x-64:focus{
  --tw-translate-x: -16rem;
}

:root .focus\:-translate-x-72:focus{
  --tw-translate-x: -18rem;
}

:root .focus\:-translate-x-80:focus{
  --tw-translate-x: -20rem;
}

:root .focus\:-translate-x-96:focus{
  --tw-translate-x: -24rem;
}

:root .focus\:-translate-x-px:focus{
  --tw-translate-x: -1px;
}

:root .focus\:-translate-x-gutter:focus{
  --tw-translate-x: calc(var(--padding-gutter) * -1);
}

:root .focus\:-translate-x-0\.5:focus{
  --tw-translate-x: -0.125rem;
}

:root .focus\:-translate-x-1\.5:focus{
  --tw-translate-x: -0.375rem;
}

:root .focus\:-translate-x-2\.5:focus{
  --tw-translate-x: -0.625rem;
}

:root .focus\:-translate-x-3\.5:focus{
  --tw-translate-x: -0.875rem;
}

:root .focus\:-translate-x-17\.5:focus{
  --tw-translate-x: -4.375rem;
}

:root .focus\:translate-x-1\/2:focus{
  --tw-translate-x: 50%;
}

:root .focus\:translate-x-1\/3:focus{
  --tw-translate-x: 33.333333%;
}

:root .focus\:translate-x-2\/3:focus{
  --tw-translate-x: 66.666667%;
}

:root .focus\:translate-x-1\/4:focus{
  --tw-translate-x: 25%;
}

:root .focus\:translate-x-2\/4:focus{
  --tw-translate-x: 50%;
}

:root .focus\:translate-x-3\/4:focus{
  --tw-translate-x: 75%;
}

:root .focus\:translate-x-full:focus{
  --tw-translate-x: 100%;
}

:root .focus\:-translate-x-1\/2:focus{
  --tw-translate-x: -50%;
}

:root .focus\:-translate-x-1\/3:focus{
  --tw-translate-x: -33.333333%;
}

:root .focus\:-translate-x-2\/3:focus{
  --tw-translate-x: -66.666667%;
}

:root .focus\:-translate-x-1\/4:focus{
  --tw-translate-x: -25%;
}

:root .focus\:-translate-x-2\/4:focus{
  --tw-translate-x: -50%;
}

:root .focus\:-translate-x-3\/4:focus{
  --tw-translate-x: -75%;
}

:root .focus\:-translate-x-full:focus{
  --tw-translate-x: -100%;
}

:root .focus\:translate-y-0:focus{
  --tw-translate-y: 0;
}

:root .focus\:translate-y-1:focus{
  --tw-translate-y: 0.25rem;
}

:root .focus\:translate-y-2:focus{
  --tw-translate-y: 0.5rem;
}

:root .focus\:translate-y-3:focus{
  --tw-translate-y: 0.75rem;
}

:root .focus\:translate-y-4:focus{
  --tw-translate-y: 1rem;
}

:root .focus\:translate-y-5:focus{
  --tw-translate-y: 1.25rem;
}

:root .focus\:translate-y-6:focus{
  --tw-translate-y: 1.5rem;
}

:root .focus\:translate-y-7:focus{
  --tw-translate-y: 1.75rem;
}

:root .focus\:translate-y-8:focus{
  --tw-translate-y: 2rem;
}

:root .focus\:translate-y-9:focus{
  --tw-translate-y: 2.25rem;
}

:root .focus\:translate-y-10:focus{
  --tw-translate-y: 2.5rem;
}

:root .focus\:translate-y-11:focus{
  --tw-translate-y: 2.75rem;
}

:root .focus\:translate-y-12:focus{
  --tw-translate-y: 3rem;
}

:root .focus\:translate-y-14:focus{
  --tw-translate-y: 3.5rem;
}

:root .focus\:translate-y-16:focus{
  --tw-translate-y: 4rem;
}

:root .focus\:translate-y-20:focus{
  --tw-translate-y: 5rem;
}

:root .focus\:translate-y-24:focus{
  --tw-translate-y: 6rem;
}

:root .focus\:translate-y-28:focus{
  --tw-translate-y: 7rem;
}

:root .focus\:translate-y-32:focus{
  --tw-translate-y: 8rem;
}

:root .focus\:translate-y-36:focus{
  --tw-translate-y: 9rem;
}

:root .focus\:translate-y-40:focus{
  --tw-translate-y: 10rem;
}

:root .focus\:translate-y-44:focus{
  --tw-translate-y: 11rem;
}

:root .focus\:translate-y-48:focus{
  --tw-translate-y: 12rem;
}

:root .focus\:translate-y-52:focus{
  --tw-translate-y: 13rem;
}

:root .focus\:translate-y-56:focus{
  --tw-translate-y: 14rem;
}

:root .focus\:translate-y-60:focus{
  --tw-translate-y: 15rem;
}

:root .focus\:translate-y-64:focus{
  --tw-translate-y: 16rem;
}

:root .focus\:translate-y-72:focus{
  --tw-translate-y: 18rem;
}

:root .focus\:translate-y-80:focus{
  --tw-translate-y: 20rem;
}

:root .focus\:translate-y-96:focus{
  --tw-translate-y: 24rem;
}

:root .focus\:translate-y-px:focus{
  --tw-translate-y: 1px;
}

:root .focus\:translate-y-gutter:focus{
  --tw-translate-y: var(--padding-gutter);
}

:root .focus\:translate-y-0\.5:focus{
  --tw-translate-y: 0.125rem;
}

:root .focus\:translate-y-1\.5:focus{
  --tw-translate-y: 0.375rem;
}

:root .focus\:translate-y-2\.5:focus{
  --tw-translate-y: 0.625rem;
}

:root .focus\:translate-y-3\.5:focus{
  --tw-translate-y: 0.875rem;
}

:root .focus\:translate-y-17\.5:focus{
  --tw-translate-y: 4.375rem;
}

:root .focus\:-translate-y-1:focus{
  --tw-translate-y: -0.25rem;
}

:root .focus\:-translate-y-2:focus{
  --tw-translate-y: -0.5rem;
}

:root .focus\:-translate-y-3:focus{
  --tw-translate-y: -0.75rem;
}

:root .focus\:-translate-y-4:focus{
  --tw-translate-y: -1rem;
}

:root .focus\:-translate-y-5:focus{
  --tw-translate-y: -1.25rem;
}

:root .focus\:-translate-y-6:focus{
  --tw-translate-y: -1.5rem;
}

:root .focus\:-translate-y-7:focus{
  --tw-translate-y: -1.75rem;
}

:root .focus\:-translate-y-8:focus{
  --tw-translate-y: -2rem;
}

:root .focus\:-translate-y-9:focus{
  --tw-translate-y: -2.25rem;
}

:root .focus\:-translate-y-10:focus{
  --tw-translate-y: -2.5rem;
}

:root .focus\:-translate-y-11:focus{
  --tw-translate-y: -2.75rem;
}

:root .focus\:-translate-y-12:focus{
  --tw-translate-y: -3rem;
}

:root .focus\:-translate-y-14:focus{
  --tw-translate-y: -3.5rem;
}

:root .focus\:-translate-y-16:focus{
  --tw-translate-y: -4rem;
}

:root .focus\:-translate-y-20:focus{
  --tw-translate-y: -5rem;
}

:root .focus\:-translate-y-24:focus{
  --tw-translate-y: -6rem;
}

:root .focus\:-translate-y-28:focus{
  --tw-translate-y: -7rem;
}

:root .focus\:-translate-y-32:focus{
  --tw-translate-y: -8rem;
}

:root .focus\:-translate-y-36:focus{
  --tw-translate-y: -9rem;
}

:root .focus\:-translate-y-40:focus{
  --tw-translate-y: -10rem;
}

:root .focus\:-translate-y-44:focus{
  --tw-translate-y: -11rem;
}

:root .focus\:-translate-y-48:focus{
  --tw-translate-y: -12rem;
}

:root .focus\:-translate-y-52:focus{
  --tw-translate-y: -13rem;
}

:root .focus\:-translate-y-56:focus{
  --tw-translate-y: -14rem;
}

:root .focus\:-translate-y-60:focus{
  --tw-translate-y: -15rem;
}

:root .focus\:-translate-y-64:focus{
  --tw-translate-y: -16rem;
}

:root .focus\:-translate-y-72:focus{
  --tw-translate-y: -18rem;
}

:root .focus\:-translate-y-80:focus{
  --tw-translate-y: -20rem;
}

:root .focus\:-translate-y-96:focus{
  --tw-translate-y: -24rem;
}

:root .focus\:-translate-y-px:focus{
  --tw-translate-y: -1px;
}

:root .focus\:-translate-y-gutter:focus{
  --tw-translate-y: calc(var(--padding-gutter) * -1);
}

:root .focus\:-translate-y-0\.5:focus{
  --tw-translate-y: -0.125rem;
}

:root .focus\:-translate-y-1\.5:focus{
  --tw-translate-y: -0.375rem;
}

:root .focus\:-translate-y-2\.5:focus{
  --tw-translate-y: -0.625rem;
}

:root .focus\:-translate-y-3\.5:focus{
  --tw-translate-y: -0.875rem;
}

:root .focus\:-translate-y-17\.5:focus{
  --tw-translate-y: -4.375rem;
}

:root .focus\:translate-y-1\/2:focus{
  --tw-translate-y: 50%;
}

:root .focus\:translate-y-1\/3:focus{
  --tw-translate-y: 33.333333%;
}

:root .focus\:translate-y-2\/3:focus{
  --tw-translate-y: 66.666667%;
}

:root .focus\:translate-y-1\/4:focus{
  --tw-translate-y: 25%;
}

:root .focus\:translate-y-2\/4:focus{
  --tw-translate-y: 50%;
}

:root .focus\:translate-y-3\/4:focus{
  --tw-translate-y: 75%;
}

:root .focus\:translate-y-full:focus{
  --tw-translate-y: 100%;
}

:root .focus\:-translate-y-1\/2:focus{
  --tw-translate-y: -50%;
}

:root .focus\:-translate-y-1\/3:focus{
  --tw-translate-y: -33.333333%;
}

:root .focus\:-translate-y-2\/3:focus{
  --tw-translate-y: -66.666667%;
}

:root .focus\:-translate-y-1\/4:focus{
  --tw-translate-y: -25%;
}

:root .focus\:-translate-y-2\/4:focus{
  --tw-translate-y: -50%;
}

:root .focus\:-translate-y-3\/4:focus{
  --tw-translate-y: -75%;
}

:root .focus\:-translate-y-full:focus{
  --tw-translate-y: -100%;
}

:root .skew-x-0{
  --tw-skew-x: 0deg;
}

:root .skew-x-1{
  --tw-skew-x: 1deg;
}

:root .skew-x-2{
  --tw-skew-x: 2deg;
}

:root .skew-x-3{
  --tw-skew-x: 3deg;
}

:root .skew-x-6{
  --tw-skew-x: 6deg;
}

:root .skew-x-12{
  --tw-skew-x: 12deg;
}

:root .-skew-x-12{
  --tw-skew-x: -12deg;
}

:root .-skew-x-6{
  --tw-skew-x: -6deg;
}

:root .-skew-x-3{
  --tw-skew-x: -3deg;
}

:root .-skew-x-2{
  --tw-skew-x: -2deg;
}

:root .-skew-x-1{
  --tw-skew-x: -1deg;
}

:root .skew-y-0{
  --tw-skew-y: 0deg;
}

:root .skew-y-1{
  --tw-skew-y: 1deg;
}

:root .skew-y-2{
  --tw-skew-y: 2deg;
}

:root .skew-y-3{
  --tw-skew-y: 3deg;
}

:root .skew-y-6{
  --tw-skew-y: 6deg;
}

:root .skew-y-12{
  --tw-skew-y: 12deg;
}

:root .-skew-y-12{
  --tw-skew-y: -12deg;
}

:root .-skew-y-6{
  --tw-skew-y: -6deg;
}

:root .-skew-y-3{
  --tw-skew-y: -3deg;
}

:root .-skew-y-2{
  --tw-skew-y: -2deg;
}

:root .-skew-y-1{
  --tw-skew-y: -1deg;
}

:root .hover\:skew-x-0:hover{
  --tw-skew-x: 0deg;
}

:root .hover\:skew-x-1:hover{
  --tw-skew-x: 1deg;
}

:root .hover\:skew-x-2:hover{
  --tw-skew-x: 2deg;
}

:root .hover\:skew-x-3:hover{
  --tw-skew-x: 3deg;
}

:root .hover\:skew-x-6:hover{
  --tw-skew-x: 6deg;
}

:root .hover\:skew-x-12:hover{
  --tw-skew-x: 12deg;
}

:root .hover\:-skew-x-12:hover{
  --tw-skew-x: -12deg;
}

:root .hover\:-skew-x-6:hover{
  --tw-skew-x: -6deg;
}

:root .hover\:-skew-x-3:hover{
  --tw-skew-x: -3deg;
}

:root .hover\:-skew-x-2:hover{
  --tw-skew-x: -2deg;
}

:root .hover\:-skew-x-1:hover{
  --tw-skew-x: -1deg;
}

:root .hover\:skew-y-0:hover{
  --tw-skew-y: 0deg;
}

:root .hover\:skew-y-1:hover{
  --tw-skew-y: 1deg;
}

:root .hover\:skew-y-2:hover{
  --tw-skew-y: 2deg;
}

:root .hover\:skew-y-3:hover{
  --tw-skew-y: 3deg;
}

:root .hover\:skew-y-6:hover{
  --tw-skew-y: 6deg;
}

:root .hover\:skew-y-12:hover{
  --tw-skew-y: 12deg;
}

:root .hover\:-skew-y-12:hover{
  --tw-skew-y: -12deg;
}

:root .hover\:-skew-y-6:hover{
  --tw-skew-y: -6deg;
}

:root .hover\:-skew-y-3:hover{
  --tw-skew-y: -3deg;
}

:root .hover\:-skew-y-2:hover{
  --tw-skew-y: -2deg;
}

:root .hover\:-skew-y-1:hover{
  --tw-skew-y: -1deg;
}

:root .focus\:skew-x-0:focus{
  --tw-skew-x: 0deg;
}

:root .focus\:skew-x-1:focus{
  --tw-skew-x: 1deg;
}

:root .focus\:skew-x-2:focus{
  --tw-skew-x: 2deg;
}

:root .focus\:skew-x-3:focus{
  --tw-skew-x: 3deg;
}

:root .focus\:skew-x-6:focus{
  --tw-skew-x: 6deg;
}

:root .focus\:skew-x-12:focus{
  --tw-skew-x: 12deg;
}

:root .focus\:-skew-x-12:focus{
  --tw-skew-x: -12deg;
}

:root .focus\:-skew-x-6:focus{
  --tw-skew-x: -6deg;
}

:root .focus\:-skew-x-3:focus{
  --tw-skew-x: -3deg;
}

:root .focus\:-skew-x-2:focus{
  --tw-skew-x: -2deg;
}

:root .focus\:-skew-x-1:focus{
  --tw-skew-x: -1deg;
}

:root .focus\:skew-y-0:focus{
  --tw-skew-y: 0deg;
}

:root .focus\:skew-y-1:focus{
  --tw-skew-y: 1deg;
}

:root .focus\:skew-y-2:focus{
  --tw-skew-y: 2deg;
}

:root .focus\:skew-y-3:focus{
  --tw-skew-y: 3deg;
}

:root .focus\:skew-y-6:focus{
  --tw-skew-y: 6deg;
}

:root .focus\:skew-y-12:focus{
  --tw-skew-y: 12deg;
}

:root .focus\:-skew-y-12:focus{
  --tw-skew-y: -12deg;
}

:root .focus\:-skew-y-6:focus{
  --tw-skew-y: -6deg;
}

:root .focus\:-skew-y-3:focus{
  --tw-skew-y: -3deg;
}

:root .focus\:-skew-y-2:focus{
  --tw-skew-y: -2deg;
}

:root .focus\:-skew-y-1:focus{
  --tw-skew-y: -1deg;
}

:root .transition-none{
  transition-property: none;
}

:root .transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

:root .transition{
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

:root .transition-colors{
  transition-property: background-color, border-color, color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

:root .transition-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

:root .transition-shadow{
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

:root .transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

:root .ease-linear{
  transition-timing-function: linear;
}

:root .ease-in{
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

:root .ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

:root .ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

:root .duration-75{
  transition-duration: 75ms;
}

:root .duration-100{
  transition-duration: 100ms;
}

:root .duration-150{
  transition-duration: 150ms;
}

:root .duration-200{
  transition-duration: 200ms;
}

:root .duration-300{
  transition-duration: 300ms;
}

:root .duration-500{
  transition-duration: 500ms;
}

:root .duration-700{
  transition-duration: 700ms;
}

:root .duration-1000{
  transition-duration: 1000ms;
}

:root .delay-75{
  transition-delay: 75ms;
}

:root .delay-100{
  transition-delay: 100ms;
}

:root .delay-150{
  transition-delay: 150ms;
}

:root .delay-200{
  transition-delay: 200ms;
}

:root .delay-300{
  transition-delay: 300ms;
}

:root .delay-500{
  transition-delay: 500ms;
}

:root .delay-700{
  transition-delay: 700ms;
}

:root .delay-1000{
  transition-delay: 1000ms;
}

@keyframes spin{
  to{
    transform: rotate(360deg);
  }
}

@keyframes ping{
  75%, 100%{
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes pulse{
  50%{
    opacity: .5;
  }
}

@keyframes bounce{
  0%, 100%{
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50%{
    transform: none;
    animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

:root .animate-none{
  animation: none;
}

:root .animate-spin{
  animation: spin 1s linear infinite;
}

:root .animate-ping{
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}

:root .animate-pulse{
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

:root .animate-bounce{
  animation: bounce 1s infinite;
}

:root .mix-blend-normal{
  mix-blend-mode: normal;
}

:root .mix-blend-multiply{
  mix-blend-mode: multiply;
}

:root .mix-blend-screen{
  mix-blend-mode: screen;
}

:root .mix-blend-overlay{
  mix-blend-mode: overlay;
}

:root .mix-blend-darken{
  mix-blend-mode: darken;
}

:root .mix-blend-lighten{
  mix-blend-mode: lighten;
}

:root .mix-blend-color-dodge{
  mix-blend-mode: color-dodge;
}

:root .mix-blend-color-burn{
  mix-blend-mode: color-burn;
}

:root .mix-blend-hard-light{
  mix-blend-mode: hard-light;
}

:root .mix-blend-soft-light{
  mix-blend-mode: soft-light;
}

:root .mix-blend-difference{
  mix-blend-mode: difference;
}

:root .mix-blend-exclusion{
  mix-blend-mode: exclusion;
}

:root .mix-blend-hue{
  mix-blend-mode: hue;
}

:root .mix-blend-saturation{
  mix-blend-mode: saturation;
}

:root .mix-blend-color{
  mix-blend-mode: color;
}

:root .mix-blend-luminosity{
  mix-blend-mode: luminosity;
}

:root .bg-blend-normal{
  background-blend-mode: normal;
}

:root .bg-blend-multiply{
  background-blend-mode: multiply;
}

:root .bg-blend-screen{
  background-blend-mode: screen;
}

:root .bg-blend-overlay{
  background-blend-mode: overlay;
}

:root .bg-blend-darken{
  background-blend-mode: darken;
}

:root .bg-blend-lighten{
  background-blend-mode: lighten;
}

:root .bg-blend-color-dodge{
  background-blend-mode: color-dodge;
}

:root .bg-blend-color-burn{
  background-blend-mode: color-burn;
}

:root .bg-blend-hard-light{
  background-blend-mode: hard-light;
}

:root .bg-blend-soft-light{
  background-blend-mode: soft-light;
}

:root .bg-blend-difference{
  background-blend-mode: difference;
}

:root .bg-blend-exclusion{
  background-blend-mode: exclusion;
}

:root .bg-blend-hue{
  background-blend-mode: hue;
}

:root .bg-blend-saturation{
  background-blend-mode: saturation;
}

:root .bg-blend-color{
  background-blend-mode: color;
}

:root .bg-blend-luminosity{
  background-blend-mode: luminosity;
}

:root .filter{
  --tw-blur: var(--tw-empty,/*!*/ /*!*/);
  --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
  --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
  --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
  --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
  --tw-invert: var(--tw-empty,/*!*/ /*!*/);
  --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
  --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
  --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

:root .filter-none{
  filter: none;
}

:root .blur-0{
  --tw-blur: blur(0);
}

:root .blur-sm{
  --tw-blur: blur(4px);
}

:root .blur{
  --tw-blur: blur(8px);
}

:root .blur-md{
  --tw-blur: blur(12px);
}

:root .blur-lg{
  --tw-blur: blur(16px);
}

:root .blur-xl{
  --tw-blur: blur(24px);
}

:root .blur-2xl{
  --tw-blur: blur(40px);
}

:root .blur-3xl{
  --tw-blur: blur(64px);
}

:root .brightness-0{
  --tw-brightness: brightness(0);
}

:root .brightness-50{
  --tw-brightness: brightness(.5);
}

:root .brightness-75{
  --tw-brightness: brightness(.75);
}

:root .brightness-90{
  --tw-brightness: brightness(.9);
}

:root .brightness-95{
  --tw-brightness: brightness(.95);
}

:root .brightness-100{
  --tw-brightness: brightness(1);
}

:root .brightness-105{
  --tw-brightness: brightness(1.05);
}

:root .brightness-110{
  --tw-brightness: brightness(1.1);
}

:root .brightness-125{
  --tw-brightness: brightness(1.25);
}

:root .brightness-150{
  --tw-brightness: brightness(1.5);
}

:root .brightness-200{
  --tw-brightness: brightness(2);
}

:root .contrast-0{
  --tw-contrast: contrast(0);
}

:root .contrast-50{
  --tw-contrast: contrast(.5);
}

:root .contrast-75{
  --tw-contrast: contrast(.75);
}

:root .contrast-100{
  --tw-contrast: contrast(1);
}

:root .contrast-125{
  --tw-contrast: contrast(1.25);
}

:root .contrast-150{
  --tw-contrast: contrast(1.5);
}

:root .contrast-200{
  --tw-contrast: contrast(2);
}

:root .drop-shadow-sm{
  --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05));
}

:root .drop-shadow{
  --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06));
}

:root .drop-shadow-md{
  --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06));
}

:root .drop-shadow-lg{
  --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1));
}

:root .drop-shadow-xl{
  --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08));
}

:root .drop-shadow-2xl{
  --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15));
}

:root .drop-shadow-none{
  --tw-drop-shadow: drop-shadow(0 0 #0000);
}

:root .grayscale-0{
  --tw-grayscale: grayscale(0);
}

:root .grayscale{
  --tw-grayscale: grayscale(100%);
}

:root .hue-rotate-0{
  --tw-hue-rotate: hue-rotate(0deg);
}

:root .hue-rotate-15{
  --tw-hue-rotate: hue-rotate(15deg);
}

:root .hue-rotate-30{
  --tw-hue-rotate: hue-rotate(30deg);
}

:root .hue-rotate-60{
  --tw-hue-rotate: hue-rotate(60deg);
}

:root .hue-rotate-90{
  --tw-hue-rotate: hue-rotate(90deg);
}

:root .hue-rotate-180{
  --tw-hue-rotate: hue-rotate(180deg);
}

:root .-hue-rotate-180{
  --tw-hue-rotate: hue-rotate(-180deg);
}

:root .-hue-rotate-90{
  --tw-hue-rotate: hue-rotate(-90deg);
}

:root .-hue-rotate-60{
  --tw-hue-rotate: hue-rotate(-60deg);
}

:root .-hue-rotate-30{
  --tw-hue-rotate: hue-rotate(-30deg);
}

:root .-hue-rotate-15{
  --tw-hue-rotate: hue-rotate(-15deg);
}

:root .invert-0{
  --tw-invert: invert(0);
}

:root .invert{
  --tw-invert: invert(100%);
}

:root .saturate-0{
  --tw-saturate: saturate(0);
}

:root .saturate-50{
  --tw-saturate: saturate(.5);
}

:root .saturate-100{
  --tw-saturate: saturate(1);
}

:root .saturate-150{
  --tw-saturate: saturate(1.5);
}

:root .saturate-200{
  --tw-saturate: saturate(2);
}

:root .sepia-0{
  --tw-sepia: sepia(0);
}

:root .sepia{
  --tw-sepia: sepia(100%);
}

:root .backdrop-filter{
  --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

:root .backdrop-filter-none{
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
}

:root .backdrop-blur-0{
  --tw-backdrop-blur: blur(0);
}

:root .backdrop-blur-sm{
  --tw-backdrop-blur: blur(4px);
}

:root .backdrop-blur{
  --tw-backdrop-blur: blur(8px);
}

:root .backdrop-blur-md{
  --tw-backdrop-blur: blur(12px);
}

:root .backdrop-blur-lg{
  --tw-backdrop-blur: blur(16px);
}

:root .backdrop-blur-xl{
  --tw-backdrop-blur: blur(24px);
}

:root .backdrop-blur-2xl{
  --tw-backdrop-blur: blur(40px);
}

:root .backdrop-blur-3xl{
  --tw-backdrop-blur: blur(64px);
}

:root .backdrop-brightness-0{
  --tw-backdrop-brightness: brightness(0);
}

:root .backdrop-brightness-50{
  --tw-backdrop-brightness: brightness(.5);
}

:root .backdrop-brightness-75{
  --tw-backdrop-brightness: brightness(.75);
}

:root .backdrop-brightness-90{
  --tw-backdrop-brightness: brightness(.9);
}

:root .backdrop-brightness-95{
  --tw-backdrop-brightness: brightness(.95);
}

:root .backdrop-brightness-100{
  --tw-backdrop-brightness: brightness(1);
}

:root .backdrop-brightness-105{
  --tw-backdrop-brightness: brightness(1.05);
}

:root .backdrop-brightness-110{
  --tw-backdrop-brightness: brightness(1.1);
}

:root .backdrop-brightness-125{
  --tw-backdrop-brightness: brightness(1.25);
}

:root .backdrop-brightness-150{
  --tw-backdrop-brightness: brightness(1.5);
}

:root .backdrop-brightness-200{
  --tw-backdrop-brightness: brightness(2);
}

:root .backdrop-contrast-0{
  --tw-backdrop-contrast: contrast(0);
}

:root .backdrop-contrast-50{
  --tw-backdrop-contrast: contrast(.5);
}

:root .backdrop-contrast-75{
  --tw-backdrop-contrast: contrast(.75);
}

:root .backdrop-contrast-100{
  --tw-backdrop-contrast: contrast(1);
}

:root .backdrop-contrast-125{
  --tw-backdrop-contrast: contrast(1.25);
}

:root .backdrop-contrast-150{
  --tw-backdrop-contrast: contrast(1.5);
}

:root .backdrop-contrast-200{
  --tw-backdrop-contrast: contrast(2);
}

:root .backdrop-grayscale-0{
  --tw-backdrop-grayscale: grayscale(0);
}

:root .backdrop-grayscale{
  --tw-backdrop-grayscale: grayscale(100%);
}

:root .backdrop-hue-rotate-0{
  --tw-backdrop-hue-rotate: hue-rotate(0deg);
}

:root .backdrop-hue-rotate-15{
  --tw-backdrop-hue-rotate: hue-rotate(15deg);
}

:root .backdrop-hue-rotate-30{
  --tw-backdrop-hue-rotate: hue-rotate(30deg);
}

:root .backdrop-hue-rotate-60{
  --tw-backdrop-hue-rotate: hue-rotate(60deg);
}

:root .backdrop-hue-rotate-90{
  --tw-backdrop-hue-rotate: hue-rotate(90deg);
}

:root .backdrop-hue-rotate-180{
  --tw-backdrop-hue-rotate: hue-rotate(180deg);
}

:root .-backdrop-hue-rotate-180{
  --tw-backdrop-hue-rotate: hue-rotate(-180deg);
}

:root .-backdrop-hue-rotate-90{
  --tw-backdrop-hue-rotate: hue-rotate(-90deg);
}

:root .-backdrop-hue-rotate-60{
  --tw-backdrop-hue-rotate: hue-rotate(-60deg);
}

:root .-backdrop-hue-rotate-30{
  --tw-backdrop-hue-rotate: hue-rotate(-30deg);
}

:root .-backdrop-hue-rotate-15{
  --tw-backdrop-hue-rotate: hue-rotate(-15deg);
}

:root .backdrop-invert-0{
  --tw-backdrop-invert: invert(0);
}

:root .backdrop-invert{
  --tw-backdrop-invert: invert(100%);
}

:root .backdrop-opacity-0{
  --tw-backdrop-opacity: opacity(0);
}

:root .backdrop-opacity-25{
  --tw-backdrop-opacity: opacity(0.25);
}

:root .backdrop-opacity-50{
  --tw-backdrop-opacity: opacity(0.5);
}

:root .backdrop-opacity-75{
  --tw-backdrop-opacity: opacity(0.75);
}

:root .backdrop-opacity-100{
  --tw-backdrop-opacity: opacity(1);
}

:root .backdrop-saturate-0{
  --tw-backdrop-saturate: saturate(0);
}

:root .backdrop-saturate-50{
  --tw-backdrop-saturate: saturate(.5);
}

:root .backdrop-saturate-100{
  --tw-backdrop-saturate: saturate(1);
}

:root .backdrop-saturate-150{
  --tw-backdrop-saturate: saturate(1.5);
}

:root .backdrop-saturate-200{
  --tw-backdrop-saturate: saturate(2);
}

:root .backdrop-sepia-0{
  --tw-backdrop-sepia: sepia(0);
}

:root .backdrop-sepia{
  --tw-backdrop-sepia: sepia(100%);
}

input,
textarea {
  box-sizing: content-box;
  line-height: 1.5;
  max-height: 10rem;
}

button:focus {
  outline: unset !important;
}

code {
  background: var(--background-app-bar);
  border-radius: var(--border-radius);
  color: var(--text-color);
  font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace;
  font-size: 85%;
  padding: 0.2em 0.4em;
}

blockquote {
  background: rgba(var(--color-primary), .1);
  border-left: 3px solid rgb(var(--color-primary));
  color: rgba(0, 0, 0, 0.87);
  font-style: normal;
  margin: 1em 0 1.5em;
  padding: 1em 1.5em;
}

blockquote > * {
  margin: 0;
}

@media (min-width: 768px) {
  html {
    /* background of the scrollbar except button or resizer */
    /* scrollbar itself */
    /* set button(top and bottom of the scrollbar) */
  }

  html ::-webkit-scrollbar {
    background-color: transparent;
    width: 16px;
    margin-top: 2px;
    margin-bottom: 2px;
  }

  html ::-webkit-scrollbar-track {
    background-color: transparent;
  }

  html ::-webkit-scrollbar-thumb {
    background-color: #babac0;
    border-radius: 16px;
    border: 4px solid #fff;
    opacity: 0.5;
  }

  html ::-webkit-scrollbar-button {
    display: none;
  }

  html ::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 16px;
    border: 5px solid #fff;
  }
}

/* Change autocomplete styles in WebKit */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: none;
  -webkit-text-fill-color: #000;
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.container {
  padding-left: var(--padding-gutter);
  padding-right: var(--padding-gutter);
}

@media (min-width: 1280px) {
  .container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    width: 100%;
  }
}

.card {
  background-color: var(--background-card);
  border-radius: 0.25rem;
  box-shadow: 0px 2px 1px -1px rgba(82, 63, 104, 0.06), 0px 1px 1px 0px rgba(82, 63, 104, 0.042), 0px 1px 3px 0px rgba(82, 63, 104, 0.036);
  transition: box-shadow 1 cubic-bezier(0.4, 0, 0.2, 1);
}

.avatar {
  background-color: var(--background-hover);
  border-radius: 9999px;
  height: 2.75rem;
  object-fit: cover;
  width: 2.75rem;
}

.hidden-input {
  border-color: transparent;
  border-radius: 0.25rem;
  border-style: solid;
  border-width: 2px;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.hidden-input:focus {
  border-color: rgb(var(--color-primary));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.hidden-input.empty {
  border-color: rgb(var(--color-primary));
}

.list-item {
  border-radius: 0.25rem;
  cursor: pointer;
  height: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.list-item:hover {
  background-color: var(--background-hover);
}

.textarea-clean {
  resize: none;
}

.textarea-clean:focus {
  outline: none;
}

.bg-pattern {
  background: linear-gradient(135deg, var(--background-base) 22px, var(--background-hover) 22px, var(--background-hover) 24px, transparent 24px, transparent 67px, var(--background-hover) 67px, var(--background-hover) 69px, transparent 69px), linear-gradient(225deg, var(--background-base) 22px, var(--background-hover) 22px, var(--background-hover) 24px, transparent 24px, transparent 67px, var(--background-hover) 67px, var(--background-hover) 69px, transparent 69px) 0 64px;
  background-color: var(--background-base);
  background-size: 64px 128px;
}

.trans-ease-out {
  transition: all 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
}

.trans-shadow {
  transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
}

.vex-blogpost p {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.mat-elevation-z4 {
  box-shadow: none !important;
}

.mat-tab-label:hover {
  color: rgb(var(--color-betty)) !important;
}

@media (min-width: 600px){
  :root .sm\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  :root .sm\:space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
  }

  :root .sm\:space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
  }

  :root .sm\:space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
  }

  :root .sm\:space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  }

  :root .sm\:space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
  }

  :root .sm\:space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }

  :root .sm\:space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.75rem * var(--tw-space-y-reverse));
  }

  :root .sm\:space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.75rem * var(--tw-space-x-reverse));
    margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }

  :root .sm\:space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.25rem * var(--tw-space-y-reverse));
  }

  :root .sm\:space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.25rem * var(--tw-space-x-reverse));
    margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
  }

  :root .sm\:space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.75rem * var(--tw-space-y-reverse));
  }

  :root .sm\:space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.75rem * var(--tw-space-x-reverse));
    margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem * var(--tw-space-y-reverse));
  }

  :root .sm\:space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem * var(--tw-space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.5rem * var(--tw-space-y-reverse));
  }

  :root .sm\:space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3.5rem * var(--tw-space-x-reverse));
    margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4rem * var(--tw-space-y-reverse));
  }

  :root .sm\:space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4rem * var(--tw-space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5rem * var(--tw-space-y-reverse));
  }

  :root .sm\:space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(5rem * var(--tw-space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6rem * var(--tw-space-y-reverse));
  }

  :root .sm\:space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(6rem * var(--tw-space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7rem * var(--tw-space-y-reverse));
  }

  :root .sm\:space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(7rem * var(--tw-space-x-reverse));
    margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8rem * var(--tw-space-y-reverse));
  }

  :root .sm\:space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(8rem * var(--tw-space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(9rem * var(--tw-space-y-reverse));
  }

  :root .sm\:space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(9rem * var(--tw-space-x-reverse));
    margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10rem * var(--tw-space-y-reverse));
  }

  :root .sm\:space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(10rem * var(--tw-space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:space-y-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(11rem * var(--tw-space-y-reverse));
  }

  :root .sm\:space-x-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(11rem * var(--tw-space-x-reverse));
    margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(12rem * var(--tw-space-y-reverse));
  }

  :root .sm\:space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(12rem * var(--tw-space-x-reverse));
    margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:space-y-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(13rem * var(--tw-space-y-reverse));
  }

  :root .sm\:space-x-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(13rem * var(--tw-space-x-reverse));
    margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(14rem * var(--tw-space-y-reverse));
  }

  :root .sm\:space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(14rem * var(--tw-space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(15rem * var(--tw-space-y-reverse));
  }

  :root .sm\:space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(15rem * var(--tw-space-x-reverse));
    margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(16rem * var(--tw-space-y-reverse));
  }

  :root .sm\:space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(16rem * var(--tw-space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(18rem * var(--tw-space-y-reverse));
  }

  :root .sm\:space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(18rem * var(--tw-space-x-reverse));
    margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20rem * var(--tw-space-y-reverse));
  }

  :root .sm\:space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(20rem * var(--tw-space-x-reverse));
    margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(24rem * var(--tw-space-y-reverse));
  }

  :root .sm\:space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(24rem * var(--tw-space-x-reverse));
    margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1px * var(--tw-space-y-reverse));
  }

  :root .sm\:space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1px * var(--tw-space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:space-y-gutter > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(var(--padding-gutter) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(var(--padding-gutter) * var(--tw-space-y-reverse));
  }

  :root .sm\:space-x-gutter > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(var(--padding-gutter) * var(--tw-space-x-reverse));
    margin-left: calc(var(--padding-gutter) * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
  }

  :root .sm\:space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.125rem * var(--tw-space-x-reverse));
    margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
  }

  :root .sm\:space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.375rem * var(--tw-space-x-reverse));
    margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
  }

  :root .sm\:space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.625rem * var(--tw-space-x-reverse));
    margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.875rem * var(--tw-space-y-reverse));
  }

  :root .sm\:space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.875rem * var(--tw-space-x-reverse));
    margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:space-y-17\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4.375rem * var(--tw-space-y-reverse));
  }

  :root .sm\:space-x-17\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4.375rem * var(--tw-space-x-reverse));
    margin-left: calc(4.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:-space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse));
  }

  :root .sm\:-space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:-space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse));
  }

  :root .sm\:-space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:-space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse));
  }

  :root .sm\:-space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:-space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1rem * var(--tw-space-y-reverse));
  }

  :root .sm\:-space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1rem * var(--tw-space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:-space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse));
  }

  :root .sm\:-space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:-space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse));
  }

  :root .sm\:-space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:-space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse));
  }

  :root .sm\:-space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:-space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2rem * var(--tw-space-y-reverse));
  }

  :root .sm\:-space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2rem * var(--tw-space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:-space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse));
  }

  :root .sm\:-space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:-space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse));
  }

  :root .sm\:-space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:-space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse));
  }

  :root .sm\:-space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:-space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3rem * var(--tw-space-y-reverse));
  }

  :root .sm\:-space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3rem * var(--tw-space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:-space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse));
  }

  :root .sm\:-space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:-space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4rem * var(--tw-space-y-reverse));
  }

  :root .sm\:-space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-4rem * var(--tw-space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:-space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5rem * var(--tw-space-y-reverse));
  }

  :root .sm\:-space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-5rem * var(--tw-space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:-space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6rem * var(--tw-space-y-reverse));
  }

  :root .sm\:-space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-6rem * var(--tw-space-x-reverse));
    margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:-space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7rem * var(--tw-space-y-reverse));
  }

  :root .sm\:-space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-7rem * var(--tw-space-x-reverse));
    margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:-space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8rem * var(--tw-space-y-reverse));
  }

  :root .sm\:-space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-8rem * var(--tw-space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:-space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-9rem * var(--tw-space-y-reverse));
  }

  :root .sm\:-space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-9rem * var(--tw-space-x-reverse));
    margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:-space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10rem * var(--tw-space-y-reverse));
  }

  :root .sm\:-space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-10rem * var(--tw-space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:-space-y-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-11rem * var(--tw-space-y-reverse));
  }

  :root .sm\:-space-x-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-11rem * var(--tw-space-x-reverse));
    margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:-space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-12rem * var(--tw-space-y-reverse));
  }

  :root .sm\:-space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-12rem * var(--tw-space-x-reverse));
    margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:-space-y-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-13rem * var(--tw-space-y-reverse));
  }

  :root .sm\:-space-x-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-13rem * var(--tw-space-x-reverse));
    margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:-space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-14rem * var(--tw-space-y-reverse));
  }

  :root .sm\:-space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-14rem * var(--tw-space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:-space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-15rem * var(--tw-space-y-reverse));
  }

  :root .sm\:-space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-15rem * var(--tw-space-x-reverse));
    margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:-space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-16rem * var(--tw-space-y-reverse));
  }

  :root .sm\:-space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-16rem * var(--tw-space-x-reverse));
    margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:-space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-18rem * var(--tw-space-y-reverse));
  }

  :root .sm\:-space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-18rem * var(--tw-space-x-reverse));
    margin-left: calc(-18rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:-space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-20rem * var(--tw-space-y-reverse));
  }

  :root .sm\:-space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-20rem * var(--tw-space-x-reverse));
    margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:-space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-24rem * var(--tw-space-y-reverse));
  }

  :root .sm\:-space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-24rem * var(--tw-space-x-reverse));
    margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:-space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1px * var(--tw-space-y-reverse));
  }

  :root .sm\:-space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1px * var(--tw-space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:-space-y-gutter > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(var(--padding-gutter) * -1) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(var(--padding-gutter) * -1) * var(--tw-space-y-reverse));
  }

  :root .sm\:-space-x-gutter > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(var(--padding-gutter) * -1) * var(--tw-space-x-reverse));
    margin-left: calc(calc(var(--padding-gutter) * -1) * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:-space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse));
  }

  :root .sm\:-space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:-space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse));
  }

  :root .sm\:-space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.375rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:-space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse));
  }

  :root .sm\:-space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.625rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:-space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse));
  }

  :root .sm\:-space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.875rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:-space-y-17\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-4.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4.375rem * var(--tw-space-y-reverse));
  }

  :root .sm\:-space-x-17\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-4.375rem * var(--tw-space-x-reverse));
    margin-left: calc(-4.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:space-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 1;
  }

  :root .sm\:space-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 1;
  }

  :root .sm\:divide-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }

  :root .sm\:divide-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0px * var(--tw-divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
  }

  :root .sm\:divide-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
  }

  :root .sm\:divide-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(2px * var(--tw-divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
  }

  :root .sm\:divide-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(3px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(3px * var(--tw-divide-y-reverse));
  }

  :root .sm\:divide-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(3px * var(--tw-divide-x-reverse));
    border-left-width: calc(3px * calc(1 - var(--tw-divide-x-reverse)));
  }

  :root .sm\:divide-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse));
  }

  :root .sm\:divide-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(4px * var(--tw-divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse)));
  }

  :root .sm\:divide-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse));
  }

  :root .sm\:divide-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(8px * var(--tw-divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse)));
  }

  :root .sm\:divide-y > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  }

  :root .sm\:divide-x > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

  :root .sm\:divide-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 1;
  }

  :root .sm\:divide-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 1;
  }

  :root .sm\:divide-current > :not([hidden]) ~ :not([hidden]){
    border-color: currentColor;
  }

  :root .sm\:divide-transparent > :not([hidden]) ~ :not([hidden]){
    border-color: transparent;
  }

  :root .sm\:divide-black > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(var(--color-black));
  }

  :root .sm\:divide-white > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(var(--color-white));
  }

  :root .sm\:divide-contrast-black > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  :root .sm\:divide-contrast-white > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  :root .sm\:divide-primary-light > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(var(--color-primary), .1);
  }

  :root .sm\:divide-primary > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(var(--color-primary));
  }

  :root .sm\:divide-red-light > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(244, 67, 54, 0.1);
  }

  :root .sm\:divide-red > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(244, 67, 54, var(--tw-divide-opacity));
  }

  :root .sm\:divide-green-2 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(var(--color-green-2));
  }

  :root .sm\:divide-green-3 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(var(--color-green-3));
  }

  :root .sm\:divide-green-4 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(var(--color-green-4));
  }

  :root .sm\:divide-gren > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(var(--color-gren));
  }

  :root .sm\:divide-gren-1 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(var(--color-gren-1));
  }

  :root .sm\:divide-gren-2 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(var(--color-gren-2));
  }

  :root .sm\:divide-gren-3 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(var(--color-gren-3));
  }

  :root .sm\:divide-gren-4 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(var(--color-gren-4));
  }

  :root .sm\:divide-selected > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(var(--color-selected));
  }

  :root .sm\:divide-error > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(var(--color-error));
  }

  :root .sm\:divide-attention > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(var(--color-attention));
  }

  :root .sm\:divide-accept > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(var(--color-accept));
  }

  :root .sm\:divide-system > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(var(--color-system));
  }

  :root .sm\:divide-orange > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(var(--color-orange));
  }

  :root .sm\:divide-links > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(var(--color-links));
  }

  :root .sm\:divide-teal > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(var(--color-teal));
  }

  :root .sm\:divide-purple > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(var(--color-purple));
  }

  :root .sm\:divide-pink > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(var(--color-pink));
  }

  :root .sm\:divide-margaret > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(var(--color-margaret));
  }

  :root .sm\:divide-betty > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(var(--color-betty));
  }

  :root .sm\:divide-natasha-light > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(var(--color-natasha), .05);
  }

  :root .sm\:divide-natasha > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(var(--color-natasha));
  }

  :root .sm\:divide-tiffany > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(var(--color-tiffany));
  }

  :root .sm\:divide-barbara > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(var(--color-barbara));
  }

  :root .sm\:divide-suzanne > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(var(--color-suzanne));
  }

  :root .sm\:divide-lily > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(var(--color-lily));
  }

  :root .sm\:divide-stephanie > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(var(--color-stephanie));
  }

  :root .sm\:divide-lisa > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(var(--color-lisa), 0.6);
  }

  :root .sm\:divide-california > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(var(--color-california));
  }

  :root .sm\:divide-texas > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(var(--color-texas));
  }

  :root .sm\:divide-florida > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(var(--color-florida));
  }

  :root .sm\:divide-colorado > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(var(--color-colorado));
  }

  :root .sm\:divide-seattle > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(var(--color-seattle));
  }

  :root .sm\:divide-denver > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(var(--color-denver));
  }

  :root .sm\:divide-arizona > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(var(--color-arizona));
  }

  :root .sm\:divide-shpongle > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(var(--color-shpongle));
  }

  :root .sm\:divide-band > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(var(--color-band));
  }

  :root .sm\:divide-blur > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(var(--color-blur), 0.05);
  }

  :root .sm\:divide-mila > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(var(--color-mila));
  }

  :root .sm\:divide-solid > :not([hidden]) ~ :not([hidden]){
    border-style: solid;
  }

  :root .sm\:divide-dashed > :not([hidden]) ~ :not([hidden]){
    border-style: dashed;
  }

  :root .sm\:divide-dotted > :not([hidden]) ~ :not([hidden]){
    border-style: dotted;
  }

  :root .sm\:divide-double > :not([hidden]) ~ :not([hidden]){
    border-style: double;
  }

  :root .sm\:divide-none > :not([hidden]) ~ :not([hidden]){
    border-style: none;
  }

  :root .sm\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0;
  }

  :root .sm\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.25;
  }

  :root .sm\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.5;
  }

  :root .sm\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.75;
  }

  :root .sm\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
  }

  :root .sm\:sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  :root .sm\:not-sr-only{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  :root .sm\:focus\:sr-only:focus{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  :root .sm\:focus\:not-sr-only:focus{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  :root .sm\:appearance-none{
    appearance: none;
  }

  :root .sm\:bg-fixed{
    background-attachment: fixed;
  }

  :root .sm\:bg-local{
    background-attachment: local;
  }

  :root .sm\:bg-scroll{
    background-attachment: scroll;
  }

  :root .sm\:bg-clip-border{
    background-clip: border-box;
  }

  :root .sm\:bg-clip-padding{
    background-clip: padding-box;
  }

  :root .sm\:bg-clip-content{
    background-clip: content-box;
  }

  :root .sm\:bg-clip-text{
    background-clip: text;
  }

  :root .sm\:bg-base{
    background-color: var(--background-base);
  }

  :root .sm\:bg-card{
    background-color: var(--background-card);
  }

  :root .sm\:bg-app-bar{
    background-color: var(--background-app-bar);
  }

  :root .sm\:bg-hover{
    background-color: var(--background-hover);
  }

  :root .sm\:bg-current{
    background-color: currentColor;
  }

  :root .sm\:bg-transparent{
    background-color: transparent;
  }

  :root .sm\:bg-black{
    background-color: rgb(var(--color-black));
  }

  :root .sm\:bg-white{
    background-color: rgb(var(--color-white));
  }

  :root .sm\:bg-contrast-black{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  :root .sm\:bg-contrast-white{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  :root .sm\:bg-primary-light{
    background-color: rgba(var(--color-primary), .1);
  }

  :root .sm\:bg-primary{
    background-color: rgb(var(--color-primary));
  }

  :root .sm\:bg-red-light{
    background-color: rgba(244, 67, 54, 0.1);
  }

  :root .sm\:bg-red{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 67, 54, var(--tw-bg-opacity));
  }

  :root .sm\:bg-green-2{
    background-color: rgb(var(--color-green-2));
  }

  :root .sm\:bg-green-3{
    background-color: rgb(var(--color-green-3));
  }

  :root .sm\:bg-green-4{
    background-color: rgb(var(--color-green-4));
  }

  :root .sm\:bg-gren{
    background-color: rgb(var(--color-gren));
  }

  :root .sm\:bg-gren-1{
    background-color: rgb(var(--color-gren-1));
  }

  :root .sm\:bg-gren-2{
    background-color: rgb(var(--color-gren-2));
  }

  :root .sm\:bg-gren-3{
    background-color: rgb(var(--color-gren-3));
  }

  :root .sm\:bg-gren-4{
    background-color: rgb(var(--color-gren-4));
  }

  :root .sm\:bg-selected{
    background-color: rgb(var(--color-selected));
  }

  :root .sm\:bg-error{
    background-color: rgb(var(--color-error));
  }

  :root .sm\:bg-attention{
    background-color: rgb(var(--color-attention));
  }

  :root .sm\:bg-accept{
    background-color: rgb(var(--color-accept));
  }

  :root .sm\:bg-system{
    background-color: rgb(var(--color-system));
  }

  :root .sm\:bg-orange{
    background-color: rgb(var(--color-orange));
  }

  :root .sm\:bg-links{
    background-color: rgb(var(--color-links));
  }

  :root .sm\:bg-teal{
    background-color: rgb(var(--color-teal));
  }

  :root .sm\:bg-purple{
    background-color: rgb(var(--color-purple));
  }

  :root .sm\:bg-pink{
    background-color: rgb(var(--color-pink));
  }

  :root .sm\:bg-margaret{
    background-color: rgb(var(--color-margaret));
  }

  :root .sm\:bg-betty{
    background-color: rgb(var(--color-betty));
  }

  :root .sm\:bg-natasha-light{
    background-color: rgba(var(--color-natasha), .05);
  }

  :root .sm\:bg-natasha{
    background-color: rgb(var(--color-natasha));
  }

  :root .sm\:bg-tiffany{
    background-color: rgb(var(--color-tiffany));
  }

  :root .sm\:bg-barbara{
    background-color: rgb(var(--color-barbara));
  }

  :root .sm\:bg-suzanne{
    background-color: rgb(var(--color-suzanne));
  }

  :root .sm\:bg-lily{
    background-color: rgb(var(--color-lily));
  }

  :root .sm\:bg-stephanie{
    background-color: rgb(var(--color-stephanie));
  }

  :root .sm\:bg-lisa{
    background-color: rgba(var(--color-lisa), 0.6);
  }

  :root .sm\:bg-california{
    background-color: rgb(var(--color-california));
  }

  :root .sm\:bg-texas{
    background-color: rgb(var(--color-texas));
  }

  :root .sm\:bg-florida{
    background-color: rgb(var(--color-florida));
  }

  :root .sm\:bg-colorado{
    background-color: rgb(var(--color-colorado));
  }

  :root .sm\:bg-seattle{
    background-color: rgb(var(--color-seattle));
  }

  :root .sm\:bg-denver{
    background-color: rgb(var(--color-denver));
  }

  :root .sm\:bg-arizona{
    background-color: rgb(var(--color-arizona));
  }

  :root .sm\:bg-shpongle{
    background-color: rgb(var(--color-shpongle));
  }

  :root .sm\:bg-band{
    background-color: rgb(var(--color-band));
  }

  :root .sm\:bg-blur{
    background-color: rgba(var(--color-blur), 0.05);
  }

  :root .sm\:bg-mila{
    background-color: rgba(var(--color-mila));
  }

  :root .sm\:hover\:bg-base:hover{
    background-color: var(--background-base);
  }

  :root .sm\:hover\:bg-card:hover{
    background-color: var(--background-card);
  }

  :root .sm\:hover\:bg-app-bar:hover{
    background-color: var(--background-app-bar);
  }

  :root .sm\:hover\:bg-hover:hover{
    background-color: var(--background-hover);
  }

  :root .sm\:hover\:bg-current:hover{
    background-color: currentColor;
  }

  :root .sm\:hover\:bg-transparent:hover{
    background-color: transparent;
  }

  :root .sm\:hover\:bg-black:hover{
    background-color: rgb(var(--color-black));
  }

  :root .sm\:hover\:bg-white:hover{
    background-color: rgb(var(--color-white));
  }

  :root .sm\:hover\:bg-contrast-black:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  :root .sm\:hover\:bg-contrast-white:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  :root .sm\:hover\:bg-primary-light:hover{
    background-color: rgba(var(--color-primary), .1);
  }

  :root .sm\:hover\:bg-primary:hover{
    background-color: rgb(var(--color-primary));
  }

  :root .sm\:hover\:bg-red-light:hover{
    background-color: rgba(244, 67, 54, 0.1);
  }

  :root .sm\:hover\:bg-red:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 67, 54, var(--tw-bg-opacity));
  }

  :root .sm\:hover\:bg-green-2:hover{
    background-color: rgb(var(--color-green-2));
  }

  :root .sm\:hover\:bg-green-3:hover{
    background-color: rgb(var(--color-green-3));
  }

  :root .sm\:hover\:bg-green-4:hover{
    background-color: rgb(var(--color-green-4));
  }

  :root .sm\:hover\:bg-gren:hover{
    background-color: rgb(var(--color-gren));
  }

  :root .sm\:hover\:bg-gren-1:hover{
    background-color: rgb(var(--color-gren-1));
  }

  :root .sm\:hover\:bg-gren-2:hover{
    background-color: rgb(var(--color-gren-2));
  }

  :root .sm\:hover\:bg-gren-3:hover{
    background-color: rgb(var(--color-gren-3));
  }

  :root .sm\:hover\:bg-gren-4:hover{
    background-color: rgb(var(--color-gren-4));
  }

  :root .sm\:hover\:bg-selected:hover{
    background-color: rgb(var(--color-selected));
  }

  :root .sm\:hover\:bg-error:hover{
    background-color: rgb(var(--color-error));
  }

  :root .sm\:hover\:bg-attention:hover{
    background-color: rgb(var(--color-attention));
  }

  :root .sm\:hover\:bg-accept:hover{
    background-color: rgb(var(--color-accept));
  }

  :root .sm\:hover\:bg-system:hover{
    background-color: rgb(var(--color-system));
  }

  :root .sm\:hover\:bg-orange:hover{
    background-color: rgb(var(--color-orange));
  }

  :root .sm\:hover\:bg-links:hover{
    background-color: rgb(var(--color-links));
  }

  :root .sm\:hover\:bg-teal:hover{
    background-color: rgb(var(--color-teal));
  }

  :root .sm\:hover\:bg-purple:hover{
    background-color: rgb(var(--color-purple));
  }

  :root .sm\:hover\:bg-pink:hover{
    background-color: rgb(var(--color-pink));
  }

  :root .sm\:hover\:bg-margaret:hover{
    background-color: rgb(var(--color-margaret));
  }

  :root .sm\:hover\:bg-betty:hover{
    background-color: rgb(var(--color-betty));
  }

  :root .sm\:hover\:bg-natasha-light:hover{
    background-color: rgba(var(--color-natasha), .05);
  }

  :root .sm\:hover\:bg-natasha:hover{
    background-color: rgb(var(--color-natasha));
  }

  :root .sm\:hover\:bg-tiffany:hover{
    background-color: rgb(var(--color-tiffany));
  }

  :root .sm\:hover\:bg-barbara:hover{
    background-color: rgb(var(--color-barbara));
  }

  :root .sm\:hover\:bg-suzanne:hover{
    background-color: rgb(var(--color-suzanne));
  }

  :root .sm\:hover\:bg-lily:hover{
    background-color: rgb(var(--color-lily));
  }

  :root .sm\:hover\:bg-stephanie:hover{
    background-color: rgb(var(--color-stephanie));
  }

  :root .sm\:hover\:bg-lisa:hover{
    background-color: rgba(var(--color-lisa), 0.6);
  }

  :root .sm\:hover\:bg-california:hover{
    background-color: rgb(var(--color-california));
  }

  :root .sm\:hover\:bg-texas:hover{
    background-color: rgb(var(--color-texas));
  }

  :root .sm\:hover\:bg-florida:hover{
    background-color: rgb(var(--color-florida));
  }

  :root .sm\:hover\:bg-colorado:hover{
    background-color: rgb(var(--color-colorado));
  }

  :root .sm\:hover\:bg-seattle:hover{
    background-color: rgb(var(--color-seattle));
  }

  :root .sm\:hover\:bg-denver:hover{
    background-color: rgb(var(--color-denver));
  }

  :root .sm\:hover\:bg-arizona:hover{
    background-color: rgb(var(--color-arizona));
  }

  :root .sm\:hover\:bg-shpongle:hover{
    background-color: rgb(var(--color-shpongle));
  }

  :root .sm\:hover\:bg-band:hover{
    background-color: rgb(var(--color-band));
  }

  :root .sm\:hover\:bg-blur:hover{
    background-color: rgba(var(--color-blur), 0.05);
  }

  :root .sm\:hover\:bg-mila:hover{
    background-color: rgba(var(--color-mila));
  }

  :root .sm\:focus\:bg-base:focus{
    background-color: var(--background-base);
  }

  :root .sm\:focus\:bg-card:focus{
    background-color: var(--background-card);
  }

  :root .sm\:focus\:bg-app-bar:focus{
    background-color: var(--background-app-bar);
  }

  :root .sm\:focus\:bg-hover:focus{
    background-color: var(--background-hover);
  }

  :root .sm\:focus\:bg-current:focus{
    background-color: currentColor;
  }

  :root .sm\:focus\:bg-transparent:focus{
    background-color: transparent;
  }

  :root .sm\:focus\:bg-black:focus{
    background-color: rgb(var(--color-black));
  }

  :root .sm\:focus\:bg-white:focus{
    background-color: rgb(var(--color-white));
  }

  :root .sm\:focus\:bg-contrast-black:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  :root .sm\:focus\:bg-contrast-white:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  :root .sm\:focus\:bg-primary-light:focus{
    background-color: rgba(var(--color-primary), .1);
  }

  :root .sm\:focus\:bg-primary:focus{
    background-color: rgb(var(--color-primary));
  }

  :root .sm\:focus\:bg-red-light:focus{
    background-color: rgba(244, 67, 54, 0.1);
  }

  :root .sm\:focus\:bg-red:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 67, 54, var(--tw-bg-opacity));
  }

  :root .sm\:focus\:bg-green-2:focus{
    background-color: rgb(var(--color-green-2));
  }

  :root .sm\:focus\:bg-green-3:focus{
    background-color: rgb(var(--color-green-3));
  }

  :root .sm\:focus\:bg-green-4:focus{
    background-color: rgb(var(--color-green-4));
  }

  :root .sm\:focus\:bg-gren:focus{
    background-color: rgb(var(--color-gren));
  }

  :root .sm\:focus\:bg-gren-1:focus{
    background-color: rgb(var(--color-gren-1));
  }

  :root .sm\:focus\:bg-gren-2:focus{
    background-color: rgb(var(--color-gren-2));
  }

  :root .sm\:focus\:bg-gren-3:focus{
    background-color: rgb(var(--color-gren-3));
  }

  :root .sm\:focus\:bg-gren-4:focus{
    background-color: rgb(var(--color-gren-4));
  }

  :root .sm\:focus\:bg-selected:focus{
    background-color: rgb(var(--color-selected));
  }

  :root .sm\:focus\:bg-error:focus{
    background-color: rgb(var(--color-error));
  }

  :root .sm\:focus\:bg-attention:focus{
    background-color: rgb(var(--color-attention));
  }

  :root .sm\:focus\:bg-accept:focus{
    background-color: rgb(var(--color-accept));
  }

  :root .sm\:focus\:bg-system:focus{
    background-color: rgb(var(--color-system));
  }

  :root .sm\:focus\:bg-orange:focus{
    background-color: rgb(var(--color-orange));
  }

  :root .sm\:focus\:bg-links:focus{
    background-color: rgb(var(--color-links));
  }

  :root .sm\:focus\:bg-teal:focus{
    background-color: rgb(var(--color-teal));
  }

  :root .sm\:focus\:bg-purple:focus{
    background-color: rgb(var(--color-purple));
  }

  :root .sm\:focus\:bg-pink:focus{
    background-color: rgb(var(--color-pink));
  }

  :root .sm\:focus\:bg-margaret:focus{
    background-color: rgb(var(--color-margaret));
  }

  :root .sm\:focus\:bg-betty:focus{
    background-color: rgb(var(--color-betty));
  }

  :root .sm\:focus\:bg-natasha-light:focus{
    background-color: rgba(var(--color-natasha), .05);
  }

  :root .sm\:focus\:bg-natasha:focus{
    background-color: rgb(var(--color-natasha));
  }

  :root .sm\:focus\:bg-tiffany:focus{
    background-color: rgb(var(--color-tiffany));
  }

  :root .sm\:focus\:bg-barbara:focus{
    background-color: rgb(var(--color-barbara));
  }

  :root .sm\:focus\:bg-suzanne:focus{
    background-color: rgb(var(--color-suzanne));
  }

  :root .sm\:focus\:bg-lily:focus{
    background-color: rgb(var(--color-lily));
  }

  :root .sm\:focus\:bg-stephanie:focus{
    background-color: rgb(var(--color-stephanie));
  }

  :root .sm\:focus\:bg-lisa:focus{
    background-color: rgba(var(--color-lisa), 0.6);
  }

  :root .sm\:focus\:bg-california:focus{
    background-color: rgb(var(--color-california));
  }

  :root .sm\:focus\:bg-texas:focus{
    background-color: rgb(var(--color-texas));
  }

  :root .sm\:focus\:bg-florida:focus{
    background-color: rgb(var(--color-florida));
  }

  :root .sm\:focus\:bg-colorado:focus{
    background-color: rgb(var(--color-colorado));
  }

  :root .sm\:focus\:bg-seattle:focus{
    background-color: rgb(var(--color-seattle));
  }

  :root .sm\:focus\:bg-denver:focus{
    background-color: rgb(var(--color-denver));
  }

  :root .sm\:focus\:bg-arizona:focus{
    background-color: rgb(var(--color-arizona));
  }

  :root .sm\:focus\:bg-shpongle:focus{
    background-color: rgb(var(--color-shpongle));
  }

  :root .sm\:focus\:bg-band:focus{
    background-color: rgb(var(--color-band));
  }

  :root .sm\:focus\:bg-blur:focus{
    background-color: rgba(var(--color-blur), 0.05);
  }

  :root .sm\:focus\:bg-mila:focus{
    background-color: rgba(var(--color-mila));
  }

  :root .sm\:bg-none{
    background-image: none;
  }

  :root .sm\:bg-gradient-to-t{
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  :root .sm\:bg-gradient-to-tr{
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  :root .sm\:bg-gradient-to-r{
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  :root .sm\:bg-gradient-to-br{
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  :root .sm\:bg-gradient-to-b{
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  :root .sm\:bg-gradient-to-bl{
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  :root .sm\:bg-gradient-to-l{
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  :root .sm\:bg-gradient-to-tl{
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  :root .sm\:from-current{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:from-transparent{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  :root .sm\:from-black{
    --tw-gradient-from: rgb(var(--color-black));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:from-white{
    --tw-gradient-from: rgb(var(--color-white));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:from-contrast-black{
    --tw-gradient-from: black;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  :root .sm\:from-contrast-white{
    --tw-gradient-from: white;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:from-primary-light{
    --tw-gradient-from: rgba(var(--color-primary), .1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:from-primary{
    --tw-gradient-from: rgb(var(--color-primary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:from-red-light{
    --tw-gradient-from: rgba(244, 67, 54, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 67, 54, 0));
  }

  :root .sm\:from-red{
    --tw-gradient-from: rgb(244, 67, 54);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 67, 54, 0));
  }

  :root .sm\:from-green-2{
    --tw-gradient-from: rgb(var(--color-green-2));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:from-green-3{
    --tw-gradient-from: rgb(var(--color-green-3));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:from-green-4{
    --tw-gradient-from: rgb(var(--color-green-4));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:from-gren{
    --tw-gradient-from: rgb(var(--color-gren));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:from-gren-1{
    --tw-gradient-from: rgb(var(--color-gren-1));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:from-gren-2{
    --tw-gradient-from: rgb(var(--color-gren-2));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:from-gren-3{
    --tw-gradient-from: rgb(var(--color-gren-3));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:from-gren-4{
    --tw-gradient-from: rgb(var(--color-gren-4));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:from-selected{
    --tw-gradient-from: rgb(var(--color-selected));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:from-error{
    --tw-gradient-from: rgb(var(--color-error));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:from-attention{
    --tw-gradient-from: rgb(var(--color-attention));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:from-accept{
    --tw-gradient-from: rgb(var(--color-accept));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:from-system{
    --tw-gradient-from: rgb(var(--color-system));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:from-orange{
    --tw-gradient-from: rgb(var(--color-orange));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:from-links{
    --tw-gradient-from: rgb(var(--color-links));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:from-teal{
    --tw-gradient-from: rgb(var(--color-teal));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:from-purple{
    --tw-gradient-from: rgb(var(--color-purple));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:from-pink{
    --tw-gradient-from: rgb(var(--color-pink));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:from-margaret{
    --tw-gradient-from: rgb(var(--color-margaret));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:from-betty{
    --tw-gradient-from: rgb(var(--color-betty));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:from-natasha-light{
    --tw-gradient-from: rgba(var(--color-natasha), .05);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:from-natasha{
    --tw-gradient-from: rgb(var(--color-natasha));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:from-tiffany{
    --tw-gradient-from: rgb(var(--color-tiffany));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:from-barbara{
    --tw-gradient-from: rgb(var(--color-barbara));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:from-suzanne{
    --tw-gradient-from: rgb(var(--color-suzanne));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:from-lily{
    --tw-gradient-from: rgb(var(--color-lily));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:from-stephanie{
    --tw-gradient-from: rgb(var(--color-stephanie));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:from-lisa{
    --tw-gradient-from: rgba(var(--color-lisa), 0.6);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:from-california{
    --tw-gradient-from: rgb(var(--color-california));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:from-texas{
    --tw-gradient-from: rgb(var(--color-texas));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:from-florida{
    --tw-gradient-from: rgb(var(--color-florida));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:from-colorado{
    --tw-gradient-from: rgb(var(--color-colorado));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:from-seattle{
    --tw-gradient-from: rgb(var(--color-seattle));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:from-denver{
    --tw-gradient-from: rgb(var(--color-denver));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:from-arizona{
    --tw-gradient-from: rgb(var(--color-arizona));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:from-shpongle{
    --tw-gradient-from: rgb(var(--color-shpongle));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:from-band{
    --tw-gradient-from: rgb(var(--color-band));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:from-blur{
    --tw-gradient-from: rgba(var(--color-blur), 0.05);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:from-mila{
    --tw-gradient-from: rgba(var(--color-mila));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:via-current{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:via-transparent{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  :root .sm\:via-black{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-black)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:via-white{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-white)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:via-contrast-black{
    --tw-gradient-stops: var(--tw-gradient-from), black, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  :root .sm\:via-contrast-white{
    --tw-gradient-stops: var(--tw-gradient-from), white, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:via-primary-light{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-primary), .1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:via-primary{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-primary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:via-red-light{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(244, 67, 54, 0.1), var(--tw-gradient-to, rgba(244, 67, 54, 0));
  }

  :root .sm\:via-red{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244, 67, 54), var(--tw-gradient-to, rgba(244, 67, 54, 0));
  }

  :root .sm\:via-green-2{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-green-2)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:via-green-3{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-green-3)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:via-green-4{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-green-4)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:via-gren{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-gren)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:via-gren-1{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-gren-1)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:via-gren-2{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-gren-2)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:via-gren-3{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-gren-3)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:via-gren-4{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-gren-4)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:via-selected{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-selected)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:via-error{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-error)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:via-attention{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-attention)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:via-accept{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-accept)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:via-system{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-system)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:via-orange{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-orange)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:via-links{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-links)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:via-teal{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-teal)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:via-purple{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-purple)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:via-pink{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-pink)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:via-margaret{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-margaret)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:via-betty{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-betty)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:via-natasha-light{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-natasha), .05), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:via-natasha{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-natasha)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:via-tiffany{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-tiffany)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:via-barbara{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-barbara)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:via-suzanne{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-suzanne)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:via-lily{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-lily)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:via-stephanie{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-stephanie)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:via-lisa{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-lisa), 0.6), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:via-california{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-california)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:via-texas{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-texas)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:via-florida{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-florida)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:via-colorado{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-colorado)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:via-seattle{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-seattle)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:via-denver{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-denver)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:via-arizona{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-arizona)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:via-shpongle{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-shpongle)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:via-band{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-band)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:via-blur{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-blur), 0.05), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:via-mila{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-mila)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:to-current{
    --tw-gradient-to: currentColor;
  }

  :root .sm\:to-transparent{
    --tw-gradient-to: transparent;
  }

  :root .sm\:to-black{
    --tw-gradient-to: rgb(var(--color-black));
  }

  :root .sm\:to-white{
    --tw-gradient-to: rgb(var(--color-white));
  }

  :root .sm\:to-contrast-black{
    --tw-gradient-to: black;
  }

  :root .sm\:to-contrast-white{
    --tw-gradient-to: white;
  }

  :root .sm\:to-primary-light{
    --tw-gradient-to: rgba(var(--color-primary), .1);
  }

  :root .sm\:to-primary{
    --tw-gradient-to: rgb(var(--color-primary));
  }

  :root .sm\:to-red-light{
    --tw-gradient-to: rgba(244, 67, 54, 0.1);
  }

  :root .sm\:to-red{
    --tw-gradient-to: rgb(244, 67, 54);
  }

  :root .sm\:to-green-2{
    --tw-gradient-to: rgb(var(--color-green-2));
  }

  :root .sm\:to-green-3{
    --tw-gradient-to: rgb(var(--color-green-3));
  }

  :root .sm\:to-green-4{
    --tw-gradient-to: rgb(var(--color-green-4));
  }

  :root .sm\:to-gren{
    --tw-gradient-to: rgb(var(--color-gren));
  }

  :root .sm\:to-gren-1{
    --tw-gradient-to: rgb(var(--color-gren-1));
  }

  :root .sm\:to-gren-2{
    --tw-gradient-to: rgb(var(--color-gren-2));
  }

  :root .sm\:to-gren-3{
    --tw-gradient-to: rgb(var(--color-gren-3));
  }

  :root .sm\:to-gren-4{
    --tw-gradient-to: rgb(var(--color-gren-4));
  }

  :root .sm\:to-selected{
    --tw-gradient-to: rgb(var(--color-selected));
  }

  :root .sm\:to-error{
    --tw-gradient-to: rgb(var(--color-error));
  }

  :root .sm\:to-attention{
    --tw-gradient-to: rgb(var(--color-attention));
  }

  :root .sm\:to-accept{
    --tw-gradient-to: rgb(var(--color-accept));
  }

  :root .sm\:to-system{
    --tw-gradient-to: rgb(var(--color-system));
  }

  :root .sm\:to-orange{
    --tw-gradient-to: rgb(var(--color-orange));
  }

  :root .sm\:to-links{
    --tw-gradient-to: rgb(var(--color-links));
  }

  :root .sm\:to-teal{
    --tw-gradient-to: rgb(var(--color-teal));
  }

  :root .sm\:to-purple{
    --tw-gradient-to: rgb(var(--color-purple));
  }

  :root .sm\:to-pink{
    --tw-gradient-to: rgb(var(--color-pink));
  }

  :root .sm\:to-margaret{
    --tw-gradient-to: rgb(var(--color-margaret));
  }

  :root .sm\:to-betty{
    --tw-gradient-to: rgb(var(--color-betty));
  }

  :root .sm\:to-natasha-light{
    --tw-gradient-to: rgba(var(--color-natasha), .05);
  }

  :root .sm\:to-natasha{
    --tw-gradient-to: rgb(var(--color-natasha));
  }

  :root .sm\:to-tiffany{
    --tw-gradient-to: rgb(var(--color-tiffany));
  }

  :root .sm\:to-barbara{
    --tw-gradient-to: rgb(var(--color-barbara));
  }

  :root .sm\:to-suzanne{
    --tw-gradient-to: rgb(var(--color-suzanne));
  }

  :root .sm\:to-lily{
    --tw-gradient-to: rgb(var(--color-lily));
  }

  :root .sm\:to-stephanie{
    --tw-gradient-to: rgb(var(--color-stephanie));
  }

  :root .sm\:to-lisa{
    --tw-gradient-to: rgba(var(--color-lisa), 0.6);
  }

  :root .sm\:to-california{
    --tw-gradient-to: rgb(var(--color-california));
  }

  :root .sm\:to-texas{
    --tw-gradient-to: rgb(var(--color-texas));
  }

  :root .sm\:to-florida{
    --tw-gradient-to: rgb(var(--color-florida));
  }

  :root .sm\:to-colorado{
    --tw-gradient-to: rgb(var(--color-colorado));
  }

  :root .sm\:to-seattle{
    --tw-gradient-to: rgb(var(--color-seattle));
  }

  :root .sm\:to-denver{
    --tw-gradient-to: rgb(var(--color-denver));
  }

  :root .sm\:to-arizona{
    --tw-gradient-to: rgb(var(--color-arizona));
  }

  :root .sm\:to-shpongle{
    --tw-gradient-to: rgb(var(--color-shpongle));
  }

  :root .sm\:to-band{
    --tw-gradient-to: rgb(var(--color-band));
  }

  :root .sm\:to-blur{
    --tw-gradient-to: rgba(var(--color-blur), 0.05);
  }

  :root .sm\:to-mila{
    --tw-gradient-to: rgba(var(--color-mila));
  }

  :root .sm\:hover\:from-current:hover{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:hover\:from-transparent:hover{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  :root .sm\:hover\:from-black:hover{
    --tw-gradient-from: rgb(var(--color-black));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:hover\:from-white:hover{
    --tw-gradient-from: rgb(var(--color-white));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:hover\:from-contrast-black:hover{
    --tw-gradient-from: black;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  :root .sm\:hover\:from-contrast-white:hover{
    --tw-gradient-from: white;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:hover\:from-primary-light:hover{
    --tw-gradient-from: rgba(var(--color-primary), .1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:hover\:from-primary:hover{
    --tw-gradient-from: rgb(var(--color-primary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:hover\:from-red-light:hover{
    --tw-gradient-from: rgba(244, 67, 54, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 67, 54, 0));
  }

  :root .sm\:hover\:from-red:hover{
    --tw-gradient-from: rgb(244, 67, 54);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 67, 54, 0));
  }

  :root .sm\:hover\:from-green-2:hover{
    --tw-gradient-from: rgb(var(--color-green-2));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:hover\:from-green-3:hover{
    --tw-gradient-from: rgb(var(--color-green-3));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:hover\:from-green-4:hover{
    --tw-gradient-from: rgb(var(--color-green-4));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:hover\:from-gren:hover{
    --tw-gradient-from: rgb(var(--color-gren));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:hover\:from-gren-1:hover{
    --tw-gradient-from: rgb(var(--color-gren-1));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:hover\:from-gren-2:hover{
    --tw-gradient-from: rgb(var(--color-gren-2));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:hover\:from-gren-3:hover{
    --tw-gradient-from: rgb(var(--color-gren-3));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:hover\:from-gren-4:hover{
    --tw-gradient-from: rgb(var(--color-gren-4));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:hover\:from-selected:hover{
    --tw-gradient-from: rgb(var(--color-selected));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:hover\:from-error:hover{
    --tw-gradient-from: rgb(var(--color-error));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:hover\:from-attention:hover{
    --tw-gradient-from: rgb(var(--color-attention));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:hover\:from-accept:hover{
    --tw-gradient-from: rgb(var(--color-accept));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:hover\:from-system:hover{
    --tw-gradient-from: rgb(var(--color-system));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:hover\:from-orange:hover{
    --tw-gradient-from: rgb(var(--color-orange));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:hover\:from-links:hover{
    --tw-gradient-from: rgb(var(--color-links));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:hover\:from-teal:hover{
    --tw-gradient-from: rgb(var(--color-teal));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:hover\:from-purple:hover{
    --tw-gradient-from: rgb(var(--color-purple));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:hover\:from-pink:hover{
    --tw-gradient-from: rgb(var(--color-pink));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:hover\:from-margaret:hover{
    --tw-gradient-from: rgb(var(--color-margaret));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:hover\:from-betty:hover{
    --tw-gradient-from: rgb(var(--color-betty));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:hover\:from-natasha-light:hover{
    --tw-gradient-from: rgba(var(--color-natasha), .05);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:hover\:from-natasha:hover{
    --tw-gradient-from: rgb(var(--color-natasha));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:hover\:from-tiffany:hover{
    --tw-gradient-from: rgb(var(--color-tiffany));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:hover\:from-barbara:hover{
    --tw-gradient-from: rgb(var(--color-barbara));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:hover\:from-suzanne:hover{
    --tw-gradient-from: rgb(var(--color-suzanne));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:hover\:from-lily:hover{
    --tw-gradient-from: rgb(var(--color-lily));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:hover\:from-stephanie:hover{
    --tw-gradient-from: rgb(var(--color-stephanie));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:hover\:from-lisa:hover{
    --tw-gradient-from: rgba(var(--color-lisa), 0.6);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:hover\:from-california:hover{
    --tw-gradient-from: rgb(var(--color-california));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:hover\:from-texas:hover{
    --tw-gradient-from: rgb(var(--color-texas));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:hover\:from-florida:hover{
    --tw-gradient-from: rgb(var(--color-florida));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:hover\:from-colorado:hover{
    --tw-gradient-from: rgb(var(--color-colorado));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:hover\:from-seattle:hover{
    --tw-gradient-from: rgb(var(--color-seattle));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:hover\:from-denver:hover{
    --tw-gradient-from: rgb(var(--color-denver));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:hover\:from-arizona:hover{
    --tw-gradient-from: rgb(var(--color-arizona));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:hover\:from-shpongle:hover{
    --tw-gradient-from: rgb(var(--color-shpongle));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:hover\:from-band:hover{
    --tw-gradient-from: rgb(var(--color-band));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:hover\:from-blur:hover{
    --tw-gradient-from: rgba(var(--color-blur), 0.05);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:hover\:from-mila:hover{
    --tw-gradient-from: rgba(var(--color-mila));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:hover\:via-current:hover{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:hover\:via-transparent:hover{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  :root .sm\:hover\:via-black:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-black)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:hover\:via-white:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-white)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:hover\:via-contrast-black:hover{
    --tw-gradient-stops: var(--tw-gradient-from), black, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  :root .sm\:hover\:via-contrast-white:hover{
    --tw-gradient-stops: var(--tw-gradient-from), white, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:hover\:via-primary-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-primary), .1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:hover\:via-primary:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-primary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:hover\:via-red-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(244, 67, 54, 0.1), var(--tw-gradient-to, rgba(244, 67, 54, 0));
  }

  :root .sm\:hover\:via-red:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244, 67, 54), var(--tw-gradient-to, rgba(244, 67, 54, 0));
  }

  :root .sm\:hover\:via-green-2:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-green-2)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:hover\:via-green-3:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-green-3)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:hover\:via-green-4:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-green-4)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:hover\:via-gren:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-gren)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:hover\:via-gren-1:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-gren-1)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:hover\:via-gren-2:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-gren-2)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:hover\:via-gren-3:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-gren-3)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:hover\:via-gren-4:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-gren-4)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:hover\:via-selected:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-selected)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:hover\:via-error:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-error)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:hover\:via-attention:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-attention)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:hover\:via-accept:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-accept)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:hover\:via-system:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-system)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:hover\:via-orange:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-orange)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:hover\:via-links:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-links)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:hover\:via-teal:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-teal)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:hover\:via-purple:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-purple)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:hover\:via-pink:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-pink)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:hover\:via-margaret:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-margaret)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:hover\:via-betty:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-betty)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:hover\:via-natasha-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-natasha), .05), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:hover\:via-natasha:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-natasha)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:hover\:via-tiffany:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-tiffany)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:hover\:via-barbara:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-barbara)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:hover\:via-suzanne:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-suzanne)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:hover\:via-lily:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-lily)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:hover\:via-stephanie:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-stephanie)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:hover\:via-lisa:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-lisa), 0.6), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:hover\:via-california:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-california)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:hover\:via-texas:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-texas)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:hover\:via-florida:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-florida)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:hover\:via-colorado:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-colorado)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:hover\:via-seattle:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-seattle)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:hover\:via-denver:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-denver)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:hover\:via-arizona:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-arizona)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:hover\:via-shpongle:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-shpongle)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:hover\:via-band:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-band)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:hover\:via-blur:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-blur), 0.05), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:hover\:via-mila:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-mila)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:hover\:to-current:hover{
    --tw-gradient-to: currentColor;
  }

  :root .sm\:hover\:to-transparent:hover{
    --tw-gradient-to: transparent;
  }

  :root .sm\:hover\:to-black:hover{
    --tw-gradient-to: rgb(var(--color-black));
  }

  :root .sm\:hover\:to-white:hover{
    --tw-gradient-to: rgb(var(--color-white));
  }

  :root .sm\:hover\:to-contrast-black:hover{
    --tw-gradient-to: black;
  }

  :root .sm\:hover\:to-contrast-white:hover{
    --tw-gradient-to: white;
  }

  :root .sm\:hover\:to-primary-light:hover{
    --tw-gradient-to: rgba(var(--color-primary), .1);
  }

  :root .sm\:hover\:to-primary:hover{
    --tw-gradient-to: rgb(var(--color-primary));
  }

  :root .sm\:hover\:to-red-light:hover{
    --tw-gradient-to: rgba(244, 67, 54, 0.1);
  }

  :root .sm\:hover\:to-red:hover{
    --tw-gradient-to: rgb(244, 67, 54);
  }

  :root .sm\:hover\:to-green-2:hover{
    --tw-gradient-to: rgb(var(--color-green-2));
  }

  :root .sm\:hover\:to-green-3:hover{
    --tw-gradient-to: rgb(var(--color-green-3));
  }

  :root .sm\:hover\:to-green-4:hover{
    --tw-gradient-to: rgb(var(--color-green-4));
  }

  :root .sm\:hover\:to-gren:hover{
    --tw-gradient-to: rgb(var(--color-gren));
  }

  :root .sm\:hover\:to-gren-1:hover{
    --tw-gradient-to: rgb(var(--color-gren-1));
  }

  :root .sm\:hover\:to-gren-2:hover{
    --tw-gradient-to: rgb(var(--color-gren-2));
  }

  :root .sm\:hover\:to-gren-3:hover{
    --tw-gradient-to: rgb(var(--color-gren-3));
  }

  :root .sm\:hover\:to-gren-4:hover{
    --tw-gradient-to: rgb(var(--color-gren-4));
  }

  :root .sm\:hover\:to-selected:hover{
    --tw-gradient-to: rgb(var(--color-selected));
  }

  :root .sm\:hover\:to-error:hover{
    --tw-gradient-to: rgb(var(--color-error));
  }

  :root .sm\:hover\:to-attention:hover{
    --tw-gradient-to: rgb(var(--color-attention));
  }

  :root .sm\:hover\:to-accept:hover{
    --tw-gradient-to: rgb(var(--color-accept));
  }

  :root .sm\:hover\:to-system:hover{
    --tw-gradient-to: rgb(var(--color-system));
  }

  :root .sm\:hover\:to-orange:hover{
    --tw-gradient-to: rgb(var(--color-orange));
  }

  :root .sm\:hover\:to-links:hover{
    --tw-gradient-to: rgb(var(--color-links));
  }

  :root .sm\:hover\:to-teal:hover{
    --tw-gradient-to: rgb(var(--color-teal));
  }

  :root .sm\:hover\:to-purple:hover{
    --tw-gradient-to: rgb(var(--color-purple));
  }

  :root .sm\:hover\:to-pink:hover{
    --tw-gradient-to: rgb(var(--color-pink));
  }

  :root .sm\:hover\:to-margaret:hover{
    --tw-gradient-to: rgb(var(--color-margaret));
  }

  :root .sm\:hover\:to-betty:hover{
    --tw-gradient-to: rgb(var(--color-betty));
  }

  :root .sm\:hover\:to-natasha-light:hover{
    --tw-gradient-to: rgba(var(--color-natasha), .05);
  }

  :root .sm\:hover\:to-natasha:hover{
    --tw-gradient-to: rgb(var(--color-natasha));
  }

  :root .sm\:hover\:to-tiffany:hover{
    --tw-gradient-to: rgb(var(--color-tiffany));
  }

  :root .sm\:hover\:to-barbara:hover{
    --tw-gradient-to: rgb(var(--color-barbara));
  }

  :root .sm\:hover\:to-suzanne:hover{
    --tw-gradient-to: rgb(var(--color-suzanne));
  }

  :root .sm\:hover\:to-lily:hover{
    --tw-gradient-to: rgb(var(--color-lily));
  }

  :root .sm\:hover\:to-stephanie:hover{
    --tw-gradient-to: rgb(var(--color-stephanie));
  }

  :root .sm\:hover\:to-lisa:hover{
    --tw-gradient-to: rgba(var(--color-lisa), 0.6);
  }

  :root .sm\:hover\:to-california:hover{
    --tw-gradient-to: rgb(var(--color-california));
  }

  :root .sm\:hover\:to-texas:hover{
    --tw-gradient-to: rgb(var(--color-texas));
  }

  :root .sm\:hover\:to-florida:hover{
    --tw-gradient-to: rgb(var(--color-florida));
  }

  :root .sm\:hover\:to-colorado:hover{
    --tw-gradient-to: rgb(var(--color-colorado));
  }

  :root .sm\:hover\:to-seattle:hover{
    --tw-gradient-to: rgb(var(--color-seattle));
  }

  :root .sm\:hover\:to-denver:hover{
    --tw-gradient-to: rgb(var(--color-denver));
  }

  :root .sm\:hover\:to-arizona:hover{
    --tw-gradient-to: rgb(var(--color-arizona));
  }

  :root .sm\:hover\:to-shpongle:hover{
    --tw-gradient-to: rgb(var(--color-shpongle));
  }

  :root .sm\:hover\:to-band:hover{
    --tw-gradient-to: rgb(var(--color-band));
  }

  :root .sm\:hover\:to-blur:hover{
    --tw-gradient-to: rgba(var(--color-blur), 0.05);
  }

  :root .sm\:hover\:to-mila:hover{
    --tw-gradient-to: rgba(var(--color-mila));
  }

  :root .sm\:focus\:from-current:focus{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:focus\:from-transparent:focus{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  :root .sm\:focus\:from-black:focus{
    --tw-gradient-from: rgb(var(--color-black));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:focus\:from-white:focus{
    --tw-gradient-from: rgb(var(--color-white));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:focus\:from-contrast-black:focus{
    --tw-gradient-from: black;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  :root .sm\:focus\:from-contrast-white:focus{
    --tw-gradient-from: white;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:focus\:from-primary-light:focus{
    --tw-gradient-from: rgba(var(--color-primary), .1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:focus\:from-primary:focus{
    --tw-gradient-from: rgb(var(--color-primary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:focus\:from-red-light:focus{
    --tw-gradient-from: rgba(244, 67, 54, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 67, 54, 0));
  }

  :root .sm\:focus\:from-red:focus{
    --tw-gradient-from: rgb(244, 67, 54);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 67, 54, 0));
  }

  :root .sm\:focus\:from-green-2:focus{
    --tw-gradient-from: rgb(var(--color-green-2));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:focus\:from-green-3:focus{
    --tw-gradient-from: rgb(var(--color-green-3));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:focus\:from-green-4:focus{
    --tw-gradient-from: rgb(var(--color-green-4));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:focus\:from-gren:focus{
    --tw-gradient-from: rgb(var(--color-gren));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:focus\:from-gren-1:focus{
    --tw-gradient-from: rgb(var(--color-gren-1));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:focus\:from-gren-2:focus{
    --tw-gradient-from: rgb(var(--color-gren-2));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:focus\:from-gren-3:focus{
    --tw-gradient-from: rgb(var(--color-gren-3));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:focus\:from-gren-4:focus{
    --tw-gradient-from: rgb(var(--color-gren-4));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:focus\:from-selected:focus{
    --tw-gradient-from: rgb(var(--color-selected));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:focus\:from-error:focus{
    --tw-gradient-from: rgb(var(--color-error));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:focus\:from-attention:focus{
    --tw-gradient-from: rgb(var(--color-attention));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:focus\:from-accept:focus{
    --tw-gradient-from: rgb(var(--color-accept));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:focus\:from-system:focus{
    --tw-gradient-from: rgb(var(--color-system));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:focus\:from-orange:focus{
    --tw-gradient-from: rgb(var(--color-orange));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:focus\:from-links:focus{
    --tw-gradient-from: rgb(var(--color-links));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:focus\:from-teal:focus{
    --tw-gradient-from: rgb(var(--color-teal));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:focus\:from-purple:focus{
    --tw-gradient-from: rgb(var(--color-purple));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:focus\:from-pink:focus{
    --tw-gradient-from: rgb(var(--color-pink));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:focus\:from-margaret:focus{
    --tw-gradient-from: rgb(var(--color-margaret));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:focus\:from-betty:focus{
    --tw-gradient-from: rgb(var(--color-betty));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:focus\:from-natasha-light:focus{
    --tw-gradient-from: rgba(var(--color-natasha), .05);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:focus\:from-natasha:focus{
    --tw-gradient-from: rgb(var(--color-natasha));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:focus\:from-tiffany:focus{
    --tw-gradient-from: rgb(var(--color-tiffany));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:focus\:from-barbara:focus{
    --tw-gradient-from: rgb(var(--color-barbara));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:focus\:from-suzanne:focus{
    --tw-gradient-from: rgb(var(--color-suzanne));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:focus\:from-lily:focus{
    --tw-gradient-from: rgb(var(--color-lily));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:focus\:from-stephanie:focus{
    --tw-gradient-from: rgb(var(--color-stephanie));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:focus\:from-lisa:focus{
    --tw-gradient-from: rgba(var(--color-lisa), 0.6);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:focus\:from-california:focus{
    --tw-gradient-from: rgb(var(--color-california));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:focus\:from-texas:focus{
    --tw-gradient-from: rgb(var(--color-texas));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:focus\:from-florida:focus{
    --tw-gradient-from: rgb(var(--color-florida));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:focus\:from-colorado:focus{
    --tw-gradient-from: rgb(var(--color-colorado));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:focus\:from-seattle:focus{
    --tw-gradient-from: rgb(var(--color-seattle));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:focus\:from-denver:focus{
    --tw-gradient-from: rgb(var(--color-denver));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:focus\:from-arizona:focus{
    --tw-gradient-from: rgb(var(--color-arizona));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:focus\:from-shpongle:focus{
    --tw-gradient-from: rgb(var(--color-shpongle));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:focus\:from-band:focus{
    --tw-gradient-from: rgb(var(--color-band));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:focus\:from-blur:focus{
    --tw-gradient-from: rgba(var(--color-blur), 0.05);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:focus\:from-mila:focus{
    --tw-gradient-from: rgba(var(--color-mila));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:focus\:via-current:focus{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:focus\:via-transparent:focus{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  :root .sm\:focus\:via-black:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-black)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:focus\:via-white:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-white)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:focus\:via-contrast-black:focus{
    --tw-gradient-stops: var(--tw-gradient-from), black, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  :root .sm\:focus\:via-contrast-white:focus{
    --tw-gradient-stops: var(--tw-gradient-from), white, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:focus\:via-primary-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-primary), .1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:focus\:via-primary:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-primary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:focus\:via-red-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(244, 67, 54, 0.1), var(--tw-gradient-to, rgba(244, 67, 54, 0));
  }

  :root .sm\:focus\:via-red:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244, 67, 54), var(--tw-gradient-to, rgba(244, 67, 54, 0));
  }

  :root .sm\:focus\:via-green-2:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-green-2)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:focus\:via-green-3:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-green-3)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:focus\:via-green-4:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-green-4)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:focus\:via-gren:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-gren)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:focus\:via-gren-1:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-gren-1)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:focus\:via-gren-2:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-gren-2)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:focus\:via-gren-3:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-gren-3)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:focus\:via-gren-4:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-gren-4)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:focus\:via-selected:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-selected)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:focus\:via-error:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-error)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:focus\:via-attention:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-attention)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:focus\:via-accept:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-accept)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:focus\:via-system:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-system)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:focus\:via-orange:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-orange)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:focus\:via-links:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-links)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:focus\:via-teal:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-teal)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:focus\:via-purple:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-purple)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:focus\:via-pink:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-pink)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:focus\:via-margaret:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-margaret)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:focus\:via-betty:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-betty)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:focus\:via-natasha-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-natasha), .05), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:focus\:via-natasha:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-natasha)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:focus\:via-tiffany:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-tiffany)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:focus\:via-barbara:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-barbara)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:focus\:via-suzanne:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-suzanne)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:focus\:via-lily:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-lily)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:focus\:via-stephanie:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-stephanie)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:focus\:via-lisa:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-lisa), 0.6), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:focus\:via-california:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-california)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:focus\:via-texas:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-texas)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:focus\:via-florida:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-florida)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:focus\:via-colorado:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-colorado)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:focus\:via-seattle:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-seattle)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:focus\:via-denver:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-denver)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:focus\:via-arizona:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-arizona)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:focus\:via-shpongle:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-shpongle)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:focus\:via-band:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-band)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:focus\:via-blur:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-blur), 0.05), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:focus\:via-mila:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-mila)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:focus\:to-current:focus{
    --tw-gradient-to: currentColor;
  }

  :root .sm\:focus\:to-transparent:focus{
    --tw-gradient-to: transparent;
  }

  :root .sm\:focus\:to-black:focus{
    --tw-gradient-to: rgb(var(--color-black));
  }

  :root .sm\:focus\:to-white:focus{
    --tw-gradient-to: rgb(var(--color-white));
  }

  :root .sm\:focus\:to-contrast-black:focus{
    --tw-gradient-to: black;
  }

  :root .sm\:focus\:to-contrast-white:focus{
    --tw-gradient-to: white;
  }

  :root .sm\:focus\:to-primary-light:focus{
    --tw-gradient-to: rgba(var(--color-primary), .1);
  }

  :root .sm\:focus\:to-primary:focus{
    --tw-gradient-to: rgb(var(--color-primary));
  }

  :root .sm\:focus\:to-red-light:focus{
    --tw-gradient-to: rgba(244, 67, 54, 0.1);
  }

  :root .sm\:focus\:to-red:focus{
    --tw-gradient-to: rgb(244, 67, 54);
  }

  :root .sm\:focus\:to-green-2:focus{
    --tw-gradient-to: rgb(var(--color-green-2));
  }

  :root .sm\:focus\:to-green-3:focus{
    --tw-gradient-to: rgb(var(--color-green-3));
  }

  :root .sm\:focus\:to-green-4:focus{
    --tw-gradient-to: rgb(var(--color-green-4));
  }

  :root .sm\:focus\:to-gren:focus{
    --tw-gradient-to: rgb(var(--color-gren));
  }

  :root .sm\:focus\:to-gren-1:focus{
    --tw-gradient-to: rgb(var(--color-gren-1));
  }

  :root .sm\:focus\:to-gren-2:focus{
    --tw-gradient-to: rgb(var(--color-gren-2));
  }

  :root .sm\:focus\:to-gren-3:focus{
    --tw-gradient-to: rgb(var(--color-gren-3));
  }

  :root .sm\:focus\:to-gren-4:focus{
    --tw-gradient-to: rgb(var(--color-gren-4));
  }

  :root .sm\:focus\:to-selected:focus{
    --tw-gradient-to: rgb(var(--color-selected));
  }

  :root .sm\:focus\:to-error:focus{
    --tw-gradient-to: rgb(var(--color-error));
  }

  :root .sm\:focus\:to-attention:focus{
    --tw-gradient-to: rgb(var(--color-attention));
  }

  :root .sm\:focus\:to-accept:focus{
    --tw-gradient-to: rgb(var(--color-accept));
  }

  :root .sm\:focus\:to-system:focus{
    --tw-gradient-to: rgb(var(--color-system));
  }

  :root .sm\:focus\:to-orange:focus{
    --tw-gradient-to: rgb(var(--color-orange));
  }

  :root .sm\:focus\:to-links:focus{
    --tw-gradient-to: rgb(var(--color-links));
  }

  :root .sm\:focus\:to-teal:focus{
    --tw-gradient-to: rgb(var(--color-teal));
  }

  :root .sm\:focus\:to-purple:focus{
    --tw-gradient-to: rgb(var(--color-purple));
  }

  :root .sm\:focus\:to-pink:focus{
    --tw-gradient-to: rgb(var(--color-pink));
  }

  :root .sm\:focus\:to-margaret:focus{
    --tw-gradient-to: rgb(var(--color-margaret));
  }

  :root .sm\:focus\:to-betty:focus{
    --tw-gradient-to: rgb(var(--color-betty));
  }

  :root .sm\:focus\:to-natasha-light:focus{
    --tw-gradient-to: rgba(var(--color-natasha), .05);
  }

  :root .sm\:focus\:to-natasha:focus{
    --tw-gradient-to: rgb(var(--color-natasha));
  }

  :root .sm\:focus\:to-tiffany:focus{
    --tw-gradient-to: rgb(var(--color-tiffany));
  }

  :root .sm\:focus\:to-barbara:focus{
    --tw-gradient-to: rgb(var(--color-barbara));
  }

  :root .sm\:focus\:to-suzanne:focus{
    --tw-gradient-to: rgb(var(--color-suzanne));
  }

  :root .sm\:focus\:to-lily:focus{
    --tw-gradient-to: rgb(var(--color-lily));
  }

  :root .sm\:focus\:to-stephanie:focus{
    --tw-gradient-to: rgb(var(--color-stephanie));
  }

  :root .sm\:focus\:to-lisa:focus{
    --tw-gradient-to: rgba(var(--color-lisa), 0.6);
  }

  :root .sm\:focus\:to-california:focus{
    --tw-gradient-to: rgb(var(--color-california));
  }

  :root .sm\:focus\:to-texas:focus{
    --tw-gradient-to: rgb(var(--color-texas));
  }

  :root .sm\:focus\:to-florida:focus{
    --tw-gradient-to: rgb(var(--color-florida));
  }

  :root .sm\:focus\:to-colorado:focus{
    --tw-gradient-to: rgb(var(--color-colorado));
  }

  :root .sm\:focus\:to-seattle:focus{
    --tw-gradient-to: rgb(var(--color-seattle));
  }

  :root .sm\:focus\:to-denver:focus{
    --tw-gradient-to: rgb(var(--color-denver));
  }

  :root .sm\:focus\:to-arizona:focus{
    --tw-gradient-to: rgb(var(--color-arizona));
  }

  :root .sm\:focus\:to-shpongle:focus{
    --tw-gradient-to: rgb(var(--color-shpongle));
  }

  :root .sm\:focus\:to-band:focus{
    --tw-gradient-to: rgb(var(--color-band));
  }

  :root .sm\:focus\:to-blur:focus{
    --tw-gradient-to: rgba(var(--color-blur), 0.05);
  }

  :root .sm\:focus\:to-mila:focus{
    --tw-gradient-to: rgba(var(--color-mila));
  }

  :root .sm\:bg-opacity-0{
    --tw-bg-opacity: 0;
  }

  :root .sm\:bg-opacity-25{
    --tw-bg-opacity: 0.25;
  }

  :root .sm\:bg-opacity-50{
    --tw-bg-opacity: 0.5;
  }

  :root .sm\:bg-opacity-75{
    --tw-bg-opacity: 0.75;
  }

  :root .sm\:bg-opacity-100{
    --tw-bg-opacity: 1;
  }

  :root .group:hover .sm\:group-hover\:bg-opacity-0{
    --tw-bg-opacity: 0;
  }

  :root .group:hover .sm\:group-hover\:bg-opacity-25{
    --tw-bg-opacity: 0.25;
  }

  :root .group:hover .sm\:group-hover\:bg-opacity-50{
    --tw-bg-opacity: 0.5;
  }

  :root .group:hover .sm\:group-hover\:bg-opacity-75{
    --tw-bg-opacity: 0.75;
  }

  :root .group:hover .sm\:group-hover\:bg-opacity-100{
    --tw-bg-opacity: 1;
  }

  :root .sm\:focus-within\:bg-opacity-0:focus-within{
    --tw-bg-opacity: 0;
  }

  :root .sm\:focus-within\:bg-opacity-25:focus-within{
    --tw-bg-opacity: 0.25;
  }

  :root .sm\:focus-within\:bg-opacity-50:focus-within{
    --tw-bg-opacity: 0.5;
  }

  :root .sm\:focus-within\:bg-opacity-75:focus-within{
    --tw-bg-opacity: 0.75;
  }

  :root .sm\:focus-within\:bg-opacity-100:focus-within{
    --tw-bg-opacity: 1;
  }

  :root .sm\:hover\:bg-opacity-0:hover{
    --tw-bg-opacity: 0;
  }

  :root .sm\:hover\:bg-opacity-25:hover{
    --tw-bg-opacity: 0.25;
  }

  :root .sm\:hover\:bg-opacity-50:hover{
    --tw-bg-opacity: 0.5;
  }

  :root .sm\:hover\:bg-opacity-75:hover{
    --tw-bg-opacity: 0.75;
  }

  :root .sm\:hover\:bg-opacity-100:hover{
    --tw-bg-opacity: 1;
  }

  :root .sm\:focus\:bg-opacity-0:focus{
    --tw-bg-opacity: 0;
  }

  :root .sm\:focus\:bg-opacity-25:focus{
    --tw-bg-opacity: 0.25;
  }

  :root .sm\:focus\:bg-opacity-50:focus{
    --tw-bg-opacity: 0.5;
  }

  :root .sm\:focus\:bg-opacity-75:focus{
    --tw-bg-opacity: 0.75;
  }

  :root .sm\:focus\:bg-opacity-100:focus{
    --tw-bg-opacity: 1;
  }

  :root .sm\:bg-bottom{
    background-position: bottom;
  }

  :root .sm\:bg-center{
    background-position: center;
  }

  :root .sm\:bg-left{
    background-position: left;
  }

  :root .sm\:bg-left-bottom{
    background-position: left bottom;
  }

  :root .sm\:bg-left-top{
    background-position: left top;
  }

  :root .sm\:bg-right{
    background-position: right;
  }

  :root .sm\:bg-right-bottom{
    background-position: right bottom;
  }

  :root .sm\:bg-right-top{
    background-position: right top;
  }

  :root .sm\:bg-top{
    background-position: top;
  }

  :root .sm\:bg-repeat{
    background-repeat: repeat;
  }

  :root .sm\:bg-no-repeat{
    background-repeat: no-repeat;
  }

  :root .sm\:bg-repeat-x{
    background-repeat: repeat-x;
  }

  :root .sm\:bg-repeat-y{
    background-repeat: repeat-y;
  }

  :root .sm\:bg-repeat-round{
    background-repeat: round;
  }

  :root .sm\:bg-repeat-space{
    background-repeat: space;
  }

  :root .sm\:bg-auto{
    background-size: auto;
  }

  :root .sm\:bg-cover{
    background-size: cover;
  }

  :root .sm\:bg-contain{
    background-size: contain;
  }

  :root .sm\:border-collapse{
    border-collapse: collapse;
  }

  :root .sm\:border-separate{
    border-collapse: separate;
  }

  :root .sm\:border-current{
    border-color: currentColor;
  }

  :root .sm\:border-transparent{
    border-color: transparent;
  }

  :root .sm\:border-black{
    border-color: rgb(var(--color-black));
  }

  :root .sm\:border-white{
    border-color: rgb(var(--color-white));
  }

  :root .sm\:border-contrast-black{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  :root .sm\:border-contrast-white{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  :root .sm\:border-primary-light{
    border-color: rgba(var(--color-primary), .1);
  }

  :root .sm\:border-primary{
    border-color: rgb(var(--color-primary));
  }

  :root .sm\:border-red-light{
    border-color: rgba(244, 67, 54, 0.1);
  }

  :root .sm\:border-red{
    --tw-border-opacity: 1;
    border-color: rgba(244, 67, 54, var(--tw-border-opacity));
  }

  :root .sm\:border-green-2{
    border-color: rgb(var(--color-green-2));
  }

  :root .sm\:border-green-3{
    border-color: rgb(var(--color-green-3));
  }

  :root .sm\:border-green-4{
    border-color: rgb(var(--color-green-4));
  }

  :root .sm\:border-gren{
    border-color: rgb(var(--color-gren));
  }

  :root .sm\:border-gren-1{
    border-color: rgb(var(--color-gren-1));
  }

  :root .sm\:border-gren-2{
    border-color: rgb(var(--color-gren-2));
  }

  :root .sm\:border-gren-3{
    border-color: rgb(var(--color-gren-3));
  }

  :root .sm\:border-gren-4{
    border-color: rgb(var(--color-gren-4));
  }

  :root .sm\:border-selected{
    border-color: rgb(var(--color-selected));
  }

  :root .sm\:border-error{
    border-color: rgb(var(--color-error));
  }

  :root .sm\:border-attention{
    border-color: rgb(var(--color-attention));
  }

  :root .sm\:border-accept{
    border-color: rgb(var(--color-accept));
  }

  :root .sm\:border-system{
    border-color: rgb(var(--color-system));
  }

  :root .sm\:border-orange{
    border-color: rgb(var(--color-orange));
  }

  :root .sm\:border-links{
    border-color: rgb(var(--color-links));
  }

  :root .sm\:border-teal{
    border-color: rgb(var(--color-teal));
  }

  :root .sm\:border-purple{
    border-color: rgb(var(--color-purple));
  }

  :root .sm\:border-pink{
    border-color: rgb(var(--color-pink));
  }

  :root .sm\:border-margaret{
    border-color: rgb(var(--color-margaret));
  }

  :root .sm\:border-betty{
    border-color: rgb(var(--color-betty));
  }

  :root .sm\:border-natasha-light{
    border-color: rgba(var(--color-natasha), .05);
  }

  :root .sm\:border-natasha{
    border-color: rgb(var(--color-natasha));
  }

  :root .sm\:border-tiffany{
    border-color: rgb(var(--color-tiffany));
  }

  :root .sm\:border-barbara{
    border-color: rgb(var(--color-barbara));
  }

  :root .sm\:border-suzanne{
    border-color: rgb(var(--color-suzanne));
  }

  :root .sm\:border-lily{
    border-color: rgb(var(--color-lily));
  }

  :root .sm\:border-stephanie{
    border-color: rgb(var(--color-stephanie));
  }

  :root .sm\:border-lisa{
    border-color: rgba(var(--color-lisa), 0.6);
  }

  :root .sm\:border-california{
    border-color: rgb(var(--color-california));
  }

  :root .sm\:border-texas{
    border-color: rgb(var(--color-texas));
  }

  :root .sm\:border-florida{
    border-color: rgb(var(--color-florida));
  }

  :root .sm\:border-colorado{
    border-color: rgb(var(--color-colorado));
  }

  :root .sm\:border-seattle{
    border-color: rgb(var(--color-seattle));
  }

  :root .sm\:border-denver{
    border-color: rgb(var(--color-denver));
  }

  :root .sm\:border-arizona{
    border-color: rgb(var(--color-arizona));
  }

  :root .sm\:border-shpongle{
    border-color: rgb(var(--color-shpongle));
  }

  :root .sm\:border-band{
    border-color: rgb(var(--color-band));
  }

  :root .sm\:border-blur{
    border-color: rgba(var(--color-blur), 0.05);
  }

  :root .sm\:border-mila{
    border-color: rgba(var(--color-mila));
  }

  :root .sm\:hover\:border-current:hover{
    border-color: currentColor;
  }

  :root .sm\:hover\:border-transparent:hover{
    border-color: transparent;
  }

  :root .sm\:hover\:border-black:hover{
    border-color: rgb(var(--color-black));
  }

  :root .sm\:hover\:border-white:hover{
    border-color: rgb(var(--color-white));
  }

  :root .sm\:hover\:border-contrast-black:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  :root .sm\:hover\:border-contrast-white:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  :root .sm\:hover\:border-primary-light:hover{
    border-color: rgba(var(--color-primary), .1);
  }

  :root .sm\:hover\:border-primary:hover{
    border-color: rgb(var(--color-primary));
  }

  :root .sm\:hover\:border-red-light:hover{
    border-color: rgba(244, 67, 54, 0.1);
  }

  :root .sm\:hover\:border-red:hover{
    --tw-border-opacity: 1;
    border-color: rgba(244, 67, 54, var(--tw-border-opacity));
  }

  :root .sm\:hover\:border-green-2:hover{
    border-color: rgb(var(--color-green-2));
  }

  :root .sm\:hover\:border-green-3:hover{
    border-color: rgb(var(--color-green-3));
  }

  :root .sm\:hover\:border-green-4:hover{
    border-color: rgb(var(--color-green-4));
  }

  :root .sm\:hover\:border-gren:hover{
    border-color: rgb(var(--color-gren));
  }

  :root .sm\:hover\:border-gren-1:hover{
    border-color: rgb(var(--color-gren-1));
  }

  :root .sm\:hover\:border-gren-2:hover{
    border-color: rgb(var(--color-gren-2));
  }

  :root .sm\:hover\:border-gren-3:hover{
    border-color: rgb(var(--color-gren-3));
  }

  :root .sm\:hover\:border-gren-4:hover{
    border-color: rgb(var(--color-gren-4));
  }

  :root .sm\:hover\:border-selected:hover{
    border-color: rgb(var(--color-selected));
  }

  :root .sm\:hover\:border-error:hover{
    border-color: rgb(var(--color-error));
  }

  :root .sm\:hover\:border-attention:hover{
    border-color: rgb(var(--color-attention));
  }

  :root .sm\:hover\:border-accept:hover{
    border-color: rgb(var(--color-accept));
  }

  :root .sm\:hover\:border-system:hover{
    border-color: rgb(var(--color-system));
  }

  :root .sm\:hover\:border-orange:hover{
    border-color: rgb(var(--color-orange));
  }

  :root .sm\:hover\:border-links:hover{
    border-color: rgb(var(--color-links));
  }

  :root .sm\:hover\:border-teal:hover{
    border-color: rgb(var(--color-teal));
  }

  :root .sm\:hover\:border-purple:hover{
    border-color: rgb(var(--color-purple));
  }

  :root .sm\:hover\:border-pink:hover{
    border-color: rgb(var(--color-pink));
  }

  :root .sm\:hover\:border-margaret:hover{
    border-color: rgb(var(--color-margaret));
  }

  :root .sm\:hover\:border-betty:hover{
    border-color: rgb(var(--color-betty));
  }

  :root .sm\:hover\:border-natasha-light:hover{
    border-color: rgba(var(--color-natasha), .05);
  }

  :root .sm\:hover\:border-natasha:hover{
    border-color: rgb(var(--color-natasha));
  }

  :root .sm\:hover\:border-tiffany:hover{
    border-color: rgb(var(--color-tiffany));
  }

  :root .sm\:hover\:border-barbara:hover{
    border-color: rgb(var(--color-barbara));
  }

  :root .sm\:hover\:border-suzanne:hover{
    border-color: rgb(var(--color-suzanne));
  }

  :root .sm\:hover\:border-lily:hover{
    border-color: rgb(var(--color-lily));
  }

  :root .sm\:hover\:border-stephanie:hover{
    border-color: rgb(var(--color-stephanie));
  }

  :root .sm\:hover\:border-lisa:hover{
    border-color: rgba(var(--color-lisa), 0.6);
  }

  :root .sm\:hover\:border-california:hover{
    border-color: rgb(var(--color-california));
  }

  :root .sm\:hover\:border-texas:hover{
    border-color: rgb(var(--color-texas));
  }

  :root .sm\:hover\:border-florida:hover{
    border-color: rgb(var(--color-florida));
  }

  :root .sm\:hover\:border-colorado:hover{
    border-color: rgb(var(--color-colorado));
  }

  :root .sm\:hover\:border-seattle:hover{
    border-color: rgb(var(--color-seattle));
  }

  :root .sm\:hover\:border-denver:hover{
    border-color: rgb(var(--color-denver));
  }

  :root .sm\:hover\:border-arizona:hover{
    border-color: rgb(var(--color-arizona));
  }

  :root .sm\:hover\:border-shpongle:hover{
    border-color: rgb(var(--color-shpongle));
  }

  :root .sm\:hover\:border-band:hover{
    border-color: rgb(var(--color-band));
  }

  :root .sm\:hover\:border-blur:hover{
    border-color: rgba(var(--color-blur), 0.05);
  }

  :root .sm\:hover\:border-mila:hover{
    border-color: rgba(var(--color-mila));
  }

  :root .sm\:focus\:border-current:focus{
    border-color: currentColor;
  }

  :root .sm\:focus\:border-transparent:focus{
    border-color: transparent;
  }

  :root .sm\:focus\:border-black:focus{
    border-color: rgb(var(--color-black));
  }

  :root .sm\:focus\:border-white:focus{
    border-color: rgb(var(--color-white));
  }

  :root .sm\:focus\:border-contrast-black:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  :root .sm\:focus\:border-contrast-white:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  :root .sm\:focus\:border-primary-light:focus{
    border-color: rgba(var(--color-primary), .1);
  }

  :root .sm\:focus\:border-primary:focus{
    border-color: rgb(var(--color-primary));
  }

  :root .sm\:focus\:border-red-light:focus{
    border-color: rgba(244, 67, 54, 0.1);
  }

  :root .sm\:focus\:border-red:focus{
    --tw-border-opacity: 1;
    border-color: rgba(244, 67, 54, var(--tw-border-opacity));
  }

  :root .sm\:focus\:border-green-2:focus{
    border-color: rgb(var(--color-green-2));
  }

  :root .sm\:focus\:border-green-3:focus{
    border-color: rgb(var(--color-green-3));
  }

  :root .sm\:focus\:border-green-4:focus{
    border-color: rgb(var(--color-green-4));
  }

  :root .sm\:focus\:border-gren:focus{
    border-color: rgb(var(--color-gren));
  }

  :root .sm\:focus\:border-gren-1:focus{
    border-color: rgb(var(--color-gren-1));
  }

  :root .sm\:focus\:border-gren-2:focus{
    border-color: rgb(var(--color-gren-2));
  }

  :root .sm\:focus\:border-gren-3:focus{
    border-color: rgb(var(--color-gren-3));
  }

  :root .sm\:focus\:border-gren-4:focus{
    border-color: rgb(var(--color-gren-4));
  }

  :root .sm\:focus\:border-selected:focus{
    border-color: rgb(var(--color-selected));
  }

  :root .sm\:focus\:border-error:focus{
    border-color: rgb(var(--color-error));
  }

  :root .sm\:focus\:border-attention:focus{
    border-color: rgb(var(--color-attention));
  }

  :root .sm\:focus\:border-accept:focus{
    border-color: rgb(var(--color-accept));
  }

  :root .sm\:focus\:border-system:focus{
    border-color: rgb(var(--color-system));
  }

  :root .sm\:focus\:border-orange:focus{
    border-color: rgb(var(--color-orange));
  }

  :root .sm\:focus\:border-links:focus{
    border-color: rgb(var(--color-links));
  }

  :root .sm\:focus\:border-teal:focus{
    border-color: rgb(var(--color-teal));
  }

  :root .sm\:focus\:border-purple:focus{
    border-color: rgb(var(--color-purple));
  }

  :root .sm\:focus\:border-pink:focus{
    border-color: rgb(var(--color-pink));
  }

  :root .sm\:focus\:border-margaret:focus{
    border-color: rgb(var(--color-margaret));
  }

  :root .sm\:focus\:border-betty:focus{
    border-color: rgb(var(--color-betty));
  }

  :root .sm\:focus\:border-natasha-light:focus{
    border-color: rgba(var(--color-natasha), .05);
  }

  :root .sm\:focus\:border-natasha:focus{
    border-color: rgb(var(--color-natasha));
  }

  :root .sm\:focus\:border-tiffany:focus{
    border-color: rgb(var(--color-tiffany));
  }

  :root .sm\:focus\:border-barbara:focus{
    border-color: rgb(var(--color-barbara));
  }

  :root .sm\:focus\:border-suzanne:focus{
    border-color: rgb(var(--color-suzanne));
  }

  :root .sm\:focus\:border-lily:focus{
    border-color: rgb(var(--color-lily));
  }

  :root .sm\:focus\:border-stephanie:focus{
    border-color: rgb(var(--color-stephanie));
  }

  :root .sm\:focus\:border-lisa:focus{
    border-color: rgba(var(--color-lisa), 0.6);
  }

  :root .sm\:focus\:border-california:focus{
    border-color: rgb(var(--color-california));
  }

  :root .sm\:focus\:border-texas:focus{
    border-color: rgb(var(--color-texas));
  }

  :root .sm\:focus\:border-florida:focus{
    border-color: rgb(var(--color-florida));
  }

  :root .sm\:focus\:border-colorado:focus{
    border-color: rgb(var(--color-colorado));
  }

  :root .sm\:focus\:border-seattle:focus{
    border-color: rgb(var(--color-seattle));
  }

  :root .sm\:focus\:border-denver:focus{
    border-color: rgb(var(--color-denver));
  }

  :root .sm\:focus\:border-arizona:focus{
    border-color: rgb(var(--color-arizona));
  }

  :root .sm\:focus\:border-shpongle:focus{
    border-color: rgb(var(--color-shpongle));
  }

  :root .sm\:focus\:border-band:focus{
    border-color: rgb(var(--color-band));
  }

  :root .sm\:focus\:border-blur:focus{
    border-color: rgba(var(--color-blur), 0.05);
  }

  :root .sm\:focus\:border-mila:focus{
    border-color: rgba(var(--color-mila));
  }

  :root .sm\:border-opacity-0{
    --tw-border-opacity: 0;
  }

  :root .sm\:border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  :root .sm\:border-opacity-50{
    --tw-border-opacity: 0.5;
  }

  :root .sm\:border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  :root .sm\:border-opacity-100{
    --tw-border-opacity: 1;
  }

  :root .group:hover .sm\:group-hover\:border-opacity-0{
    --tw-border-opacity: 0;
  }

  :root .group:hover .sm\:group-hover\:border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  :root .group:hover .sm\:group-hover\:border-opacity-50{
    --tw-border-opacity: 0.5;
  }

  :root .group:hover .sm\:group-hover\:border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  :root .group:hover .sm\:group-hover\:border-opacity-100{
    --tw-border-opacity: 1;
  }

  :root .sm\:focus-within\:border-opacity-0:focus-within{
    --tw-border-opacity: 0;
  }

  :root .sm\:focus-within\:border-opacity-25:focus-within{
    --tw-border-opacity: 0.25;
  }

  :root .sm\:focus-within\:border-opacity-50:focus-within{
    --tw-border-opacity: 0.5;
  }

  :root .sm\:focus-within\:border-opacity-75:focus-within{
    --tw-border-opacity: 0.75;
  }

  :root .sm\:focus-within\:border-opacity-100:focus-within{
    --tw-border-opacity: 1;
  }

  :root .sm\:hover\:border-opacity-0:hover{
    --tw-border-opacity: 0;
  }

  :root .sm\:hover\:border-opacity-25:hover{
    --tw-border-opacity: 0.25;
  }

  :root .sm\:hover\:border-opacity-50:hover{
    --tw-border-opacity: 0.5;
  }

  :root .sm\:hover\:border-opacity-75:hover{
    --tw-border-opacity: 0.75;
  }

  :root .sm\:hover\:border-opacity-100:hover{
    --tw-border-opacity: 1;
  }

  :root .sm\:focus\:border-opacity-0:focus{
    --tw-border-opacity: 0;
  }

  :root .sm\:focus\:border-opacity-25:focus{
    --tw-border-opacity: 0.25;
  }

  :root .sm\:focus\:border-opacity-50:focus{
    --tw-border-opacity: 0.5;
  }

  :root .sm\:focus\:border-opacity-75:focus{
    --tw-border-opacity: 0.75;
  }

  :root .sm\:focus\:border-opacity-100:focus{
    --tw-border-opacity: 1;
  }

  :root .sm\:rounded-none{
    border-radius: 0px;
  }

  :root .sm\:rounded-sm{
    border-radius: 0.125rem;
  }

  :root .sm\:rounded{
    border-radius: 0.25rem;
  }

  :root .sm\:rounded-md{
    border-radius: 0.375rem;
  }

  :root .sm\:rounded-lg{
    border-radius: 0.5rem;
  }

  :root .sm\:rounded-xl{
    border-radius: 0.75rem;
  }

  :root .sm\:rounded-2xl{
    border-radius: 1rem;
  }

  :root .sm\:rounded-3xl{
    border-radius: 1.5rem;
  }

  :root .sm\:rounded-full{
    border-radius: 9999px;
  }

  :root .sm\:rounded-t-none{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  :root .sm\:rounded-r-none{
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  :root .sm\:rounded-b-none{
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  :root .sm\:rounded-l-none{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  :root .sm\:rounded-t-sm{
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  :root .sm\:rounded-r-sm{
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  :root .sm\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  :root .sm\:rounded-l-sm{
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  :root .sm\:rounded-t{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  :root .sm\:rounded-r{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  :root .sm\:rounded-b{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  :root .sm\:rounded-l{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  :root .sm\:rounded-t-md{
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  :root .sm\:rounded-r-md{
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  :root .sm\:rounded-b-md{
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  :root .sm\:rounded-l-md{
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  :root .sm\:rounded-t-lg{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  :root .sm\:rounded-r-lg{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  :root .sm\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  :root .sm\:rounded-l-lg{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  :root .sm\:rounded-t-xl{
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  :root .sm\:rounded-r-xl{
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  :root .sm\:rounded-b-xl{
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  :root .sm\:rounded-l-xl{
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  :root .sm\:rounded-t-2xl{
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  :root .sm\:rounded-r-2xl{
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  :root .sm\:rounded-b-2xl{
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  :root .sm\:rounded-l-2xl{
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  :root .sm\:rounded-t-3xl{
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  :root .sm\:rounded-r-3xl{
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  :root .sm\:rounded-b-3xl{
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  :root .sm\:rounded-l-3xl{
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  :root .sm\:rounded-t-full{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  :root .sm\:rounded-r-full{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  :root .sm\:rounded-b-full{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  :root .sm\:rounded-l-full{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  :root .sm\:rounded-tl-none{
    border-top-left-radius: 0px;
  }

  :root .sm\:rounded-tr-none{
    border-top-right-radius: 0px;
  }

  :root .sm\:rounded-br-none{
    border-bottom-right-radius: 0px;
  }

  :root .sm\:rounded-bl-none{
    border-bottom-left-radius: 0px;
  }

  :root .sm\:rounded-tl-sm{
    border-top-left-radius: 0.125rem;
  }

  :root .sm\:rounded-tr-sm{
    border-top-right-radius: 0.125rem;
  }

  :root .sm\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem;
  }

  :root .sm\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem;
  }

  :root .sm\:rounded-tl{
    border-top-left-radius: 0.25rem;
  }

  :root .sm\:rounded-tr{
    border-top-right-radius: 0.25rem;
  }

  :root .sm\:rounded-br{
    border-bottom-right-radius: 0.25rem;
  }

  :root .sm\:rounded-bl{
    border-bottom-left-radius: 0.25rem;
  }

  :root .sm\:rounded-tl-md{
    border-top-left-radius: 0.375rem;
  }

  :root .sm\:rounded-tr-md{
    border-top-right-radius: 0.375rem;
  }

  :root .sm\:rounded-br-md{
    border-bottom-right-radius: 0.375rem;
  }

  :root .sm\:rounded-bl-md{
    border-bottom-left-radius: 0.375rem;
  }

  :root .sm\:rounded-tl-lg{
    border-top-left-radius: 0.5rem;
  }

  :root .sm\:rounded-tr-lg{
    border-top-right-radius: 0.5rem;
  }

  :root .sm\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem;
  }

  :root .sm\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem;
  }

  :root .sm\:rounded-tl-xl{
    border-top-left-radius: 0.75rem;
  }

  :root .sm\:rounded-tr-xl{
    border-top-right-radius: 0.75rem;
  }

  :root .sm\:rounded-br-xl{
    border-bottom-right-radius: 0.75rem;
  }

  :root .sm\:rounded-bl-xl{
    border-bottom-left-radius: 0.75rem;
  }

  :root .sm\:rounded-tl-2xl{
    border-top-left-radius: 1rem;
  }

  :root .sm\:rounded-tr-2xl{
    border-top-right-radius: 1rem;
  }

  :root .sm\:rounded-br-2xl{
    border-bottom-right-radius: 1rem;
  }

  :root .sm\:rounded-bl-2xl{
    border-bottom-left-radius: 1rem;
  }

  :root .sm\:rounded-tl-3xl{
    border-top-left-radius: 1.5rem;
  }

  :root .sm\:rounded-tr-3xl{
    border-top-right-radius: 1.5rem;
  }

  :root .sm\:rounded-br-3xl{
    border-bottom-right-radius: 1.5rem;
  }

  :root .sm\:rounded-bl-3xl{
    border-bottom-left-radius: 1.5rem;
  }

  :root .sm\:rounded-tl-full{
    border-top-left-radius: 9999px;
  }

  :root .sm\:rounded-tr-full{
    border-top-right-radius: 9999px;
  }

  :root .sm\:rounded-br-full{
    border-bottom-right-radius: 9999px;
  }

  :root .sm\:rounded-bl-full{
    border-bottom-left-radius: 9999px;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-none{
    border-radius: 0px;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-sm{
    border-radius: 0.125rem;
  }

  :root [dir=ltr] .sm\:ltr\:rounded{
    border-radius: 0.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-md{
    border-radius: 0.375rem;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-lg{
    border-radius: 0.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-xl{
    border-radius: 0.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-2xl{
    border-radius: 1rem;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-3xl{
    border-radius: 1.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-full{
    border-radius: 9999px;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-t-none{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-r-none{
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-b-none{
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-l-none{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-t-sm{
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-r-sm{
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-l-sm{
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-t{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-r{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-b{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-l{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-t-md{
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-r-md{
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-b-md{
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-l-md{
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-t-lg{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-r-lg{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-l-lg{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-t-xl{
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-r-xl{
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-b-xl{
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-l-xl{
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-t-2xl{
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-r-2xl{
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-b-2xl{
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-l-2xl{
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-t-3xl{
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-r-3xl{
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-b-3xl{
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-l-3xl{
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-t-full{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-r-full{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-b-full{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-l-full{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-tl-none{
    border-top-left-radius: 0px;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-tr-none{
    border-top-right-radius: 0px;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-br-none{
    border-bottom-right-radius: 0px;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-bl-none{
    border-bottom-left-radius: 0px;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-tl-sm{
    border-top-left-radius: 0.125rem;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-tr-sm{
    border-top-right-radius: 0.125rem;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-tl{
    border-top-left-radius: 0.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-tr{
    border-top-right-radius: 0.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-br{
    border-bottom-right-radius: 0.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-bl{
    border-bottom-left-radius: 0.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-tl-md{
    border-top-left-radius: 0.375rem;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-tr-md{
    border-top-right-radius: 0.375rem;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-br-md{
    border-bottom-right-radius: 0.375rem;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-bl-md{
    border-bottom-left-radius: 0.375rem;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-tl-lg{
    border-top-left-radius: 0.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-tr-lg{
    border-top-right-radius: 0.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-tl-xl{
    border-top-left-radius: 0.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-tr-xl{
    border-top-right-radius: 0.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-br-xl{
    border-bottom-right-radius: 0.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-bl-xl{
    border-bottom-left-radius: 0.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-tl-2xl{
    border-top-left-radius: 1rem;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-tr-2xl{
    border-top-right-radius: 1rem;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-br-2xl{
    border-bottom-right-radius: 1rem;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-bl-2xl{
    border-bottom-left-radius: 1rem;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-tl-3xl{
    border-top-left-radius: 1.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-tr-3xl{
    border-top-right-radius: 1.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-br-3xl{
    border-bottom-right-radius: 1.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-bl-3xl{
    border-bottom-left-radius: 1.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-tl-full{
    border-top-left-radius: 9999px;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-tr-full{
    border-top-right-radius: 9999px;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-br-full{
    border-bottom-right-radius: 9999px;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-bl-full{
    border-bottom-left-radius: 9999px;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-none{
    border-radius: 0px;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-sm{
    border-radius: 0.125rem;
  }

  :root [dir=rtl] .sm\:rtl\:rounded{
    border-radius: 0.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-md{
    border-radius: 0.375rem;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-lg{
    border-radius: 0.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-xl{
    border-radius: 0.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-2xl{
    border-radius: 1rem;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-3xl{
    border-radius: 1.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-full{
    border-radius: 9999px;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-t-none{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-r-none{
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-b-none{
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-l-none{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-t-sm{
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-r-sm{
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-l-sm{
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-t{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-r{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-b{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-l{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-t-md{
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-r-md{
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-b-md{
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-l-md{
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-t-lg{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-r-lg{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-l-lg{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-t-xl{
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-r-xl{
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-b-xl{
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-l-xl{
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-t-2xl{
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-r-2xl{
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-b-2xl{
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-l-2xl{
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-t-3xl{
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-r-3xl{
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-b-3xl{
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-l-3xl{
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-t-full{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-r-full{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-b-full{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-l-full{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-tl-none{
    border-top-left-radius: 0px;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-tr-none{
    border-top-right-radius: 0px;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-br-none{
    border-bottom-right-radius: 0px;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-bl-none{
    border-bottom-left-radius: 0px;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-tl-sm{
    border-top-left-radius: 0.125rem;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-tr-sm{
    border-top-right-radius: 0.125rem;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-tl{
    border-top-left-radius: 0.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-tr{
    border-top-right-radius: 0.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-br{
    border-bottom-right-radius: 0.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-bl{
    border-bottom-left-radius: 0.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-tl-md{
    border-top-left-radius: 0.375rem;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-tr-md{
    border-top-right-radius: 0.375rem;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-br-md{
    border-bottom-right-radius: 0.375rem;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-bl-md{
    border-bottom-left-radius: 0.375rem;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-tl-lg{
    border-top-left-radius: 0.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-tr-lg{
    border-top-right-radius: 0.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-tl-xl{
    border-top-left-radius: 0.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-tr-xl{
    border-top-right-radius: 0.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-br-xl{
    border-bottom-right-radius: 0.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-bl-xl{
    border-bottom-left-radius: 0.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-tl-2xl{
    border-top-left-radius: 1rem;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-tr-2xl{
    border-top-right-radius: 1rem;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-br-2xl{
    border-bottom-right-radius: 1rem;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-bl-2xl{
    border-bottom-left-radius: 1rem;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-tl-3xl{
    border-top-left-radius: 1.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-tr-3xl{
    border-top-right-radius: 1.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-br-3xl{
    border-bottom-right-radius: 1.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-bl-3xl{
    border-bottom-left-radius: 1.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-tl-full{
    border-top-left-radius: 9999px;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-tr-full{
    border-top-right-radius: 9999px;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-br-full{
    border-bottom-right-radius: 9999px;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-bl-full{
    border-bottom-left-radius: 9999px;
  }

  :root .sm\:border-solid{
    border-style: solid;
  }

  :root .sm\:border-dashed{
    border-style: dashed;
  }

  :root .sm\:border-dotted{
    border-style: dotted;
  }

  :root .sm\:border-double{
    border-style: double;
  }

  :root .sm\:border-none{
    border-style: none;
  }

  :root .sm\:border-0{
    border-width: 0;
  }

  :root .sm\:border-2{
    border-width: 2px;
  }

  :root .sm\:border-3{
    border-width: 3px;
  }

  :root .sm\:border-4{
    border-width: 4px;
  }

  :root .sm\:border-8{
    border-width: 8px;
  }

  :root .sm\:border{
    border-width: 1px;
  }

  :root .sm\:border-t-0{
    border-top-width: 0;
  }

  :root .sm\:border-r-0{
    border-right-width: 0;
  }

  :root .sm\:border-b-0{
    border-bottom-width: 0;
  }

  :root .sm\:border-l-0{
    border-left-width: 0;
  }

  :root .sm\:border-t-2{
    border-top-width: 2px;
  }

  :root .sm\:border-r-2{
    border-right-width: 2px;
  }

  :root .sm\:border-b-2{
    border-bottom-width: 2px;
  }

  :root .sm\:border-l-2{
    border-left-width: 2px;
  }

  :root .sm\:border-t-3{
    border-top-width: 3px;
  }

  :root .sm\:border-r-3{
    border-right-width: 3px;
  }

  :root .sm\:border-b-3{
    border-bottom-width: 3px;
  }

  :root .sm\:border-l-3{
    border-left-width: 3px;
  }

  :root .sm\:border-t-4{
    border-top-width: 4px;
  }

  :root .sm\:border-r-4{
    border-right-width: 4px;
  }

  :root .sm\:border-b-4{
    border-bottom-width: 4px;
  }

  :root .sm\:border-l-4{
    border-left-width: 4px;
  }

  :root .sm\:border-t-8{
    border-top-width: 8px;
  }

  :root .sm\:border-r-8{
    border-right-width: 8px;
  }

  :root .sm\:border-b-8{
    border-bottom-width: 8px;
  }

  :root .sm\:border-l-8{
    border-left-width: 8px;
  }

  :root .sm\:border-t{
    border-top-width: 1px;
  }

  :root .sm\:border-r{
    border-right-width: 1px;
  }

  :root .sm\:border-b{
    border-bottom-width: 1px;
  }

  :root .sm\:border-l{
    border-left-width: 1px;
  }

  :root [dir=ltr] .sm\:ltr\:border-0{
    border-width: 0;
  }

  :root [dir=ltr] .sm\:ltr\:border-2{
    border-width: 2px;
  }

  :root [dir=ltr] .sm\:ltr\:border-3{
    border-width: 3px;
  }

  :root [dir=ltr] .sm\:ltr\:border-4{
    border-width: 4px;
  }

  :root [dir=ltr] .sm\:ltr\:border-8{
    border-width: 8px;
  }

  :root [dir=ltr] .sm\:ltr\:border{
    border-width: 1px;
  }

  :root [dir=ltr] .sm\:ltr\:border-t-0{
    border-top-width: 0;
  }

  :root [dir=ltr] .sm\:ltr\:border-r-0{
    border-right-width: 0;
  }

  :root [dir=ltr] .sm\:ltr\:border-b-0{
    border-bottom-width: 0;
  }

  :root [dir=ltr] .sm\:ltr\:border-l-0{
    border-left-width: 0;
  }

  :root [dir=ltr] .sm\:ltr\:border-t-2{
    border-top-width: 2px;
  }

  :root [dir=ltr] .sm\:ltr\:border-r-2{
    border-right-width: 2px;
  }

  :root [dir=ltr] .sm\:ltr\:border-b-2{
    border-bottom-width: 2px;
  }

  :root [dir=ltr] .sm\:ltr\:border-l-2{
    border-left-width: 2px;
  }

  :root [dir=ltr] .sm\:ltr\:border-t-3{
    border-top-width: 3px;
  }

  :root [dir=ltr] .sm\:ltr\:border-r-3{
    border-right-width: 3px;
  }

  :root [dir=ltr] .sm\:ltr\:border-b-3{
    border-bottom-width: 3px;
  }

  :root [dir=ltr] .sm\:ltr\:border-l-3{
    border-left-width: 3px;
  }

  :root [dir=ltr] .sm\:ltr\:border-t-4{
    border-top-width: 4px;
  }

  :root [dir=ltr] .sm\:ltr\:border-r-4{
    border-right-width: 4px;
  }

  :root [dir=ltr] .sm\:ltr\:border-b-4{
    border-bottom-width: 4px;
  }

  :root [dir=ltr] .sm\:ltr\:border-l-4{
    border-left-width: 4px;
  }

  :root [dir=ltr] .sm\:ltr\:border-t-8{
    border-top-width: 8px;
  }

  :root [dir=ltr] .sm\:ltr\:border-r-8{
    border-right-width: 8px;
  }

  :root [dir=ltr] .sm\:ltr\:border-b-8{
    border-bottom-width: 8px;
  }

  :root [dir=ltr] .sm\:ltr\:border-l-8{
    border-left-width: 8px;
  }

  :root [dir=ltr] .sm\:ltr\:border-t{
    border-top-width: 1px;
  }

  :root [dir=ltr] .sm\:ltr\:border-r{
    border-right-width: 1px;
  }

  :root [dir=ltr] .sm\:ltr\:border-b{
    border-bottom-width: 1px;
  }

  :root [dir=ltr] .sm\:ltr\:border-l{
    border-left-width: 1px;
  }

  :root [dir=rtl] .sm\:rtl\:border-0{
    border-width: 0;
  }

  :root [dir=rtl] .sm\:rtl\:border-2{
    border-width: 2px;
  }

  :root [dir=rtl] .sm\:rtl\:border-3{
    border-width: 3px;
  }

  :root [dir=rtl] .sm\:rtl\:border-4{
    border-width: 4px;
  }

  :root [dir=rtl] .sm\:rtl\:border-8{
    border-width: 8px;
  }

  :root [dir=rtl] .sm\:rtl\:border{
    border-width: 1px;
  }

  :root [dir=rtl] .sm\:rtl\:border-t-0{
    border-top-width: 0;
  }

  :root [dir=rtl] .sm\:rtl\:border-r-0{
    border-right-width: 0;
  }

  :root [dir=rtl] .sm\:rtl\:border-b-0{
    border-bottom-width: 0;
  }

  :root [dir=rtl] .sm\:rtl\:border-l-0{
    border-left-width: 0;
  }

  :root [dir=rtl] .sm\:rtl\:border-t-2{
    border-top-width: 2px;
  }

  :root [dir=rtl] .sm\:rtl\:border-r-2{
    border-right-width: 2px;
  }

  :root [dir=rtl] .sm\:rtl\:border-b-2{
    border-bottom-width: 2px;
  }

  :root [dir=rtl] .sm\:rtl\:border-l-2{
    border-left-width: 2px;
  }

  :root [dir=rtl] .sm\:rtl\:border-t-3{
    border-top-width: 3px;
  }

  :root [dir=rtl] .sm\:rtl\:border-r-3{
    border-right-width: 3px;
  }

  :root [dir=rtl] .sm\:rtl\:border-b-3{
    border-bottom-width: 3px;
  }

  :root [dir=rtl] .sm\:rtl\:border-l-3{
    border-left-width: 3px;
  }

  :root [dir=rtl] .sm\:rtl\:border-t-4{
    border-top-width: 4px;
  }

  :root [dir=rtl] .sm\:rtl\:border-r-4{
    border-right-width: 4px;
  }

  :root [dir=rtl] .sm\:rtl\:border-b-4{
    border-bottom-width: 4px;
  }

  :root [dir=rtl] .sm\:rtl\:border-l-4{
    border-left-width: 4px;
  }

  :root [dir=rtl] .sm\:rtl\:border-t-8{
    border-top-width: 8px;
  }

  :root [dir=rtl] .sm\:rtl\:border-r-8{
    border-right-width: 8px;
  }

  :root [dir=rtl] .sm\:rtl\:border-b-8{
    border-bottom-width: 8px;
  }

  :root [dir=rtl] .sm\:rtl\:border-l-8{
    border-left-width: 8px;
  }

  :root [dir=rtl] .sm\:rtl\:border-t{
    border-top-width: 1px;
  }

  :root [dir=rtl] .sm\:rtl\:border-r{
    border-right-width: 1px;
  }

  :root [dir=rtl] .sm\:rtl\:border-b{
    border-bottom-width: 1px;
  }

  :root [dir=rtl] .sm\:rtl\:border-l{
    border-left-width: 1px;
  }

  :root .sm\:decoration-slice{
    -webkit-box-decoration-break: slice;
            box-decoration-break: slice;
  }

  :root .sm\:decoration-clone{
    -webkit-box-decoration-break: clone;
            box-decoration-break: clone;
  }

  :root .sm\:box-border{
    box-sizing: border-box;
  }

  :root .sm\:box-content{
    box-sizing: content-box;
  }

  :root .sm\:cursor-auto{
    cursor: auto;
  }

  :root .sm\:cursor{
    cursor: default;
  }

  :root .sm\:cursor-pointer{
    cursor: pointer;
  }

  :root .sm\:cursor-wait{
    cursor: wait;
  }

  :root .sm\:cursor-text{
    cursor: text;
  }

  :root .sm\:cursor-move{
    cursor: move;
  }

  :root .sm\:cursor-not-allowed{
    cursor: not-allowed;
  }

  :root .sm\:block{
    display: block;
  }

  :root .sm\:inline-block{
    display: inline-block;
  }

  :root .sm\:inline{
    display: inline;
  }

  :root .sm\:flex{
    display: flex;
  }

  :root .sm\:inline-flex{
    display: inline-flex;
  }

  :root .sm\:table{
    display: table;
  }

  :root .sm\:inline-table{
    display: inline-table;
  }

  :root .sm\:table-caption{
    display: table-caption;
  }

  :root .sm\:table-cell{
    display: table-cell;
  }

  :root .sm\:table-column{
    display: table-column;
  }

  :root .sm\:table-column-group{
    display: table-column-group;
  }

  :root .sm\:table-footer-group{
    display: table-footer-group;
  }

  :root .sm\:table-header-group{
    display: table-header-group;
  }

  :root .sm\:table-row-group{
    display: table-row-group;
  }

  :root .sm\:table-row{
    display: table-row;
  }

  :root .sm\:flow-root{
    display: flow-root;
  }

  :root .sm\:grid{
    display: grid;
  }

  :root .sm\:inline-grid{
    display: inline-grid;
  }

  :root .sm\:contents{
    display: contents;
  }

  :root .sm\:list-item{
    display: list-item;
  }

  :root .sm\:hidden{
    display: none;
  }

  :root .sm\:flex-row{
    flex-direction: row;
  }

  :root .sm\:flex-row-reverse{
    flex-direction: row-reverse;
  }

  :root .sm\:flex-col{
    flex-direction: column;
  }

  :root .sm\:flex-col-reverse{
    flex-direction: column-reverse;
  }

  :root .sm\:flex-wrap{
    flex-wrap: wrap;
  }

  :root .sm\:flex-wrap-reverse{
    flex-wrap: wrap-reverse;
  }

  :root .sm\:flex-nowrap{
    flex-wrap: nowrap;
  }

  :root .sm\:place-items-start{
    place-items: start;
  }

  :root .sm\:place-items-end{
    place-items: end;
  }

  :root .sm\:place-items-center{
    place-items: center;
  }

  :root .sm\:place-items-stretch{
    place-items: stretch;
  }

  :root .sm\:place-content-center{
    place-content: center;
  }

  :root .sm\:place-content-start{
    place-content: start;
  }

  :root .sm\:place-content-end{
    place-content: end;
  }

  :root .sm\:place-content-between{
    place-content: space-between;
  }

  :root .sm\:place-content-around{
    place-content: space-around;
  }

  :root .sm\:place-content-evenly{
    place-content: space-evenly;
  }

  :root .sm\:place-content-stretch{
    place-content: stretch;
  }

  :root .sm\:place-self-auto{
    place-self: auto;
  }

  :root .sm\:place-self-start{
    place-self: start;
  }

  :root .sm\:place-self-end{
    place-self: end;
  }

  :root .sm\:place-self-center{
    place-self: center;
  }

  :root .sm\:place-self-stretch{
    place-self: stretch;
  }

  :root .sm\:items-start{
    align-items: flex-start;
  }

  :root .sm\:items-end{
    align-items: flex-end;
  }

  :root .sm\:items-center{
    align-items: center;
  }

  :root .sm\:items-baseline{
    align-items: baseline;
  }

  :root .sm\:items-stretch{
    align-items: stretch;
  }

  :root .sm\:content-center{
    align-content: center;
  }

  :root .sm\:content-start{
    align-content: flex-start;
  }

  :root .sm\:content-end{
    align-content: flex-end;
  }

  :root .sm\:content-between{
    align-content: space-between;
  }

  :root .sm\:content-around{
    align-content: space-around;
  }

  :root .sm\:content-evenly{
    align-content: space-evenly;
  }

  :root .sm\:self-auto{
    align-self: auto;
  }

  :root .sm\:self-start{
    align-self: flex-start;
  }

  :root .sm\:self-end{
    align-self: flex-end;
  }

  :root .sm\:self-center{
    align-self: center;
  }

  :root .sm\:self-stretch{
    align-self: stretch;
  }

  :root .sm\:justify-items-start{
    justify-items: start;
  }

  :root .sm\:justify-items-end{
    justify-items: end;
  }

  :root .sm\:justify-items-center{
    justify-items: center;
  }

  :root .sm\:justify-items-stretch{
    justify-items: stretch;
  }

  :root .sm\:justify-start{
    justify-content: flex-start;
  }

  :root .sm\:justify-end{
    justify-content: flex-end;
  }

  :root .sm\:justify-center{
    justify-content: center;
  }

  :root .sm\:justify-between{
    justify-content: space-between;
  }

  :root .sm\:justify-around{
    justify-content: space-around;
  }

  :root .sm\:justify-evenly{
    justify-content: space-evenly;
  }

  :root .sm\:justify-self-auto{
    justify-self: auto;
  }

  :root .sm\:justify-self-start{
    justify-self: start;
  }

  :root .sm\:justify-self-end{
    justify-self: end;
  }

  :root .sm\:justify-self-center{
    justify-self: center;
  }

  :root .sm\:justify-self-stretch{
    justify-self: stretch;
  }

  :root .sm\:flex-1{
    flex: 1 1 0%;
  }

  :root .sm\:flex-auto{
    flex: 1 1 auto;
  }

  :root .sm\:flex-initial{
    flex: 0 1 auto;
  }

  :root .sm\:flex-none{
    flex: none;
  }

  :root .sm\:flex-grow-0{
    flex-grow: 0;
  }

  :root .sm\:flex-grow{
    flex-grow: 1;
  }

  :root .sm\:flex-shrink-0{
    flex-shrink: 0;
  }

  :root .sm\:flex-shrink{
    flex-shrink: 1;
  }

  :root .sm\:order-1{
    order: 1;
  }

  :root .sm\:order-2{
    order: 2;
  }

  :root .sm\:order-3{
    order: 3;
  }

  :root .sm\:order-4{
    order: 4;
  }

  :root .sm\:order-5{
    order: 5;
  }

  :root .sm\:order-6{
    order: 6;
  }

  :root .sm\:order-7{
    order: 7;
  }

  :root .sm\:order-8{
    order: 8;
  }

  :root .sm\:order-9{
    order: 9;
  }

  :root .sm\:order-10{
    order: 10;
  }

  :root .sm\:order-11{
    order: 11;
  }

  :root .sm\:order-12{
    order: 12;
  }

  :root .sm\:order-first{
    order: -9999;
  }

  :root .sm\:order-last{
    order: 9999;
  }

  :root .sm\:order-none{
    order: 0;
  }

  :root .sm\:float-right{
    float: right;
  }

  :root .sm\:float-left{
    float: left;
  }

  :root .sm\:float-none{
    float: none;
  }

  :root .sm\:clear-left{
    clear: left;
  }

  :root .sm\:clear-right{
    clear: right;
  }

  :root .sm\:clear-both{
    clear: both;
  }

  :root .sm\:clear-none{
    clear: none;
  }

  :root .sm\:font-sans{
    font-family: Noto Sans, sans-serif;
  }

  :root .sm\:font-hairline{
    font-weight: 100;
  }

  :root .sm\:font-thin{
    font-weight: 200;
  }

  :root .sm\:font-light{
    font-weight: 300;
  }

  :root .sm\:font-normal{
    font-weight: 400;
  }

  :root .sm\:font-medium{
    font-weight: 500;
  }

  :root .sm\:font-semibold{
    font-weight: 600;
  }

  :root .sm\:font-bold{
    font-weight: 700;
  }

  :root .sm\:font-extrabold{
    font-weight: 800;
  }

  :root .sm\:font-black{
    font-weight: 900;
  }

  :root .sm\:hover\:font-hairline:hover{
    font-weight: 100;
  }

  :root .sm\:hover\:font-thin:hover{
    font-weight: 200;
  }

  :root .sm\:hover\:font-light:hover{
    font-weight: 300;
  }

  :root .sm\:hover\:font-normal:hover{
    font-weight: 400;
  }

  :root .sm\:hover\:font-medium:hover{
    font-weight: 500;
  }

  :root .sm\:hover\:font-semibold:hover{
    font-weight: 600;
  }

  :root .sm\:hover\:font-bold:hover{
    font-weight: 700;
  }

  :root .sm\:hover\:font-extrabold:hover{
    font-weight: 800;
  }

  :root .sm\:hover\:font-black:hover{
    font-weight: 900;
  }

  :root .sm\:focus\:font-hairline:focus{
    font-weight: 100;
  }

  :root .sm\:focus\:font-thin:focus{
    font-weight: 200;
  }

  :root .sm\:focus\:font-light:focus{
    font-weight: 300;
  }

  :root .sm\:focus\:font-normal:focus{
    font-weight: 400;
  }

  :root .sm\:focus\:font-medium:focus{
    font-weight: 500;
  }

  :root .sm\:focus\:font-semibold:focus{
    font-weight: 600;
  }

  :root .sm\:focus\:font-bold:focus{
    font-weight: 700;
  }

  :root .sm\:focus\:font-extrabold:focus{
    font-weight: 800;
  }

  :root .sm\:focus\:font-black:focus{
    font-weight: 900;
  }

  :root .sm\:h-0{
    height: 0;
  }

  :root .sm\:h-1{
    height: 0.25rem;
  }

  :root .sm\:h-2{
    height: 0.5rem;
  }

  :root .sm\:h-3{
    height: 0.75rem;
  }

  :root .sm\:h-4{
    height: 1rem;
  }

  :root .sm\:h-5{
    height: 1.25rem;
  }

  :root .sm\:h-6{
    height: 1.5rem;
  }

  :root .sm\:h-7{
    height: 1.75rem;
  }

  :root .sm\:h-8{
    height: 2rem;
  }

  :root .sm\:h-9{
    height: 2.25rem;
  }

  :root .sm\:h-10{
    height: 2.5rem;
  }

  :root .sm\:h-11{
    height: 2.75rem;
  }

  :root .sm\:h-12{
    height: 3rem;
  }

  :root .sm\:h-14{
    height: 3.5rem;
  }

  :root .sm\:h-16{
    height: 4rem;
  }

  :root .sm\:h-20{
    height: 5rem;
  }

  :root .sm\:h-24{
    height: 6rem;
  }

  :root .sm\:h-28{
    height: 7rem;
  }

  :root .sm\:h-32{
    height: 8rem;
  }

  :root .sm\:h-36{
    height: 9rem;
  }

  :root .sm\:h-40{
    height: 10rem;
  }

  :root .sm\:h-44{
    height: 11rem;
  }

  :root .sm\:h-48{
    height: 12rem;
  }

  :root .sm\:h-52{
    height: 13rem;
  }

  :root .sm\:h-56{
    height: 14rem;
  }

  :root .sm\:h-60{
    height: 15rem;
  }

  :root .sm\:h-64{
    height: 16rem;
  }

  :root .sm\:h-72{
    height: 18rem;
  }

  :root .sm\:h-80{
    height: 20rem;
  }

  :root .sm\:h-96{
    height: 24rem;
  }

  :root .sm\:h-auto{
    height: auto;
  }

  :root .sm\:h-px{
    height: 1px;
  }

  :root .sm\:h-gutter{
    height: var(--padding-gutter);
  }

  :root .sm\:h-0\.5{
    height: 0.125rem;
  }

  :root .sm\:h-1\.5{
    height: 0.375rem;
  }

  :root .sm\:h-2\.5{
    height: 0.625rem;
  }

  :root .sm\:h-3\.5{
    height: 0.875rem;
  }

  :root .sm\:h-17\.5{
    height: 4.375rem;
  }

  :root .sm\:h-full{
    height: 100%;
  }

  :root .sm\:h-screen{
    height: 100vh;
  }

  :root .sm\:text-xxs{
    font-size: 0.625rem;
  }

  :root .sm\:text-xs{
    font-size: 0.75rem;
  }

  :root .sm\:text-sm{
    font-size: 0.875rem;
  }

  :root .sm\:text-base{
    font-size: 1rem;
  }

  :root .sm\:text-lg{
    font-size: 1.125rem;
  }

  :root .sm\:text-xl{
    font-size: 1.25rem;
  }

  :root .sm\:text-2xl{
    font-size: 1.5rem;
  }

  :root .sm\:text-3xl{
    font-size: 1.875rem;
  }

  :root .sm\:text-4xl{
    font-size: 2.25rem;
  }

  :root .sm\:text-5xl{
    font-size: 3rem;
  }

  :root .sm\:text-6xl{
    font-size: 4rem;
  }

  :root .sm\:leading-3{
    line-height: .75rem;
  }

  :root .sm\:leading-4{
    line-height: 1rem;
  }

  :root .sm\:leading-5{
    line-height: 1.25rem;
  }

  :root .sm\:leading-6{
    line-height: 1.5rem;
  }

  :root .sm\:leading-7{
    line-height: 1.75rem;
  }

  :root .sm\:leading-8{
    line-height: 2rem;
  }

  :root .sm\:leading-9{
    line-height: 2.25rem;
  }

  :root .sm\:leading-10{
    line-height: 2.5rem;
  }

  :root .sm\:leading-none{
    line-height: 1;
  }

  :root .sm\:leading-tight{
    line-height: 1.25;
  }

  :root .sm\:leading-snug{
    line-height: 1.375;
  }

  :root .sm\:leading-normal{
    line-height: 1.5;
  }

  :root .sm\:leading-relaxed{
    line-height: 1.625;
  }

  :root .sm\:leading-loose{
    line-height: 2;
  }

  :root .sm\:list-inside{
    list-style-position: inside;
  }

  :root .sm\:list-outside{
    list-style-position: outside;
  }

  :root .sm\:list-none{
    list-style-type: none;
  }

  :root .sm\:list-disc{
    list-style-type: disc;
  }

  :root .sm\:list-decimal{
    list-style-type: decimal;
  }

  :root .sm\:m-0{
    margin: 0;
  }

  :root .sm\:m-1{
    margin: 0.25rem;
  }

  :root .sm\:m-2{
    margin: 0.5rem;
  }

  :root .sm\:m-3{
    margin: 0.75rem;
  }

  :root .sm\:m-4{
    margin: 1rem;
  }

  :root .sm\:m-5{
    margin: 1.25rem;
  }

  :root .sm\:m-6{
    margin: 1.5rem;
  }

  :root .sm\:m-7{
    margin: 1.75rem;
  }

  :root .sm\:m-8{
    margin: 2rem;
  }

  :root .sm\:m-9{
    margin: 2.25rem;
  }

  :root .sm\:m-10{
    margin: 2.5rem;
  }

  :root .sm\:m-11{
    margin: 2.75rem;
  }

  :root .sm\:m-12{
    margin: 3rem;
  }

  :root .sm\:m-14{
    margin: 3.5rem;
  }

  :root .sm\:m-16{
    margin: 4rem;
  }

  :root .sm\:m-20{
    margin: 5rem;
  }

  :root .sm\:m-24{
    margin: 6rem;
  }

  :root .sm\:m-28{
    margin: 7rem;
  }

  :root .sm\:m-32{
    margin: 8rem;
  }

  :root .sm\:m-36{
    margin: 9rem;
  }

  :root .sm\:m-40{
    margin: 10rem;
  }

  :root .sm\:m-44{
    margin: 11rem;
  }

  :root .sm\:m-48{
    margin: 12rem;
  }

  :root .sm\:m-52{
    margin: 13rem;
  }

  :root .sm\:m-56{
    margin: 14rem;
  }

  :root .sm\:m-60{
    margin: 15rem;
  }

  :root .sm\:m-64{
    margin: 16rem;
  }

  :root .sm\:m-72{
    margin: 18rem;
  }

  :root .sm\:m-80{
    margin: 20rem;
  }

  :root .sm\:m-96{
    margin: 24rem;
  }

  :root .sm\:m-auto{
    margin: auto;
  }

  :root .sm\:m-px{
    margin: 1px;
  }

  :root .sm\:m-gutter{
    margin: var(--padding-gutter);
  }

  :root .sm\:m-0\.5{
    margin: 0.125rem;
  }

  :root .sm\:m-1\.5{
    margin: 0.375rem;
  }

  :root .sm\:m-2\.5{
    margin: 0.625rem;
  }

  :root .sm\:m-3\.5{
    margin: 0.875rem;
  }

  :root .sm\:m-17\.5{
    margin: 4.375rem;
  }

  :root .sm\:-m-1{
    margin: -0.25rem;
  }

  :root .sm\:-m-2{
    margin: -0.5rem;
  }

  :root .sm\:-m-3{
    margin: -0.75rem;
  }

  :root .sm\:-m-4{
    margin: -1rem;
  }

  :root .sm\:-m-5{
    margin: -1.25rem;
  }

  :root .sm\:-m-6{
    margin: -1.5rem;
  }

  :root .sm\:-m-7{
    margin: -1.75rem;
  }

  :root .sm\:-m-8{
    margin: -2rem;
  }

  :root .sm\:-m-9{
    margin: -2.25rem;
  }

  :root .sm\:-m-10{
    margin: -2.5rem;
  }

  :root .sm\:-m-11{
    margin: -2.75rem;
  }

  :root .sm\:-m-12{
    margin: -3rem;
  }

  :root .sm\:-m-14{
    margin: -3.5rem;
  }

  :root .sm\:-m-16{
    margin: -4rem;
  }

  :root .sm\:-m-20{
    margin: -5rem;
  }

  :root .sm\:-m-24{
    margin: -6rem;
  }

  :root .sm\:-m-28{
    margin: -7rem;
  }

  :root .sm\:-m-32{
    margin: -8rem;
  }

  :root .sm\:-m-36{
    margin: -9rem;
  }

  :root .sm\:-m-40{
    margin: -10rem;
  }

  :root .sm\:-m-44{
    margin: -11rem;
  }

  :root .sm\:-m-48{
    margin: -12rem;
  }

  :root .sm\:-m-52{
    margin: -13rem;
  }

  :root .sm\:-m-56{
    margin: -14rem;
  }

  :root .sm\:-m-60{
    margin: -15rem;
  }

  :root .sm\:-m-64{
    margin: -16rem;
  }

  :root .sm\:-m-72{
    margin: -18rem;
  }

  :root .sm\:-m-80{
    margin: -20rem;
  }

  :root .sm\:-m-96{
    margin: -24rem;
  }

  :root .sm\:-m-px{
    margin: -1px;
  }

  :root .sm\:-m-gutter{
    margin: calc(var(--padding-gutter) * -1);
  }

  :root .sm\:-m-0\.5{
    margin: -0.125rem;
  }

  :root .sm\:-m-1\.5{
    margin: -0.375rem;
  }

  :root .sm\:-m-2\.5{
    margin: -0.625rem;
  }

  :root .sm\:-m-3\.5{
    margin: -0.875rem;
  }

  :root .sm\:-m-17\.5{
    margin: -4.375rem;
  }

  :root .sm\:my-0{
    margin-top: 0;
    margin-bottom: 0;
  }

  :root .sm\:mx-0{
    margin-left: 0;
    margin-right: 0;
  }

  :root .sm\:my-1{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  :root .sm\:mx-1{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  :root .sm\:my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  :root .sm\:mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  :root .sm\:my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  :root .sm\:mx-3{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  :root .sm\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  :root .sm\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  :root .sm\:my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  :root .sm\:mx-5{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  :root .sm\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  :root .sm\:mx-6{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  :root .sm\:my-7{
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  :root .sm\:mx-7{
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  :root .sm\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  :root .sm\:mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  :root .sm\:my-9{
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  :root .sm\:mx-9{
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  :root .sm\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  :root .sm\:mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  :root .sm\:my-11{
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  :root .sm\:mx-11{
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  :root .sm\:my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  :root .sm\:mx-12{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  :root .sm\:my-14{
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  :root .sm\:mx-14{
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  :root .sm\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  :root .sm\:mx-16{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  :root .sm\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  :root .sm\:mx-20{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  :root .sm\:my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  :root .sm\:mx-24{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  :root .sm\:my-28{
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  :root .sm\:mx-28{
    margin-left: 7rem;
    margin-right: 7rem;
  }

  :root .sm\:my-32{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  :root .sm\:mx-32{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  :root .sm\:my-36{
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  :root .sm\:mx-36{
    margin-left: 9rem;
    margin-right: 9rem;
  }

  :root .sm\:my-40{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  :root .sm\:mx-40{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  :root .sm\:my-44{
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  :root .sm\:mx-44{
    margin-left: 11rem;
    margin-right: 11rem;
  }

  :root .sm\:my-48{
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  :root .sm\:mx-48{
    margin-left: 12rem;
    margin-right: 12rem;
  }

  :root .sm\:my-52{
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  :root .sm\:mx-52{
    margin-left: 13rem;
    margin-right: 13rem;
  }

  :root .sm\:my-56{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  :root .sm\:mx-56{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  :root .sm\:my-60{
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  :root .sm\:mx-60{
    margin-left: 15rem;
    margin-right: 15rem;
  }

  :root .sm\:my-64{
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  :root .sm\:mx-64{
    margin-left: 16rem;
    margin-right: 16rem;
  }

  :root .sm\:my-72{
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  :root .sm\:mx-72{
    margin-left: 18rem;
    margin-right: 18rem;
  }

  :root .sm\:my-80{
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  :root .sm\:mx-80{
    margin-left: 20rem;
    margin-right: 20rem;
  }

  :root .sm\:my-96{
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  :root .sm\:mx-96{
    margin-left: 24rem;
    margin-right: 24rem;
  }

  :root .sm\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  :root .sm\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  :root .sm\:my-px{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  :root .sm\:mx-px{
    margin-left: 1px;
    margin-right: 1px;
  }

  :root .sm\:my-gutter{
    margin-top: var(--padding-gutter);
    margin-bottom: var(--padding-gutter);
  }

  :root .sm\:mx-gutter{
    margin-left: var(--padding-gutter);
    margin-right: var(--padding-gutter);
  }

  :root .sm\:my-0\.5{
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  :root .sm\:mx-0\.5{
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  :root .sm\:my-1\.5{
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  :root .sm\:mx-1\.5{
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  :root .sm\:my-2\.5{
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  :root .sm\:mx-2\.5{
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  :root .sm\:my-3\.5{
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  :root .sm\:mx-3\.5{
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  :root .sm\:my-17\.5{
    margin-top: 4.375rem;
    margin-bottom: 4.375rem;
  }

  :root .sm\:mx-17\.5{
    margin-left: 4.375rem;
    margin-right: 4.375rem;
  }

  :root .sm\:-my-1{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  :root .sm\:-mx-1{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  :root .sm\:-my-2{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  :root .sm\:-mx-2{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  :root .sm\:-my-3{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  :root .sm\:-mx-3{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  :root .sm\:-my-4{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  :root .sm\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  :root .sm\:-my-5{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  :root .sm\:-mx-5{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  :root .sm\:-my-6{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  :root .sm\:-mx-6{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  :root .sm\:-my-7{
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  :root .sm\:-mx-7{
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  :root .sm\:-my-8{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  :root .sm\:-mx-8{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  :root .sm\:-my-9{
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  :root .sm\:-mx-9{
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  :root .sm\:-my-10{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  :root .sm\:-mx-10{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  :root .sm\:-my-11{
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  :root .sm\:-mx-11{
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  :root .sm\:-my-12{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  :root .sm\:-mx-12{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  :root .sm\:-my-14{
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  :root .sm\:-mx-14{
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  :root .sm\:-my-16{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  :root .sm\:-mx-16{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  :root .sm\:-my-20{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  :root .sm\:-mx-20{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  :root .sm\:-my-24{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  :root .sm\:-mx-24{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  :root .sm\:-my-28{
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  :root .sm\:-mx-28{
    margin-left: -7rem;
    margin-right: -7rem;
  }

  :root .sm\:-my-32{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  :root .sm\:-mx-32{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  :root .sm\:-my-36{
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  :root .sm\:-mx-36{
    margin-left: -9rem;
    margin-right: -9rem;
  }

  :root .sm\:-my-40{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  :root .sm\:-mx-40{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  :root .sm\:-my-44{
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  :root .sm\:-mx-44{
    margin-left: -11rem;
    margin-right: -11rem;
  }

  :root .sm\:-my-48{
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  :root .sm\:-mx-48{
    margin-left: -12rem;
    margin-right: -12rem;
  }

  :root .sm\:-my-52{
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  :root .sm\:-mx-52{
    margin-left: -13rem;
    margin-right: -13rem;
  }

  :root .sm\:-my-56{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  :root .sm\:-mx-56{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  :root .sm\:-my-60{
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  :root .sm\:-mx-60{
    margin-left: -15rem;
    margin-right: -15rem;
  }

  :root .sm\:-my-64{
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  :root .sm\:-mx-64{
    margin-left: -16rem;
    margin-right: -16rem;
  }

  :root .sm\:-my-72{
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  :root .sm\:-mx-72{
    margin-left: -18rem;
    margin-right: -18rem;
  }

  :root .sm\:-my-80{
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  :root .sm\:-mx-80{
    margin-left: -20rem;
    margin-right: -20rem;
  }

  :root .sm\:-my-96{
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  :root .sm\:-mx-96{
    margin-left: -24rem;
    margin-right: -24rem;
  }

  :root .sm\:-my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  :root .sm\:-mx-px{
    margin-left: -1px;
    margin-right: -1px;
  }

  :root .sm\:-my-gutter{
    margin-top: calc(var(--padding-gutter) * -1);
    margin-bottom: calc(var(--padding-gutter) * -1);
  }

  :root .sm\:-mx-gutter{
    margin-left: calc(var(--padding-gutter) * -1);
    margin-right: calc(var(--padding-gutter) * -1);
  }

  :root .sm\:-my-0\.5{
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  :root .sm\:-mx-0\.5{
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  :root .sm\:-my-1\.5{
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  :root .sm\:-mx-1\.5{
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  :root .sm\:-my-2\.5{
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  :root .sm\:-mx-2\.5{
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  :root .sm\:-my-3\.5{
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  :root .sm\:-mx-3\.5{
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  :root .sm\:-my-17\.5{
    margin-top: -4.375rem;
    margin-bottom: -4.375rem;
  }

  :root .sm\:-mx-17\.5{
    margin-left: -4.375rem;
    margin-right: -4.375rem;
  }

  :root .sm\:mt-0{
    margin-top: 0;
  }

  :root .sm\:mr-0{
    margin-right: 0;
  }

  :root .sm\:mb-0{
    margin-bottom: 0;
  }

  :root .sm\:ml-0{
    margin-left: 0;
  }

  :root .sm\:mt-1{
    margin-top: 0.25rem;
  }

  :root .sm\:mr-1{
    margin-right: 0.25rem;
  }

  :root .sm\:mb-1{
    margin-bottom: 0.25rem;
  }

  :root .sm\:ml-1{
    margin-left: 0.25rem;
  }

  :root .sm\:mt-2{
    margin-top: 0.5rem;
  }

  :root .sm\:mr-2{
    margin-right: 0.5rem;
  }

  :root .sm\:mb-2{
    margin-bottom: 0.5rem;
  }

  :root .sm\:ml-2{
    margin-left: 0.5rem;
  }

  :root .sm\:mt-3{
    margin-top: 0.75rem;
  }

  :root .sm\:mr-3{
    margin-right: 0.75rem;
  }

  :root .sm\:mb-3{
    margin-bottom: 0.75rem;
  }

  :root .sm\:ml-3{
    margin-left: 0.75rem;
  }

  :root .sm\:mt-4{
    margin-top: 1rem;
  }

  :root .sm\:mr-4{
    margin-right: 1rem;
  }

  :root .sm\:mb-4{
    margin-bottom: 1rem;
  }

  :root .sm\:ml-4{
    margin-left: 1rem;
  }

  :root .sm\:mt-5{
    margin-top: 1.25rem;
  }

  :root .sm\:mr-5{
    margin-right: 1.25rem;
  }

  :root .sm\:mb-5{
    margin-bottom: 1.25rem;
  }

  :root .sm\:ml-5{
    margin-left: 1.25rem;
  }

  :root .sm\:mt-6{
    margin-top: 1.5rem;
  }

  :root .sm\:mr-6{
    margin-right: 1.5rem;
  }

  :root .sm\:mb-6{
    margin-bottom: 1.5rem;
  }

  :root .sm\:ml-6{
    margin-left: 1.5rem;
  }

  :root .sm\:mt-7{
    margin-top: 1.75rem;
  }

  :root .sm\:mr-7{
    margin-right: 1.75rem;
  }

  :root .sm\:mb-7{
    margin-bottom: 1.75rem;
  }

  :root .sm\:ml-7{
    margin-left: 1.75rem;
  }

  :root .sm\:mt-8{
    margin-top: 2rem;
  }

  :root .sm\:mr-8{
    margin-right: 2rem;
  }

  :root .sm\:mb-8{
    margin-bottom: 2rem;
  }

  :root .sm\:ml-8{
    margin-left: 2rem;
  }

  :root .sm\:mt-9{
    margin-top: 2.25rem;
  }

  :root .sm\:mr-9{
    margin-right: 2.25rem;
  }

  :root .sm\:mb-9{
    margin-bottom: 2.25rem;
  }

  :root .sm\:ml-9{
    margin-left: 2.25rem;
  }

  :root .sm\:mt-10{
    margin-top: 2.5rem;
  }

  :root .sm\:mr-10{
    margin-right: 2.5rem;
  }

  :root .sm\:mb-10{
    margin-bottom: 2.5rem;
  }

  :root .sm\:ml-10{
    margin-left: 2.5rem;
  }

  :root .sm\:mt-11{
    margin-top: 2.75rem;
  }

  :root .sm\:mr-11{
    margin-right: 2.75rem;
  }

  :root .sm\:mb-11{
    margin-bottom: 2.75rem;
  }

  :root .sm\:ml-11{
    margin-left: 2.75rem;
  }

  :root .sm\:mt-12{
    margin-top: 3rem;
  }

  :root .sm\:mr-12{
    margin-right: 3rem;
  }

  :root .sm\:mb-12{
    margin-bottom: 3rem;
  }

  :root .sm\:ml-12{
    margin-left: 3rem;
  }

  :root .sm\:mt-14{
    margin-top: 3.5rem;
  }

  :root .sm\:mr-14{
    margin-right: 3.5rem;
  }

  :root .sm\:mb-14{
    margin-bottom: 3.5rem;
  }

  :root .sm\:ml-14{
    margin-left: 3.5rem;
  }

  :root .sm\:mt-16{
    margin-top: 4rem;
  }

  :root .sm\:mr-16{
    margin-right: 4rem;
  }

  :root .sm\:mb-16{
    margin-bottom: 4rem;
  }

  :root .sm\:ml-16{
    margin-left: 4rem;
  }

  :root .sm\:mt-20{
    margin-top: 5rem;
  }

  :root .sm\:mr-20{
    margin-right: 5rem;
  }

  :root .sm\:mb-20{
    margin-bottom: 5rem;
  }

  :root .sm\:ml-20{
    margin-left: 5rem;
  }

  :root .sm\:mt-24{
    margin-top: 6rem;
  }

  :root .sm\:mr-24{
    margin-right: 6rem;
  }

  :root .sm\:mb-24{
    margin-bottom: 6rem;
  }

  :root .sm\:ml-24{
    margin-left: 6rem;
  }

  :root .sm\:mt-28{
    margin-top: 7rem;
  }

  :root .sm\:mr-28{
    margin-right: 7rem;
  }

  :root .sm\:mb-28{
    margin-bottom: 7rem;
  }

  :root .sm\:ml-28{
    margin-left: 7rem;
  }

  :root .sm\:mt-32{
    margin-top: 8rem;
  }

  :root .sm\:mr-32{
    margin-right: 8rem;
  }

  :root .sm\:mb-32{
    margin-bottom: 8rem;
  }

  :root .sm\:ml-32{
    margin-left: 8rem;
  }

  :root .sm\:mt-36{
    margin-top: 9rem;
  }

  :root .sm\:mr-36{
    margin-right: 9rem;
  }

  :root .sm\:mb-36{
    margin-bottom: 9rem;
  }

  :root .sm\:ml-36{
    margin-left: 9rem;
  }

  :root .sm\:mt-40{
    margin-top: 10rem;
  }

  :root .sm\:mr-40{
    margin-right: 10rem;
  }

  :root .sm\:mb-40{
    margin-bottom: 10rem;
  }

  :root .sm\:ml-40{
    margin-left: 10rem;
  }

  :root .sm\:mt-44{
    margin-top: 11rem;
  }

  :root .sm\:mr-44{
    margin-right: 11rem;
  }

  :root .sm\:mb-44{
    margin-bottom: 11rem;
  }

  :root .sm\:ml-44{
    margin-left: 11rem;
  }

  :root .sm\:mt-48{
    margin-top: 12rem;
  }

  :root .sm\:mr-48{
    margin-right: 12rem;
  }

  :root .sm\:mb-48{
    margin-bottom: 12rem;
  }

  :root .sm\:ml-48{
    margin-left: 12rem;
  }

  :root .sm\:mt-52{
    margin-top: 13rem;
  }

  :root .sm\:mr-52{
    margin-right: 13rem;
  }

  :root .sm\:mb-52{
    margin-bottom: 13rem;
  }

  :root .sm\:ml-52{
    margin-left: 13rem;
  }

  :root .sm\:mt-56{
    margin-top: 14rem;
  }

  :root .sm\:mr-56{
    margin-right: 14rem;
  }

  :root .sm\:mb-56{
    margin-bottom: 14rem;
  }

  :root .sm\:ml-56{
    margin-left: 14rem;
  }

  :root .sm\:mt-60{
    margin-top: 15rem;
  }

  :root .sm\:mr-60{
    margin-right: 15rem;
  }

  :root .sm\:mb-60{
    margin-bottom: 15rem;
  }

  :root .sm\:ml-60{
    margin-left: 15rem;
  }

  :root .sm\:mt-64{
    margin-top: 16rem;
  }

  :root .sm\:mr-64{
    margin-right: 16rem;
  }

  :root .sm\:mb-64{
    margin-bottom: 16rem;
  }

  :root .sm\:ml-64{
    margin-left: 16rem;
  }

  :root .sm\:mt-72{
    margin-top: 18rem;
  }

  :root .sm\:mr-72{
    margin-right: 18rem;
  }

  :root .sm\:mb-72{
    margin-bottom: 18rem;
  }

  :root .sm\:ml-72{
    margin-left: 18rem;
  }

  :root .sm\:mt-80{
    margin-top: 20rem;
  }

  :root .sm\:mr-80{
    margin-right: 20rem;
  }

  :root .sm\:mb-80{
    margin-bottom: 20rem;
  }

  :root .sm\:ml-80{
    margin-left: 20rem;
  }

  :root .sm\:mt-96{
    margin-top: 24rem;
  }

  :root .sm\:mr-96{
    margin-right: 24rem;
  }

  :root .sm\:mb-96{
    margin-bottom: 24rem;
  }

  :root .sm\:ml-96{
    margin-left: 24rem;
  }

  :root .sm\:mt-auto{
    margin-top: auto;
  }

  :root .sm\:mr-auto{
    margin-right: auto;
  }

  :root .sm\:mb-auto{
    margin-bottom: auto;
  }

  :root .sm\:ml-auto{
    margin-left: auto;
  }

  :root .sm\:mt-px{
    margin-top: 1px;
  }

  :root .sm\:mr-px{
    margin-right: 1px;
  }

  :root .sm\:mb-px{
    margin-bottom: 1px;
  }

  :root .sm\:ml-px{
    margin-left: 1px;
  }

  :root .sm\:mt-gutter{
    margin-top: var(--padding-gutter);
  }

  :root .sm\:mr-gutter{
    margin-right: var(--padding-gutter);
  }

  :root .sm\:mb-gutter{
    margin-bottom: var(--padding-gutter);
  }

  :root .sm\:ml-gutter{
    margin-left: var(--padding-gutter);
  }

  :root .sm\:mt-0\.5{
    margin-top: 0.125rem;
  }

  :root .sm\:mr-0\.5{
    margin-right: 0.125rem;
  }

  :root .sm\:mb-0\.5{
    margin-bottom: 0.125rem;
  }

  :root .sm\:ml-0\.5{
    margin-left: 0.125rem;
  }

  :root .sm\:mt-1\.5{
    margin-top: 0.375rem;
  }

  :root .sm\:mr-1\.5{
    margin-right: 0.375rem;
  }

  :root .sm\:mb-1\.5{
    margin-bottom: 0.375rem;
  }

  :root .sm\:ml-1\.5{
    margin-left: 0.375rem;
  }

  :root .sm\:mt-2\.5{
    margin-top: 0.625rem;
  }

  :root .sm\:mr-2\.5{
    margin-right: 0.625rem;
  }

  :root .sm\:mb-2\.5{
    margin-bottom: 0.625rem;
  }

  :root .sm\:ml-2\.5{
    margin-left: 0.625rem;
  }

  :root .sm\:mt-3\.5{
    margin-top: 0.875rem;
  }

  :root .sm\:mr-3\.5{
    margin-right: 0.875rem;
  }

  :root .sm\:mb-3\.5{
    margin-bottom: 0.875rem;
  }

  :root .sm\:ml-3\.5{
    margin-left: 0.875rem;
  }

  :root .sm\:mt-17\.5{
    margin-top: 4.375rem;
  }

  :root .sm\:mr-17\.5{
    margin-right: 4.375rem;
  }

  :root .sm\:mb-17\.5{
    margin-bottom: 4.375rem;
  }

  :root .sm\:ml-17\.5{
    margin-left: 4.375rem;
  }

  :root .sm\:-mt-1{
    margin-top: -0.25rem;
  }

  :root .sm\:-mr-1{
    margin-right: -0.25rem;
  }

  :root .sm\:-mb-1{
    margin-bottom: -0.25rem;
  }

  :root .sm\:-ml-1{
    margin-left: -0.25rem;
  }

  :root .sm\:-mt-2{
    margin-top: -0.5rem;
  }

  :root .sm\:-mr-2{
    margin-right: -0.5rem;
  }

  :root .sm\:-mb-2{
    margin-bottom: -0.5rem;
  }

  :root .sm\:-ml-2{
    margin-left: -0.5rem;
  }

  :root .sm\:-mt-3{
    margin-top: -0.75rem;
  }

  :root .sm\:-mr-3{
    margin-right: -0.75rem;
  }

  :root .sm\:-mb-3{
    margin-bottom: -0.75rem;
  }

  :root .sm\:-ml-3{
    margin-left: -0.75rem;
  }

  :root .sm\:-mt-4{
    margin-top: -1rem;
  }

  :root .sm\:-mr-4{
    margin-right: -1rem;
  }

  :root .sm\:-mb-4{
    margin-bottom: -1rem;
  }

  :root .sm\:-ml-4{
    margin-left: -1rem;
  }

  :root .sm\:-mt-5{
    margin-top: -1.25rem;
  }

  :root .sm\:-mr-5{
    margin-right: -1.25rem;
  }

  :root .sm\:-mb-5{
    margin-bottom: -1.25rem;
  }

  :root .sm\:-ml-5{
    margin-left: -1.25rem;
  }

  :root .sm\:-mt-6{
    margin-top: -1.5rem;
  }

  :root .sm\:-mr-6{
    margin-right: -1.5rem;
  }

  :root .sm\:-mb-6{
    margin-bottom: -1.5rem;
  }

  :root .sm\:-ml-6{
    margin-left: -1.5rem;
  }

  :root .sm\:-mt-7{
    margin-top: -1.75rem;
  }

  :root .sm\:-mr-7{
    margin-right: -1.75rem;
  }

  :root .sm\:-mb-7{
    margin-bottom: -1.75rem;
  }

  :root .sm\:-ml-7{
    margin-left: -1.75rem;
  }

  :root .sm\:-mt-8{
    margin-top: -2rem;
  }

  :root .sm\:-mr-8{
    margin-right: -2rem;
  }

  :root .sm\:-mb-8{
    margin-bottom: -2rem;
  }

  :root .sm\:-ml-8{
    margin-left: -2rem;
  }

  :root .sm\:-mt-9{
    margin-top: -2.25rem;
  }

  :root .sm\:-mr-9{
    margin-right: -2.25rem;
  }

  :root .sm\:-mb-9{
    margin-bottom: -2.25rem;
  }

  :root .sm\:-ml-9{
    margin-left: -2.25rem;
  }

  :root .sm\:-mt-10{
    margin-top: -2.5rem;
  }

  :root .sm\:-mr-10{
    margin-right: -2.5rem;
  }

  :root .sm\:-mb-10{
    margin-bottom: -2.5rem;
  }

  :root .sm\:-ml-10{
    margin-left: -2.5rem;
  }

  :root .sm\:-mt-11{
    margin-top: -2.75rem;
  }

  :root .sm\:-mr-11{
    margin-right: -2.75rem;
  }

  :root .sm\:-mb-11{
    margin-bottom: -2.75rem;
  }

  :root .sm\:-ml-11{
    margin-left: -2.75rem;
  }

  :root .sm\:-mt-12{
    margin-top: -3rem;
  }

  :root .sm\:-mr-12{
    margin-right: -3rem;
  }

  :root .sm\:-mb-12{
    margin-bottom: -3rem;
  }

  :root .sm\:-ml-12{
    margin-left: -3rem;
  }

  :root .sm\:-mt-14{
    margin-top: -3.5rem;
  }

  :root .sm\:-mr-14{
    margin-right: -3.5rem;
  }

  :root .sm\:-mb-14{
    margin-bottom: -3.5rem;
  }

  :root .sm\:-ml-14{
    margin-left: -3.5rem;
  }

  :root .sm\:-mt-16{
    margin-top: -4rem;
  }

  :root .sm\:-mr-16{
    margin-right: -4rem;
  }

  :root .sm\:-mb-16{
    margin-bottom: -4rem;
  }

  :root .sm\:-ml-16{
    margin-left: -4rem;
  }

  :root .sm\:-mt-20{
    margin-top: -5rem;
  }

  :root .sm\:-mr-20{
    margin-right: -5rem;
  }

  :root .sm\:-mb-20{
    margin-bottom: -5rem;
  }

  :root .sm\:-ml-20{
    margin-left: -5rem;
  }

  :root .sm\:-mt-24{
    margin-top: -6rem;
  }

  :root .sm\:-mr-24{
    margin-right: -6rem;
  }

  :root .sm\:-mb-24{
    margin-bottom: -6rem;
  }

  :root .sm\:-ml-24{
    margin-left: -6rem;
  }

  :root .sm\:-mt-28{
    margin-top: -7rem;
  }

  :root .sm\:-mr-28{
    margin-right: -7rem;
  }

  :root .sm\:-mb-28{
    margin-bottom: -7rem;
  }

  :root .sm\:-ml-28{
    margin-left: -7rem;
  }

  :root .sm\:-mt-32{
    margin-top: -8rem;
  }

  :root .sm\:-mr-32{
    margin-right: -8rem;
  }

  :root .sm\:-mb-32{
    margin-bottom: -8rem;
  }

  :root .sm\:-ml-32{
    margin-left: -8rem;
  }

  :root .sm\:-mt-36{
    margin-top: -9rem;
  }

  :root .sm\:-mr-36{
    margin-right: -9rem;
  }

  :root .sm\:-mb-36{
    margin-bottom: -9rem;
  }

  :root .sm\:-ml-36{
    margin-left: -9rem;
  }

  :root .sm\:-mt-40{
    margin-top: -10rem;
  }

  :root .sm\:-mr-40{
    margin-right: -10rem;
  }

  :root .sm\:-mb-40{
    margin-bottom: -10rem;
  }

  :root .sm\:-ml-40{
    margin-left: -10rem;
  }

  :root .sm\:-mt-44{
    margin-top: -11rem;
  }

  :root .sm\:-mr-44{
    margin-right: -11rem;
  }

  :root .sm\:-mb-44{
    margin-bottom: -11rem;
  }

  :root .sm\:-ml-44{
    margin-left: -11rem;
  }

  :root .sm\:-mt-48{
    margin-top: -12rem;
  }

  :root .sm\:-mr-48{
    margin-right: -12rem;
  }

  :root .sm\:-mb-48{
    margin-bottom: -12rem;
  }

  :root .sm\:-ml-48{
    margin-left: -12rem;
  }

  :root .sm\:-mt-52{
    margin-top: -13rem;
  }

  :root .sm\:-mr-52{
    margin-right: -13rem;
  }

  :root .sm\:-mb-52{
    margin-bottom: -13rem;
  }

  :root .sm\:-ml-52{
    margin-left: -13rem;
  }

  :root .sm\:-mt-56{
    margin-top: -14rem;
  }

  :root .sm\:-mr-56{
    margin-right: -14rem;
  }

  :root .sm\:-mb-56{
    margin-bottom: -14rem;
  }

  :root .sm\:-ml-56{
    margin-left: -14rem;
  }

  :root .sm\:-mt-60{
    margin-top: -15rem;
  }

  :root .sm\:-mr-60{
    margin-right: -15rem;
  }

  :root .sm\:-mb-60{
    margin-bottom: -15rem;
  }

  :root .sm\:-ml-60{
    margin-left: -15rem;
  }

  :root .sm\:-mt-64{
    margin-top: -16rem;
  }

  :root .sm\:-mr-64{
    margin-right: -16rem;
  }

  :root .sm\:-mb-64{
    margin-bottom: -16rem;
  }

  :root .sm\:-ml-64{
    margin-left: -16rem;
  }

  :root .sm\:-mt-72{
    margin-top: -18rem;
  }

  :root .sm\:-mr-72{
    margin-right: -18rem;
  }

  :root .sm\:-mb-72{
    margin-bottom: -18rem;
  }

  :root .sm\:-ml-72{
    margin-left: -18rem;
  }

  :root .sm\:-mt-80{
    margin-top: -20rem;
  }

  :root .sm\:-mr-80{
    margin-right: -20rem;
  }

  :root .sm\:-mb-80{
    margin-bottom: -20rem;
  }

  :root .sm\:-ml-80{
    margin-left: -20rem;
  }

  :root .sm\:-mt-96{
    margin-top: -24rem;
  }

  :root .sm\:-mr-96{
    margin-right: -24rem;
  }

  :root .sm\:-mb-96{
    margin-bottom: -24rem;
  }

  :root .sm\:-ml-96{
    margin-left: -24rem;
  }

  :root .sm\:-mt-px{
    margin-top: -1px;
  }

  :root .sm\:-mr-px{
    margin-right: -1px;
  }

  :root .sm\:-mb-px{
    margin-bottom: -1px;
  }

  :root .sm\:-ml-px{
    margin-left: -1px;
  }

  :root .sm\:-mt-gutter{
    margin-top: calc(var(--padding-gutter) * -1);
  }

  :root .sm\:-mr-gutter{
    margin-right: calc(var(--padding-gutter) * -1);
  }

  :root .sm\:-mb-gutter{
    margin-bottom: calc(var(--padding-gutter) * -1);
  }

  :root .sm\:-ml-gutter{
    margin-left: calc(var(--padding-gutter) * -1);
  }

  :root .sm\:-mt-0\.5{
    margin-top: -0.125rem;
  }

  :root .sm\:-mr-0\.5{
    margin-right: -0.125rem;
  }

  :root .sm\:-mb-0\.5{
    margin-bottom: -0.125rem;
  }

  :root .sm\:-ml-0\.5{
    margin-left: -0.125rem;
  }

  :root .sm\:-mt-1\.5{
    margin-top: -0.375rem;
  }

  :root .sm\:-mr-1\.5{
    margin-right: -0.375rem;
  }

  :root .sm\:-mb-1\.5{
    margin-bottom: -0.375rem;
  }

  :root .sm\:-ml-1\.5{
    margin-left: -0.375rem;
  }

  :root .sm\:-mt-2\.5{
    margin-top: -0.625rem;
  }

  :root .sm\:-mr-2\.5{
    margin-right: -0.625rem;
  }

  :root .sm\:-mb-2\.5{
    margin-bottom: -0.625rem;
  }

  :root .sm\:-ml-2\.5{
    margin-left: -0.625rem;
  }

  :root .sm\:-mt-3\.5{
    margin-top: -0.875rem;
  }

  :root .sm\:-mr-3\.5{
    margin-right: -0.875rem;
  }

  :root .sm\:-mb-3\.5{
    margin-bottom: -0.875rem;
  }

  :root .sm\:-ml-3\.5{
    margin-left: -0.875rem;
  }

  :root .sm\:-mt-17\.5{
    margin-top: -4.375rem;
  }

  :root .sm\:-mr-17\.5{
    margin-right: -4.375rem;
  }

  :root .sm\:-mb-17\.5{
    margin-bottom: -4.375rem;
  }

  :root .sm\:-ml-17\.5{
    margin-left: -4.375rem;
  }

  :root [dir=ltr] .sm\:ltr\:m-0{
    margin: 0;
  }

  :root [dir=ltr] .sm\:ltr\:m-1{
    margin: 0.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:m-2{
    margin: 0.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:m-3{
    margin: 0.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:m-4{
    margin: 1rem;
  }

  :root [dir=ltr] .sm\:ltr\:m-5{
    margin: 1.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:m-6{
    margin: 1.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:m-7{
    margin: 1.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:m-8{
    margin: 2rem;
  }

  :root [dir=ltr] .sm\:ltr\:m-9{
    margin: 2.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:m-10{
    margin: 2.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:m-11{
    margin: 2.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:m-12{
    margin: 3rem;
  }

  :root [dir=ltr] .sm\:ltr\:m-14{
    margin: 3.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:m-16{
    margin: 4rem;
  }

  :root [dir=ltr] .sm\:ltr\:m-20{
    margin: 5rem;
  }

  :root [dir=ltr] .sm\:ltr\:m-24{
    margin: 6rem;
  }

  :root [dir=ltr] .sm\:ltr\:m-28{
    margin: 7rem;
  }

  :root [dir=ltr] .sm\:ltr\:m-32{
    margin: 8rem;
  }

  :root [dir=ltr] .sm\:ltr\:m-36{
    margin: 9rem;
  }

  :root [dir=ltr] .sm\:ltr\:m-40{
    margin: 10rem;
  }

  :root [dir=ltr] .sm\:ltr\:m-44{
    margin: 11rem;
  }

  :root [dir=ltr] .sm\:ltr\:m-48{
    margin: 12rem;
  }

  :root [dir=ltr] .sm\:ltr\:m-52{
    margin: 13rem;
  }

  :root [dir=ltr] .sm\:ltr\:m-56{
    margin: 14rem;
  }

  :root [dir=ltr] .sm\:ltr\:m-60{
    margin: 15rem;
  }

  :root [dir=ltr] .sm\:ltr\:m-64{
    margin: 16rem;
  }

  :root [dir=ltr] .sm\:ltr\:m-72{
    margin: 18rem;
  }

  :root [dir=ltr] .sm\:ltr\:m-80{
    margin: 20rem;
  }

  :root [dir=ltr] .sm\:ltr\:m-96{
    margin: 24rem;
  }

  :root [dir=ltr] .sm\:ltr\:m-auto{
    margin: auto;
  }

  :root [dir=ltr] .sm\:ltr\:m-px{
    margin: 1px;
  }

  :root [dir=ltr] .sm\:ltr\:m-gutter{
    margin: var(--padding-gutter);
  }

  :root [dir=ltr] .ltr\:m-0.sm\:5{
    margin: 0.125rem;
  }

  :root [dir=ltr] .ltr\:m-1.sm\:5{
    margin: 0.375rem;
  }

  :root [dir=ltr] .ltr\:m-2.sm\:5{
    margin: 0.625rem;
  }

  :root [dir=ltr] .ltr\:m-3.sm\:5{
    margin: 0.875rem;
  }

  :root [dir=ltr] .ltr\:m-17.sm\:5{
    margin: 4.375rem;
  }

  :root [dir=ltr] .sm\:ltr\:-m-1{
    margin: -0.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:-m-2{
    margin: -0.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-m-3{
    margin: -0.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:-m-4{
    margin: -1rem;
  }

  :root [dir=ltr] .sm\:ltr\:-m-5{
    margin: -1.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:-m-6{
    margin: -1.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-m-7{
    margin: -1.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:-m-8{
    margin: -2rem;
  }

  :root [dir=ltr] .sm\:ltr\:-m-9{
    margin: -2.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:-m-10{
    margin: -2.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-m-11{
    margin: -2.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:-m-12{
    margin: -3rem;
  }

  :root [dir=ltr] .sm\:ltr\:-m-14{
    margin: -3.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-m-16{
    margin: -4rem;
  }

  :root [dir=ltr] .sm\:ltr\:-m-20{
    margin: -5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-m-24{
    margin: -6rem;
  }

  :root [dir=ltr] .sm\:ltr\:-m-28{
    margin: -7rem;
  }

  :root [dir=ltr] .sm\:ltr\:-m-32{
    margin: -8rem;
  }

  :root [dir=ltr] .sm\:ltr\:-m-36{
    margin: -9rem;
  }

  :root [dir=ltr] .sm\:ltr\:-m-40{
    margin: -10rem;
  }

  :root [dir=ltr] .sm\:ltr\:-m-44{
    margin: -11rem;
  }

  :root [dir=ltr] .sm\:ltr\:-m-48{
    margin: -12rem;
  }

  :root [dir=ltr] .sm\:ltr\:-m-52{
    margin: -13rem;
  }

  :root [dir=ltr] .sm\:ltr\:-m-56{
    margin: -14rem;
  }

  :root [dir=ltr] .sm\:ltr\:-m-60{
    margin: -15rem;
  }

  :root [dir=ltr] .sm\:ltr\:-m-64{
    margin: -16rem;
  }

  :root [dir=ltr] .sm\:ltr\:-m-72{
    margin: -18rem;
  }

  :root [dir=ltr] .sm\:ltr\:-m-80{
    margin: -20rem;
  }

  :root [dir=ltr] .sm\:ltr\:-m-96{
    margin: -24rem;
  }

  :root [dir=ltr] .sm\:ltr\:-m-px{
    margin: -1px;
  }

  :root [dir=ltr] .sm\:ltr\:-m-gutter{
    margin: calc(var(--padding-gutter) * -1);
  }

  :root [dir=ltr] .ltr\:-m-0.sm\:5{
    margin: -0.125rem;
  }

  :root [dir=ltr] .ltr\:-m-1.sm\:5{
    margin: -0.375rem;
  }

  :root [dir=ltr] .ltr\:-m-2.sm\:5{
    margin: -0.625rem;
  }

  :root [dir=ltr] .ltr\:-m-3.sm\:5{
    margin: -0.875rem;
  }

  :root [dir=ltr] .ltr\:-m-17.sm\:5{
    margin: -4.375rem;
  }

  :root [dir=ltr] .sm\:ltr\:my-0{
    margin-top: 0;
    margin-bottom: 0;
  }

  :root [dir=ltr] .sm\:ltr\:mx-0{
    margin-left: 0;
    margin-right: 0;
  }

  :root [dir=ltr] .sm\:ltr\:my-1{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:mx-1{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:mx-3{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  :root [dir=ltr] .sm\:ltr\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  :root [dir=ltr] .sm\:ltr\:my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:mx-5{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:mx-6{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:my-7{
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:mx-7{
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  :root [dir=ltr] .sm\:ltr\:mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  :root [dir=ltr] .sm\:ltr\:my-9{
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:mx-9{
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:my-11{
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:mx-11{
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  :root [dir=ltr] .sm\:ltr\:mx-12{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  :root [dir=ltr] .sm\:ltr\:my-14{
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:mx-14{
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  :root [dir=ltr] .sm\:ltr\:mx-16{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  :root [dir=ltr] .sm\:ltr\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  :root [dir=ltr] .sm\:ltr\:mx-20{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  :root [dir=ltr] .sm\:ltr\:my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  :root [dir=ltr] .sm\:ltr\:mx-24{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  :root [dir=ltr] .sm\:ltr\:my-28{
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  :root [dir=ltr] .sm\:ltr\:mx-28{
    margin-left: 7rem;
    margin-right: 7rem;
  }

  :root [dir=ltr] .sm\:ltr\:my-32{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  :root [dir=ltr] .sm\:ltr\:mx-32{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  :root [dir=ltr] .sm\:ltr\:my-36{
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  :root [dir=ltr] .sm\:ltr\:mx-36{
    margin-left: 9rem;
    margin-right: 9rem;
  }

  :root [dir=ltr] .sm\:ltr\:my-40{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  :root [dir=ltr] .sm\:ltr\:mx-40{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  :root [dir=ltr] .sm\:ltr\:my-44{
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  :root [dir=ltr] .sm\:ltr\:mx-44{
    margin-left: 11rem;
    margin-right: 11rem;
  }

  :root [dir=ltr] .sm\:ltr\:my-48{
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  :root [dir=ltr] .sm\:ltr\:mx-48{
    margin-left: 12rem;
    margin-right: 12rem;
  }

  :root [dir=ltr] .sm\:ltr\:my-52{
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  :root [dir=ltr] .sm\:ltr\:mx-52{
    margin-left: 13rem;
    margin-right: 13rem;
  }

  :root [dir=ltr] .sm\:ltr\:my-56{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  :root [dir=ltr] .sm\:ltr\:mx-56{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  :root [dir=ltr] .sm\:ltr\:my-60{
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  :root [dir=ltr] .sm\:ltr\:mx-60{
    margin-left: 15rem;
    margin-right: 15rem;
  }

  :root [dir=ltr] .sm\:ltr\:my-64{
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  :root [dir=ltr] .sm\:ltr\:mx-64{
    margin-left: 16rem;
    margin-right: 16rem;
  }

  :root [dir=ltr] .sm\:ltr\:my-72{
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  :root [dir=ltr] .sm\:ltr\:mx-72{
    margin-left: 18rem;
    margin-right: 18rem;
  }

  :root [dir=ltr] .sm\:ltr\:my-80{
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  :root [dir=ltr] .sm\:ltr\:mx-80{
    margin-left: 20rem;
    margin-right: 20rem;
  }

  :root [dir=ltr] .sm\:ltr\:my-96{
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  :root [dir=ltr] .sm\:ltr\:mx-96{
    margin-left: 24rem;
    margin-right: 24rem;
  }

  :root [dir=ltr] .sm\:ltr\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  :root [dir=ltr] .sm\:ltr\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  :root [dir=ltr] .sm\:ltr\:my-px{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  :root [dir=ltr] .sm\:ltr\:mx-px{
    margin-left: 1px;
    margin-right: 1px;
  }

  :root [dir=ltr] .sm\:ltr\:my-gutter{
    margin-top: var(--padding-gutter);
    margin-bottom: var(--padding-gutter);
  }

  :root [dir=ltr] .sm\:ltr\:mx-gutter{
    margin-left: var(--padding-gutter);
    margin-right: var(--padding-gutter);
  }

  :root [dir=ltr] .ltr\:my-0.sm\:5{
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  :root [dir=ltr] .ltr\:mx-0.sm\:5{
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  :root [dir=ltr] .ltr\:my-1.sm\:5{
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  :root [dir=ltr] .ltr\:mx-1.sm\:5{
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  :root [dir=ltr] .ltr\:my-2.sm\:5{
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  :root [dir=ltr] .ltr\:mx-2.sm\:5{
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  :root [dir=ltr] .ltr\:my-3.sm\:5{
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  :root [dir=ltr] .ltr\:mx-3.sm\:5{
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  :root [dir=ltr] .ltr\:my-17.sm\:5{
    margin-top: 4.375rem;
    margin-bottom: 4.375rem;
  }

  :root [dir=ltr] .ltr\:mx-17.sm\:5{
    margin-left: 4.375rem;
    margin-right: 4.375rem;
  }

  :root [dir=ltr] .sm\:ltr\:-my-1{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mx-1{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:-my-2{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mx-2{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-my-3{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mx-3{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:-my-4{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  :root [dir=ltr] .sm\:ltr\:-my-5{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mx-5{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:-my-6{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mx-6{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-my-7{
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mx-7{
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:-my-8{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mx-8{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  :root [dir=ltr] .sm\:ltr\:-my-9{
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mx-9{
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:-my-10{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mx-10{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-my-11{
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mx-11{
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:-my-12{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mx-12{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  :root [dir=ltr] .sm\:ltr\:-my-14{
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mx-14{
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-my-16{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mx-16{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  :root [dir=ltr] .sm\:ltr\:-my-20{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mx-20{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-my-24{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mx-24{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  :root [dir=ltr] .sm\:ltr\:-my-28{
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mx-28{
    margin-left: -7rem;
    margin-right: -7rem;
  }

  :root [dir=ltr] .sm\:ltr\:-my-32{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mx-32{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  :root [dir=ltr] .sm\:ltr\:-my-36{
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mx-36{
    margin-left: -9rem;
    margin-right: -9rem;
  }

  :root [dir=ltr] .sm\:ltr\:-my-40{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mx-40{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  :root [dir=ltr] .sm\:ltr\:-my-44{
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mx-44{
    margin-left: -11rem;
    margin-right: -11rem;
  }

  :root [dir=ltr] .sm\:ltr\:-my-48{
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mx-48{
    margin-left: -12rem;
    margin-right: -12rem;
  }

  :root [dir=ltr] .sm\:ltr\:-my-52{
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mx-52{
    margin-left: -13rem;
    margin-right: -13rem;
  }

  :root [dir=ltr] .sm\:ltr\:-my-56{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mx-56{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  :root [dir=ltr] .sm\:ltr\:-my-60{
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mx-60{
    margin-left: -15rem;
    margin-right: -15rem;
  }

  :root [dir=ltr] .sm\:ltr\:-my-64{
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mx-64{
    margin-left: -16rem;
    margin-right: -16rem;
  }

  :root [dir=ltr] .sm\:ltr\:-my-72{
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mx-72{
    margin-left: -18rem;
    margin-right: -18rem;
  }

  :root [dir=ltr] .sm\:ltr\:-my-80{
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mx-80{
    margin-left: -20rem;
    margin-right: -20rem;
  }

  :root [dir=ltr] .sm\:ltr\:-my-96{
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mx-96{
    margin-left: -24rem;
    margin-right: -24rem;
  }

  :root [dir=ltr] .sm\:ltr\:-my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  :root [dir=ltr] .sm\:ltr\:-mx-px{
    margin-left: -1px;
    margin-right: -1px;
  }

  :root [dir=ltr] .sm\:ltr\:-my-gutter{
    margin-top: calc(var(--padding-gutter) * -1);
    margin-bottom: calc(var(--padding-gutter) * -1);
  }

  :root [dir=ltr] .sm\:ltr\:-mx-gutter{
    margin-left: calc(var(--padding-gutter) * -1);
    margin-right: calc(var(--padding-gutter) * -1);
  }

  :root [dir=ltr] .ltr\:-my-0.sm\:5{
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  :root [dir=ltr] .ltr\:-mx-0.sm\:5{
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  :root [dir=ltr] .ltr\:-my-1.sm\:5{
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  :root [dir=ltr] .ltr\:-mx-1.sm\:5{
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  :root [dir=ltr] .ltr\:-my-2.sm\:5{
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  :root [dir=ltr] .ltr\:-mx-2.sm\:5{
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  :root [dir=ltr] .ltr\:-my-3.sm\:5{
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  :root [dir=ltr] .ltr\:-mx-3.sm\:5{
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  :root [dir=ltr] .ltr\:-my-17.sm\:5{
    margin-top: -4.375rem;
    margin-bottom: -4.375rem;
  }

  :root [dir=ltr] .ltr\:-mx-17.sm\:5{
    margin-left: -4.375rem;
    margin-right: -4.375rem;
  }

  :root [dir=ltr] .sm\:ltr\:mt-0{
    margin-top: 0;
  }

  :root [dir=ltr] .sm\:ltr\:mr-0{
    margin-right: 0;
  }

  :root [dir=ltr] .sm\:ltr\:mb-0{
    margin-bottom: 0;
  }

  :root [dir=ltr] .sm\:ltr\:ml-0{
    margin-left: 0;
  }

  :root [dir=ltr] .sm\:ltr\:mt-1{
    margin-top: 0.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:mr-1{
    margin-right: 0.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:mb-1{
    margin-bottom: 0.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:ml-1{
    margin-left: 0.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:mt-2{
    margin-top: 0.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:mr-2{
    margin-right: 0.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:mb-2{
    margin-bottom: 0.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:ml-2{
    margin-left: 0.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:mt-3{
    margin-top: 0.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:mr-3{
    margin-right: 0.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:mb-3{
    margin-bottom: 0.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:ml-3{
    margin-left: 0.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:mt-4{
    margin-top: 1rem;
  }

  :root [dir=ltr] .sm\:ltr\:mr-4{
    margin-right: 1rem;
  }

  :root [dir=ltr] .sm\:ltr\:mb-4{
    margin-bottom: 1rem;
  }

  :root [dir=ltr] .sm\:ltr\:ml-4{
    margin-left: 1rem;
  }

  :root [dir=ltr] .sm\:ltr\:mt-5{
    margin-top: 1.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:mr-5{
    margin-right: 1.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:mb-5{
    margin-bottom: 1.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:ml-5{
    margin-left: 1.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:mt-6{
    margin-top: 1.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:mr-6{
    margin-right: 1.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:mb-6{
    margin-bottom: 1.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:ml-6{
    margin-left: 1.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:mt-7{
    margin-top: 1.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:mr-7{
    margin-right: 1.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:mb-7{
    margin-bottom: 1.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:ml-7{
    margin-left: 1.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:mt-8{
    margin-top: 2rem;
  }

  :root [dir=ltr] .sm\:ltr\:mr-8{
    margin-right: 2rem;
  }

  :root [dir=ltr] .sm\:ltr\:mb-8{
    margin-bottom: 2rem;
  }

  :root [dir=ltr] .sm\:ltr\:ml-8{
    margin-left: 2rem;
  }

  :root [dir=ltr] .sm\:ltr\:mt-9{
    margin-top: 2.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:mr-9{
    margin-right: 2.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:mb-9{
    margin-bottom: 2.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:ml-9{
    margin-left: 2.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:mt-10{
    margin-top: 2.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:mr-10{
    margin-right: 2.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:mb-10{
    margin-bottom: 2.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:ml-10{
    margin-left: 2.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:mt-11{
    margin-top: 2.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:mr-11{
    margin-right: 2.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:mb-11{
    margin-bottom: 2.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:ml-11{
    margin-left: 2.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:mt-12{
    margin-top: 3rem;
  }

  :root [dir=ltr] .sm\:ltr\:mr-12{
    margin-right: 3rem;
  }

  :root [dir=ltr] .sm\:ltr\:mb-12{
    margin-bottom: 3rem;
  }

  :root [dir=ltr] .sm\:ltr\:ml-12{
    margin-left: 3rem;
  }

  :root [dir=ltr] .sm\:ltr\:mt-14{
    margin-top: 3.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:mr-14{
    margin-right: 3.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:mb-14{
    margin-bottom: 3.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:ml-14{
    margin-left: 3.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:mt-16{
    margin-top: 4rem;
  }

  :root [dir=ltr] .sm\:ltr\:mr-16{
    margin-right: 4rem;
  }

  :root [dir=ltr] .sm\:ltr\:mb-16{
    margin-bottom: 4rem;
  }

  :root [dir=ltr] .sm\:ltr\:ml-16{
    margin-left: 4rem;
  }

  :root [dir=ltr] .sm\:ltr\:mt-20{
    margin-top: 5rem;
  }

  :root [dir=ltr] .sm\:ltr\:mr-20{
    margin-right: 5rem;
  }

  :root [dir=ltr] .sm\:ltr\:mb-20{
    margin-bottom: 5rem;
  }

  :root [dir=ltr] .sm\:ltr\:ml-20{
    margin-left: 5rem;
  }

  :root [dir=ltr] .sm\:ltr\:mt-24{
    margin-top: 6rem;
  }

  :root [dir=ltr] .sm\:ltr\:mr-24{
    margin-right: 6rem;
  }

  :root [dir=ltr] .sm\:ltr\:mb-24{
    margin-bottom: 6rem;
  }

  :root [dir=ltr] .sm\:ltr\:ml-24{
    margin-left: 6rem;
  }

  :root [dir=ltr] .sm\:ltr\:mt-28{
    margin-top: 7rem;
  }

  :root [dir=ltr] .sm\:ltr\:mr-28{
    margin-right: 7rem;
  }

  :root [dir=ltr] .sm\:ltr\:mb-28{
    margin-bottom: 7rem;
  }

  :root [dir=ltr] .sm\:ltr\:ml-28{
    margin-left: 7rem;
  }

  :root [dir=ltr] .sm\:ltr\:mt-32{
    margin-top: 8rem;
  }

  :root [dir=ltr] .sm\:ltr\:mr-32{
    margin-right: 8rem;
  }

  :root [dir=ltr] .sm\:ltr\:mb-32{
    margin-bottom: 8rem;
  }

  :root [dir=ltr] .sm\:ltr\:ml-32{
    margin-left: 8rem;
  }

  :root [dir=ltr] .sm\:ltr\:mt-36{
    margin-top: 9rem;
  }

  :root [dir=ltr] .sm\:ltr\:mr-36{
    margin-right: 9rem;
  }

  :root [dir=ltr] .sm\:ltr\:mb-36{
    margin-bottom: 9rem;
  }

  :root [dir=ltr] .sm\:ltr\:ml-36{
    margin-left: 9rem;
  }

  :root [dir=ltr] .sm\:ltr\:mt-40{
    margin-top: 10rem;
  }

  :root [dir=ltr] .sm\:ltr\:mr-40{
    margin-right: 10rem;
  }

  :root [dir=ltr] .sm\:ltr\:mb-40{
    margin-bottom: 10rem;
  }

  :root [dir=ltr] .sm\:ltr\:ml-40{
    margin-left: 10rem;
  }

  :root [dir=ltr] .sm\:ltr\:mt-44{
    margin-top: 11rem;
  }

  :root [dir=ltr] .sm\:ltr\:mr-44{
    margin-right: 11rem;
  }

  :root [dir=ltr] .sm\:ltr\:mb-44{
    margin-bottom: 11rem;
  }

  :root [dir=ltr] .sm\:ltr\:ml-44{
    margin-left: 11rem;
  }

  :root [dir=ltr] .sm\:ltr\:mt-48{
    margin-top: 12rem;
  }

  :root [dir=ltr] .sm\:ltr\:mr-48{
    margin-right: 12rem;
  }

  :root [dir=ltr] .sm\:ltr\:mb-48{
    margin-bottom: 12rem;
  }

  :root [dir=ltr] .sm\:ltr\:ml-48{
    margin-left: 12rem;
  }

  :root [dir=ltr] .sm\:ltr\:mt-52{
    margin-top: 13rem;
  }

  :root [dir=ltr] .sm\:ltr\:mr-52{
    margin-right: 13rem;
  }

  :root [dir=ltr] .sm\:ltr\:mb-52{
    margin-bottom: 13rem;
  }

  :root [dir=ltr] .sm\:ltr\:ml-52{
    margin-left: 13rem;
  }

  :root [dir=ltr] .sm\:ltr\:mt-56{
    margin-top: 14rem;
  }

  :root [dir=ltr] .sm\:ltr\:mr-56{
    margin-right: 14rem;
  }

  :root [dir=ltr] .sm\:ltr\:mb-56{
    margin-bottom: 14rem;
  }

  :root [dir=ltr] .sm\:ltr\:ml-56{
    margin-left: 14rem;
  }

  :root [dir=ltr] .sm\:ltr\:mt-60{
    margin-top: 15rem;
  }

  :root [dir=ltr] .sm\:ltr\:mr-60{
    margin-right: 15rem;
  }

  :root [dir=ltr] .sm\:ltr\:mb-60{
    margin-bottom: 15rem;
  }

  :root [dir=ltr] .sm\:ltr\:ml-60{
    margin-left: 15rem;
  }

  :root [dir=ltr] .sm\:ltr\:mt-64{
    margin-top: 16rem;
  }

  :root [dir=ltr] .sm\:ltr\:mr-64{
    margin-right: 16rem;
  }

  :root [dir=ltr] .sm\:ltr\:mb-64{
    margin-bottom: 16rem;
  }

  :root [dir=ltr] .sm\:ltr\:ml-64{
    margin-left: 16rem;
  }

  :root [dir=ltr] .sm\:ltr\:mt-72{
    margin-top: 18rem;
  }

  :root [dir=ltr] .sm\:ltr\:mr-72{
    margin-right: 18rem;
  }

  :root [dir=ltr] .sm\:ltr\:mb-72{
    margin-bottom: 18rem;
  }

  :root [dir=ltr] .sm\:ltr\:ml-72{
    margin-left: 18rem;
  }

  :root [dir=ltr] .sm\:ltr\:mt-80{
    margin-top: 20rem;
  }

  :root [dir=ltr] .sm\:ltr\:mr-80{
    margin-right: 20rem;
  }

  :root [dir=ltr] .sm\:ltr\:mb-80{
    margin-bottom: 20rem;
  }

  :root [dir=ltr] .sm\:ltr\:ml-80{
    margin-left: 20rem;
  }

  :root [dir=ltr] .sm\:ltr\:mt-96{
    margin-top: 24rem;
  }

  :root [dir=ltr] .sm\:ltr\:mr-96{
    margin-right: 24rem;
  }

  :root [dir=ltr] .sm\:ltr\:mb-96{
    margin-bottom: 24rem;
  }

  :root [dir=ltr] .sm\:ltr\:ml-96{
    margin-left: 24rem;
  }

  :root [dir=ltr] .sm\:ltr\:mt-auto{
    margin-top: auto;
  }

  :root [dir=ltr] .sm\:ltr\:mr-auto{
    margin-right: auto;
  }

  :root [dir=ltr] .sm\:ltr\:mb-auto{
    margin-bottom: auto;
  }

  :root [dir=ltr] .sm\:ltr\:ml-auto{
    margin-left: auto;
  }

  :root [dir=ltr] .sm\:ltr\:mt-px{
    margin-top: 1px;
  }

  :root [dir=ltr] .sm\:ltr\:mr-px{
    margin-right: 1px;
  }

  :root [dir=ltr] .sm\:ltr\:mb-px{
    margin-bottom: 1px;
  }

  :root [dir=ltr] .sm\:ltr\:ml-px{
    margin-left: 1px;
  }

  :root [dir=ltr] .sm\:ltr\:mt-gutter{
    margin-top: var(--padding-gutter);
  }

  :root [dir=ltr] .sm\:ltr\:mr-gutter{
    margin-right: var(--padding-gutter);
  }

  :root [dir=ltr] .sm\:ltr\:mb-gutter{
    margin-bottom: var(--padding-gutter);
  }

  :root [dir=ltr] .sm\:ltr\:ml-gutter{
    margin-left: var(--padding-gutter);
  }

  :root [dir=ltr] .ltr\:mt-0.sm\:5{
    margin-top: 0.125rem;
  }

  :root [dir=ltr] .ltr\:mr-0.sm\:5{
    margin-right: 0.125rem;
  }

  :root [dir=ltr] .ltr\:mb-0.sm\:5{
    margin-bottom: 0.125rem;
  }

  :root [dir=ltr] .ltr\:ml-0.sm\:5{
    margin-left: 0.125rem;
  }

  :root [dir=ltr] .ltr\:mt-1.sm\:5{
    margin-top: 0.375rem;
  }

  :root [dir=ltr] .ltr\:mr-1.sm\:5{
    margin-right: 0.375rem;
  }

  :root [dir=ltr] .ltr\:mb-1.sm\:5{
    margin-bottom: 0.375rem;
  }

  :root [dir=ltr] .ltr\:ml-1.sm\:5{
    margin-left: 0.375rem;
  }

  :root [dir=ltr] .ltr\:mt-2.sm\:5{
    margin-top: 0.625rem;
  }

  :root [dir=ltr] .ltr\:mr-2.sm\:5{
    margin-right: 0.625rem;
  }

  :root [dir=ltr] .ltr\:mb-2.sm\:5{
    margin-bottom: 0.625rem;
  }

  :root [dir=ltr] .ltr\:ml-2.sm\:5{
    margin-left: 0.625rem;
  }

  :root [dir=ltr] .ltr\:mt-3.sm\:5{
    margin-top: 0.875rem;
  }

  :root [dir=ltr] .ltr\:mr-3.sm\:5{
    margin-right: 0.875rem;
  }

  :root [dir=ltr] .ltr\:mb-3.sm\:5{
    margin-bottom: 0.875rem;
  }

  :root [dir=ltr] .ltr\:ml-3.sm\:5{
    margin-left: 0.875rem;
  }

  :root [dir=ltr] .ltr\:mt-17.sm\:5{
    margin-top: 4.375rem;
  }

  :root [dir=ltr] .ltr\:mr-17.sm\:5{
    margin-right: 4.375rem;
  }

  :root [dir=ltr] .ltr\:mb-17.sm\:5{
    margin-bottom: 4.375rem;
  }

  :root [dir=ltr] .ltr\:ml-17.sm\:5{
    margin-left: 4.375rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mt-1{
    margin-top: -0.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mr-1{
    margin-right: -0.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mb-1{
    margin-bottom: -0.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:-ml-1{
    margin-left: -0.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mt-2{
    margin-top: -0.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mr-2{
    margin-right: -0.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mb-2{
    margin-bottom: -0.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-ml-2{
    margin-left: -0.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mt-3{
    margin-top: -0.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mr-3{
    margin-right: -0.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mb-3{
    margin-bottom: -0.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:-ml-3{
    margin-left: -0.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mt-4{
    margin-top: -1rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mr-4{
    margin-right: -1rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mb-4{
    margin-bottom: -1rem;
  }

  :root [dir=ltr] .sm\:ltr\:-ml-4{
    margin-left: -1rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mt-5{
    margin-top: -1.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mr-5{
    margin-right: -1.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mb-5{
    margin-bottom: -1.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:-ml-5{
    margin-left: -1.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mt-6{
    margin-top: -1.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mr-6{
    margin-right: -1.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mb-6{
    margin-bottom: -1.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-ml-6{
    margin-left: -1.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mt-7{
    margin-top: -1.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mr-7{
    margin-right: -1.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mb-7{
    margin-bottom: -1.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:-ml-7{
    margin-left: -1.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mt-8{
    margin-top: -2rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mr-8{
    margin-right: -2rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mb-8{
    margin-bottom: -2rem;
  }

  :root [dir=ltr] .sm\:ltr\:-ml-8{
    margin-left: -2rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mt-9{
    margin-top: -2.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mr-9{
    margin-right: -2.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mb-9{
    margin-bottom: -2.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:-ml-9{
    margin-left: -2.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mt-10{
    margin-top: -2.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mr-10{
    margin-right: -2.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mb-10{
    margin-bottom: -2.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-ml-10{
    margin-left: -2.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mt-11{
    margin-top: -2.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mr-11{
    margin-right: -2.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mb-11{
    margin-bottom: -2.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:-ml-11{
    margin-left: -2.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mt-12{
    margin-top: -3rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mr-12{
    margin-right: -3rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mb-12{
    margin-bottom: -3rem;
  }

  :root [dir=ltr] .sm\:ltr\:-ml-12{
    margin-left: -3rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mt-14{
    margin-top: -3.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mr-14{
    margin-right: -3.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mb-14{
    margin-bottom: -3.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-ml-14{
    margin-left: -3.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mt-16{
    margin-top: -4rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mr-16{
    margin-right: -4rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mb-16{
    margin-bottom: -4rem;
  }

  :root [dir=ltr] .sm\:ltr\:-ml-16{
    margin-left: -4rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mt-20{
    margin-top: -5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mr-20{
    margin-right: -5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mb-20{
    margin-bottom: -5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-ml-20{
    margin-left: -5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mt-24{
    margin-top: -6rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mr-24{
    margin-right: -6rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mb-24{
    margin-bottom: -6rem;
  }

  :root [dir=ltr] .sm\:ltr\:-ml-24{
    margin-left: -6rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mt-28{
    margin-top: -7rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mr-28{
    margin-right: -7rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mb-28{
    margin-bottom: -7rem;
  }

  :root [dir=ltr] .sm\:ltr\:-ml-28{
    margin-left: -7rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mt-32{
    margin-top: -8rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mr-32{
    margin-right: -8rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mb-32{
    margin-bottom: -8rem;
  }

  :root [dir=ltr] .sm\:ltr\:-ml-32{
    margin-left: -8rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mt-36{
    margin-top: -9rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mr-36{
    margin-right: -9rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mb-36{
    margin-bottom: -9rem;
  }

  :root [dir=ltr] .sm\:ltr\:-ml-36{
    margin-left: -9rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mt-40{
    margin-top: -10rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mr-40{
    margin-right: -10rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mb-40{
    margin-bottom: -10rem;
  }

  :root [dir=ltr] .sm\:ltr\:-ml-40{
    margin-left: -10rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mt-44{
    margin-top: -11rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mr-44{
    margin-right: -11rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mb-44{
    margin-bottom: -11rem;
  }

  :root [dir=ltr] .sm\:ltr\:-ml-44{
    margin-left: -11rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mt-48{
    margin-top: -12rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mr-48{
    margin-right: -12rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mb-48{
    margin-bottom: -12rem;
  }

  :root [dir=ltr] .sm\:ltr\:-ml-48{
    margin-left: -12rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mt-52{
    margin-top: -13rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mr-52{
    margin-right: -13rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mb-52{
    margin-bottom: -13rem;
  }

  :root [dir=ltr] .sm\:ltr\:-ml-52{
    margin-left: -13rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mt-56{
    margin-top: -14rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mr-56{
    margin-right: -14rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mb-56{
    margin-bottom: -14rem;
  }

  :root [dir=ltr] .sm\:ltr\:-ml-56{
    margin-left: -14rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mt-60{
    margin-top: -15rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mr-60{
    margin-right: -15rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mb-60{
    margin-bottom: -15rem;
  }

  :root [dir=ltr] .sm\:ltr\:-ml-60{
    margin-left: -15rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mt-64{
    margin-top: -16rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mr-64{
    margin-right: -16rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mb-64{
    margin-bottom: -16rem;
  }

  :root [dir=ltr] .sm\:ltr\:-ml-64{
    margin-left: -16rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mt-72{
    margin-top: -18rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mr-72{
    margin-right: -18rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mb-72{
    margin-bottom: -18rem;
  }

  :root [dir=ltr] .sm\:ltr\:-ml-72{
    margin-left: -18rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mt-80{
    margin-top: -20rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mr-80{
    margin-right: -20rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mb-80{
    margin-bottom: -20rem;
  }

  :root [dir=ltr] .sm\:ltr\:-ml-80{
    margin-left: -20rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mt-96{
    margin-top: -24rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mr-96{
    margin-right: -24rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mb-96{
    margin-bottom: -24rem;
  }

  :root [dir=ltr] .sm\:ltr\:-ml-96{
    margin-left: -24rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mt-px{
    margin-top: -1px;
  }

  :root [dir=ltr] .sm\:ltr\:-mr-px{
    margin-right: -1px;
  }

  :root [dir=ltr] .sm\:ltr\:-mb-px{
    margin-bottom: -1px;
  }

  :root [dir=ltr] .sm\:ltr\:-ml-px{
    margin-left: -1px;
  }

  :root [dir=ltr] .sm\:ltr\:-mt-gutter{
    margin-top: calc(var(--padding-gutter) * -1);
  }

  :root [dir=ltr] .sm\:ltr\:-mr-gutter{
    margin-right: calc(var(--padding-gutter) * -1);
  }

  :root [dir=ltr] .sm\:ltr\:-mb-gutter{
    margin-bottom: calc(var(--padding-gutter) * -1);
  }

  :root [dir=ltr] .sm\:ltr\:-ml-gutter{
    margin-left: calc(var(--padding-gutter) * -1);
  }

  :root [dir=ltr] .ltr\:-mt-0.sm\:5{
    margin-top: -0.125rem;
  }

  :root [dir=ltr] .ltr\:-mr-0.sm\:5{
    margin-right: -0.125rem;
  }

  :root [dir=ltr] .ltr\:-mb-0.sm\:5{
    margin-bottom: -0.125rem;
  }

  :root [dir=ltr] .ltr\:-ml-0.sm\:5{
    margin-left: -0.125rem;
  }

  :root [dir=ltr] .ltr\:-mt-1.sm\:5{
    margin-top: -0.375rem;
  }

  :root [dir=ltr] .ltr\:-mr-1.sm\:5{
    margin-right: -0.375rem;
  }

  :root [dir=ltr] .ltr\:-mb-1.sm\:5{
    margin-bottom: -0.375rem;
  }

  :root [dir=ltr] .ltr\:-ml-1.sm\:5{
    margin-left: -0.375rem;
  }

  :root [dir=ltr] .ltr\:-mt-2.sm\:5{
    margin-top: -0.625rem;
  }

  :root [dir=ltr] .ltr\:-mr-2.sm\:5{
    margin-right: -0.625rem;
  }

  :root [dir=ltr] .ltr\:-mb-2.sm\:5{
    margin-bottom: -0.625rem;
  }

  :root [dir=ltr] .ltr\:-ml-2.sm\:5{
    margin-left: -0.625rem;
  }

  :root [dir=ltr] .ltr\:-mt-3.sm\:5{
    margin-top: -0.875rem;
  }

  :root [dir=ltr] .ltr\:-mr-3.sm\:5{
    margin-right: -0.875rem;
  }

  :root [dir=ltr] .ltr\:-mb-3.sm\:5{
    margin-bottom: -0.875rem;
  }

  :root [dir=ltr] .ltr\:-ml-3.sm\:5{
    margin-left: -0.875rem;
  }

  :root [dir=ltr] .ltr\:-mt-17.sm\:5{
    margin-top: -4.375rem;
  }

  :root [dir=ltr] .ltr\:-mr-17.sm\:5{
    margin-right: -4.375rem;
  }

  :root [dir=ltr] .ltr\:-mb-17.sm\:5{
    margin-bottom: -4.375rem;
  }

  :root [dir=ltr] .ltr\:-ml-17.sm\:5{
    margin-left: -4.375rem;
  }

  :root [dir=rtl] .sm\:rtl\:m-0{
    margin: 0;
  }

  :root [dir=rtl] .sm\:rtl\:m-1{
    margin: 0.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:m-2{
    margin: 0.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:m-3{
    margin: 0.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:m-4{
    margin: 1rem;
  }

  :root [dir=rtl] .sm\:rtl\:m-5{
    margin: 1.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:m-6{
    margin: 1.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:m-7{
    margin: 1.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:m-8{
    margin: 2rem;
  }

  :root [dir=rtl] .sm\:rtl\:m-9{
    margin: 2.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:m-10{
    margin: 2.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:m-11{
    margin: 2.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:m-12{
    margin: 3rem;
  }

  :root [dir=rtl] .sm\:rtl\:m-14{
    margin: 3.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:m-16{
    margin: 4rem;
  }

  :root [dir=rtl] .sm\:rtl\:m-20{
    margin: 5rem;
  }

  :root [dir=rtl] .sm\:rtl\:m-24{
    margin: 6rem;
  }

  :root [dir=rtl] .sm\:rtl\:m-28{
    margin: 7rem;
  }

  :root [dir=rtl] .sm\:rtl\:m-32{
    margin: 8rem;
  }

  :root [dir=rtl] .sm\:rtl\:m-36{
    margin: 9rem;
  }

  :root [dir=rtl] .sm\:rtl\:m-40{
    margin: 10rem;
  }

  :root [dir=rtl] .sm\:rtl\:m-44{
    margin: 11rem;
  }

  :root [dir=rtl] .sm\:rtl\:m-48{
    margin: 12rem;
  }

  :root [dir=rtl] .sm\:rtl\:m-52{
    margin: 13rem;
  }

  :root [dir=rtl] .sm\:rtl\:m-56{
    margin: 14rem;
  }

  :root [dir=rtl] .sm\:rtl\:m-60{
    margin: 15rem;
  }

  :root [dir=rtl] .sm\:rtl\:m-64{
    margin: 16rem;
  }

  :root [dir=rtl] .sm\:rtl\:m-72{
    margin: 18rem;
  }

  :root [dir=rtl] .sm\:rtl\:m-80{
    margin: 20rem;
  }

  :root [dir=rtl] .sm\:rtl\:m-96{
    margin: 24rem;
  }

  :root [dir=rtl] .sm\:rtl\:m-auto{
    margin: auto;
  }

  :root [dir=rtl] .sm\:rtl\:m-px{
    margin: 1px;
  }

  :root [dir=rtl] .sm\:rtl\:m-gutter{
    margin: var(--padding-gutter);
  }

  :root [dir=rtl] .rtl\:m-0.sm\:5{
    margin: 0.125rem;
  }

  :root [dir=rtl] .rtl\:m-1.sm\:5{
    margin: 0.375rem;
  }

  :root [dir=rtl] .rtl\:m-2.sm\:5{
    margin: 0.625rem;
  }

  :root [dir=rtl] .rtl\:m-3.sm\:5{
    margin: 0.875rem;
  }

  :root [dir=rtl] .rtl\:m-17.sm\:5{
    margin: 4.375rem;
  }

  :root [dir=rtl] .sm\:rtl\:-m-1{
    margin: -0.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:-m-2{
    margin: -0.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-m-3{
    margin: -0.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:-m-4{
    margin: -1rem;
  }

  :root [dir=rtl] .sm\:rtl\:-m-5{
    margin: -1.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:-m-6{
    margin: -1.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-m-7{
    margin: -1.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:-m-8{
    margin: -2rem;
  }

  :root [dir=rtl] .sm\:rtl\:-m-9{
    margin: -2.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:-m-10{
    margin: -2.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-m-11{
    margin: -2.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:-m-12{
    margin: -3rem;
  }

  :root [dir=rtl] .sm\:rtl\:-m-14{
    margin: -3.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-m-16{
    margin: -4rem;
  }

  :root [dir=rtl] .sm\:rtl\:-m-20{
    margin: -5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-m-24{
    margin: -6rem;
  }

  :root [dir=rtl] .sm\:rtl\:-m-28{
    margin: -7rem;
  }

  :root [dir=rtl] .sm\:rtl\:-m-32{
    margin: -8rem;
  }

  :root [dir=rtl] .sm\:rtl\:-m-36{
    margin: -9rem;
  }

  :root [dir=rtl] .sm\:rtl\:-m-40{
    margin: -10rem;
  }

  :root [dir=rtl] .sm\:rtl\:-m-44{
    margin: -11rem;
  }

  :root [dir=rtl] .sm\:rtl\:-m-48{
    margin: -12rem;
  }

  :root [dir=rtl] .sm\:rtl\:-m-52{
    margin: -13rem;
  }

  :root [dir=rtl] .sm\:rtl\:-m-56{
    margin: -14rem;
  }

  :root [dir=rtl] .sm\:rtl\:-m-60{
    margin: -15rem;
  }

  :root [dir=rtl] .sm\:rtl\:-m-64{
    margin: -16rem;
  }

  :root [dir=rtl] .sm\:rtl\:-m-72{
    margin: -18rem;
  }

  :root [dir=rtl] .sm\:rtl\:-m-80{
    margin: -20rem;
  }

  :root [dir=rtl] .sm\:rtl\:-m-96{
    margin: -24rem;
  }

  :root [dir=rtl] .sm\:rtl\:-m-px{
    margin: -1px;
  }

  :root [dir=rtl] .sm\:rtl\:-m-gutter{
    margin: calc(var(--padding-gutter) * -1);
  }

  :root [dir=rtl] .rtl\:-m-0.sm\:5{
    margin: -0.125rem;
  }

  :root [dir=rtl] .rtl\:-m-1.sm\:5{
    margin: -0.375rem;
  }

  :root [dir=rtl] .rtl\:-m-2.sm\:5{
    margin: -0.625rem;
  }

  :root [dir=rtl] .rtl\:-m-3.sm\:5{
    margin: -0.875rem;
  }

  :root [dir=rtl] .rtl\:-m-17.sm\:5{
    margin: -4.375rem;
  }

  :root [dir=rtl] .sm\:rtl\:my-0{
    margin-top: 0;
    margin-bottom: 0;
  }

  :root [dir=rtl] .sm\:rtl\:mx-0{
    margin-left: 0;
    margin-right: 0;
  }

  :root [dir=rtl] .sm\:rtl\:my-1{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:mx-1{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:mx-3{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  :root [dir=rtl] .sm\:rtl\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  :root [dir=rtl] .sm\:rtl\:my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:mx-5{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:mx-6{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:my-7{
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:mx-7{
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  :root [dir=rtl] .sm\:rtl\:mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  :root [dir=rtl] .sm\:rtl\:my-9{
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:mx-9{
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:my-11{
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:mx-11{
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  :root [dir=rtl] .sm\:rtl\:mx-12{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  :root [dir=rtl] .sm\:rtl\:my-14{
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:mx-14{
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  :root [dir=rtl] .sm\:rtl\:mx-16{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  :root [dir=rtl] .sm\:rtl\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  :root [dir=rtl] .sm\:rtl\:mx-20{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  :root [dir=rtl] .sm\:rtl\:my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  :root [dir=rtl] .sm\:rtl\:mx-24{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  :root [dir=rtl] .sm\:rtl\:my-28{
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  :root [dir=rtl] .sm\:rtl\:mx-28{
    margin-left: 7rem;
    margin-right: 7rem;
  }

  :root [dir=rtl] .sm\:rtl\:my-32{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  :root [dir=rtl] .sm\:rtl\:mx-32{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  :root [dir=rtl] .sm\:rtl\:my-36{
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  :root [dir=rtl] .sm\:rtl\:mx-36{
    margin-left: 9rem;
    margin-right: 9rem;
  }

  :root [dir=rtl] .sm\:rtl\:my-40{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  :root [dir=rtl] .sm\:rtl\:mx-40{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  :root [dir=rtl] .sm\:rtl\:my-44{
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  :root [dir=rtl] .sm\:rtl\:mx-44{
    margin-left: 11rem;
    margin-right: 11rem;
  }

  :root [dir=rtl] .sm\:rtl\:my-48{
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  :root [dir=rtl] .sm\:rtl\:mx-48{
    margin-left: 12rem;
    margin-right: 12rem;
  }

  :root [dir=rtl] .sm\:rtl\:my-52{
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  :root [dir=rtl] .sm\:rtl\:mx-52{
    margin-left: 13rem;
    margin-right: 13rem;
  }

  :root [dir=rtl] .sm\:rtl\:my-56{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  :root [dir=rtl] .sm\:rtl\:mx-56{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  :root [dir=rtl] .sm\:rtl\:my-60{
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  :root [dir=rtl] .sm\:rtl\:mx-60{
    margin-left: 15rem;
    margin-right: 15rem;
  }

  :root [dir=rtl] .sm\:rtl\:my-64{
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  :root [dir=rtl] .sm\:rtl\:mx-64{
    margin-left: 16rem;
    margin-right: 16rem;
  }

  :root [dir=rtl] .sm\:rtl\:my-72{
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  :root [dir=rtl] .sm\:rtl\:mx-72{
    margin-left: 18rem;
    margin-right: 18rem;
  }

  :root [dir=rtl] .sm\:rtl\:my-80{
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  :root [dir=rtl] .sm\:rtl\:mx-80{
    margin-left: 20rem;
    margin-right: 20rem;
  }

  :root [dir=rtl] .sm\:rtl\:my-96{
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  :root [dir=rtl] .sm\:rtl\:mx-96{
    margin-left: 24rem;
    margin-right: 24rem;
  }

  :root [dir=rtl] .sm\:rtl\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  :root [dir=rtl] .sm\:rtl\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  :root [dir=rtl] .sm\:rtl\:my-px{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  :root [dir=rtl] .sm\:rtl\:mx-px{
    margin-left: 1px;
    margin-right: 1px;
  }

  :root [dir=rtl] .sm\:rtl\:my-gutter{
    margin-top: var(--padding-gutter);
    margin-bottom: var(--padding-gutter);
  }

  :root [dir=rtl] .sm\:rtl\:mx-gutter{
    margin-left: var(--padding-gutter);
    margin-right: var(--padding-gutter);
  }

  :root [dir=rtl] .rtl\:my-0.sm\:5{
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  :root [dir=rtl] .rtl\:mx-0.sm\:5{
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  :root [dir=rtl] .rtl\:my-1.sm\:5{
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  :root [dir=rtl] .rtl\:mx-1.sm\:5{
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  :root [dir=rtl] .rtl\:my-2.sm\:5{
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  :root [dir=rtl] .rtl\:mx-2.sm\:5{
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  :root [dir=rtl] .rtl\:my-3.sm\:5{
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  :root [dir=rtl] .rtl\:mx-3.sm\:5{
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  :root [dir=rtl] .rtl\:my-17.sm\:5{
    margin-top: 4.375rem;
    margin-bottom: 4.375rem;
  }

  :root [dir=rtl] .rtl\:mx-17.sm\:5{
    margin-left: 4.375rem;
    margin-right: 4.375rem;
  }

  :root [dir=rtl] .sm\:rtl\:-my-1{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mx-1{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:-my-2{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mx-2{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-my-3{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mx-3{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:-my-4{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  :root [dir=rtl] .sm\:rtl\:-my-5{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mx-5{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:-my-6{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mx-6{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-my-7{
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mx-7{
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:-my-8{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mx-8{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  :root [dir=rtl] .sm\:rtl\:-my-9{
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mx-9{
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:-my-10{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mx-10{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-my-11{
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mx-11{
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:-my-12{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mx-12{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  :root [dir=rtl] .sm\:rtl\:-my-14{
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mx-14{
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-my-16{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mx-16{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  :root [dir=rtl] .sm\:rtl\:-my-20{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mx-20{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-my-24{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mx-24{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  :root [dir=rtl] .sm\:rtl\:-my-28{
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mx-28{
    margin-left: -7rem;
    margin-right: -7rem;
  }

  :root [dir=rtl] .sm\:rtl\:-my-32{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mx-32{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  :root [dir=rtl] .sm\:rtl\:-my-36{
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mx-36{
    margin-left: -9rem;
    margin-right: -9rem;
  }

  :root [dir=rtl] .sm\:rtl\:-my-40{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mx-40{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  :root [dir=rtl] .sm\:rtl\:-my-44{
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mx-44{
    margin-left: -11rem;
    margin-right: -11rem;
  }

  :root [dir=rtl] .sm\:rtl\:-my-48{
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mx-48{
    margin-left: -12rem;
    margin-right: -12rem;
  }

  :root [dir=rtl] .sm\:rtl\:-my-52{
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mx-52{
    margin-left: -13rem;
    margin-right: -13rem;
  }

  :root [dir=rtl] .sm\:rtl\:-my-56{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mx-56{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  :root [dir=rtl] .sm\:rtl\:-my-60{
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mx-60{
    margin-left: -15rem;
    margin-right: -15rem;
  }

  :root [dir=rtl] .sm\:rtl\:-my-64{
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mx-64{
    margin-left: -16rem;
    margin-right: -16rem;
  }

  :root [dir=rtl] .sm\:rtl\:-my-72{
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mx-72{
    margin-left: -18rem;
    margin-right: -18rem;
  }

  :root [dir=rtl] .sm\:rtl\:-my-80{
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mx-80{
    margin-left: -20rem;
    margin-right: -20rem;
  }

  :root [dir=rtl] .sm\:rtl\:-my-96{
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mx-96{
    margin-left: -24rem;
    margin-right: -24rem;
  }

  :root [dir=rtl] .sm\:rtl\:-my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  :root [dir=rtl] .sm\:rtl\:-mx-px{
    margin-left: -1px;
    margin-right: -1px;
  }

  :root [dir=rtl] .sm\:rtl\:-my-gutter{
    margin-top: calc(var(--padding-gutter) * -1);
    margin-bottom: calc(var(--padding-gutter) * -1);
  }

  :root [dir=rtl] .sm\:rtl\:-mx-gutter{
    margin-left: calc(var(--padding-gutter) * -1);
    margin-right: calc(var(--padding-gutter) * -1);
  }

  :root [dir=rtl] .rtl\:-my-0.sm\:5{
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  :root [dir=rtl] .rtl\:-mx-0.sm\:5{
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  :root [dir=rtl] .rtl\:-my-1.sm\:5{
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  :root [dir=rtl] .rtl\:-mx-1.sm\:5{
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  :root [dir=rtl] .rtl\:-my-2.sm\:5{
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  :root [dir=rtl] .rtl\:-mx-2.sm\:5{
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  :root [dir=rtl] .rtl\:-my-3.sm\:5{
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  :root [dir=rtl] .rtl\:-mx-3.sm\:5{
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  :root [dir=rtl] .rtl\:-my-17.sm\:5{
    margin-top: -4.375rem;
    margin-bottom: -4.375rem;
  }

  :root [dir=rtl] .rtl\:-mx-17.sm\:5{
    margin-left: -4.375rem;
    margin-right: -4.375rem;
  }

  :root [dir=rtl] .sm\:rtl\:mt-0{
    margin-top: 0;
  }

  :root [dir=rtl] .sm\:rtl\:mr-0{
    margin-right: 0;
  }

  :root [dir=rtl] .sm\:rtl\:mb-0{
    margin-bottom: 0;
  }

  :root [dir=rtl] .sm\:rtl\:ml-0{
    margin-left: 0;
  }

  :root [dir=rtl] .sm\:rtl\:mt-1{
    margin-top: 0.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:mr-1{
    margin-right: 0.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:mb-1{
    margin-bottom: 0.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:ml-1{
    margin-left: 0.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:mt-2{
    margin-top: 0.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:mr-2{
    margin-right: 0.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:mb-2{
    margin-bottom: 0.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:ml-2{
    margin-left: 0.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:mt-3{
    margin-top: 0.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:mr-3{
    margin-right: 0.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:mb-3{
    margin-bottom: 0.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:ml-3{
    margin-left: 0.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:mt-4{
    margin-top: 1rem;
  }

  :root [dir=rtl] .sm\:rtl\:mr-4{
    margin-right: 1rem;
  }

  :root [dir=rtl] .sm\:rtl\:mb-4{
    margin-bottom: 1rem;
  }

  :root [dir=rtl] .sm\:rtl\:ml-4{
    margin-left: 1rem;
  }

  :root [dir=rtl] .sm\:rtl\:mt-5{
    margin-top: 1.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:mr-5{
    margin-right: 1.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:mb-5{
    margin-bottom: 1.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:ml-5{
    margin-left: 1.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:mt-6{
    margin-top: 1.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:mr-6{
    margin-right: 1.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:mb-6{
    margin-bottom: 1.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:ml-6{
    margin-left: 1.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:mt-7{
    margin-top: 1.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:mr-7{
    margin-right: 1.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:mb-7{
    margin-bottom: 1.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:ml-7{
    margin-left: 1.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:mt-8{
    margin-top: 2rem;
  }

  :root [dir=rtl] .sm\:rtl\:mr-8{
    margin-right: 2rem;
  }

  :root [dir=rtl] .sm\:rtl\:mb-8{
    margin-bottom: 2rem;
  }

  :root [dir=rtl] .sm\:rtl\:ml-8{
    margin-left: 2rem;
  }

  :root [dir=rtl] .sm\:rtl\:mt-9{
    margin-top: 2.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:mr-9{
    margin-right: 2.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:mb-9{
    margin-bottom: 2.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:ml-9{
    margin-left: 2.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:mt-10{
    margin-top: 2.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:mr-10{
    margin-right: 2.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:mb-10{
    margin-bottom: 2.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:ml-10{
    margin-left: 2.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:mt-11{
    margin-top: 2.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:mr-11{
    margin-right: 2.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:mb-11{
    margin-bottom: 2.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:ml-11{
    margin-left: 2.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:mt-12{
    margin-top: 3rem;
  }

  :root [dir=rtl] .sm\:rtl\:mr-12{
    margin-right: 3rem;
  }

  :root [dir=rtl] .sm\:rtl\:mb-12{
    margin-bottom: 3rem;
  }

  :root [dir=rtl] .sm\:rtl\:ml-12{
    margin-left: 3rem;
  }

  :root [dir=rtl] .sm\:rtl\:mt-14{
    margin-top: 3.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:mr-14{
    margin-right: 3.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:mb-14{
    margin-bottom: 3.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:ml-14{
    margin-left: 3.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:mt-16{
    margin-top: 4rem;
  }

  :root [dir=rtl] .sm\:rtl\:mr-16{
    margin-right: 4rem;
  }

  :root [dir=rtl] .sm\:rtl\:mb-16{
    margin-bottom: 4rem;
  }

  :root [dir=rtl] .sm\:rtl\:ml-16{
    margin-left: 4rem;
  }

  :root [dir=rtl] .sm\:rtl\:mt-20{
    margin-top: 5rem;
  }

  :root [dir=rtl] .sm\:rtl\:mr-20{
    margin-right: 5rem;
  }

  :root [dir=rtl] .sm\:rtl\:mb-20{
    margin-bottom: 5rem;
  }

  :root [dir=rtl] .sm\:rtl\:ml-20{
    margin-left: 5rem;
  }

  :root [dir=rtl] .sm\:rtl\:mt-24{
    margin-top: 6rem;
  }

  :root [dir=rtl] .sm\:rtl\:mr-24{
    margin-right: 6rem;
  }

  :root [dir=rtl] .sm\:rtl\:mb-24{
    margin-bottom: 6rem;
  }

  :root [dir=rtl] .sm\:rtl\:ml-24{
    margin-left: 6rem;
  }

  :root [dir=rtl] .sm\:rtl\:mt-28{
    margin-top: 7rem;
  }

  :root [dir=rtl] .sm\:rtl\:mr-28{
    margin-right: 7rem;
  }

  :root [dir=rtl] .sm\:rtl\:mb-28{
    margin-bottom: 7rem;
  }

  :root [dir=rtl] .sm\:rtl\:ml-28{
    margin-left: 7rem;
  }

  :root [dir=rtl] .sm\:rtl\:mt-32{
    margin-top: 8rem;
  }

  :root [dir=rtl] .sm\:rtl\:mr-32{
    margin-right: 8rem;
  }

  :root [dir=rtl] .sm\:rtl\:mb-32{
    margin-bottom: 8rem;
  }

  :root [dir=rtl] .sm\:rtl\:ml-32{
    margin-left: 8rem;
  }

  :root [dir=rtl] .sm\:rtl\:mt-36{
    margin-top: 9rem;
  }

  :root [dir=rtl] .sm\:rtl\:mr-36{
    margin-right: 9rem;
  }

  :root [dir=rtl] .sm\:rtl\:mb-36{
    margin-bottom: 9rem;
  }

  :root [dir=rtl] .sm\:rtl\:ml-36{
    margin-left: 9rem;
  }

  :root [dir=rtl] .sm\:rtl\:mt-40{
    margin-top: 10rem;
  }

  :root [dir=rtl] .sm\:rtl\:mr-40{
    margin-right: 10rem;
  }

  :root [dir=rtl] .sm\:rtl\:mb-40{
    margin-bottom: 10rem;
  }

  :root [dir=rtl] .sm\:rtl\:ml-40{
    margin-left: 10rem;
  }

  :root [dir=rtl] .sm\:rtl\:mt-44{
    margin-top: 11rem;
  }

  :root [dir=rtl] .sm\:rtl\:mr-44{
    margin-right: 11rem;
  }

  :root [dir=rtl] .sm\:rtl\:mb-44{
    margin-bottom: 11rem;
  }

  :root [dir=rtl] .sm\:rtl\:ml-44{
    margin-left: 11rem;
  }

  :root [dir=rtl] .sm\:rtl\:mt-48{
    margin-top: 12rem;
  }

  :root [dir=rtl] .sm\:rtl\:mr-48{
    margin-right: 12rem;
  }

  :root [dir=rtl] .sm\:rtl\:mb-48{
    margin-bottom: 12rem;
  }

  :root [dir=rtl] .sm\:rtl\:ml-48{
    margin-left: 12rem;
  }

  :root [dir=rtl] .sm\:rtl\:mt-52{
    margin-top: 13rem;
  }

  :root [dir=rtl] .sm\:rtl\:mr-52{
    margin-right: 13rem;
  }

  :root [dir=rtl] .sm\:rtl\:mb-52{
    margin-bottom: 13rem;
  }

  :root [dir=rtl] .sm\:rtl\:ml-52{
    margin-left: 13rem;
  }

  :root [dir=rtl] .sm\:rtl\:mt-56{
    margin-top: 14rem;
  }

  :root [dir=rtl] .sm\:rtl\:mr-56{
    margin-right: 14rem;
  }

  :root [dir=rtl] .sm\:rtl\:mb-56{
    margin-bottom: 14rem;
  }

  :root [dir=rtl] .sm\:rtl\:ml-56{
    margin-left: 14rem;
  }

  :root [dir=rtl] .sm\:rtl\:mt-60{
    margin-top: 15rem;
  }

  :root [dir=rtl] .sm\:rtl\:mr-60{
    margin-right: 15rem;
  }

  :root [dir=rtl] .sm\:rtl\:mb-60{
    margin-bottom: 15rem;
  }

  :root [dir=rtl] .sm\:rtl\:ml-60{
    margin-left: 15rem;
  }

  :root [dir=rtl] .sm\:rtl\:mt-64{
    margin-top: 16rem;
  }

  :root [dir=rtl] .sm\:rtl\:mr-64{
    margin-right: 16rem;
  }

  :root [dir=rtl] .sm\:rtl\:mb-64{
    margin-bottom: 16rem;
  }

  :root [dir=rtl] .sm\:rtl\:ml-64{
    margin-left: 16rem;
  }

  :root [dir=rtl] .sm\:rtl\:mt-72{
    margin-top: 18rem;
  }

  :root [dir=rtl] .sm\:rtl\:mr-72{
    margin-right: 18rem;
  }

  :root [dir=rtl] .sm\:rtl\:mb-72{
    margin-bottom: 18rem;
  }

  :root [dir=rtl] .sm\:rtl\:ml-72{
    margin-left: 18rem;
  }

  :root [dir=rtl] .sm\:rtl\:mt-80{
    margin-top: 20rem;
  }

  :root [dir=rtl] .sm\:rtl\:mr-80{
    margin-right: 20rem;
  }

  :root [dir=rtl] .sm\:rtl\:mb-80{
    margin-bottom: 20rem;
  }

  :root [dir=rtl] .sm\:rtl\:ml-80{
    margin-left: 20rem;
  }

  :root [dir=rtl] .sm\:rtl\:mt-96{
    margin-top: 24rem;
  }

  :root [dir=rtl] .sm\:rtl\:mr-96{
    margin-right: 24rem;
  }

  :root [dir=rtl] .sm\:rtl\:mb-96{
    margin-bottom: 24rem;
  }

  :root [dir=rtl] .sm\:rtl\:ml-96{
    margin-left: 24rem;
  }

  :root [dir=rtl] .sm\:rtl\:mt-auto{
    margin-top: auto;
  }

  :root [dir=rtl] .sm\:rtl\:mr-auto{
    margin-right: auto;
  }

  :root [dir=rtl] .sm\:rtl\:mb-auto{
    margin-bottom: auto;
  }

  :root [dir=rtl] .sm\:rtl\:ml-auto{
    margin-left: auto;
  }

  :root [dir=rtl] .sm\:rtl\:mt-px{
    margin-top: 1px;
  }

  :root [dir=rtl] .sm\:rtl\:mr-px{
    margin-right: 1px;
  }

  :root [dir=rtl] .sm\:rtl\:mb-px{
    margin-bottom: 1px;
  }

  :root [dir=rtl] .sm\:rtl\:ml-px{
    margin-left: 1px;
  }

  :root [dir=rtl] .sm\:rtl\:mt-gutter{
    margin-top: var(--padding-gutter);
  }

  :root [dir=rtl] .sm\:rtl\:mr-gutter{
    margin-right: var(--padding-gutter);
  }

  :root [dir=rtl] .sm\:rtl\:mb-gutter{
    margin-bottom: var(--padding-gutter);
  }

  :root [dir=rtl] .sm\:rtl\:ml-gutter{
    margin-left: var(--padding-gutter);
  }

  :root [dir=rtl] .rtl\:mt-0.sm\:5{
    margin-top: 0.125rem;
  }

  :root [dir=rtl] .rtl\:mr-0.sm\:5{
    margin-right: 0.125rem;
  }

  :root [dir=rtl] .rtl\:mb-0.sm\:5{
    margin-bottom: 0.125rem;
  }

  :root [dir=rtl] .rtl\:ml-0.sm\:5{
    margin-left: 0.125rem;
  }

  :root [dir=rtl] .rtl\:mt-1.sm\:5{
    margin-top: 0.375rem;
  }

  :root [dir=rtl] .rtl\:mr-1.sm\:5{
    margin-right: 0.375rem;
  }

  :root [dir=rtl] .rtl\:mb-1.sm\:5{
    margin-bottom: 0.375rem;
  }

  :root [dir=rtl] .rtl\:ml-1.sm\:5{
    margin-left: 0.375rem;
  }

  :root [dir=rtl] .rtl\:mt-2.sm\:5{
    margin-top: 0.625rem;
  }

  :root [dir=rtl] .rtl\:mr-2.sm\:5{
    margin-right: 0.625rem;
  }

  :root [dir=rtl] .rtl\:mb-2.sm\:5{
    margin-bottom: 0.625rem;
  }

  :root [dir=rtl] .rtl\:ml-2.sm\:5{
    margin-left: 0.625rem;
  }

  :root [dir=rtl] .rtl\:mt-3.sm\:5{
    margin-top: 0.875rem;
  }

  :root [dir=rtl] .rtl\:mr-3.sm\:5{
    margin-right: 0.875rem;
  }

  :root [dir=rtl] .rtl\:mb-3.sm\:5{
    margin-bottom: 0.875rem;
  }

  :root [dir=rtl] .rtl\:ml-3.sm\:5{
    margin-left: 0.875rem;
  }

  :root [dir=rtl] .rtl\:mt-17.sm\:5{
    margin-top: 4.375rem;
  }

  :root [dir=rtl] .rtl\:mr-17.sm\:5{
    margin-right: 4.375rem;
  }

  :root [dir=rtl] .rtl\:mb-17.sm\:5{
    margin-bottom: 4.375rem;
  }

  :root [dir=rtl] .rtl\:ml-17.sm\:5{
    margin-left: 4.375rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mt-1{
    margin-top: -0.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mr-1{
    margin-right: -0.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mb-1{
    margin-bottom: -0.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:-ml-1{
    margin-left: -0.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mt-2{
    margin-top: -0.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mr-2{
    margin-right: -0.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mb-2{
    margin-bottom: -0.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-ml-2{
    margin-left: -0.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mt-3{
    margin-top: -0.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mr-3{
    margin-right: -0.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mb-3{
    margin-bottom: -0.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:-ml-3{
    margin-left: -0.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mt-4{
    margin-top: -1rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mr-4{
    margin-right: -1rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mb-4{
    margin-bottom: -1rem;
  }

  :root [dir=rtl] .sm\:rtl\:-ml-4{
    margin-left: -1rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mt-5{
    margin-top: -1.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mr-5{
    margin-right: -1.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mb-5{
    margin-bottom: -1.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:-ml-5{
    margin-left: -1.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mt-6{
    margin-top: -1.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mr-6{
    margin-right: -1.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mb-6{
    margin-bottom: -1.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-ml-6{
    margin-left: -1.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mt-7{
    margin-top: -1.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mr-7{
    margin-right: -1.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mb-7{
    margin-bottom: -1.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:-ml-7{
    margin-left: -1.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mt-8{
    margin-top: -2rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mr-8{
    margin-right: -2rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mb-8{
    margin-bottom: -2rem;
  }

  :root [dir=rtl] .sm\:rtl\:-ml-8{
    margin-left: -2rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mt-9{
    margin-top: -2.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mr-9{
    margin-right: -2.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mb-9{
    margin-bottom: -2.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:-ml-9{
    margin-left: -2.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mt-10{
    margin-top: -2.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mr-10{
    margin-right: -2.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mb-10{
    margin-bottom: -2.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-ml-10{
    margin-left: -2.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mt-11{
    margin-top: -2.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mr-11{
    margin-right: -2.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mb-11{
    margin-bottom: -2.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:-ml-11{
    margin-left: -2.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mt-12{
    margin-top: -3rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mr-12{
    margin-right: -3rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mb-12{
    margin-bottom: -3rem;
  }

  :root [dir=rtl] .sm\:rtl\:-ml-12{
    margin-left: -3rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mt-14{
    margin-top: -3.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mr-14{
    margin-right: -3.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mb-14{
    margin-bottom: -3.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-ml-14{
    margin-left: -3.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mt-16{
    margin-top: -4rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mr-16{
    margin-right: -4rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mb-16{
    margin-bottom: -4rem;
  }

  :root [dir=rtl] .sm\:rtl\:-ml-16{
    margin-left: -4rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mt-20{
    margin-top: -5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mr-20{
    margin-right: -5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mb-20{
    margin-bottom: -5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-ml-20{
    margin-left: -5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mt-24{
    margin-top: -6rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mr-24{
    margin-right: -6rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mb-24{
    margin-bottom: -6rem;
  }

  :root [dir=rtl] .sm\:rtl\:-ml-24{
    margin-left: -6rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mt-28{
    margin-top: -7rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mr-28{
    margin-right: -7rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mb-28{
    margin-bottom: -7rem;
  }

  :root [dir=rtl] .sm\:rtl\:-ml-28{
    margin-left: -7rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mt-32{
    margin-top: -8rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mr-32{
    margin-right: -8rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mb-32{
    margin-bottom: -8rem;
  }

  :root [dir=rtl] .sm\:rtl\:-ml-32{
    margin-left: -8rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mt-36{
    margin-top: -9rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mr-36{
    margin-right: -9rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mb-36{
    margin-bottom: -9rem;
  }

  :root [dir=rtl] .sm\:rtl\:-ml-36{
    margin-left: -9rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mt-40{
    margin-top: -10rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mr-40{
    margin-right: -10rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mb-40{
    margin-bottom: -10rem;
  }

  :root [dir=rtl] .sm\:rtl\:-ml-40{
    margin-left: -10rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mt-44{
    margin-top: -11rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mr-44{
    margin-right: -11rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mb-44{
    margin-bottom: -11rem;
  }

  :root [dir=rtl] .sm\:rtl\:-ml-44{
    margin-left: -11rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mt-48{
    margin-top: -12rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mr-48{
    margin-right: -12rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mb-48{
    margin-bottom: -12rem;
  }

  :root [dir=rtl] .sm\:rtl\:-ml-48{
    margin-left: -12rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mt-52{
    margin-top: -13rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mr-52{
    margin-right: -13rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mb-52{
    margin-bottom: -13rem;
  }

  :root [dir=rtl] .sm\:rtl\:-ml-52{
    margin-left: -13rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mt-56{
    margin-top: -14rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mr-56{
    margin-right: -14rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mb-56{
    margin-bottom: -14rem;
  }

  :root [dir=rtl] .sm\:rtl\:-ml-56{
    margin-left: -14rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mt-60{
    margin-top: -15rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mr-60{
    margin-right: -15rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mb-60{
    margin-bottom: -15rem;
  }

  :root [dir=rtl] .sm\:rtl\:-ml-60{
    margin-left: -15rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mt-64{
    margin-top: -16rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mr-64{
    margin-right: -16rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mb-64{
    margin-bottom: -16rem;
  }

  :root [dir=rtl] .sm\:rtl\:-ml-64{
    margin-left: -16rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mt-72{
    margin-top: -18rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mr-72{
    margin-right: -18rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mb-72{
    margin-bottom: -18rem;
  }

  :root [dir=rtl] .sm\:rtl\:-ml-72{
    margin-left: -18rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mt-80{
    margin-top: -20rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mr-80{
    margin-right: -20rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mb-80{
    margin-bottom: -20rem;
  }

  :root [dir=rtl] .sm\:rtl\:-ml-80{
    margin-left: -20rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mt-96{
    margin-top: -24rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mr-96{
    margin-right: -24rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mb-96{
    margin-bottom: -24rem;
  }

  :root [dir=rtl] .sm\:rtl\:-ml-96{
    margin-left: -24rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mt-px{
    margin-top: -1px;
  }

  :root [dir=rtl] .sm\:rtl\:-mr-px{
    margin-right: -1px;
  }

  :root [dir=rtl] .sm\:rtl\:-mb-px{
    margin-bottom: -1px;
  }

  :root [dir=rtl] .sm\:rtl\:-ml-px{
    margin-left: -1px;
  }

  :root [dir=rtl] .sm\:rtl\:-mt-gutter{
    margin-top: calc(var(--padding-gutter) * -1);
  }

  :root [dir=rtl] .sm\:rtl\:-mr-gutter{
    margin-right: calc(var(--padding-gutter) * -1);
  }

  :root [dir=rtl] .sm\:rtl\:-mb-gutter{
    margin-bottom: calc(var(--padding-gutter) * -1);
  }

  :root [dir=rtl] .sm\:rtl\:-ml-gutter{
    margin-left: calc(var(--padding-gutter) * -1);
  }

  :root [dir=rtl] .rtl\:-mt-0.sm\:5{
    margin-top: -0.125rem;
  }

  :root [dir=rtl] .rtl\:-mr-0.sm\:5{
    margin-right: -0.125rem;
  }

  :root [dir=rtl] .rtl\:-mb-0.sm\:5{
    margin-bottom: -0.125rem;
  }

  :root [dir=rtl] .rtl\:-ml-0.sm\:5{
    margin-left: -0.125rem;
  }

  :root [dir=rtl] .rtl\:-mt-1.sm\:5{
    margin-top: -0.375rem;
  }

  :root [dir=rtl] .rtl\:-mr-1.sm\:5{
    margin-right: -0.375rem;
  }

  :root [dir=rtl] .rtl\:-mb-1.sm\:5{
    margin-bottom: -0.375rem;
  }

  :root [dir=rtl] .rtl\:-ml-1.sm\:5{
    margin-left: -0.375rem;
  }

  :root [dir=rtl] .rtl\:-mt-2.sm\:5{
    margin-top: -0.625rem;
  }

  :root [dir=rtl] .rtl\:-mr-2.sm\:5{
    margin-right: -0.625rem;
  }

  :root [dir=rtl] .rtl\:-mb-2.sm\:5{
    margin-bottom: -0.625rem;
  }

  :root [dir=rtl] .rtl\:-ml-2.sm\:5{
    margin-left: -0.625rem;
  }

  :root [dir=rtl] .rtl\:-mt-3.sm\:5{
    margin-top: -0.875rem;
  }

  :root [dir=rtl] .rtl\:-mr-3.sm\:5{
    margin-right: -0.875rem;
  }

  :root [dir=rtl] .rtl\:-mb-3.sm\:5{
    margin-bottom: -0.875rem;
  }

  :root [dir=rtl] .rtl\:-ml-3.sm\:5{
    margin-left: -0.875rem;
  }

  :root [dir=rtl] .rtl\:-mt-17.sm\:5{
    margin-top: -4.375rem;
  }

  :root [dir=rtl] .rtl\:-mr-17.sm\:5{
    margin-right: -4.375rem;
  }

  :root [dir=rtl] .rtl\:-mb-17.sm\:5{
    margin-bottom: -4.375rem;
  }

  :root [dir=rtl] .rtl\:-ml-17.sm\:5{
    margin-left: -4.375rem;
  }

  :root .sm\:max-h-full{
    max-height: 100%;
  }

  :root .sm\:max-h-screen{
    max-height: 100vh;
  }

  :root .sm\:max-w-unset{
    max-width: unset;
  }

  :root .sm\:max-w-xxxs{
    max-width: 16rem;
  }

  :root .sm\:max-w-xxs{
    max-width: 18rem;
  }

  :root .sm\:max-w-xs{
    max-width: 20rem;
  }

  :root .sm\:max-w-sm{
    max-width: 24rem;
  }

  :root .sm\:max-w-md{
    max-width: 28rem;
  }

  :root .sm\:max-w-lg{
    max-width: 32rem;
  }

  :root .sm\:max-w-xl{
    max-width: 36rem;
  }

  :root .sm\:max-w-2xl{
    max-width: 42rem;
  }

  :root .sm\:max-w-3xl{
    max-width: 48rem;
  }

  :root .sm\:max-w-4xl{
    max-width: 56rem;
  }

  :root .sm\:max-w-5xl{
    max-width: 64rem;
  }

  :root .sm\:max-w-6xl{
    max-width: 72rem;
  }

  :root .sm\:max-w-full{
    max-width: 100%;
  }

  :root .sm\:min-h-0{
    min-height: 0;
  }

  :root .sm\:min-h-full{
    min-height: 100%;
  }

  :root .sm\:min-h-screen{
    min-height: 100vh;
  }

  :root .sm\:min-w-0{
    min-width: 0;
  }

  :root .sm\:min-w-1{
    min-width: 0.25rem;
  }

  :root .sm\:min-w-2{
    min-width: 0.5rem;
  }

  :root .sm\:min-w-3{
    min-width: 0.75rem;
  }

  :root .sm\:min-w-4{
    min-width: 1rem;
  }

  :root .sm\:min-w-5{
    min-width: 1.25rem;
  }

  :root .sm\:min-w-6{
    min-width: 1.5rem;
  }

  :root .sm\:min-w-7{
    min-width: 1.75rem;
  }

  :root .sm\:min-w-8{
    min-width: 2rem;
  }

  :root .sm\:min-w-9{
    min-width: 2.25rem;
  }

  :root .sm\:min-w-10{
    min-width: 2.5rem;
  }

  :root .sm\:min-w-11{
    min-width: 2.75rem;
  }

  :root .sm\:min-w-12{
    min-width: 3rem;
  }

  :root .sm\:min-w-14{
    min-width: 3.5rem;
  }

  :root .sm\:min-w-16{
    min-width: 4rem;
  }

  :root .sm\:min-w-20{
    min-width: 5rem;
  }

  :root .sm\:min-w-24{
    min-width: 6rem;
  }

  :root .sm\:min-w-28{
    min-width: 7rem;
  }

  :root .sm\:min-w-32{
    min-width: 8rem;
  }

  :root .sm\:min-w-36{
    min-width: 9rem;
  }

  :root .sm\:min-w-40{
    min-width: 10rem;
  }

  :root .sm\:min-w-44{
    min-width: 11rem;
  }

  :root .sm\:min-w-48{
    min-width: 12rem;
  }

  :root .sm\:min-w-52{
    min-width: 13rem;
  }

  :root .sm\:min-w-56{
    min-width: 14rem;
  }

  :root .sm\:min-w-60{
    min-width: 15rem;
  }

  :root .sm\:min-w-64{
    min-width: 16rem;
  }

  :root .sm\:min-w-72{
    min-width: 18rem;
  }

  :root .sm\:min-w-80{
    min-width: 20rem;
  }

  :root .sm\:min-w-96{
    min-width: 24rem;
  }

  :root .sm\:min-w-full{
    min-width: 100%;
  }

  :root .sm\:min-w-px{
    min-width: 1px;
  }

  :root .sm\:min-w-gutter{
    min-width: var(--padding-gutter);
  }

  :root .sm\:min-w-0\.5{
    min-width: 0.125rem;
  }

  :root .sm\:min-w-1\.5{
    min-width: 0.375rem;
  }

  :root .sm\:min-w-2\.5{
    min-width: 0.625rem;
  }

  :root .sm\:min-w-3\.5{
    min-width: 0.875rem;
  }

  :root .sm\:min-w-17\.5{
    min-width: 4.375rem;
  }

  :root .sm\:object-contain{
    object-fit: contain;
  }

  :root .sm\:object-cover{
    object-fit: cover;
  }

  :root .sm\:object-fill{
    object-fit: fill;
  }

  :root .sm\:object-none{
    object-fit: none;
  }

  :root .sm\:object-scale-down{
    object-fit: scale-down;
  }

  :root .sm\:object-bottom{
    object-position: bottom;
  }

  :root .sm\:object-center{
    object-position: center;
  }

  :root .sm\:object-left{
    object-position: left;
  }

  :root .sm\:object-left-bottom{
    object-position: left bottom;
  }

  :root .sm\:object-left-top{
    object-position: left top;
  }

  :root .sm\:object-right{
    object-position: right;
  }

  :root .sm\:object-right-bottom{
    object-position: right bottom;
  }

  :root .sm\:object-right-top{
    object-position: right top;
  }

  :root .sm\:object-top{
    object-position: top;
  }

  :root .sm\:opacity-0{
    opacity: 0;
  }

  :root .sm\:opacity-25{
    opacity: 0.25;
  }

  :root .sm\:opacity-50{
    opacity: 0.5;
  }

  :root .sm\:opacity-75{
    opacity: 0.75;
  }

  :root .sm\:opacity-100{
    opacity: 1;
  }

  :root .sm\:hover\:opacity-0:hover{
    opacity: 0;
  }

  :root .sm\:hover\:opacity-25:hover{
    opacity: 0.25;
  }

  :root .sm\:hover\:opacity-50:hover{
    opacity: 0.5;
  }

  :root .sm\:hover\:opacity-75:hover{
    opacity: 0.75;
  }

  :root .sm\:hover\:opacity-100:hover{
    opacity: 1;
  }

  :root .sm\:focus\:opacity-0:focus{
    opacity: 0;
  }

  :root .sm\:focus\:opacity-25:focus{
    opacity: 0.25;
  }

  :root .sm\:focus\:opacity-50:focus{
    opacity: 0.5;
  }

  :root .sm\:focus\:opacity-75:focus{
    opacity: 0.75;
  }

  :root .sm\:focus\:opacity-100:focus{
    opacity: 1;
  }

  :root .sm\:outline-none{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  :root .sm\:outline-white{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  :root .sm\:outline-black{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  :root .sm\:focus\:outline-none:focus{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  :root .sm\:focus\:outline-white:focus{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  :root .sm\:focus\:outline-black:focus{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  :root .sm\:overflow-auto{
    overflow: auto;
  }

  :root .sm\:overflow-hidden{
    overflow: hidden;
  }

  :root .sm\:overflow-visible{
    overflow: visible;
  }

  :root .sm\:overflow-scroll{
    overflow: scroll;
  }

  :root .sm\:overflow-x-auto{
    overflow-x: auto;
  }

  :root .sm\:overflow-y-auto{
    overflow-y: auto;
  }

  :root .sm\:overflow-x-hidden{
    overflow-x: hidden;
  }

  :root .sm\:overflow-y-hidden{
    overflow-y: hidden;
  }

  :root .sm\:overflow-x-visible{
    overflow-x: visible;
  }

  :root .sm\:overflow-y-visible{
    overflow-y: visible;
  }

  :root .sm\:overflow-x-scroll{
    overflow-x: scroll;
  }

  :root .sm\:overflow-y-scroll{
    overflow-y: scroll;
  }

  :root .sm\:overscroll-auto{
    overscroll-behavior: auto;
  }

  :root .sm\:overscroll-contain{
    overscroll-behavior: contain;
  }

  :root .sm\:overscroll-none{
    overscroll-behavior: none;
  }

  :root .sm\:overscroll-y-auto{
    overscroll-behavior-y: auto;
  }

  :root .sm\:overscroll-y-contain{
    overscroll-behavior-y: contain;
  }

  :root .sm\:overscroll-y-none{
    overscroll-behavior-y: none;
  }

  :root .sm\:overscroll-x-auto{
    overscroll-behavior-x: auto;
  }

  :root .sm\:overscroll-x-contain{
    overscroll-behavior-x: contain;
  }

  :root .sm\:overscroll-x-none{
    overscroll-behavior-x: none;
  }

  :root .sm\:p-0{
    padding: 0;
  }

  :root .sm\:p-1{
    padding: 0.25rem;
  }

  :root .sm\:p-2{
    padding: 0.5rem;
  }

  :root .sm\:p-3{
    padding: 0.75rem;
  }

  :root .sm\:p-4{
    padding: 1rem;
  }

  :root .sm\:p-5{
    padding: 1.25rem;
  }

  :root .sm\:p-6{
    padding: 1.5rem;
  }

  :root .sm\:p-7{
    padding: 1.75rem;
  }

  :root .sm\:p-8{
    padding: 2rem;
  }

  :root .sm\:p-9{
    padding: 2.25rem;
  }

  :root .sm\:p-10{
    padding: 2.5rem;
  }

  :root .sm\:p-11{
    padding: 2.75rem;
  }

  :root .sm\:p-12{
    padding: 3rem;
  }

  :root .sm\:p-14{
    padding: 3.5rem;
  }

  :root .sm\:p-16{
    padding: 4rem;
  }

  :root .sm\:p-20{
    padding: 5rem;
  }

  :root .sm\:p-24{
    padding: 6rem;
  }

  :root .sm\:p-28{
    padding: 7rem;
  }

  :root .sm\:p-32{
    padding: 8rem;
  }

  :root .sm\:p-36{
    padding: 9rem;
  }

  :root .sm\:p-40{
    padding: 10rem;
  }

  :root .sm\:p-44{
    padding: 11rem;
  }

  :root .sm\:p-48{
    padding: 12rem;
  }

  :root .sm\:p-52{
    padding: 13rem;
  }

  :root .sm\:p-56{
    padding: 14rem;
  }

  :root .sm\:p-60{
    padding: 15rem;
  }

  :root .sm\:p-64{
    padding: 16rem;
  }

  :root .sm\:p-72{
    padding: 18rem;
  }

  :root .sm\:p-80{
    padding: 20rem;
  }

  :root .sm\:p-96{
    padding: 24rem;
  }

  :root .sm\:p-px{
    padding: 1px;
  }

  :root .sm\:p-gutter{
    padding: var(--padding-gutter);
  }

  :root .sm\:p-0\.5{
    padding: 0.125rem;
  }

  :root .sm\:p-1\.5{
    padding: 0.375rem;
  }

  :root .sm\:p-2\.5{
    padding: 0.625rem;
  }

  :root .sm\:p-3\.5{
    padding: 0.875rem;
  }

  :root .sm\:p-17\.5{
    padding: 4.375rem;
  }

  :root .sm\:py-0{
    padding-top: 0;
    padding-bottom: 0;
  }

  :root .sm\:px-0{
    padding-left: 0;
    padding-right: 0;
  }

  :root .sm\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  :root .sm\:px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  :root .sm\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  :root .sm\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  :root .sm\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  :root .sm\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  :root .sm\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  :root .sm\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  :root .sm\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  :root .sm\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  :root .sm\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  :root .sm\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  :root .sm\:py-7{
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  :root .sm\:px-7{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  :root .sm\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  :root .sm\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  :root .sm\:py-9{
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  :root .sm\:px-9{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  :root .sm\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  :root .sm\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  :root .sm\:py-11{
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  :root .sm\:px-11{
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  :root .sm\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  :root .sm\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  :root .sm\:py-14{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  :root .sm\:px-14{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  :root .sm\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  :root .sm\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  :root .sm\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  :root .sm\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  :root .sm\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  :root .sm\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  :root .sm\:py-28{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  :root .sm\:px-28{
    padding-left: 7rem;
    padding-right: 7rem;
  }

  :root .sm\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  :root .sm\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  :root .sm\:py-36{
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  :root .sm\:px-36{
    padding-left: 9rem;
    padding-right: 9rem;
  }

  :root .sm\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  :root .sm\:px-40{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  :root .sm\:py-44{
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  :root .sm\:px-44{
    padding-left: 11rem;
    padding-right: 11rem;
  }

  :root .sm\:py-48{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  :root .sm\:px-48{
    padding-left: 12rem;
    padding-right: 12rem;
  }

  :root .sm\:py-52{
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  :root .sm\:px-52{
    padding-left: 13rem;
    padding-right: 13rem;
  }

  :root .sm\:py-56{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  :root .sm\:px-56{
    padding-left: 14rem;
    padding-right: 14rem;
  }

  :root .sm\:py-60{
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  :root .sm\:px-60{
    padding-left: 15rem;
    padding-right: 15rem;
  }

  :root .sm\:py-64{
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  :root .sm\:px-64{
    padding-left: 16rem;
    padding-right: 16rem;
  }

  :root .sm\:py-72{
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  :root .sm\:px-72{
    padding-left: 18rem;
    padding-right: 18rem;
  }

  :root .sm\:py-80{
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  :root .sm\:px-80{
    padding-left: 20rem;
    padding-right: 20rem;
  }

  :root .sm\:py-96{
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  :root .sm\:px-96{
    padding-left: 24rem;
    padding-right: 24rem;
  }

  :root .sm\:py-px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  :root .sm\:px-px{
    padding-left: 1px;
    padding-right: 1px;
  }

  :root .sm\:py-gutter{
    padding-top: var(--padding-gutter);
    padding-bottom: var(--padding-gutter);
  }

  :root .sm\:px-gutter{
    padding-left: var(--padding-gutter);
    padding-right: var(--padding-gutter);
  }

  :root .sm\:py-0\.5{
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  :root .sm\:px-0\.5{
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  :root .sm\:py-1\.5{
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  :root .sm\:px-1\.5{
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  :root .sm\:py-2\.5{
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  :root .sm\:px-2\.5{
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  :root .sm\:py-3\.5{
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  :root .sm\:px-3\.5{
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  :root .sm\:py-17\.5{
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }

  :root .sm\:px-17\.5{
    padding-left: 4.375rem;
    padding-right: 4.375rem;
  }

  :root .sm\:pt-0{
    padding-top: 0;
  }

  :root .sm\:pr-0{
    padding-right: 0;
  }

  :root .sm\:pb-0{
    padding-bottom: 0;
  }

  :root .sm\:pl-0{
    padding-left: 0;
  }

  :root .sm\:pt-1{
    padding-top: 0.25rem;
  }

  :root .sm\:pr-1{
    padding-right: 0.25rem;
  }

  :root .sm\:pb-1{
    padding-bottom: 0.25rem;
  }

  :root .sm\:pl-1{
    padding-left: 0.25rem;
  }

  :root .sm\:pt-2{
    padding-top: 0.5rem;
  }

  :root .sm\:pr-2{
    padding-right: 0.5rem;
  }

  :root .sm\:pb-2{
    padding-bottom: 0.5rem;
  }

  :root .sm\:pl-2{
    padding-left: 0.5rem;
  }

  :root .sm\:pt-3{
    padding-top: 0.75rem;
  }

  :root .sm\:pr-3{
    padding-right: 0.75rem;
  }

  :root .sm\:pb-3{
    padding-bottom: 0.75rem;
  }

  :root .sm\:pl-3{
    padding-left: 0.75rem;
  }

  :root .sm\:pt-4{
    padding-top: 1rem;
  }

  :root .sm\:pr-4{
    padding-right: 1rem;
  }

  :root .sm\:pb-4{
    padding-bottom: 1rem;
  }

  :root .sm\:pl-4{
    padding-left: 1rem;
  }

  :root .sm\:pt-5{
    padding-top: 1.25rem;
  }

  :root .sm\:pr-5{
    padding-right: 1.25rem;
  }

  :root .sm\:pb-5{
    padding-bottom: 1.25rem;
  }

  :root .sm\:pl-5{
    padding-left: 1.25rem;
  }

  :root .sm\:pt-6{
    padding-top: 1.5rem;
  }

  :root .sm\:pr-6{
    padding-right: 1.5rem;
  }

  :root .sm\:pb-6{
    padding-bottom: 1.5rem;
  }

  :root .sm\:pl-6{
    padding-left: 1.5rem;
  }

  :root .sm\:pt-7{
    padding-top: 1.75rem;
  }

  :root .sm\:pr-7{
    padding-right: 1.75rem;
  }

  :root .sm\:pb-7{
    padding-bottom: 1.75rem;
  }

  :root .sm\:pl-7{
    padding-left: 1.75rem;
  }

  :root .sm\:pt-8{
    padding-top: 2rem;
  }

  :root .sm\:pr-8{
    padding-right: 2rem;
  }

  :root .sm\:pb-8{
    padding-bottom: 2rem;
  }

  :root .sm\:pl-8{
    padding-left: 2rem;
  }

  :root .sm\:pt-9{
    padding-top: 2.25rem;
  }

  :root .sm\:pr-9{
    padding-right: 2.25rem;
  }

  :root .sm\:pb-9{
    padding-bottom: 2.25rem;
  }

  :root .sm\:pl-9{
    padding-left: 2.25rem;
  }

  :root .sm\:pt-10{
    padding-top: 2.5rem;
  }

  :root .sm\:pr-10{
    padding-right: 2.5rem;
  }

  :root .sm\:pb-10{
    padding-bottom: 2.5rem;
  }

  :root .sm\:pl-10{
    padding-left: 2.5rem;
  }

  :root .sm\:pt-11{
    padding-top: 2.75rem;
  }

  :root .sm\:pr-11{
    padding-right: 2.75rem;
  }

  :root .sm\:pb-11{
    padding-bottom: 2.75rem;
  }

  :root .sm\:pl-11{
    padding-left: 2.75rem;
  }

  :root .sm\:pt-12{
    padding-top: 3rem;
  }

  :root .sm\:pr-12{
    padding-right: 3rem;
  }

  :root .sm\:pb-12{
    padding-bottom: 3rem;
  }

  :root .sm\:pl-12{
    padding-left: 3rem;
  }

  :root .sm\:pt-14{
    padding-top: 3.5rem;
  }

  :root .sm\:pr-14{
    padding-right: 3.5rem;
  }

  :root .sm\:pb-14{
    padding-bottom: 3.5rem;
  }

  :root .sm\:pl-14{
    padding-left: 3.5rem;
  }

  :root .sm\:pt-16{
    padding-top: 4rem;
  }

  :root .sm\:pr-16{
    padding-right: 4rem;
  }

  :root .sm\:pb-16{
    padding-bottom: 4rem;
  }

  :root .sm\:pl-16{
    padding-left: 4rem;
  }

  :root .sm\:pt-20{
    padding-top: 5rem;
  }

  :root .sm\:pr-20{
    padding-right: 5rem;
  }

  :root .sm\:pb-20{
    padding-bottom: 5rem;
  }

  :root .sm\:pl-20{
    padding-left: 5rem;
  }

  :root .sm\:pt-24{
    padding-top: 6rem;
  }

  :root .sm\:pr-24{
    padding-right: 6rem;
  }

  :root .sm\:pb-24{
    padding-bottom: 6rem;
  }

  :root .sm\:pl-24{
    padding-left: 6rem;
  }

  :root .sm\:pt-28{
    padding-top: 7rem;
  }

  :root .sm\:pr-28{
    padding-right: 7rem;
  }

  :root .sm\:pb-28{
    padding-bottom: 7rem;
  }

  :root .sm\:pl-28{
    padding-left: 7rem;
  }

  :root .sm\:pt-32{
    padding-top: 8rem;
  }

  :root .sm\:pr-32{
    padding-right: 8rem;
  }

  :root .sm\:pb-32{
    padding-bottom: 8rem;
  }

  :root .sm\:pl-32{
    padding-left: 8rem;
  }

  :root .sm\:pt-36{
    padding-top: 9rem;
  }

  :root .sm\:pr-36{
    padding-right: 9rem;
  }

  :root .sm\:pb-36{
    padding-bottom: 9rem;
  }

  :root .sm\:pl-36{
    padding-left: 9rem;
  }

  :root .sm\:pt-40{
    padding-top: 10rem;
  }

  :root .sm\:pr-40{
    padding-right: 10rem;
  }

  :root .sm\:pb-40{
    padding-bottom: 10rem;
  }

  :root .sm\:pl-40{
    padding-left: 10rem;
  }

  :root .sm\:pt-44{
    padding-top: 11rem;
  }

  :root .sm\:pr-44{
    padding-right: 11rem;
  }

  :root .sm\:pb-44{
    padding-bottom: 11rem;
  }

  :root .sm\:pl-44{
    padding-left: 11rem;
  }

  :root .sm\:pt-48{
    padding-top: 12rem;
  }

  :root .sm\:pr-48{
    padding-right: 12rem;
  }

  :root .sm\:pb-48{
    padding-bottom: 12rem;
  }

  :root .sm\:pl-48{
    padding-left: 12rem;
  }

  :root .sm\:pt-52{
    padding-top: 13rem;
  }

  :root .sm\:pr-52{
    padding-right: 13rem;
  }

  :root .sm\:pb-52{
    padding-bottom: 13rem;
  }

  :root .sm\:pl-52{
    padding-left: 13rem;
  }

  :root .sm\:pt-56{
    padding-top: 14rem;
  }

  :root .sm\:pr-56{
    padding-right: 14rem;
  }

  :root .sm\:pb-56{
    padding-bottom: 14rem;
  }

  :root .sm\:pl-56{
    padding-left: 14rem;
  }

  :root .sm\:pt-60{
    padding-top: 15rem;
  }

  :root .sm\:pr-60{
    padding-right: 15rem;
  }

  :root .sm\:pb-60{
    padding-bottom: 15rem;
  }

  :root .sm\:pl-60{
    padding-left: 15rem;
  }

  :root .sm\:pt-64{
    padding-top: 16rem;
  }

  :root .sm\:pr-64{
    padding-right: 16rem;
  }

  :root .sm\:pb-64{
    padding-bottom: 16rem;
  }

  :root .sm\:pl-64{
    padding-left: 16rem;
  }

  :root .sm\:pt-72{
    padding-top: 18rem;
  }

  :root .sm\:pr-72{
    padding-right: 18rem;
  }

  :root .sm\:pb-72{
    padding-bottom: 18rem;
  }

  :root .sm\:pl-72{
    padding-left: 18rem;
  }

  :root .sm\:pt-80{
    padding-top: 20rem;
  }

  :root .sm\:pr-80{
    padding-right: 20rem;
  }

  :root .sm\:pb-80{
    padding-bottom: 20rem;
  }

  :root .sm\:pl-80{
    padding-left: 20rem;
  }

  :root .sm\:pt-96{
    padding-top: 24rem;
  }

  :root .sm\:pr-96{
    padding-right: 24rem;
  }

  :root .sm\:pb-96{
    padding-bottom: 24rem;
  }

  :root .sm\:pl-96{
    padding-left: 24rem;
  }

  :root .sm\:pt-px{
    padding-top: 1px;
  }

  :root .sm\:pr-px{
    padding-right: 1px;
  }

  :root .sm\:pb-px{
    padding-bottom: 1px;
  }

  :root .sm\:pl-px{
    padding-left: 1px;
  }

  :root .sm\:pt-gutter{
    padding-top: var(--padding-gutter);
  }

  :root .sm\:pr-gutter{
    padding-right: var(--padding-gutter);
  }

  :root .sm\:pb-gutter{
    padding-bottom: var(--padding-gutter);
  }

  :root .sm\:pl-gutter{
    padding-left: var(--padding-gutter);
  }

  :root .sm\:pt-0\.5{
    padding-top: 0.125rem;
  }

  :root .sm\:pr-0\.5{
    padding-right: 0.125rem;
  }

  :root .sm\:pb-0\.5{
    padding-bottom: 0.125rem;
  }

  :root .sm\:pl-0\.5{
    padding-left: 0.125rem;
  }

  :root .sm\:pt-1\.5{
    padding-top: 0.375rem;
  }

  :root .sm\:pr-1\.5{
    padding-right: 0.375rem;
  }

  :root .sm\:pb-1\.5{
    padding-bottom: 0.375rem;
  }

  :root .sm\:pl-1\.5{
    padding-left: 0.375rem;
  }

  :root .sm\:pt-2\.5{
    padding-top: 0.625rem;
  }

  :root .sm\:pr-2\.5{
    padding-right: 0.625rem;
  }

  :root .sm\:pb-2\.5{
    padding-bottom: 0.625rem;
  }

  :root .sm\:pl-2\.5{
    padding-left: 0.625rem;
  }

  :root .sm\:pt-3\.5{
    padding-top: 0.875rem;
  }

  :root .sm\:pr-3\.5{
    padding-right: 0.875rem;
  }

  :root .sm\:pb-3\.5{
    padding-bottom: 0.875rem;
  }

  :root .sm\:pl-3\.5{
    padding-left: 0.875rem;
  }

  :root .sm\:pt-17\.5{
    padding-top: 4.375rem;
  }

  :root .sm\:pr-17\.5{
    padding-right: 4.375rem;
  }

  :root .sm\:pb-17\.5{
    padding-bottom: 4.375rem;
  }

  :root .sm\:pl-17\.5{
    padding-left: 4.375rem;
  }

  :root [dir=ltr] .sm\:ltr\:p-0{
    padding: 0;
  }

  :root [dir=ltr] .sm\:ltr\:p-1{
    padding: 0.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:p-2{
    padding: 0.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:p-3{
    padding: 0.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:p-4{
    padding: 1rem;
  }

  :root [dir=ltr] .sm\:ltr\:p-5{
    padding: 1.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:p-6{
    padding: 1.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:p-7{
    padding: 1.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:p-8{
    padding: 2rem;
  }

  :root [dir=ltr] .sm\:ltr\:p-9{
    padding: 2.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:p-10{
    padding: 2.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:p-11{
    padding: 2.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:p-12{
    padding: 3rem;
  }

  :root [dir=ltr] .sm\:ltr\:p-14{
    padding: 3.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:p-16{
    padding: 4rem;
  }

  :root [dir=ltr] .sm\:ltr\:p-20{
    padding: 5rem;
  }

  :root [dir=ltr] .sm\:ltr\:p-24{
    padding: 6rem;
  }

  :root [dir=ltr] .sm\:ltr\:p-28{
    padding: 7rem;
  }

  :root [dir=ltr] .sm\:ltr\:p-32{
    padding: 8rem;
  }

  :root [dir=ltr] .sm\:ltr\:p-36{
    padding: 9rem;
  }

  :root [dir=ltr] .sm\:ltr\:p-40{
    padding: 10rem;
  }

  :root [dir=ltr] .sm\:ltr\:p-44{
    padding: 11rem;
  }

  :root [dir=ltr] .sm\:ltr\:p-48{
    padding: 12rem;
  }

  :root [dir=ltr] .sm\:ltr\:p-52{
    padding: 13rem;
  }

  :root [dir=ltr] .sm\:ltr\:p-56{
    padding: 14rem;
  }

  :root [dir=ltr] .sm\:ltr\:p-60{
    padding: 15rem;
  }

  :root [dir=ltr] .sm\:ltr\:p-64{
    padding: 16rem;
  }

  :root [dir=ltr] .sm\:ltr\:p-72{
    padding: 18rem;
  }

  :root [dir=ltr] .sm\:ltr\:p-80{
    padding: 20rem;
  }

  :root [dir=ltr] .sm\:ltr\:p-96{
    padding: 24rem;
  }

  :root [dir=ltr] .sm\:ltr\:p-px{
    padding: 1px;
  }

  :root [dir=ltr] .sm\:ltr\:p-gutter{
    padding: var(--padding-gutter);
  }

  :root [dir=ltr] .ltr\:p-0.sm\:5{
    padding: 0.125rem;
  }

  :root [dir=ltr] .ltr\:p-1.sm\:5{
    padding: 0.375rem;
  }

  :root [dir=ltr] .ltr\:p-2.sm\:5{
    padding: 0.625rem;
  }

  :root [dir=ltr] .ltr\:p-3.sm\:5{
    padding: 0.875rem;
  }

  :root [dir=ltr] .ltr\:p-17.sm\:5{
    padding: 4.375rem;
  }

  :root [dir=ltr] .sm\:ltr\:py-0{
    padding-top: 0;
    padding-bottom: 0;
  }

  :root [dir=ltr] .sm\:ltr\:px-0{
    padding-left: 0;
    padding-right: 0;
  }

  :root [dir=ltr] .sm\:ltr\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  :root [dir=ltr] .sm\:ltr\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  :root [dir=ltr] .sm\:ltr\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:py-7{
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:px-7{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  :root [dir=ltr] .sm\:ltr\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  :root [dir=ltr] .sm\:ltr\:py-9{
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:px-9{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:py-11{
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:px-11{
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  :root [dir=ltr] .sm\:ltr\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  :root [dir=ltr] .sm\:ltr\:py-14{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:px-14{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  :root [dir=ltr] .sm\:ltr\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  :root [dir=ltr] .sm\:ltr\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  :root [dir=ltr] .sm\:ltr\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  :root [dir=ltr] .sm\:ltr\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  :root [dir=ltr] .sm\:ltr\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  :root [dir=ltr] .sm\:ltr\:py-28{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  :root [dir=ltr] .sm\:ltr\:px-28{
    padding-left: 7rem;
    padding-right: 7rem;
  }

  :root [dir=ltr] .sm\:ltr\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  :root [dir=ltr] .sm\:ltr\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  :root [dir=ltr] .sm\:ltr\:py-36{
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  :root [dir=ltr] .sm\:ltr\:px-36{
    padding-left: 9rem;
    padding-right: 9rem;
  }

  :root [dir=ltr] .sm\:ltr\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  :root [dir=ltr] .sm\:ltr\:px-40{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  :root [dir=ltr] .sm\:ltr\:py-44{
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  :root [dir=ltr] .sm\:ltr\:px-44{
    padding-left: 11rem;
    padding-right: 11rem;
  }

  :root [dir=ltr] .sm\:ltr\:py-48{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  :root [dir=ltr] .sm\:ltr\:px-48{
    padding-left: 12rem;
    padding-right: 12rem;
  }

  :root [dir=ltr] .sm\:ltr\:py-52{
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  :root [dir=ltr] .sm\:ltr\:px-52{
    padding-left: 13rem;
    padding-right: 13rem;
  }

  :root [dir=ltr] .sm\:ltr\:py-56{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  :root [dir=ltr] .sm\:ltr\:px-56{
    padding-left: 14rem;
    padding-right: 14rem;
  }

  :root [dir=ltr] .sm\:ltr\:py-60{
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  :root [dir=ltr] .sm\:ltr\:px-60{
    padding-left: 15rem;
    padding-right: 15rem;
  }

  :root [dir=ltr] .sm\:ltr\:py-64{
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  :root [dir=ltr] .sm\:ltr\:px-64{
    padding-left: 16rem;
    padding-right: 16rem;
  }

  :root [dir=ltr] .sm\:ltr\:py-72{
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  :root [dir=ltr] .sm\:ltr\:px-72{
    padding-left: 18rem;
    padding-right: 18rem;
  }

  :root [dir=ltr] .sm\:ltr\:py-80{
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  :root [dir=ltr] .sm\:ltr\:px-80{
    padding-left: 20rem;
    padding-right: 20rem;
  }

  :root [dir=ltr] .sm\:ltr\:py-96{
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  :root [dir=ltr] .sm\:ltr\:px-96{
    padding-left: 24rem;
    padding-right: 24rem;
  }

  :root [dir=ltr] .sm\:ltr\:py-px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  :root [dir=ltr] .sm\:ltr\:px-px{
    padding-left: 1px;
    padding-right: 1px;
  }

  :root [dir=ltr] .sm\:ltr\:py-gutter{
    padding-top: var(--padding-gutter);
    padding-bottom: var(--padding-gutter);
  }

  :root [dir=ltr] .sm\:ltr\:px-gutter{
    padding-left: var(--padding-gutter);
    padding-right: var(--padding-gutter);
  }

  :root [dir=ltr] .ltr\:py-0.sm\:5{
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  :root [dir=ltr] .ltr\:px-0.sm\:5{
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  :root [dir=ltr] .ltr\:py-1.sm\:5{
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  :root [dir=ltr] .ltr\:px-1.sm\:5{
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  :root [dir=ltr] .ltr\:py-2.sm\:5{
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  :root [dir=ltr] .ltr\:px-2.sm\:5{
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  :root [dir=ltr] .ltr\:py-3.sm\:5{
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  :root [dir=ltr] .ltr\:px-3.sm\:5{
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  :root [dir=ltr] .ltr\:py-17.sm\:5{
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }

  :root [dir=ltr] .ltr\:px-17.sm\:5{
    padding-left: 4.375rem;
    padding-right: 4.375rem;
  }

  :root [dir=ltr] .sm\:ltr\:pt-0{
    padding-top: 0;
  }

  :root [dir=ltr] .sm\:ltr\:pr-0{
    padding-right: 0;
  }

  :root [dir=ltr] .sm\:ltr\:pb-0{
    padding-bottom: 0;
  }

  :root [dir=ltr] .sm\:ltr\:pl-0{
    padding-left: 0;
  }

  :root [dir=ltr] .sm\:ltr\:pt-1{
    padding-top: 0.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:pr-1{
    padding-right: 0.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:pb-1{
    padding-bottom: 0.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:pl-1{
    padding-left: 0.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:pt-2{
    padding-top: 0.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:pr-2{
    padding-right: 0.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:pb-2{
    padding-bottom: 0.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:pl-2{
    padding-left: 0.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:pt-3{
    padding-top: 0.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:pr-3{
    padding-right: 0.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:pb-3{
    padding-bottom: 0.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:pl-3{
    padding-left: 0.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:pt-4{
    padding-top: 1rem;
  }

  :root [dir=ltr] .sm\:ltr\:pr-4{
    padding-right: 1rem;
  }

  :root [dir=ltr] .sm\:ltr\:pb-4{
    padding-bottom: 1rem;
  }

  :root [dir=ltr] .sm\:ltr\:pl-4{
    padding-left: 1rem;
  }

  :root [dir=ltr] .sm\:ltr\:pt-5{
    padding-top: 1.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:pr-5{
    padding-right: 1.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:pb-5{
    padding-bottom: 1.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:pl-5{
    padding-left: 1.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:pt-6{
    padding-top: 1.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:pr-6{
    padding-right: 1.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:pb-6{
    padding-bottom: 1.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:pl-6{
    padding-left: 1.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:pt-7{
    padding-top: 1.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:pr-7{
    padding-right: 1.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:pb-7{
    padding-bottom: 1.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:pl-7{
    padding-left: 1.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:pt-8{
    padding-top: 2rem;
  }

  :root [dir=ltr] .sm\:ltr\:pr-8{
    padding-right: 2rem;
  }

  :root [dir=ltr] .sm\:ltr\:pb-8{
    padding-bottom: 2rem;
  }

  :root [dir=ltr] .sm\:ltr\:pl-8{
    padding-left: 2rem;
  }

  :root [dir=ltr] .sm\:ltr\:pt-9{
    padding-top: 2.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:pr-9{
    padding-right: 2.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:pb-9{
    padding-bottom: 2.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:pl-9{
    padding-left: 2.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:pt-10{
    padding-top: 2.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:pr-10{
    padding-right: 2.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:pb-10{
    padding-bottom: 2.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:pl-10{
    padding-left: 2.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:pt-11{
    padding-top: 2.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:pr-11{
    padding-right: 2.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:pb-11{
    padding-bottom: 2.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:pl-11{
    padding-left: 2.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:pt-12{
    padding-top: 3rem;
  }

  :root [dir=ltr] .sm\:ltr\:pr-12{
    padding-right: 3rem;
  }

  :root [dir=ltr] .sm\:ltr\:pb-12{
    padding-bottom: 3rem;
  }

  :root [dir=ltr] .sm\:ltr\:pl-12{
    padding-left: 3rem;
  }

  :root [dir=ltr] .sm\:ltr\:pt-14{
    padding-top: 3.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:pr-14{
    padding-right: 3.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:pb-14{
    padding-bottom: 3.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:pl-14{
    padding-left: 3.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:pt-16{
    padding-top: 4rem;
  }

  :root [dir=ltr] .sm\:ltr\:pr-16{
    padding-right: 4rem;
  }

  :root [dir=ltr] .sm\:ltr\:pb-16{
    padding-bottom: 4rem;
  }

  :root [dir=ltr] .sm\:ltr\:pl-16{
    padding-left: 4rem;
  }

  :root [dir=ltr] .sm\:ltr\:pt-20{
    padding-top: 5rem;
  }

  :root [dir=ltr] .sm\:ltr\:pr-20{
    padding-right: 5rem;
  }

  :root [dir=ltr] .sm\:ltr\:pb-20{
    padding-bottom: 5rem;
  }

  :root [dir=ltr] .sm\:ltr\:pl-20{
    padding-left: 5rem;
  }

  :root [dir=ltr] .sm\:ltr\:pt-24{
    padding-top: 6rem;
  }

  :root [dir=ltr] .sm\:ltr\:pr-24{
    padding-right: 6rem;
  }

  :root [dir=ltr] .sm\:ltr\:pb-24{
    padding-bottom: 6rem;
  }

  :root [dir=ltr] .sm\:ltr\:pl-24{
    padding-left: 6rem;
  }

  :root [dir=ltr] .sm\:ltr\:pt-28{
    padding-top: 7rem;
  }

  :root [dir=ltr] .sm\:ltr\:pr-28{
    padding-right: 7rem;
  }

  :root [dir=ltr] .sm\:ltr\:pb-28{
    padding-bottom: 7rem;
  }

  :root [dir=ltr] .sm\:ltr\:pl-28{
    padding-left: 7rem;
  }

  :root [dir=ltr] .sm\:ltr\:pt-32{
    padding-top: 8rem;
  }

  :root [dir=ltr] .sm\:ltr\:pr-32{
    padding-right: 8rem;
  }

  :root [dir=ltr] .sm\:ltr\:pb-32{
    padding-bottom: 8rem;
  }

  :root [dir=ltr] .sm\:ltr\:pl-32{
    padding-left: 8rem;
  }

  :root [dir=ltr] .sm\:ltr\:pt-36{
    padding-top: 9rem;
  }

  :root [dir=ltr] .sm\:ltr\:pr-36{
    padding-right: 9rem;
  }

  :root [dir=ltr] .sm\:ltr\:pb-36{
    padding-bottom: 9rem;
  }

  :root [dir=ltr] .sm\:ltr\:pl-36{
    padding-left: 9rem;
  }

  :root [dir=ltr] .sm\:ltr\:pt-40{
    padding-top: 10rem;
  }

  :root [dir=ltr] .sm\:ltr\:pr-40{
    padding-right: 10rem;
  }

  :root [dir=ltr] .sm\:ltr\:pb-40{
    padding-bottom: 10rem;
  }

  :root [dir=ltr] .sm\:ltr\:pl-40{
    padding-left: 10rem;
  }

  :root [dir=ltr] .sm\:ltr\:pt-44{
    padding-top: 11rem;
  }

  :root [dir=ltr] .sm\:ltr\:pr-44{
    padding-right: 11rem;
  }

  :root [dir=ltr] .sm\:ltr\:pb-44{
    padding-bottom: 11rem;
  }

  :root [dir=ltr] .sm\:ltr\:pl-44{
    padding-left: 11rem;
  }

  :root [dir=ltr] .sm\:ltr\:pt-48{
    padding-top: 12rem;
  }

  :root [dir=ltr] .sm\:ltr\:pr-48{
    padding-right: 12rem;
  }

  :root [dir=ltr] .sm\:ltr\:pb-48{
    padding-bottom: 12rem;
  }

  :root [dir=ltr] .sm\:ltr\:pl-48{
    padding-left: 12rem;
  }

  :root [dir=ltr] .sm\:ltr\:pt-52{
    padding-top: 13rem;
  }

  :root [dir=ltr] .sm\:ltr\:pr-52{
    padding-right: 13rem;
  }

  :root [dir=ltr] .sm\:ltr\:pb-52{
    padding-bottom: 13rem;
  }

  :root [dir=ltr] .sm\:ltr\:pl-52{
    padding-left: 13rem;
  }

  :root [dir=ltr] .sm\:ltr\:pt-56{
    padding-top: 14rem;
  }

  :root [dir=ltr] .sm\:ltr\:pr-56{
    padding-right: 14rem;
  }

  :root [dir=ltr] .sm\:ltr\:pb-56{
    padding-bottom: 14rem;
  }

  :root [dir=ltr] .sm\:ltr\:pl-56{
    padding-left: 14rem;
  }

  :root [dir=ltr] .sm\:ltr\:pt-60{
    padding-top: 15rem;
  }

  :root [dir=ltr] .sm\:ltr\:pr-60{
    padding-right: 15rem;
  }

  :root [dir=ltr] .sm\:ltr\:pb-60{
    padding-bottom: 15rem;
  }

  :root [dir=ltr] .sm\:ltr\:pl-60{
    padding-left: 15rem;
  }

  :root [dir=ltr] .sm\:ltr\:pt-64{
    padding-top: 16rem;
  }

  :root [dir=ltr] .sm\:ltr\:pr-64{
    padding-right: 16rem;
  }

  :root [dir=ltr] .sm\:ltr\:pb-64{
    padding-bottom: 16rem;
  }

  :root [dir=ltr] .sm\:ltr\:pl-64{
    padding-left: 16rem;
  }

  :root [dir=ltr] .sm\:ltr\:pt-72{
    padding-top: 18rem;
  }

  :root [dir=ltr] .sm\:ltr\:pr-72{
    padding-right: 18rem;
  }

  :root [dir=ltr] .sm\:ltr\:pb-72{
    padding-bottom: 18rem;
  }

  :root [dir=ltr] .sm\:ltr\:pl-72{
    padding-left: 18rem;
  }

  :root [dir=ltr] .sm\:ltr\:pt-80{
    padding-top: 20rem;
  }

  :root [dir=ltr] .sm\:ltr\:pr-80{
    padding-right: 20rem;
  }

  :root [dir=ltr] .sm\:ltr\:pb-80{
    padding-bottom: 20rem;
  }

  :root [dir=ltr] .sm\:ltr\:pl-80{
    padding-left: 20rem;
  }

  :root [dir=ltr] .sm\:ltr\:pt-96{
    padding-top: 24rem;
  }

  :root [dir=ltr] .sm\:ltr\:pr-96{
    padding-right: 24rem;
  }

  :root [dir=ltr] .sm\:ltr\:pb-96{
    padding-bottom: 24rem;
  }

  :root [dir=ltr] .sm\:ltr\:pl-96{
    padding-left: 24rem;
  }

  :root [dir=ltr] .sm\:ltr\:pt-px{
    padding-top: 1px;
  }

  :root [dir=ltr] .sm\:ltr\:pr-px{
    padding-right: 1px;
  }

  :root [dir=ltr] .sm\:ltr\:pb-px{
    padding-bottom: 1px;
  }

  :root [dir=ltr] .sm\:ltr\:pl-px{
    padding-left: 1px;
  }

  :root [dir=ltr] .sm\:ltr\:pt-gutter{
    padding-top: var(--padding-gutter);
  }

  :root [dir=ltr] .sm\:ltr\:pr-gutter{
    padding-right: var(--padding-gutter);
  }

  :root [dir=ltr] .sm\:ltr\:pb-gutter{
    padding-bottom: var(--padding-gutter);
  }

  :root [dir=ltr] .sm\:ltr\:pl-gutter{
    padding-left: var(--padding-gutter);
  }

  :root [dir=ltr] .ltr\:pt-0.sm\:5{
    padding-top: 0.125rem;
  }

  :root [dir=ltr] .ltr\:pr-0.sm\:5{
    padding-right: 0.125rem;
  }

  :root [dir=ltr] .ltr\:pb-0.sm\:5{
    padding-bottom: 0.125rem;
  }

  :root [dir=ltr] .ltr\:pl-0.sm\:5{
    padding-left: 0.125rem;
  }

  :root [dir=ltr] .ltr\:pt-1.sm\:5{
    padding-top: 0.375rem;
  }

  :root [dir=ltr] .ltr\:pr-1.sm\:5{
    padding-right: 0.375rem;
  }

  :root [dir=ltr] .ltr\:pb-1.sm\:5{
    padding-bottom: 0.375rem;
  }

  :root [dir=ltr] .ltr\:pl-1.sm\:5{
    padding-left: 0.375rem;
  }

  :root [dir=ltr] .ltr\:pt-2.sm\:5{
    padding-top: 0.625rem;
  }

  :root [dir=ltr] .ltr\:pr-2.sm\:5{
    padding-right: 0.625rem;
  }

  :root [dir=ltr] .ltr\:pb-2.sm\:5{
    padding-bottom: 0.625rem;
  }

  :root [dir=ltr] .ltr\:pl-2.sm\:5{
    padding-left: 0.625rem;
  }

  :root [dir=ltr] .ltr\:pt-3.sm\:5{
    padding-top: 0.875rem;
  }

  :root [dir=ltr] .ltr\:pr-3.sm\:5{
    padding-right: 0.875rem;
  }

  :root [dir=ltr] .ltr\:pb-3.sm\:5{
    padding-bottom: 0.875rem;
  }

  :root [dir=ltr] .ltr\:pl-3.sm\:5{
    padding-left: 0.875rem;
  }

  :root [dir=ltr] .ltr\:pt-17.sm\:5{
    padding-top: 4.375rem;
  }

  :root [dir=ltr] .ltr\:pr-17.sm\:5{
    padding-right: 4.375rem;
  }

  :root [dir=ltr] .ltr\:pb-17.sm\:5{
    padding-bottom: 4.375rem;
  }

  :root [dir=ltr] .ltr\:pl-17.sm\:5{
    padding-left: 4.375rem;
  }

  :root [dir=rtl] .sm\:rtl\:p-0{
    padding: 0;
  }

  :root [dir=rtl] .sm\:rtl\:p-1{
    padding: 0.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:p-2{
    padding: 0.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:p-3{
    padding: 0.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:p-4{
    padding: 1rem;
  }

  :root [dir=rtl] .sm\:rtl\:p-5{
    padding: 1.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:p-6{
    padding: 1.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:p-7{
    padding: 1.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:p-8{
    padding: 2rem;
  }

  :root [dir=rtl] .sm\:rtl\:p-9{
    padding: 2.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:p-10{
    padding: 2.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:p-11{
    padding: 2.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:p-12{
    padding: 3rem;
  }

  :root [dir=rtl] .sm\:rtl\:p-14{
    padding: 3.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:p-16{
    padding: 4rem;
  }

  :root [dir=rtl] .sm\:rtl\:p-20{
    padding: 5rem;
  }

  :root [dir=rtl] .sm\:rtl\:p-24{
    padding: 6rem;
  }

  :root [dir=rtl] .sm\:rtl\:p-28{
    padding: 7rem;
  }

  :root [dir=rtl] .sm\:rtl\:p-32{
    padding: 8rem;
  }

  :root [dir=rtl] .sm\:rtl\:p-36{
    padding: 9rem;
  }

  :root [dir=rtl] .sm\:rtl\:p-40{
    padding: 10rem;
  }

  :root [dir=rtl] .sm\:rtl\:p-44{
    padding: 11rem;
  }

  :root [dir=rtl] .sm\:rtl\:p-48{
    padding: 12rem;
  }

  :root [dir=rtl] .sm\:rtl\:p-52{
    padding: 13rem;
  }

  :root [dir=rtl] .sm\:rtl\:p-56{
    padding: 14rem;
  }

  :root [dir=rtl] .sm\:rtl\:p-60{
    padding: 15rem;
  }

  :root [dir=rtl] .sm\:rtl\:p-64{
    padding: 16rem;
  }

  :root [dir=rtl] .sm\:rtl\:p-72{
    padding: 18rem;
  }

  :root [dir=rtl] .sm\:rtl\:p-80{
    padding: 20rem;
  }

  :root [dir=rtl] .sm\:rtl\:p-96{
    padding: 24rem;
  }

  :root [dir=rtl] .sm\:rtl\:p-px{
    padding: 1px;
  }

  :root [dir=rtl] .sm\:rtl\:p-gutter{
    padding: var(--padding-gutter);
  }

  :root [dir=rtl] .rtl\:p-0.sm\:5{
    padding: 0.125rem;
  }

  :root [dir=rtl] .rtl\:p-1.sm\:5{
    padding: 0.375rem;
  }

  :root [dir=rtl] .rtl\:p-2.sm\:5{
    padding: 0.625rem;
  }

  :root [dir=rtl] .rtl\:p-3.sm\:5{
    padding: 0.875rem;
  }

  :root [dir=rtl] .rtl\:p-17.sm\:5{
    padding: 4.375rem;
  }

  :root [dir=rtl] .sm\:rtl\:py-0{
    padding-top: 0;
    padding-bottom: 0;
  }

  :root [dir=rtl] .sm\:rtl\:px-0{
    padding-left: 0;
    padding-right: 0;
  }

  :root [dir=rtl] .sm\:rtl\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  :root [dir=rtl] .sm\:rtl\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  :root [dir=rtl] .sm\:rtl\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:py-7{
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:px-7{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  :root [dir=rtl] .sm\:rtl\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  :root [dir=rtl] .sm\:rtl\:py-9{
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:px-9{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:py-11{
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:px-11{
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  :root [dir=rtl] .sm\:rtl\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  :root [dir=rtl] .sm\:rtl\:py-14{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:px-14{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  :root [dir=rtl] .sm\:rtl\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  :root [dir=rtl] .sm\:rtl\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  :root [dir=rtl] .sm\:rtl\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  :root [dir=rtl] .sm\:rtl\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  :root [dir=rtl] .sm\:rtl\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  :root [dir=rtl] .sm\:rtl\:py-28{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  :root [dir=rtl] .sm\:rtl\:px-28{
    padding-left: 7rem;
    padding-right: 7rem;
  }

  :root [dir=rtl] .sm\:rtl\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  :root [dir=rtl] .sm\:rtl\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  :root [dir=rtl] .sm\:rtl\:py-36{
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  :root [dir=rtl] .sm\:rtl\:px-36{
    padding-left: 9rem;
    padding-right: 9rem;
  }

  :root [dir=rtl] .sm\:rtl\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  :root [dir=rtl] .sm\:rtl\:px-40{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  :root [dir=rtl] .sm\:rtl\:py-44{
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  :root [dir=rtl] .sm\:rtl\:px-44{
    padding-left: 11rem;
    padding-right: 11rem;
  }

  :root [dir=rtl] .sm\:rtl\:py-48{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  :root [dir=rtl] .sm\:rtl\:px-48{
    padding-left: 12rem;
    padding-right: 12rem;
  }

  :root [dir=rtl] .sm\:rtl\:py-52{
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  :root [dir=rtl] .sm\:rtl\:px-52{
    padding-left: 13rem;
    padding-right: 13rem;
  }

  :root [dir=rtl] .sm\:rtl\:py-56{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  :root [dir=rtl] .sm\:rtl\:px-56{
    padding-left: 14rem;
    padding-right: 14rem;
  }

  :root [dir=rtl] .sm\:rtl\:py-60{
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  :root [dir=rtl] .sm\:rtl\:px-60{
    padding-left: 15rem;
    padding-right: 15rem;
  }

  :root [dir=rtl] .sm\:rtl\:py-64{
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  :root [dir=rtl] .sm\:rtl\:px-64{
    padding-left: 16rem;
    padding-right: 16rem;
  }

  :root [dir=rtl] .sm\:rtl\:py-72{
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  :root [dir=rtl] .sm\:rtl\:px-72{
    padding-left: 18rem;
    padding-right: 18rem;
  }

  :root [dir=rtl] .sm\:rtl\:py-80{
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  :root [dir=rtl] .sm\:rtl\:px-80{
    padding-left: 20rem;
    padding-right: 20rem;
  }

  :root [dir=rtl] .sm\:rtl\:py-96{
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  :root [dir=rtl] .sm\:rtl\:px-96{
    padding-left: 24rem;
    padding-right: 24rem;
  }

  :root [dir=rtl] .sm\:rtl\:py-px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  :root [dir=rtl] .sm\:rtl\:px-px{
    padding-left: 1px;
    padding-right: 1px;
  }

  :root [dir=rtl] .sm\:rtl\:py-gutter{
    padding-top: var(--padding-gutter);
    padding-bottom: var(--padding-gutter);
  }

  :root [dir=rtl] .sm\:rtl\:px-gutter{
    padding-left: var(--padding-gutter);
    padding-right: var(--padding-gutter);
  }

  :root [dir=rtl] .rtl\:py-0.sm\:5{
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  :root [dir=rtl] .rtl\:px-0.sm\:5{
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  :root [dir=rtl] .rtl\:py-1.sm\:5{
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  :root [dir=rtl] .rtl\:px-1.sm\:5{
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  :root [dir=rtl] .rtl\:py-2.sm\:5{
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  :root [dir=rtl] .rtl\:px-2.sm\:5{
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  :root [dir=rtl] .rtl\:py-3.sm\:5{
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  :root [dir=rtl] .rtl\:px-3.sm\:5{
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  :root [dir=rtl] .rtl\:py-17.sm\:5{
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }

  :root [dir=rtl] .rtl\:px-17.sm\:5{
    padding-left: 4.375rem;
    padding-right: 4.375rem;
  }

  :root [dir=rtl] .sm\:rtl\:pt-0{
    padding-top: 0;
  }

  :root [dir=rtl] .sm\:rtl\:pr-0{
    padding-right: 0;
  }

  :root [dir=rtl] .sm\:rtl\:pb-0{
    padding-bottom: 0;
  }

  :root [dir=rtl] .sm\:rtl\:pl-0{
    padding-left: 0;
  }

  :root [dir=rtl] .sm\:rtl\:pt-1{
    padding-top: 0.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:pr-1{
    padding-right: 0.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:pb-1{
    padding-bottom: 0.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:pl-1{
    padding-left: 0.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:pt-2{
    padding-top: 0.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:pr-2{
    padding-right: 0.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:pb-2{
    padding-bottom: 0.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:pl-2{
    padding-left: 0.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:pt-3{
    padding-top: 0.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:pr-3{
    padding-right: 0.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:pb-3{
    padding-bottom: 0.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:pl-3{
    padding-left: 0.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:pt-4{
    padding-top: 1rem;
  }

  :root [dir=rtl] .sm\:rtl\:pr-4{
    padding-right: 1rem;
  }

  :root [dir=rtl] .sm\:rtl\:pb-4{
    padding-bottom: 1rem;
  }

  :root [dir=rtl] .sm\:rtl\:pl-4{
    padding-left: 1rem;
  }

  :root [dir=rtl] .sm\:rtl\:pt-5{
    padding-top: 1.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:pr-5{
    padding-right: 1.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:pb-5{
    padding-bottom: 1.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:pl-5{
    padding-left: 1.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:pt-6{
    padding-top: 1.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:pr-6{
    padding-right: 1.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:pb-6{
    padding-bottom: 1.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:pl-6{
    padding-left: 1.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:pt-7{
    padding-top: 1.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:pr-7{
    padding-right: 1.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:pb-7{
    padding-bottom: 1.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:pl-7{
    padding-left: 1.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:pt-8{
    padding-top: 2rem;
  }

  :root [dir=rtl] .sm\:rtl\:pr-8{
    padding-right: 2rem;
  }

  :root [dir=rtl] .sm\:rtl\:pb-8{
    padding-bottom: 2rem;
  }

  :root [dir=rtl] .sm\:rtl\:pl-8{
    padding-left: 2rem;
  }

  :root [dir=rtl] .sm\:rtl\:pt-9{
    padding-top: 2.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:pr-9{
    padding-right: 2.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:pb-9{
    padding-bottom: 2.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:pl-9{
    padding-left: 2.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:pt-10{
    padding-top: 2.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:pr-10{
    padding-right: 2.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:pb-10{
    padding-bottom: 2.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:pl-10{
    padding-left: 2.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:pt-11{
    padding-top: 2.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:pr-11{
    padding-right: 2.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:pb-11{
    padding-bottom: 2.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:pl-11{
    padding-left: 2.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:pt-12{
    padding-top: 3rem;
  }

  :root [dir=rtl] .sm\:rtl\:pr-12{
    padding-right: 3rem;
  }

  :root [dir=rtl] .sm\:rtl\:pb-12{
    padding-bottom: 3rem;
  }

  :root [dir=rtl] .sm\:rtl\:pl-12{
    padding-left: 3rem;
  }

  :root [dir=rtl] .sm\:rtl\:pt-14{
    padding-top: 3.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:pr-14{
    padding-right: 3.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:pb-14{
    padding-bottom: 3.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:pl-14{
    padding-left: 3.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:pt-16{
    padding-top: 4rem;
  }

  :root [dir=rtl] .sm\:rtl\:pr-16{
    padding-right: 4rem;
  }

  :root [dir=rtl] .sm\:rtl\:pb-16{
    padding-bottom: 4rem;
  }

  :root [dir=rtl] .sm\:rtl\:pl-16{
    padding-left: 4rem;
  }

  :root [dir=rtl] .sm\:rtl\:pt-20{
    padding-top: 5rem;
  }

  :root [dir=rtl] .sm\:rtl\:pr-20{
    padding-right: 5rem;
  }

  :root [dir=rtl] .sm\:rtl\:pb-20{
    padding-bottom: 5rem;
  }

  :root [dir=rtl] .sm\:rtl\:pl-20{
    padding-left: 5rem;
  }

  :root [dir=rtl] .sm\:rtl\:pt-24{
    padding-top: 6rem;
  }

  :root [dir=rtl] .sm\:rtl\:pr-24{
    padding-right: 6rem;
  }

  :root [dir=rtl] .sm\:rtl\:pb-24{
    padding-bottom: 6rem;
  }

  :root [dir=rtl] .sm\:rtl\:pl-24{
    padding-left: 6rem;
  }

  :root [dir=rtl] .sm\:rtl\:pt-28{
    padding-top: 7rem;
  }

  :root [dir=rtl] .sm\:rtl\:pr-28{
    padding-right: 7rem;
  }

  :root [dir=rtl] .sm\:rtl\:pb-28{
    padding-bottom: 7rem;
  }

  :root [dir=rtl] .sm\:rtl\:pl-28{
    padding-left: 7rem;
  }

  :root [dir=rtl] .sm\:rtl\:pt-32{
    padding-top: 8rem;
  }

  :root [dir=rtl] .sm\:rtl\:pr-32{
    padding-right: 8rem;
  }

  :root [dir=rtl] .sm\:rtl\:pb-32{
    padding-bottom: 8rem;
  }

  :root [dir=rtl] .sm\:rtl\:pl-32{
    padding-left: 8rem;
  }

  :root [dir=rtl] .sm\:rtl\:pt-36{
    padding-top: 9rem;
  }

  :root [dir=rtl] .sm\:rtl\:pr-36{
    padding-right: 9rem;
  }

  :root [dir=rtl] .sm\:rtl\:pb-36{
    padding-bottom: 9rem;
  }

  :root [dir=rtl] .sm\:rtl\:pl-36{
    padding-left: 9rem;
  }

  :root [dir=rtl] .sm\:rtl\:pt-40{
    padding-top: 10rem;
  }

  :root [dir=rtl] .sm\:rtl\:pr-40{
    padding-right: 10rem;
  }

  :root [dir=rtl] .sm\:rtl\:pb-40{
    padding-bottom: 10rem;
  }

  :root [dir=rtl] .sm\:rtl\:pl-40{
    padding-left: 10rem;
  }

  :root [dir=rtl] .sm\:rtl\:pt-44{
    padding-top: 11rem;
  }

  :root [dir=rtl] .sm\:rtl\:pr-44{
    padding-right: 11rem;
  }

  :root [dir=rtl] .sm\:rtl\:pb-44{
    padding-bottom: 11rem;
  }

  :root [dir=rtl] .sm\:rtl\:pl-44{
    padding-left: 11rem;
  }

  :root [dir=rtl] .sm\:rtl\:pt-48{
    padding-top: 12rem;
  }

  :root [dir=rtl] .sm\:rtl\:pr-48{
    padding-right: 12rem;
  }

  :root [dir=rtl] .sm\:rtl\:pb-48{
    padding-bottom: 12rem;
  }

  :root [dir=rtl] .sm\:rtl\:pl-48{
    padding-left: 12rem;
  }

  :root [dir=rtl] .sm\:rtl\:pt-52{
    padding-top: 13rem;
  }

  :root [dir=rtl] .sm\:rtl\:pr-52{
    padding-right: 13rem;
  }

  :root [dir=rtl] .sm\:rtl\:pb-52{
    padding-bottom: 13rem;
  }

  :root [dir=rtl] .sm\:rtl\:pl-52{
    padding-left: 13rem;
  }

  :root [dir=rtl] .sm\:rtl\:pt-56{
    padding-top: 14rem;
  }

  :root [dir=rtl] .sm\:rtl\:pr-56{
    padding-right: 14rem;
  }

  :root [dir=rtl] .sm\:rtl\:pb-56{
    padding-bottom: 14rem;
  }

  :root [dir=rtl] .sm\:rtl\:pl-56{
    padding-left: 14rem;
  }

  :root [dir=rtl] .sm\:rtl\:pt-60{
    padding-top: 15rem;
  }

  :root [dir=rtl] .sm\:rtl\:pr-60{
    padding-right: 15rem;
  }

  :root [dir=rtl] .sm\:rtl\:pb-60{
    padding-bottom: 15rem;
  }

  :root [dir=rtl] .sm\:rtl\:pl-60{
    padding-left: 15rem;
  }

  :root [dir=rtl] .sm\:rtl\:pt-64{
    padding-top: 16rem;
  }

  :root [dir=rtl] .sm\:rtl\:pr-64{
    padding-right: 16rem;
  }

  :root [dir=rtl] .sm\:rtl\:pb-64{
    padding-bottom: 16rem;
  }

  :root [dir=rtl] .sm\:rtl\:pl-64{
    padding-left: 16rem;
  }

  :root [dir=rtl] .sm\:rtl\:pt-72{
    padding-top: 18rem;
  }

  :root [dir=rtl] .sm\:rtl\:pr-72{
    padding-right: 18rem;
  }

  :root [dir=rtl] .sm\:rtl\:pb-72{
    padding-bottom: 18rem;
  }

  :root [dir=rtl] .sm\:rtl\:pl-72{
    padding-left: 18rem;
  }

  :root [dir=rtl] .sm\:rtl\:pt-80{
    padding-top: 20rem;
  }

  :root [dir=rtl] .sm\:rtl\:pr-80{
    padding-right: 20rem;
  }

  :root [dir=rtl] .sm\:rtl\:pb-80{
    padding-bottom: 20rem;
  }

  :root [dir=rtl] .sm\:rtl\:pl-80{
    padding-left: 20rem;
  }

  :root [dir=rtl] .sm\:rtl\:pt-96{
    padding-top: 24rem;
  }

  :root [dir=rtl] .sm\:rtl\:pr-96{
    padding-right: 24rem;
  }

  :root [dir=rtl] .sm\:rtl\:pb-96{
    padding-bottom: 24rem;
  }

  :root [dir=rtl] .sm\:rtl\:pl-96{
    padding-left: 24rem;
  }

  :root [dir=rtl] .sm\:rtl\:pt-px{
    padding-top: 1px;
  }

  :root [dir=rtl] .sm\:rtl\:pr-px{
    padding-right: 1px;
  }

  :root [dir=rtl] .sm\:rtl\:pb-px{
    padding-bottom: 1px;
  }

  :root [dir=rtl] .sm\:rtl\:pl-px{
    padding-left: 1px;
  }

  :root [dir=rtl] .sm\:rtl\:pt-gutter{
    padding-top: var(--padding-gutter);
  }

  :root [dir=rtl] .sm\:rtl\:pr-gutter{
    padding-right: var(--padding-gutter);
  }

  :root [dir=rtl] .sm\:rtl\:pb-gutter{
    padding-bottom: var(--padding-gutter);
  }

  :root [dir=rtl] .sm\:rtl\:pl-gutter{
    padding-left: var(--padding-gutter);
  }

  :root [dir=rtl] .rtl\:pt-0.sm\:5{
    padding-top: 0.125rem;
  }

  :root [dir=rtl] .rtl\:pr-0.sm\:5{
    padding-right: 0.125rem;
  }

  :root [dir=rtl] .rtl\:pb-0.sm\:5{
    padding-bottom: 0.125rem;
  }

  :root [dir=rtl] .rtl\:pl-0.sm\:5{
    padding-left: 0.125rem;
  }

  :root [dir=rtl] .rtl\:pt-1.sm\:5{
    padding-top: 0.375rem;
  }

  :root [dir=rtl] .rtl\:pr-1.sm\:5{
    padding-right: 0.375rem;
  }

  :root [dir=rtl] .rtl\:pb-1.sm\:5{
    padding-bottom: 0.375rem;
  }

  :root [dir=rtl] .rtl\:pl-1.sm\:5{
    padding-left: 0.375rem;
  }

  :root [dir=rtl] .rtl\:pt-2.sm\:5{
    padding-top: 0.625rem;
  }

  :root [dir=rtl] .rtl\:pr-2.sm\:5{
    padding-right: 0.625rem;
  }

  :root [dir=rtl] .rtl\:pb-2.sm\:5{
    padding-bottom: 0.625rem;
  }

  :root [dir=rtl] .rtl\:pl-2.sm\:5{
    padding-left: 0.625rem;
  }

  :root [dir=rtl] .rtl\:pt-3.sm\:5{
    padding-top: 0.875rem;
  }

  :root [dir=rtl] .rtl\:pr-3.sm\:5{
    padding-right: 0.875rem;
  }

  :root [dir=rtl] .rtl\:pb-3.sm\:5{
    padding-bottom: 0.875rem;
  }

  :root [dir=rtl] .rtl\:pl-3.sm\:5{
    padding-left: 0.875rem;
  }

  :root [dir=rtl] .rtl\:pt-17.sm\:5{
    padding-top: 4.375rem;
  }

  :root [dir=rtl] .rtl\:pr-17.sm\:5{
    padding-right: 4.375rem;
  }

  :root [dir=rtl] .rtl\:pb-17.sm\:5{
    padding-bottom: 4.375rem;
  }

  :root [dir=rtl] .rtl\:pl-17.sm\:5{
    padding-left: 4.375rem;
  }

  :root .sm\:placeholder-current::placeholder{
    color: currentColor;
  }

  :root .sm\:placeholder-transparent::placeholder{
    color: transparent;
  }

  :root .sm\:placeholder-black::placeholder{
    color: rgb(var(--color-black));
  }

  :root .sm\:placeholder-white::placeholder{
    color: rgb(var(--color-white));
  }

  :root .sm\:placeholder-contrast-black::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  :root .sm\:placeholder-contrast-white::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  :root .sm\:placeholder-primary-light::placeholder{
    color: rgba(var(--color-primary), .1);
  }

  :root .sm\:placeholder-primary::placeholder{
    color: rgb(var(--color-primary));
  }

  :root .sm\:placeholder-red-light::placeholder{
    color: rgba(244, 67, 54, 0.1);
  }

  :root .sm\:placeholder-red::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 67, 54, var(--tw-placeholder-opacity));
  }

  :root .sm\:placeholder-green-2::placeholder{
    color: rgb(var(--color-green-2));
  }

  :root .sm\:placeholder-green-3::placeholder{
    color: rgb(var(--color-green-3));
  }

  :root .sm\:placeholder-green-4::placeholder{
    color: rgb(var(--color-green-4));
  }

  :root .sm\:placeholder-gren::placeholder{
    color: rgb(var(--color-gren));
  }

  :root .sm\:placeholder-gren-1::placeholder{
    color: rgb(var(--color-gren-1));
  }

  :root .sm\:placeholder-gren-2::placeholder{
    color: rgb(var(--color-gren-2));
  }

  :root .sm\:placeholder-gren-3::placeholder{
    color: rgb(var(--color-gren-3));
  }

  :root .sm\:placeholder-gren-4::placeholder{
    color: rgb(var(--color-gren-4));
  }

  :root .sm\:placeholder-selected::placeholder{
    color: rgb(var(--color-selected));
  }

  :root .sm\:placeholder-error::placeholder{
    color: rgb(var(--color-error));
  }

  :root .sm\:placeholder-attention::placeholder{
    color: rgb(var(--color-attention));
  }

  :root .sm\:placeholder-accept::placeholder{
    color: rgb(var(--color-accept));
  }

  :root .sm\:placeholder-system::placeholder{
    color: rgb(var(--color-system));
  }

  :root .sm\:placeholder-orange::placeholder{
    color: rgb(var(--color-orange));
  }

  :root .sm\:placeholder-links::placeholder{
    color: rgb(var(--color-links));
  }

  :root .sm\:placeholder-teal::placeholder{
    color: rgb(var(--color-teal));
  }

  :root .sm\:placeholder-purple::placeholder{
    color: rgb(var(--color-purple));
  }

  :root .sm\:placeholder-pink::placeholder{
    color: rgb(var(--color-pink));
  }

  :root .sm\:placeholder-margaret::placeholder{
    color: rgb(var(--color-margaret));
  }

  :root .sm\:placeholder-betty::placeholder{
    color: rgb(var(--color-betty));
  }

  :root .sm\:placeholder-natasha-light::placeholder{
    color: rgba(var(--color-natasha), .05);
  }

  :root .sm\:placeholder-natasha::placeholder{
    color: rgb(var(--color-natasha));
  }

  :root .sm\:placeholder-tiffany::placeholder{
    color: rgb(var(--color-tiffany));
  }

  :root .sm\:placeholder-barbara::placeholder{
    color: rgb(var(--color-barbara));
  }

  :root .sm\:placeholder-suzanne::placeholder{
    color: rgb(var(--color-suzanne));
  }

  :root .sm\:placeholder-lily::placeholder{
    color: rgb(var(--color-lily));
  }

  :root .sm\:placeholder-stephanie::placeholder{
    color: rgb(var(--color-stephanie));
  }

  :root .sm\:placeholder-lisa::placeholder{
    color: rgba(var(--color-lisa), 0.6);
  }

  :root .sm\:placeholder-california::placeholder{
    color: rgb(var(--color-california));
  }

  :root .sm\:placeholder-texas::placeholder{
    color: rgb(var(--color-texas));
  }

  :root .sm\:placeholder-florida::placeholder{
    color: rgb(var(--color-florida));
  }

  :root .sm\:placeholder-colorado::placeholder{
    color: rgb(var(--color-colorado));
  }

  :root .sm\:placeholder-seattle::placeholder{
    color: rgb(var(--color-seattle));
  }

  :root .sm\:placeholder-denver::placeholder{
    color: rgb(var(--color-denver));
  }

  :root .sm\:placeholder-arizona::placeholder{
    color: rgb(var(--color-arizona));
  }

  :root .sm\:placeholder-shpongle::placeholder{
    color: rgb(var(--color-shpongle));
  }

  :root .sm\:placeholder-band::placeholder{
    color: rgb(var(--color-band));
  }

  :root .sm\:placeholder-blur::placeholder{
    color: rgba(var(--color-blur), 0.05);
  }

  :root .sm\:placeholder-mila::placeholder{
    color: rgba(var(--color-mila));
  }

  :root .sm\:focus\:placeholder-current:focus::placeholder{
    color: currentColor;
  }

  :root .sm\:focus\:placeholder-transparent:focus::placeholder{
    color: transparent;
  }

  :root .sm\:focus\:placeholder-black:focus::placeholder{
    color: rgb(var(--color-black));
  }

  :root .sm\:focus\:placeholder-white:focus::placeholder{
    color: rgb(var(--color-white));
  }

  :root .sm\:focus\:placeholder-contrast-black:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  :root .sm\:focus\:placeholder-contrast-white:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  :root .sm\:focus\:placeholder-primary-light:focus::placeholder{
    color: rgba(var(--color-primary), .1);
  }

  :root .sm\:focus\:placeholder-primary:focus::placeholder{
    color: rgb(var(--color-primary));
  }

  :root .sm\:focus\:placeholder-red-light:focus::placeholder{
    color: rgba(244, 67, 54, 0.1);
  }

  :root .sm\:focus\:placeholder-red:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 67, 54, var(--tw-placeholder-opacity));
  }

  :root .sm\:focus\:placeholder-green-2:focus::placeholder{
    color: rgb(var(--color-green-2));
  }

  :root .sm\:focus\:placeholder-green-3:focus::placeholder{
    color: rgb(var(--color-green-3));
  }

  :root .sm\:focus\:placeholder-green-4:focus::placeholder{
    color: rgb(var(--color-green-4));
  }

  :root .sm\:focus\:placeholder-gren:focus::placeholder{
    color: rgb(var(--color-gren));
  }

  :root .sm\:focus\:placeholder-gren-1:focus::placeholder{
    color: rgb(var(--color-gren-1));
  }

  :root .sm\:focus\:placeholder-gren-2:focus::placeholder{
    color: rgb(var(--color-gren-2));
  }

  :root .sm\:focus\:placeholder-gren-3:focus::placeholder{
    color: rgb(var(--color-gren-3));
  }

  :root .sm\:focus\:placeholder-gren-4:focus::placeholder{
    color: rgb(var(--color-gren-4));
  }

  :root .sm\:focus\:placeholder-selected:focus::placeholder{
    color: rgb(var(--color-selected));
  }

  :root .sm\:focus\:placeholder-error:focus::placeholder{
    color: rgb(var(--color-error));
  }

  :root .sm\:focus\:placeholder-attention:focus::placeholder{
    color: rgb(var(--color-attention));
  }

  :root .sm\:focus\:placeholder-accept:focus::placeholder{
    color: rgb(var(--color-accept));
  }

  :root .sm\:focus\:placeholder-system:focus::placeholder{
    color: rgb(var(--color-system));
  }

  :root .sm\:focus\:placeholder-orange:focus::placeholder{
    color: rgb(var(--color-orange));
  }

  :root .sm\:focus\:placeholder-links:focus::placeholder{
    color: rgb(var(--color-links));
  }

  :root .sm\:focus\:placeholder-teal:focus::placeholder{
    color: rgb(var(--color-teal));
  }

  :root .sm\:focus\:placeholder-purple:focus::placeholder{
    color: rgb(var(--color-purple));
  }

  :root .sm\:focus\:placeholder-pink:focus::placeholder{
    color: rgb(var(--color-pink));
  }

  :root .sm\:focus\:placeholder-margaret:focus::placeholder{
    color: rgb(var(--color-margaret));
  }

  :root .sm\:focus\:placeholder-betty:focus::placeholder{
    color: rgb(var(--color-betty));
  }

  :root .sm\:focus\:placeholder-natasha-light:focus::placeholder{
    color: rgba(var(--color-natasha), .05);
  }

  :root .sm\:focus\:placeholder-natasha:focus::placeholder{
    color: rgb(var(--color-natasha));
  }

  :root .sm\:focus\:placeholder-tiffany:focus::placeholder{
    color: rgb(var(--color-tiffany));
  }

  :root .sm\:focus\:placeholder-barbara:focus::placeholder{
    color: rgb(var(--color-barbara));
  }

  :root .sm\:focus\:placeholder-suzanne:focus::placeholder{
    color: rgb(var(--color-suzanne));
  }

  :root .sm\:focus\:placeholder-lily:focus::placeholder{
    color: rgb(var(--color-lily));
  }

  :root .sm\:focus\:placeholder-stephanie:focus::placeholder{
    color: rgb(var(--color-stephanie));
  }

  :root .sm\:focus\:placeholder-lisa:focus::placeholder{
    color: rgba(var(--color-lisa), 0.6);
  }

  :root .sm\:focus\:placeholder-california:focus::placeholder{
    color: rgb(var(--color-california));
  }

  :root .sm\:focus\:placeholder-texas:focus::placeholder{
    color: rgb(var(--color-texas));
  }

  :root .sm\:focus\:placeholder-florida:focus::placeholder{
    color: rgb(var(--color-florida));
  }

  :root .sm\:focus\:placeholder-colorado:focus::placeholder{
    color: rgb(var(--color-colorado));
  }

  :root .sm\:focus\:placeholder-seattle:focus::placeholder{
    color: rgb(var(--color-seattle));
  }

  :root .sm\:focus\:placeholder-denver:focus::placeholder{
    color: rgb(var(--color-denver));
  }

  :root .sm\:focus\:placeholder-arizona:focus::placeholder{
    color: rgb(var(--color-arizona));
  }

  :root .sm\:focus\:placeholder-shpongle:focus::placeholder{
    color: rgb(var(--color-shpongle));
  }

  :root .sm\:focus\:placeholder-band:focus::placeholder{
    color: rgb(var(--color-band));
  }

  :root .sm\:focus\:placeholder-blur:focus::placeholder{
    color: rgba(var(--color-blur), 0.05);
  }

  :root .sm\:focus\:placeholder-mila:focus::placeholder{
    color: rgba(var(--color-mila));
  }

  :root .sm\:placeholder-opacity-0::placeholder{
    --tw-placeholder-opacity: 0;
  }

  :root .sm\:placeholder-opacity-25::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  :root .sm\:placeholder-opacity-50::placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  :root .sm\:placeholder-opacity-75::placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  :root .sm\:placeholder-opacity-100::placeholder{
    --tw-placeholder-opacity: 1;
  }

  :root .sm\:focus\:placeholder-opacity-0:focus::placeholder{
    --tw-placeholder-opacity: 0;
  }

  :root .sm\:focus\:placeholder-opacity-25:focus::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  :root .sm\:focus\:placeholder-opacity-50:focus::placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  :root .sm\:focus\:placeholder-opacity-75:focus::placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  :root .sm\:focus\:placeholder-opacity-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
  }

  :root .sm\:pointer-events-none{
    pointer-events: none;
  }

  :root .sm\:pointer-events-auto{
    pointer-events: auto;
  }

  :root .sm\:static{
    position: static;
  }

  :root .sm\:fixed{
    position: fixed;
  }

  :root .sm\:absolute{
    position: absolute;
  }

  :root .sm\:relative{
    position: relative;
  }

  :root .sm\:sticky{
    position: sticky;
  }

  :root .sm\:inset-0{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  :root .sm\:inset-1{
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  :root .sm\:inset-2{
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  :root .sm\:inset-3{
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  :root .sm\:inset-4{
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  :root .sm\:inset-5{
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  :root .sm\:inset-6{
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  :root .sm\:inset-8{
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  :root .sm\:inset-10{
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  :root .sm\:inset-12{
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  :root .sm\:-inset-1{
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  :root .sm\:-inset-2{
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  :root .sm\:-inset-3{
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  :root .sm\:-inset-4{
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  :root .sm\:-inset-5{
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  :root .sm\:-inset-6{
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  :root .sm\:-inset-8{
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  :root .sm\:-inset-10{
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  :root .sm\:-inset-12{
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  :root .sm\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  :root .sm\:inset-y-0{
    top: 0;
    bottom: 0;
  }

  :root .sm\:inset-x-0{
    right: 0;
    left: 0;
  }

  :root .sm\:inset-y-1{
    top: 0.25rem;
    bottom: 0.25rem;
  }

  :root .sm\:inset-x-1{
    right: 0.25rem;
    left: 0.25rem;
  }

  :root .sm\:inset-y-2{
    top: 0.5rem;
    bottom: 0.5rem;
  }

  :root .sm\:inset-x-2{
    right: 0.5rem;
    left: 0.5rem;
  }

  :root .sm\:inset-y-3{
    top: 0.75rem;
    bottom: 0.75rem;
  }

  :root .sm\:inset-x-3{
    right: 0.75rem;
    left: 0.75rem;
  }

  :root .sm\:inset-y-4{
    top: 1rem;
    bottom: 1rem;
  }

  :root .sm\:inset-x-4{
    right: 1rem;
    left: 1rem;
  }

  :root .sm\:inset-y-5{
    top: 1.25rem;
    bottom: 1.25rem;
  }

  :root .sm\:inset-x-5{
    right: 1.25rem;
    left: 1.25rem;
  }

  :root .sm\:inset-y-6{
    top: 1.5rem;
    bottom: 1.5rem;
  }

  :root .sm\:inset-x-6{
    right: 1.5rem;
    left: 1.5rem;
  }

  :root .sm\:inset-y-8{
    top: 2rem;
    bottom: 2rem;
  }

  :root .sm\:inset-x-8{
    right: 2rem;
    left: 2rem;
  }

  :root .sm\:inset-y-10{
    top: 2.5rem;
    bottom: 2.5rem;
  }

  :root .sm\:inset-x-10{
    right: 2.5rem;
    left: 2.5rem;
  }

  :root .sm\:inset-y-12{
    top: 3rem;
    bottom: 3rem;
  }

  :root .sm\:inset-x-12{
    right: 3rem;
    left: 3rem;
  }

  :root .sm\:-inset-y-1{
    top: -0.25rem;
    bottom: -0.25rem;
  }

  :root .sm\:-inset-x-1{
    right: -0.25rem;
    left: -0.25rem;
  }

  :root .sm\:-inset-y-2{
    top: -0.5rem;
    bottom: -0.5rem;
  }

  :root .sm\:-inset-x-2{
    right: -0.5rem;
    left: -0.5rem;
  }

  :root .sm\:-inset-y-3{
    top: -0.75rem;
    bottom: -0.75rem;
  }

  :root .sm\:-inset-x-3{
    right: -0.75rem;
    left: -0.75rem;
  }

  :root .sm\:-inset-y-4{
    top: -1rem;
    bottom: -1rem;
  }

  :root .sm\:-inset-x-4{
    right: -1rem;
    left: -1rem;
  }

  :root .sm\:-inset-y-5{
    top: -1.25rem;
    bottom: -1.25rem;
  }

  :root .sm\:-inset-x-5{
    right: -1.25rem;
    left: -1.25rem;
  }

  :root .sm\:-inset-y-6{
    top: -1.5rem;
    bottom: -1.5rem;
  }

  :root .sm\:-inset-x-6{
    right: -1.5rem;
    left: -1.5rem;
  }

  :root .sm\:-inset-y-8{
    top: -2rem;
    bottom: -2rem;
  }

  :root .sm\:-inset-x-8{
    right: -2rem;
    left: -2rem;
  }

  :root .sm\:-inset-y-10{
    top: -2.5rem;
    bottom: -2.5rem;
  }

  :root .sm\:-inset-x-10{
    right: -2.5rem;
    left: -2.5rem;
  }

  :root .sm\:-inset-y-12{
    top: -3rem;
    bottom: -3rem;
  }

  :root .sm\:-inset-x-12{
    right: -3rem;
    left: -3rem;
  }

  :root .sm\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  :root .sm\:inset-x-auto{
    right: auto;
    left: auto;
  }

  :root .sm\:top-0{
    top: 0;
  }

  :root .sm\:right-0{
    right: 0;
  }

  :root .sm\:bottom-0{
    bottom: 0;
  }

  :root .sm\:left-0{
    left: 0;
  }

  :root .sm\:top-1{
    top: 0.25rem;
  }

  :root .sm\:right-1{
    right: 0.25rem;
  }

  :root .sm\:bottom-1{
    bottom: 0.25rem;
  }

  :root .sm\:left-1{
    left: 0.25rem;
  }

  :root .sm\:top-2{
    top: 0.5rem;
  }

  :root .sm\:right-2{
    right: 0.5rem;
  }

  :root .sm\:bottom-2{
    bottom: 0.5rem;
  }

  :root .sm\:left-2{
    left: 0.5rem;
  }

  :root .sm\:top-3{
    top: 0.75rem;
  }

  :root .sm\:right-3{
    right: 0.75rem;
  }

  :root .sm\:bottom-3{
    bottom: 0.75rem;
  }

  :root .sm\:left-3{
    left: 0.75rem;
  }

  :root .sm\:top-4{
    top: 1rem;
  }

  :root .sm\:right-4{
    right: 1rem;
  }

  :root .sm\:bottom-4{
    bottom: 1rem;
  }

  :root .sm\:left-4{
    left: 1rem;
  }

  :root .sm\:top-5{
    top: 1.25rem;
  }

  :root .sm\:right-5{
    right: 1.25rem;
  }

  :root .sm\:bottom-5{
    bottom: 1.25rem;
  }

  :root .sm\:left-5{
    left: 1.25rem;
  }

  :root .sm\:top-6{
    top: 1.5rem;
  }

  :root .sm\:right-6{
    right: 1.5rem;
  }

  :root .sm\:bottom-6{
    bottom: 1.5rem;
  }

  :root .sm\:left-6{
    left: 1.5rem;
  }

  :root .sm\:top-8{
    top: 2rem;
  }

  :root .sm\:right-8{
    right: 2rem;
  }

  :root .sm\:bottom-8{
    bottom: 2rem;
  }

  :root .sm\:left-8{
    left: 2rem;
  }

  :root .sm\:top-10{
    top: 2.5rem;
  }

  :root .sm\:right-10{
    right: 2.5rem;
  }

  :root .sm\:bottom-10{
    bottom: 2.5rem;
  }

  :root .sm\:left-10{
    left: 2.5rem;
  }

  :root .sm\:top-12{
    top: 3rem;
  }

  :root .sm\:right-12{
    right: 3rem;
  }

  :root .sm\:bottom-12{
    bottom: 3rem;
  }

  :root .sm\:left-12{
    left: 3rem;
  }

  :root .sm\:-top-1{
    top: -0.25rem;
  }

  :root .sm\:-right-1{
    right: -0.25rem;
  }

  :root .sm\:-bottom-1{
    bottom: -0.25rem;
  }

  :root .sm\:-left-1{
    left: -0.25rem;
  }

  :root .sm\:-top-2{
    top: -0.5rem;
  }

  :root .sm\:-right-2{
    right: -0.5rem;
  }

  :root .sm\:-bottom-2{
    bottom: -0.5rem;
  }

  :root .sm\:-left-2{
    left: -0.5rem;
  }

  :root .sm\:-top-3{
    top: -0.75rem;
  }

  :root .sm\:-right-3{
    right: -0.75rem;
  }

  :root .sm\:-bottom-3{
    bottom: -0.75rem;
  }

  :root .sm\:-left-3{
    left: -0.75rem;
  }

  :root .sm\:-top-4{
    top: -1rem;
  }

  :root .sm\:-right-4{
    right: -1rem;
  }

  :root .sm\:-bottom-4{
    bottom: -1rem;
  }

  :root .sm\:-left-4{
    left: -1rem;
  }

  :root .sm\:-top-5{
    top: -1.25rem;
  }

  :root .sm\:-right-5{
    right: -1.25rem;
  }

  :root .sm\:-bottom-5{
    bottom: -1.25rem;
  }

  :root .sm\:-left-5{
    left: -1.25rem;
  }

  :root .sm\:-top-6{
    top: -1.5rem;
  }

  :root .sm\:-right-6{
    right: -1.5rem;
  }

  :root .sm\:-bottom-6{
    bottom: -1.5rem;
  }

  :root .sm\:-left-6{
    left: -1.5rem;
  }

  :root .sm\:-top-8{
    top: -2rem;
  }

  :root .sm\:-right-8{
    right: -2rem;
  }

  :root .sm\:-bottom-8{
    bottom: -2rem;
  }

  :root .sm\:-left-8{
    left: -2rem;
  }

  :root .sm\:-top-10{
    top: -2.5rem;
  }

  :root .sm\:-right-10{
    right: -2.5rem;
  }

  :root .sm\:-bottom-10{
    bottom: -2.5rem;
  }

  :root .sm\:-left-10{
    left: -2.5rem;
  }

  :root .sm\:-top-12{
    top: -3rem;
  }

  :root .sm\:-right-12{
    right: -3rem;
  }

  :root .sm\:-bottom-12{
    bottom: -3rem;
  }

  :root .sm\:-left-12{
    left: -3rem;
  }

  :root .sm\:top-auto{
    top: auto;
  }

  :root .sm\:right-auto{
    right: auto;
  }

  :root .sm\:bottom-auto{
    bottom: auto;
  }

  :root .sm\:left-auto{
    left: auto;
  }

  :root [dir=ltr] .sm\:ltr\:inset-0{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  :root [dir=ltr] .sm\:ltr\:inset-1{
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:inset-2{
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:inset-3{
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:inset-4{
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  :root [dir=ltr] .sm\:ltr\:inset-5{
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:inset-6{
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:inset-8{
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  :root [dir=ltr] .sm\:ltr\:inset-10{
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:inset-12{
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  :root [dir=ltr] .sm\:ltr\:-inset-1{
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:-inset-2{
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-inset-3{
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:-inset-4{
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  :root [dir=ltr] .sm\:ltr\:-inset-5{
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:-inset-6{
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-inset-8{
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  :root [dir=ltr] .sm\:ltr\:-inset-10{
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-inset-12{
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  :root [dir=ltr] .sm\:ltr\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  :root [dir=ltr] .sm\:ltr\:inset-y-0{
    top: 0;
    bottom: 0;
  }

  :root [dir=ltr] .sm\:ltr\:inset-x-0{
    right: 0;
    left: 0;
  }

  :root [dir=ltr] .sm\:ltr\:inset-y-1{
    top: 0.25rem;
    bottom: 0.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:inset-x-1{
    right: 0.25rem;
    left: 0.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:inset-y-2{
    top: 0.5rem;
    bottom: 0.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:inset-x-2{
    right: 0.5rem;
    left: 0.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:inset-y-3{
    top: 0.75rem;
    bottom: 0.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:inset-x-3{
    right: 0.75rem;
    left: 0.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:inset-y-4{
    top: 1rem;
    bottom: 1rem;
  }

  :root [dir=ltr] .sm\:ltr\:inset-x-4{
    right: 1rem;
    left: 1rem;
  }

  :root [dir=ltr] .sm\:ltr\:inset-y-5{
    top: 1.25rem;
    bottom: 1.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:inset-x-5{
    right: 1.25rem;
    left: 1.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:inset-y-6{
    top: 1.5rem;
    bottom: 1.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:inset-x-6{
    right: 1.5rem;
    left: 1.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:inset-y-8{
    top: 2rem;
    bottom: 2rem;
  }

  :root [dir=ltr] .sm\:ltr\:inset-x-8{
    right: 2rem;
    left: 2rem;
  }

  :root [dir=ltr] .sm\:ltr\:inset-y-10{
    top: 2.5rem;
    bottom: 2.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:inset-x-10{
    right: 2.5rem;
    left: 2.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:inset-y-12{
    top: 3rem;
    bottom: 3rem;
  }

  :root [dir=ltr] .sm\:ltr\:inset-x-12{
    right: 3rem;
    left: 3rem;
  }

  :root [dir=ltr] .sm\:ltr\:-inset-y-1{
    top: -0.25rem;
    bottom: -0.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:-inset-x-1{
    right: -0.25rem;
    left: -0.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:-inset-y-2{
    top: -0.5rem;
    bottom: -0.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-inset-x-2{
    right: -0.5rem;
    left: -0.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-inset-y-3{
    top: -0.75rem;
    bottom: -0.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:-inset-x-3{
    right: -0.75rem;
    left: -0.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:-inset-y-4{
    top: -1rem;
    bottom: -1rem;
  }

  :root [dir=ltr] .sm\:ltr\:-inset-x-4{
    right: -1rem;
    left: -1rem;
  }

  :root [dir=ltr] .sm\:ltr\:-inset-y-5{
    top: -1.25rem;
    bottom: -1.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:-inset-x-5{
    right: -1.25rem;
    left: -1.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:-inset-y-6{
    top: -1.5rem;
    bottom: -1.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-inset-x-6{
    right: -1.5rem;
    left: -1.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-inset-y-8{
    top: -2rem;
    bottom: -2rem;
  }

  :root [dir=ltr] .sm\:ltr\:-inset-x-8{
    right: -2rem;
    left: -2rem;
  }

  :root [dir=ltr] .sm\:ltr\:-inset-y-10{
    top: -2.5rem;
    bottom: -2.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-inset-x-10{
    right: -2.5rem;
    left: -2.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-inset-y-12{
    top: -3rem;
    bottom: -3rem;
  }

  :root [dir=ltr] .sm\:ltr\:-inset-x-12{
    right: -3rem;
    left: -3rem;
  }

  :root [dir=ltr] .sm\:ltr\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  :root [dir=ltr] .sm\:ltr\:inset-x-auto{
    right: auto;
    left: auto;
  }

  :root [dir=ltr] .sm\:ltr\:top-0{
    top: 0;
  }

  :root [dir=ltr] .sm\:ltr\:right-0{
    right: 0;
  }

  :root [dir=ltr] .sm\:ltr\:bottom-0{
    bottom: 0;
  }

  :root [dir=ltr] .sm\:ltr\:left-0{
    left: 0;
  }

  :root [dir=ltr] .sm\:ltr\:top-1{
    top: 0.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:right-1{
    right: 0.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:bottom-1{
    bottom: 0.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:left-1{
    left: 0.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:top-2{
    top: 0.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:right-2{
    right: 0.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:bottom-2{
    bottom: 0.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:left-2{
    left: 0.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:top-3{
    top: 0.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:right-3{
    right: 0.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:bottom-3{
    bottom: 0.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:left-3{
    left: 0.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:top-4{
    top: 1rem;
  }

  :root [dir=ltr] .sm\:ltr\:right-4{
    right: 1rem;
  }

  :root [dir=ltr] .sm\:ltr\:bottom-4{
    bottom: 1rem;
  }

  :root [dir=ltr] .sm\:ltr\:left-4{
    left: 1rem;
  }

  :root [dir=ltr] .sm\:ltr\:top-5{
    top: 1.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:right-5{
    right: 1.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:bottom-5{
    bottom: 1.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:left-5{
    left: 1.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:top-6{
    top: 1.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:right-6{
    right: 1.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:bottom-6{
    bottom: 1.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:left-6{
    left: 1.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:top-8{
    top: 2rem;
  }

  :root [dir=ltr] .sm\:ltr\:right-8{
    right: 2rem;
  }

  :root [dir=ltr] .sm\:ltr\:bottom-8{
    bottom: 2rem;
  }

  :root [dir=ltr] .sm\:ltr\:left-8{
    left: 2rem;
  }

  :root [dir=ltr] .sm\:ltr\:top-10{
    top: 2.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:right-10{
    right: 2.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:bottom-10{
    bottom: 2.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:left-10{
    left: 2.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:top-12{
    top: 3rem;
  }

  :root [dir=ltr] .sm\:ltr\:right-12{
    right: 3rem;
  }

  :root [dir=ltr] .sm\:ltr\:bottom-12{
    bottom: 3rem;
  }

  :root [dir=ltr] .sm\:ltr\:left-12{
    left: 3rem;
  }

  :root [dir=ltr] .sm\:ltr\:-top-1{
    top: -0.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:-right-1{
    right: -0.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:-bottom-1{
    bottom: -0.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:-left-1{
    left: -0.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:-top-2{
    top: -0.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-right-2{
    right: -0.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-bottom-2{
    bottom: -0.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-left-2{
    left: -0.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-top-3{
    top: -0.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:-right-3{
    right: -0.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:-bottom-3{
    bottom: -0.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:-left-3{
    left: -0.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:-top-4{
    top: -1rem;
  }

  :root [dir=ltr] .sm\:ltr\:-right-4{
    right: -1rem;
  }

  :root [dir=ltr] .sm\:ltr\:-bottom-4{
    bottom: -1rem;
  }

  :root [dir=ltr] .sm\:ltr\:-left-4{
    left: -1rem;
  }

  :root [dir=ltr] .sm\:ltr\:-top-5{
    top: -1.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:-right-5{
    right: -1.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:-bottom-5{
    bottom: -1.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:-left-5{
    left: -1.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:-top-6{
    top: -1.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-right-6{
    right: -1.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-bottom-6{
    bottom: -1.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-left-6{
    left: -1.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-top-8{
    top: -2rem;
  }

  :root [dir=ltr] .sm\:ltr\:-right-8{
    right: -2rem;
  }

  :root [dir=ltr] .sm\:ltr\:-bottom-8{
    bottom: -2rem;
  }

  :root [dir=ltr] .sm\:ltr\:-left-8{
    left: -2rem;
  }

  :root [dir=ltr] .sm\:ltr\:-top-10{
    top: -2.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-right-10{
    right: -2.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-bottom-10{
    bottom: -2.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-left-10{
    left: -2.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-top-12{
    top: -3rem;
  }

  :root [dir=ltr] .sm\:ltr\:-right-12{
    right: -3rem;
  }

  :root [dir=ltr] .sm\:ltr\:-bottom-12{
    bottom: -3rem;
  }

  :root [dir=ltr] .sm\:ltr\:-left-12{
    left: -3rem;
  }

  :root [dir=ltr] .sm\:ltr\:top-auto{
    top: auto;
  }

  :root [dir=ltr] .sm\:ltr\:right-auto{
    right: auto;
  }

  :root [dir=ltr] .sm\:ltr\:bottom-auto{
    bottom: auto;
  }

  :root [dir=ltr] .sm\:ltr\:left-auto{
    left: auto;
  }

  :root [dir=rtl] .sm\:rtl\:inset-0{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  :root [dir=rtl] .sm\:rtl\:inset-1{
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:inset-2{
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:inset-3{
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:inset-4{
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  :root [dir=rtl] .sm\:rtl\:inset-5{
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:inset-6{
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:inset-8{
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  :root [dir=rtl] .sm\:rtl\:inset-10{
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:inset-12{
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  :root [dir=rtl] .sm\:rtl\:-inset-1{
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:-inset-2{
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-inset-3{
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:-inset-4{
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  :root [dir=rtl] .sm\:rtl\:-inset-5{
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:-inset-6{
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-inset-8{
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  :root [dir=rtl] .sm\:rtl\:-inset-10{
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-inset-12{
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  :root [dir=rtl] .sm\:rtl\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  :root [dir=rtl] .sm\:rtl\:inset-y-0{
    top: 0;
    bottom: 0;
  }

  :root [dir=rtl] .sm\:rtl\:inset-x-0{
    right: 0;
    left: 0;
  }

  :root [dir=rtl] .sm\:rtl\:inset-y-1{
    top: 0.25rem;
    bottom: 0.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:inset-x-1{
    right: 0.25rem;
    left: 0.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:inset-y-2{
    top: 0.5rem;
    bottom: 0.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:inset-x-2{
    right: 0.5rem;
    left: 0.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:inset-y-3{
    top: 0.75rem;
    bottom: 0.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:inset-x-3{
    right: 0.75rem;
    left: 0.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:inset-y-4{
    top: 1rem;
    bottom: 1rem;
  }

  :root [dir=rtl] .sm\:rtl\:inset-x-4{
    right: 1rem;
    left: 1rem;
  }

  :root [dir=rtl] .sm\:rtl\:inset-y-5{
    top: 1.25rem;
    bottom: 1.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:inset-x-5{
    right: 1.25rem;
    left: 1.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:inset-y-6{
    top: 1.5rem;
    bottom: 1.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:inset-x-6{
    right: 1.5rem;
    left: 1.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:inset-y-8{
    top: 2rem;
    bottom: 2rem;
  }

  :root [dir=rtl] .sm\:rtl\:inset-x-8{
    right: 2rem;
    left: 2rem;
  }

  :root [dir=rtl] .sm\:rtl\:inset-y-10{
    top: 2.5rem;
    bottom: 2.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:inset-x-10{
    right: 2.5rem;
    left: 2.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:inset-y-12{
    top: 3rem;
    bottom: 3rem;
  }

  :root [dir=rtl] .sm\:rtl\:inset-x-12{
    right: 3rem;
    left: 3rem;
  }

  :root [dir=rtl] .sm\:rtl\:-inset-y-1{
    top: -0.25rem;
    bottom: -0.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:-inset-x-1{
    right: -0.25rem;
    left: -0.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:-inset-y-2{
    top: -0.5rem;
    bottom: -0.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-inset-x-2{
    right: -0.5rem;
    left: -0.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-inset-y-3{
    top: -0.75rem;
    bottom: -0.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:-inset-x-3{
    right: -0.75rem;
    left: -0.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:-inset-y-4{
    top: -1rem;
    bottom: -1rem;
  }

  :root [dir=rtl] .sm\:rtl\:-inset-x-4{
    right: -1rem;
    left: -1rem;
  }

  :root [dir=rtl] .sm\:rtl\:-inset-y-5{
    top: -1.25rem;
    bottom: -1.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:-inset-x-5{
    right: -1.25rem;
    left: -1.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:-inset-y-6{
    top: -1.5rem;
    bottom: -1.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-inset-x-6{
    right: -1.5rem;
    left: -1.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-inset-y-8{
    top: -2rem;
    bottom: -2rem;
  }

  :root [dir=rtl] .sm\:rtl\:-inset-x-8{
    right: -2rem;
    left: -2rem;
  }

  :root [dir=rtl] .sm\:rtl\:-inset-y-10{
    top: -2.5rem;
    bottom: -2.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-inset-x-10{
    right: -2.5rem;
    left: -2.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-inset-y-12{
    top: -3rem;
    bottom: -3rem;
  }

  :root [dir=rtl] .sm\:rtl\:-inset-x-12{
    right: -3rem;
    left: -3rem;
  }

  :root [dir=rtl] .sm\:rtl\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  :root [dir=rtl] .sm\:rtl\:inset-x-auto{
    right: auto;
    left: auto;
  }

  :root [dir=rtl] .sm\:rtl\:top-0{
    top: 0;
  }

  :root [dir=rtl] .sm\:rtl\:right-0{
    right: 0;
  }

  :root [dir=rtl] .sm\:rtl\:bottom-0{
    bottom: 0;
  }

  :root [dir=rtl] .sm\:rtl\:left-0{
    left: 0;
  }

  :root [dir=rtl] .sm\:rtl\:top-1{
    top: 0.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:right-1{
    right: 0.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:bottom-1{
    bottom: 0.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:left-1{
    left: 0.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:top-2{
    top: 0.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:right-2{
    right: 0.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:bottom-2{
    bottom: 0.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:left-2{
    left: 0.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:top-3{
    top: 0.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:right-3{
    right: 0.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:bottom-3{
    bottom: 0.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:left-3{
    left: 0.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:top-4{
    top: 1rem;
  }

  :root [dir=rtl] .sm\:rtl\:right-4{
    right: 1rem;
  }

  :root [dir=rtl] .sm\:rtl\:bottom-4{
    bottom: 1rem;
  }

  :root [dir=rtl] .sm\:rtl\:left-4{
    left: 1rem;
  }

  :root [dir=rtl] .sm\:rtl\:top-5{
    top: 1.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:right-5{
    right: 1.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:bottom-5{
    bottom: 1.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:left-5{
    left: 1.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:top-6{
    top: 1.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:right-6{
    right: 1.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:bottom-6{
    bottom: 1.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:left-6{
    left: 1.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:top-8{
    top: 2rem;
  }

  :root [dir=rtl] .sm\:rtl\:right-8{
    right: 2rem;
  }

  :root [dir=rtl] .sm\:rtl\:bottom-8{
    bottom: 2rem;
  }

  :root [dir=rtl] .sm\:rtl\:left-8{
    left: 2rem;
  }

  :root [dir=rtl] .sm\:rtl\:top-10{
    top: 2.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:right-10{
    right: 2.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:bottom-10{
    bottom: 2.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:left-10{
    left: 2.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:top-12{
    top: 3rem;
  }

  :root [dir=rtl] .sm\:rtl\:right-12{
    right: 3rem;
  }

  :root [dir=rtl] .sm\:rtl\:bottom-12{
    bottom: 3rem;
  }

  :root [dir=rtl] .sm\:rtl\:left-12{
    left: 3rem;
  }

  :root [dir=rtl] .sm\:rtl\:-top-1{
    top: -0.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:-right-1{
    right: -0.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:-bottom-1{
    bottom: -0.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:-left-1{
    left: -0.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:-top-2{
    top: -0.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-right-2{
    right: -0.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-bottom-2{
    bottom: -0.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-left-2{
    left: -0.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-top-3{
    top: -0.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:-right-3{
    right: -0.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:-bottom-3{
    bottom: -0.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:-left-3{
    left: -0.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:-top-4{
    top: -1rem;
  }

  :root [dir=rtl] .sm\:rtl\:-right-4{
    right: -1rem;
  }

  :root [dir=rtl] .sm\:rtl\:-bottom-4{
    bottom: -1rem;
  }

  :root [dir=rtl] .sm\:rtl\:-left-4{
    left: -1rem;
  }

  :root [dir=rtl] .sm\:rtl\:-top-5{
    top: -1.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:-right-5{
    right: -1.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:-bottom-5{
    bottom: -1.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:-left-5{
    left: -1.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:-top-6{
    top: -1.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-right-6{
    right: -1.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-bottom-6{
    bottom: -1.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-left-6{
    left: -1.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-top-8{
    top: -2rem;
  }

  :root [dir=rtl] .sm\:rtl\:-right-8{
    right: -2rem;
  }

  :root [dir=rtl] .sm\:rtl\:-bottom-8{
    bottom: -2rem;
  }

  :root [dir=rtl] .sm\:rtl\:-left-8{
    left: -2rem;
  }

  :root [dir=rtl] .sm\:rtl\:-top-10{
    top: -2.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-right-10{
    right: -2.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-bottom-10{
    bottom: -2.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-left-10{
    left: -2.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-top-12{
    top: -3rem;
  }

  :root [dir=rtl] .sm\:rtl\:-right-12{
    right: -3rem;
  }

  :root [dir=rtl] .sm\:rtl\:-bottom-12{
    bottom: -3rem;
  }

  :root [dir=rtl] .sm\:rtl\:-left-12{
    left: -3rem;
  }

  :root [dir=rtl] .sm\:rtl\:top-auto{
    top: auto;
  }

  :root [dir=rtl] .sm\:rtl\:right-auto{
    right: auto;
  }

  :root [dir=rtl] .sm\:rtl\:bottom-auto{
    bottom: auto;
  }

  :root [dir=rtl] .sm\:rtl\:left-auto{
    left: auto;
  }

  :root .sm\:resize-none{
    resize: none;
  }

  :root .sm\:resize-y{
    resize: vertical;
  }

  :root .sm\:resize-x{
    resize: horizontal;
  }

  :root .sm\:resize{
    resize: both;
  }

  :root .sm\:shadow-1{
    --tw-shadow: var(--elevation-z1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:shadow-2{
    --tw-shadow: var(--elevation-z2);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:shadow-3{
    --tw-shadow: var(--elevation-z3);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:shadow-4{
    --tw-shadow: var(--elevation-z4);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:shadow-5{
    --tw-shadow: var(--elevation-z5);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:shadow-6{
    --tw-shadow: var(--elevation-z6);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:shadow-7{
    --tw-shadow: var(--elevation-z7);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:shadow-8{
    --tw-shadow: var(--elevation-z8);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:shadow-9{
    --tw-shadow: var(--elevation-z9);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:shadow-10{
    --tw-shadow: var(--elevation-z10);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:shadow-11{
    --tw-shadow: var(--elevation-z11);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:shadow-12{
    --tw-shadow: var(--elevation-z12);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:shadow-13{
    --tw-shadow: var(--elevation-z13);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:shadow-14{
    --tw-shadow: var(--elevation-z14);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:shadow-15{
    --tw-shadow: var(--elevation-z15);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:shadow-16{
    --tw-shadow: var(--elevation-z16);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:shadow-17{
    --tw-shadow: var(--elevation-z17);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:shadow-18{
    --tw-shadow: var(--elevation-z18);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:shadow-19{
    --tw-shadow: var(--elevation-z19);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:shadow-20{
    --tw-shadow: var(--elevation-z20);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:shadow-small{
    --tw-shadow: 0px 2px 8px rgba(199, 199, 204, 0.3);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:shadow{
    --tw-shadow: var(--elevation-z6);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:shadow-lg{
    --tw-shadow: 0px 7px 8px -4px rgba(82, 63, 104, 0.06),0px 12px 17px 2px rgba(82, 63, 104, 0.042),0px 5px 22px 4px rgba(82, 63, 104, 0.036);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:shadow-xl{
    --tw-shadow: 0px 8px 10px -5px rgba(82, 63, 104, 0.06),0px 16px 24px 2px rgba(82, 63, 104, 0.042),0px 6px 30px 5px rgba(82, 63, 104, 0.036);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:shadow-outline{
    --tw-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:shadow-none{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:shadow-bs{
    --tw-shadow: 0 2px 16px 0 rgba(199, 199, 204, 0.24);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:shadow-b{
    --tw-shadow: 0 10px 30px 0 rgba(82,63,104,.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:hover\:shadow-1:hover{
    --tw-shadow: var(--elevation-z1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:hover\:shadow-2:hover{
    --tw-shadow: var(--elevation-z2);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:hover\:shadow-3:hover{
    --tw-shadow: var(--elevation-z3);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:hover\:shadow-4:hover{
    --tw-shadow: var(--elevation-z4);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:hover\:shadow-5:hover{
    --tw-shadow: var(--elevation-z5);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:hover\:shadow-6:hover{
    --tw-shadow: var(--elevation-z6);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:hover\:shadow-7:hover{
    --tw-shadow: var(--elevation-z7);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:hover\:shadow-8:hover{
    --tw-shadow: var(--elevation-z8);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:hover\:shadow-9:hover{
    --tw-shadow: var(--elevation-z9);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:hover\:shadow-10:hover{
    --tw-shadow: var(--elevation-z10);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:hover\:shadow-11:hover{
    --tw-shadow: var(--elevation-z11);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:hover\:shadow-12:hover{
    --tw-shadow: var(--elevation-z12);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:hover\:shadow-13:hover{
    --tw-shadow: var(--elevation-z13);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:hover\:shadow-14:hover{
    --tw-shadow: var(--elevation-z14);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:hover\:shadow-15:hover{
    --tw-shadow: var(--elevation-z15);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:hover\:shadow-16:hover{
    --tw-shadow: var(--elevation-z16);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:hover\:shadow-17:hover{
    --tw-shadow: var(--elevation-z17);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:hover\:shadow-18:hover{
    --tw-shadow: var(--elevation-z18);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:hover\:shadow-19:hover{
    --tw-shadow: var(--elevation-z19);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:hover\:shadow-20:hover{
    --tw-shadow: var(--elevation-z20);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:hover\:shadow-small:hover{
    --tw-shadow: 0px 2px 8px rgba(199, 199, 204, 0.3);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:hover\:shadow:hover{
    --tw-shadow: var(--elevation-z6);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:hover\:shadow-md:hover{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:hover\:shadow-lg:hover{
    --tw-shadow: 0px 7px 8px -4px rgba(82, 63, 104, 0.06),0px 12px 17px 2px rgba(82, 63, 104, 0.042),0px 5px 22px 4px rgba(82, 63, 104, 0.036);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:hover\:shadow-xl:hover{
    --tw-shadow: 0px 8px 10px -5px rgba(82, 63, 104, 0.06),0px 16px 24px 2px rgba(82, 63, 104, 0.042),0px 6px 30px 5px rgba(82, 63, 104, 0.036);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:hover\:shadow-2xl:hover{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:hover\:shadow-inner:hover{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:hover\:shadow-outline:hover{
    --tw-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:hover\:shadow-none:hover{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:hover\:shadow-bs:hover{
    --tw-shadow: 0 2px 16px 0 rgba(199, 199, 204, 0.24);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:hover\:shadow-b:hover{
    --tw-shadow: 0 10px 30px 0 rgba(82,63,104,.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:focus\:shadow-1:focus{
    --tw-shadow: var(--elevation-z1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:focus\:shadow-2:focus{
    --tw-shadow: var(--elevation-z2);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:focus\:shadow-3:focus{
    --tw-shadow: var(--elevation-z3);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:focus\:shadow-4:focus{
    --tw-shadow: var(--elevation-z4);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:focus\:shadow-5:focus{
    --tw-shadow: var(--elevation-z5);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:focus\:shadow-6:focus{
    --tw-shadow: var(--elevation-z6);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:focus\:shadow-7:focus{
    --tw-shadow: var(--elevation-z7);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:focus\:shadow-8:focus{
    --tw-shadow: var(--elevation-z8);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:focus\:shadow-9:focus{
    --tw-shadow: var(--elevation-z9);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:focus\:shadow-10:focus{
    --tw-shadow: var(--elevation-z10);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:focus\:shadow-11:focus{
    --tw-shadow: var(--elevation-z11);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:focus\:shadow-12:focus{
    --tw-shadow: var(--elevation-z12);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:focus\:shadow-13:focus{
    --tw-shadow: var(--elevation-z13);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:focus\:shadow-14:focus{
    --tw-shadow: var(--elevation-z14);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:focus\:shadow-15:focus{
    --tw-shadow: var(--elevation-z15);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:focus\:shadow-16:focus{
    --tw-shadow: var(--elevation-z16);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:focus\:shadow-17:focus{
    --tw-shadow: var(--elevation-z17);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:focus\:shadow-18:focus{
    --tw-shadow: var(--elevation-z18);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:focus\:shadow-19:focus{
    --tw-shadow: var(--elevation-z19);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:focus\:shadow-20:focus{
    --tw-shadow: var(--elevation-z20);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:focus\:shadow-small:focus{
    --tw-shadow: 0px 2px 8px rgba(199, 199, 204, 0.3);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:focus\:shadow:focus{
    --tw-shadow: var(--elevation-z6);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:focus\:shadow-md:focus{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:focus\:shadow-lg:focus{
    --tw-shadow: 0px 7px 8px -4px rgba(82, 63, 104, 0.06),0px 12px 17px 2px rgba(82, 63, 104, 0.042),0px 5px 22px 4px rgba(82, 63, 104, 0.036);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:focus\:shadow-xl:focus{
    --tw-shadow: 0px 8px 10px -5px rgba(82, 63, 104, 0.06),0px 16px 24px 2px rgba(82, 63, 104, 0.042),0px 6px 30px 5px rgba(82, 63, 104, 0.036);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:focus\:shadow-2xl:focus{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:focus\:shadow-inner:focus{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:focus\:shadow-outline:focus{
    --tw-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:focus\:shadow-none:focus{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:focus\:shadow-bs:focus{
    --tw-shadow: 0 2px 16px 0 rgba(199, 199, 204, 0.24);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:focus\:shadow-b:focus{
    --tw-shadow: 0 10px 30px 0 rgba(82,63,104,.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:ring-0{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .sm\:ring-1{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .sm\:ring-2{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .sm\:ring-4{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .sm\:ring-8{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .sm\:ring{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .sm\:ring-inset{
    --tw-ring-inset: inset;
  }

  :root .sm\:focus-within\:ring-0:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .sm\:focus-within\:ring-1:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .sm\:focus-within\:ring-2:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .sm\:focus-within\:ring-4:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .sm\:focus-within\:ring-8:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .sm\:focus-within\:ring:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .sm\:focus-within\:ring-inset:focus-within{
    --tw-ring-inset: inset;
  }

  :root .sm\:focus\:ring-0:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .sm\:focus\:ring-1:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .sm\:focus\:ring-2:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .sm\:focus\:ring-4:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .sm\:focus\:ring-8:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .sm\:focus\:ring:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .sm\:focus\:ring-inset:focus{
    --tw-ring-inset: inset;
  }

  :root .sm\:ring-offset-current{
    --tw-ring-offset-color: currentColor;
  }

  :root .sm\:ring-offset-transparent{
    --tw-ring-offset-color: transparent;
  }

  :root .sm\:ring-offset-black{
    --tw-ring-offset-color: rgb(var(--color-black));
  }

  :root .sm\:ring-offset-white{
    --tw-ring-offset-color: rgb(var(--color-white));
  }

  :root .sm\:ring-offset-contrast-black{
    --tw-ring-offset-color: black;
  }

  :root .sm\:ring-offset-contrast-white{
    --tw-ring-offset-color: white;
  }

  :root .sm\:ring-offset-primary-light{
    --tw-ring-offset-color: rgba(var(--color-primary), .1);
  }

  :root .sm\:ring-offset-primary{
    --tw-ring-offset-color: rgb(var(--color-primary));
  }

  :root .sm\:ring-offset-red-light{
    --tw-ring-offset-color: rgba(244, 67, 54, 0.1);
  }

  :root .sm\:ring-offset-red{
    --tw-ring-offset-color: rgb(244, 67, 54);
  }

  :root .sm\:ring-offset-green-2{
    --tw-ring-offset-color: rgb(var(--color-green-2));
  }

  :root .sm\:ring-offset-green-3{
    --tw-ring-offset-color: rgb(var(--color-green-3));
  }

  :root .sm\:ring-offset-green-4{
    --tw-ring-offset-color: rgb(var(--color-green-4));
  }

  :root .sm\:ring-offset-gren{
    --tw-ring-offset-color: rgb(var(--color-gren));
  }

  :root .sm\:ring-offset-gren-1{
    --tw-ring-offset-color: rgb(var(--color-gren-1));
  }

  :root .sm\:ring-offset-gren-2{
    --tw-ring-offset-color: rgb(var(--color-gren-2));
  }

  :root .sm\:ring-offset-gren-3{
    --tw-ring-offset-color: rgb(var(--color-gren-3));
  }

  :root .sm\:ring-offset-gren-4{
    --tw-ring-offset-color: rgb(var(--color-gren-4));
  }

  :root .sm\:ring-offset-selected{
    --tw-ring-offset-color: rgb(var(--color-selected));
  }

  :root .sm\:ring-offset-error{
    --tw-ring-offset-color: rgb(var(--color-error));
  }

  :root .sm\:ring-offset-attention{
    --tw-ring-offset-color: rgb(var(--color-attention));
  }

  :root .sm\:ring-offset-accept{
    --tw-ring-offset-color: rgb(var(--color-accept));
  }

  :root .sm\:ring-offset-system{
    --tw-ring-offset-color: rgb(var(--color-system));
  }

  :root .sm\:ring-offset-orange{
    --tw-ring-offset-color: rgb(var(--color-orange));
  }

  :root .sm\:ring-offset-links{
    --tw-ring-offset-color: rgb(var(--color-links));
  }

  :root .sm\:ring-offset-teal{
    --tw-ring-offset-color: rgb(var(--color-teal));
  }

  :root .sm\:ring-offset-purple{
    --tw-ring-offset-color: rgb(var(--color-purple));
  }

  :root .sm\:ring-offset-pink{
    --tw-ring-offset-color: rgb(var(--color-pink));
  }

  :root .sm\:ring-offset-margaret{
    --tw-ring-offset-color: rgb(var(--color-margaret));
  }

  :root .sm\:ring-offset-betty{
    --tw-ring-offset-color: rgb(var(--color-betty));
  }

  :root .sm\:ring-offset-natasha-light{
    --tw-ring-offset-color: rgba(var(--color-natasha), .05);
  }

  :root .sm\:ring-offset-natasha{
    --tw-ring-offset-color: rgb(var(--color-natasha));
  }

  :root .sm\:ring-offset-tiffany{
    --tw-ring-offset-color: rgb(var(--color-tiffany));
  }

  :root .sm\:ring-offset-barbara{
    --tw-ring-offset-color: rgb(var(--color-barbara));
  }

  :root .sm\:ring-offset-suzanne{
    --tw-ring-offset-color: rgb(var(--color-suzanne));
  }

  :root .sm\:ring-offset-lily{
    --tw-ring-offset-color: rgb(var(--color-lily));
  }

  :root .sm\:ring-offset-stephanie{
    --tw-ring-offset-color: rgb(var(--color-stephanie));
  }

  :root .sm\:ring-offset-lisa{
    --tw-ring-offset-color: rgba(var(--color-lisa), 0.6);
  }

  :root .sm\:ring-offset-california{
    --tw-ring-offset-color: rgb(var(--color-california));
  }

  :root .sm\:ring-offset-texas{
    --tw-ring-offset-color: rgb(var(--color-texas));
  }

  :root .sm\:ring-offset-florida{
    --tw-ring-offset-color: rgb(var(--color-florida));
  }

  :root .sm\:ring-offset-colorado{
    --tw-ring-offset-color: rgb(var(--color-colorado));
  }

  :root .sm\:ring-offset-seattle{
    --tw-ring-offset-color: rgb(var(--color-seattle));
  }

  :root .sm\:ring-offset-denver{
    --tw-ring-offset-color: rgb(var(--color-denver));
  }

  :root .sm\:ring-offset-arizona{
    --tw-ring-offset-color: rgb(var(--color-arizona));
  }

  :root .sm\:ring-offset-shpongle{
    --tw-ring-offset-color: rgb(var(--color-shpongle));
  }

  :root .sm\:ring-offset-band{
    --tw-ring-offset-color: rgb(var(--color-band));
  }

  :root .sm\:ring-offset-blur{
    --tw-ring-offset-color: rgba(var(--color-blur), 0.05);
  }

  :root .sm\:ring-offset-mila{
    --tw-ring-offset-color: rgba(var(--color-mila));
  }

  :root .sm\:focus-within\:ring-offset-current:focus-within{
    --tw-ring-offset-color: currentColor;
  }

  :root .sm\:focus-within\:ring-offset-transparent:focus-within{
    --tw-ring-offset-color: transparent;
  }

  :root .sm\:focus-within\:ring-offset-black:focus-within{
    --tw-ring-offset-color: rgb(var(--color-black));
  }

  :root .sm\:focus-within\:ring-offset-white:focus-within{
    --tw-ring-offset-color: rgb(var(--color-white));
  }

  :root .sm\:focus-within\:ring-offset-contrast-black:focus-within{
    --tw-ring-offset-color: black;
  }

  :root .sm\:focus-within\:ring-offset-contrast-white:focus-within{
    --tw-ring-offset-color: white;
  }

  :root .sm\:focus-within\:ring-offset-primary-light:focus-within{
    --tw-ring-offset-color: rgba(var(--color-primary), .1);
  }

  :root .sm\:focus-within\:ring-offset-primary:focus-within{
    --tw-ring-offset-color: rgb(var(--color-primary));
  }

  :root .sm\:focus-within\:ring-offset-red-light:focus-within{
    --tw-ring-offset-color: rgba(244, 67, 54, 0.1);
  }

  :root .sm\:focus-within\:ring-offset-red:focus-within{
    --tw-ring-offset-color: rgb(244, 67, 54);
  }

  :root .sm\:focus-within\:ring-offset-green-2:focus-within{
    --tw-ring-offset-color: rgb(var(--color-green-2));
  }

  :root .sm\:focus-within\:ring-offset-green-3:focus-within{
    --tw-ring-offset-color: rgb(var(--color-green-3));
  }

  :root .sm\:focus-within\:ring-offset-green-4:focus-within{
    --tw-ring-offset-color: rgb(var(--color-green-4));
  }

  :root .sm\:focus-within\:ring-offset-gren:focus-within{
    --tw-ring-offset-color: rgb(var(--color-gren));
  }

  :root .sm\:focus-within\:ring-offset-gren-1:focus-within{
    --tw-ring-offset-color: rgb(var(--color-gren-1));
  }

  :root .sm\:focus-within\:ring-offset-gren-2:focus-within{
    --tw-ring-offset-color: rgb(var(--color-gren-2));
  }

  :root .sm\:focus-within\:ring-offset-gren-3:focus-within{
    --tw-ring-offset-color: rgb(var(--color-gren-3));
  }

  :root .sm\:focus-within\:ring-offset-gren-4:focus-within{
    --tw-ring-offset-color: rgb(var(--color-gren-4));
  }

  :root .sm\:focus-within\:ring-offset-selected:focus-within{
    --tw-ring-offset-color: rgb(var(--color-selected));
  }

  :root .sm\:focus-within\:ring-offset-error:focus-within{
    --tw-ring-offset-color: rgb(var(--color-error));
  }

  :root .sm\:focus-within\:ring-offset-attention:focus-within{
    --tw-ring-offset-color: rgb(var(--color-attention));
  }

  :root .sm\:focus-within\:ring-offset-accept:focus-within{
    --tw-ring-offset-color: rgb(var(--color-accept));
  }

  :root .sm\:focus-within\:ring-offset-system:focus-within{
    --tw-ring-offset-color: rgb(var(--color-system));
  }

  :root .sm\:focus-within\:ring-offset-orange:focus-within{
    --tw-ring-offset-color: rgb(var(--color-orange));
  }

  :root .sm\:focus-within\:ring-offset-links:focus-within{
    --tw-ring-offset-color: rgb(var(--color-links));
  }

  :root .sm\:focus-within\:ring-offset-teal:focus-within{
    --tw-ring-offset-color: rgb(var(--color-teal));
  }

  :root .sm\:focus-within\:ring-offset-purple:focus-within{
    --tw-ring-offset-color: rgb(var(--color-purple));
  }

  :root .sm\:focus-within\:ring-offset-pink:focus-within{
    --tw-ring-offset-color: rgb(var(--color-pink));
  }

  :root .sm\:focus-within\:ring-offset-margaret:focus-within{
    --tw-ring-offset-color: rgb(var(--color-margaret));
  }

  :root .sm\:focus-within\:ring-offset-betty:focus-within{
    --tw-ring-offset-color: rgb(var(--color-betty));
  }

  :root .sm\:focus-within\:ring-offset-natasha-light:focus-within{
    --tw-ring-offset-color: rgba(var(--color-natasha), .05);
  }

  :root .sm\:focus-within\:ring-offset-natasha:focus-within{
    --tw-ring-offset-color: rgb(var(--color-natasha));
  }

  :root .sm\:focus-within\:ring-offset-tiffany:focus-within{
    --tw-ring-offset-color: rgb(var(--color-tiffany));
  }

  :root .sm\:focus-within\:ring-offset-barbara:focus-within{
    --tw-ring-offset-color: rgb(var(--color-barbara));
  }

  :root .sm\:focus-within\:ring-offset-suzanne:focus-within{
    --tw-ring-offset-color: rgb(var(--color-suzanne));
  }

  :root .sm\:focus-within\:ring-offset-lily:focus-within{
    --tw-ring-offset-color: rgb(var(--color-lily));
  }

  :root .sm\:focus-within\:ring-offset-stephanie:focus-within{
    --tw-ring-offset-color: rgb(var(--color-stephanie));
  }

  :root .sm\:focus-within\:ring-offset-lisa:focus-within{
    --tw-ring-offset-color: rgba(var(--color-lisa), 0.6);
  }

  :root .sm\:focus-within\:ring-offset-california:focus-within{
    --tw-ring-offset-color: rgb(var(--color-california));
  }

  :root .sm\:focus-within\:ring-offset-texas:focus-within{
    --tw-ring-offset-color: rgb(var(--color-texas));
  }

  :root .sm\:focus-within\:ring-offset-florida:focus-within{
    --tw-ring-offset-color: rgb(var(--color-florida));
  }

  :root .sm\:focus-within\:ring-offset-colorado:focus-within{
    --tw-ring-offset-color: rgb(var(--color-colorado));
  }

  :root .sm\:focus-within\:ring-offset-seattle:focus-within{
    --tw-ring-offset-color: rgb(var(--color-seattle));
  }

  :root .sm\:focus-within\:ring-offset-denver:focus-within{
    --tw-ring-offset-color: rgb(var(--color-denver));
  }

  :root .sm\:focus-within\:ring-offset-arizona:focus-within{
    --tw-ring-offset-color: rgb(var(--color-arizona));
  }

  :root .sm\:focus-within\:ring-offset-shpongle:focus-within{
    --tw-ring-offset-color: rgb(var(--color-shpongle));
  }

  :root .sm\:focus-within\:ring-offset-band:focus-within{
    --tw-ring-offset-color: rgb(var(--color-band));
  }

  :root .sm\:focus-within\:ring-offset-blur:focus-within{
    --tw-ring-offset-color: rgba(var(--color-blur), 0.05);
  }

  :root .sm\:focus-within\:ring-offset-mila:focus-within{
    --tw-ring-offset-color: rgba(var(--color-mila));
  }

  :root .sm\:focus\:ring-offset-current:focus{
    --tw-ring-offset-color: currentColor;
  }

  :root .sm\:focus\:ring-offset-transparent:focus{
    --tw-ring-offset-color: transparent;
  }

  :root .sm\:focus\:ring-offset-black:focus{
    --tw-ring-offset-color: rgb(var(--color-black));
  }

  :root .sm\:focus\:ring-offset-white:focus{
    --tw-ring-offset-color: rgb(var(--color-white));
  }

  :root .sm\:focus\:ring-offset-contrast-black:focus{
    --tw-ring-offset-color: black;
  }

  :root .sm\:focus\:ring-offset-contrast-white:focus{
    --tw-ring-offset-color: white;
  }

  :root .sm\:focus\:ring-offset-primary-light:focus{
    --tw-ring-offset-color: rgba(var(--color-primary), .1);
  }

  :root .sm\:focus\:ring-offset-primary:focus{
    --tw-ring-offset-color: rgb(var(--color-primary));
  }

  :root .sm\:focus\:ring-offset-red-light:focus{
    --tw-ring-offset-color: rgba(244, 67, 54, 0.1);
  }

  :root .sm\:focus\:ring-offset-red:focus{
    --tw-ring-offset-color: rgb(244, 67, 54);
  }

  :root .sm\:focus\:ring-offset-green-2:focus{
    --tw-ring-offset-color: rgb(var(--color-green-2));
  }

  :root .sm\:focus\:ring-offset-green-3:focus{
    --tw-ring-offset-color: rgb(var(--color-green-3));
  }

  :root .sm\:focus\:ring-offset-green-4:focus{
    --tw-ring-offset-color: rgb(var(--color-green-4));
  }

  :root .sm\:focus\:ring-offset-gren:focus{
    --tw-ring-offset-color: rgb(var(--color-gren));
  }

  :root .sm\:focus\:ring-offset-gren-1:focus{
    --tw-ring-offset-color: rgb(var(--color-gren-1));
  }

  :root .sm\:focus\:ring-offset-gren-2:focus{
    --tw-ring-offset-color: rgb(var(--color-gren-2));
  }

  :root .sm\:focus\:ring-offset-gren-3:focus{
    --tw-ring-offset-color: rgb(var(--color-gren-3));
  }

  :root .sm\:focus\:ring-offset-gren-4:focus{
    --tw-ring-offset-color: rgb(var(--color-gren-4));
  }

  :root .sm\:focus\:ring-offset-selected:focus{
    --tw-ring-offset-color: rgb(var(--color-selected));
  }

  :root .sm\:focus\:ring-offset-error:focus{
    --tw-ring-offset-color: rgb(var(--color-error));
  }

  :root .sm\:focus\:ring-offset-attention:focus{
    --tw-ring-offset-color: rgb(var(--color-attention));
  }

  :root .sm\:focus\:ring-offset-accept:focus{
    --tw-ring-offset-color: rgb(var(--color-accept));
  }

  :root .sm\:focus\:ring-offset-system:focus{
    --tw-ring-offset-color: rgb(var(--color-system));
  }

  :root .sm\:focus\:ring-offset-orange:focus{
    --tw-ring-offset-color: rgb(var(--color-orange));
  }

  :root .sm\:focus\:ring-offset-links:focus{
    --tw-ring-offset-color: rgb(var(--color-links));
  }

  :root .sm\:focus\:ring-offset-teal:focus{
    --tw-ring-offset-color: rgb(var(--color-teal));
  }

  :root .sm\:focus\:ring-offset-purple:focus{
    --tw-ring-offset-color: rgb(var(--color-purple));
  }

  :root .sm\:focus\:ring-offset-pink:focus{
    --tw-ring-offset-color: rgb(var(--color-pink));
  }

  :root .sm\:focus\:ring-offset-margaret:focus{
    --tw-ring-offset-color: rgb(var(--color-margaret));
  }

  :root .sm\:focus\:ring-offset-betty:focus{
    --tw-ring-offset-color: rgb(var(--color-betty));
  }

  :root .sm\:focus\:ring-offset-natasha-light:focus{
    --tw-ring-offset-color: rgba(var(--color-natasha), .05);
  }

  :root .sm\:focus\:ring-offset-natasha:focus{
    --tw-ring-offset-color: rgb(var(--color-natasha));
  }

  :root .sm\:focus\:ring-offset-tiffany:focus{
    --tw-ring-offset-color: rgb(var(--color-tiffany));
  }

  :root .sm\:focus\:ring-offset-barbara:focus{
    --tw-ring-offset-color: rgb(var(--color-barbara));
  }

  :root .sm\:focus\:ring-offset-suzanne:focus{
    --tw-ring-offset-color: rgb(var(--color-suzanne));
  }

  :root .sm\:focus\:ring-offset-lily:focus{
    --tw-ring-offset-color: rgb(var(--color-lily));
  }

  :root .sm\:focus\:ring-offset-stephanie:focus{
    --tw-ring-offset-color: rgb(var(--color-stephanie));
  }

  :root .sm\:focus\:ring-offset-lisa:focus{
    --tw-ring-offset-color: rgba(var(--color-lisa), 0.6);
  }

  :root .sm\:focus\:ring-offset-california:focus{
    --tw-ring-offset-color: rgb(var(--color-california));
  }

  :root .sm\:focus\:ring-offset-texas:focus{
    --tw-ring-offset-color: rgb(var(--color-texas));
  }

  :root .sm\:focus\:ring-offset-florida:focus{
    --tw-ring-offset-color: rgb(var(--color-florida));
  }

  :root .sm\:focus\:ring-offset-colorado:focus{
    --tw-ring-offset-color: rgb(var(--color-colorado));
  }

  :root .sm\:focus\:ring-offset-seattle:focus{
    --tw-ring-offset-color: rgb(var(--color-seattle));
  }

  :root .sm\:focus\:ring-offset-denver:focus{
    --tw-ring-offset-color: rgb(var(--color-denver));
  }

  :root .sm\:focus\:ring-offset-arizona:focus{
    --tw-ring-offset-color: rgb(var(--color-arizona));
  }

  :root .sm\:focus\:ring-offset-shpongle:focus{
    --tw-ring-offset-color: rgb(var(--color-shpongle));
  }

  :root .sm\:focus\:ring-offset-band:focus{
    --tw-ring-offset-color: rgb(var(--color-band));
  }

  :root .sm\:focus\:ring-offset-blur:focus{
    --tw-ring-offset-color: rgba(var(--color-blur), 0.05);
  }

  :root .sm\:focus\:ring-offset-mila:focus{
    --tw-ring-offset-color: rgba(var(--color-mila));
  }

  :root .sm\:ring-offset-0{
    --tw-ring-offset-width: 0px;
  }

  :root .sm\:ring-offset-1{
    --tw-ring-offset-width: 1px;
  }

  :root .sm\:ring-offset-2{
    --tw-ring-offset-width: 2px;
  }

  :root .sm\:ring-offset-4{
    --tw-ring-offset-width: 4px;
  }

  :root .sm\:ring-offset-8{
    --tw-ring-offset-width: 8px;
  }

  :root .sm\:focus-within\:ring-offset-0:focus-within{
    --tw-ring-offset-width: 0px;
  }

  :root .sm\:focus-within\:ring-offset-1:focus-within{
    --tw-ring-offset-width: 1px;
  }

  :root .sm\:focus-within\:ring-offset-2:focus-within{
    --tw-ring-offset-width: 2px;
  }

  :root .sm\:focus-within\:ring-offset-4:focus-within{
    --tw-ring-offset-width: 4px;
  }

  :root .sm\:focus-within\:ring-offset-8:focus-within{
    --tw-ring-offset-width: 8px;
  }

  :root .sm\:focus\:ring-offset-0:focus{
    --tw-ring-offset-width: 0px;
  }

  :root .sm\:focus\:ring-offset-1:focus{
    --tw-ring-offset-width: 1px;
  }

  :root .sm\:focus\:ring-offset-2:focus{
    --tw-ring-offset-width: 2px;
  }

  :root .sm\:focus\:ring-offset-4:focus{
    --tw-ring-offset-width: 4px;
  }

  :root .sm\:focus\:ring-offset-8:focus{
    --tw-ring-offset-width: 8px;
  }

  :root .sm\:ring-current{
    --tw-ring-color: currentColor;
  }

  :root .sm\:ring-transparent{
    --tw-ring-color: transparent;
  }

  :root .sm\:ring-black{
    --tw-ring-color: rgb(var(--color-black));
  }

  :root .sm\:ring-white{
    --tw-ring-color: rgb(var(--color-white));
  }

  :root .sm\:ring-contrast-black{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  :root .sm\:ring-contrast-white{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  :root .sm\:ring-primary-light{
    --tw-ring-color: rgba(var(--color-primary), .1);
  }

  :root .sm\:ring-primary{
    --tw-ring-color: rgb(var(--color-primary));
  }

  :root .sm\:ring-red-light{
    --tw-ring-color: rgba(244, 67, 54, 0.1);
  }

  :root .sm\:ring-red{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 67, 54, var(--tw-ring-opacity));
  }

  :root .sm\:ring-green-2{
    --tw-ring-color: rgb(var(--color-green-2));
  }

  :root .sm\:ring-green-3{
    --tw-ring-color: rgb(var(--color-green-3));
  }

  :root .sm\:ring-green-4{
    --tw-ring-color: rgb(var(--color-green-4));
  }

  :root .sm\:ring-gren{
    --tw-ring-color: rgb(var(--color-gren));
  }

  :root .sm\:ring-gren-1{
    --tw-ring-color: rgb(var(--color-gren-1));
  }

  :root .sm\:ring-gren-2{
    --tw-ring-color: rgb(var(--color-gren-2));
  }

  :root .sm\:ring-gren-3{
    --tw-ring-color: rgb(var(--color-gren-3));
  }

  :root .sm\:ring-gren-4{
    --tw-ring-color: rgb(var(--color-gren-4));
  }

  :root .sm\:ring-selected{
    --tw-ring-color: rgb(var(--color-selected));
  }

  :root .sm\:ring-error{
    --tw-ring-color: rgb(var(--color-error));
  }

  :root .sm\:ring-attention{
    --tw-ring-color: rgb(var(--color-attention));
  }

  :root .sm\:ring-accept{
    --tw-ring-color: rgb(var(--color-accept));
  }

  :root .sm\:ring-system{
    --tw-ring-color: rgb(var(--color-system));
  }

  :root .sm\:ring-orange{
    --tw-ring-color: rgb(var(--color-orange));
  }

  :root .sm\:ring-links{
    --tw-ring-color: rgb(var(--color-links));
  }

  :root .sm\:ring-teal{
    --tw-ring-color: rgb(var(--color-teal));
  }

  :root .sm\:ring-purple{
    --tw-ring-color: rgb(var(--color-purple));
  }

  :root .sm\:ring-pink{
    --tw-ring-color: rgb(var(--color-pink));
  }

  :root .sm\:ring-margaret{
    --tw-ring-color: rgb(var(--color-margaret));
  }

  :root .sm\:ring-betty{
    --tw-ring-color: rgb(var(--color-betty));
  }

  :root .sm\:ring-natasha-light{
    --tw-ring-color: rgba(var(--color-natasha), .05);
  }

  :root .sm\:ring-natasha{
    --tw-ring-color: rgb(var(--color-natasha));
  }

  :root .sm\:ring-tiffany{
    --tw-ring-color: rgb(var(--color-tiffany));
  }

  :root .sm\:ring-barbara{
    --tw-ring-color: rgb(var(--color-barbara));
  }

  :root .sm\:ring-suzanne{
    --tw-ring-color: rgb(var(--color-suzanne));
  }

  :root .sm\:ring-lily{
    --tw-ring-color: rgb(var(--color-lily));
  }

  :root .sm\:ring-stephanie{
    --tw-ring-color: rgb(var(--color-stephanie));
  }

  :root .sm\:ring-lisa{
    --tw-ring-color: rgba(var(--color-lisa), 0.6);
  }

  :root .sm\:ring-california{
    --tw-ring-color: rgb(var(--color-california));
  }

  :root .sm\:ring-texas{
    --tw-ring-color: rgb(var(--color-texas));
  }

  :root .sm\:ring-florida{
    --tw-ring-color: rgb(var(--color-florida));
  }

  :root .sm\:ring-colorado{
    --tw-ring-color: rgb(var(--color-colorado));
  }

  :root .sm\:ring-seattle{
    --tw-ring-color: rgb(var(--color-seattle));
  }

  :root .sm\:ring-denver{
    --tw-ring-color: rgb(var(--color-denver));
  }

  :root .sm\:ring-arizona{
    --tw-ring-color: rgb(var(--color-arizona));
  }

  :root .sm\:ring-shpongle{
    --tw-ring-color: rgb(var(--color-shpongle));
  }

  :root .sm\:ring-band{
    --tw-ring-color: rgb(var(--color-band));
  }

  :root .sm\:ring-blur{
    --tw-ring-color: rgba(var(--color-blur), 0.05);
  }

  :root .sm\:ring-mila{
    --tw-ring-color: rgba(var(--color-mila));
  }

  :root .sm\:focus-within\:ring-current:focus-within{
    --tw-ring-color: currentColor;
  }

  :root .sm\:focus-within\:ring-transparent:focus-within{
    --tw-ring-color: transparent;
  }

  :root .sm\:focus-within\:ring-black:focus-within{
    --tw-ring-color: rgb(var(--color-black));
  }

  :root .sm\:focus-within\:ring-white:focus-within{
    --tw-ring-color: rgb(var(--color-white));
  }

  :root .sm\:focus-within\:ring-contrast-black:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  :root .sm\:focus-within\:ring-contrast-white:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  :root .sm\:focus-within\:ring-primary-light:focus-within{
    --tw-ring-color: rgba(var(--color-primary), .1);
  }

  :root .sm\:focus-within\:ring-primary:focus-within{
    --tw-ring-color: rgb(var(--color-primary));
  }

  :root .sm\:focus-within\:ring-red-light:focus-within{
    --tw-ring-color: rgba(244, 67, 54, 0.1);
  }

  :root .sm\:focus-within\:ring-red:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 67, 54, var(--tw-ring-opacity));
  }

  :root .sm\:focus-within\:ring-green-2:focus-within{
    --tw-ring-color: rgb(var(--color-green-2));
  }

  :root .sm\:focus-within\:ring-green-3:focus-within{
    --tw-ring-color: rgb(var(--color-green-3));
  }

  :root .sm\:focus-within\:ring-green-4:focus-within{
    --tw-ring-color: rgb(var(--color-green-4));
  }

  :root .sm\:focus-within\:ring-gren:focus-within{
    --tw-ring-color: rgb(var(--color-gren));
  }

  :root .sm\:focus-within\:ring-gren-1:focus-within{
    --tw-ring-color: rgb(var(--color-gren-1));
  }

  :root .sm\:focus-within\:ring-gren-2:focus-within{
    --tw-ring-color: rgb(var(--color-gren-2));
  }

  :root .sm\:focus-within\:ring-gren-3:focus-within{
    --tw-ring-color: rgb(var(--color-gren-3));
  }

  :root .sm\:focus-within\:ring-gren-4:focus-within{
    --tw-ring-color: rgb(var(--color-gren-4));
  }

  :root .sm\:focus-within\:ring-selected:focus-within{
    --tw-ring-color: rgb(var(--color-selected));
  }

  :root .sm\:focus-within\:ring-error:focus-within{
    --tw-ring-color: rgb(var(--color-error));
  }

  :root .sm\:focus-within\:ring-attention:focus-within{
    --tw-ring-color: rgb(var(--color-attention));
  }

  :root .sm\:focus-within\:ring-accept:focus-within{
    --tw-ring-color: rgb(var(--color-accept));
  }

  :root .sm\:focus-within\:ring-system:focus-within{
    --tw-ring-color: rgb(var(--color-system));
  }

  :root .sm\:focus-within\:ring-orange:focus-within{
    --tw-ring-color: rgb(var(--color-orange));
  }

  :root .sm\:focus-within\:ring-links:focus-within{
    --tw-ring-color: rgb(var(--color-links));
  }

  :root .sm\:focus-within\:ring-teal:focus-within{
    --tw-ring-color: rgb(var(--color-teal));
  }

  :root .sm\:focus-within\:ring-purple:focus-within{
    --tw-ring-color: rgb(var(--color-purple));
  }

  :root .sm\:focus-within\:ring-pink:focus-within{
    --tw-ring-color: rgb(var(--color-pink));
  }

  :root .sm\:focus-within\:ring-margaret:focus-within{
    --tw-ring-color: rgb(var(--color-margaret));
  }

  :root .sm\:focus-within\:ring-betty:focus-within{
    --tw-ring-color: rgb(var(--color-betty));
  }

  :root .sm\:focus-within\:ring-natasha-light:focus-within{
    --tw-ring-color: rgba(var(--color-natasha), .05);
  }

  :root .sm\:focus-within\:ring-natasha:focus-within{
    --tw-ring-color: rgb(var(--color-natasha));
  }

  :root .sm\:focus-within\:ring-tiffany:focus-within{
    --tw-ring-color: rgb(var(--color-tiffany));
  }

  :root .sm\:focus-within\:ring-barbara:focus-within{
    --tw-ring-color: rgb(var(--color-barbara));
  }

  :root .sm\:focus-within\:ring-suzanne:focus-within{
    --tw-ring-color: rgb(var(--color-suzanne));
  }

  :root .sm\:focus-within\:ring-lily:focus-within{
    --tw-ring-color: rgb(var(--color-lily));
  }

  :root .sm\:focus-within\:ring-stephanie:focus-within{
    --tw-ring-color: rgb(var(--color-stephanie));
  }

  :root .sm\:focus-within\:ring-lisa:focus-within{
    --tw-ring-color: rgba(var(--color-lisa), 0.6);
  }

  :root .sm\:focus-within\:ring-california:focus-within{
    --tw-ring-color: rgb(var(--color-california));
  }

  :root .sm\:focus-within\:ring-texas:focus-within{
    --tw-ring-color: rgb(var(--color-texas));
  }

  :root .sm\:focus-within\:ring-florida:focus-within{
    --tw-ring-color: rgb(var(--color-florida));
  }

  :root .sm\:focus-within\:ring-colorado:focus-within{
    --tw-ring-color: rgb(var(--color-colorado));
  }

  :root .sm\:focus-within\:ring-seattle:focus-within{
    --tw-ring-color: rgb(var(--color-seattle));
  }

  :root .sm\:focus-within\:ring-denver:focus-within{
    --tw-ring-color: rgb(var(--color-denver));
  }

  :root .sm\:focus-within\:ring-arizona:focus-within{
    --tw-ring-color: rgb(var(--color-arizona));
  }

  :root .sm\:focus-within\:ring-shpongle:focus-within{
    --tw-ring-color: rgb(var(--color-shpongle));
  }

  :root .sm\:focus-within\:ring-band:focus-within{
    --tw-ring-color: rgb(var(--color-band));
  }

  :root .sm\:focus-within\:ring-blur:focus-within{
    --tw-ring-color: rgba(var(--color-blur), 0.05);
  }

  :root .sm\:focus-within\:ring-mila:focus-within{
    --tw-ring-color: rgba(var(--color-mila));
  }

  :root .sm\:focus\:ring-current:focus{
    --tw-ring-color: currentColor;
  }

  :root .sm\:focus\:ring-transparent:focus{
    --tw-ring-color: transparent;
  }

  :root .sm\:focus\:ring-black:focus{
    --tw-ring-color: rgb(var(--color-black));
  }

  :root .sm\:focus\:ring-white:focus{
    --tw-ring-color: rgb(var(--color-white));
  }

  :root .sm\:focus\:ring-contrast-black:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  :root .sm\:focus\:ring-contrast-white:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  :root .sm\:focus\:ring-primary-light:focus{
    --tw-ring-color: rgba(var(--color-primary), .1);
  }

  :root .sm\:focus\:ring-primary:focus{
    --tw-ring-color: rgb(var(--color-primary));
  }

  :root .sm\:focus\:ring-red-light:focus{
    --tw-ring-color: rgba(244, 67, 54, 0.1);
  }

  :root .sm\:focus\:ring-red:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 67, 54, var(--tw-ring-opacity));
  }

  :root .sm\:focus\:ring-green-2:focus{
    --tw-ring-color: rgb(var(--color-green-2));
  }

  :root .sm\:focus\:ring-green-3:focus{
    --tw-ring-color: rgb(var(--color-green-3));
  }

  :root .sm\:focus\:ring-green-4:focus{
    --tw-ring-color: rgb(var(--color-green-4));
  }

  :root .sm\:focus\:ring-gren:focus{
    --tw-ring-color: rgb(var(--color-gren));
  }

  :root .sm\:focus\:ring-gren-1:focus{
    --tw-ring-color: rgb(var(--color-gren-1));
  }

  :root .sm\:focus\:ring-gren-2:focus{
    --tw-ring-color: rgb(var(--color-gren-2));
  }

  :root .sm\:focus\:ring-gren-3:focus{
    --tw-ring-color: rgb(var(--color-gren-3));
  }

  :root .sm\:focus\:ring-gren-4:focus{
    --tw-ring-color: rgb(var(--color-gren-4));
  }

  :root .sm\:focus\:ring-selected:focus{
    --tw-ring-color: rgb(var(--color-selected));
  }

  :root .sm\:focus\:ring-error:focus{
    --tw-ring-color: rgb(var(--color-error));
  }

  :root .sm\:focus\:ring-attention:focus{
    --tw-ring-color: rgb(var(--color-attention));
  }

  :root .sm\:focus\:ring-accept:focus{
    --tw-ring-color: rgb(var(--color-accept));
  }

  :root .sm\:focus\:ring-system:focus{
    --tw-ring-color: rgb(var(--color-system));
  }

  :root .sm\:focus\:ring-orange:focus{
    --tw-ring-color: rgb(var(--color-orange));
  }

  :root .sm\:focus\:ring-links:focus{
    --tw-ring-color: rgb(var(--color-links));
  }

  :root .sm\:focus\:ring-teal:focus{
    --tw-ring-color: rgb(var(--color-teal));
  }

  :root .sm\:focus\:ring-purple:focus{
    --tw-ring-color: rgb(var(--color-purple));
  }

  :root .sm\:focus\:ring-pink:focus{
    --tw-ring-color: rgb(var(--color-pink));
  }

  :root .sm\:focus\:ring-margaret:focus{
    --tw-ring-color: rgb(var(--color-margaret));
  }

  :root .sm\:focus\:ring-betty:focus{
    --tw-ring-color: rgb(var(--color-betty));
  }

  :root .sm\:focus\:ring-natasha-light:focus{
    --tw-ring-color: rgba(var(--color-natasha), .05);
  }

  :root .sm\:focus\:ring-natasha:focus{
    --tw-ring-color: rgb(var(--color-natasha));
  }

  :root .sm\:focus\:ring-tiffany:focus{
    --tw-ring-color: rgb(var(--color-tiffany));
  }

  :root .sm\:focus\:ring-barbara:focus{
    --tw-ring-color: rgb(var(--color-barbara));
  }

  :root .sm\:focus\:ring-suzanne:focus{
    --tw-ring-color: rgb(var(--color-suzanne));
  }

  :root .sm\:focus\:ring-lily:focus{
    --tw-ring-color: rgb(var(--color-lily));
  }

  :root .sm\:focus\:ring-stephanie:focus{
    --tw-ring-color: rgb(var(--color-stephanie));
  }

  :root .sm\:focus\:ring-lisa:focus{
    --tw-ring-color: rgba(var(--color-lisa), 0.6);
  }

  :root .sm\:focus\:ring-california:focus{
    --tw-ring-color: rgb(var(--color-california));
  }

  :root .sm\:focus\:ring-texas:focus{
    --tw-ring-color: rgb(var(--color-texas));
  }

  :root .sm\:focus\:ring-florida:focus{
    --tw-ring-color: rgb(var(--color-florida));
  }

  :root .sm\:focus\:ring-colorado:focus{
    --tw-ring-color: rgb(var(--color-colorado));
  }

  :root .sm\:focus\:ring-seattle:focus{
    --tw-ring-color: rgb(var(--color-seattle));
  }

  :root .sm\:focus\:ring-denver:focus{
    --tw-ring-color: rgb(var(--color-denver));
  }

  :root .sm\:focus\:ring-arizona:focus{
    --tw-ring-color: rgb(var(--color-arizona));
  }

  :root .sm\:focus\:ring-shpongle:focus{
    --tw-ring-color: rgb(var(--color-shpongle));
  }

  :root .sm\:focus\:ring-band:focus{
    --tw-ring-color: rgb(var(--color-band));
  }

  :root .sm\:focus\:ring-blur:focus{
    --tw-ring-color: rgba(var(--color-blur), 0.05);
  }

  :root .sm\:focus\:ring-mila:focus{
    --tw-ring-color: rgba(var(--color-mila));
  }

  :root .sm\:ring-opacity-0{
    --tw-ring-opacity: 0;
  }

  :root .sm\:ring-opacity-25{
    --tw-ring-opacity: 0.25;
  }

  :root .sm\:ring-opacity-50{
    --tw-ring-opacity: 0.5;
  }

  :root .sm\:ring-opacity-75{
    --tw-ring-opacity: 0.75;
  }

  :root .sm\:ring-opacity-100{
    --tw-ring-opacity: 1;
  }

  :root .sm\:focus-within\:ring-opacity-0:focus-within{
    --tw-ring-opacity: 0;
  }

  :root .sm\:focus-within\:ring-opacity-25:focus-within{
    --tw-ring-opacity: 0.25;
  }

  :root .sm\:focus-within\:ring-opacity-50:focus-within{
    --tw-ring-opacity: 0.5;
  }

  :root .sm\:focus-within\:ring-opacity-75:focus-within{
    --tw-ring-opacity: 0.75;
  }

  :root .sm\:focus-within\:ring-opacity-100:focus-within{
    --tw-ring-opacity: 1;
  }

  :root .sm\:focus\:ring-opacity-0:focus{
    --tw-ring-opacity: 0;
  }

  :root .sm\:focus\:ring-opacity-25:focus{
    --tw-ring-opacity: 0.25;
  }

  :root .sm\:focus\:ring-opacity-50:focus{
    --tw-ring-opacity: 0.5;
  }

  :root .sm\:focus\:ring-opacity-75:focus{
    --tw-ring-opacity: 0.75;
  }

  :root .sm\:focus\:ring-opacity-100:focus{
    --tw-ring-opacity: 1;
  }

  :root .sm\:fill-current{
    fill: currentColor;
  }

  :root .sm\:stroke-current{
    stroke: currentColor;
  }

  :root .sm\:stroke-0{
    stroke-width: 0;
  }

  :root .sm\:stroke-1{
    stroke-width: 1;
  }

  :root .sm\:stroke-2{
    stroke-width: 2;
  }

  :root .sm\:table-auto{
    table-layout: auto;
  }

  :root .sm\:table-fixed{
    table-layout: fixed;
  }

  :root .sm\:text-left{
    text-align: left;
  }

  :root .sm\:text-center{
    text-align: center;
  }

  :root .sm\:text-right{
    text-align: right;
  }

  :root .sm\:text-justify{
    text-align: justify;
  }

  :root .sm\:text-secondary{
    color: var(--text-secondary);
  }

  :root .sm\:text-hint{
    color: var(--text-hint);
  }

  :root .sm\:text-current{
    color: currentColor;
  }

  :root .sm\:text-transparent{
    color: transparent;
  }

  :root .sm\:text-black{
    color: rgb(var(--color-black));
  }

  :root .sm\:text-white{
    color: rgb(var(--color-white));
  }

  :root .sm\:text-contrast-black{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .sm\:text-contrast-white{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .sm\:text-primary-light{
    color: rgba(var(--color-primary), .1);
  }

  :root .sm\:text-primary{
    color: rgb(var(--color-primary));
  }

  :root .sm\:text-red-light{
    color: rgba(244, 67, 54, 0.1);
  }

  :root .sm\:text-red{
    --tw-text-opacity: 1;
    color: rgba(244, 67, 54, var(--tw-text-opacity));
  }

  :root .sm\:text-green-2{
    color: rgb(var(--color-green-2));
  }

  :root .sm\:text-green-3{
    color: rgb(var(--color-green-3));
  }

  :root .sm\:text-green-4{
    color: rgb(var(--color-green-4));
  }

  :root .sm\:text-gren{
    color: rgb(var(--color-gren));
  }

  :root .sm\:text-gren-1{
    color: rgb(var(--color-gren-1));
  }

  :root .sm\:text-gren-2{
    color: rgb(var(--color-gren-2));
  }

  :root .sm\:text-gren-3{
    color: rgb(var(--color-gren-3));
  }

  :root .sm\:text-gren-4{
    color: rgb(var(--color-gren-4));
  }

  :root .sm\:text-selected{
    color: rgb(var(--color-selected));
  }

  :root .sm\:text-error{
    color: rgb(var(--color-error));
  }

  :root .sm\:text-attention{
    color: rgb(var(--color-attention));
  }

  :root .sm\:text-accept{
    color: rgb(var(--color-accept));
  }

  :root .sm\:text-system{
    color: rgb(var(--color-system));
  }

  :root .sm\:text-orange{
    color: rgb(var(--color-orange));
  }

  :root .sm\:text-links{
    color: rgb(var(--color-links));
  }

  :root .sm\:text-teal{
    color: rgb(var(--color-teal));
  }

  :root .sm\:text-purple{
    color: rgb(var(--color-purple));
  }

  :root .sm\:text-pink{
    color: rgb(var(--color-pink));
  }

  :root .sm\:text-margaret{
    color: rgb(var(--color-margaret));
  }

  :root .sm\:text-betty{
    color: rgb(var(--color-betty));
  }

  :root .sm\:text-natasha-light{
    color: rgba(var(--color-natasha), .05);
  }

  :root .sm\:text-natasha{
    color: rgb(var(--color-natasha));
  }

  :root .sm\:text-tiffany{
    color: rgb(var(--color-tiffany));
  }

  :root .sm\:text-barbara{
    color: rgb(var(--color-barbara));
  }

  :root .sm\:text-suzanne{
    color: rgb(var(--color-suzanne));
  }

  :root .sm\:text-lily{
    color: rgb(var(--color-lily));
  }

  :root .sm\:text-stephanie{
    color: rgb(var(--color-stephanie));
  }

  :root .sm\:text-lisa{
    color: rgba(var(--color-lisa), 0.6);
  }

  :root .sm\:text-california{
    color: rgb(var(--color-california));
  }

  :root .sm\:text-texas{
    color: rgb(var(--color-texas));
  }

  :root .sm\:text-florida{
    color: rgb(var(--color-florida));
  }

  :root .sm\:text-colorado{
    color: rgb(var(--color-colorado));
  }

  :root .sm\:text-seattle{
    color: rgb(var(--color-seattle));
  }

  :root .sm\:text-denver{
    color: rgb(var(--color-denver));
  }

  :root .sm\:text-arizona{
    color: rgb(var(--color-arizona));
  }

  :root .sm\:text-shpongle{
    color: rgb(var(--color-shpongle));
  }

  :root .sm\:text-band{
    color: rgb(var(--color-band));
  }

  :root .sm\:text-blur{
    color: rgba(var(--color-blur), 0.05);
  }

  :root .sm\:text-mila{
    color: rgba(var(--color-mila));
  }

  :root .sm\:text-primary-contrast{
    color: rgb(var(--color-primary-contrast));
  }

  :root .sm\:text-accent-contrast{
    color: rgb(var(--color-accent-contrast));
  }

  :root .sm\:text-warn-contrast{
    color: rgb(var(--color-warn-contrast));
  }

  :root .sm\:text-red-contrast{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .sm\:text-green-contrast{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .sm\:text-amber-contrast{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .sm\:text-orange-contrast{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .sm\:text-deep-orange-contrast{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .sm\:text-purple-contrast{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .sm\:text-deep-purple-contrast{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .sm\:text-cyan-contrast{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .sm\:text-teal-contrast{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .sm\:text-gray-contrast{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .sm\:text-light-green-contrast{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .sm\:hover\:text-secondary:hover{
    color: var(--text-secondary);
  }

  :root .sm\:hover\:text-hint:hover{
    color: var(--text-hint);
  }

  :root .sm\:hover\:text-current:hover{
    color: currentColor;
  }

  :root .sm\:hover\:text-transparent:hover{
    color: transparent;
  }

  :root .sm\:hover\:text-black:hover{
    color: rgb(var(--color-black));
  }

  :root .sm\:hover\:text-white:hover{
    color: rgb(var(--color-white));
  }

  :root .sm\:hover\:text-contrast-black:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .sm\:hover\:text-contrast-white:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .sm\:hover\:text-primary-light:hover{
    color: rgba(var(--color-primary), .1);
  }

  :root .sm\:hover\:text-primary:hover{
    color: rgb(var(--color-primary));
  }

  :root .sm\:hover\:text-red-light:hover{
    color: rgba(244, 67, 54, 0.1);
  }

  :root .sm\:hover\:text-red:hover{
    --tw-text-opacity: 1;
    color: rgba(244, 67, 54, var(--tw-text-opacity));
  }

  :root .sm\:hover\:text-green-2:hover{
    color: rgb(var(--color-green-2));
  }

  :root .sm\:hover\:text-green-3:hover{
    color: rgb(var(--color-green-3));
  }

  :root .sm\:hover\:text-green-4:hover{
    color: rgb(var(--color-green-4));
  }

  :root .sm\:hover\:text-gren:hover{
    color: rgb(var(--color-gren));
  }

  :root .sm\:hover\:text-gren-1:hover{
    color: rgb(var(--color-gren-1));
  }

  :root .sm\:hover\:text-gren-2:hover{
    color: rgb(var(--color-gren-2));
  }

  :root .sm\:hover\:text-gren-3:hover{
    color: rgb(var(--color-gren-3));
  }

  :root .sm\:hover\:text-gren-4:hover{
    color: rgb(var(--color-gren-4));
  }

  :root .sm\:hover\:text-selected:hover{
    color: rgb(var(--color-selected));
  }

  :root .sm\:hover\:text-error:hover{
    color: rgb(var(--color-error));
  }

  :root .sm\:hover\:text-attention:hover{
    color: rgb(var(--color-attention));
  }

  :root .sm\:hover\:text-accept:hover{
    color: rgb(var(--color-accept));
  }

  :root .sm\:hover\:text-system:hover{
    color: rgb(var(--color-system));
  }

  :root .sm\:hover\:text-orange:hover{
    color: rgb(var(--color-orange));
  }

  :root .sm\:hover\:text-links:hover{
    color: rgb(var(--color-links));
  }

  :root .sm\:hover\:text-teal:hover{
    color: rgb(var(--color-teal));
  }

  :root .sm\:hover\:text-purple:hover{
    color: rgb(var(--color-purple));
  }

  :root .sm\:hover\:text-pink:hover{
    color: rgb(var(--color-pink));
  }

  :root .sm\:hover\:text-margaret:hover{
    color: rgb(var(--color-margaret));
  }

  :root .sm\:hover\:text-betty:hover{
    color: rgb(var(--color-betty));
  }

  :root .sm\:hover\:text-natasha-light:hover{
    color: rgba(var(--color-natasha), .05);
  }

  :root .sm\:hover\:text-natasha:hover{
    color: rgb(var(--color-natasha));
  }

  :root .sm\:hover\:text-tiffany:hover{
    color: rgb(var(--color-tiffany));
  }

  :root .sm\:hover\:text-barbara:hover{
    color: rgb(var(--color-barbara));
  }

  :root .sm\:hover\:text-suzanne:hover{
    color: rgb(var(--color-suzanne));
  }

  :root .sm\:hover\:text-lily:hover{
    color: rgb(var(--color-lily));
  }

  :root .sm\:hover\:text-stephanie:hover{
    color: rgb(var(--color-stephanie));
  }

  :root .sm\:hover\:text-lisa:hover{
    color: rgba(var(--color-lisa), 0.6);
  }

  :root .sm\:hover\:text-california:hover{
    color: rgb(var(--color-california));
  }

  :root .sm\:hover\:text-texas:hover{
    color: rgb(var(--color-texas));
  }

  :root .sm\:hover\:text-florida:hover{
    color: rgb(var(--color-florida));
  }

  :root .sm\:hover\:text-colorado:hover{
    color: rgb(var(--color-colorado));
  }

  :root .sm\:hover\:text-seattle:hover{
    color: rgb(var(--color-seattle));
  }

  :root .sm\:hover\:text-denver:hover{
    color: rgb(var(--color-denver));
  }

  :root .sm\:hover\:text-arizona:hover{
    color: rgb(var(--color-arizona));
  }

  :root .sm\:hover\:text-shpongle:hover{
    color: rgb(var(--color-shpongle));
  }

  :root .sm\:hover\:text-band:hover{
    color: rgb(var(--color-band));
  }

  :root .sm\:hover\:text-blur:hover{
    color: rgba(var(--color-blur), 0.05);
  }

  :root .sm\:hover\:text-mila:hover{
    color: rgba(var(--color-mila));
  }

  :root .sm\:hover\:text-primary-contrast:hover{
    color: rgb(var(--color-primary-contrast));
  }

  :root .sm\:hover\:text-accent-contrast:hover{
    color: rgb(var(--color-accent-contrast));
  }

  :root .sm\:hover\:text-warn-contrast:hover{
    color: rgb(var(--color-warn-contrast));
  }

  :root .sm\:hover\:text-red-contrast:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .sm\:hover\:text-green-contrast:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .sm\:hover\:text-amber-contrast:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .sm\:hover\:text-orange-contrast:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .sm\:hover\:text-deep-orange-contrast:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .sm\:hover\:text-purple-contrast:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .sm\:hover\:text-deep-purple-contrast:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .sm\:hover\:text-cyan-contrast:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .sm\:hover\:text-teal-contrast:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .sm\:hover\:text-gray-contrast:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .sm\:hover\:text-light-green-contrast:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .sm\:focus\:text-secondary:focus{
    color: var(--text-secondary);
  }

  :root .sm\:focus\:text-hint:focus{
    color: var(--text-hint);
  }

  :root .sm\:focus\:text-current:focus{
    color: currentColor;
  }

  :root .sm\:focus\:text-transparent:focus{
    color: transparent;
  }

  :root .sm\:focus\:text-black:focus{
    color: rgb(var(--color-black));
  }

  :root .sm\:focus\:text-white:focus{
    color: rgb(var(--color-white));
  }

  :root .sm\:focus\:text-contrast-black:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .sm\:focus\:text-contrast-white:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .sm\:focus\:text-primary-light:focus{
    color: rgba(var(--color-primary), .1);
  }

  :root .sm\:focus\:text-primary:focus{
    color: rgb(var(--color-primary));
  }

  :root .sm\:focus\:text-red-light:focus{
    color: rgba(244, 67, 54, 0.1);
  }

  :root .sm\:focus\:text-red:focus{
    --tw-text-opacity: 1;
    color: rgba(244, 67, 54, var(--tw-text-opacity));
  }

  :root .sm\:focus\:text-green-2:focus{
    color: rgb(var(--color-green-2));
  }

  :root .sm\:focus\:text-green-3:focus{
    color: rgb(var(--color-green-3));
  }

  :root .sm\:focus\:text-green-4:focus{
    color: rgb(var(--color-green-4));
  }

  :root .sm\:focus\:text-gren:focus{
    color: rgb(var(--color-gren));
  }

  :root .sm\:focus\:text-gren-1:focus{
    color: rgb(var(--color-gren-1));
  }

  :root .sm\:focus\:text-gren-2:focus{
    color: rgb(var(--color-gren-2));
  }

  :root .sm\:focus\:text-gren-3:focus{
    color: rgb(var(--color-gren-3));
  }

  :root .sm\:focus\:text-gren-4:focus{
    color: rgb(var(--color-gren-4));
  }

  :root .sm\:focus\:text-selected:focus{
    color: rgb(var(--color-selected));
  }

  :root .sm\:focus\:text-error:focus{
    color: rgb(var(--color-error));
  }

  :root .sm\:focus\:text-attention:focus{
    color: rgb(var(--color-attention));
  }

  :root .sm\:focus\:text-accept:focus{
    color: rgb(var(--color-accept));
  }

  :root .sm\:focus\:text-system:focus{
    color: rgb(var(--color-system));
  }

  :root .sm\:focus\:text-orange:focus{
    color: rgb(var(--color-orange));
  }

  :root .sm\:focus\:text-links:focus{
    color: rgb(var(--color-links));
  }

  :root .sm\:focus\:text-teal:focus{
    color: rgb(var(--color-teal));
  }

  :root .sm\:focus\:text-purple:focus{
    color: rgb(var(--color-purple));
  }

  :root .sm\:focus\:text-pink:focus{
    color: rgb(var(--color-pink));
  }

  :root .sm\:focus\:text-margaret:focus{
    color: rgb(var(--color-margaret));
  }

  :root .sm\:focus\:text-betty:focus{
    color: rgb(var(--color-betty));
  }

  :root .sm\:focus\:text-natasha-light:focus{
    color: rgba(var(--color-natasha), .05);
  }

  :root .sm\:focus\:text-natasha:focus{
    color: rgb(var(--color-natasha));
  }

  :root .sm\:focus\:text-tiffany:focus{
    color: rgb(var(--color-tiffany));
  }

  :root .sm\:focus\:text-barbara:focus{
    color: rgb(var(--color-barbara));
  }

  :root .sm\:focus\:text-suzanne:focus{
    color: rgb(var(--color-suzanne));
  }

  :root .sm\:focus\:text-lily:focus{
    color: rgb(var(--color-lily));
  }

  :root .sm\:focus\:text-stephanie:focus{
    color: rgb(var(--color-stephanie));
  }

  :root .sm\:focus\:text-lisa:focus{
    color: rgba(var(--color-lisa), 0.6);
  }

  :root .sm\:focus\:text-california:focus{
    color: rgb(var(--color-california));
  }

  :root .sm\:focus\:text-texas:focus{
    color: rgb(var(--color-texas));
  }

  :root .sm\:focus\:text-florida:focus{
    color: rgb(var(--color-florida));
  }

  :root .sm\:focus\:text-colorado:focus{
    color: rgb(var(--color-colorado));
  }

  :root .sm\:focus\:text-seattle:focus{
    color: rgb(var(--color-seattle));
  }

  :root .sm\:focus\:text-denver:focus{
    color: rgb(var(--color-denver));
  }

  :root .sm\:focus\:text-arizona:focus{
    color: rgb(var(--color-arizona));
  }

  :root .sm\:focus\:text-shpongle:focus{
    color: rgb(var(--color-shpongle));
  }

  :root .sm\:focus\:text-band:focus{
    color: rgb(var(--color-band));
  }

  :root .sm\:focus\:text-blur:focus{
    color: rgba(var(--color-blur), 0.05);
  }

  :root .sm\:focus\:text-mila:focus{
    color: rgba(var(--color-mila));
  }

  :root .sm\:focus\:text-primary-contrast:focus{
    color: rgb(var(--color-primary-contrast));
  }

  :root .sm\:focus\:text-accent-contrast:focus{
    color: rgb(var(--color-accent-contrast));
  }

  :root .sm\:focus\:text-warn-contrast:focus{
    color: rgb(var(--color-warn-contrast));
  }

  :root .sm\:focus\:text-red-contrast:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .sm\:focus\:text-green-contrast:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .sm\:focus\:text-amber-contrast:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .sm\:focus\:text-orange-contrast:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .sm\:focus\:text-deep-orange-contrast:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .sm\:focus\:text-purple-contrast:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .sm\:focus\:text-deep-purple-contrast:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .sm\:focus\:text-cyan-contrast:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .sm\:focus\:text-teal-contrast:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .sm\:focus\:text-gray-contrast:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .sm\:focus\:text-light-green-contrast:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .sm\:text-opacity-0{
    --tw-text-opacity: 0;
  }

  :root .sm\:text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  :root .sm\:text-opacity-50{
    --tw-text-opacity: 0.5;
  }

  :root .sm\:text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  :root .sm\:text-opacity-100{
    --tw-text-opacity: 1;
  }

  :root .group:hover .sm\:group-hover\:text-opacity-0{
    --tw-text-opacity: 0;
  }

  :root .group:hover .sm\:group-hover\:text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  :root .group:hover .sm\:group-hover\:text-opacity-50{
    --tw-text-opacity: 0.5;
  }

  :root .group:hover .sm\:group-hover\:text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  :root .group:hover .sm\:group-hover\:text-opacity-100{
    --tw-text-opacity: 1;
  }

  :root .sm\:focus-within\:text-opacity-0:focus-within{
    --tw-text-opacity: 0;
  }

  :root .sm\:focus-within\:text-opacity-25:focus-within{
    --tw-text-opacity: 0.25;
  }

  :root .sm\:focus-within\:text-opacity-50:focus-within{
    --tw-text-opacity: 0.5;
  }

  :root .sm\:focus-within\:text-opacity-75:focus-within{
    --tw-text-opacity: 0.75;
  }

  :root .sm\:focus-within\:text-opacity-100:focus-within{
    --tw-text-opacity: 1;
  }

  :root .sm\:hover\:text-opacity-0:hover{
    --tw-text-opacity: 0;
  }

  :root .sm\:hover\:text-opacity-25:hover{
    --tw-text-opacity: 0.25;
  }

  :root .sm\:hover\:text-opacity-50:hover{
    --tw-text-opacity: 0.5;
  }

  :root .sm\:hover\:text-opacity-75:hover{
    --tw-text-opacity: 0.75;
  }

  :root .sm\:hover\:text-opacity-100:hover{
    --tw-text-opacity: 1;
  }

  :root .sm\:focus\:text-opacity-0:focus{
    --tw-text-opacity: 0;
  }

  :root .sm\:focus\:text-opacity-25:focus{
    --tw-text-opacity: 0.25;
  }

  :root .sm\:focus\:text-opacity-50:focus{
    --tw-text-opacity: 0.5;
  }

  :root .sm\:focus\:text-opacity-75:focus{
    --tw-text-opacity: 0.75;
  }

  :root .sm\:focus\:text-opacity-100:focus{
    --tw-text-opacity: 1;
  }

  :root .sm\:truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  :root .sm\:overflow-ellipsis{
    text-overflow: ellipsis;
  }

  :root .sm\:overflow-clip{
    text-overflow: clip;
  }

  :root .sm\:italic{
    font-style: italic;
  }

  :root .sm\:not-italic{
    font-style: normal;
  }

  :root .sm\:uppercase{
    text-transform: uppercase;
  }

  :root .sm\:lowercase{
    text-transform: lowercase;
  }

  :root .sm\:capitalize{
    text-transform: capitalize;
  }

  :root .sm\:normal-case{
    text-transform: none;
  }

  :root .sm\:underline{
    text-decoration: underline;
  }

  :root .sm\:line-through{
    text-decoration: line-through;
  }

  :root .sm\:no-underline{
    text-decoration: none;
  }

  :root .sm\:hover\:underline:hover{
    text-decoration: underline;
  }

  :root .sm\:hover\:line-through:hover{
    text-decoration: line-through;
  }

  :root .sm\:hover\:no-underline:hover{
    text-decoration: none;
  }

  :root .sm\:focus\:underline:focus{
    text-decoration: underline;
  }

  :root .sm\:focus\:line-through:focus{
    text-decoration: line-through;
  }

  :root .sm\:focus\:no-underline:focus{
    text-decoration: none;
  }

  :root .sm\:antialiased{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  :root .sm\:subpixel-antialiased{
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  :root .sm\:ordinal, :root .sm\:slashed-zero, :root .sm\:lining-nums, :root .sm\:oldstyle-nums, :root .sm\:proportional-nums, :root .sm\:tabular-nums, :root .sm\:diagonal-fractions, :root .sm\:stacked-fractions{
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/);
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
  }

  :root .sm\:normal-nums{
    font-variant-numeric: normal;
  }

  :root .sm\:ordinal{
    --tw-ordinal: ordinal;
  }

  :root .sm\:slashed-zero{
    --tw-slashed-zero: slashed-zero;
  }

  :root .sm\:lining-nums{
    --tw-numeric-figure: lining-nums;
  }

  :root .sm\:oldstyle-nums{
    --tw-numeric-figure: oldstyle-nums;
  }

  :root .sm\:proportional-nums{
    --tw-numeric-spacing: proportional-nums;
  }

  :root .sm\:tabular-nums{
    --tw-numeric-spacing: tabular-nums;
  }

  :root .sm\:diagonal-fractions{
    --tw-numeric-fraction: diagonal-fractions;
  }

  :root .sm\:stacked-fractions{
    --tw-numeric-fraction: stacked-fractions;
  }

  :root .sm\:tracking-tighter{
    letter-spacing: -0.05em;
  }

  :root .sm\:tracking-tight{
    letter-spacing: -0.025em;
  }

  :root .sm\:tracking-normal{
    letter-spacing: 0;
  }

  :root .sm\:tracking-wide{
    letter-spacing: 0.025em;
  }

  :root .sm\:tracking-wider{
    letter-spacing: 0.05em;
  }

  :root .sm\:tracking-widest{
    letter-spacing: 0.1em;
  }

  :root .sm\:select-none{
    -webkit-user-select: none;
            user-select: none;
  }

  :root .sm\:select-text{
    -webkit-user-select: text;
            user-select: text;
  }

  :root .sm\:select-all{
    -webkit-user-select: all;
            user-select: all;
  }

  :root .sm\:select-auto{
    -webkit-user-select: auto;
            user-select: auto;
  }

  :root .sm\:align-baseline{
    vertical-align: baseline;
  }

  :root .sm\:align-top{
    vertical-align: top;
  }

  :root .sm\:align-middle{
    vertical-align: middle;
  }

  :root .sm\:align-bottom{
    vertical-align: bottom;
  }

  :root .sm\:align-text-top{
    vertical-align: text-top;
  }

  :root .sm\:align-text-bottom{
    vertical-align: text-bottom;
  }

  :root .sm\:visible{
    visibility: visible;
  }

  :root .sm\:invisible{
    visibility: hidden;
  }

  :root .sm\:whitespace-normal{
    white-space: normal;
  }

  :root .sm\:whitespace-nowrap{
    white-space: nowrap;
  }

  :root .sm\:whitespace-pre{
    white-space: pre;
  }

  :root .sm\:whitespace-pre-line{
    white-space: pre-line;
  }

  :root .sm\:whitespace-pre-wrap{
    white-space: pre-wrap;
  }

  :root .sm\:break-normal{
    overflow-wrap: normal;
    word-break: normal;
  }

  :root .sm\:break-words{
    overflow-wrap: break-word;
  }

  :root .sm\:break-all{
    word-break: break-all;
  }

  :root .sm\:w-0{
    width: 0;
  }

  :root .sm\:w-1{
    width: 0.25rem;
  }

  :root .sm\:w-2{
    width: 0.5rem;
  }

  :root .sm\:w-3{
    width: 0.75rem;
  }

  :root .sm\:w-4{
    width: 1rem;
  }

  :root .sm\:w-5{
    width: 1.25rem;
  }

  :root .sm\:w-6{
    width: 1.5rem;
  }

  :root .sm\:w-7{
    width: 1.75rem;
  }

  :root .sm\:w-8{
    width: 2rem;
  }

  :root .sm\:w-9{
    width: 2.25rem;
  }

  :root .sm\:w-10{
    width: 2.5rem;
  }

  :root .sm\:w-11{
    width: 2.75rem;
  }

  :root .sm\:w-12{
    width: 3rem;
  }

  :root .sm\:w-14{
    width: 3.5rem;
  }

  :root .sm\:w-16{
    width: 4rem;
  }

  :root .sm\:w-20{
    width: 5rem;
  }

  :root .sm\:w-24{
    width: 6rem;
  }

  :root .sm\:w-28{
    width: 7rem;
  }

  :root .sm\:w-32{
    width: 8rem;
  }

  :root .sm\:w-36{
    width: 9rem;
  }

  :root .sm\:w-40{
    width: 10rem;
  }

  :root .sm\:w-44{
    width: 11rem;
  }

  :root .sm\:w-48{
    width: 12rem;
  }

  :root .sm\:w-52{
    width: 13rem;
  }

  :root .sm\:w-56{
    width: 14rem;
  }

  :root .sm\:w-60{
    width: 15rem;
  }

  :root .sm\:w-64{
    width: 16rem;
  }

  :root .sm\:w-72{
    width: 18rem;
  }

  :root .sm\:w-80{
    width: 20rem;
  }

  :root .sm\:w-96{
    width: 24rem;
  }

  :root .sm\:w-auto{
    width: auto;
  }

  :root .sm\:w-px{
    width: 1px;
  }

  :root .sm\:w-gutter{
    width: var(--padding-gutter);
  }

  :root .sm\:w-0\.5{
    width: 0.125rem;
  }

  :root .sm\:w-1\.5{
    width: 0.375rem;
  }

  :root .sm\:w-2\.5{
    width: 0.625rem;
  }

  :root .sm\:w-3\.5{
    width: 0.875rem;
  }

  :root .sm\:w-17\.5{
    width: 4.375rem;
  }

  :root .sm\:w-1\/2{
    width: 50%;
  }

  :root .sm\:w-1\/3{
    width: 33.333333%;
  }

  :root .sm\:w-2\/3{
    width: 66.666667%;
  }

  :root .sm\:w-1\/4{
    width: 25%;
  }

  :root .sm\:w-2\/4{
    width: 50%;
  }

  :root .sm\:w-3\/4{
    width: 75%;
  }

  :root .sm\:w-1\/5{
    width: 20%;
  }

  :root .sm\:w-2\/5{
    width: 40%;
  }

  :root .sm\:w-3\/5{
    width: 60%;
  }

  :root .sm\:w-4\/5{
    width: 80%;
  }

  :root .sm\:w-1\/6{
    width: 16.666667%;
  }

  :root .sm\:w-2\/6{
    width: 33.333333%;
  }

  :root .sm\:w-3\/6{
    width: 50%;
  }

  :root .sm\:w-4\/6{
    width: 66.666667%;
  }

  :root .sm\:w-5\/6{
    width: 83.333333%;
  }

  :root .sm\:w-1\/12{
    width: 8.333333%;
  }

  :root .sm\:w-2\/12{
    width: 16.666667%;
  }

  :root .sm\:w-3\/12{
    width: 25%;
  }

  :root .sm\:w-4\/12{
    width: 33.333333%;
  }

  :root .sm\:w-5\/12{
    width: 41.666667%;
  }

  :root .sm\:w-6\/12{
    width: 50%;
  }

  :root .sm\:w-7\/12{
    width: 58.333333%;
  }

  :root .sm\:w-8\/12{
    width: 66.666667%;
  }

  :root .sm\:w-9\/12{
    width: 75%;
  }

  :root .sm\:w-10\/12{
    width: 83.333333%;
  }

  :root .sm\:w-11\/12{
    width: 91.666667%;
  }

  :root .sm\:w-full{
    width: 100%;
  }

  :root .sm\:w-screen{
    width: 100vw;
  }

  :root .sm\:z-0{
    z-index: 0;
  }

  :root .sm\:z-10{
    z-index: 10;
  }

  :root .sm\:z-20{
    z-index: 20;
  }

  :root .sm\:z-30{
    z-index: 30;
  }

  :root .sm\:z-40{
    z-index: 40;
  }

  :root .sm\:z-50{
    z-index: 50;
  }

  :root .sm\:z-100{
    z-index: 100;
  }

  :root .sm\:z-10000{
    z-index: 100000000;
  }

  :root .sm\:z-10001{
    z-index: 100000001;
  }

  :root .sm\:z-auto{
    z-index: auto;
  }

  :root .sm\:isolate{
    isolation: isolate;
  }

  :root .sm\:isolation-auto{
    isolation: auto;
  }

  :root .sm\:gap-0{
    gap: 0;
  }

  :root .sm\:gap-1{
    gap: 0.25rem;
  }

  :root .sm\:gap-2{
    gap: 0.5rem;
  }

  :root .sm\:gap-3{
    gap: 0.75rem;
  }

  :root .sm\:gap-4{
    gap: 1rem;
  }

  :root .sm\:gap-5{
    gap: 1.25rem;
  }

  :root .sm\:gap-6{
    gap: 1.5rem;
  }

  :root .sm\:gap-7{
    gap: 1.75rem;
  }

  :root .sm\:gap-8{
    gap: 2rem;
  }

  :root .sm\:gap-9{
    gap: 2.25rem;
  }

  :root .sm\:gap-10{
    gap: 2.5rem;
  }

  :root .sm\:gap-11{
    gap: 2.75rem;
  }

  :root .sm\:gap-12{
    gap: 3rem;
  }

  :root .sm\:gap-14{
    gap: 3.5rem;
  }

  :root .sm\:gap-16{
    gap: 4rem;
  }

  :root .sm\:gap-20{
    gap: 5rem;
  }

  :root .sm\:gap-24{
    gap: 6rem;
  }

  :root .sm\:gap-28{
    gap: 7rem;
  }

  :root .sm\:gap-32{
    gap: 8rem;
  }

  :root .sm\:gap-36{
    gap: 9rem;
  }

  :root .sm\:gap-40{
    gap: 10rem;
  }

  :root .sm\:gap-44{
    gap: 11rem;
  }

  :root .sm\:gap-48{
    gap: 12rem;
  }

  :root .sm\:gap-52{
    gap: 13rem;
  }

  :root .sm\:gap-56{
    gap: 14rem;
  }

  :root .sm\:gap-60{
    gap: 15rem;
  }

  :root .sm\:gap-64{
    gap: 16rem;
  }

  :root .sm\:gap-72{
    gap: 18rem;
  }

  :root .sm\:gap-80{
    gap: 20rem;
  }

  :root .sm\:gap-96{
    gap: 24rem;
  }

  :root .sm\:gap-px{
    gap: 1px;
  }

  :root .sm\:gap-gutter{
    gap: var(--padding-gutter);
  }

  :root .sm\:gap-0\.5{
    gap: 0.125rem;
  }

  :root .sm\:gap-1\.5{
    gap: 0.375rem;
  }

  :root .sm\:gap-2\.5{
    gap: 0.625rem;
  }

  :root .sm\:gap-3\.5{
    gap: 0.875rem;
  }

  :root .sm\:gap-17\.5{
    gap: 4.375rem;
  }

  :root .sm\:gap-x-0{
    column-gap: 0;
  }

  :root .sm\:gap-x-1{
    column-gap: 0.25rem;
  }

  :root .sm\:gap-x-2{
    column-gap: 0.5rem;
  }

  :root .sm\:gap-x-3{
    column-gap: 0.75rem;
  }

  :root .sm\:gap-x-4{
    column-gap: 1rem;
  }

  :root .sm\:gap-x-5{
    column-gap: 1.25rem;
  }

  :root .sm\:gap-x-6{
    column-gap: 1.5rem;
  }

  :root .sm\:gap-x-7{
    column-gap: 1.75rem;
  }

  :root .sm\:gap-x-8{
    column-gap: 2rem;
  }

  :root .sm\:gap-x-9{
    column-gap: 2.25rem;
  }

  :root .sm\:gap-x-10{
    column-gap: 2.5rem;
  }

  :root .sm\:gap-x-11{
    column-gap: 2.75rem;
  }

  :root .sm\:gap-x-12{
    column-gap: 3rem;
  }

  :root .sm\:gap-x-14{
    column-gap: 3.5rem;
  }

  :root .sm\:gap-x-16{
    column-gap: 4rem;
  }

  :root .sm\:gap-x-20{
    column-gap: 5rem;
  }

  :root .sm\:gap-x-24{
    column-gap: 6rem;
  }

  :root .sm\:gap-x-28{
    column-gap: 7rem;
  }

  :root .sm\:gap-x-32{
    column-gap: 8rem;
  }

  :root .sm\:gap-x-36{
    column-gap: 9rem;
  }

  :root .sm\:gap-x-40{
    column-gap: 10rem;
  }

  :root .sm\:gap-x-44{
    column-gap: 11rem;
  }

  :root .sm\:gap-x-48{
    column-gap: 12rem;
  }

  :root .sm\:gap-x-52{
    column-gap: 13rem;
  }

  :root .sm\:gap-x-56{
    column-gap: 14rem;
  }

  :root .sm\:gap-x-60{
    column-gap: 15rem;
  }

  :root .sm\:gap-x-64{
    column-gap: 16rem;
  }

  :root .sm\:gap-x-72{
    column-gap: 18rem;
  }

  :root .sm\:gap-x-80{
    column-gap: 20rem;
  }

  :root .sm\:gap-x-96{
    column-gap: 24rem;
  }

  :root .sm\:gap-x-px{
    column-gap: 1px;
  }

  :root .sm\:gap-x-gutter{
    column-gap: var(--padding-gutter);
  }

  :root .sm\:gap-x-0\.5{
    column-gap: 0.125rem;
  }

  :root .sm\:gap-x-1\.5{
    column-gap: 0.375rem;
  }

  :root .sm\:gap-x-2\.5{
    column-gap: 0.625rem;
  }

  :root .sm\:gap-x-3\.5{
    column-gap: 0.875rem;
  }

  :root .sm\:gap-x-17\.5{
    column-gap: 4.375rem;
  }

  :root .sm\:gap-y-0{
    row-gap: 0;
  }

  :root .sm\:gap-y-1{
    row-gap: 0.25rem;
  }

  :root .sm\:gap-y-2{
    row-gap: 0.5rem;
  }

  :root .sm\:gap-y-3{
    row-gap: 0.75rem;
  }

  :root .sm\:gap-y-4{
    row-gap: 1rem;
  }

  :root .sm\:gap-y-5{
    row-gap: 1.25rem;
  }

  :root .sm\:gap-y-6{
    row-gap: 1.5rem;
  }

  :root .sm\:gap-y-7{
    row-gap: 1.75rem;
  }

  :root .sm\:gap-y-8{
    row-gap: 2rem;
  }

  :root .sm\:gap-y-9{
    row-gap: 2.25rem;
  }

  :root .sm\:gap-y-10{
    row-gap: 2.5rem;
  }

  :root .sm\:gap-y-11{
    row-gap: 2.75rem;
  }

  :root .sm\:gap-y-12{
    row-gap: 3rem;
  }

  :root .sm\:gap-y-14{
    row-gap: 3.5rem;
  }

  :root .sm\:gap-y-16{
    row-gap: 4rem;
  }

  :root .sm\:gap-y-20{
    row-gap: 5rem;
  }

  :root .sm\:gap-y-24{
    row-gap: 6rem;
  }

  :root .sm\:gap-y-28{
    row-gap: 7rem;
  }

  :root .sm\:gap-y-32{
    row-gap: 8rem;
  }

  :root .sm\:gap-y-36{
    row-gap: 9rem;
  }

  :root .sm\:gap-y-40{
    row-gap: 10rem;
  }

  :root .sm\:gap-y-44{
    row-gap: 11rem;
  }

  :root .sm\:gap-y-48{
    row-gap: 12rem;
  }

  :root .sm\:gap-y-52{
    row-gap: 13rem;
  }

  :root .sm\:gap-y-56{
    row-gap: 14rem;
  }

  :root .sm\:gap-y-60{
    row-gap: 15rem;
  }

  :root .sm\:gap-y-64{
    row-gap: 16rem;
  }

  :root .sm\:gap-y-72{
    row-gap: 18rem;
  }

  :root .sm\:gap-y-80{
    row-gap: 20rem;
  }

  :root .sm\:gap-y-96{
    row-gap: 24rem;
  }

  :root .sm\:gap-y-px{
    row-gap: 1px;
  }

  :root .sm\:gap-y-gutter{
    row-gap: var(--padding-gutter);
  }

  :root .sm\:gap-y-0\.5{
    row-gap: 0.125rem;
  }

  :root .sm\:gap-y-1\.5{
    row-gap: 0.375rem;
  }

  :root .sm\:gap-y-2\.5{
    row-gap: 0.625rem;
  }

  :root .sm\:gap-y-3\.5{
    row-gap: 0.875rem;
  }

  :root .sm\:gap-y-17\.5{
    row-gap: 4.375rem;
  }

  :root .sm\:grid-flow-row{
    grid-auto-flow: row;
  }

  :root .sm\:grid-flow-col{
    grid-auto-flow: column;
  }

  :root .sm\:grid-flow-row-dense{
    grid-auto-flow: row dense;
  }

  :root .sm\:grid-flow-col-dense{
    grid-auto-flow: column dense;
  }

  :root .sm\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  :root .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  :root .sm\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  :root .sm\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  :root .sm\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  :root .sm\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  :root .sm\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  :root .sm\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  :root .sm\:grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  :root .sm\:grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  :root .sm\:grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  :root .sm\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  :root .sm\:grid-cols-none{
    grid-template-columns: none;
  }

  :root .sm\:auto-cols-auto{
    grid-auto-columns: auto;
  }

  :root .sm\:auto-cols-min{
    grid-auto-columns: min-content;
  }

  :root .sm\:auto-cols-max{
    grid-auto-columns: max-content;
  }

  :root .sm\:auto-cols-fr{
    grid-auto-columns: minmax(0, 1fr);
  }

  :root .sm\:col-auto{
    grid-column: auto;
  }

  :root .sm\:col-span-1{
    grid-column: span 1 / span 1;
  }

  :root .sm\:col-span-2{
    grid-column: span 2 / span 2;
  }

  :root .sm\:col-span-3{
    grid-column: span 3 / span 3;
  }

  :root .sm\:col-span-4{
    grid-column: span 4 / span 4;
  }

  :root .sm\:col-span-5{
    grid-column: span 5 / span 5;
  }

  :root .sm\:col-span-6{
    grid-column: span 6 / span 6;
  }

  :root .sm\:col-span-7{
    grid-column: span 7 / span 7;
  }

  :root .sm\:col-span-8{
    grid-column: span 8 / span 8;
  }

  :root .sm\:col-span-9{
    grid-column: span 9 / span 9;
  }

  :root .sm\:col-span-10{
    grid-column: span 10 / span 10;
  }

  :root .sm\:col-span-11{
    grid-column: span 11 / span 11;
  }

  :root .sm\:col-span-12{
    grid-column: span 12 / span 12;
  }

  :root .sm\:col-span-full{
    grid-column: 1 / -1;
  }

  :root .sm\:col-start-1{
    grid-column-start: 1;
  }

  :root .sm\:col-start-2{
    grid-column-start: 2;
  }

  :root .sm\:col-start-3{
    grid-column-start: 3;
  }

  :root .sm\:col-start-4{
    grid-column-start: 4;
  }

  :root .sm\:col-start-5{
    grid-column-start: 5;
  }

  :root .sm\:col-start-6{
    grid-column-start: 6;
  }

  :root .sm\:col-start-7{
    grid-column-start: 7;
  }

  :root .sm\:col-start-8{
    grid-column-start: 8;
  }

  :root .sm\:col-start-9{
    grid-column-start: 9;
  }

  :root .sm\:col-start-10{
    grid-column-start: 10;
  }

  :root .sm\:col-start-11{
    grid-column-start: 11;
  }

  :root .sm\:col-start-12{
    grid-column-start: 12;
  }

  :root .sm\:col-start-13{
    grid-column-start: 13;
  }

  :root .sm\:col-start-auto{
    grid-column-start: auto;
  }

  :root .sm\:col-end-1{
    grid-column-end: 1;
  }

  :root .sm\:col-end-2{
    grid-column-end: 2;
  }

  :root .sm\:col-end-3{
    grid-column-end: 3;
  }

  :root .sm\:col-end-4{
    grid-column-end: 4;
  }

  :root .sm\:col-end-5{
    grid-column-end: 5;
  }

  :root .sm\:col-end-6{
    grid-column-end: 6;
  }

  :root .sm\:col-end-7{
    grid-column-end: 7;
  }

  :root .sm\:col-end-8{
    grid-column-end: 8;
  }

  :root .sm\:col-end-9{
    grid-column-end: 9;
  }

  :root .sm\:col-end-10{
    grid-column-end: 10;
  }

  :root .sm\:col-end-11{
    grid-column-end: 11;
  }

  :root .sm\:col-end-12{
    grid-column-end: 12;
  }

  :root .sm\:col-end-13{
    grid-column-end: 13;
  }

  :root .sm\:col-end-auto{
    grid-column-end: auto;
  }

  :root .sm\:grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  :root .sm\:grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  :root .sm\:grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  :root .sm\:grid-rows-4{
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  :root .sm\:grid-rows-5{
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  :root .sm\:grid-rows-6{
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  :root .sm\:grid-rows-none{
    grid-template-rows: none;
  }

  :root .sm\:auto-rows-auto{
    grid-auto-rows: auto;
  }

  :root .sm\:auto-rows-min{
    grid-auto-rows: min-content;
  }

  :root .sm\:auto-rows-max{
    grid-auto-rows: max-content;
  }

  :root .sm\:auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr);
  }

  :root .sm\:row-auto{
    grid-row: auto;
  }

  :root .sm\:row-span-1{
    grid-row: span 1 / span 1;
  }

  :root .sm\:row-span-2{
    grid-row: span 2 / span 2;
  }

  :root .sm\:row-span-3{
    grid-row: span 3 / span 3;
  }

  :root .sm\:row-span-4{
    grid-row: span 4 / span 4;
  }

  :root .sm\:row-span-5{
    grid-row: span 5 / span 5;
  }

  :root .sm\:row-span-6{
    grid-row: span 6 / span 6;
  }

  :root .sm\:row-span-full{
    grid-row: 1 / -1;
  }

  :root .sm\:row-start-1{
    grid-row-start: 1;
  }

  :root .sm\:row-start-2{
    grid-row-start: 2;
  }

  :root .sm\:row-start-3{
    grid-row-start: 3;
  }

  :root .sm\:row-start-4{
    grid-row-start: 4;
  }

  :root .sm\:row-start-5{
    grid-row-start: 5;
  }

  :root .sm\:row-start-6{
    grid-row-start: 6;
  }

  :root .sm\:row-start-7{
    grid-row-start: 7;
  }

  :root .sm\:row-start-auto{
    grid-row-start: auto;
  }

  :root .sm\:row-end-1{
    grid-row-end: 1;
  }

  :root .sm\:row-end-2{
    grid-row-end: 2;
  }

  :root .sm\:row-end-3{
    grid-row-end: 3;
  }

  :root .sm\:row-end-4{
    grid-row-end: 4;
  }

  :root .sm\:row-end-5{
    grid-row-end: 5;
  }

  :root .sm\:row-end-6{
    grid-row-end: 6;
  }

  :root .sm\:row-end-7{
    grid-row-end: 7;
  }

  :root .sm\:row-end-auto{
    grid-row-end: auto;
  }

  :root .sm\:transform{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  :root .sm\:transform-gpu{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  :root .sm\:transform-none{
    transform: none;
  }

  :root .sm\:origin-center{
    transform-origin: center;
  }

  :root .sm\:origin-top{
    transform-origin: top;
  }

  :root .sm\:origin-top-right{
    transform-origin: top right;
  }

  :root .sm\:origin-right{
    transform-origin: right;
  }

  :root .sm\:origin-bottom-right{
    transform-origin: bottom right;
  }

  :root .sm\:origin-bottom{
    transform-origin: bottom;
  }

  :root .sm\:origin-bottom-left{
    transform-origin: bottom left;
  }

  :root .sm\:origin-left{
    transform-origin: left;
  }

  :root .sm\:origin-top-left{
    transform-origin: top left;
  }

  :root .sm\:scale-0{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  :root .sm\:scale-50{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  :root .sm\:scale-75{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  :root .sm\:scale-90{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  :root .sm\:scale-95{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  :root .sm\:scale-100{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  :root .sm\:scale-105{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  :root .sm\:scale-110{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  :root .sm\:scale-125{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  :root .sm\:scale-150{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  :root .sm\:scale-x-0{
    --tw-scale-x: 0;
  }

  :root .sm\:scale-x-50{
    --tw-scale-x: .5;
  }

  :root .sm\:scale-x-75{
    --tw-scale-x: .75;
  }

  :root .sm\:scale-x-90{
    --tw-scale-x: .9;
  }

  :root .sm\:scale-x-95{
    --tw-scale-x: .95;
  }

  :root .sm\:scale-x-100{
    --tw-scale-x: 1;
  }

  :root .sm\:scale-x-105{
    --tw-scale-x: 1.05;
  }

  :root .sm\:scale-x-110{
    --tw-scale-x: 1.1;
  }

  :root .sm\:scale-x-125{
    --tw-scale-x: 1.25;
  }

  :root .sm\:scale-x-150{
    --tw-scale-x: 1.5;
  }

  :root .sm\:scale-y-0{
    --tw-scale-y: 0;
  }

  :root .sm\:scale-y-50{
    --tw-scale-y: .5;
  }

  :root .sm\:scale-y-75{
    --tw-scale-y: .75;
  }

  :root .sm\:scale-y-90{
    --tw-scale-y: .9;
  }

  :root .sm\:scale-y-95{
    --tw-scale-y: .95;
  }

  :root .sm\:scale-y-100{
    --tw-scale-y: 1;
  }

  :root .sm\:scale-y-105{
    --tw-scale-y: 1.05;
  }

  :root .sm\:scale-y-110{
    --tw-scale-y: 1.1;
  }

  :root .sm\:scale-y-125{
    --tw-scale-y: 1.25;
  }

  :root .sm\:scale-y-150{
    --tw-scale-y: 1.5;
  }

  :root .sm\:hover\:scale-0:hover{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  :root .sm\:hover\:scale-50:hover{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  :root .sm\:hover\:scale-75:hover{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  :root .sm\:hover\:scale-90:hover{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  :root .sm\:hover\:scale-95:hover{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  :root .sm\:hover\:scale-100:hover{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  :root .sm\:hover\:scale-105:hover{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  :root .sm\:hover\:scale-110:hover{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  :root .sm\:hover\:scale-125:hover{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  :root .sm\:hover\:scale-150:hover{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  :root .sm\:hover\:scale-x-0:hover{
    --tw-scale-x: 0;
  }

  :root .sm\:hover\:scale-x-50:hover{
    --tw-scale-x: .5;
  }

  :root .sm\:hover\:scale-x-75:hover{
    --tw-scale-x: .75;
  }

  :root .sm\:hover\:scale-x-90:hover{
    --tw-scale-x: .9;
  }

  :root .sm\:hover\:scale-x-95:hover{
    --tw-scale-x: .95;
  }

  :root .sm\:hover\:scale-x-100:hover{
    --tw-scale-x: 1;
  }

  :root .sm\:hover\:scale-x-105:hover{
    --tw-scale-x: 1.05;
  }

  :root .sm\:hover\:scale-x-110:hover{
    --tw-scale-x: 1.1;
  }

  :root .sm\:hover\:scale-x-125:hover{
    --tw-scale-x: 1.25;
  }

  :root .sm\:hover\:scale-x-150:hover{
    --tw-scale-x: 1.5;
  }

  :root .sm\:hover\:scale-y-0:hover{
    --tw-scale-y: 0;
  }

  :root .sm\:hover\:scale-y-50:hover{
    --tw-scale-y: .5;
  }

  :root .sm\:hover\:scale-y-75:hover{
    --tw-scale-y: .75;
  }

  :root .sm\:hover\:scale-y-90:hover{
    --tw-scale-y: .9;
  }

  :root .sm\:hover\:scale-y-95:hover{
    --tw-scale-y: .95;
  }

  :root .sm\:hover\:scale-y-100:hover{
    --tw-scale-y: 1;
  }

  :root .sm\:hover\:scale-y-105:hover{
    --tw-scale-y: 1.05;
  }

  :root .sm\:hover\:scale-y-110:hover{
    --tw-scale-y: 1.1;
  }

  :root .sm\:hover\:scale-y-125:hover{
    --tw-scale-y: 1.25;
  }

  :root .sm\:hover\:scale-y-150:hover{
    --tw-scale-y: 1.5;
  }

  :root .sm\:focus\:scale-0:focus{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  :root .sm\:focus\:scale-50:focus{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  :root .sm\:focus\:scale-75:focus{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  :root .sm\:focus\:scale-90:focus{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  :root .sm\:focus\:scale-95:focus{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  :root .sm\:focus\:scale-100:focus{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  :root .sm\:focus\:scale-105:focus{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  :root .sm\:focus\:scale-110:focus{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  :root .sm\:focus\:scale-125:focus{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  :root .sm\:focus\:scale-150:focus{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  :root .sm\:focus\:scale-x-0:focus{
    --tw-scale-x: 0;
  }

  :root .sm\:focus\:scale-x-50:focus{
    --tw-scale-x: .5;
  }

  :root .sm\:focus\:scale-x-75:focus{
    --tw-scale-x: .75;
  }

  :root .sm\:focus\:scale-x-90:focus{
    --tw-scale-x: .9;
  }

  :root .sm\:focus\:scale-x-95:focus{
    --tw-scale-x: .95;
  }

  :root .sm\:focus\:scale-x-100:focus{
    --tw-scale-x: 1;
  }

  :root .sm\:focus\:scale-x-105:focus{
    --tw-scale-x: 1.05;
  }

  :root .sm\:focus\:scale-x-110:focus{
    --tw-scale-x: 1.1;
  }

  :root .sm\:focus\:scale-x-125:focus{
    --tw-scale-x: 1.25;
  }

  :root .sm\:focus\:scale-x-150:focus{
    --tw-scale-x: 1.5;
  }

  :root .sm\:focus\:scale-y-0:focus{
    --tw-scale-y: 0;
  }

  :root .sm\:focus\:scale-y-50:focus{
    --tw-scale-y: .5;
  }

  :root .sm\:focus\:scale-y-75:focus{
    --tw-scale-y: .75;
  }

  :root .sm\:focus\:scale-y-90:focus{
    --tw-scale-y: .9;
  }

  :root .sm\:focus\:scale-y-95:focus{
    --tw-scale-y: .95;
  }

  :root .sm\:focus\:scale-y-100:focus{
    --tw-scale-y: 1;
  }

  :root .sm\:focus\:scale-y-105:focus{
    --tw-scale-y: 1.05;
  }

  :root .sm\:focus\:scale-y-110:focus{
    --tw-scale-y: 1.1;
  }

  :root .sm\:focus\:scale-y-125:focus{
    --tw-scale-y: 1.25;
  }

  :root .sm\:focus\:scale-y-150:focus{
    --tw-scale-y: 1.5;
  }

  :root .sm\:rotate-0{
    --tw-rotate: 0deg;
  }

  :root .sm\:rotate-1{
    --tw-rotate: 1deg;
  }

  :root .sm\:rotate-2{
    --tw-rotate: 2deg;
  }

  :root .sm\:rotate-3{
    --tw-rotate: 3deg;
  }

  :root .sm\:rotate-6{
    --tw-rotate: 6deg;
  }

  :root .sm\:rotate-12{
    --tw-rotate: 12deg;
  }

  :root .sm\:rotate-45{
    --tw-rotate: 45deg;
  }

  :root .sm\:rotate-90{
    --tw-rotate: 90deg;
  }

  :root .sm\:rotate-180{
    --tw-rotate: 180deg;
  }

  :root .sm\:-rotate-180{
    --tw-rotate: -180deg;
  }

  :root .sm\:-rotate-90{
    --tw-rotate: -90deg;
  }

  :root .sm\:-rotate-45{
    --tw-rotate: -45deg;
  }

  :root .sm\:-rotate-12{
    --tw-rotate: -12deg;
  }

  :root .sm\:-rotate-6{
    --tw-rotate: -6deg;
  }

  :root .sm\:-rotate-3{
    --tw-rotate: -3deg;
  }

  :root .sm\:-rotate-2{
    --tw-rotate: -2deg;
  }

  :root .sm\:-rotate-1{
    --tw-rotate: -1deg;
  }

  :root .sm\:hover\:rotate-0:hover{
    --tw-rotate: 0deg;
  }

  :root .sm\:hover\:rotate-1:hover{
    --tw-rotate: 1deg;
  }

  :root .sm\:hover\:rotate-2:hover{
    --tw-rotate: 2deg;
  }

  :root .sm\:hover\:rotate-3:hover{
    --tw-rotate: 3deg;
  }

  :root .sm\:hover\:rotate-6:hover{
    --tw-rotate: 6deg;
  }

  :root .sm\:hover\:rotate-12:hover{
    --tw-rotate: 12deg;
  }

  :root .sm\:hover\:rotate-45:hover{
    --tw-rotate: 45deg;
  }

  :root .sm\:hover\:rotate-90:hover{
    --tw-rotate: 90deg;
  }

  :root .sm\:hover\:rotate-180:hover{
    --tw-rotate: 180deg;
  }

  :root .sm\:hover\:-rotate-180:hover{
    --tw-rotate: -180deg;
  }

  :root .sm\:hover\:-rotate-90:hover{
    --tw-rotate: -90deg;
  }

  :root .sm\:hover\:-rotate-45:hover{
    --tw-rotate: -45deg;
  }

  :root .sm\:hover\:-rotate-12:hover{
    --tw-rotate: -12deg;
  }

  :root .sm\:hover\:-rotate-6:hover{
    --tw-rotate: -6deg;
  }

  :root .sm\:hover\:-rotate-3:hover{
    --tw-rotate: -3deg;
  }

  :root .sm\:hover\:-rotate-2:hover{
    --tw-rotate: -2deg;
  }

  :root .sm\:hover\:-rotate-1:hover{
    --tw-rotate: -1deg;
  }

  :root .sm\:focus\:rotate-0:focus{
    --tw-rotate: 0deg;
  }

  :root .sm\:focus\:rotate-1:focus{
    --tw-rotate: 1deg;
  }

  :root .sm\:focus\:rotate-2:focus{
    --tw-rotate: 2deg;
  }

  :root .sm\:focus\:rotate-3:focus{
    --tw-rotate: 3deg;
  }

  :root .sm\:focus\:rotate-6:focus{
    --tw-rotate: 6deg;
  }

  :root .sm\:focus\:rotate-12:focus{
    --tw-rotate: 12deg;
  }

  :root .sm\:focus\:rotate-45:focus{
    --tw-rotate: 45deg;
  }

  :root .sm\:focus\:rotate-90:focus{
    --tw-rotate: 90deg;
  }

  :root .sm\:focus\:rotate-180:focus{
    --tw-rotate: 180deg;
  }

  :root .sm\:focus\:-rotate-180:focus{
    --tw-rotate: -180deg;
  }

  :root .sm\:focus\:-rotate-90:focus{
    --tw-rotate: -90deg;
  }

  :root .sm\:focus\:-rotate-45:focus{
    --tw-rotate: -45deg;
  }

  :root .sm\:focus\:-rotate-12:focus{
    --tw-rotate: -12deg;
  }

  :root .sm\:focus\:-rotate-6:focus{
    --tw-rotate: -6deg;
  }

  :root .sm\:focus\:-rotate-3:focus{
    --tw-rotate: -3deg;
  }

  :root .sm\:focus\:-rotate-2:focus{
    --tw-rotate: -2deg;
  }

  :root .sm\:focus\:-rotate-1:focus{
    --tw-rotate: -1deg;
  }

  :root .sm\:translate-x-0{
    --tw-translate-x: 0;
  }

  :root .sm\:translate-x-1{
    --tw-translate-x: 0.25rem;
  }

  :root .sm\:translate-x-2{
    --tw-translate-x: 0.5rem;
  }

  :root .sm\:translate-x-3{
    --tw-translate-x: 0.75rem;
  }

  :root .sm\:translate-x-4{
    --tw-translate-x: 1rem;
  }

  :root .sm\:translate-x-5{
    --tw-translate-x: 1.25rem;
  }

  :root .sm\:translate-x-6{
    --tw-translate-x: 1.5rem;
  }

  :root .sm\:translate-x-7{
    --tw-translate-x: 1.75rem;
  }

  :root .sm\:translate-x-8{
    --tw-translate-x: 2rem;
  }

  :root .sm\:translate-x-9{
    --tw-translate-x: 2.25rem;
  }

  :root .sm\:translate-x-10{
    --tw-translate-x: 2.5rem;
  }

  :root .sm\:translate-x-11{
    --tw-translate-x: 2.75rem;
  }

  :root .sm\:translate-x-12{
    --tw-translate-x: 3rem;
  }

  :root .sm\:translate-x-14{
    --tw-translate-x: 3.5rem;
  }

  :root .sm\:translate-x-16{
    --tw-translate-x: 4rem;
  }

  :root .sm\:translate-x-20{
    --tw-translate-x: 5rem;
  }

  :root .sm\:translate-x-24{
    --tw-translate-x: 6rem;
  }

  :root .sm\:translate-x-28{
    --tw-translate-x: 7rem;
  }

  :root .sm\:translate-x-32{
    --tw-translate-x: 8rem;
  }

  :root .sm\:translate-x-36{
    --tw-translate-x: 9rem;
  }

  :root .sm\:translate-x-40{
    --tw-translate-x: 10rem;
  }

  :root .sm\:translate-x-44{
    --tw-translate-x: 11rem;
  }

  :root .sm\:translate-x-48{
    --tw-translate-x: 12rem;
  }

  :root .sm\:translate-x-52{
    --tw-translate-x: 13rem;
  }

  :root .sm\:translate-x-56{
    --tw-translate-x: 14rem;
  }

  :root .sm\:translate-x-60{
    --tw-translate-x: 15rem;
  }

  :root .sm\:translate-x-64{
    --tw-translate-x: 16rem;
  }

  :root .sm\:translate-x-72{
    --tw-translate-x: 18rem;
  }

  :root .sm\:translate-x-80{
    --tw-translate-x: 20rem;
  }

  :root .sm\:translate-x-96{
    --tw-translate-x: 24rem;
  }

  :root .sm\:translate-x-px{
    --tw-translate-x: 1px;
  }

  :root .sm\:translate-x-gutter{
    --tw-translate-x: var(--padding-gutter);
  }

  :root .sm\:translate-x-0\.5{
    --tw-translate-x: 0.125rem;
  }

  :root .sm\:translate-x-1\.5{
    --tw-translate-x: 0.375rem;
  }

  :root .sm\:translate-x-2\.5{
    --tw-translate-x: 0.625rem;
  }

  :root .sm\:translate-x-3\.5{
    --tw-translate-x: 0.875rem;
  }

  :root .sm\:translate-x-17\.5{
    --tw-translate-x: 4.375rem;
  }

  :root .sm\:-translate-x-1{
    --tw-translate-x: -0.25rem;
  }

  :root .sm\:-translate-x-2{
    --tw-translate-x: -0.5rem;
  }

  :root .sm\:-translate-x-3{
    --tw-translate-x: -0.75rem;
  }

  :root .sm\:-translate-x-4{
    --tw-translate-x: -1rem;
  }

  :root .sm\:-translate-x-5{
    --tw-translate-x: -1.25rem;
  }

  :root .sm\:-translate-x-6{
    --tw-translate-x: -1.5rem;
  }

  :root .sm\:-translate-x-7{
    --tw-translate-x: -1.75rem;
  }

  :root .sm\:-translate-x-8{
    --tw-translate-x: -2rem;
  }

  :root .sm\:-translate-x-9{
    --tw-translate-x: -2.25rem;
  }

  :root .sm\:-translate-x-10{
    --tw-translate-x: -2.5rem;
  }

  :root .sm\:-translate-x-11{
    --tw-translate-x: -2.75rem;
  }

  :root .sm\:-translate-x-12{
    --tw-translate-x: -3rem;
  }

  :root .sm\:-translate-x-14{
    --tw-translate-x: -3.5rem;
  }

  :root .sm\:-translate-x-16{
    --tw-translate-x: -4rem;
  }

  :root .sm\:-translate-x-20{
    --tw-translate-x: -5rem;
  }

  :root .sm\:-translate-x-24{
    --tw-translate-x: -6rem;
  }

  :root .sm\:-translate-x-28{
    --tw-translate-x: -7rem;
  }

  :root .sm\:-translate-x-32{
    --tw-translate-x: -8rem;
  }

  :root .sm\:-translate-x-36{
    --tw-translate-x: -9rem;
  }

  :root .sm\:-translate-x-40{
    --tw-translate-x: -10rem;
  }

  :root .sm\:-translate-x-44{
    --tw-translate-x: -11rem;
  }

  :root .sm\:-translate-x-48{
    --tw-translate-x: -12rem;
  }

  :root .sm\:-translate-x-52{
    --tw-translate-x: -13rem;
  }

  :root .sm\:-translate-x-56{
    --tw-translate-x: -14rem;
  }

  :root .sm\:-translate-x-60{
    --tw-translate-x: -15rem;
  }

  :root .sm\:-translate-x-64{
    --tw-translate-x: -16rem;
  }

  :root .sm\:-translate-x-72{
    --tw-translate-x: -18rem;
  }

  :root .sm\:-translate-x-80{
    --tw-translate-x: -20rem;
  }

  :root .sm\:-translate-x-96{
    --tw-translate-x: -24rem;
  }

  :root .sm\:-translate-x-px{
    --tw-translate-x: -1px;
  }

  :root .sm\:-translate-x-gutter{
    --tw-translate-x: calc(var(--padding-gutter) * -1);
  }

  :root .sm\:-translate-x-0\.5{
    --tw-translate-x: -0.125rem;
  }

  :root .sm\:-translate-x-1\.5{
    --tw-translate-x: -0.375rem;
  }

  :root .sm\:-translate-x-2\.5{
    --tw-translate-x: -0.625rem;
  }

  :root .sm\:-translate-x-3\.5{
    --tw-translate-x: -0.875rem;
  }

  :root .sm\:-translate-x-17\.5{
    --tw-translate-x: -4.375rem;
  }

  :root .sm\:translate-x-1\/2{
    --tw-translate-x: 50%;
  }

  :root .sm\:translate-x-1\/3{
    --tw-translate-x: 33.333333%;
  }

  :root .sm\:translate-x-2\/3{
    --tw-translate-x: 66.666667%;
  }

  :root .sm\:translate-x-1\/4{
    --tw-translate-x: 25%;
  }

  :root .sm\:translate-x-2\/4{
    --tw-translate-x: 50%;
  }

  :root .sm\:translate-x-3\/4{
    --tw-translate-x: 75%;
  }

  :root .sm\:translate-x-full{
    --tw-translate-x: 100%;
  }

  :root .sm\:-translate-x-1\/2{
    --tw-translate-x: -50%;
  }

  :root .sm\:-translate-x-1\/3{
    --tw-translate-x: -33.333333%;
  }

  :root .sm\:-translate-x-2\/3{
    --tw-translate-x: -66.666667%;
  }

  :root .sm\:-translate-x-1\/4{
    --tw-translate-x: -25%;
  }

  :root .sm\:-translate-x-2\/4{
    --tw-translate-x: -50%;
  }

  :root .sm\:-translate-x-3\/4{
    --tw-translate-x: -75%;
  }

  :root .sm\:-translate-x-full{
    --tw-translate-x: -100%;
  }

  :root .sm\:translate-y-0{
    --tw-translate-y: 0;
  }

  :root .sm\:translate-y-1{
    --tw-translate-y: 0.25rem;
  }

  :root .sm\:translate-y-2{
    --tw-translate-y: 0.5rem;
  }

  :root .sm\:translate-y-3{
    --tw-translate-y: 0.75rem;
  }

  :root .sm\:translate-y-4{
    --tw-translate-y: 1rem;
  }

  :root .sm\:translate-y-5{
    --tw-translate-y: 1.25rem;
  }

  :root .sm\:translate-y-6{
    --tw-translate-y: 1.5rem;
  }

  :root .sm\:translate-y-7{
    --tw-translate-y: 1.75rem;
  }

  :root .sm\:translate-y-8{
    --tw-translate-y: 2rem;
  }

  :root .sm\:translate-y-9{
    --tw-translate-y: 2.25rem;
  }

  :root .sm\:translate-y-10{
    --tw-translate-y: 2.5rem;
  }

  :root .sm\:translate-y-11{
    --tw-translate-y: 2.75rem;
  }

  :root .sm\:translate-y-12{
    --tw-translate-y: 3rem;
  }

  :root .sm\:translate-y-14{
    --tw-translate-y: 3.5rem;
  }

  :root .sm\:translate-y-16{
    --tw-translate-y: 4rem;
  }

  :root .sm\:translate-y-20{
    --tw-translate-y: 5rem;
  }

  :root .sm\:translate-y-24{
    --tw-translate-y: 6rem;
  }

  :root .sm\:translate-y-28{
    --tw-translate-y: 7rem;
  }

  :root .sm\:translate-y-32{
    --tw-translate-y: 8rem;
  }

  :root .sm\:translate-y-36{
    --tw-translate-y: 9rem;
  }

  :root .sm\:translate-y-40{
    --tw-translate-y: 10rem;
  }

  :root .sm\:translate-y-44{
    --tw-translate-y: 11rem;
  }

  :root .sm\:translate-y-48{
    --tw-translate-y: 12rem;
  }

  :root .sm\:translate-y-52{
    --tw-translate-y: 13rem;
  }

  :root .sm\:translate-y-56{
    --tw-translate-y: 14rem;
  }

  :root .sm\:translate-y-60{
    --tw-translate-y: 15rem;
  }

  :root .sm\:translate-y-64{
    --tw-translate-y: 16rem;
  }

  :root .sm\:translate-y-72{
    --tw-translate-y: 18rem;
  }

  :root .sm\:translate-y-80{
    --tw-translate-y: 20rem;
  }

  :root .sm\:translate-y-96{
    --tw-translate-y: 24rem;
  }

  :root .sm\:translate-y-px{
    --tw-translate-y: 1px;
  }

  :root .sm\:translate-y-gutter{
    --tw-translate-y: var(--padding-gutter);
  }

  :root .sm\:translate-y-0\.5{
    --tw-translate-y: 0.125rem;
  }

  :root .sm\:translate-y-1\.5{
    --tw-translate-y: 0.375rem;
  }

  :root .sm\:translate-y-2\.5{
    --tw-translate-y: 0.625rem;
  }

  :root .sm\:translate-y-3\.5{
    --tw-translate-y: 0.875rem;
  }

  :root .sm\:translate-y-17\.5{
    --tw-translate-y: 4.375rem;
  }

  :root .sm\:-translate-y-1{
    --tw-translate-y: -0.25rem;
  }

  :root .sm\:-translate-y-2{
    --tw-translate-y: -0.5rem;
  }

  :root .sm\:-translate-y-3{
    --tw-translate-y: -0.75rem;
  }

  :root .sm\:-translate-y-4{
    --tw-translate-y: -1rem;
  }

  :root .sm\:-translate-y-5{
    --tw-translate-y: -1.25rem;
  }

  :root .sm\:-translate-y-6{
    --tw-translate-y: -1.5rem;
  }

  :root .sm\:-translate-y-7{
    --tw-translate-y: -1.75rem;
  }

  :root .sm\:-translate-y-8{
    --tw-translate-y: -2rem;
  }

  :root .sm\:-translate-y-9{
    --tw-translate-y: -2.25rem;
  }

  :root .sm\:-translate-y-10{
    --tw-translate-y: -2.5rem;
  }

  :root .sm\:-translate-y-11{
    --tw-translate-y: -2.75rem;
  }

  :root .sm\:-translate-y-12{
    --tw-translate-y: -3rem;
  }

  :root .sm\:-translate-y-14{
    --tw-translate-y: -3.5rem;
  }

  :root .sm\:-translate-y-16{
    --tw-translate-y: -4rem;
  }

  :root .sm\:-translate-y-20{
    --tw-translate-y: -5rem;
  }

  :root .sm\:-translate-y-24{
    --tw-translate-y: -6rem;
  }

  :root .sm\:-translate-y-28{
    --tw-translate-y: -7rem;
  }

  :root .sm\:-translate-y-32{
    --tw-translate-y: -8rem;
  }

  :root .sm\:-translate-y-36{
    --tw-translate-y: -9rem;
  }

  :root .sm\:-translate-y-40{
    --tw-translate-y: -10rem;
  }

  :root .sm\:-translate-y-44{
    --tw-translate-y: -11rem;
  }

  :root .sm\:-translate-y-48{
    --tw-translate-y: -12rem;
  }

  :root .sm\:-translate-y-52{
    --tw-translate-y: -13rem;
  }

  :root .sm\:-translate-y-56{
    --tw-translate-y: -14rem;
  }

  :root .sm\:-translate-y-60{
    --tw-translate-y: -15rem;
  }

  :root .sm\:-translate-y-64{
    --tw-translate-y: -16rem;
  }

  :root .sm\:-translate-y-72{
    --tw-translate-y: -18rem;
  }

  :root .sm\:-translate-y-80{
    --tw-translate-y: -20rem;
  }

  :root .sm\:-translate-y-96{
    --tw-translate-y: -24rem;
  }

  :root .sm\:-translate-y-px{
    --tw-translate-y: -1px;
  }

  :root .sm\:-translate-y-gutter{
    --tw-translate-y: calc(var(--padding-gutter) * -1);
  }

  :root .sm\:-translate-y-0\.5{
    --tw-translate-y: -0.125rem;
  }

  :root .sm\:-translate-y-1\.5{
    --tw-translate-y: -0.375rem;
  }

  :root .sm\:-translate-y-2\.5{
    --tw-translate-y: -0.625rem;
  }

  :root .sm\:-translate-y-3\.5{
    --tw-translate-y: -0.875rem;
  }

  :root .sm\:-translate-y-17\.5{
    --tw-translate-y: -4.375rem;
  }

  :root .sm\:translate-y-1\/2{
    --tw-translate-y: 50%;
  }

  :root .sm\:translate-y-1\/3{
    --tw-translate-y: 33.333333%;
  }

  :root .sm\:translate-y-2\/3{
    --tw-translate-y: 66.666667%;
  }

  :root .sm\:translate-y-1\/4{
    --tw-translate-y: 25%;
  }

  :root .sm\:translate-y-2\/4{
    --tw-translate-y: 50%;
  }

  :root .sm\:translate-y-3\/4{
    --tw-translate-y: 75%;
  }

  :root .sm\:translate-y-full{
    --tw-translate-y: 100%;
  }

  :root .sm\:-translate-y-1\/2{
    --tw-translate-y: -50%;
  }

  :root .sm\:-translate-y-1\/3{
    --tw-translate-y: -33.333333%;
  }

  :root .sm\:-translate-y-2\/3{
    --tw-translate-y: -66.666667%;
  }

  :root .sm\:-translate-y-1\/4{
    --tw-translate-y: -25%;
  }

  :root .sm\:-translate-y-2\/4{
    --tw-translate-y: -50%;
  }

  :root .sm\:-translate-y-3\/4{
    --tw-translate-y: -75%;
  }

  :root .sm\:-translate-y-full{
    --tw-translate-y: -100%;
  }

  :root .sm\:hover\:translate-x-0:hover{
    --tw-translate-x: 0;
  }

  :root .sm\:hover\:translate-x-1:hover{
    --tw-translate-x: 0.25rem;
  }

  :root .sm\:hover\:translate-x-2:hover{
    --tw-translate-x: 0.5rem;
  }

  :root .sm\:hover\:translate-x-3:hover{
    --tw-translate-x: 0.75rem;
  }

  :root .sm\:hover\:translate-x-4:hover{
    --tw-translate-x: 1rem;
  }

  :root .sm\:hover\:translate-x-5:hover{
    --tw-translate-x: 1.25rem;
  }

  :root .sm\:hover\:translate-x-6:hover{
    --tw-translate-x: 1.5rem;
  }

  :root .sm\:hover\:translate-x-7:hover{
    --tw-translate-x: 1.75rem;
  }

  :root .sm\:hover\:translate-x-8:hover{
    --tw-translate-x: 2rem;
  }

  :root .sm\:hover\:translate-x-9:hover{
    --tw-translate-x: 2.25rem;
  }

  :root .sm\:hover\:translate-x-10:hover{
    --tw-translate-x: 2.5rem;
  }

  :root .sm\:hover\:translate-x-11:hover{
    --tw-translate-x: 2.75rem;
  }

  :root .sm\:hover\:translate-x-12:hover{
    --tw-translate-x: 3rem;
  }

  :root .sm\:hover\:translate-x-14:hover{
    --tw-translate-x: 3.5rem;
  }

  :root .sm\:hover\:translate-x-16:hover{
    --tw-translate-x: 4rem;
  }

  :root .sm\:hover\:translate-x-20:hover{
    --tw-translate-x: 5rem;
  }

  :root .sm\:hover\:translate-x-24:hover{
    --tw-translate-x: 6rem;
  }

  :root .sm\:hover\:translate-x-28:hover{
    --tw-translate-x: 7rem;
  }

  :root .sm\:hover\:translate-x-32:hover{
    --tw-translate-x: 8rem;
  }

  :root .sm\:hover\:translate-x-36:hover{
    --tw-translate-x: 9rem;
  }

  :root .sm\:hover\:translate-x-40:hover{
    --tw-translate-x: 10rem;
  }

  :root .sm\:hover\:translate-x-44:hover{
    --tw-translate-x: 11rem;
  }

  :root .sm\:hover\:translate-x-48:hover{
    --tw-translate-x: 12rem;
  }

  :root .sm\:hover\:translate-x-52:hover{
    --tw-translate-x: 13rem;
  }

  :root .sm\:hover\:translate-x-56:hover{
    --tw-translate-x: 14rem;
  }

  :root .sm\:hover\:translate-x-60:hover{
    --tw-translate-x: 15rem;
  }

  :root .sm\:hover\:translate-x-64:hover{
    --tw-translate-x: 16rem;
  }

  :root .sm\:hover\:translate-x-72:hover{
    --tw-translate-x: 18rem;
  }

  :root .sm\:hover\:translate-x-80:hover{
    --tw-translate-x: 20rem;
  }

  :root .sm\:hover\:translate-x-96:hover{
    --tw-translate-x: 24rem;
  }

  :root .sm\:hover\:translate-x-px:hover{
    --tw-translate-x: 1px;
  }

  :root .sm\:hover\:translate-x-gutter:hover{
    --tw-translate-x: var(--padding-gutter);
  }

  :root .sm\:hover\:translate-x-0\.5:hover{
    --tw-translate-x: 0.125rem;
  }

  :root .sm\:hover\:translate-x-1\.5:hover{
    --tw-translate-x: 0.375rem;
  }

  :root .sm\:hover\:translate-x-2\.5:hover{
    --tw-translate-x: 0.625rem;
  }

  :root .sm\:hover\:translate-x-3\.5:hover{
    --tw-translate-x: 0.875rem;
  }

  :root .sm\:hover\:translate-x-17\.5:hover{
    --tw-translate-x: 4.375rem;
  }

  :root .sm\:hover\:-translate-x-1:hover{
    --tw-translate-x: -0.25rem;
  }

  :root .sm\:hover\:-translate-x-2:hover{
    --tw-translate-x: -0.5rem;
  }

  :root .sm\:hover\:-translate-x-3:hover{
    --tw-translate-x: -0.75rem;
  }

  :root .sm\:hover\:-translate-x-4:hover{
    --tw-translate-x: -1rem;
  }

  :root .sm\:hover\:-translate-x-5:hover{
    --tw-translate-x: -1.25rem;
  }

  :root .sm\:hover\:-translate-x-6:hover{
    --tw-translate-x: -1.5rem;
  }

  :root .sm\:hover\:-translate-x-7:hover{
    --tw-translate-x: -1.75rem;
  }

  :root .sm\:hover\:-translate-x-8:hover{
    --tw-translate-x: -2rem;
  }

  :root .sm\:hover\:-translate-x-9:hover{
    --tw-translate-x: -2.25rem;
  }

  :root .sm\:hover\:-translate-x-10:hover{
    --tw-translate-x: -2.5rem;
  }

  :root .sm\:hover\:-translate-x-11:hover{
    --tw-translate-x: -2.75rem;
  }

  :root .sm\:hover\:-translate-x-12:hover{
    --tw-translate-x: -3rem;
  }

  :root .sm\:hover\:-translate-x-14:hover{
    --tw-translate-x: -3.5rem;
  }

  :root .sm\:hover\:-translate-x-16:hover{
    --tw-translate-x: -4rem;
  }

  :root .sm\:hover\:-translate-x-20:hover{
    --tw-translate-x: -5rem;
  }

  :root .sm\:hover\:-translate-x-24:hover{
    --tw-translate-x: -6rem;
  }

  :root .sm\:hover\:-translate-x-28:hover{
    --tw-translate-x: -7rem;
  }

  :root .sm\:hover\:-translate-x-32:hover{
    --tw-translate-x: -8rem;
  }

  :root .sm\:hover\:-translate-x-36:hover{
    --tw-translate-x: -9rem;
  }

  :root .sm\:hover\:-translate-x-40:hover{
    --tw-translate-x: -10rem;
  }

  :root .sm\:hover\:-translate-x-44:hover{
    --tw-translate-x: -11rem;
  }

  :root .sm\:hover\:-translate-x-48:hover{
    --tw-translate-x: -12rem;
  }

  :root .sm\:hover\:-translate-x-52:hover{
    --tw-translate-x: -13rem;
  }

  :root .sm\:hover\:-translate-x-56:hover{
    --tw-translate-x: -14rem;
  }

  :root .sm\:hover\:-translate-x-60:hover{
    --tw-translate-x: -15rem;
  }

  :root .sm\:hover\:-translate-x-64:hover{
    --tw-translate-x: -16rem;
  }

  :root .sm\:hover\:-translate-x-72:hover{
    --tw-translate-x: -18rem;
  }

  :root .sm\:hover\:-translate-x-80:hover{
    --tw-translate-x: -20rem;
  }

  :root .sm\:hover\:-translate-x-96:hover{
    --tw-translate-x: -24rem;
  }

  :root .sm\:hover\:-translate-x-px:hover{
    --tw-translate-x: -1px;
  }

  :root .sm\:hover\:-translate-x-gutter:hover{
    --tw-translate-x: calc(var(--padding-gutter) * -1);
  }

  :root .sm\:hover\:-translate-x-0\.5:hover{
    --tw-translate-x: -0.125rem;
  }

  :root .sm\:hover\:-translate-x-1\.5:hover{
    --tw-translate-x: -0.375rem;
  }

  :root .sm\:hover\:-translate-x-2\.5:hover{
    --tw-translate-x: -0.625rem;
  }

  :root .sm\:hover\:-translate-x-3\.5:hover{
    --tw-translate-x: -0.875rem;
  }

  :root .sm\:hover\:-translate-x-17\.5:hover{
    --tw-translate-x: -4.375rem;
  }

  :root .sm\:hover\:translate-x-1\/2:hover{
    --tw-translate-x: 50%;
  }

  :root .sm\:hover\:translate-x-1\/3:hover{
    --tw-translate-x: 33.333333%;
  }

  :root .sm\:hover\:translate-x-2\/3:hover{
    --tw-translate-x: 66.666667%;
  }

  :root .sm\:hover\:translate-x-1\/4:hover{
    --tw-translate-x: 25%;
  }

  :root .sm\:hover\:translate-x-2\/4:hover{
    --tw-translate-x: 50%;
  }

  :root .sm\:hover\:translate-x-3\/4:hover{
    --tw-translate-x: 75%;
  }

  :root .sm\:hover\:translate-x-full:hover{
    --tw-translate-x: 100%;
  }

  :root .sm\:hover\:-translate-x-1\/2:hover{
    --tw-translate-x: -50%;
  }

  :root .sm\:hover\:-translate-x-1\/3:hover{
    --tw-translate-x: -33.333333%;
  }

  :root .sm\:hover\:-translate-x-2\/3:hover{
    --tw-translate-x: -66.666667%;
  }

  :root .sm\:hover\:-translate-x-1\/4:hover{
    --tw-translate-x: -25%;
  }

  :root .sm\:hover\:-translate-x-2\/4:hover{
    --tw-translate-x: -50%;
  }

  :root .sm\:hover\:-translate-x-3\/4:hover{
    --tw-translate-x: -75%;
  }

  :root .sm\:hover\:-translate-x-full:hover{
    --tw-translate-x: -100%;
  }

  :root .sm\:hover\:translate-y-0:hover{
    --tw-translate-y: 0;
  }

  :root .sm\:hover\:translate-y-1:hover{
    --tw-translate-y: 0.25rem;
  }

  :root .sm\:hover\:translate-y-2:hover{
    --tw-translate-y: 0.5rem;
  }

  :root .sm\:hover\:translate-y-3:hover{
    --tw-translate-y: 0.75rem;
  }

  :root .sm\:hover\:translate-y-4:hover{
    --tw-translate-y: 1rem;
  }

  :root .sm\:hover\:translate-y-5:hover{
    --tw-translate-y: 1.25rem;
  }

  :root .sm\:hover\:translate-y-6:hover{
    --tw-translate-y: 1.5rem;
  }

  :root .sm\:hover\:translate-y-7:hover{
    --tw-translate-y: 1.75rem;
  }

  :root .sm\:hover\:translate-y-8:hover{
    --tw-translate-y: 2rem;
  }

  :root .sm\:hover\:translate-y-9:hover{
    --tw-translate-y: 2.25rem;
  }

  :root .sm\:hover\:translate-y-10:hover{
    --tw-translate-y: 2.5rem;
  }

  :root .sm\:hover\:translate-y-11:hover{
    --tw-translate-y: 2.75rem;
  }

  :root .sm\:hover\:translate-y-12:hover{
    --tw-translate-y: 3rem;
  }

  :root .sm\:hover\:translate-y-14:hover{
    --tw-translate-y: 3.5rem;
  }

  :root .sm\:hover\:translate-y-16:hover{
    --tw-translate-y: 4rem;
  }

  :root .sm\:hover\:translate-y-20:hover{
    --tw-translate-y: 5rem;
  }

  :root .sm\:hover\:translate-y-24:hover{
    --tw-translate-y: 6rem;
  }

  :root .sm\:hover\:translate-y-28:hover{
    --tw-translate-y: 7rem;
  }

  :root .sm\:hover\:translate-y-32:hover{
    --tw-translate-y: 8rem;
  }

  :root .sm\:hover\:translate-y-36:hover{
    --tw-translate-y: 9rem;
  }

  :root .sm\:hover\:translate-y-40:hover{
    --tw-translate-y: 10rem;
  }

  :root .sm\:hover\:translate-y-44:hover{
    --tw-translate-y: 11rem;
  }

  :root .sm\:hover\:translate-y-48:hover{
    --tw-translate-y: 12rem;
  }

  :root .sm\:hover\:translate-y-52:hover{
    --tw-translate-y: 13rem;
  }

  :root .sm\:hover\:translate-y-56:hover{
    --tw-translate-y: 14rem;
  }

  :root .sm\:hover\:translate-y-60:hover{
    --tw-translate-y: 15rem;
  }

  :root .sm\:hover\:translate-y-64:hover{
    --tw-translate-y: 16rem;
  }

  :root .sm\:hover\:translate-y-72:hover{
    --tw-translate-y: 18rem;
  }

  :root .sm\:hover\:translate-y-80:hover{
    --tw-translate-y: 20rem;
  }

  :root .sm\:hover\:translate-y-96:hover{
    --tw-translate-y: 24rem;
  }

  :root .sm\:hover\:translate-y-px:hover{
    --tw-translate-y: 1px;
  }

  :root .sm\:hover\:translate-y-gutter:hover{
    --tw-translate-y: var(--padding-gutter);
  }

  :root .sm\:hover\:translate-y-0\.5:hover{
    --tw-translate-y: 0.125rem;
  }

  :root .sm\:hover\:translate-y-1\.5:hover{
    --tw-translate-y: 0.375rem;
  }

  :root .sm\:hover\:translate-y-2\.5:hover{
    --tw-translate-y: 0.625rem;
  }

  :root .sm\:hover\:translate-y-3\.5:hover{
    --tw-translate-y: 0.875rem;
  }

  :root .sm\:hover\:translate-y-17\.5:hover{
    --tw-translate-y: 4.375rem;
  }

  :root .sm\:hover\:-translate-y-1:hover{
    --tw-translate-y: -0.25rem;
  }

  :root .sm\:hover\:-translate-y-2:hover{
    --tw-translate-y: -0.5rem;
  }

  :root .sm\:hover\:-translate-y-3:hover{
    --tw-translate-y: -0.75rem;
  }

  :root .sm\:hover\:-translate-y-4:hover{
    --tw-translate-y: -1rem;
  }

  :root .sm\:hover\:-translate-y-5:hover{
    --tw-translate-y: -1.25rem;
  }

  :root .sm\:hover\:-translate-y-6:hover{
    --tw-translate-y: -1.5rem;
  }

  :root .sm\:hover\:-translate-y-7:hover{
    --tw-translate-y: -1.75rem;
  }

  :root .sm\:hover\:-translate-y-8:hover{
    --tw-translate-y: -2rem;
  }

  :root .sm\:hover\:-translate-y-9:hover{
    --tw-translate-y: -2.25rem;
  }

  :root .sm\:hover\:-translate-y-10:hover{
    --tw-translate-y: -2.5rem;
  }

  :root .sm\:hover\:-translate-y-11:hover{
    --tw-translate-y: -2.75rem;
  }

  :root .sm\:hover\:-translate-y-12:hover{
    --tw-translate-y: -3rem;
  }

  :root .sm\:hover\:-translate-y-14:hover{
    --tw-translate-y: -3.5rem;
  }

  :root .sm\:hover\:-translate-y-16:hover{
    --tw-translate-y: -4rem;
  }

  :root .sm\:hover\:-translate-y-20:hover{
    --tw-translate-y: -5rem;
  }

  :root .sm\:hover\:-translate-y-24:hover{
    --tw-translate-y: -6rem;
  }

  :root .sm\:hover\:-translate-y-28:hover{
    --tw-translate-y: -7rem;
  }

  :root .sm\:hover\:-translate-y-32:hover{
    --tw-translate-y: -8rem;
  }

  :root .sm\:hover\:-translate-y-36:hover{
    --tw-translate-y: -9rem;
  }

  :root .sm\:hover\:-translate-y-40:hover{
    --tw-translate-y: -10rem;
  }

  :root .sm\:hover\:-translate-y-44:hover{
    --tw-translate-y: -11rem;
  }

  :root .sm\:hover\:-translate-y-48:hover{
    --tw-translate-y: -12rem;
  }

  :root .sm\:hover\:-translate-y-52:hover{
    --tw-translate-y: -13rem;
  }

  :root .sm\:hover\:-translate-y-56:hover{
    --tw-translate-y: -14rem;
  }

  :root .sm\:hover\:-translate-y-60:hover{
    --tw-translate-y: -15rem;
  }

  :root .sm\:hover\:-translate-y-64:hover{
    --tw-translate-y: -16rem;
  }

  :root .sm\:hover\:-translate-y-72:hover{
    --tw-translate-y: -18rem;
  }

  :root .sm\:hover\:-translate-y-80:hover{
    --tw-translate-y: -20rem;
  }

  :root .sm\:hover\:-translate-y-96:hover{
    --tw-translate-y: -24rem;
  }

  :root .sm\:hover\:-translate-y-px:hover{
    --tw-translate-y: -1px;
  }

  :root .sm\:hover\:-translate-y-gutter:hover{
    --tw-translate-y: calc(var(--padding-gutter) * -1);
  }

  :root .sm\:hover\:-translate-y-0\.5:hover{
    --tw-translate-y: -0.125rem;
  }

  :root .sm\:hover\:-translate-y-1\.5:hover{
    --tw-translate-y: -0.375rem;
  }

  :root .sm\:hover\:-translate-y-2\.5:hover{
    --tw-translate-y: -0.625rem;
  }

  :root .sm\:hover\:-translate-y-3\.5:hover{
    --tw-translate-y: -0.875rem;
  }

  :root .sm\:hover\:-translate-y-17\.5:hover{
    --tw-translate-y: -4.375rem;
  }

  :root .sm\:hover\:translate-y-1\/2:hover{
    --tw-translate-y: 50%;
  }

  :root .sm\:hover\:translate-y-1\/3:hover{
    --tw-translate-y: 33.333333%;
  }

  :root .sm\:hover\:translate-y-2\/3:hover{
    --tw-translate-y: 66.666667%;
  }

  :root .sm\:hover\:translate-y-1\/4:hover{
    --tw-translate-y: 25%;
  }

  :root .sm\:hover\:translate-y-2\/4:hover{
    --tw-translate-y: 50%;
  }

  :root .sm\:hover\:translate-y-3\/4:hover{
    --tw-translate-y: 75%;
  }

  :root .sm\:hover\:translate-y-full:hover{
    --tw-translate-y: 100%;
  }

  :root .sm\:hover\:-translate-y-1\/2:hover{
    --tw-translate-y: -50%;
  }

  :root .sm\:hover\:-translate-y-1\/3:hover{
    --tw-translate-y: -33.333333%;
  }

  :root .sm\:hover\:-translate-y-2\/3:hover{
    --tw-translate-y: -66.666667%;
  }

  :root .sm\:hover\:-translate-y-1\/4:hover{
    --tw-translate-y: -25%;
  }

  :root .sm\:hover\:-translate-y-2\/4:hover{
    --tw-translate-y: -50%;
  }

  :root .sm\:hover\:-translate-y-3\/4:hover{
    --tw-translate-y: -75%;
  }

  :root .sm\:hover\:-translate-y-full:hover{
    --tw-translate-y: -100%;
  }

  :root .sm\:focus\:translate-x-0:focus{
    --tw-translate-x: 0;
  }

  :root .sm\:focus\:translate-x-1:focus{
    --tw-translate-x: 0.25rem;
  }

  :root .sm\:focus\:translate-x-2:focus{
    --tw-translate-x: 0.5rem;
  }

  :root .sm\:focus\:translate-x-3:focus{
    --tw-translate-x: 0.75rem;
  }

  :root .sm\:focus\:translate-x-4:focus{
    --tw-translate-x: 1rem;
  }

  :root .sm\:focus\:translate-x-5:focus{
    --tw-translate-x: 1.25rem;
  }

  :root .sm\:focus\:translate-x-6:focus{
    --tw-translate-x: 1.5rem;
  }

  :root .sm\:focus\:translate-x-7:focus{
    --tw-translate-x: 1.75rem;
  }

  :root .sm\:focus\:translate-x-8:focus{
    --tw-translate-x: 2rem;
  }

  :root .sm\:focus\:translate-x-9:focus{
    --tw-translate-x: 2.25rem;
  }

  :root .sm\:focus\:translate-x-10:focus{
    --tw-translate-x: 2.5rem;
  }

  :root .sm\:focus\:translate-x-11:focus{
    --tw-translate-x: 2.75rem;
  }

  :root .sm\:focus\:translate-x-12:focus{
    --tw-translate-x: 3rem;
  }

  :root .sm\:focus\:translate-x-14:focus{
    --tw-translate-x: 3.5rem;
  }

  :root .sm\:focus\:translate-x-16:focus{
    --tw-translate-x: 4rem;
  }

  :root .sm\:focus\:translate-x-20:focus{
    --tw-translate-x: 5rem;
  }

  :root .sm\:focus\:translate-x-24:focus{
    --tw-translate-x: 6rem;
  }

  :root .sm\:focus\:translate-x-28:focus{
    --tw-translate-x: 7rem;
  }

  :root .sm\:focus\:translate-x-32:focus{
    --tw-translate-x: 8rem;
  }

  :root .sm\:focus\:translate-x-36:focus{
    --tw-translate-x: 9rem;
  }

  :root .sm\:focus\:translate-x-40:focus{
    --tw-translate-x: 10rem;
  }

  :root .sm\:focus\:translate-x-44:focus{
    --tw-translate-x: 11rem;
  }

  :root .sm\:focus\:translate-x-48:focus{
    --tw-translate-x: 12rem;
  }

  :root .sm\:focus\:translate-x-52:focus{
    --tw-translate-x: 13rem;
  }

  :root .sm\:focus\:translate-x-56:focus{
    --tw-translate-x: 14rem;
  }

  :root .sm\:focus\:translate-x-60:focus{
    --tw-translate-x: 15rem;
  }

  :root .sm\:focus\:translate-x-64:focus{
    --tw-translate-x: 16rem;
  }

  :root .sm\:focus\:translate-x-72:focus{
    --tw-translate-x: 18rem;
  }

  :root .sm\:focus\:translate-x-80:focus{
    --tw-translate-x: 20rem;
  }

  :root .sm\:focus\:translate-x-96:focus{
    --tw-translate-x: 24rem;
  }

  :root .sm\:focus\:translate-x-px:focus{
    --tw-translate-x: 1px;
  }

  :root .sm\:focus\:translate-x-gutter:focus{
    --tw-translate-x: var(--padding-gutter);
  }

  :root .sm\:focus\:translate-x-0\.5:focus{
    --tw-translate-x: 0.125rem;
  }

  :root .sm\:focus\:translate-x-1\.5:focus{
    --tw-translate-x: 0.375rem;
  }

  :root .sm\:focus\:translate-x-2\.5:focus{
    --tw-translate-x: 0.625rem;
  }

  :root .sm\:focus\:translate-x-3\.5:focus{
    --tw-translate-x: 0.875rem;
  }

  :root .sm\:focus\:translate-x-17\.5:focus{
    --tw-translate-x: 4.375rem;
  }

  :root .sm\:focus\:-translate-x-1:focus{
    --tw-translate-x: -0.25rem;
  }

  :root .sm\:focus\:-translate-x-2:focus{
    --tw-translate-x: -0.5rem;
  }

  :root .sm\:focus\:-translate-x-3:focus{
    --tw-translate-x: -0.75rem;
  }

  :root .sm\:focus\:-translate-x-4:focus{
    --tw-translate-x: -1rem;
  }

  :root .sm\:focus\:-translate-x-5:focus{
    --tw-translate-x: -1.25rem;
  }

  :root .sm\:focus\:-translate-x-6:focus{
    --tw-translate-x: -1.5rem;
  }

  :root .sm\:focus\:-translate-x-7:focus{
    --tw-translate-x: -1.75rem;
  }

  :root .sm\:focus\:-translate-x-8:focus{
    --tw-translate-x: -2rem;
  }

  :root .sm\:focus\:-translate-x-9:focus{
    --tw-translate-x: -2.25rem;
  }

  :root .sm\:focus\:-translate-x-10:focus{
    --tw-translate-x: -2.5rem;
  }

  :root .sm\:focus\:-translate-x-11:focus{
    --tw-translate-x: -2.75rem;
  }

  :root .sm\:focus\:-translate-x-12:focus{
    --tw-translate-x: -3rem;
  }

  :root .sm\:focus\:-translate-x-14:focus{
    --tw-translate-x: -3.5rem;
  }

  :root .sm\:focus\:-translate-x-16:focus{
    --tw-translate-x: -4rem;
  }

  :root .sm\:focus\:-translate-x-20:focus{
    --tw-translate-x: -5rem;
  }

  :root .sm\:focus\:-translate-x-24:focus{
    --tw-translate-x: -6rem;
  }

  :root .sm\:focus\:-translate-x-28:focus{
    --tw-translate-x: -7rem;
  }

  :root .sm\:focus\:-translate-x-32:focus{
    --tw-translate-x: -8rem;
  }

  :root .sm\:focus\:-translate-x-36:focus{
    --tw-translate-x: -9rem;
  }

  :root .sm\:focus\:-translate-x-40:focus{
    --tw-translate-x: -10rem;
  }

  :root .sm\:focus\:-translate-x-44:focus{
    --tw-translate-x: -11rem;
  }

  :root .sm\:focus\:-translate-x-48:focus{
    --tw-translate-x: -12rem;
  }

  :root .sm\:focus\:-translate-x-52:focus{
    --tw-translate-x: -13rem;
  }

  :root .sm\:focus\:-translate-x-56:focus{
    --tw-translate-x: -14rem;
  }

  :root .sm\:focus\:-translate-x-60:focus{
    --tw-translate-x: -15rem;
  }

  :root .sm\:focus\:-translate-x-64:focus{
    --tw-translate-x: -16rem;
  }

  :root .sm\:focus\:-translate-x-72:focus{
    --tw-translate-x: -18rem;
  }

  :root .sm\:focus\:-translate-x-80:focus{
    --tw-translate-x: -20rem;
  }

  :root .sm\:focus\:-translate-x-96:focus{
    --tw-translate-x: -24rem;
  }

  :root .sm\:focus\:-translate-x-px:focus{
    --tw-translate-x: -1px;
  }

  :root .sm\:focus\:-translate-x-gutter:focus{
    --tw-translate-x: calc(var(--padding-gutter) * -1);
  }

  :root .sm\:focus\:-translate-x-0\.5:focus{
    --tw-translate-x: -0.125rem;
  }

  :root .sm\:focus\:-translate-x-1\.5:focus{
    --tw-translate-x: -0.375rem;
  }

  :root .sm\:focus\:-translate-x-2\.5:focus{
    --tw-translate-x: -0.625rem;
  }

  :root .sm\:focus\:-translate-x-3\.5:focus{
    --tw-translate-x: -0.875rem;
  }

  :root .sm\:focus\:-translate-x-17\.5:focus{
    --tw-translate-x: -4.375rem;
  }

  :root .sm\:focus\:translate-x-1\/2:focus{
    --tw-translate-x: 50%;
  }

  :root .sm\:focus\:translate-x-1\/3:focus{
    --tw-translate-x: 33.333333%;
  }

  :root .sm\:focus\:translate-x-2\/3:focus{
    --tw-translate-x: 66.666667%;
  }

  :root .sm\:focus\:translate-x-1\/4:focus{
    --tw-translate-x: 25%;
  }

  :root .sm\:focus\:translate-x-2\/4:focus{
    --tw-translate-x: 50%;
  }

  :root .sm\:focus\:translate-x-3\/4:focus{
    --tw-translate-x: 75%;
  }

  :root .sm\:focus\:translate-x-full:focus{
    --tw-translate-x: 100%;
  }

  :root .sm\:focus\:-translate-x-1\/2:focus{
    --tw-translate-x: -50%;
  }

  :root .sm\:focus\:-translate-x-1\/3:focus{
    --tw-translate-x: -33.333333%;
  }

  :root .sm\:focus\:-translate-x-2\/3:focus{
    --tw-translate-x: -66.666667%;
  }

  :root .sm\:focus\:-translate-x-1\/4:focus{
    --tw-translate-x: -25%;
  }

  :root .sm\:focus\:-translate-x-2\/4:focus{
    --tw-translate-x: -50%;
  }

  :root .sm\:focus\:-translate-x-3\/4:focus{
    --tw-translate-x: -75%;
  }

  :root .sm\:focus\:-translate-x-full:focus{
    --tw-translate-x: -100%;
  }

  :root .sm\:focus\:translate-y-0:focus{
    --tw-translate-y: 0;
  }

  :root .sm\:focus\:translate-y-1:focus{
    --tw-translate-y: 0.25rem;
  }

  :root .sm\:focus\:translate-y-2:focus{
    --tw-translate-y: 0.5rem;
  }

  :root .sm\:focus\:translate-y-3:focus{
    --tw-translate-y: 0.75rem;
  }

  :root .sm\:focus\:translate-y-4:focus{
    --tw-translate-y: 1rem;
  }

  :root .sm\:focus\:translate-y-5:focus{
    --tw-translate-y: 1.25rem;
  }

  :root .sm\:focus\:translate-y-6:focus{
    --tw-translate-y: 1.5rem;
  }

  :root .sm\:focus\:translate-y-7:focus{
    --tw-translate-y: 1.75rem;
  }

  :root .sm\:focus\:translate-y-8:focus{
    --tw-translate-y: 2rem;
  }

  :root .sm\:focus\:translate-y-9:focus{
    --tw-translate-y: 2.25rem;
  }

  :root .sm\:focus\:translate-y-10:focus{
    --tw-translate-y: 2.5rem;
  }

  :root .sm\:focus\:translate-y-11:focus{
    --tw-translate-y: 2.75rem;
  }

  :root .sm\:focus\:translate-y-12:focus{
    --tw-translate-y: 3rem;
  }

  :root .sm\:focus\:translate-y-14:focus{
    --tw-translate-y: 3.5rem;
  }

  :root .sm\:focus\:translate-y-16:focus{
    --tw-translate-y: 4rem;
  }

  :root .sm\:focus\:translate-y-20:focus{
    --tw-translate-y: 5rem;
  }

  :root .sm\:focus\:translate-y-24:focus{
    --tw-translate-y: 6rem;
  }

  :root .sm\:focus\:translate-y-28:focus{
    --tw-translate-y: 7rem;
  }

  :root .sm\:focus\:translate-y-32:focus{
    --tw-translate-y: 8rem;
  }

  :root .sm\:focus\:translate-y-36:focus{
    --tw-translate-y: 9rem;
  }

  :root .sm\:focus\:translate-y-40:focus{
    --tw-translate-y: 10rem;
  }

  :root .sm\:focus\:translate-y-44:focus{
    --tw-translate-y: 11rem;
  }

  :root .sm\:focus\:translate-y-48:focus{
    --tw-translate-y: 12rem;
  }

  :root .sm\:focus\:translate-y-52:focus{
    --tw-translate-y: 13rem;
  }

  :root .sm\:focus\:translate-y-56:focus{
    --tw-translate-y: 14rem;
  }

  :root .sm\:focus\:translate-y-60:focus{
    --tw-translate-y: 15rem;
  }

  :root .sm\:focus\:translate-y-64:focus{
    --tw-translate-y: 16rem;
  }

  :root .sm\:focus\:translate-y-72:focus{
    --tw-translate-y: 18rem;
  }

  :root .sm\:focus\:translate-y-80:focus{
    --tw-translate-y: 20rem;
  }

  :root .sm\:focus\:translate-y-96:focus{
    --tw-translate-y: 24rem;
  }

  :root .sm\:focus\:translate-y-px:focus{
    --tw-translate-y: 1px;
  }

  :root .sm\:focus\:translate-y-gutter:focus{
    --tw-translate-y: var(--padding-gutter);
  }

  :root .sm\:focus\:translate-y-0\.5:focus{
    --tw-translate-y: 0.125rem;
  }

  :root .sm\:focus\:translate-y-1\.5:focus{
    --tw-translate-y: 0.375rem;
  }

  :root .sm\:focus\:translate-y-2\.5:focus{
    --tw-translate-y: 0.625rem;
  }

  :root .sm\:focus\:translate-y-3\.5:focus{
    --tw-translate-y: 0.875rem;
  }

  :root .sm\:focus\:translate-y-17\.5:focus{
    --tw-translate-y: 4.375rem;
  }

  :root .sm\:focus\:-translate-y-1:focus{
    --tw-translate-y: -0.25rem;
  }

  :root .sm\:focus\:-translate-y-2:focus{
    --tw-translate-y: -0.5rem;
  }

  :root .sm\:focus\:-translate-y-3:focus{
    --tw-translate-y: -0.75rem;
  }

  :root .sm\:focus\:-translate-y-4:focus{
    --tw-translate-y: -1rem;
  }

  :root .sm\:focus\:-translate-y-5:focus{
    --tw-translate-y: -1.25rem;
  }

  :root .sm\:focus\:-translate-y-6:focus{
    --tw-translate-y: -1.5rem;
  }

  :root .sm\:focus\:-translate-y-7:focus{
    --tw-translate-y: -1.75rem;
  }

  :root .sm\:focus\:-translate-y-8:focus{
    --tw-translate-y: -2rem;
  }

  :root .sm\:focus\:-translate-y-9:focus{
    --tw-translate-y: -2.25rem;
  }

  :root .sm\:focus\:-translate-y-10:focus{
    --tw-translate-y: -2.5rem;
  }

  :root .sm\:focus\:-translate-y-11:focus{
    --tw-translate-y: -2.75rem;
  }

  :root .sm\:focus\:-translate-y-12:focus{
    --tw-translate-y: -3rem;
  }

  :root .sm\:focus\:-translate-y-14:focus{
    --tw-translate-y: -3.5rem;
  }

  :root .sm\:focus\:-translate-y-16:focus{
    --tw-translate-y: -4rem;
  }

  :root .sm\:focus\:-translate-y-20:focus{
    --tw-translate-y: -5rem;
  }

  :root .sm\:focus\:-translate-y-24:focus{
    --tw-translate-y: -6rem;
  }

  :root .sm\:focus\:-translate-y-28:focus{
    --tw-translate-y: -7rem;
  }

  :root .sm\:focus\:-translate-y-32:focus{
    --tw-translate-y: -8rem;
  }

  :root .sm\:focus\:-translate-y-36:focus{
    --tw-translate-y: -9rem;
  }

  :root .sm\:focus\:-translate-y-40:focus{
    --tw-translate-y: -10rem;
  }

  :root .sm\:focus\:-translate-y-44:focus{
    --tw-translate-y: -11rem;
  }

  :root .sm\:focus\:-translate-y-48:focus{
    --tw-translate-y: -12rem;
  }

  :root .sm\:focus\:-translate-y-52:focus{
    --tw-translate-y: -13rem;
  }

  :root .sm\:focus\:-translate-y-56:focus{
    --tw-translate-y: -14rem;
  }

  :root .sm\:focus\:-translate-y-60:focus{
    --tw-translate-y: -15rem;
  }

  :root .sm\:focus\:-translate-y-64:focus{
    --tw-translate-y: -16rem;
  }

  :root .sm\:focus\:-translate-y-72:focus{
    --tw-translate-y: -18rem;
  }

  :root .sm\:focus\:-translate-y-80:focus{
    --tw-translate-y: -20rem;
  }

  :root .sm\:focus\:-translate-y-96:focus{
    --tw-translate-y: -24rem;
  }

  :root .sm\:focus\:-translate-y-px:focus{
    --tw-translate-y: -1px;
  }

  :root .sm\:focus\:-translate-y-gutter:focus{
    --tw-translate-y: calc(var(--padding-gutter) * -1);
  }

  :root .sm\:focus\:-translate-y-0\.5:focus{
    --tw-translate-y: -0.125rem;
  }

  :root .sm\:focus\:-translate-y-1\.5:focus{
    --tw-translate-y: -0.375rem;
  }

  :root .sm\:focus\:-translate-y-2\.5:focus{
    --tw-translate-y: -0.625rem;
  }

  :root .sm\:focus\:-translate-y-3\.5:focus{
    --tw-translate-y: -0.875rem;
  }

  :root .sm\:focus\:-translate-y-17\.5:focus{
    --tw-translate-y: -4.375rem;
  }

  :root .sm\:focus\:translate-y-1\/2:focus{
    --tw-translate-y: 50%;
  }

  :root .sm\:focus\:translate-y-1\/3:focus{
    --tw-translate-y: 33.333333%;
  }

  :root .sm\:focus\:translate-y-2\/3:focus{
    --tw-translate-y: 66.666667%;
  }

  :root .sm\:focus\:translate-y-1\/4:focus{
    --tw-translate-y: 25%;
  }

  :root .sm\:focus\:translate-y-2\/4:focus{
    --tw-translate-y: 50%;
  }

  :root .sm\:focus\:translate-y-3\/4:focus{
    --tw-translate-y: 75%;
  }

  :root .sm\:focus\:translate-y-full:focus{
    --tw-translate-y: 100%;
  }

  :root .sm\:focus\:-translate-y-1\/2:focus{
    --tw-translate-y: -50%;
  }

  :root .sm\:focus\:-translate-y-1\/3:focus{
    --tw-translate-y: -33.333333%;
  }

  :root .sm\:focus\:-translate-y-2\/3:focus{
    --tw-translate-y: -66.666667%;
  }

  :root .sm\:focus\:-translate-y-1\/4:focus{
    --tw-translate-y: -25%;
  }

  :root .sm\:focus\:-translate-y-2\/4:focus{
    --tw-translate-y: -50%;
  }

  :root .sm\:focus\:-translate-y-3\/4:focus{
    --tw-translate-y: -75%;
  }

  :root .sm\:focus\:-translate-y-full:focus{
    --tw-translate-y: -100%;
  }

  :root .sm\:skew-x-0{
    --tw-skew-x: 0deg;
  }

  :root .sm\:skew-x-1{
    --tw-skew-x: 1deg;
  }

  :root .sm\:skew-x-2{
    --tw-skew-x: 2deg;
  }

  :root .sm\:skew-x-3{
    --tw-skew-x: 3deg;
  }

  :root .sm\:skew-x-6{
    --tw-skew-x: 6deg;
  }

  :root .sm\:skew-x-12{
    --tw-skew-x: 12deg;
  }

  :root .sm\:-skew-x-12{
    --tw-skew-x: -12deg;
  }

  :root .sm\:-skew-x-6{
    --tw-skew-x: -6deg;
  }

  :root .sm\:-skew-x-3{
    --tw-skew-x: -3deg;
  }

  :root .sm\:-skew-x-2{
    --tw-skew-x: -2deg;
  }

  :root .sm\:-skew-x-1{
    --tw-skew-x: -1deg;
  }

  :root .sm\:skew-y-0{
    --tw-skew-y: 0deg;
  }

  :root .sm\:skew-y-1{
    --tw-skew-y: 1deg;
  }

  :root .sm\:skew-y-2{
    --tw-skew-y: 2deg;
  }

  :root .sm\:skew-y-3{
    --tw-skew-y: 3deg;
  }

  :root .sm\:skew-y-6{
    --tw-skew-y: 6deg;
  }

  :root .sm\:skew-y-12{
    --tw-skew-y: 12deg;
  }

  :root .sm\:-skew-y-12{
    --tw-skew-y: -12deg;
  }

  :root .sm\:-skew-y-6{
    --tw-skew-y: -6deg;
  }

  :root .sm\:-skew-y-3{
    --tw-skew-y: -3deg;
  }

  :root .sm\:-skew-y-2{
    --tw-skew-y: -2deg;
  }

  :root .sm\:-skew-y-1{
    --tw-skew-y: -1deg;
  }

  :root .sm\:hover\:skew-x-0:hover{
    --tw-skew-x: 0deg;
  }

  :root .sm\:hover\:skew-x-1:hover{
    --tw-skew-x: 1deg;
  }

  :root .sm\:hover\:skew-x-2:hover{
    --tw-skew-x: 2deg;
  }

  :root .sm\:hover\:skew-x-3:hover{
    --tw-skew-x: 3deg;
  }

  :root .sm\:hover\:skew-x-6:hover{
    --tw-skew-x: 6deg;
  }

  :root .sm\:hover\:skew-x-12:hover{
    --tw-skew-x: 12deg;
  }

  :root .sm\:hover\:-skew-x-12:hover{
    --tw-skew-x: -12deg;
  }

  :root .sm\:hover\:-skew-x-6:hover{
    --tw-skew-x: -6deg;
  }

  :root .sm\:hover\:-skew-x-3:hover{
    --tw-skew-x: -3deg;
  }

  :root .sm\:hover\:-skew-x-2:hover{
    --tw-skew-x: -2deg;
  }

  :root .sm\:hover\:-skew-x-1:hover{
    --tw-skew-x: -1deg;
  }

  :root .sm\:hover\:skew-y-0:hover{
    --tw-skew-y: 0deg;
  }

  :root .sm\:hover\:skew-y-1:hover{
    --tw-skew-y: 1deg;
  }

  :root .sm\:hover\:skew-y-2:hover{
    --tw-skew-y: 2deg;
  }

  :root .sm\:hover\:skew-y-3:hover{
    --tw-skew-y: 3deg;
  }

  :root .sm\:hover\:skew-y-6:hover{
    --tw-skew-y: 6deg;
  }

  :root .sm\:hover\:skew-y-12:hover{
    --tw-skew-y: 12deg;
  }

  :root .sm\:hover\:-skew-y-12:hover{
    --tw-skew-y: -12deg;
  }

  :root .sm\:hover\:-skew-y-6:hover{
    --tw-skew-y: -6deg;
  }

  :root .sm\:hover\:-skew-y-3:hover{
    --tw-skew-y: -3deg;
  }

  :root .sm\:hover\:-skew-y-2:hover{
    --tw-skew-y: -2deg;
  }

  :root .sm\:hover\:-skew-y-1:hover{
    --tw-skew-y: -1deg;
  }

  :root .sm\:focus\:skew-x-0:focus{
    --tw-skew-x: 0deg;
  }

  :root .sm\:focus\:skew-x-1:focus{
    --tw-skew-x: 1deg;
  }

  :root .sm\:focus\:skew-x-2:focus{
    --tw-skew-x: 2deg;
  }

  :root .sm\:focus\:skew-x-3:focus{
    --tw-skew-x: 3deg;
  }

  :root .sm\:focus\:skew-x-6:focus{
    --tw-skew-x: 6deg;
  }

  :root .sm\:focus\:skew-x-12:focus{
    --tw-skew-x: 12deg;
  }

  :root .sm\:focus\:-skew-x-12:focus{
    --tw-skew-x: -12deg;
  }

  :root .sm\:focus\:-skew-x-6:focus{
    --tw-skew-x: -6deg;
  }

  :root .sm\:focus\:-skew-x-3:focus{
    --tw-skew-x: -3deg;
  }

  :root .sm\:focus\:-skew-x-2:focus{
    --tw-skew-x: -2deg;
  }

  :root .sm\:focus\:-skew-x-1:focus{
    --tw-skew-x: -1deg;
  }

  :root .sm\:focus\:skew-y-0:focus{
    --tw-skew-y: 0deg;
  }

  :root .sm\:focus\:skew-y-1:focus{
    --tw-skew-y: 1deg;
  }

  :root .sm\:focus\:skew-y-2:focus{
    --tw-skew-y: 2deg;
  }

  :root .sm\:focus\:skew-y-3:focus{
    --tw-skew-y: 3deg;
  }

  :root .sm\:focus\:skew-y-6:focus{
    --tw-skew-y: 6deg;
  }

  :root .sm\:focus\:skew-y-12:focus{
    --tw-skew-y: 12deg;
  }

  :root .sm\:focus\:-skew-y-12:focus{
    --tw-skew-y: -12deg;
  }

  :root .sm\:focus\:-skew-y-6:focus{
    --tw-skew-y: -6deg;
  }

  :root .sm\:focus\:-skew-y-3:focus{
    --tw-skew-y: -3deg;
  }

  :root .sm\:focus\:-skew-y-2:focus{
    --tw-skew-y: -2deg;
  }

  :root .sm\:focus\:-skew-y-1:focus{
    --tw-skew-y: -1deg;
  }

  :root .sm\:transition-none{
    transition-property: none;
  }

  :root .sm\:transition-all{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  :root .sm\:transition{
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  :root .sm\:transition-colors{
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  :root .sm\:transition-opacity{
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  :root .sm\:transition-shadow{
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  :root .sm\:transition-transform{
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  :root .sm\:ease-linear{
    transition-timing-function: linear;
  }

  :root .sm\:ease-in{
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  :root .sm\:ease-out{
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  :root .sm\:ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  :root .sm\:duration-75{
    transition-duration: 75ms;
  }

  :root .sm\:duration-100{
    transition-duration: 100ms;
  }

  :root .sm\:duration-150{
    transition-duration: 150ms;
  }

  :root .sm\:duration-200{
    transition-duration: 200ms;
  }

  :root .sm\:duration-300{
    transition-duration: 300ms;
  }

  :root .sm\:duration-500{
    transition-duration: 500ms;
  }

  :root .sm\:duration-700{
    transition-duration: 700ms;
  }

  :root .sm\:duration-1000{
    transition-duration: 1000ms;
  }

  :root .sm\:delay-75{
    transition-delay: 75ms;
  }

  :root .sm\:delay-100{
    transition-delay: 100ms;
  }

  :root .sm\:delay-150{
    transition-delay: 150ms;
  }

  :root .sm\:delay-200{
    transition-delay: 200ms;
  }

  :root .sm\:delay-300{
    transition-delay: 300ms;
  }

  :root .sm\:delay-500{
    transition-delay: 500ms;
  }

  :root .sm\:delay-700{
    transition-delay: 700ms;
  }

  :root .sm\:delay-1000{
    transition-delay: 1000ms;
  }

  :root .sm\:animate-none{
    animation: none;
  }

  :root .sm\:animate-spin{
    animation: spin 1s linear infinite;
  }

  :root .sm\:animate-ping{
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  :root .sm\:animate-pulse{
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  :root .sm\:animate-bounce{
    animation: bounce 1s infinite;
  }

  :root .sm\:mix-blend-normal{
    mix-blend-mode: normal;
  }

  :root .sm\:mix-blend-multiply{
    mix-blend-mode: multiply;
  }

  :root .sm\:mix-blend-screen{
    mix-blend-mode: screen;
  }

  :root .sm\:mix-blend-overlay{
    mix-blend-mode: overlay;
  }

  :root .sm\:mix-blend-darken{
    mix-blend-mode: darken;
  }

  :root .sm\:mix-blend-lighten{
    mix-blend-mode: lighten;
  }

  :root .sm\:mix-blend-color-dodge{
    mix-blend-mode: color-dodge;
  }

  :root .sm\:mix-blend-color-burn{
    mix-blend-mode: color-burn;
  }

  :root .sm\:mix-blend-hard-light{
    mix-blend-mode: hard-light;
  }

  :root .sm\:mix-blend-soft-light{
    mix-blend-mode: soft-light;
  }

  :root .sm\:mix-blend-difference{
    mix-blend-mode: difference;
  }

  :root .sm\:mix-blend-exclusion{
    mix-blend-mode: exclusion;
  }

  :root .sm\:mix-blend-hue{
    mix-blend-mode: hue;
  }

  :root .sm\:mix-blend-saturation{
    mix-blend-mode: saturation;
  }

  :root .sm\:mix-blend-color{
    mix-blend-mode: color;
  }

  :root .sm\:mix-blend-luminosity{
    mix-blend-mode: luminosity;
  }

  :root .sm\:bg-blend-normal{
    background-blend-mode: normal;
  }

  :root .sm\:bg-blend-multiply{
    background-blend-mode: multiply;
  }

  :root .sm\:bg-blend-screen{
    background-blend-mode: screen;
  }

  :root .sm\:bg-blend-overlay{
    background-blend-mode: overlay;
  }

  :root .sm\:bg-blend-darken{
    background-blend-mode: darken;
  }

  :root .sm\:bg-blend-lighten{
    background-blend-mode: lighten;
  }

  :root .sm\:bg-blend-color-dodge{
    background-blend-mode: color-dodge;
  }

  :root .sm\:bg-blend-color-burn{
    background-blend-mode: color-burn;
  }

  :root .sm\:bg-blend-hard-light{
    background-blend-mode: hard-light;
  }

  :root .sm\:bg-blend-soft-light{
    background-blend-mode: soft-light;
  }

  :root .sm\:bg-blend-difference{
    background-blend-mode: difference;
  }

  :root .sm\:bg-blend-exclusion{
    background-blend-mode: exclusion;
  }

  :root .sm\:bg-blend-hue{
    background-blend-mode: hue;
  }

  :root .sm\:bg-blend-saturation{
    background-blend-mode: saturation;
  }

  :root .sm\:bg-blend-color{
    background-blend-mode: color;
  }

  :root .sm\:bg-blend-luminosity{
    background-blend-mode: luminosity;
  }

  :root .sm\:filter{
    --tw-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }

  :root .sm\:filter-none{
    filter: none;
  }

  :root .sm\:blur-0{
    --tw-blur: blur(0);
  }

  :root .sm\:blur-sm{
    --tw-blur: blur(4px);
  }

  :root .sm\:blur{
    --tw-blur: blur(8px);
  }

  :root .sm\:blur-md{
    --tw-blur: blur(12px);
  }

  :root .sm\:blur-lg{
    --tw-blur: blur(16px);
  }

  :root .sm\:blur-xl{
    --tw-blur: blur(24px);
  }

  :root .sm\:blur-2xl{
    --tw-blur: blur(40px);
  }

  :root .sm\:blur-3xl{
    --tw-blur: blur(64px);
  }

  :root .sm\:brightness-0{
    --tw-brightness: brightness(0);
  }

  :root .sm\:brightness-50{
    --tw-brightness: brightness(.5);
  }

  :root .sm\:brightness-75{
    --tw-brightness: brightness(.75);
  }

  :root .sm\:brightness-90{
    --tw-brightness: brightness(.9);
  }

  :root .sm\:brightness-95{
    --tw-brightness: brightness(.95);
  }

  :root .sm\:brightness-100{
    --tw-brightness: brightness(1);
  }

  :root .sm\:brightness-105{
    --tw-brightness: brightness(1.05);
  }

  :root .sm\:brightness-110{
    --tw-brightness: brightness(1.1);
  }

  :root .sm\:brightness-125{
    --tw-brightness: brightness(1.25);
  }

  :root .sm\:brightness-150{
    --tw-brightness: brightness(1.5);
  }

  :root .sm\:brightness-200{
    --tw-brightness: brightness(2);
  }

  :root .sm\:contrast-0{
    --tw-contrast: contrast(0);
  }

  :root .sm\:contrast-50{
    --tw-contrast: contrast(.5);
  }

  :root .sm\:contrast-75{
    --tw-contrast: contrast(.75);
  }

  :root .sm\:contrast-100{
    --tw-contrast: contrast(1);
  }

  :root .sm\:contrast-125{
    --tw-contrast: contrast(1.25);
  }

  :root .sm\:contrast-150{
    --tw-contrast: contrast(1.5);
  }

  :root .sm\:contrast-200{
    --tw-contrast: contrast(2);
  }

  :root .sm\:drop-shadow-sm{
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05));
  }

  :root .sm\:drop-shadow{
    --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06));
  }

  :root .sm\:drop-shadow-md{
    --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06));
  }

  :root .sm\:drop-shadow-lg{
    --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1));
  }

  :root .sm\:drop-shadow-xl{
    --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08));
  }

  :root .sm\:drop-shadow-2xl{
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15));
  }

  :root .sm\:drop-shadow-none{
    --tw-drop-shadow: drop-shadow(0 0 #0000);
  }

  :root .sm\:grayscale-0{
    --tw-grayscale: grayscale(0);
  }

  :root .sm\:grayscale{
    --tw-grayscale: grayscale(100%);
  }

  :root .sm\:hue-rotate-0{
    --tw-hue-rotate: hue-rotate(0deg);
  }

  :root .sm\:hue-rotate-15{
    --tw-hue-rotate: hue-rotate(15deg);
  }

  :root .sm\:hue-rotate-30{
    --tw-hue-rotate: hue-rotate(30deg);
  }

  :root .sm\:hue-rotate-60{
    --tw-hue-rotate: hue-rotate(60deg);
  }

  :root .sm\:hue-rotate-90{
    --tw-hue-rotate: hue-rotate(90deg);
  }

  :root .sm\:hue-rotate-180{
    --tw-hue-rotate: hue-rotate(180deg);
  }

  :root .sm\:-hue-rotate-180{
    --tw-hue-rotate: hue-rotate(-180deg);
  }

  :root .sm\:-hue-rotate-90{
    --tw-hue-rotate: hue-rotate(-90deg);
  }

  :root .sm\:-hue-rotate-60{
    --tw-hue-rotate: hue-rotate(-60deg);
  }

  :root .sm\:-hue-rotate-30{
    --tw-hue-rotate: hue-rotate(-30deg);
  }

  :root .sm\:-hue-rotate-15{
    --tw-hue-rotate: hue-rotate(-15deg);
  }

  :root .sm\:invert-0{
    --tw-invert: invert(0);
  }

  :root .sm\:invert{
    --tw-invert: invert(100%);
  }

  :root .sm\:saturate-0{
    --tw-saturate: saturate(0);
  }

  :root .sm\:saturate-50{
    --tw-saturate: saturate(.5);
  }

  :root .sm\:saturate-100{
    --tw-saturate: saturate(1);
  }

  :root .sm\:saturate-150{
    --tw-saturate: saturate(1.5);
  }

  :root .sm\:saturate-200{
    --tw-saturate: saturate(2);
  }

  :root .sm\:sepia-0{
    --tw-sepia: sepia(0);
  }

  :root .sm\:sepia{
    --tw-sepia: sepia(100%);
  }

  :root .sm\:backdrop-filter{
    --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
            backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  :root .sm\:backdrop-filter-none{
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }

  :root .sm\:backdrop-brightness-0{
    --tw-backdrop-brightness: brightness(0);
  }

  :root .sm\:backdrop-brightness-50{
    --tw-backdrop-brightness: brightness(.5);
  }

  :root .sm\:backdrop-brightness-75{
    --tw-backdrop-brightness: brightness(.75);
  }

  :root .sm\:backdrop-brightness-90{
    --tw-backdrop-brightness: brightness(.9);
  }

  :root .sm\:backdrop-brightness-95{
    --tw-backdrop-brightness: brightness(.95);
  }

  :root .sm\:backdrop-brightness-100{
    --tw-backdrop-brightness: brightness(1);
  }

  :root .sm\:backdrop-brightness-105{
    --tw-backdrop-brightness: brightness(1.05);
  }

  :root .sm\:backdrop-brightness-110{
    --tw-backdrop-brightness: brightness(1.1);
  }

  :root .sm\:backdrop-brightness-125{
    --tw-backdrop-brightness: brightness(1.25);
  }

  :root .sm\:backdrop-brightness-150{
    --tw-backdrop-brightness: brightness(1.5);
  }

  :root .sm\:backdrop-brightness-200{
    --tw-backdrop-brightness: brightness(2);
  }

  :root .sm\:backdrop-contrast-0{
    --tw-backdrop-contrast: contrast(0);
  }

  :root .sm\:backdrop-contrast-50{
    --tw-backdrop-contrast: contrast(.5);
  }

  :root .sm\:backdrop-contrast-75{
    --tw-backdrop-contrast: contrast(.75);
  }

  :root .sm\:backdrop-contrast-100{
    --tw-backdrop-contrast: contrast(1);
  }

  :root .sm\:backdrop-contrast-125{
    --tw-backdrop-contrast: contrast(1.25);
  }

  :root .sm\:backdrop-contrast-150{
    --tw-backdrop-contrast: contrast(1.5);
  }

  :root .sm\:backdrop-contrast-200{
    --tw-backdrop-contrast: contrast(2);
  }

  :root .sm\:backdrop-grayscale-0{
    --tw-backdrop-grayscale: grayscale(0);
  }

  :root .sm\:backdrop-grayscale{
    --tw-backdrop-grayscale: grayscale(100%);
  }

  :root .sm\:backdrop-hue-rotate-0{
    --tw-backdrop-hue-rotate: hue-rotate(0deg);
  }

  :root .sm\:backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate: hue-rotate(15deg);
  }

  :root .sm\:backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate: hue-rotate(30deg);
  }

  :root .sm\:backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate: hue-rotate(60deg);
  }

  :root .sm\:backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate: hue-rotate(90deg);
  }

  :root .sm\:backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate: hue-rotate(180deg);
  }

  :root .sm\:-backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate: hue-rotate(-180deg);
  }

  :root .sm\:-backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate: hue-rotate(-90deg);
  }

  :root .sm\:-backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate: hue-rotate(-60deg);
  }

  :root .sm\:-backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate: hue-rotate(-30deg);
  }

  :root .sm\:-backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate: hue-rotate(-15deg);
  }

  :root .sm\:backdrop-invert-0{
    --tw-backdrop-invert: invert(0);
  }

  :root .sm\:backdrop-invert{
    --tw-backdrop-invert: invert(100%);
  }

  :root .sm\:backdrop-saturate-0{
    --tw-backdrop-saturate: saturate(0);
  }

  :root .sm\:backdrop-saturate-50{
    --tw-backdrop-saturate: saturate(.5);
  }

  :root .sm\:backdrop-saturate-100{
    --tw-backdrop-saturate: saturate(1);
  }

  :root .sm\:backdrop-saturate-150{
    --tw-backdrop-saturate: saturate(1.5);
  }

  :root .sm\:backdrop-saturate-200{
    --tw-backdrop-saturate: saturate(2);
  }

  :root .sm\:backdrop-sepia-0{
    --tw-backdrop-sepia: sepia(0);
  }

  :root .sm\:backdrop-sepia{
    --tw-backdrop-sepia: sepia(100%);
  }
}

@media (min-width: 1024px){
  :root .md\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  :root .md\:space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
  }

  :root .md\:space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
  }

  :root .md\:space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
  }

  :root .md\:space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  }

  :root .md\:space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
  }

  :root .md\:space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }

  :root .md\:space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.75rem * var(--tw-space-y-reverse));
  }

  :root .md\:space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.75rem * var(--tw-space-x-reverse));
    margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }

  :root .md\:space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.25rem * var(--tw-space-y-reverse));
  }

  :root .md\:space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.25rem * var(--tw-space-x-reverse));
    margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
  }

  :root .md\:space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.75rem * var(--tw-space-y-reverse));
  }

  :root .md\:space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.75rem * var(--tw-space-x-reverse));
    margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem * var(--tw-space-y-reverse));
  }

  :root .md\:space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem * var(--tw-space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.5rem * var(--tw-space-y-reverse));
  }

  :root .md\:space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3.5rem * var(--tw-space-x-reverse));
    margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4rem * var(--tw-space-y-reverse));
  }

  :root .md\:space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4rem * var(--tw-space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5rem * var(--tw-space-y-reverse));
  }

  :root .md\:space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(5rem * var(--tw-space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6rem * var(--tw-space-y-reverse));
  }

  :root .md\:space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(6rem * var(--tw-space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7rem * var(--tw-space-y-reverse));
  }

  :root .md\:space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(7rem * var(--tw-space-x-reverse));
    margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8rem * var(--tw-space-y-reverse));
  }

  :root .md\:space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(8rem * var(--tw-space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(9rem * var(--tw-space-y-reverse));
  }

  :root .md\:space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(9rem * var(--tw-space-x-reverse));
    margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10rem * var(--tw-space-y-reverse));
  }

  :root .md\:space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(10rem * var(--tw-space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:space-y-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(11rem * var(--tw-space-y-reverse));
  }

  :root .md\:space-x-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(11rem * var(--tw-space-x-reverse));
    margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(12rem * var(--tw-space-y-reverse));
  }

  :root .md\:space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(12rem * var(--tw-space-x-reverse));
    margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:space-y-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(13rem * var(--tw-space-y-reverse));
  }

  :root .md\:space-x-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(13rem * var(--tw-space-x-reverse));
    margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(14rem * var(--tw-space-y-reverse));
  }

  :root .md\:space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(14rem * var(--tw-space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(15rem * var(--tw-space-y-reverse));
  }

  :root .md\:space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(15rem * var(--tw-space-x-reverse));
    margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(16rem * var(--tw-space-y-reverse));
  }

  :root .md\:space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(16rem * var(--tw-space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(18rem * var(--tw-space-y-reverse));
  }

  :root .md\:space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(18rem * var(--tw-space-x-reverse));
    margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20rem * var(--tw-space-y-reverse));
  }

  :root .md\:space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(20rem * var(--tw-space-x-reverse));
    margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(24rem * var(--tw-space-y-reverse));
  }

  :root .md\:space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(24rem * var(--tw-space-x-reverse));
    margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1px * var(--tw-space-y-reverse));
  }

  :root .md\:space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1px * var(--tw-space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:space-y-gutter > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(var(--padding-gutter) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(var(--padding-gutter) * var(--tw-space-y-reverse));
  }

  :root .md\:space-x-gutter > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(var(--padding-gutter) * var(--tw-space-x-reverse));
    margin-left: calc(var(--padding-gutter) * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
  }

  :root .md\:space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.125rem * var(--tw-space-x-reverse));
    margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
  }

  :root .md\:space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.375rem * var(--tw-space-x-reverse));
    margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
  }

  :root .md\:space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.625rem * var(--tw-space-x-reverse));
    margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.875rem * var(--tw-space-y-reverse));
  }

  :root .md\:space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.875rem * var(--tw-space-x-reverse));
    margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:space-y-17\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4.375rem * var(--tw-space-y-reverse));
  }

  :root .md\:space-x-17\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4.375rem * var(--tw-space-x-reverse));
    margin-left: calc(4.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:-space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse));
  }

  :root .md\:-space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:-space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse));
  }

  :root .md\:-space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:-space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse));
  }

  :root .md\:-space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:-space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1rem * var(--tw-space-y-reverse));
  }

  :root .md\:-space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1rem * var(--tw-space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:-space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse));
  }

  :root .md\:-space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:-space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse));
  }

  :root .md\:-space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:-space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse));
  }

  :root .md\:-space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:-space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2rem * var(--tw-space-y-reverse));
  }

  :root .md\:-space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2rem * var(--tw-space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:-space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse));
  }

  :root .md\:-space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:-space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse));
  }

  :root .md\:-space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:-space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse));
  }

  :root .md\:-space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:-space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3rem * var(--tw-space-y-reverse));
  }

  :root .md\:-space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3rem * var(--tw-space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:-space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse));
  }

  :root .md\:-space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:-space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4rem * var(--tw-space-y-reverse));
  }

  :root .md\:-space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-4rem * var(--tw-space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:-space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5rem * var(--tw-space-y-reverse));
  }

  :root .md\:-space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-5rem * var(--tw-space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:-space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6rem * var(--tw-space-y-reverse));
  }

  :root .md\:-space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-6rem * var(--tw-space-x-reverse));
    margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:-space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7rem * var(--tw-space-y-reverse));
  }

  :root .md\:-space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-7rem * var(--tw-space-x-reverse));
    margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:-space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8rem * var(--tw-space-y-reverse));
  }

  :root .md\:-space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-8rem * var(--tw-space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:-space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-9rem * var(--tw-space-y-reverse));
  }

  :root .md\:-space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-9rem * var(--tw-space-x-reverse));
    margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:-space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10rem * var(--tw-space-y-reverse));
  }

  :root .md\:-space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-10rem * var(--tw-space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:-space-y-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-11rem * var(--tw-space-y-reverse));
  }

  :root .md\:-space-x-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-11rem * var(--tw-space-x-reverse));
    margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:-space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-12rem * var(--tw-space-y-reverse));
  }

  :root .md\:-space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-12rem * var(--tw-space-x-reverse));
    margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:-space-y-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-13rem * var(--tw-space-y-reverse));
  }

  :root .md\:-space-x-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-13rem * var(--tw-space-x-reverse));
    margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:-space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-14rem * var(--tw-space-y-reverse));
  }

  :root .md\:-space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-14rem * var(--tw-space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:-space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-15rem * var(--tw-space-y-reverse));
  }

  :root .md\:-space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-15rem * var(--tw-space-x-reverse));
    margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:-space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-16rem * var(--tw-space-y-reverse));
  }

  :root .md\:-space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-16rem * var(--tw-space-x-reverse));
    margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:-space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-18rem * var(--tw-space-y-reverse));
  }

  :root .md\:-space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-18rem * var(--tw-space-x-reverse));
    margin-left: calc(-18rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:-space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-20rem * var(--tw-space-y-reverse));
  }

  :root .md\:-space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-20rem * var(--tw-space-x-reverse));
    margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:-space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-24rem * var(--tw-space-y-reverse));
  }

  :root .md\:-space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-24rem * var(--tw-space-x-reverse));
    margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:-space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1px * var(--tw-space-y-reverse));
  }

  :root .md\:-space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1px * var(--tw-space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:-space-y-gutter > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(var(--padding-gutter) * -1) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(var(--padding-gutter) * -1) * var(--tw-space-y-reverse));
  }

  :root .md\:-space-x-gutter > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(var(--padding-gutter) * -1) * var(--tw-space-x-reverse));
    margin-left: calc(calc(var(--padding-gutter) * -1) * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:-space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse));
  }

  :root .md\:-space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:-space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse));
  }

  :root .md\:-space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.375rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:-space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse));
  }

  :root .md\:-space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.625rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:-space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse));
  }

  :root .md\:-space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.875rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:-space-y-17\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-4.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4.375rem * var(--tw-space-y-reverse));
  }

  :root .md\:-space-x-17\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-4.375rem * var(--tw-space-x-reverse));
    margin-left: calc(-4.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:space-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 1;
  }

  :root .md\:space-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 1;
  }

  :root .md\:divide-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }

  :root .md\:divide-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0px * var(--tw-divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
  }

  :root .md\:divide-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
  }

  :root .md\:divide-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(2px * var(--tw-divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
  }

  :root .md\:divide-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(3px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(3px * var(--tw-divide-y-reverse));
  }

  :root .md\:divide-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(3px * var(--tw-divide-x-reverse));
    border-left-width: calc(3px * calc(1 - var(--tw-divide-x-reverse)));
  }

  :root .md\:divide-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse));
  }

  :root .md\:divide-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(4px * var(--tw-divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse)));
  }

  :root .md\:divide-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse));
  }

  :root .md\:divide-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(8px * var(--tw-divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse)));
  }

  :root .md\:divide-y > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  }

  :root .md\:divide-x > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

  :root .md\:divide-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 1;
  }

  :root .md\:divide-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 1;
  }

  :root .md\:divide-current > :not([hidden]) ~ :not([hidden]){
    border-color: currentColor;
  }

  :root .md\:divide-transparent > :not([hidden]) ~ :not([hidden]){
    border-color: transparent;
  }

  :root .md\:divide-black > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(var(--color-black));
  }

  :root .md\:divide-white > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(var(--color-white));
  }

  :root .md\:divide-contrast-black > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  :root .md\:divide-contrast-white > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  :root .md\:divide-primary-light > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(var(--color-primary), .1);
  }

  :root .md\:divide-primary > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(var(--color-primary));
  }

  :root .md\:divide-red-light > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(244, 67, 54, 0.1);
  }

  :root .md\:divide-red > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(244, 67, 54, var(--tw-divide-opacity));
  }

  :root .md\:divide-green-2 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(var(--color-green-2));
  }

  :root .md\:divide-green-3 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(var(--color-green-3));
  }

  :root .md\:divide-green-4 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(var(--color-green-4));
  }

  :root .md\:divide-gren > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(var(--color-gren));
  }

  :root .md\:divide-gren-1 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(var(--color-gren-1));
  }

  :root .md\:divide-gren-2 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(var(--color-gren-2));
  }

  :root .md\:divide-gren-3 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(var(--color-gren-3));
  }

  :root .md\:divide-gren-4 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(var(--color-gren-4));
  }

  :root .md\:divide-selected > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(var(--color-selected));
  }

  :root .md\:divide-error > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(var(--color-error));
  }

  :root .md\:divide-attention > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(var(--color-attention));
  }

  :root .md\:divide-accept > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(var(--color-accept));
  }

  :root .md\:divide-system > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(var(--color-system));
  }

  :root .md\:divide-orange > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(var(--color-orange));
  }

  :root .md\:divide-links > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(var(--color-links));
  }

  :root .md\:divide-teal > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(var(--color-teal));
  }

  :root .md\:divide-purple > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(var(--color-purple));
  }

  :root .md\:divide-pink > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(var(--color-pink));
  }

  :root .md\:divide-margaret > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(var(--color-margaret));
  }

  :root .md\:divide-betty > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(var(--color-betty));
  }

  :root .md\:divide-natasha-light > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(var(--color-natasha), .05);
  }

  :root .md\:divide-natasha > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(var(--color-natasha));
  }

  :root .md\:divide-tiffany > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(var(--color-tiffany));
  }

  :root .md\:divide-barbara > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(var(--color-barbara));
  }

  :root .md\:divide-suzanne > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(var(--color-suzanne));
  }

  :root .md\:divide-lily > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(var(--color-lily));
  }

  :root .md\:divide-stephanie > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(var(--color-stephanie));
  }

  :root .md\:divide-lisa > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(var(--color-lisa), 0.6);
  }

  :root .md\:divide-california > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(var(--color-california));
  }

  :root .md\:divide-texas > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(var(--color-texas));
  }

  :root .md\:divide-florida > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(var(--color-florida));
  }

  :root .md\:divide-colorado > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(var(--color-colorado));
  }

  :root .md\:divide-seattle > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(var(--color-seattle));
  }

  :root .md\:divide-denver > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(var(--color-denver));
  }

  :root .md\:divide-arizona > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(var(--color-arizona));
  }

  :root .md\:divide-shpongle > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(var(--color-shpongle));
  }

  :root .md\:divide-band > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(var(--color-band));
  }

  :root .md\:divide-blur > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(var(--color-blur), 0.05);
  }

  :root .md\:divide-mila > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(var(--color-mila));
  }

  :root .md\:divide-solid > :not([hidden]) ~ :not([hidden]){
    border-style: solid;
  }

  :root .md\:divide-dashed > :not([hidden]) ~ :not([hidden]){
    border-style: dashed;
  }

  :root .md\:divide-dotted > :not([hidden]) ~ :not([hidden]){
    border-style: dotted;
  }

  :root .md\:divide-double > :not([hidden]) ~ :not([hidden]){
    border-style: double;
  }

  :root .md\:divide-none > :not([hidden]) ~ :not([hidden]){
    border-style: none;
  }

  :root .md\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0;
  }

  :root .md\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.25;
  }

  :root .md\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.5;
  }

  :root .md\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.75;
  }

  :root .md\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
  }

  :root .md\:sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  :root .md\:not-sr-only{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  :root .md\:focus\:sr-only:focus{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  :root .md\:focus\:not-sr-only:focus{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  :root .md\:appearance-none{
    appearance: none;
  }

  :root .md\:bg-fixed{
    background-attachment: fixed;
  }

  :root .md\:bg-local{
    background-attachment: local;
  }

  :root .md\:bg-scroll{
    background-attachment: scroll;
  }

  :root .md\:bg-clip-border{
    background-clip: border-box;
  }

  :root .md\:bg-clip-padding{
    background-clip: padding-box;
  }

  :root .md\:bg-clip-content{
    background-clip: content-box;
  }

  :root .md\:bg-clip-text{
    background-clip: text;
  }

  :root .md\:bg-base{
    background-color: var(--background-base);
  }

  :root .md\:bg-card{
    background-color: var(--background-card);
  }

  :root .md\:bg-app-bar{
    background-color: var(--background-app-bar);
  }

  :root .md\:bg-hover{
    background-color: var(--background-hover);
  }

  :root .md\:bg-current{
    background-color: currentColor;
  }

  :root .md\:bg-transparent{
    background-color: transparent;
  }

  :root .md\:bg-black{
    background-color: rgb(var(--color-black));
  }

  :root .md\:bg-white{
    background-color: rgb(var(--color-white));
  }

  :root .md\:bg-contrast-black{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  :root .md\:bg-contrast-white{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  :root .md\:bg-primary-light{
    background-color: rgba(var(--color-primary), .1);
  }

  :root .md\:bg-primary{
    background-color: rgb(var(--color-primary));
  }

  :root .md\:bg-red-light{
    background-color: rgba(244, 67, 54, 0.1);
  }

  :root .md\:bg-red{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 67, 54, var(--tw-bg-opacity));
  }

  :root .md\:bg-green-2{
    background-color: rgb(var(--color-green-2));
  }

  :root .md\:bg-green-3{
    background-color: rgb(var(--color-green-3));
  }

  :root .md\:bg-green-4{
    background-color: rgb(var(--color-green-4));
  }

  :root .md\:bg-gren{
    background-color: rgb(var(--color-gren));
  }

  :root .md\:bg-gren-1{
    background-color: rgb(var(--color-gren-1));
  }

  :root .md\:bg-gren-2{
    background-color: rgb(var(--color-gren-2));
  }

  :root .md\:bg-gren-3{
    background-color: rgb(var(--color-gren-3));
  }

  :root .md\:bg-gren-4{
    background-color: rgb(var(--color-gren-4));
  }

  :root .md\:bg-selected{
    background-color: rgb(var(--color-selected));
  }

  :root .md\:bg-error{
    background-color: rgb(var(--color-error));
  }

  :root .md\:bg-attention{
    background-color: rgb(var(--color-attention));
  }

  :root .md\:bg-accept{
    background-color: rgb(var(--color-accept));
  }

  :root .md\:bg-system{
    background-color: rgb(var(--color-system));
  }

  :root .md\:bg-orange{
    background-color: rgb(var(--color-orange));
  }

  :root .md\:bg-links{
    background-color: rgb(var(--color-links));
  }

  :root .md\:bg-teal{
    background-color: rgb(var(--color-teal));
  }

  :root .md\:bg-purple{
    background-color: rgb(var(--color-purple));
  }

  :root .md\:bg-pink{
    background-color: rgb(var(--color-pink));
  }

  :root .md\:bg-margaret{
    background-color: rgb(var(--color-margaret));
  }

  :root .md\:bg-betty{
    background-color: rgb(var(--color-betty));
  }

  :root .md\:bg-natasha-light{
    background-color: rgba(var(--color-natasha), .05);
  }

  :root .md\:bg-natasha{
    background-color: rgb(var(--color-natasha));
  }

  :root .md\:bg-tiffany{
    background-color: rgb(var(--color-tiffany));
  }

  :root .md\:bg-barbara{
    background-color: rgb(var(--color-barbara));
  }

  :root .md\:bg-suzanne{
    background-color: rgb(var(--color-suzanne));
  }

  :root .md\:bg-lily{
    background-color: rgb(var(--color-lily));
  }

  :root .md\:bg-stephanie{
    background-color: rgb(var(--color-stephanie));
  }

  :root .md\:bg-lisa{
    background-color: rgba(var(--color-lisa), 0.6);
  }

  :root .md\:bg-california{
    background-color: rgb(var(--color-california));
  }

  :root .md\:bg-texas{
    background-color: rgb(var(--color-texas));
  }

  :root .md\:bg-florida{
    background-color: rgb(var(--color-florida));
  }

  :root .md\:bg-colorado{
    background-color: rgb(var(--color-colorado));
  }

  :root .md\:bg-seattle{
    background-color: rgb(var(--color-seattle));
  }

  :root .md\:bg-denver{
    background-color: rgb(var(--color-denver));
  }

  :root .md\:bg-arizona{
    background-color: rgb(var(--color-arizona));
  }

  :root .md\:bg-shpongle{
    background-color: rgb(var(--color-shpongle));
  }

  :root .md\:bg-band{
    background-color: rgb(var(--color-band));
  }

  :root .md\:bg-blur{
    background-color: rgba(var(--color-blur), 0.05);
  }

  :root .md\:bg-mila{
    background-color: rgba(var(--color-mila));
  }

  :root .md\:hover\:bg-base:hover{
    background-color: var(--background-base);
  }

  :root .md\:hover\:bg-card:hover{
    background-color: var(--background-card);
  }

  :root .md\:hover\:bg-app-bar:hover{
    background-color: var(--background-app-bar);
  }

  :root .md\:hover\:bg-hover:hover{
    background-color: var(--background-hover);
  }

  :root .md\:hover\:bg-current:hover{
    background-color: currentColor;
  }

  :root .md\:hover\:bg-transparent:hover{
    background-color: transparent;
  }

  :root .md\:hover\:bg-black:hover{
    background-color: rgb(var(--color-black));
  }

  :root .md\:hover\:bg-white:hover{
    background-color: rgb(var(--color-white));
  }

  :root .md\:hover\:bg-contrast-black:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  :root .md\:hover\:bg-contrast-white:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  :root .md\:hover\:bg-primary-light:hover{
    background-color: rgba(var(--color-primary), .1);
  }

  :root .md\:hover\:bg-primary:hover{
    background-color: rgb(var(--color-primary));
  }

  :root .md\:hover\:bg-red-light:hover{
    background-color: rgba(244, 67, 54, 0.1);
  }

  :root .md\:hover\:bg-red:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 67, 54, var(--tw-bg-opacity));
  }

  :root .md\:hover\:bg-green-2:hover{
    background-color: rgb(var(--color-green-2));
  }

  :root .md\:hover\:bg-green-3:hover{
    background-color: rgb(var(--color-green-3));
  }

  :root .md\:hover\:bg-green-4:hover{
    background-color: rgb(var(--color-green-4));
  }

  :root .md\:hover\:bg-gren:hover{
    background-color: rgb(var(--color-gren));
  }

  :root .md\:hover\:bg-gren-1:hover{
    background-color: rgb(var(--color-gren-1));
  }

  :root .md\:hover\:bg-gren-2:hover{
    background-color: rgb(var(--color-gren-2));
  }

  :root .md\:hover\:bg-gren-3:hover{
    background-color: rgb(var(--color-gren-3));
  }

  :root .md\:hover\:bg-gren-4:hover{
    background-color: rgb(var(--color-gren-4));
  }

  :root .md\:hover\:bg-selected:hover{
    background-color: rgb(var(--color-selected));
  }

  :root .md\:hover\:bg-error:hover{
    background-color: rgb(var(--color-error));
  }

  :root .md\:hover\:bg-attention:hover{
    background-color: rgb(var(--color-attention));
  }

  :root .md\:hover\:bg-accept:hover{
    background-color: rgb(var(--color-accept));
  }

  :root .md\:hover\:bg-system:hover{
    background-color: rgb(var(--color-system));
  }

  :root .md\:hover\:bg-orange:hover{
    background-color: rgb(var(--color-orange));
  }

  :root .md\:hover\:bg-links:hover{
    background-color: rgb(var(--color-links));
  }

  :root .md\:hover\:bg-teal:hover{
    background-color: rgb(var(--color-teal));
  }

  :root .md\:hover\:bg-purple:hover{
    background-color: rgb(var(--color-purple));
  }

  :root .md\:hover\:bg-pink:hover{
    background-color: rgb(var(--color-pink));
  }

  :root .md\:hover\:bg-margaret:hover{
    background-color: rgb(var(--color-margaret));
  }

  :root .md\:hover\:bg-betty:hover{
    background-color: rgb(var(--color-betty));
  }

  :root .md\:hover\:bg-natasha-light:hover{
    background-color: rgba(var(--color-natasha), .05);
  }

  :root .md\:hover\:bg-natasha:hover{
    background-color: rgb(var(--color-natasha));
  }

  :root .md\:hover\:bg-tiffany:hover{
    background-color: rgb(var(--color-tiffany));
  }

  :root .md\:hover\:bg-barbara:hover{
    background-color: rgb(var(--color-barbara));
  }

  :root .md\:hover\:bg-suzanne:hover{
    background-color: rgb(var(--color-suzanne));
  }

  :root .md\:hover\:bg-lily:hover{
    background-color: rgb(var(--color-lily));
  }

  :root .md\:hover\:bg-stephanie:hover{
    background-color: rgb(var(--color-stephanie));
  }

  :root .md\:hover\:bg-lisa:hover{
    background-color: rgba(var(--color-lisa), 0.6);
  }

  :root .md\:hover\:bg-california:hover{
    background-color: rgb(var(--color-california));
  }

  :root .md\:hover\:bg-texas:hover{
    background-color: rgb(var(--color-texas));
  }

  :root .md\:hover\:bg-florida:hover{
    background-color: rgb(var(--color-florida));
  }

  :root .md\:hover\:bg-colorado:hover{
    background-color: rgb(var(--color-colorado));
  }

  :root .md\:hover\:bg-seattle:hover{
    background-color: rgb(var(--color-seattle));
  }

  :root .md\:hover\:bg-denver:hover{
    background-color: rgb(var(--color-denver));
  }

  :root .md\:hover\:bg-arizona:hover{
    background-color: rgb(var(--color-arizona));
  }

  :root .md\:hover\:bg-shpongle:hover{
    background-color: rgb(var(--color-shpongle));
  }

  :root .md\:hover\:bg-band:hover{
    background-color: rgb(var(--color-band));
  }

  :root .md\:hover\:bg-blur:hover{
    background-color: rgba(var(--color-blur), 0.05);
  }

  :root .md\:hover\:bg-mila:hover{
    background-color: rgba(var(--color-mila));
  }

  :root .md\:focus\:bg-base:focus{
    background-color: var(--background-base);
  }

  :root .md\:focus\:bg-card:focus{
    background-color: var(--background-card);
  }

  :root .md\:focus\:bg-app-bar:focus{
    background-color: var(--background-app-bar);
  }

  :root .md\:focus\:bg-hover:focus{
    background-color: var(--background-hover);
  }

  :root .md\:focus\:bg-current:focus{
    background-color: currentColor;
  }

  :root .md\:focus\:bg-transparent:focus{
    background-color: transparent;
  }

  :root .md\:focus\:bg-black:focus{
    background-color: rgb(var(--color-black));
  }

  :root .md\:focus\:bg-white:focus{
    background-color: rgb(var(--color-white));
  }

  :root .md\:focus\:bg-contrast-black:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  :root .md\:focus\:bg-contrast-white:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  :root .md\:focus\:bg-primary-light:focus{
    background-color: rgba(var(--color-primary), .1);
  }

  :root .md\:focus\:bg-primary:focus{
    background-color: rgb(var(--color-primary));
  }

  :root .md\:focus\:bg-red-light:focus{
    background-color: rgba(244, 67, 54, 0.1);
  }

  :root .md\:focus\:bg-red:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 67, 54, var(--tw-bg-opacity));
  }

  :root .md\:focus\:bg-green-2:focus{
    background-color: rgb(var(--color-green-2));
  }

  :root .md\:focus\:bg-green-3:focus{
    background-color: rgb(var(--color-green-3));
  }

  :root .md\:focus\:bg-green-4:focus{
    background-color: rgb(var(--color-green-4));
  }

  :root .md\:focus\:bg-gren:focus{
    background-color: rgb(var(--color-gren));
  }

  :root .md\:focus\:bg-gren-1:focus{
    background-color: rgb(var(--color-gren-1));
  }

  :root .md\:focus\:bg-gren-2:focus{
    background-color: rgb(var(--color-gren-2));
  }

  :root .md\:focus\:bg-gren-3:focus{
    background-color: rgb(var(--color-gren-3));
  }

  :root .md\:focus\:bg-gren-4:focus{
    background-color: rgb(var(--color-gren-4));
  }

  :root .md\:focus\:bg-selected:focus{
    background-color: rgb(var(--color-selected));
  }

  :root .md\:focus\:bg-error:focus{
    background-color: rgb(var(--color-error));
  }

  :root .md\:focus\:bg-attention:focus{
    background-color: rgb(var(--color-attention));
  }

  :root .md\:focus\:bg-accept:focus{
    background-color: rgb(var(--color-accept));
  }

  :root .md\:focus\:bg-system:focus{
    background-color: rgb(var(--color-system));
  }

  :root .md\:focus\:bg-orange:focus{
    background-color: rgb(var(--color-orange));
  }

  :root .md\:focus\:bg-links:focus{
    background-color: rgb(var(--color-links));
  }

  :root .md\:focus\:bg-teal:focus{
    background-color: rgb(var(--color-teal));
  }

  :root .md\:focus\:bg-purple:focus{
    background-color: rgb(var(--color-purple));
  }

  :root .md\:focus\:bg-pink:focus{
    background-color: rgb(var(--color-pink));
  }

  :root .md\:focus\:bg-margaret:focus{
    background-color: rgb(var(--color-margaret));
  }

  :root .md\:focus\:bg-betty:focus{
    background-color: rgb(var(--color-betty));
  }

  :root .md\:focus\:bg-natasha-light:focus{
    background-color: rgba(var(--color-natasha), .05);
  }

  :root .md\:focus\:bg-natasha:focus{
    background-color: rgb(var(--color-natasha));
  }

  :root .md\:focus\:bg-tiffany:focus{
    background-color: rgb(var(--color-tiffany));
  }

  :root .md\:focus\:bg-barbara:focus{
    background-color: rgb(var(--color-barbara));
  }

  :root .md\:focus\:bg-suzanne:focus{
    background-color: rgb(var(--color-suzanne));
  }

  :root .md\:focus\:bg-lily:focus{
    background-color: rgb(var(--color-lily));
  }

  :root .md\:focus\:bg-stephanie:focus{
    background-color: rgb(var(--color-stephanie));
  }

  :root .md\:focus\:bg-lisa:focus{
    background-color: rgba(var(--color-lisa), 0.6);
  }

  :root .md\:focus\:bg-california:focus{
    background-color: rgb(var(--color-california));
  }

  :root .md\:focus\:bg-texas:focus{
    background-color: rgb(var(--color-texas));
  }

  :root .md\:focus\:bg-florida:focus{
    background-color: rgb(var(--color-florida));
  }

  :root .md\:focus\:bg-colorado:focus{
    background-color: rgb(var(--color-colorado));
  }

  :root .md\:focus\:bg-seattle:focus{
    background-color: rgb(var(--color-seattle));
  }

  :root .md\:focus\:bg-denver:focus{
    background-color: rgb(var(--color-denver));
  }

  :root .md\:focus\:bg-arizona:focus{
    background-color: rgb(var(--color-arizona));
  }

  :root .md\:focus\:bg-shpongle:focus{
    background-color: rgb(var(--color-shpongle));
  }

  :root .md\:focus\:bg-band:focus{
    background-color: rgb(var(--color-band));
  }

  :root .md\:focus\:bg-blur:focus{
    background-color: rgba(var(--color-blur), 0.05);
  }

  :root .md\:focus\:bg-mila:focus{
    background-color: rgba(var(--color-mila));
  }

  :root .md\:bg-none{
    background-image: none;
  }

  :root .md\:bg-gradient-to-t{
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  :root .md\:bg-gradient-to-tr{
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  :root .md\:bg-gradient-to-r{
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  :root .md\:bg-gradient-to-br{
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  :root .md\:bg-gradient-to-b{
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  :root .md\:bg-gradient-to-bl{
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  :root .md\:bg-gradient-to-l{
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  :root .md\:bg-gradient-to-tl{
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  :root .md\:from-current{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:from-transparent{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  :root .md\:from-black{
    --tw-gradient-from: rgb(var(--color-black));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:from-white{
    --tw-gradient-from: rgb(var(--color-white));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:from-contrast-black{
    --tw-gradient-from: black;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  :root .md\:from-contrast-white{
    --tw-gradient-from: white;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:from-primary-light{
    --tw-gradient-from: rgba(var(--color-primary), .1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:from-primary{
    --tw-gradient-from: rgb(var(--color-primary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:from-red-light{
    --tw-gradient-from: rgba(244, 67, 54, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 67, 54, 0));
  }

  :root .md\:from-red{
    --tw-gradient-from: rgb(244, 67, 54);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 67, 54, 0));
  }

  :root .md\:from-green-2{
    --tw-gradient-from: rgb(var(--color-green-2));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:from-green-3{
    --tw-gradient-from: rgb(var(--color-green-3));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:from-green-4{
    --tw-gradient-from: rgb(var(--color-green-4));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:from-gren{
    --tw-gradient-from: rgb(var(--color-gren));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:from-gren-1{
    --tw-gradient-from: rgb(var(--color-gren-1));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:from-gren-2{
    --tw-gradient-from: rgb(var(--color-gren-2));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:from-gren-3{
    --tw-gradient-from: rgb(var(--color-gren-3));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:from-gren-4{
    --tw-gradient-from: rgb(var(--color-gren-4));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:from-selected{
    --tw-gradient-from: rgb(var(--color-selected));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:from-error{
    --tw-gradient-from: rgb(var(--color-error));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:from-attention{
    --tw-gradient-from: rgb(var(--color-attention));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:from-accept{
    --tw-gradient-from: rgb(var(--color-accept));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:from-system{
    --tw-gradient-from: rgb(var(--color-system));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:from-orange{
    --tw-gradient-from: rgb(var(--color-orange));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:from-links{
    --tw-gradient-from: rgb(var(--color-links));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:from-teal{
    --tw-gradient-from: rgb(var(--color-teal));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:from-purple{
    --tw-gradient-from: rgb(var(--color-purple));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:from-pink{
    --tw-gradient-from: rgb(var(--color-pink));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:from-margaret{
    --tw-gradient-from: rgb(var(--color-margaret));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:from-betty{
    --tw-gradient-from: rgb(var(--color-betty));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:from-natasha-light{
    --tw-gradient-from: rgba(var(--color-natasha), .05);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:from-natasha{
    --tw-gradient-from: rgb(var(--color-natasha));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:from-tiffany{
    --tw-gradient-from: rgb(var(--color-tiffany));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:from-barbara{
    --tw-gradient-from: rgb(var(--color-barbara));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:from-suzanne{
    --tw-gradient-from: rgb(var(--color-suzanne));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:from-lily{
    --tw-gradient-from: rgb(var(--color-lily));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:from-stephanie{
    --tw-gradient-from: rgb(var(--color-stephanie));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:from-lisa{
    --tw-gradient-from: rgba(var(--color-lisa), 0.6);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:from-california{
    --tw-gradient-from: rgb(var(--color-california));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:from-texas{
    --tw-gradient-from: rgb(var(--color-texas));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:from-florida{
    --tw-gradient-from: rgb(var(--color-florida));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:from-colorado{
    --tw-gradient-from: rgb(var(--color-colorado));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:from-seattle{
    --tw-gradient-from: rgb(var(--color-seattle));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:from-denver{
    --tw-gradient-from: rgb(var(--color-denver));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:from-arizona{
    --tw-gradient-from: rgb(var(--color-arizona));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:from-shpongle{
    --tw-gradient-from: rgb(var(--color-shpongle));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:from-band{
    --tw-gradient-from: rgb(var(--color-band));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:from-blur{
    --tw-gradient-from: rgba(var(--color-blur), 0.05);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:from-mila{
    --tw-gradient-from: rgba(var(--color-mila));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:via-current{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:via-transparent{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  :root .md\:via-black{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-black)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:via-white{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-white)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:via-contrast-black{
    --tw-gradient-stops: var(--tw-gradient-from), black, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  :root .md\:via-contrast-white{
    --tw-gradient-stops: var(--tw-gradient-from), white, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:via-primary-light{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-primary), .1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:via-primary{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-primary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:via-red-light{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(244, 67, 54, 0.1), var(--tw-gradient-to, rgba(244, 67, 54, 0));
  }

  :root .md\:via-red{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244, 67, 54), var(--tw-gradient-to, rgba(244, 67, 54, 0));
  }

  :root .md\:via-green-2{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-green-2)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:via-green-3{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-green-3)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:via-green-4{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-green-4)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:via-gren{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-gren)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:via-gren-1{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-gren-1)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:via-gren-2{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-gren-2)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:via-gren-3{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-gren-3)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:via-gren-4{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-gren-4)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:via-selected{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-selected)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:via-error{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-error)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:via-attention{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-attention)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:via-accept{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-accept)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:via-system{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-system)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:via-orange{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-orange)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:via-links{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-links)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:via-teal{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-teal)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:via-purple{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-purple)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:via-pink{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-pink)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:via-margaret{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-margaret)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:via-betty{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-betty)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:via-natasha-light{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-natasha), .05), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:via-natasha{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-natasha)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:via-tiffany{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-tiffany)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:via-barbara{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-barbara)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:via-suzanne{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-suzanne)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:via-lily{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-lily)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:via-stephanie{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-stephanie)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:via-lisa{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-lisa), 0.6), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:via-california{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-california)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:via-texas{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-texas)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:via-florida{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-florida)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:via-colorado{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-colorado)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:via-seattle{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-seattle)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:via-denver{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-denver)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:via-arizona{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-arizona)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:via-shpongle{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-shpongle)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:via-band{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-band)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:via-blur{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-blur), 0.05), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:via-mila{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-mila)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:to-current{
    --tw-gradient-to: currentColor;
  }

  :root .md\:to-transparent{
    --tw-gradient-to: transparent;
  }

  :root .md\:to-black{
    --tw-gradient-to: rgb(var(--color-black));
  }

  :root .md\:to-white{
    --tw-gradient-to: rgb(var(--color-white));
  }

  :root .md\:to-contrast-black{
    --tw-gradient-to: black;
  }

  :root .md\:to-contrast-white{
    --tw-gradient-to: white;
  }

  :root .md\:to-primary-light{
    --tw-gradient-to: rgba(var(--color-primary), .1);
  }

  :root .md\:to-primary{
    --tw-gradient-to: rgb(var(--color-primary));
  }

  :root .md\:to-red-light{
    --tw-gradient-to: rgba(244, 67, 54, 0.1);
  }

  :root .md\:to-red{
    --tw-gradient-to: rgb(244, 67, 54);
  }

  :root .md\:to-green-2{
    --tw-gradient-to: rgb(var(--color-green-2));
  }

  :root .md\:to-green-3{
    --tw-gradient-to: rgb(var(--color-green-3));
  }

  :root .md\:to-green-4{
    --tw-gradient-to: rgb(var(--color-green-4));
  }

  :root .md\:to-gren{
    --tw-gradient-to: rgb(var(--color-gren));
  }

  :root .md\:to-gren-1{
    --tw-gradient-to: rgb(var(--color-gren-1));
  }

  :root .md\:to-gren-2{
    --tw-gradient-to: rgb(var(--color-gren-2));
  }

  :root .md\:to-gren-3{
    --tw-gradient-to: rgb(var(--color-gren-3));
  }

  :root .md\:to-gren-4{
    --tw-gradient-to: rgb(var(--color-gren-4));
  }

  :root .md\:to-selected{
    --tw-gradient-to: rgb(var(--color-selected));
  }

  :root .md\:to-error{
    --tw-gradient-to: rgb(var(--color-error));
  }

  :root .md\:to-attention{
    --tw-gradient-to: rgb(var(--color-attention));
  }

  :root .md\:to-accept{
    --tw-gradient-to: rgb(var(--color-accept));
  }

  :root .md\:to-system{
    --tw-gradient-to: rgb(var(--color-system));
  }

  :root .md\:to-orange{
    --tw-gradient-to: rgb(var(--color-orange));
  }

  :root .md\:to-links{
    --tw-gradient-to: rgb(var(--color-links));
  }

  :root .md\:to-teal{
    --tw-gradient-to: rgb(var(--color-teal));
  }

  :root .md\:to-purple{
    --tw-gradient-to: rgb(var(--color-purple));
  }

  :root .md\:to-pink{
    --tw-gradient-to: rgb(var(--color-pink));
  }

  :root .md\:to-margaret{
    --tw-gradient-to: rgb(var(--color-margaret));
  }

  :root .md\:to-betty{
    --tw-gradient-to: rgb(var(--color-betty));
  }

  :root .md\:to-natasha-light{
    --tw-gradient-to: rgba(var(--color-natasha), .05);
  }

  :root .md\:to-natasha{
    --tw-gradient-to: rgb(var(--color-natasha));
  }

  :root .md\:to-tiffany{
    --tw-gradient-to: rgb(var(--color-tiffany));
  }

  :root .md\:to-barbara{
    --tw-gradient-to: rgb(var(--color-barbara));
  }

  :root .md\:to-suzanne{
    --tw-gradient-to: rgb(var(--color-suzanne));
  }

  :root .md\:to-lily{
    --tw-gradient-to: rgb(var(--color-lily));
  }

  :root .md\:to-stephanie{
    --tw-gradient-to: rgb(var(--color-stephanie));
  }

  :root .md\:to-lisa{
    --tw-gradient-to: rgba(var(--color-lisa), 0.6);
  }

  :root .md\:to-california{
    --tw-gradient-to: rgb(var(--color-california));
  }

  :root .md\:to-texas{
    --tw-gradient-to: rgb(var(--color-texas));
  }

  :root .md\:to-florida{
    --tw-gradient-to: rgb(var(--color-florida));
  }

  :root .md\:to-colorado{
    --tw-gradient-to: rgb(var(--color-colorado));
  }

  :root .md\:to-seattle{
    --tw-gradient-to: rgb(var(--color-seattle));
  }

  :root .md\:to-denver{
    --tw-gradient-to: rgb(var(--color-denver));
  }

  :root .md\:to-arizona{
    --tw-gradient-to: rgb(var(--color-arizona));
  }

  :root .md\:to-shpongle{
    --tw-gradient-to: rgb(var(--color-shpongle));
  }

  :root .md\:to-band{
    --tw-gradient-to: rgb(var(--color-band));
  }

  :root .md\:to-blur{
    --tw-gradient-to: rgba(var(--color-blur), 0.05);
  }

  :root .md\:to-mila{
    --tw-gradient-to: rgba(var(--color-mila));
  }

  :root .md\:hover\:from-current:hover{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:hover\:from-transparent:hover{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  :root .md\:hover\:from-black:hover{
    --tw-gradient-from: rgb(var(--color-black));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:hover\:from-white:hover{
    --tw-gradient-from: rgb(var(--color-white));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:hover\:from-contrast-black:hover{
    --tw-gradient-from: black;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  :root .md\:hover\:from-contrast-white:hover{
    --tw-gradient-from: white;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:hover\:from-primary-light:hover{
    --tw-gradient-from: rgba(var(--color-primary), .1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:hover\:from-primary:hover{
    --tw-gradient-from: rgb(var(--color-primary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:hover\:from-red-light:hover{
    --tw-gradient-from: rgba(244, 67, 54, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 67, 54, 0));
  }

  :root .md\:hover\:from-red:hover{
    --tw-gradient-from: rgb(244, 67, 54);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 67, 54, 0));
  }

  :root .md\:hover\:from-green-2:hover{
    --tw-gradient-from: rgb(var(--color-green-2));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:hover\:from-green-3:hover{
    --tw-gradient-from: rgb(var(--color-green-3));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:hover\:from-green-4:hover{
    --tw-gradient-from: rgb(var(--color-green-4));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:hover\:from-gren:hover{
    --tw-gradient-from: rgb(var(--color-gren));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:hover\:from-gren-1:hover{
    --tw-gradient-from: rgb(var(--color-gren-1));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:hover\:from-gren-2:hover{
    --tw-gradient-from: rgb(var(--color-gren-2));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:hover\:from-gren-3:hover{
    --tw-gradient-from: rgb(var(--color-gren-3));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:hover\:from-gren-4:hover{
    --tw-gradient-from: rgb(var(--color-gren-4));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:hover\:from-selected:hover{
    --tw-gradient-from: rgb(var(--color-selected));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:hover\:from-error:hover{
    --tw-gradient-from: rgb(var(--color-error));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:hover\:from-attention:hover{
    --tw-gradient-from: rgb(var(--color-attention));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:hover\:from-accept:hover{
    --tw-gradient-from: rgb(var(--color-accept));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:hover\:from-system:hover{
    --tw-gradient-from: rgb(var(--color-system));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:hover\:from-orange:hover{
    --tw-gradient-from: rgb(var(--color-orange));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:hover\:from-links:hover{
    --tw-gradient-from: rgb(var(--color-links));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:hover\:from-teal:hover{
    --tw-gradient-from: rgb(var(--color-teal));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:hover\:from-purple:hover{
    --tw-gradient-from: rgb(var(--color-purple));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:hover\:from-pink:hover{
    --tw-gradient-from: rgb(var(--color-pink));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:hover\:from-margaret:hover{
    --tw-gradient-from: rgb(var(--color-margaret));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:hover\:from-betty:hover{
    --tw-gradient-from: rgb(var(--color-betty));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:hover\:from-natasha-light:hover{
    --tw-gradient-from: rgba(var(--color-natasha), .05);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:hover\:from-natasha:hover{
    --tw-gradient-from: rgb(var(--color-natasha));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:hover\:from-tiffany:hover{
    --tw-gradient-from: rgb(var(--color-tiffany));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:hover\:from-barbara:hover{
    --tw-gradient-from: rgb(var(--color-barbara));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:hover\:from-suzanne:hover{
    --tw-gradient-from: rgb(var(--color-suzanne));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:hover\:from-lily:hover{
    --tw-gradient-from: rgb(var(--color-lily));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:hover\:from-stephanie:hover{
    --tw-gradient-from: rgb(var(--color-stephanie));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:hover\:from-lisa:hover{
    --tw-gradient-from: rgba(var(--color-lisa), 0.6);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:hover\:from-california:hover{
    --tw-gradient-from: rgb(var(--color-california));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:hover\:from-texas:hover{
    --tw-gradient-from: rgb(var(--color-texas));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:hover\:from-florida:hover{
    --tw-gradient-from: rgb(var(--color-florida));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:hover\:from-colorado:hover{
    --tw-gradient-from: rgb(var(--color-colorado));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:hover\:from-seattle:hover{
    --tw-gradient-from: rgb(var(--color-seattle));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:hover\:from-denver:hover{
    --tw-gradient-from: rgb(var(--color-denver));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:hover\:from-arizona:hover{
    --tw-gradient-from: rgb(var(--color-arizona));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:hover\:from-shpongle:hover{
    --tw-gradient-from: rgb(var(--color-shpongle));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:hover\:from-band:hover{
    --tw-gradient-from: rgb(var(--color-band));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:hover\:from-blur:hover{
    --tw-gradient-from: rgba(var(--color-blur), 0.05);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:hover\:from-mila:hover{
    --tw-gradient-from: rgba(var(--color-mila));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:hover\:via-current:hover{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:hover\:via-transparent:hover{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  :root .md\:hover\:via-black:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-black)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:hover\:via-white:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-white)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:hover\:via-contrast-black:hover{
    --tw-gradient-stops: var(--tw-gradient-from), black, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  :root .md\:hover\:via-contrast-white:hover{
    --tw-gradient-stops: var(--tw-gradient-from), white, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:hover\:via-primary-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-primary), .1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:hover\:via-primary:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-primary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:hover\:via-red-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(244, 67, 54, 0.1), var(--tw-gradient-to, rgba(244, 67, 54, 0));
  }

  :root .md\:hover\:via-red:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244, 67, 54), var(--tw-gradient-to, rgba(244, 67, 54, 0));
  }

  :root .md\:hover\:via-green-2:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-green-2)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:hover\:via-green-3:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-green-3)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:hover\:via-green-4:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-green-4)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:hover\:via-gren:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-gren)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:hover\:via-gren-1:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-gren-1)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:hover\:via-gren-2:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-gren-2)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:hover\:via-gren-3:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-gren-3)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:hover\:via-gren-4:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-gren-4)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:hover\:via-selected:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-selected)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:hover\:via-error:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-error)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:hover\:via-attention:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-attention)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:hover\:via-accept:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-accept)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:hover\:via-system:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-system)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:hover\:via-orange:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-orange)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:hover\:via-links:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-links)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:hover\:via-teal:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-teal)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:hover\:via-purple:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-purple)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:hover\:via-pink:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-pink)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:hover\:via-margaret:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-margaret)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:hover\:via-betty:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-betty)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:hover\:via-natasha-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-natasha), .05), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:hover\:via-natasha:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-natasha)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:hover\:via-tiffany:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-tiffany)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:hover\:via-barbara:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-barbara)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:hover\:via-suzanne:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-suzanne)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:hover\:via-lily:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-lily)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:hover\:via-stephanie:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-stephanie)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:hover\:via-lisa:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-lisa), 0.6), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:hover\:via-california:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-california)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:hover\:via-texas:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-texas)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:hover\:via-florida:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-florida)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:hover\:via-colorado:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-colorado)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:hover\:via-seattle:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-seattle)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:hover\:via-denver:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-denver)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:hover\:via-arizona:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-arizona)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:hover\:via-shpongle:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-shpongle)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:hover\:via-band:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-band)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:hover\:via-blur:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-blur), 0.05), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:hover\:via-mila:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-mila)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:hover\:to-current:hover{
    --tw-gradient-to: currentColor;
  }

  :root .md\:hover\:to-transparent:hover{
    --tw-gradient-to: transparent;
  }

  :root .md\:hover\:to-black:hover{
    --tw-gradient-to: rgb(var(--color-black));
  }

  :root .md\:hover\:to-white:hover{
    --tw-gradient-to: rgb(var(--color-white));
  }

  :root .md\:hover\:to-contrast-black:hover{
    --tw-gradient-to: black;
  }

  :root .md\:hover\:to-contrast-white:hover{
    --tw-gradient-to: white;
  }

  :root .md\:hover\:to-primary-light:hover{
    --tw-gradient-to: rgba(var(--color-primary), .1);
  }

  :root .md\:hover\:to-primary:hover{
    --tw-gradient-to: rgb(var(--color-primary));
  }

  :root .md\:hover\:to-red-light:hover{
    --tw-gradient-to: rgba(244, 67, 54, 0.1);
  }

  :root .md\:hover\:to-red:hover{
    --tw-gradient-to: rgb(244, 67, 54);
  }

  :root .md\:hover\:to-green-2:hover{
    --tw-gradient-to: rgb(var(--color-green-2));
  }

  :root .md\:hover\:to-green-3:hover{
    --tw-gradient-to: rgb(var(--color-green-3));
  }

  :root .md\:hover\:to-green-4:hover{
    --tw-gradient-to: rgb(var(--color-green-4));
  }

  :root .md\:hover\:to-gren:hover{
    --tw-gradient-to: rgb(var(--color-gren));
  }

  :root .md\:hover\:to-gren-1:hover{
    --tw-gradient-to: rgb(var(--color-gren-1));
  }

  :root .md\:hover\:to-gren-2:hover{
    --tw-gradient-to: rgb(var(--color-gren-2));
  }

  :root .md\:hover\:to-gren-3:hover{
    --tw-gradient-to: rgb(var(--color-gren-3));
  }

  :root .md\:hover\:to-gren-4:hover{
    --tw-gradient-to: rgb(var(--color-gren-4));
  }

  :root .md\:hover\:to-selected:hover{
    --tw-gradient-to: rgb(var(--color-selected));
  }

  :root .md\:hover\:to-error:hover{
    --tw-gradient-to: rgb(var(--color-error));
  }

  :root .md\:hover\:to-attention:hover{
    --tw-gradient-to: rgb(var(--color-attention));
  }

  :root .md\:hover\:to-accept:hover{
    --tw-gradient-to: rgb(var(--color-accept));
  }

  :root .md\:hover\:to-system:hover{
    --tw-gradient-to: rgb(var(--color-system));
  }

  :root .md\:hover\:to-orange:hover{
    --tw-gradient-to: rgb(var(--color-orange));
  }

  :root .md\:hover\:to-links:hover{
    --tw-gradient-to: rgb(var(--color-links));
  }

  :root .md\:hover\:to-teal:hover{
    --tw-gradient-to: rgb(var(--color-teal));
  }

  :root .md\:hover\:to-purple:hover{
    --tw-gradient-to: rgb(var(--color-purple));
  }

  :root .md\:hover\:to-pink:hover{
    --tw-gradient-to: rgb(var(--color-pink));
  }

  :root .md\:hover\:to-margaret:hover{
    --tw-gradient-to: rgb(var(--color-margaret));
  }

  :root .md\:hover\:to-betty:hover{
    --tw-gradient-to: rgb(var(--color-betty));
  }

  :root .md\:hover\:to-natasha-light:hover{
    --tw-gradient-to: rgba(var(--color-natasha), .05);
  }

  :root .md\:hover\:to-natasha:hover{
    --tw-gradient-to: rgb(var(--color-natasha));
  }

  :root .md\:hover\:to-tiffany:hover{
    --tw-gradient-to: rgb(var(--color-tiffany));
  }

  :root .md\:hover\:to-barbara:hover{
    --tw-gradient-to: rgb(var(--color-barbara));
  }

  :root .md\:hover\:to-suzanne:hover{
    --tw-gradient-to: rgb(var(--color-suzanne));
  }

  :root .md\:hover\:to-lily:hover{
    --tw-gradient-to: rgb(var(--color-lily));
  }

  :root .md\:hover\:to-stephanie:hover{
    --tw-gradient-to: rgb(var(--color-stephanie));
  }

  :root .md\:hover\:to-lisa:hover{
    --tw-gradient-to: rgba(var(--color-lisa), 0.6);
  }

  :root .md\:hover\:to-california:hover{
    --tw-gradient-to: rgb(var(--color-california));
  }

  :root .md\:hover\:to-texas:hover{
    --tw-gradient-to: rgb(var(--color-texas));
  }

  :root .md\:hover\:to-florida:hover{
    --tw-gradient-to: rgb(var(--color-florida));
  }

  :root .md\:hover\:to-colorado:hover{
    --tw-gradient-to: rgb(var(--color-colorado));
  }

  :root .md\:hover\:to-seattle:hover{
    --tw-gradient-to: rgb(var(--color-seattle));
  }

  :root .md\:hover\:to-denver:hover{
    --tw-gradient-to: rgb(var(--color-denver));
  }

  :root .md\:hover\:to-arizona:hover{
    --tw-gradient-to: rgb(var(--color-arizona));
  }

  :root .md\:hover\:to-shpongle:hover{
    --tw-gradient-to: rgb(var(--color-shpongle));
  }

  :root .md\:hover\:to-band:hover{
    --tw-gradient-to: rgb(var(--color-band));
  }

  :root .md\:hover\:to-blur:hover{
    --tw-gradient-to: rgba(var(--color-blur), 0.05);
  }

  :root .md\:hover\:to-mila:hover{
    --tw-gradient-to: rgba(var(--color-mila));
  }

  :root .md\:focus\:from-current:focus{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:focus\:from-transparent:focus{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  :root .md\:focus\:from-black:focus{
    --tw-gradient-from: rgb(var(--color-black));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:focus\:from-white:focus{
    --tw-gradient-from: rgb(var(--color-white));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:focus\:from-contrast-black:focus{
    --tw-gradient-from: black;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  :root .md\:focus\:from-contrast-white:focus{
    --tw-gradient-from: white;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:focus\:from-primary-light:focus{
    --tw-gradient-from: rgba(var(--color-primary), .1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:focus\:from-primary:focus{
    --tw-gradient-from: rgb(var(--color-primary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:focus\:from-red-light:focus{
    --tw-gradient-from: rgba(244, 67, 54, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 67, 54, 0));
  }

  :root .md\:focus\:from-red:focus{
    --tw-gradient-from: rgb(244, 67, 54);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 67, 54, 0));
  }

  :root .md\:focus\:from-green-2:focus{
    --tw-gradient-from: rgb(var(--color-green-2));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:focus\:from-green-3:focus{
    --tw-gradient-from: rgb(var(--color-green-3));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:focus\:from-green-4:focus{
    --tw-gradient-from: rgb(var(--color-green-4));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:focus\:from-gren:focus{
    --tw-gradient-from: rgb(var(--color-gren));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:focus\:from-gren-1:focus{
    --tw-gradient-from: rgb(var(--color-gren-1));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:focus\:from-gren-2:focus{
    --tw-gradient-from: rgb(var(--color-gren-2));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:focus\:from-gren-3:focus{
    --tw-gradient-from: rgb(var(--color-gren-3));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:focus\:from-gren-4:focus{
    --tw-gradient-from: rgb(var(--color-gren-4));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:focus\:from-selected:focus{
    --tw-gradient-from: rgb(var(--color-selected));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:focus\:from-error:focus{
    --tw-gradient-from: rgb(var(--color-error));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:focus\:from-attention:focus{
    --tw-gradient-from: rgb(var(--color-attention));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:focus\:from-accept:focus{
    --tw-gradient-from: rgb(var(--color-accept));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:focus\:from-system:focus{
    --tw-gradient-from: rgb(var(--color-system));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:focus\:from-orange:focus{
    --tw-gradient-from: rgb(var(--color-orange));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:focus\:from-links:focus{
    --tw-gradient-from: rgb(var(--color-links));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:focus\:from-teal:focus{
    --tw-gradient-from: rgb(var(--color-teal));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:focus\:from-purple:focus{
    --tw-gradient-from: rgb(var(--color-purple));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:focus\:from-pink:focus{
    --tw-gradient-from: rgb(var(--color-pink));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:focus\:from-margaret:focus{
    --tw-gradient-from: rgb(var(--color-margaret));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:focus\:from-betty:focus{
    --tw-gradient-from: rgb(var(--color-betty));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:focus\:from-natasha-light:focus{
    --tw-gradient-from: rgba(var(--color-natasha), .05);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:focus\:from-natasha:focus{
    --tw-gradient-from: rgb(var(--color-natasha));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:focus\:from-tiffany:focus{
    --tw-gradient-from: rgb(var(--color-tiffany));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:focus\:from-barbara:focus{
    --tw-gradient-from: rgb(var(--color-barbara));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:focus\:from-suzanne:focus{
    --tw-gradient-from: rgb(var(--color-suzanne));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:focus\:from-lily:focus{
    --tw-gradient-from: rgb(var(--color-lily));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:focus\:from-stephanie:focus{
    --tw-gradient-from: rgb(var(--color-stephanie));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:focus\:from-lisa:focus{
    --tw-gradient-from: rgba(var(--color-lisa), 0.6);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:focus\:from-california:focus{
    --tw-gradient-from: rgb(var(--color-california));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:focus\:from-texas:focus{
    --tw-gradient-from: rgb(var(--color-texas));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:focus\:from-florida:focus{
    --tw-gradient-from: rgb(var(--color-florida));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:focus\:from-colorado:focus{
    --tw-gradient-from: rgb(var(--color-colorado));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:focus\:from-seattle:focus{
    --tw-gradient-from: rgb(var(--color-seattle));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:focus\:from-denver:focus{
    --tw-gradient-from: rgb(var(--color-denver));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:focus\:from-arizona:focus{
    --tw-gradient-from: rgb(var(--color-arizona));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:focus\:from-shpongle:focus{
    --tw-gradient-from: rgb(var(--color-shpongle));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:focus\:from-band:focus{
    --tw-gradient-from: rgb(var(--color-band));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:focus\:from-blur:focus{
    --tw-gradient-from: rgba(var(--color-blur), 0.05);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:focus\:from-mila:focus{
    --tw-gradient-from: rgba(var(--color-mila));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:focus\:via-current:focus{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:focus\:via-transparent:focus{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  :root .md\:focus\:via-black:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-black)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:focus\:via-white:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-white)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:focus\:via-contrast-black:focus{
    --tw-gradient-stops: var(--tw-gradient-from), black, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  :root .md\:focus\:via-contrast-white:focus{
    --tw-gradient-stops: var(--tw-gradient-from), white, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:focus\:via-primary-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-primary), .1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:focus\:via-primary:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-primary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:focus\:via-red-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(244, 67, 54, 0.1), var(--tw-gradient-to, rgba(244, 67, 54, 0));
  }

  :root .md\:focus\:via-red:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244, 67, 54), var(--tw-gradient-to, rgba(244, 67, 54, 0));
  }

  :root .md\:focus\:via-green-2:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-green-2)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:focus\:via-green-3:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-green-3)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:focus\:via-green-4:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-green-4)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:focus\:via-gren:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-gren)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:focus\:via-gren-1:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-gren-1)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:focus\:via-gren-2:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-gren-2)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:focus\:via-gren-3:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-gren-3)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:focus\:via-gren-4:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-gren-4)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:focus\:via-selected:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-selected)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:focus\:via-error:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-error)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:focus\:via-attention:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-attention)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:focus\:via-accept:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-accept)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:focus\:via-system:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-system)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:focus\:via-orange:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-orange)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:focus\:via-links:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-links)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:focus\:via-teal:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-teal)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:focus\:via-purple:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-purple)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:focus\:via-pink:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-pink)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:focus\:via-margaret:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-margaret)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:focus\:via-betty:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-betty)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:focus\:via-natasha-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-natasha), .05), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:focus\:via-natasha:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-natasha)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:focus\:via-tiffany:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-tiffany)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:focus\:via-barbara:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-barbara)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:focus\:via-suzanne:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-suzanne)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:focus\:via-lily:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-lily)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:focus\:via-stephanie:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-stephanie)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:focus\:via-lisa:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-lisa), 0.6), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:focus\:via-california:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-california)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:focus\:via-texas:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-texas)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:focus\:via-florida:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-florida)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:focus\:via-colorado:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-colorado)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:focus\:via-seattle:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-seattle)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:focus\:via-denver:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-denver)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:focus\:via-arizona:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-arizona)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:focus\:via-shpongle:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-shpongle)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:focus\:via-band:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-band)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:focus\:via-blur:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-blur), 0.05), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:focus\:via-mila:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-mila)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:focus\:to-current:focus{
    --tw-gradient-to: currentColor;
  }

  :root .md\:focus\:to-transparent:focus{
    --tw-gradient-to: transparent;
  }

  :root .md\:focus\:to-black:focus{
    --tw-gradient-to: rgb(var(--color-black));
  }

  :root .md\:focus\:to-white:focus{
    --tw-gradient-to: rgb(var(--color-white));
  }

  :root .md\:focus\:to-contrast-black:focus{
    --tw-gradient-to: black;
  }

  :root .md\:focus\:to-contrast-white:focus{
    --tw-gradient-to: white;
  }

  :root .md\:focus\:to-primary-light:focus{
    --tw-gradient-to: rgba(var(--color-primary), .1);
  }

  :root .md\:focus\:to-primary:focus{
    --tw-gradient-to: rgb(var(--color-primary));
  }

  :root .md\:focus\:to-red-light:focus{
    --tw-gradient-to: rgba(244, 67, 54, 0.1);
  }

  :root .md\:focus\:to-red:focus{
    --tw-gradient-to: rgb(244, 67, 54);
  }

  :root .md\:focus\:to-green-2:focus{
    --tw-gradient-to: rgb(var(--color-green-2));
  }

  :root .md\:focus\:to-green-3:focus{
    --tw-gradient-to: rgb(var(--color-green-3));
  }

  :root .md\:focus\:to-green-4:focus{
    --tw-gradient-to: rgb(var(--color-green-4));
  }

  :root .md\:focus\:to-gren:focus{
    --tw-gradient-to: rgb(var(--color-gren));
  }

  :root .md\:focus\:to-gren-1:focus{
    --tw-gradient-to: rgb(var(--color-gren-1));
  }

  :root .md\:focus\:to-gren-2:focus{
    --tw-gradient-to: rgb(var(--color-gren-2));
  }

  :root .md\:focus\:to-gren-3:focus{
    --tw-gradient-to: rgb(var(--color-gren-3));
  }

  :root .md\:focus\:to-gren-4:focus{
    --tw-gradient-to: rgb(var(--color-gren-4));
  }

  :root .md\:focus\:to-selected:focus{
    --tw-gradient-to: rgb(var(--color-selected));
  }

  :root .md\:focus\:to-error:focus{
    --tw-gradient-to: rgb(var(--color-error));
  }

  :root .md\:focus\:to-attention:focus{
    --tw-gradient-to: rgb(var(--color-attention));
  }

  :root .md\:focus\:to-accept:focus{
    --tw-gradient-to: rgb(var(--color-accept));
  }

  :root .md\:focus\:to-system:focus{
    --tw-gradient-to: rgb(var(--color-system));
  }

  :root .md\:focus\:to-orange:focus{
    --tw-gradient-to: rgb(var(--color-orange));
  }

  :root .md\:focus\:to-links:focus{
    --tw-gradient-to: rgb(var(--color-links));
  }

  :root .md\:focus\:to-teal:focus{
    --tw-gradient-to: rgb(var(--color-teal));
  }

  :root .md\:focus\:to-purple:focus{
    --tw-gradient-to: rgb(var(--color-purple));
  }

  :root .md\:focus\:to-pink:focus{
    --tw-gradient-to: rgb(var(--color-pink));
  }

  :root .md\:focus\:to-margaret:focus{
    --tw-gradient-to: rgb(var(--color-margaret));
  }

  :root .md\:focus\:to-betty:focus{
    --tw-gradient-to: rgb(var(--color-betty));
  }

  :root .md\:focus\:to-natasha-light:focus{
    --tw-gradient-to: rgba(var(--color-natasha), .05);
  }

  :root .md\:focus\:to-natasha:focus{
    --tw-gradient-to: rgb(var(--color-natasha));
  }

  :root .md\:focus\:to-tiffany:focus{
    --tw-gradient-to: rgb(var(--color-tiffany));
  }

  :root .md\:focus\:to-barbara:focus{
    --tw-gradient-to: rgb(var(--color-barbara));
  }

  :root .md\:focus\:to-suzanne:focus{
    --tw-gradient-to: rgb(var(--color-suzanne));
  }

  :root .md\:focus\:to-lily:focus{
    --tw-gradient-to: rgb(var(--color-lily));
  }

  :root .md\:focus\:to-stephanie:focus{
    --tw-gradient-to: rgb(var(--color-stephanie));
  }

  :root .md\:focus\:to-lisa:focus{
    --tw-gradient-to: rgba(var(--color-lisa), 0.6);
  }

  :root .md\:focus\:to-california:focus{
    --tw-gradient-to: rgb(var(--color-california));
  }

  :root .md\:focus\:to-texas:focus{
    --tw-gradient-to: rgb(var(--color-texas));
  }

  :root .md\:focus\:to-florida:focus{
    --tw-gradient-to: rgb(var(--color-florida));
  }

  :root .md\:focus\:to-colorado:focus{
    --tw-gradient-to: rgb(var(--color-colorado));
  }

  :root .md\:focus\:to-seattle:focus{
    --tw-gradient-to: rgb(var(--color-seattle));
  }

  :root .md\:focus\:to-denver:focus{
    --tw-gradient-to: rgb(var(--color-denver));
  }

  :root .md\:focus\:to-arizona:focus{
    --tw-gradient-to: rgb(var(--color-arizona));
  }

  :root .md\:focus\:to-shpongle:focus{
    --tw-gradient-to: rgb(var(--color-shpongle));
  }

  :root .md\:focus\:to-band:focus{
    --tw-gradient-to: rgb(var(--color-band));
  }

  :root .md\:focus\:to-blur:focus{
    --tw-gradient-to: rgba(var(--color-blur), 0.05);
  }

  :root .md\:focus\:to-mila:focus{
    --tw-gradient-to: rgba(var(--color-mila));
  }

  :root .md\:bg-opacity-0{
    --tw-bg-opacity: 0;
  }

  :root .md\:bg-opacity-25{
    --tw-bg-opacity: 0.25;
  }

  :root .md\:bg-opacity-50{
    --tw-bg-opacity: 0.5;
  }

  :root .md\:bg-opacity-75{
    --tw-bg-opacity: 0.75;
  }

  :root .md\:bg-opacity-100{
    --tw-bg-opacity: 1;
  }

  :root .group:hover .md\:group-hover\:bg-opacity-0{
    --tw-bg-opacity: 0;
  }

  :root .group:hover .md\:group-hover\:bg-opacity-25{
    --tw-bg-opacity: 0.25;
  }

  :root .group:hover .md\:group-hover\:bg-opacity-50{
    --tw-bg-opacity: 0.5;
  }

  :root .group:hover .md\:group-hover\:bg-opacity-75{
    --tw-bg-opacity: 0.75;
  }

  :root .group:hover .md\:group-hover\:bg-opacity-100{
    --tw-bg-opacity: 1;
  }

  :root .md\:focus-within\:bg-opacity-0:focus-within{
    --tw-bg-opacity: 0;
  }

  :root .md\:focus-within\:bg-opacity-25:focus-within{
    --tw-bg-opacity: 0.25;
  }

  :root .md\:focus-within\:bg-opacity-50:focus-within{
    --tw-bg-opacity: 0.5;
  }

  :root .md\:focus-within\:bg-opacity-75:focus-within{
    --tw-bg-opacity: 0.75;
  }

  :root .md\:focus-within\:bg-opacity-100:focus-within{
    --tw-bg-opacity: 1;
  }

  :root .md\:hover\:bg-opacity-0:hover{
    --tw-bg-opacity: 0;
  }

  :root .md\:hover\:bg-opacity-25:hover{
    --tw-bg-opacity: 0.25;
  }

  :root .md\:hover\:bg-opacity-50:hover{
    --tw-bg-opacity: 0.5;
  }

  :root .md\:hover\:bg-opacity-75:hover{
    --tw-bg-opacity: 0.75;
  }

  :root .md\:hover\:bg-opacity-100:hover{
    --tw-bg-opacity: 1;
  }

  :root .md\:focus\:bg-opacity-0:focus{
    --tw-bg-opacity: 0;
  }

  :root .md\:focus\:bg-opacity-25:focus{
    --tw-bg-opacity: 0.25;
  }

  :root .md\:focus\:bg-opacity-50:focus{
    --tw-bg-opacity: 0.5;
  }

  :root .md\:focus\:bg-opacity-75:focus{
    --tw-bg-opacity: 0.75;
  }

  :root .md\:focus\:bg-opacity-100:focus{
    --tw-bg-opacity: 1;
  }

  :root .md\:bg-bottom{
    background-position: bottom;
  }

  :root .md\:bg-center{
    background-position: center;
  }

  :root .md\:bg-left{
    background-position: left;
  }

  :root .md\:bg-left-bottom{
    background-position: left bottom;
  }

  :root .md\:bg-left-top{
    background-position: left top;
  }

  :root .md\:bg-right{
    background-position: right;
  }

  :root .md\:bg-right-bottom{
    background-position: right bottom;
  }

  :root .md\:bg-right-top{
    background-position: right top;
  }

  :root .md\:bg-top{
    background-position: top;
  }

  :root .md\:bg-repeat{
    background-repeat: repeat;
  }

  :root .md\:bg-no-repeat{
    background-repeat: no-repeat;
  }

  :root .md\:bg-repeat-x{
    background-repeat: repeat-x;
  }

  :root .md\:bg-repeat-y{
    background-repeat: repeat-y;
  }

  :root .md\:bg-repeat-round{
    background-repeat: round;
  }

  :root .md\:bg-repeat-space{
    background-repeat: space;
  }

  :root .md\:bg-auto{
    background-size: auto;
  }

  :root .md\:bg-cover{
    background-size: cover;
  }

  :root .md\:bg-contain{
    background-size: contain;
  }

  :root .md\:border-collapse{
    border-collapse: collapse;
  }

  :root .md\:border-separate{
    border-collapse: separate;
  }

  :root .md\:border-current{
    border-color: currentColor;
  }

  :root .md\:border-transparent{
    border-color: transparent;
  }

  :root .md\:border-black{
    border-color: rgb(var(--color-black));
  }

  :root .md\:border-white{
    border-color: rgb(var(--color-white));
  }

  :root .md\:border-contrast-black{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  :root .md\:border-contrast-white{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  :root .md\:border-primary-light{
    border-color: rgba(var(--color-primary), .1);
  }

  :root .md\:border-primary{
    border-color: rgb(var(--color-primary));
  }

  :root .md\:border-red-light{
    border-color: rgba(244, 67, 54, 0.1);
  }

  :root .md\:border-red{
    --tw-border-opacity: 1;
    border-color: rgba(244, 67, 54, var(--tw-border-opacity));
  }

  :root .md\:border-green-2{
    border-color: rgb(var(--color-green-2));
  }

  :root .md\:border-green-3{
    border-color: rgb(var(--color-green-3));
  }

  :root .md\:border-green-4{
    border-color: rgb(var(--color-green-4));
  }

  :root .md\:border-gren{
    border-color: rgb(var(--color-gren));
  }

  :root .md\:border-gren-1{
    border-color: rgb(var(--color-gren-1));
  }

  :root .md\:border-gren-2{
    border-color: rgb(var(--color-gren-2));
  }

  :root .md\:border-gren-3{
    border-color: rgb(var(--color-gren-3));
  }

  :root .md\:border-gren-4{
    border-color: rgb(var(--color-gren-4));
  }

  :root .md\:border-selected{
    border-color: rgb(var(--color-selected));
  }

  :root .md\:border-error{
    border-color: rgb(var(--color-error));
  }

  :root .md\:border-attention{
    border-color: rgb(var(--color-attention));
  }

  :root .md\:border-accept{
    border-color: rgb(var(--color-accept));
  }

  :root .md\:border-system{
    border-color: rgb(var(--color-system));
  }

  :root .md\:border-orange{
    border-color: rgb(var(--color-orange));
  }

  :root .md\:border-links{
    border-color: rgb(var(--color-links));
  }

  :root .md\:border-teal{
    border-color: rgb(var(--color-teal));
  }

  :root .md\:border-purple{
    border-color: rgb(var(--color-purple));
  }

  :root .md\:border-pink{
    border-color: rgb(var(--color-pink));
  }

  :root .md\:border-margaret{
    border-color: rgb(var(--color-margaret));
  }

  :root .md\:border-betty{
    border-color: rgb(var(--color-betty));
  }

  :root .md\:border-natasha-light{
    border-color: rgba(var(--color-natasha), .05);
  }

  :root .md\:border-natasha{
    border-color: rgb(var(--color-natasha));
  }

  :root .md\:border-tiffany{
    border-color: rgb(var(--color-tiffany));
  }

  :root .md\:border-barbara{
    border-color: rgb(var(--color-barbara));
  }

  :root .md\:border-suzanne{
    border-color: rgb(var(--color-suzanne));
  }

  :root .md\:border-lily{
    border-color: rgb(var(--color-lily));
  }

  :root .md\:border-stephanie{
    border-color: rgb(var(--color-stephanie));
  }

  :root .md\:border-lisa{
    border-color: rgba(var(--color-lisa), 0.6);
  }

  :root .md\:border-california{
    border-color: rgb(var(--color-california));
  }

  :root .md\:border-texas{
    border-color: rgb(var(--color-texas));
  }

  :root .md\:border-florida{
    border-color: rgb(var(--color-florida));
  }

  :root .md\:border-colorado{
    border-color: rgb(var(--color-colorado));
  }

  :root .md\:border-seattle{
    border-color: rgb(var(--color-seattle));
  }

  :root .md\:border-denver{
    border-color: rgb(var(--color-denver));
  }

  :root .md\:border-arizona{
    border-color: rgb(var(--color-arizona));
  }

  :root .md\:border-shpongle{
    border-color: rgb(var(--color-shpongle));
  }

  :root .md\:border-band{
    border-color: rgb(var(--color-band));
  }

  :root .md\:border-blur{
    border-color: rgba(var(--color-blur), 0.05);
  }

  :root .md\:border-mila{
    border-color: rgba(var(--color-mila));
  }

  :root .md\:hover\:border-current:hover{
    border-color: currentColor;
  }

  :root .md\:hover\:border-transparent:hover{
    border-color: transparent;
  }

  :root .md\:hover\:border-black:hover{
    border-color: rgb(var(--color-black));
  }

  :root .md\:hover\:border-white:hover{
    border-color: rgb(var(--color-white));
  }

  :root .md\:hover\:border-contrast-black:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  :root .md\:hover\:border-contrast-white:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  :root .md\:hover\:border-primary-light:hover{
    border-color: rgba(var(--color-primary), .1);
  }

  :root .md\:hover\:border-primary:hover{
    border-color: rgb(var(--color-primary));
  }

  :root .md\:hover\:border-red-light:hover{
    border-color: rgba(244, 67, 54, 0.1);
  }

  :root .md\:hover\:border-red:hover{
    --tw-border-opacity: 1;
    border-color: rgba(244, 67, 54, var(--tw-border-opacity));
  }

  :root .md\:hover\:border-green-2:hover{
    border-color: rgb(var(--color-green-2));
  }

  :root .md\:hover\:border-green-3:hover{
    border-color: rgb(var(--color-green-3));
  }

  :root .md\:hover\:border-green-4:hover{
    border-color: rgb(var(--color-green-4));
  }

  :root .md\:hover\:border-gren:hover{
    border-color: rgb(var(--color-gren));
  }

  :root .md\:hover\:border-gren-1:hover{
    border-color: rgb(var(--color-gren-1));
  }

  :root .md\:hover\:border-gren-2:hover{
    border-color: rgb(var(--color-gren-2));
  }

  :root .md\:hover\:border-gren-3:hover{
    border-color: rgb(var(--color-gren-3));
  }

  :root .md\:hover\:border-gren-4:hover{
    border-color: rgb(var(--color-gren-4));
  }

  :root .md\:hover\:border-selected:hover{
    border-color: rgb(var(--color-selected));
  }

  :root .md\:hover\:border-error:hover{
    border-color: rgb(var(--color-error));
  }

  :root .md\:hover\:border-attention:hover{
    border-color: rgb(var(--color-attention));
  }

  :root .md\:hover\:border-accept:hover{
    border-color: rgb(var(--color-accept));
  }

  :root .md\:hover\:border-system:hover{
    border-color: rgb(var(--color-system));
  }

  :root .md\:hover\:border-orange:hover{
    border-color: rgb(var(--color-orange));
  }

  :root .md\:hover\:border-links:hover{
    border-color: rgb(var(--color-links));
  }

  :root .md\:hover\:border-teal:hover{
    border-color: rgb(var(--color-teal));
  }

  :root .md\:hover\:border-purple:hover{
    border-color: rgb(var(--color-purple));
  }

  :root .md\:hover\:border-pink:hover{
    border-color: rgb(var(--color-pink));
  }

  :root .md\:hover\:border-margaret:hover{
    border-color: rgb(var(--color-margaret));
  }

  :root .md\:hover\:border-betty:hover{
    border-color: rgb(var(--color-betty));
  }

  :root .md\:hover\:border-natasha-light:hover{
    border-color: rgba(var(--color-natasha), .05);
  }

  :root .md\:hover\:border-natasha:hover{
    border-color: rgb(var(--color-natasha));
  }

  :root .md\:hover\:border-tiffany:hover{
    border-color: rgb(var(--color-tiffany));
  }

  :root .md\:hover\:border-barbara:hover{
    border-color: rgb(var(--color-barbara));
  }

  :root .md\:hover\:border-suzanne:hover{
    border-color: rgb(var(--color-suzanne));
  }

  :root .md\:hover\:border-lily:hover{
    border-color: rgb(var(--color-lily));
  }

  :root .md\:hover\:border-stephanie:hover{
    border-color: rgb(var(--color-stephanie));
  }

  :root .md\:hover\:border-lisa:hover{
    border-color: rgba(var(--color-lisa), 0.6);
  }

  :root .md\:hover\:border-california:hover{
    border-color: rgb(var(--color-california));
  }

  :root .md\:hover\:border-texas:hover{
    border-color: rgb(var(--color-texas));
  }

  :root .md\:hover\:border-florida:hover{
    border-color: rgb(var(--color-florida));
  }

  :root .md\:hover\:border-colorado:hover{
    border-color: rgb(var(--color-colorado));
  }

  :root .md\:hover\:border-seattle:hover{
    border-color: rgb(var(--color-seattle));
  }

  :root .md\:hover\:border-denver:hover{
    border-color: rgb(var(--color-denver));
  }

  :root .md\:hover\:border-arizona:hover{
    border-color: rgb(var(--color-arizona));
  }

  :root .md\:hover\:border-shpongle:hover{
    border-color: rgb(var(--color-shpongle));
  }

  :root .md\:hover\:border-band:hover{
    border-color: rgb(var(--color-band));
  }

  :root .md\:hover\:border-blur:hover{
    border-color: rgba(var(--color-blur), 0.05);
  }

  :root .md\:hover\:border-mila:hover{
    border-color: rgba(var(--color-mila));
  }

  :root .md\:focus\:border-current:focus{
    border-color: currentColor;
  }

  :root .md\:focus\:border-transparent:focus{
    border-color: transparent;
  }

  :root .md\:focus\:border-black:focus{
    border-color: rgb(var(--color-black));
  }

  :root .md\:focus\:border-white:focus{
    border-color: rgb(var(--color-white));
  }

  :root .md\:focus\:border-contrast-black:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  :root .md\:focus\:border-contrast-white:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  :root .md\:focus\:border-primary-light:focus{
    border-color: rgba(var(--color-primary), .1);
  }

  :root .md\:focus\:border-primary:focus{
    border-color: rgb(var(--color-primary));
  }

  :root .md\:focus\:border-red-light:focus{
    border-color: rgba(244, 67, 54, 0.1);
  }

  :root .md\:focus\:border-red:focus{
    --tw-border-opacity: 1;
    border-color: rgba(244, 67, 54, var(--tw-border-opacity));
  }

  :root .md\:focus\:border-green-2:focus{
    border-color: rgb(var(--color-green-2));
  }

  :root .md\:focus\:border-green-3:focus{
    border-color: rgb(var(--color-green-3));
  }

  :root .md\:focus\:border-green-4:focus{
    border-color: rgb(var(--color-green-4));
  }

  :root .md\:focus\:border-gren:focus{
    border-color: rgb(var(--color-gren));
  }

  :root .md\:focus\:border-gren-1:focus{
    border-color: rgb(var(--color-gren-1));
  }

  :root .md\:focus\:border-gren-2:focus{
    border-color: rgb(var(--color-gren-2));
  }

  :root .md\:focus\:border-gren-3:focus{
    border-color: rgb(var(--color-gren-3));
  }

  :root .md\:focus\:border-gren-4:focus{
    border-color: rgb(var(--color-gren-4));
  }

  :root .md\:focus\:border-selected:focus{
    border-color: rgb(var(--color-selected));
  }

  :root .md\:focus\:border-error:focus{
    border-color: rgb(var(--color-error));
  }

  :root .md\:focus\:border-attention:focus{
    border-color: rgb(var(--color-attention));
  }

  :root .md\:focus\:border-accept:focus{
    border-color: rgb(var(--color-accept));
  }

  :root .md\:focus\:border-system:focus{
    border-color: rgb(var(--color-system));
  }

  :root .md\:focus\:border-orange:focus{
    border-color: rgb(var(--color-orange));
  }

  :root .md\:focus\:border-links:focus{
    border-color: rgb(var(--color-links));
  }

  :root .md\:focus\:border-teal:focus{
    border-color: rgb(var(--color-teal));
  }

  :root .md\:focus\:border-purple:focus{
    border-color: rgb(var(--color-purple));
  }

  :root .md\:focus\:border-pink:focus{
    border-color: rgb(var(--color-pink));
  }

  :root .md\:focus\:border-margaret:focus{
    border-color: rgb(var(--color-margaret));
  }

  :root .md\:focus\:border-betty:focus{
    border-color: rgb(var(--color-betty));
  }

  :root .md\:focus\:border-natasha-light:focus{
    border-color: rgba(var(--color-natasha), .05);
  }

  :root .md\:focus\:border-natasha:focus{
    border-color: rgb(var(--color-natasha));
  }

  :root .md\:focus\:border-tiffany:focus{
    border-color: rgb(var(--color-tiffany));
  }

  :root .md\:focus\:border-barbara:focus{
    border-color: rgb(var(--color-barbara));
  }

  :root .md\:focus\:border-suzanne:focus{
    border-color: rgb(var(--color-suzanne));
  }

  :root .md\:focus\:border-lily:focus{
    border-color: rgb(var(--color-lily));
  }

  :root .md\:focus\:border-stephanie:focus{
    border-color: rgb(var(--color-stephanie));
  }

  :root .md\:focus\:border-lisa:focus{
    border-color: rgba(var(--color-lisa), 0.6);
  }

  :root .md\:focus\:border-california:focus{
    border-color: rgb(var(--color-california));
  }

  :root .md\:focus\:border-texas:focus{
    border-color: rgb(var(--color-texas));
  }

  :root .md\:focus\:border-florida:focus{
    border-color: rgb(var(--color-florida));
  }

  :root .md\:focus\:border-colorado:focus{
    border-color: rgb(var(--color-colorado));
  }

  :root .md\:focus\:border-seattle:focus{
    border-color: rgb(var(--color-seattle));
  }

  :root .md\:focus\:border-denver:focus{
    border-color: rgb(var(--color-denver));
  }

  :root .md\:focus\:border-arizona:focus{
    border-color: rgb(var(--color-arizona));
  }

  :root .md\:focus\:border-shpongle:focus{
    border-color: rgb(var(--color-shpongle));
  }

  :root .md\:focus\:border-band:focus{
    border-color: rgb(var(--color-band));
  }

  :root .md\:focus\:border-blur:focus{
    border-color: rgba(var(--color-blur), 0.05);
  }

  :root .md\:focus\:border-mila:focus{
    border-color: rgba(var(--color-mila));
  }

  :root .md\:border-opacity-0{
    --tw-border-opacity: 0;
  }

  :root .md\:border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  :root .md\:border-opacity-50{
    --tw-border-opacity: 0.5;
  }

  :root .md\:border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  :root .md\:border-opacity-100{
    --tw-border-opacity: 1;
  }

  :root .group:hover .md\:group-hover\:border-opacity-0{
    --tw-border-opacity: 0;
  }

  :root .group:hover .md\:group-hover\:border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  :root .group:hover .md\:group-hover\:border-opacity-50{
    --tw-border-opacity: 0.5;
  }

  :root .group:hover .md\:group-hover\:border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  :root .group:hover .md\:group-hover\:border-opacity-100{
    --tw-border-opacity: 1;
  }

  :root .md\:focus-within\:border-opacity-0:focus-within{
    --tw-border-opacity: 0;
  }

  :root .md\:focus-within\:border-opacity-25:focus-within{
    --tw-border-opacity: 0.25;
  }

  :root .md\:focus-within\:border-opacity-50:focus-within{
    --tw-border-opacity: 0.5;
  }

  :root .md\:focus-within\:border-opacity-75:focus-within{
    --tw-border-opacity: 0.75;
  }

  :root .md\:focus-within\:border-opacity-100:focus-within{
    --tw-border-opacity: 1;
  }

  :root .md\:hover\:border-opacity-0:hover{
    --tw-border-opacity: 0;
  }

  :root .md\:hover\:border-opacity-25:hover{
    --tw-border-opacity: 0.25;
  }

  :root .md\:hover\:border-opacity-50:hover{
    --tw-border-opacity: 0.5;
  }

  :root .md\:hover\:border-opacity-75:hover{
    --tw-border-opacity: 0.75;
  }

  :root .md\:hover\:border-opacity-100:hover{
    --tw-border-opacity: 1;
  }

  :root .md\:focus\:border-opacity-0:focus{
    --tw-border-opacity: 0;
  }

  :root .md\:focus\:border-opacity-25:focus{
    --tw-border-opacity: 0.25;
  }

  :root .md\:focus\:border-opacity-50:focus{
    --tw-border-opacity: 0.5;
  }

  :root .md\:focus\:border-opacity-75:focus{
    --tw-border-opacity: 0.75;
  }

  :root .md\:focus\:border-opacity-100:focus{
    --tw-border-opacity: 1;
  }

  :root .md\:rounded-none{
    border-radius: 0px;
  }

  :root .md\:rounded-sm{
    border-radius: 0.125rem;
  }

  :root .md\:rounded{
    border-radius: 0.25rem;
  }

  :root .md\:rounded-md{
    border-radius: 0.375rem;
  }

  :root .md\:rounded-lg{
    border-radius: 0.5rem;
  }

  :root .md\:rounded-xl{
    border-radius: 0.75rem;
  }

  :root .md\:rounded-2xl{
    border-radius: 1rem;
  }

  :root .md\:rounded-3xl{
    border-radius: 1.5rem;
  }

  :root .md\:rounded-full{
    border-radius: 9999px;
  }

  :root .md\:rounded-t-none{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  :root .md\:rounded-r-none{
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  :root .md\:rounded-b-none{
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  :root .md\:rounded-l-none{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  :root .md\:rounded-t-sm{
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  :root .md\:rounded-r-sm{
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  :root .md\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  :root .md\:rounded-l-sm{
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  :root .md\:rounded-t{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  :root .md\:rounded-r{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  :root .md\:rounded-b{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  :root .md\:rounded-l{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  :root .md\:rounded-t-md{
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  :root .md\:rounded-r-md{
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  :root .md\:rounded-b-md{
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  :root .md\:rounded-l-md{
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  :root .md\:rounded-t-lg{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  :root .md\:rounded-r-lg{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  :root .md\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  :root .md\:rounded-l-lg{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  :root .md\:rounded-t-xl{
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  :root .md\:rounded-r-xl{
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  :root .md\:rounded-b-xl{
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  :root .md\:rounded-l-xl{
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  :root .md\:rounded-t-2xl{
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  :root .md\:rounded-r-2xl{
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  :root .md\:rounded-b-2xl{
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  :root .md\:rounded-l-2xl{
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  :root .md\:rounded-t-3xl{
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  :root .md\:rounded-r-3xl{
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  :root .md\:rounded-b-3xl{
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  :root .md\:rounded-l-3xl{
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  :root .md\:rounded-t-full{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  :root .md\:rounded-r-full{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  :root .md\:rounded-b-full{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  :root .md\:rounded-l-full{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  :root .md\:rounded-tl-none{
    border-top-left-radius: 0px;
  }

  :root .md\:rounded-tr-none{
    border-top-right-radius: 0px;
  }

  :root .md\:rounded-br-none{
    border-bottom-right-radius: 0px;
  }

  :root .md\:rounded-bl-none{
    border-bottom-left-radius: 0px;
  }

  :root .md\:rounded-tl-sm{
    border-top-left-radius: 0.125rem;
  }

  :root .md\:rounded-tr-sm{
    border-top-right-radius: 0.125rem;
  }

  :root .md\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem;
  }

  :root .md\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem;
  }

  :root .md\:rounded-tl{
    border-top-left-radius: 0.25rem;
  }

  :root .md\:rounded-tr{
    border-top-right-radius: 0.25rem;
  }

  :root .md\:rounded-br{
    border-bottom-right-radius: 0.25rem;
  }

  :root .md\:rounded-bl{
    border-bottom-left-radius: 0.25rem;
  }

  :root .md\:rounded-tl-md{
    border-top-left-radius: 0.375rem;
  }

  :root .md\:rounded-tr-md{
    border-top-right-radius: 0.375rem;
  }

  :root .md\:rounded-br-md{
    border-bottom-right-radius: 0.375rem;
  }

  :root .md\:rounded-bl-md{
    border-bottom-left-radius: 0.375rem;
  }

  :root .md\:rounded-tl-lg{
    border-top-left-radius: 0.5rem;
  }

  :root .md\:rounded-tr-lg{
    border-top-right-radius: 0.5rem;
  }

  :root .md\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem;
  }

  :root .md\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem;
  }

  :root .md\:rounded-tl-xl{
    border-top-left-radius: 0.75rem;
  }

  :root .md\:rounded-tr-xl{
    border-top-right-radius: 0.75rem;
  }

  :root .md\:rounded-br-xl{
    border-bottom-right-radius: 0.75rem;
  }

  :root .md\:rounded-bl-xl{
    border-bottom-left-radius: 0.75rem;
  }

  :root .md\:rounded-tl-2xl{
    border-top-left-radius: 1rem;
  }

  :root .md\:rounded-tr-2xl{
    border-top-right-radius: 1rem;
  }

  :root .md\:rounded-br-2xl{
    border-bottom-right-radius: 1rem;
  }

  :root .md\:rounded-bl-2xl{
    border-bottom-left-radius: 1rem;
  }

  :root .md\:rounded-tl-3xl{
    border-top-left-radius: 1.5rem;
  }

  :root .md\:rounded-tr-3xl{
    border-top-right-radius: 1.5rem;
  }

  :root .md\:rounded-br-3xl{
    border-bottom-right-radius: 1.5rem;
  }

  :root .md\:rounded-bl-3xl{
    border-bottom-left-radius: 1.5rem;
  }

  :root .md\:rounded-tl-full{
    border-top-left-radius: 9999px;
  }

  :root .md\:rounded-tr-full{
    border-top-right-radius: 9999px;
  }

  :root .md\:rounded-br-full{
    border-bottom-right-radius: 9999px;
  }

  :root .md\:rounded-bl-full{
    border-bottom-left-radius: 9999px;
  }

  :root [dir=ltr] .md\:ltr\:rounded-none{
    border-radius: 0px;
  }

  :root [dir=ltr] .md\:ltr\:rounded-sm{
    border-radius: 0.125rem;
  }

  :root [dir=ltr] .md\:ltr\:rounded{
    border-radius: 0.25rem;
  }

  :root [dir=ltr] .md\:ltr\:rounded-md{
    border-radius: 0.375rem;
  }

  :root [dir=ltr] .md\:ltr\:rounded-lg{
    border-radius: 0.5rem;
  }

  :root [dir=ltr] .md\:ltr\:rounded-xl{
    border-radius: 0.75rem;
  }

  :root [dir=ltr] .md\:ltr\:rounded-2xl{
    border-radius: 1rem;
  }

  :root [dir=ltr] .md\:ltr\:rounded-3xl{
    border-radius: 1.5rem;
  }

  :root [dir=ltr] .md\:ltr\:rounded-full{
    border-radius: 9999px;
  }

  :root [dir=ltr] .md\:ltr\:rounded-t-none{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  :root [dir=ltr] .md\:ltr\:rounded-r-none{
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  :root [dir=ltr] .md\:ltr\:rounded-b-none{
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  :root [dir=ltr] .md\:ltr\:rounded-l-none{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  :root [dir=ltr] .md\:ltr\:rounded-t-sm{
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  :root [dir=ltr] .md\:ltr\:rounded-r-sm{
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  :root [dir=ltr] .md\:ltr\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  :root [dir=ltr] .md\:ltr\:rounded-l-sm{
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  :root [dir=ltr] .md\:ltr\:rounded-t{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  :root [dir=ltr] .md\:ltr\:rounded-r{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  :root [dir=ltr] .md\:ltr\:rounded-b{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  :root [dir=ltr] .md\:ltr\:rounded-l{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  :root [dir=ltr] .md\:ltr\:rounded-t-md{
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  :root [dir=ltr] .md\:ltr\:rounded-r-md{
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  :root [dir=ltr] .md\:ltr\:rounded-b-md{
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  :root [dir=ltr] .md\:ltr\:rounded-l-md{
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  :root [dir=ltr] .md\:ltr\:rounded-t-lg{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  :root [dir=ltr] .md\:ltr\:rounded-r-lg{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  :root [dir=ltr] .md\:ltr\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  :root [dir=ltr] .md\:ltr\:rounded-l-lg{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  :root [dir=ltr] .md\:ltr\:rounded-t-xl{
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  :root [dir=ltr] .md\:ltr\:rounded-r-xl{
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  :root [dir=ltr] .md\:ltr\:rounded-b-xl{
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  :root [dir=ltr] .md\:ltr\:rounded-l-xl{
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  :root [dir=ltr] .md\:ltr\:rounded-t-2xl{
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  :root [dir=ltr] .md\:ltr\:rounded-r-2xl{
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  :root [dir=ltr] .md\:ltr\:rounded-b-2xl{
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  :root [dir=ltr] .md\:ltr\:rounded-l-2xl{
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  :root [dir=ltr] .md\:ltr\:rounded-t-3xl{
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  :root [dir=ltr] .md\:ltr\:rounded-r-3xl{
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  :root [dir=ltr] .md\:ltr\:rounded-b-3xl{
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  :root [dir=ltr] .md\:ltr\:rounded-l-3xl{
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  :root [dir=ltr] .md\:ltr\:rounded-t-full{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  :root [dir=ltr] .md\:ltr\:rounded-r-full{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  :root [dir=ltr] .md\:ltr\:rounded-b-full{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  :root [dir=ltr] .md\:ltr\:rounded-l-full{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  :root [dir=ltr] .md\:ltr\:rounded-tl-none{
    border-top-left-radius: 0px;
  }

  :root [dir=ltr] .md\:ltr\:rounded-tr-none{
    border-top-right-radius: 0px;
  }

  :root [dir=ltr] .md\:ltr\:rounded-br-none{
    border-bottom-right-radius: 0px;
  }

  :root [dir=ltr] .md\:ltr\:rounded-bl-none{
    border-bottom-left-radius: 0px;
  }

  :root [dir=ltr] .md\:ltr\:rounded-tl-sm{
    border-top-left-radius: 0.125rem;
  }

  :root [dir=ltr] .md\:ltr\:rounded-tr-sm{
    border-top-right-radius: 0.125rem;
  }

  :root [dir=ltr] .md\:ltr\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem;
  }

  :root [dir=ltr] .md\:ltr\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem;
  }

  :root [dir=ltr] .md\:ltr\:rounded-tl{
    border-top-left-radius: 0.25rem;
  }

  :root [dir=ltr] .md\:ltr\:rounded-tr{
    border-top-right-radius: 0.25rem;
  }

  :root [dir=ltr] .md\:ltr\:rounded-br{
    border-bottom-right-radius: 0.25rem;
  }

  :root [dir=ltr] .md\:ltr\:rounded-bl{
    border-bottom-left-radius: 0.25rem;
  }

  :root [dir=ltr] .md\:ltr\:rounded-tl-md{
    border-top-left-radius: 0.375rem;
  }

  :root [dir=ltr] .md\:ltr\:rounded-tr-md{
    border-top-right-radius: 0.375rem;
  }

  :root [dir=ltr] .md\:ltr\:rounded-br-md{
    border-bottom-right-radius: 0.375rem;
  }

  :root [dir=ltr] .md\:ltr\:rounded-bl-md{
    border-bottom-left-radius: 0.375rem;
  }

  :root [dir=ltr] .md\:ltr\:rounded-tl-lg{
    border-top-left-radius: 0.5rem;
  }

  :root [dir=ltr] .md\:ltr\:rounded-tr-lg{
    border-top-right-radius: 0.5rem;
  }

  :root [dir=ltr] .md\:ltr\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem;
  }

  :root [dir=ltr] .md\:ltr\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem;
  }

  :root [dir=ltr] .md\:ltr\:rounded-tl-xl{
    border-top-left-radius: 0.75rem;
  }

  :root [dir=ltr] .md\:ltr\:rounded-tr-xl{
    border-top-right-radius: 0.75rem;
  }

  :root [dir=ltr] .md\:ltr\:rounded-br-xl{
    border-bottom-right-radius: 0.75rem;
  }

  :root [dir=ltr] .md\:ltr\:rounded-bl-xl{
    border-bottom-left-radius: 0.75rem;
  }

  :root [dir=ltr] .md\:ltr\:rounded-tl-2xl{
    border-top-left-radius: 1rem;
  }

  :root [dir=ltr] .md\:ltr\:rounded-tr-2xl{
    border-top-right-radius: 1rem;
  }

  :root [dir=ltr] .md\:ltr\:rounded-br-2xl{
    border-bottom-right-radius: 1rem;
  }

  :root [dir=ltr] .md\:ltr\:rounded-bl-2xl{
    border-bottom-left-radius: 1rem;
  }

  :root [dir=ltr] .md\:ltr\:rounded-tl-3xl{
    border-top-left-radius: 1.5rem;
  }

  :root [dir=ltr] .md\:ltr\:rounded-tr-3xl{
    border-top-right-radius: 1.5rem;
  }

  :root [dir=ltr] .md\:ltr\:rounded-br-3xl{
    border-bottom-right-radius: 1.5rem;
  }

  :root [dir=ltr] .md\:ltr\:rounded-bl-3xl{
    border-bottom-left-radius: 1.5rem;
  }

  :root [dir=ltr] .md\:ltr\:rounded-tl-full{
    border-top-left-radius: 9999px;
  }

  :root [dir=ltr] .md\:ltr\:rounded-tr-full{
    border-top-right-radius: 9999px;
  }

  :root [dir=ltr] .md\:ltr\:rounded-br-full{
    border-bottom-right-radius: 9999px;
  }

  :root [dir=ltr] .md\:ltr\:rounded-bl-full{
    border-bottom-left-radius: 9999px;
  }

  :root [dir=rtl] .md\:rtl\:rounded-none{
    border-radius: 0px;
  }

  :root [dir=rtl] .md\:rtl\:rounded-sm{
    border-radius: 0.125rem;
  }

  :root [dir=rtl] .md\:rtl\:rounded{
    border-radius: 0.25rem;
  }

  :root [dir=rtl] .md\:rtl\:rounded-md{
    border-radius: 0.375rem;
  }

  :root [dir=rtl] .md\:rtl\:rounded-lg{
    border-radius: 0.5rem;
  }

  :root [dir=rtl] .md\:rtl\:rounded-xl{
    border-radius: 0.75rem;
  }

  :root [dir=rtl] .md\:rtl\:rounded-2xl{
    border-radius: 1rem;
  }

  :root [dir=rtl] .md\:rtl\:rounded-3xl{
    border-radius: 1.5rem;
  }

  :root [dir=rtl] .md\:rtl\:rounded-full{
    border-radius: 9999px;
  }

  :root [dir=rtl] .md\:rtl\:rounded-t-none{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  :root [dir=rtl] .md\:rtl\:rounded-r-none{
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  :root [dir=rtl] .md\:rtl\:rounded-b-none{
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  :root [dir=rtl] .md\:rtl\:rounded-l-none{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  :root [dir=rtl] .md\:rtl\:rounded-t-sm{
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  :root [dir=rtl] .md\:rtl\:rounded-r-sm{
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  :root [dir=rtl] .md\:rtl\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  :root [dir=rtl] .md\:rtl\:rounded-l-sm{
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  :root [dir=rtl] .md\:rtl\:rounded-t{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  :root [dir=rtl] .md\:rtl\:rounded-r{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  :root [dir=rtl] .md\:rtl\:rounded-b{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  :root [dir=rtl] .md\:rtl\:rounded-l{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  :root [dir=rtl] .md\:rtl\:rounded-t-md{
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  :root [dir=rtl] .md\:rtl\:rounded-r-md{
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  :root [dir=rtl] .md\:rtl\:rounded-b-md{
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  :root [dir=rtl] .md\:rtl\:rounded-l-md{
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  :root [dir=rtl] .md\:rtl\:rounded-t-lg{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  :root [dir=rtl] .md\:rtl\:rounded-r-lg{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  :root [dir=rtl] .md\:rtl\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  :root [dir=rtl] .md\:rtl\:rounded-l-lg{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  :root [dir=rtl] .md\:rtl\:rounded-t-xl{
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  :root [dir=rtl] .md\:rtl\:rounded-r-xl{
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  :root [dir=rtl] .md\:rtl\:rounded-b-xl{
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  :root [dir=rtl] .md\:rtl\:rounded-l-xl{
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  :root [dir=rtl] .md\:rtl\:rounded-t-2xl{
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  :root [dir=rtl] .md\:rtl\:rounded-r-2xl{
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  :root [dir=rtl] .md\:rtl\:rounded-b-2xl{
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  :root [dir=rtl] .md\:rtl\:rounded-l-2xl{
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  :root [dir=rtl] .md\:rtl\:rounded-t-3xl{
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  :root [dir=rtl] .md\:rtl\:rounded-r-3xl{
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  :root [dir=rtl] .md\:rtl\:rounded-b-3xl{
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  :root [dir=rtl] .md\:rtl\:rounded-l-3xl{
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  :root [dir=rtl] .md\:rtl\:rounded-t-full{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  :root [dir=rtl] .md\:rtl\:rounded-r-full{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  :root [dir=rtl] .md\:rtl\:rounded-b-full{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  :root [dir=rtl] .md\:rtl\:rounded-l-full{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  :root [dir=rtl] .md\:rtl\:rounded-tl-none{
    border-top-left-radius: 0px;
  }

  :root [dir=rtl] .md\:rtl\:rounded-tr-none{
    border-top-right-radius: 0px;
  }

  :root [dir=rtl] .md\:rtl\:rounded-br-none{
    border-bottom-right-radius: 0px;
  }

  :root [dir=rtl] .md\:rtl\:rounded-bl-none{
    border-bottom-left-radius: 0px;
  }

  :root [dir=rtl] .md\:rtl\:rounded-tl-sm{
    border-top-left-radius: 0.125rem;
  }

  :root [dir=rtl] .md\:rtl\:rounded-tr-sm{
    border-top-right-radius: 0.125rem;
  }

  :root [dir=rtl] .md\:rtl\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem;
  }

  :root [dir=rtl] .md\:rtl\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem;
  }

  :root [dir=rtl] .md\:rtl\:rounded-tl{
    border-top-left-radius: 0.25rem;
  }

  :root [dir=rtl] .md\:rtl\:rounded-tr{
    border-top-right-radius: 0.25rem;
  }

  :root [dir=rtl] .md\:rtl\:rounded-br{
    border-bottom-right-radius: 0.25rem;
  }

  :root [dir=rtl] .md\:rtl\:rounded-bl{
    border-bottom-left-radius: 0.25rem;
  }

  :root [dir=rtl] .md\:rtl\:rounded-tl-md{
    border-top-left-radius: 0.375rem;
  }

  :root [dir=rtl] .md\:rtl\:rounded-tr-md{
    border-top-right-radius: 0.375rem;
  }

  :root [dir=rtl] .md\:rtl\:rounded-br-md{
    border-bottom-right-radius: 0.375rem;
  }

  :root [dir=rtl] .md\:rtl\:rounded-bl-md{
    border-bottom-left-radius: 0.375rem;
  }

  :root [dir=rtl] .md\:rtl\:rounded-tl-lg{
    border-top-left-radius: 0.5rem;
  }

  :root [dir=rtl] .md\:rtl\:rounded-tr-lg{
    border-top-right-radius: 0.5rem;
  }

  :root [dir=rtl] .md\:rtl\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem;
  }

  :root [dir=rtl] .md\:rtl\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem;
  }

  :root [dir=rtl] .md\:rtl\:rounded-tl-xl{
    border-top-left-radius: 0.75rem;
  }

  :root [dir=rtl] .md\:rtl\:rounded-tr-xl{
    border-top-right-radius: 0.75rem;
  }

  :root [dir=rtl] .md\:rtl\:rounded-br-xl{
    border-bottom-right-radius: 0.75rem;
  }

  :root [dir=rtl] .md\:rtl\:rounded-bl-xl{
    border-bottom-left-radius: 0.75rem;
  }

  :root [dir=rtl] .md\:rtl\:rounded-tl-2xl{
    border-top-left-radius: 1rem;
  }

  :root [dir=rtl] .md\:rtl\:rounded-tr-2xl{
    border-top-right-radius: 1rem;
  }

  :root [dir=rtl] .md\:rtl\:rounded-br-2xl{
    border-bottom-right-radius: 1rem;
  }

  :root [dir=rtl] .md\:rtl\:rounded-bl-2xl{
    border-bottom-left-radius: 1rem;
  }

  :root [dir=rtl] .md\:rtl\:rounded-tl-3xl{
    border-top-left-radius: 1.5rem;
  }

  :root [dir=rtl] .md\:rtl\:rounded-tr-3xl{
    border-top-right-radius: 1.5rem;
  }

  :root [dir=rtl] .md\:rtl\:rounded-br-3xl{
    border-bottom-right-radius: 1.5rem;
  }

  :root [dir=rtl] .md\:rtl\:rounded-bl-3xl{
    border-bottom-left-radius: 1.5rem;
  }

  :root [dir=rtl] .md\:rtl\:rounded-tl-full{
    border-top-left-radius: 9999px;
  }

  :root [dir=rtl] .md\:rtl\:rounded-tr-full{
    border-top-right-radius: 9999px;
  }

  :root [dir=rtl] .md\:rtl\:rounded-br-full{
    border-bottom-right-radius: 9999px;
  }

  :root [dir=rtl] .md\:rtl\:rounded-bl-full{
    border-bottom-left-radius: 9999px;
  }

  :root .md\:border-solid{
    border-style: solid;
  }

  :root .md\:border-dashed{
    border-style: dashed;
  }

  :root .md\:border-dotted{
    border-style: dotted;
  }

  :root .md\:border-double{
    border-style: double;
  }

  :root .md\:border-none{
    border-style: none;
  }

  :root .md\:border-0{
    border-width: 0;
  }

  :root .md\:border-2{
    border-width: 2px;
  }

  :root .md\:border-3{
    border-width: 3px;
  }

  :root .md\:border-4{
    border-width: 4px;
  }

  :root .md\:border-8{
    border-width: 8px;
  }

  :root .md\:border{
    border-width: 1px;
  }

  :root .md\:border-t-0{
    border-top-width: 0;
  }

  :root .md\:border-r-0{
    border-right-width: 0;
  }

  :root .md\:border-b-0{
    border-bottom-width: 0;
  }

  :root .md\:border-l-0{
    border-left-width: 0;
  }

  :root .md\:border-t-2{
    border-top-width: 2px;
  }

  :root .md\:border-r-2{
    border-right-width: 2px;
  }

  :root .md\:border-b-2{
    border-bottom-width: 2px;
  }

  :root .md\:border-l-2{
    border-left-width: 2px;
  }

  :root .md\:border-t-3{
    border-top-width: 3px;
  }

  :root .md\:border-r-3{
    border-right-width: 3px;
  }

  :root .md\:border-b-3{
    border-bottom-width: 3px;
  }

  :root .md\:border-l-3{
    border-left-width: 3px;
  }

  :root .md\:border-t-4{
    border-top-width: 4px;
  }

  :root .md\:border-r-4{
    border-right-width: 4px;
  }

  :root .md\:border-b-4{
    border-bottom-width: 4px;
  }

  :root .md\:border-l-4{
    border-left-width: 4px;
  }

  :root .md\:border-t-8{
    border-top-width: 8px;
  }

  :root .md\:border-r-8{
    border-right-width: 8px;
  }

  :root .md\:border-b-8{
    border-bottom-width: 8px;
  }

  :root .md\:border-l-8{
    border-left-width: 8px;
  }

  :root .md\:border-t{
    border-top-width: 1px;
  }

  :root .md\:border-r{
    border-right-width: 1px;
  }

  :root .md\:border-b{
    border-bottom-width: 1px;
  }

  :root .md\:border-l{
    border-left-width: 1px;
  }

  :root [dir=ltr] .md\:ltr\:border-0{
    border-width: 0;
  }

  :root [dir=ltr] .md\:ltr\:border-2{
    border-width: 2px;
  }

  :root [dir=ltr] .md\:ltr\:border-3{
    border-width: 3px;
  }

  :root [dir=ltr] .md\:ltr\:border-4{
    border-width: 4px;
  }

  :root [dir=ltr] .md\:ltr\:border-8{
    border-width: 8px;
  }

  :root [dir=ltr] .md\:ltr\:border{
    border-width: 1px;
  }

  :root [dir=ltr] .md\:ltr\:border-t-0{
    border-top-width: 0;
  }

  :root [dir=ltr] .md\:ltr\:border-r-0{
    border-right-width: 0;
  }

  :root [dir=ltr] .md\:ltr\:border-b-0{
    border-bottom-width: 0;
  }

  :root [dir=ltr] .md\:ltr\:border-l-0{
    border-left-width: 0;
  }

  :root [dir=ltr] .md\:ltr\:border-t-2{
    border-top-width: 2px;
  }

  :root [dir=ltr] .md\:ltr\:border-r-2{
    border-right-width: 2px;
  }

  :root [dir=ltr] .md\:ltr\:border-b-2{
    border-bottom-width: 2px;
  }

  :root [dir=ltr] .md\:ltr\:border-l-2{
    border-left-width: 2px;
  }

  :root [dir=ltr] .md\:ltr\:border-t-3{
    border-top-width: 3px;
  }

  :root [dir=ltr] .md\:ltr\:border-r-3{
    border-right-width: 3px;
  }

  :root [dir=ltr] .md\:ltr\:border-b-3{
    border-bottom-width: 3px;
  }

  :root [dir=ltr] .md\:ltr\:border-l-3{
    border-left-width: 3px;
  }

  :root [dir=ltr] .md\:ltr\:border-t-4{
    border-top-width: 4px;
  }

  :root [dir=ltr] .md\:ltr\:border-r-4{
    border-right-width: 4px;
  }

  :root [dir=ltr] .md\:ltr\:border-b-4{
    border-bottom-width: 4px;
  }

  :root [dir=ltr] .md\:ltr\:border-l-4{
    border-left-width: 4px;
  }

  :root [dir=ltr] .md\:ltr\:border-t-8{
    border-top-width: 8px;
  }

  :root [dir=ltr] .md\:ltr\:border-r-8{
    border-right-width: 8px;
  }

  :root [dir=ltr] .md\:ltr\:border-b-8{
    border-bottom-width: 8px;
  }

  :root [dir=ltr] .md\:ltr\:border-l-8{
    border-left-width: 8px;
  }

  :root [dir=ltr] .md\:ltr\:border-t{
    border-top-width: 1px;
  }

  :root [dir=ltr] .md\:ltr\:border-r{
    border-right-width: 1px;
  }

  :root [dir=ltr] .md\:ltr\:border-b{
    border-bottom-width: 1px;
  }

  :root [dir=ltr] .md\:ltr\:border-l{
    border-left-width: 1px;
  }

  :root [dir=rtl] .md\:rtl\:border-0{
    border-width: 0;
  }

  :root [dir=rtl] .md\:rtl\:border-2{
    border-width: 2px;
  }

  :root [dir=rtl] .md\:rtl\:border-3{
    border-width: 3px;
  }

  :root [dir=rtl] .md\:rtl\:border-4{
    border-width: 4px;
  }

  :root [dir=rtl] .md\:rtl\:border-8{
    border-width: 8px;
  }

  :root [dir=rtl] .md\:rtl\:border{
    border-width: 1px;
  }

  :root [dir=rtl] .md\:rtl\:border-t-0{
    border-top-width: 0;
  }

  :root [dir=rtl] .md\:rtl\:border-r-0{
    border-right-width: 0;
  }

  :root [dir=rtl] .md\:rtl\:border-b-0{
    border-bottom-width: 0;
  }

  :root [dir=rtl] .md\:rtl\:border-l-0{
    border-left-width: 0;
  }

  :root [dir=rtl] .md\:rtl\:border-t-2{
    border-top-width: 2px;
  }

  :root [dir=rtl] .md\:rtl\:border-r-2{
    border-right-width: 2px;
  }

  :root [dir=rtl] .md\:rtl\:border-b-2{
    border-bottom-width: 2px;
  }

  :root [dir=rtl] .md\:rtl\:border-l-2{
    border-left-width: 2px;
  }

  :root [dir=rtl] .md\:rtl\:border-t-3{
    border-top-width: 3px;
  }

  :root [dir=rtl] .md\:rtl\:border-r-3{
    border-right-width: 3px;
  }

  :root [dir=rtl] .md\:rtl\:border-b-3{
    border-bottom-width: 3px;
  }

  :root [dir=rtl] .md\:rtl\:border-l-3{
    border-left-width: 3px;
  }

  :root [dir=rtl] .md\:rtl\:border-t-4{
    border-top-width: 4px;
  }

  :root [dir=rtl] .md\:rtl\:border-r-4{
    border-right-width: 4px;
  }

  :root [dir=rtl] .md\:rtl\:border-b-4{
    border-bottom-width: 4px;
  }

  :root [dir=rtl] .md\:rtl\:border-l-4{
    border-left-width: 4px;
  }

  :root [dir=rtl] .md\:rtl\:border-t-8{
    border-top-width: 8px;
  }

  :root [dir=rtl] .md\:rtl\:border-r-8{
    border-right-width: 8px;
  }

  :root [dir=rtl] .md\:rtl\:border-b-8{
    border-bottom-width: 8px;
  }

  :root [dir=rtl] .md\:rtl\:border-l-8{
    border-left-width: 8px;
  }

  :root [dir=rtl] .md\:rtl\:border-t{
    border-top-width: 1px;
  }

  :root [dir=rtl] .md\:rtl\:border-r{
    border-right-width: 1px;
  }

  :root [dir=rtl] .md\:rtl\:border-b{
    border-bottom-width: 1px;
  }

  :root [dir=rtl] .md\:rtl\:border-l{
    border-left-width: 1px;
  }

  :root .md\:decoration-slice{
    -webkit-box-decoration-break: slice;
            box-decoration-break: slice;
  }

  :root .md\:decoration-clone{
    -webkit-box-decoration-break: clone;
            box-decoration-break: clone;
  }

  :root .md\:box-border{
    box-sizing: border-box;
  }

  :root .md\:box-content{
    box-sizing: content-box;
  }

  :root .md\:cursor-auto{
    cursor: auto;
  }

  :root .md\:cursor{
    cursor: default;
  }

  :root .md\:cursor-pointer{
    cursor: pointer;
  }

  :root .md\:cursor-wait{
    cursor: wait;
  }

  :root .md\:cursor-text{
    cursor: text;
  }

  :root .md\:cursor-move{
    cursor: move;
  }

  :root .md\:cursor-not-allowed{
    cursor: not-allowed;
  }

  :root .md\:block{
    display: block;
  }

  :root .md\:inline-block{
    display: inline-block;
  }

  :root .md\:inline{
    display: inline;
  }

  :root .md\:flex{
    display: flex;
  }

  :root .md\:inline-flex{
    display: inline-flex;
  }

  :root .md\:table{
    display: table;
  }

  :root .md\:inline-table{
    display: inline-table;
  }

  :root .md\:table-caption{
    display: table-caption;
  }

  :root .md\:table-cell{
    display: table-cell;
  }

  :root .md\:table-column{
    display: table-column;
  }

  :root .md\:table-column-group{
    display: table-column-group;
  }

  :root .md\:table-footer-group{
    display: table-footer-group;
  }

  :root .md\:table-header-group{
    display: table-header-group;
  }

  :root .md\:table-row-group{
    display: table-row-group;
  }

  :root .md\:table-row{
    display: table-row;
  }

  :root .md\:flow-root{
    display: flow-root;
  }

  :root .md\:grid{
    display: grid;
  }

  :root .md\:inline-grid{
    display: inline-grid;
  }

  :root .md\:contents{
    display: contents;
  }

  :root .md\:list-item{
    display: list-item;
  }

  :root .md\:hidden{
    display: none;
  }

  :root .md\:flex-row{
    flex-direction: row;
  }

  :root .md\:flex-row-reverse{
    flex-direction: row-reverse;
  }

  :root .md\:flex-col{
    flex-direction: column;
  }

  :root .md\:flex-col-reverse{
    flex-direction: column-reverse;
  }

  :root .md\:flex-wrap{
    flex-wrap: wrap;
  }

  :root .md\:flex-wrap-reverse{
    flex-wrap: wrap-reverse;
  }

  :root .md\:flex-nowrap{
    flex-wrap: nowrap;
  }

  :root .md\:place-items-start{
    place-items: start;
  }

  :root .md\:place-items-end{
    place-items: end;
  }

  :root .md\:place-items-center{
    place-items: center;
  }

  :root .md\:place-items-stretch{
    place-items: stretch;
  }

  :root .md\:place-content-center{
    place-content: center;
  }

  :root .md\:place-content-start{
    place-content: start;
  }

  :root .md\:place-content-end{
    place-content: end;
  }

  :root .md\:place-content-between{
    place-content: space-between;
  }

  :root .md\:place-content-around{
    place-content: space-around;
  }

  :root .md\:place-content-evenly{
    place-content: space-evenly;
  }

  :root .md\:place-content-stretch{
    place-content: stretch;
  }

  :root .md\:place-self-auto{
    place-self: auto;
  }

  :root .md\:place-self-start{
    place-self: start;
  }

  :root .md\:place-self-end{
    place-self: end;
  }

  :root .md\:place-self-center{
    place-self: center;
  }

  :root .md\:place-self-stretch{
    place-self: stretch;
  }

  :root .md\:items-start{
    align-items: flex-start;
  }

  :root .md\:items-end{
    align-items: flex-end;
  }

  :root .md\:items-center{
    align-items: center;
  }

  :root .md\:items-baseline{
    align-items: baseline;
  }

  :root .md\:items-stretch{
    align-items: stretch;
  }

  :root .md\:content-center{
    align-content: center;
  }

  :root .md\:content-start{
    align-content: flex-start;
  }

  :root .md\:content-end{
    align-content: flex-end;
  }

  :root .md\:content-between{
    align-content: space-between;
  }

  :root .md\:content-around{
    align-content: space-around;
  }

  :root .md\:content-evenly{
    align-content: space-evenly;
  }

  :root .md\:self-auto{
    align-self: auto;
  }

  :root .md\:self-start{
    align-self: flex-start;
  }

  :root .md\:self-end{
    align-self: flex-end;
  }

  :root .md\:self-center{
    align-self: center;
  }

  :root .md\:self-stretch{
    align-self: stretch;
  }

  :root .md\:justify-items-start{
    justify-items: start;
  }

  :root .md\:justify-items-end{
    justify-items: end;
  }

  :root .md\:justify-items-center{
    justify-items: center;
  }

  :root .md\:justify-items-stretch{
    justify-items: stretch;
  }

  :root .md\:justify-start{
    justify-content: flex-start;
  }

  :root .md\:justify-end{
    justify-content: flex-end;
  }

  :root .md\:justify-center{
    justify-content: center;
  }

  :root .md\:justify-between{
    justify-content: space-between;
  }

  :root .md\:justify-around{
    justify-content: space-around;
  }

  :root .md\:justify-evenly{
    justify-content: space-evenly;
  }

  :root .md\:justify-self-auto{
    justify-self: auto;
  }

  :root .md\:justify-self-start{
    justify-self: start;
  }

  :root .md\:justify-self-end{
    justify-self: end;
  }

  :root .md\:justify-self-center{
    justify-self: center;
  }

  :root .md\:justify-self-stretch{
    justify-self: stretch;
  }

  :root .md\:flex-1{
    flex: 1 1 0%;
  }

  :root .md\:flex-auto{
    flex: 1 1 auto;
  }

  :root .md\:flex-initial{
    flex: 0 1 auto;
  }

  :root .md\:flex-none{
    flex: none;
  }

  :root .md\:flex-grow-0{
    flex-grow: 0;
  }

  :root .md\:flex-grow{
    flex-grow: 1;
  }

  :root .md\:flex-shrink-0{
    flex-shrink: 0;
  }

  :root .md\:flex-shrink{
    flex-shrink: 1;
  }

  :root .md\:order-1{
    order: 1;
  }

  :root .md\:order-2{
    order: 2;
  }

  :root .md\:order-3{
    order: 3;
  }

  :root .md\:order-4{
    order: 4;
  }

  :root .md\:order-5{
    order: 5;
  }

  :root .md\:order-6{
    order: 6;
  }

  :root .md\:order-7{
    order: 7;
  }

  :root .md\:order-8{
    order: 8;
  }

  :root .md\:order-9{
    order: 9;
  }

  :root .md\:order-10{
    order: 10;
  }

  :root .md\:order-11{
    order: 11;
  }

  :root .md\:order-12{
    order: 12;
  }

  :root .md\:order-first{
    order: -9999;
  }

  :root .md\:order-last{
    order: 9999;
  }

  :root .md\:order-none{
    order: 0;
  }

  :root .md\:float-right{
    float: right;
  }

  :root .md\:float-left{
    float: left;
  }

  :root .md\:float-none{
    float: none;
  }

  :root .md\:clear-left{
    clear: left;
  }

  :root .md\:clear-right{
    clear: right;
  }

  :root .md\:clear-both{
    clear: both;
  }

  :root .md\:clear-none{
    clear: none;
  }

  :root .md\:font-sans{
    font-family: Noto Sans, sans-serif;
  }

  :root .md\:font-hairline{
    font-weight: 100;
  }

  :root .md\:font-thin{
    font-weight: 200;
  }

  :root .md\:font-light{
    font-weight: 300;
  }

  :root .md\:font-normal{
    font-weight: 400;
  }

  :root .md\:font-medium{
    font-weight: 500;
  }

  :root .md\:font-semibold{
    font-weight: 600;
  }

  :root .md\:font-bold{
    font-weight: 700;
  }

  :root .md\:font-extrabold{
    font-weight: 800;
  }

  :root .md\:font-black{
    font-weight: 900;
  }

  :root .md\:hover\:font-hairline:hover{
    font-weight: 100;
  }

  :root .md\:hover\:font-thin:hover{
    font-weight: 200;
  }

  :root .md\:hover\:font-light:hover{
    font-weight: 300;
  }

  :root .md\:hover\:font-normal:hover{
    font-weight: 400;
  }

  :root .md\:hover\:font-medium:hover{
    font-weight: 500;
  }

  :root .md\:hover\:font-semibold:hover{
    font-weight: 600;
  }

  :root .md\:hover\:font-bold:hover{
    font-weight: 700;
  }

  :root .md\:hover\:font-extrabold:hover{
    font-weight: 800;
  }

  :root .md\:hover\:font-black:hover{
    font-weight: 900;
  }

  :root .md\:focus\:font-hairline:focus{
    font-weight: 100;
  }

  :root .md\:focus\:font-thin:focus{
    font-weight: 200;
  }

  :root .md\:focus\:font-light:focus{
    font-weight: 300;
  }

  :root .md\:focus\:font-normal:focus{
    font-weight: 400;
  }

  :root .md\:focus\:font-medium:focus{
    font-weight: 500;
  }

  :root .md\:focus\:font-semibold:focus{
    font-weight: 600;
  }

  :root .md\:focus\:font-bold:focus{
    font-weight: 700;
  }

  :root .md\:focus\:font-extrabold:focus{
    font-weight: 800;
  }

  :root .md\:focus\:font-black:focus{
    font-weight: 900;
  }

  :root .md\:h-0{
    height: 0;
  }

  :root .md\:h-1{
    height: 0.25rem;
  }

  :root .md\:h-2{
    height: 0.5rem;
  }

  :root .md\:h-3{
    height: 0.75rem;
  }

  :root .md\:h-4{
    height: 1rem;
  }

  :root .md\:h-5{
    height: 1.25rem;
  }

  :root .md\:h-6{
    height: 1.5rem;
  }

  :root .md\:h-7{
    height: 1.75rem;
  }

  :root .md\:h-8{
    height: 2rem;
  }

  :root .md\:h-9{
    height: 2.25rem;
  }

  :root .md\:h-10{
    height: 2.5rem;
  }

  :root .md\:h-11{
    height: 2.75rem;
  }

  :root .md\:h-12{
    height: 3rem;
  }

  :root .md\:h-14{
    height: 3.5rem;
  }

  :root .md\:h-16{
    height: 4rem;
  }

  :root .md\:h-20{
    height: 5rem;
  }

  :root .md\:h-24{
    height: 6rem;
  }

  :root .md\:h-28{
    height: 7rem;
  }

  :root .md\:h-32{
    height: 8rem;
  }

  :root .md\:h-36{
    height: 9rem;
  }

  :root .md\:h-40{
    height: 10rem;
  }

  :root .md\:h-44{
    height: 11rem;
  }

  :root .md\:h-48{
    height: 12rem;
  }

  :root .md\:h-52{
    height: 13rem;
  }

  :root .md\:h-56{
    height: 14rem;
  }

  :root .md\:h-60{
    height: 15rem;
  }

  :root .md\:h-64{
    height: 16rem;
  }

  :root .md\:h-72{
    height: 18rem;
  }

  :root .md\:h-80{
    height: 20rem;
  }

  :root .md\:h-96{
    height: 24rem;
  }

  :root .md\:h-auto{
    height: auto;
  }

  :root .md\:h-px{
    height: 1px;
  }

  :root .md\:h-gutter{
    height: var(--padding-gutter);
  }

  :root .md\:h-0\.5{
    height: 0.125rem;
  }

  :root .md\:h-1\.5{
    height: 0.375rem;
  }

  :root .md\:h-2\.5{
    height: 0.625rem;
  }

  :root .md\:h-3\.5{
    height: 0.875rem;
  }

  :root .md\:h-17\.5{
    height: 4.375rem;
  }

  :root .md\:h-full{
    height: 100%;
  }

  :root .md\:h-screen{
    height: 100vh;
  }

  :root .md\:text-xxs{
    font-size: 0.625rem;
  }

  :root .md\:text-xs{
    font-size: 0.75rem;
  }

  :root .md\:text-sm{
    font-size: 0.875rem;
  }

  :root .md\:text-base{
    font-size: 1rem;
  }

  :root .md\:text-lg{
    font-size: 1.125rem;
  }

  :root .md\:text-xl{
    font-size: 1.25rem;
  }

  :root .md\:text-2xl{
    font-size: 1.5rem;
  }

  :root .md\:text-3xl{
    font-size: 1.875rem;
  }

  :root .md\:text-4xl{
    font-size: 2.25rem;
  }

  :root .md\:text-5xl{
    font-size: 3rem;
  }

  :root .md\:text-6xl{
    font-size: 4rem;
  }

  :root .md\:leading-3{
    line-height: .75rem;
  }

  :root .md\:leading-4{
    line-height: 1rem;
  }

  :root .md\:leading-5{
    line-height: 1.25rem;
  }

  :root .md\:leading-6{
    line-height: 1.5rem;
  }

  :root .md\:leading-7{
    line-height: 1.75rem;
  }

  :root .md\:leading-8{
    line-height: 2rem;
  }

  :root .md\:leading-9{
    line-height: 2.25rem;
  }

  :root .md\:leading-10{
    line-height: 2.5rem;
  }

  :root .md\:leading-none{
    line-height: 1;
  }

  :root .md\:leading-tight{
    line-height: 1.25;
  }

  :root .md\:leading-snug{
    line-height: 1.375;
  }

  :root .md\:leading-normal{
    line-height: 1.5;
  }

  :root .md\:leading-relaxed{
    line-height: 1.625;
  }

  :root .md\:leading-loose{
    line-height: 2;
  }

  :root .md\:list-inside{
    list-style-position: inside;
  }

  :root .md\:list-outside{
    list-style-position: outside;
  }

  :root .md\:list-none{
    list-style-type: none;
  }

  :root .md\:list-disc{
    list-style-type: disc;
  }

  :root .md\:list-decimal{
    list-style-type: decimal;
  }

  :root .md\:m-0{
    margin: 0;
  }

  :root .md\:m-1{
    margin: 0.25rem;
  }

  :root .md\:m-2{
    margin: 0.5rem;
  }

  :root .md\:m-3{
    margin: 0.75rem;
  }

  :root .md\:m-4{
    margin: 1rem;
  }

  :root .md\:m-5{
    margin: 1.25rem;
  }

  :root .md\:m-6{
    margin: 1.5rem;
  }

  :root .md\:m-7{
    margin: 1.75rem;
  }

  :root .md\:m-8{
    margin: 2rem;
  }

  :root .md\:m-9{
    margin: 2.25rem;
  }

  :root .md\:m-10{
    margin: 2.5rem;
  }

  :root .md\:m-11{
    margin: 2.75rem;
  }

  :root .md\:m-12{
    margin: 3rem;
  }

  :root .md\:m-14{
    margin: 3.5rem;
  }

  :root .md\:m-16{
    margin: 4rem;
  }

  :root .md\:m-20{
    margin: 5rem;
  }

  :root .md\:m-24{
    margin: 6rem;
  }

  :root .md\:m-28{
    margin: 7rem;
  }

  :root .md\:m-32{
    margin: 8rem;
  }

  :root .md\:m-36{
    margin: 9rem;
  }

  :root .md\:m-40{
    margin: 10rem;
  }

  :root .md\:m-44{
    margin: 11rem;
  }

  :root .md\:m-48{
    margin: 12rem;
  }

  :root .md\:m-52{
    margin: 13rem;
  }

  :root .md\:m-56{
    margin: 14rem;
  }

  :root .md\:m-60{
    margin: 15rem;
  }

  :root .md\:m-64{
    margin: 16rem;
  }

  :root .md\:m-72{
    margin: 18rem;
  }

  :root .md\:m-80{
    margin: 20rem;
  }

  :root .md\:m-96{
    margin: 24rem;
  }

  :root .md\:m-auto{
    margin: auto;
  }

  :root .md\:m-px{
    margin: 1px;
  }

  :root .md\:m-gutter{
    margin: var(--padding-gutter);
  }

  :root .md\:m-0\.5{
    margin: 0.125rem;
  }

  :root .md\:m-1\.5{
    margin: 0.375rem;
  }

  :root .md\:m-2\.5{
    margin: 0.625rem;
  }

  :root .md\:m-3\.5{
    margin: 0.875rem;
  }

  :root .md\:m-17\.5{
    margin: 4.375rem;
  }

  :root .md\:-m-1{
    margin: -0.25rem;
  }

  :root .md\:-m-2{
    margin: -0.5rem;
  }

  :root .md\:-m-3{
    margin: -0.75rem;
  }

  :root .md\:-m-4{
    margin: -1rem;
  }

  :root .md\:-m-5{
    margin: -1.25rem;
  }

  :root .md\:-m-6{
    margin: -1.5rem;
  }

  :root .md\:-m-7{
    margin: -1.75rem;
  }

  :root .md\:-m-8{
    margin: -2rem;
  }

  :root .md\:-m-9{
    margin: -2.25rem;
  }

  :root .md\:-m-10{
    margin: -2.5rem;
  }

  :root .md\:-m-11{
    margin: -2.75rem;
  }

  :root .md\:-m-12{
    margin: -3rem;
  }

  :root .md\:-m-14{
    margin: -3.5rem;
  }

  :root .md\:-m-16{
    margin: -4rem;
  }

  :root .md\:-m-20{
    margin: -5rem;
  }

  :root .md\:-m-24{
    margin: -6rem;
  }

  :root .md\:-m-28{
    margin: -7rem;
  }

  :root .md\:-m-32{
    margin: -8rem;
  }

  :root .md\:-m-36{
    margin: -9rem;
  }

  :root .md\:-m-40{
    margin: -10rem;
  }

  :root .md\:-m-44{
    margin: -11rem;
  }

  :root .md\:-m-48{
    margin: -12rem;
  }

  :root .md\:-m-52{
    margin: -13rem;
  }

  :root .md\:-m-56{
    margin: -14rem;
  }

  :root .md\:-m-60{
    margin: -15rem;
  }

  :root .md\:-m-64{
    margin: -16rem;
  }

  :root .md\:-m-72{
    margin: -18rem;
  }

  :root .md\:-m-80{
    margin: -20rem;
  }

  :root .md\:-m-96{
    margin: -24rem;
  }

  :root .md\:-m-px{
    margin: -1px;
  }

  :root .md\:-m-gutter{
    margin: calc(var(--padding-gutter) * -1);
  }

  :root .md\:-m-0\.5{
    margin: -0.125rem;
  }

  :root .md\:-m-1\.5{
    margin: -0.375rem;
  }

  :root .md\:-m-2\.5{
    margin: -0.625rem;
  }

  :root .md\:-m-3\.5{
    margin: -0.875rem;
  }

  :root .md\:-m-17\.5{
    margin: -4.375rem;
  }

  :root .md\:my-0{
    margin-top: 0;
    margin-bottom: 0;
  }

  :root .md\:mx-0{
    margin-left: 0;
    margin-right: 0;
  }

  :root .md\:my-1{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  :root .md\:mx-1{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  :root .md\:my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  :root .md\:mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  :root .md\:my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  :root .md\:mx-3{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  :root .md\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  :root .md\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  :root .md\:my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  :root .md\:mx-5{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  :root .md\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  :root .md\:mx-6{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  :root .md\:my-7{
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  :root .md\:mx-7{
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  :root .md\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  :root .md\:mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  :root .md\:my-9{
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  :root .md\:mx-9{
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  :root .md\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  :root .md\:mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  :root .md\:my-11{
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  :root .md\:mx-11{
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  :root .md\:my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  :root .md\:mx-12{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  :root .md\:my-14{
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  :root .md\:mx-14{
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  :root .md\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  :root .md\:mx-16{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  :root .md\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  :root .md\:mx-20{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  :root .md\:my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  :root .md\:mx-24{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  :root .md\:my-28{
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  :root .md\:mx-28{
    margin-left: 7rem;
    margin-right: 7rem;
  }

  :root .md\:my-32{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  :root .md\:mx-32{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  :root .md\:my-36{
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  :root .md\:mx-36{
    margin-left: 9rem;
    margin-right: 9rem;
  }

  :root .md\:my-40{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  :root .md\:mx-40{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  :root .md\:my-44{
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  :root .md\:mx-44{
    margin-left: 11rem;
    margin-right: 11rem;
  }

  :root .md\:my-48{
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  :root .md\:mx-48{
    margin-left: 12rem;
    margin-right: 12rem;
  }

  :root .md\:my-52{
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  :root .md\:mx-52{
    margin-left: 13rem;
    margin-right: 13rem;
  }

  :root .md\:my-56{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  :root .md\:mx-56{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  :root .md\:my-60{
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  :root .md\:mx-60{
    margin-left: 15rem;
    margin-right: 15rem;
  }

  :root .md\:my-64{
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  :root .md\:mx-64{
    margin-left: 16rem;
    margin-right: 16rem;
  }

  :root .md\:my-72{
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  :root .md\:mx-72{
    margin-left: 18rem;
    margin-right: 18rem;
  }

  :root .md\:my-80{
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  :root .md\:mx-80{
    margin-left: 20rem;
    margin-right: 20rem;
  }

  :root .md\:my-96{
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  :root .md\:mx-96{
    margin-left: 24rem;
    margin-right: 24rem;
  }

  :root .md\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  :root .md\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  :root .md\:my-px{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  :root .md\:mx-px{
    margin-left: 1px;
    margin-right: 1px;
  }

  :root .md\:my-gutter{
    margin-top: var(--padding-gutter);
    margin-bottom: var(--padding-gutter);
  }

  :root .md\:mx-gutter{
    margin-left: var(--padding-gutter);
    margin-right: var(--padding-gutter);
  }

  :root .md\:my-0\.5{
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  :root .md\:mx-0\.5{
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  :root .md\:my-1\.5{
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  :root .md\:mx-1\.5{
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  :root .md\:my-2\.5{
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  :root .md\:mx-2\.5{
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  :root .md\:my-3\.5{
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  :root .md\:mx-3\.5{
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  :root .md\:my-17\.5{
    margin-top: 4.375rem;
    margin-bottom: 4.375rem;
  }

  :root .md\:mx-17\.5{
    margin-left: 4.375rem;
    margin-right: 4.375rem;
  }

  :root .md\:-my-1{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  :root .md\:-mx-1{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  :root .md\:-my-2{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  :root .md\:-mx-2{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  :root .md\:-my-3{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  :root .md\:-mx-3{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  :root .md\:-my-4{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  :root .md\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  :root .md\:-my-5{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  :root .md\:-mx-5{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  :root .md\:-my-6{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  :root .md\:-mx-6{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  :root .md\:-my-7{
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  :root .md\:-mx-7{
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  :root .md\:-my-8{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  :root .md\:-mx-8{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  :root .md\:-my-9{
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  :root .md\:-mx-9{
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  :root .md\:-my-10{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  :root .md\:-mx-10{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  :root .md\:-my-11{
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  :root .md\:-mx-11{
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  :root .md\:-my-12{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  :root .md\:-mx-12{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  :root .md\:-my-14{
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  :root .md\:-mx-14{
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  :root .md\:-my-16{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  :root .md\:-mx-16{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  :root .md\:-my-20{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  :root .md\:-mx-20{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  :root .md\:-my-24{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  :root .md\:-mx-24{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  :root .md\:-my-28{
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  :root .md\:-mx-28{
    margin-left: -7rem;
    margin-right: -7rem;
  }

  :root .md\:-my-32{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  :root .md\:-mx-32{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  :root .md\:-my-36{
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  :root .md\:-mx-36{
    margin-left: -9rem;
    margin-right: -9rem;
  }

  :root .md\:-my-40{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  :root .md\:-mx-40{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  :root .md\:-my-44{
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  :root .md\:-mx-44{
    margin-left: -11rem;
    margin-right: -11rem;
  }

  :root .md\:-my-48{
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  :root .md\:-mx-48{
    margin-left: -12rem;
    margin-right: -12rem;
  }

  :root .md\:-my-52{
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  :root .md\:-mx-52{
    margin-left: -13rem;
    margin-right: -13rem;
  }

  :root .md\:-my-56{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  :root .md\:-mx-56{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  :root .md\:-my-60{
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  :root .md\:-mx-60{
    margin-left: -15rem;
    margin-right: -15rem;
  }

  :root .md\:-my-64{
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  :root .md\:-mx-64{
    margin-left: -16rem;
    margin-right: -16rem;
  }

  :root .md\:-my-72{
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  :root .md\:-mx-72{
    margin-left: -18rem;
    margin-right: -18rem;
  }

  :root .md\:-my-80{
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  :root .md\:-mx-80{
    margin-left: -20rem;
    margin-right: -20rem;
  }

  :root .md\:-my-96{
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  :root .md\:-mx-96{
    margin-left: -24rem;
    margin-right: -24rem;
  }

  :root .md\:-my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  :root .md\:-mx-px{
    margin-left: -1px;
    margin-right: -1px;
  }

  :root .md\:-my-gutter{
    margin-top: calc(var(--padding-gutter) * -1);
    margin-bottom: calc(var(--padding-gutter) * -1);
  }

  :root .md\:-mx-gutter{
    margin-left: calc(var(--padding-gutter) * -1);
    margin-right: calc(var(--padding-gutter) * -1);
  }

  :root .md\:-my-0\.5{
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  :root .md\:-mx-0\.5{
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  :root .md\:-my-1\.5{
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  :root .md\:-mx-1\.5{
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  :root .md\:-my-2\.5{
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  :root .md\:-mx-2\.5{
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  :root .md\:-my-3\.5{
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  :root .md\:-mx-3\.5{
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  :root .md\:-my-17\.5{
    margin-top: -4.375rem;
    margin-bottom: -4.375rem;
  }

  :root .md\:-mx-17\.5{
    margin-left: -4.375rem;
    margin-right: -4.375rem;
  }

  :root .md\:mt-0{
    margin-top: 0;
  }

  :root .md\:mr-0{
    margin-right: 0;
  }

  :root .md\:mb-0{
    margin-bottom: 0;
  }

  :root .md\:ml-0{
    margin-left: 0;
  }

  :root .md\:mt-1{
    margin-top: 0.25rem;
  }

  :root .md\:mr-1{
    margin-right: 0.25rem;
  }

  :root .md\:mb-1{
    margin-bottom: 0.25rem;
  }

  :root .md\:ml-1{
    margin-left: 0.25rem;
  }

  :root .md\:mt-2{
    margin-top: 0.5rem;
  }

  :root .md\:mr-2{
    margin-right: 0.5rem;
  }

  :root .md\:mb-2{
    margin-bottom: 0.5rem;
  }

  :root .md\:ml-2{
    margin-left: 0.5rem;
  }

  :root .md\:mt-3{
    margin-top: 0.75rem;
  }

  :root .md\:mr-3{
    margin-right: 0.75rem;
  }

  :root .md\:mb-3{
    margin-bottom: 0.75rem;
  }

  :root .md\:ml-3{
    margin-left: 0.75rem;
  }

  :root .md\:mt-4{
    margin-top: 1rem;
  }

  :root .md\:mr-4{
    margin-right: 1rem;
  }

  :root .md\:mb-4{
    margin-bottom: 1rem;
  }

  :root .md\:ml-4{
    margin-left: 1rem;
  }

  :root .md\:mt-5{
    margin-top: 1.25rem;
  }

  :root .md\:mr-5{
    margin-right: 1.25rem;
  }

  :root .md\:mb-5{
    margin-bottom: 1.25rem;
  }

  :root .md\:ml-5{
    margin-left: 1.25rem;
  }

  :root .md\:mt-6{
    margin-top: 1.5rem;
  }

  :root .md\:mr-6{
    margin-right: 1.5rem;
  }

  :root .md\:mb-6{
    margin-bottom: 1.5rem;
  }

  :root .md\:ml-6{
    margin-left: 1.5rem;
  }

  :root .md\:mt-7{
    margin-top: 1.75rem;
  }

  :root .md\:mr-7{
    margin-right: 1.75rem;
  }

  :root .md\:mb-7{
    margin-bottom: 1.75rem;
  }

  :root .md\:ml-7{
    margin-left: 1.75rem;
  }

  :root .md\:mt-8{
    margin-top: 2rem;
  }

  :root .md\:mr-8{
    margin-right: 2rem;
  }

  :root .md\:mb-8{
    margin-bottom: 2rem;
  }

  :root .md\:ml-8{
    margin-left: 2rem;
  }

  :root .md\:mt-9{
    margin-top: 2.25rem;
  }

  :root .md\:mr-9{
    margin-right: 2.25rem;
  }

  :root .md\:mb-9{
    margin-bottom: 2.25rem;
  }

  :root .md\:ml-9{
    margin-left: 2.25rem;
  }

  :root .md\:mt-10{
    margin-top: 2.5rem;
  }

  :root .md\:mr-10{
    margin-right: 2.5rem;
  }

  :root .md\:mb-10{
    margin-bottom: 2.5rem;
  }

  :root .md\:ml-10{
    margin-left: 2.5rem;
  }

  :root .md\:mt-11{
    margin-top: 2.75rem;
  }

  :root .md\:mr-11{
    margin-right: 2.75rem;
  }

  :root .md\:mb-11{
    margin-bottom: 2.75rem;
  }

  :root .md\:ml-11{
    margin-left: 2.75rem;
  }

  :root .md\:mt-12{
    margin-top: 3rem;
  }

  :root .md\:mr-12{
    margin-right: 3rem;
  }

  :root .md\:mb-12{
    margin-bottom: 3rem;
  }

  :root .md\:ml-12{
    margin-left: 3rem;
  }

  :root .md\:mt-14{
    margin-top: 3.5rem;
  }

  :root .md\:mr-14{
    margin-right: 3.5rem;
  }

  :root .md\:mb-14{
    margin-bottom: 3.5rem;
  }

  :root .md\:ml-14{
    margin-left: 3.5rem;
  }

  :root .md\:mt-16{
    margin-top: 4rem;
  }

  :root .md\:mr-16{
    margin-right: 4rem;
  }

  :root .md\:mb-16{
    margin-bottom: 4rem;
  }

  :root .md\:ml-16{
    margin-left: 4rem;
  }

  :root .md\:mt-20{
    margin-top: 5rem;
  }

  :root .md\:mr-20{
    margin-right: 5rem;
  }

  :root .md\:mb-20{
    margin-bottom: 5rem;
  }

  :root .md\:ml-20{
    margin-left: 5rem;
  }

  :root .md\:mt-24{
    margin-top: 6rem;
  }

  :root .md\:mr-24{
    margin-right: 6rem;
  }

  :root .md\:mb-24{
    margin-bottom: 6rem;
  }

  :root .md\:ml-24{
    margin-left: 6rem;
  }

  :root .md\:mt-28{
    margin-top: 7rem;
  }

  :root .md\:mr-28{
    margin-right: 7rem;
  }

  :root .md\:mb-28{
    margin-bottom: 7rem;
  }

  :root .md\:ml-28{
    margin-left: 7rem;
  }

  :root .md\:mt-32{
    margin-top: 8rem;
  }

  :root .md\:mr-32{
    margin-right: 8rem;
  }

  :root .md\:mb-32{
    margin-bottom: 8rem;
  }

  :root .md\:ml-32{
    margin-left: 8rem;
  }

  :root .md\:mt-36{
    margin-top: 9rem;
  }

  :root .md\:mr-36{
    margin-right: 9rem;
  }

  :root .md\:mb-36{
    margin-bottom: 9rem;
  }

  :root .md\:ml-36{
    margin-left: 9rem;
  }

  :root .md\:mt-40{
    margin-top: 10rem;
  }

  :root .md\:mr-40{
    margin-right: 10rem;
  }

  :root .md\:mb-40{
    margin-bottom: 10rem;
  }

  :root .md\:ml-40{
    margin-left: 10rem;
  }

  :root .md\:mt-44{
    margin-top: 11rem;
  }

  :root .md\:mr-44{
    margin-right: 11rem;
  }

  :root .md\:mb-44{
    margin-bottom: 11rem;
  }

  :root .md\:ml-44{
    margin-left: 11rem;
  }

  :root .md\:mt-48{
    margin-top: 12rem;
  }

  :root .md\:mr-48{
    margin-right: 12rem;
  }

  :root .md\:mb-48{
    margin-bottom: 12rem;
  }

  :root .md\:ml-48{
    margin-left: 12rem;
  }

  :root .md\:mt-52{
    margin-top: 13rem;
  }

  :root .md\:mr-52{
    margin-right: 13rem;
  }

  :root .md\:mb-52{
    margin-bottom: 13rem;
  }

  :root .md\:ml-52{
    margin-left: 13rem;
  }

  :root .md\:mt-56{
    margin-top: 14rem;
  }

  :root .md\:mr-56{
    margin-right: 14rem;
  }

  :root .md\:mb-56{
    margin-bottom: 14rem;
  }

  :root .md\:ml-56{
    margin-left: 14rem;
  }

  :root .md\:mt-60{
    margin-top: 15rem;
  }

  :root .md\:mr-60{
    margin-right: 15rem;
  }

  :root .md\:mb-60{
    margin-bottom: 15rem;
  }

  :root .md\:ml-60{
    margin-left: 15rem;
  }

  :root .md\:mt-64{
    margin-top: 16rem;
  }

  :root .md\:mr-64{
    margin-right: 16rem;
  }

  :root .md\:mb-64{
    margin-bottom: 16rem;
  }

  :root .md\:ml-64{
    margin-left: 16rem;
  }

  :root .md\:mt-72{
    margin-top: 18rem;
  }

  :root .md\:mr-72{
    margin-right: 18rem;
  }

  :root .md\:mb-72{
    margin-bottom: 18rem;
  }

  :root .md\:ml-72{
    margin-left: 18rem;
  }

  :root .md\:mt-80{
    margin-top: 20rem;
  }

  :root .md\:mr-80{
    margin-right: 20rem;
  }

  :root .md\:mb-80{
    margin-bottom: 20rem;
  }

  :root .md\:ml-80{
    margin-left: 20rem;
  }

  :root .md\:mt-96{
    margin-top: 24rem;
  }

  :root .md\:mr-96{
    margin-right: 24rem;
  }

  :root .md\:mb-96{
    margin-bottom: 24rem;
  }

  :root .md\:ml-96{
    margin-left: 24rem;
  }

  :root .md\:mt-auto{
    margin-top: auto;
  }

  :root .md\:mr-auto{
    margin-right: auto;
  }

  :root .md\:mb-auto{
    margin-bottom: auto;
  }

  :root .md\:ml-auto{
    margin-left: auto;
  }

  :root .md\:mt-px{
    margin-top: 1px;
  }

  :root .md\:mr-px{
    margin-right: 1px;
  }

  :root .md\:mb-px{
    margin-bottom: 1px;
  }

  :root .md\:ml-px{
    margin-left: 1px;
  }

  :root .md\:mt-gutter{
    margin-top: var(--padding-gutter);
  }

  :root .md\:mr-gutter{
    margin-right: var(--padding-gutter);
  }

  :root .md\:mb-gutter{
    margin-bottom: var(--padding-gutter);
  }

  :root .md\:ml-gutter{
    margin-left: var(--padding-gutter);
  }

  :root .md\:mt-0\.5{
    margin-top: 0.125rem;
  }

  :root .md\:mr-0\.5{
    margin-right: 0.125rem;
  }

  :root .md\:mb-0\.5{
    margin-bottom: 0.125rem;
  }

  :root .md\:ml-0\.5{
    margin-left: 0.125rem;
  }

  :root .md\:mt-1\.5{
    margin-top: 0.375rem;
  }

  :root .md\:mr-1\.5{
    margin-right: 0.375rem;
  }

  :root .md\:mb-1\.5{
    margin-bottom: 0.375rem;
  }

  :root .md\:ml-1\.5{
    margin-left: 0.375rem;
  }

  :root .md\:mt-2\.5{
    margin-top: 0.625rem;
  }

  :root .md\:mr-2\.5{
    margin-right: 0.625rem;
  }

  :root .md\:mb-2\.5{
    margin-bottom: 0.625rem;
  }

  :root .md\:ml-2\.5{
    margin-left: 0.625rem;
  }

  :root .md\:mt-3\.5{
    margin-top: 0.875rem;
  }

  :root .md\:mr-3\.5{
    margin-right: 0.875rem;
  }

  :root .md\:mb-3\.5{
    margin-bottom: 0.875rem;
  }

  :root .md\:ml-3\.5{
    margin-left: 0.875rem;
  }

  :root .md\:mt-17\.5{
    margin-top: 4.375rem;
  }

  :root .md\:mr-17\.5{
    margin-right: 4.375rem;
  }

  :root .md\:mb-17\.5{
    margin-bottom: 4.375rem;
  }

  :root .md\:ml-17\.5{
    margin-left: 4.375rem;
  }

  :root .md\:-mt-1{
    margin-top: -0.25rem;
  }

  :root .md\:-mr-1{
    margin-right: -0.25rem;
  }

  :root .md\:-mb-1{
    margin-bottom: -0.25rem;
  }

  :root .md\:-ml-1{
    margin-left: -0.25rem;
  }

  :root .md\:-mt-2{
    margin-top: -0.5rem;
  }

  :root .md\:-mr-2{
    margin-right: -0.5rem;
  }

  :root .md\:-mb-2{
    margin-bottom: -0.5rem;
  }

  :root .md\:-ml-2{
    margin-left: -0.5rem;
  }

  :root .md\:-mt-3{
    margin-top: -0.75rem;
  }

  :root .md\:-mr-3{
    margin-right: -0.75rem;
  }

  :root .md\:-mb-3{
    margin-bottom: -0.75rem;
  }

  :root .md\:-ml-3{
    margin-left: -0.75rem;
  }

  :root .md\:-mt-4{
    margin-top: -1rem;
  }

  :root .md\:-mr-4{
    margin-right: -1rem;
  }

  :root .md\:-mb-4{
    margin-bottom: -1rem;
  }

  :root .md\:-ml-4{
    margin-left: -1rem;
  }

  :root .md\:-mt-5{
    margin-top: -1.25rem;
  }

  :root .md\:-mr-5{
    margin-right: -1.25rem;
  }

  :root .md\:-mb-5{
    margin-bottom: -1.25rem;
  }

  :root .md\:-ml-5{
    margin-left: -1.25rem;
  }

  :root .md\:-mt-6{
    margin-top: -1.5rem;
  }

  :root .md\:-mr-6{
    margin-right: -1.5rem;
  }

  :root .md\:-mb-6{
    margin-bottom: -1.5rem;
  }

  :root .md\:-ml-6{
    margin-left: -1.5rem;
  }

  :root .md\:-mt-7{
    margin-top: -1.75rem;
  }

  :root .md\:-mr-7{
    margin-right: -1.75rem;
  }

  :root .md\:-mb-7{
    margin-bottom: -1.75rem;
  }

  :root .md\:-ml-7{
    margin-left: -1.75rem;
  }

  :root .md\:-mt-8{
    margin-top: -2rem;
  }

  :root .md\:-mr-8{
    margin-right: -2rem;
  }

  :root .md\:-mb-8{
    margin-bottom: -2rem;
  }

  :root .md\:-ml-8{
    margin-left: -2rem;
  }

  :root .md\:-mt-9{
    margin-top: -2.25rem;
  }

  :root .md\:-mr-9{
    margin-right: -2.25rem;
  }

  :root .md\:-mb-9{
    margin-bottom: -2.25rem;
  }

  :root .md\:-ml-9{
    margin-left: -2.25rem;
  }

  :root .md\:-mt-10{
    margin-top: -2.5rem;
  }

  :root .md\:-mr-10{
    margin-right: -2.5rem;
  }

  :root .md\:-mb-10{
    margin-bottom: -2.5rem;
  }

  :root .md\:-ml-10{
    margin-left: -2.5rem;
  }

  :root .md\:-mt-11{
    margin-top: -2.75rem;
  }

  :root .md\:-mr-11{
    margin-right: -2.75rem;
  }

  :root .md\:-mb-11{
    margin-bottom: -2.75rem;
  }

  :root .md\:-ml-11{
    margin-left: -2.75rem;
  }

  :root .md\:-mt-12{
    margin-top: -3rem;
  }

  :root .md\:-mr-12{
    margin-right: -3rem;
  }

  :root .md\:-mb-12{
    margin-bottom: -3rem;
  }

  :root .md\:-ml-12{
    margin-left: -3rem;
  }

  :root .md\:-mt-14{
    margin-top: -3.5rem;
  }

  :root .md\:-mr-14{
    margin-right: -3.5rem;
  }

  :root .md\:-mb-14{
    margin-bottom: -3.5rem;
  }

  :root .md\:-ml-14{
    margin-left: -3.5rem;
  }

  :root .md\:-mt-16{
    margin-top: -4rem;
  }

  :root .md\:-mr-16{
    margin-right: -4rem;
  }

  :root .md\:-mb-16{
    margin-bottom: -4rem;
  }

  :root .md\:-ml-16{
    margin-left: -4rem;
  }

  :root .md\:-mt-20{
    margin-top: -5rem;
  }

  :root .md\:-mr-20{
    margin-right: -5rem;
  }

  :root .md\:-mb-20{
    margin-bottom: -5rem;
  }

  :root .md\:-ml-20{
    margin-left: -5rem;
  }

  :root .md\:-mt-24{
    margin-top: -6rem;
  }

  :root .md\:-mr-24{
    margin-right: -6rem;
  }

  :root .md\:-mb-24{
    margin-bottom: -6rem;
  }

  :root .md\:-ml-24{
    margin-left: -6rem;
  }

  :root .md\:-mt-28{
    margin-top: -7rem;
  }

  :root .md\:-mr-28{
    margin-right: -7rem;
  }

  :root .md\:-mb-28{
    margin-bottom: -7rem;
  }

  :root .md\:-ml-28{
    margin-left: -7rem;
  }

  :root .md\:-mt-32{
    margin-top: -8rem;
  }

  :root .md\:-mr-32{
    margin-right: -8rem;
  }

  :root .md\:-mb-32{
    margin-bottom: -8rem;
  }

  :root .md\:-ml-32{
    margin-left: -8rem;
  }

  :root .md\:-mt-36{
    margin-top: -9rem;
  }

  :root .md\:-mr-36{
    margin-right: -9rem;
  }

  :root .md\:-mb-36{
    margin-bottom: -9rem;
  }

  :root .md\:-ml-36{
    margin-left: -9rem;
  }

  :root .md\:-mt-40{
    margin-top: -10rem;
  }

  :root .md\:-mr-40{
    margin-right: -10rem;
  }

  :root .md\:-mb-40{
    margin-bottom: -10rem;
  }

  :root .md\:-ml-40{
    margin-left: -10rem;
  }

  :root .md\:-mt-44{
    margin-top: -11rem;
  }

  :root .md\:-mr-44{
    margin-right: -11rem;
  }

  :root .md\:-mb-44{
    margin-bottom: -11rem;
  }

  :root .md\:-ml-44{
    margin-left: -11rem;
  }

  :root .md\:-mt-48{
    margin-top: -12rem;
  }

  :root .md\:-mr-48{
    margin-right: -12rem;
  }

  :root .md\:-mb-48{
    margin-bottom: -12rem;
  }

  :root .md\:-ml-48{
    margin-left: -12rem;
  }

  :root .md\:-mt-52{
    margin-top: -13rem;
  }

  :root .md\:-mr-52{
    margin-right: -13rem;
  }

  :root .md\:-mb-52{
    margin-bottom: -13rem;
  }

  :root .md\:-ml-52{
    margin-left: -13rem;
  }

  :root .md\:-mt-56{
    margin-top: -14rem;
  }

  :root .md\:-mr-56{
    margin-right: -14rem;
  }

  :root .md\:-mb-56{
    margin-bottom: -14rem;
  }

  :root .md\:-ml-56{
    margin-left: -14rem;
  }

  :root .md\:-mt-60{
    margin-top: -15rem;
  }

  :root .md\:-mr-60{
    margin-right: -15rem;
  }

  :root .md\:-mb-60{
    margin-bottom: -15rem;
  }

  :root .md\:-ml-60{
    margin-left: -15rem;
  }

  :root .md\:-mt-64{
    margin-top: -16rem;
  }

  :root .md\:-mr-64{
    margin-right: -16rem;
  }

  :root .md\:-mb-64{
    margin-bottom: -16rem;
  }

  :root .md\:-ml-64{
    margin-left: -16rem;
  }

  :root .md\:-mt-72{
    margin-top: -18rem;
  }

  :root .md\:-mr-72{
    margin-right: -18rem;
  }

  :root .md\:-mb-72{
    margin-bottom: -18rem;
  }

  :root .md\:-ml-72{
    margin-left: -18rem;
  }

  :root .md\:-mt-80{
    margin-top: -20rem;
  }

  :root .md\:-mr-80{
    margin-right: -20rem;
  }

  :root .md\:-mb-80{
    margin-bottom: -20rem;
  }

  :root .md\:-ml-80{
    margin-left: -20rem;
  }

  :root .md\:-mt-96{
    margin-top: -24rem;
  }

  :root .md\:-mr-96{
    margin-right: -24rem;
  }

  :root .md\:-mb-96{
    margin-bottom: -24rem;
  }

  :root .md\:-ml-96{
    margin-left: -24rem;
  }

  :root .md\:-mt-px{
    margin-top: -1px;
  }

  :root .md\:-mr-px{
    margin-right: -1px;
  }

  :root .md\:-mb-px{
    margin-bottom: -1px;
  }

  :root .md\:-ml-px{
    margin-left: -1px;
  }

  :root .md\:-mt-gutter{
    margin-top: calc(var(--padding-gutter) * -1);
  }

  :root .md\:-mr-gutter{
    margin-right: calc(var(--padding-gutter) * -1);
  }

  :root .md\:-mb-gutter{
    margin-bottom: calc(var(--padding-gutter) * -1);
  }

  :root .md\:-ml-gutter{
    margin-left: calc(var(--padding-gutter) * -1);
  }

  :root .md\:-mt-0\.5{
    margin-top: -0.125rem;
  }

  :root .md\:-mr-0\.5{
    margin-right: -0.125rem;
  }

  :root .md\:-mb-0\.5{
    margin-bottom: -0.125rem;
  }

  :root .md\:-ml-0\.5{
    margin-left: -0.125rem;
  }

  :root .md\:-mt-1\.5{
    margin-top: -0.375rem;
  }

  :root .md\:-mr-1\.5{
    margin-right: -0.375rem;
  }

  :root .md\:-mb-1\.5{
    margin-bottom: -0.375rem;
  }

  :root .md\:-ml-1\.5{
    margin-left: -0.375rem;
  }

  :root .md\:-mt-2\.5{
    margin-top: -0.625rem;
  }

  :root .md\:-mr-2\.5{
    margin-right: -0.625rem;
  }

  :root .md\:-mb-2\.5{
    margin-bottom: -0.625rem;
  }

  :root .md\:-ml-2\.5{
    margin-left: -0.625rem;
  }

  :root .md\:-mt-3\.5{
    margin-top: -0.875rem;
  }

  :root .md\:-mr-3\.5{
    margin-right: -0.875rem;
  }

  :root .md\:-mb-3\.5{
    margin-bottom: -0.875rem;
  }

  :root .md\:-ml-3\.5{
    margin-left: -0.875rem;
  }

  :root .md\:-mt-17\.5{
    margin-top: -4.375rem;
  }

  :root .md\:-mr-17\.5{
    margin-right: -4.375rem;
  }

  :root .md\:-mb-17\.5{
    margin-bottom: -4.375rem;
  }

  :root .md\:-ml-17\.5{
    margin-left: -4.375rem;
  }

  :root [dir=ltr] .md\:ltr\:m-0{
    margin: 0;
  }

  :root [dir=ltr] .md\:ltr\:m-1{
    margin: 0.25rem;
  }

  :root [dir=ltr] .md\:ltr\:m-2{
    margin: 0.5rem;
  }

  :root [dir=ltr] .md\:ltr\:m-3{
    margin: 0.75rem;
  }

  :root [dir=ltr] .md\:ltr\:m-4{
    margin: 1rem;
  }

  :root [dir=ltr] .md\:ltr\:m-5{
    margin: 1.25rem;
  }

  :root [dir=ltr] .md\:ltr\:m-6{
    margin: 1.5rem;
  }

  :root [dir=ltr] .md\:ltr\:m-7{
    margin: 1.75rem;
  }

  :root [dir=ltr] .md\:ltr\:m-8{
    margin: 2rem;
  }

  :root [dir=ltr] .md\:ltr\:m-9{
    margin: 2.25rem;
  }

  :root [dir=ltr] .md\:ltr\:m-10{
    margin: 2.5rem;
  }

  :root [dir=ltr] .md\:ltr\:m-11{
    margin: 2.75rem;
  }

  :root [dir=ltr] .md\:ltr\:m-12{
    margin: 3rem;
  }

  :root [dir=ltr] .md\:ltr\:m-14{
    margin: 3.5rem;
  }

  :root [dir=ltr] .md\:ltr\:m-16{
    margin: 4rem;
  }

  :root [dir=ltr] .md\:ltr\:m-20{
    margin: 5rem;
  }

  :root [dir=ltr] .md\:ltr\:m-24{
    margin: 6rem;
  }

  :root [dir=ltr] .md\:ltr\:m-28{
    margin: 7rem;
  }

  :root [dir=ltr] .md\:ltr\:m-32{
    margin: 8rem;
  }

  :root [dir=ltr] .md\:ltr\:m-36{
    margin: 9rem;
  }

  :root [dir=ltr] .md\:ltr\:m-40{
    margin: 10rem;
  }

  :root [dir=ltr] .md\:ltr\:m-44{
    margin: 11rem;
  }

  :root [dir=ltr] .md\:ltr\:m-48{
    margin: 12rem;
  }

  :root [dir=ltr] .md\:ltr\:m-52{
    margin: 13rem;
  }

  :root [dir=ltr] .md\:ltr\:m-56{
    margin: 14rem;
  }

  :root [dir=ltr] .md\:ltr\:m-60{
    margin: 15rem;
  }

  :root [dir=ltr] .md\:ltr\:m-64{
    margin: 16rem;
  }

  :root [dir=ltr] .md\:ltr\:m-72{
    margin: 18rem;
  }

  :root [dir=ltr] .md\:ltr\:m-80{
    margin: 20rem;
  }

  :root [dir=ltr] .md\:ltr\:m-96{
    margin: 24rem;
  }

  :root [dir=ltr] .md\:ltr\:m-auto{
    margin: auto;
  }

  :root [dir=ltr] .md\:ltr\:m-px{
    margin: 1px;
  }

  :root [dir=ltr] .md\:ltr\:m-gutter{
    margin: var(--padding-gutter);
  }

  :root [dir=ltr] .ltr\:m-0.md\:5{
    margin: 0.125rem;
  }

  :root [dir=ltr] .ltr\:m-1.md\:5{
    margin: 0.375rem;
  }

  :root [dir=ltr] .ltr\:m-2.md\:5{
    margin: 0.625rem;
  }

  :root [dir=ltr] .ltr\:m-3.md\:5{
    margin: 0.875rem;
  }

  :root [dir=ltr] .ltr\:m-17.md\:5{
    margin: 4.375rem;
  }

  :root [dir=ltr] .md\:ltr\:-m-1{
    margin: -0.25rem;
  }

  :root [dir=ltr] .md\:ltr\:-m-2{
    margin: -0.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-m-3{
    margin: -0.75rem;
  }

  :root [dir=ltr] .md\:ltr\:-m-4{
    margin: -1rem;
  }

  :root [dir=ltr] .md\:ltr\:-m-5{
    margin: -1.25rem;
  }

  :root [dir=ltr] .md\:ltr\:-m-6{
    margin: -1.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-m-7{
    margin: -1.75rem;
  }

  :root [dir=ltr] .md\:ltr\:-m-8{
    margin: -2rem;
  }

  :root [dir=ltr] .md\:ltr\:-m-9{
    margin: -2.25rem;
  }

  :root [dir=ltr] .md\:ltr\:-m-10{
    margin: -2.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-m-11{
    margin: -2.75rem;
  }

  :root [dir=ltr] .md\:ltr\:-m-12{
    margin: -3rem;
  }

  :root [dir=ltr] .md\:ltr\:-m-14{
    margin: -3.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-m-16{
    margin: -4rem;
  }

  :root [dir=ltr] .md\:ltr\:-m-20{
    margin: -5rem;
  }

  :root [dir=ltr] .md\:ltr\:-m-24{
    margin: -6rem;
  }

  :root [dir=ltr] .md\:ltr\:-m-28{
    margin: -7rem;
  }

  :root [dir=ltr] .md\:ltr\:-m-32{
    margin: -8rem;
  }

  :root [dir=ltr] .md\:ltr\:-m-36{
    margin: -9rem;
  }

  :root [dir=ltr] .md\:ltr\:-m-40{
    margin: -10rem;
  }

  :root [dir=ltr] .md\:ltr\:-m-44{
    margin: -11rem;
  }

  :root [dir=ltr] .md\:ltr\:-m-48{
    margin: -12rem;
  }

  :root [dir=ltr] .md\:ltr\:-m-52{
    margin: -13rem;
  }

  :root [dir=ltr] .md\:ltr\:-m-56{
    margin: -14rem;
  }

  :root [dir=ltr] .md\:ltr\:-m-60{
    margin: -15rem;
  }

  :root [dir=ltr] .md\:ltr\:-m-64{
    margin: -16rem;
  }

  :root [dir=ltr] .md\:ltr\:-m-72{
    margin: -18rem;
  }

  :root [dir=ltr] .md\:ltr\:-m-80{
    margin: -20rem;
  }

  :root [dir=ltr] .md\:ltr\:-m-96{
    margin: -24rem;
  }

  :root [dir=ltr] .md\:ltr\:-m-px{
    margin: -1px;
  }

  :root [dir=ltr] .md\:ltr\:-m-gutter{
    margin: calc(var(--padding-gutter) * -1);
  }

  :root [dir=ltr] .ltr\:-m-0.md\:5{
    margin: -0.125rem;
  }

  :root [dir=ltr] .ltr\:-m-1.md\:5{
    margin: -0.375rem;
  }

  :root [dir=ltr] .ltr\:-m-2.md\:5{
    margin: -0.625rem;
  }

  :root [dir=ltr] .ltr\:-m-3.md\:5{
    margin: -0.875rem;
  }

  :root [dir=ltr] .ltr\:-m-17.md\:5{
    margin: -4.375rem;
  }

  :root [dir=ltr] .md\:ltr\:my-0{
    margin-top: 0;
    margin-bottom: 0;
  }

  :root [dir=ltr] .md\:ltr\:mx-0{
    margin-left: 0;
    margin-right: 0;
  }

  :root [dir=ltr] .md\:ltr\:my-1{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  :root [dir=ltr] .md\:ltr\:mx-1{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  :root [dir=ltr] .md\:ltr\:my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  :root [dir=ltr] .md\:ltr\:mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  :root [dir=ltr] .md\:ltr\:my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  :root [dir=ltr] .md\:ltr\:mx-3{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  :root [dir=ltr] .md\:ltr\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  :root [dir=ltr] .md\:ltr\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  :root [dir=ltr] .md\:ltr\:my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  :root [dir=ltr] .md\:ltr\:mx-5{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  :root [dir=ltr] .md\:ltr\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  :root [dir=ltr] .md\:ltr\:mx-6{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  :root [dir=ltr] .md\:ltr\:my-7{
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  :root [dir=ltr] .md\:ltr\:mx-7{
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  :root [dir=ltr] .md\:ltr\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  :root [dir=ltr] .md\:ltr\:mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  :root [dir=ltr] .md\:ltr\:my-9{
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  :root [dir=ltr] .md\:ltr\:mx-9{
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  :root [dir=ltr] .md\:ltr\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  :root [dir=ltr] .md\:ltr\:mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  :root [dir=ltr] .md\:ltr\:my-11{
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  :root [dir=ltr] .md\:ltr\:mx-11{
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  :root [dir=ltr] .md\:ltr\:my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  :root [dir=ltr] .md\:ltr\:mx-12{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  :root [dir=ltr] .md\:ltr\:my-14{
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  :root [dir=ltr] .md\:ltr\:mx-14{
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  :root [dir=ltr] .md\:ltr\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  :root [dir=ltr] .md\:ltr\:mx-16{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  :root [dir=ltr] .md\:ltr\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  :root [dir=ltr] .md\:ltr\:mx-20{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  :root [dir=ltr] .md\:ltr\:my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  :root [dir=ltr] .md\:ltr\:mx-24{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  :root [dir=ltr] .md\:ltr\:my-28{
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  :root [dir=ltr] .md\:ltr\:mx-28{
    margin-left: 7rem;
    margin-right: 7rem;
  }

  :root [dir=ltr] .md\:ltr\:my-32{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  :root [dir=ltr] .md\:ltr\:mx-32{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  :root [dir=ltr] .md\:ltr\:my-36{
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  :root [dir=ltr] .md\:ltr\:mx-36{
    margin-left: 9rem;
    margin-right: 9rem;
  }

  :root [dir=ltr] .md\:ltr\:my-40{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  :root [dir=ltr] .md\:ltr\:mx-40{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  :root [dir=ltr] .md\:ltr\:my-44{
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  :root [dir=ltr] .md\:ltr\:mx-44{
    margin-left: 11rem;
    margin-right: 11rem;
  }

  :root [dir=ltr] .md\:ltr\:my-48{
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  :root [dir=ltr] .md\:ltr\:mx-48{
    margin-left: 12rem;
    margin-right: 12rem;
  }

  :root [dir=ltr] .md\:ltr\:my-52{
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  :root [dir=ltr] .md\:ltr\:mx-52{
    margin-left: 13rem;
    margin-right: 13rem;
  }

  :root [dir=ltr] .md\:ltr\:my-56{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  :root [dir=ltr] .md\:ltr\:mx-56{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  :root [dir=ltr] .md\:ltr\:my-60{
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  :root [dir=ltr] .md\:ltr\:mx-60{
    margin-left: 15rem;
    margin-right: 15rem;
  }

  :root [dir=ltr] .md\:ltr\:my-64{
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  :root [dir=ltr] .md\:ltr\:mx-64{
    margin-left: 16rem;
    margin-right: 16rem;
  }

  :root [dir=ltr] .md\:ltr\:my-72{
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  :root [dir=ltr] .md\:ltr\:mx-72{
    margin-left: 18rem;
    margin-right: 18rem;
  }

  :root [dir=ltr] .md\:ltr\:my-80{
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  :root [dir=ltr] .md\:ltr\:mx-80{
    margin-left: 20rem;
    margin-right: 20rem;
  }

  :root [dir=ltr] .md\:ltr\:my-96{
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  :root [dir=ltr] .md\:ltr\:mx-96{
    margin-left: 24rem;
    margin-right: 24rem;
  }

  :root [dir=ltr] .md\:ltr\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  :root [dir=ltr] .md\:ltr\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  :root [dir=ltr] .md\:ltr\:my-px{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  :root [dir=ltr] .md\:ltr\:mx-px{
    margin-left: 1px;
    margin-right: 1px;
  }

  :root [dir=ltr] .md\:ltr\:my-gutter{
    margin-top: var(--padding-gutter);
    margin-bottom: var(--padding-gutter);
  }

  :root [dir=ltr] .md\:ltr\:mx-gutter{
    margin-left: var(--padding-gutter);
    margin-right: var(--padding-gutter);
  }

  :root [dir=ltr] .ltr\:my-0.md\:5{
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  :root [dir=ltr] .ltr\:mx-0.md\:5{
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  :root [dir=ltr] .ltr\:my-1.md\:5{
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  :root [dir=ltr] .ltr\:mx-1.md\:5{
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  :root [dir=ltr] .ltr\:my-2.md\:5{
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  :root [dir=ltr] .ltr\:mx-2.md\:5{
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  :root [dir=ltr] .ltr\:my-3.md\:5{
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  :root [dir=ltr] .ltr\:mx-3.md\:5{
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  :root [dir=ltr] .ltr\:my-17.md\:5{
    margin-top: 4.375rem;
    margin-bottom: 4.375rem;
  }

  :root [dir=ltr] .ltr\:mx-17.md\:5{
    margin-left: 4.375rem;
    margin-right: 4.375rem;
  }

  :root [dir=ltr] .md\:ltr\:-my-1{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  :root [dir=ltr] .md\:ltr\:-mx-1{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  :root [dir=ltr] .md\:ltr\:-my-2{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-mx-2{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-my-3{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  :root [dir=ltr] .md\:ltr\:-mx-3{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  :root [dir=ltr] .md\:ltr\:-my-4{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  :root [dir=ltr] .md\:ltr\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  :root [dir=ltr] .md\:ltr\:-my-5{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  :root [dir=ltr] .md\:ltr\:-mx-5{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  :root [dir=ltr] .md\:ltr\:-my-6{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-mx-6{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-my-7{
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  :root [dir=ltr] .md\:ltr\:-mx-7{
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  :root [dir=ltr] .md\:ltr\:-my-8{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  :root [dir=ltr] .md\:ltr\:-mx-8{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  :root [dir=ltr] .md\:ltr\:-my-9{
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  :root [dir=ltr] .md\:ltr\:-mx-9{
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  :root [dir=ltr] .md\:ltr\:-my-10{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-mx-10{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-my-11{
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  :root [dir=ltr] .md\:ltr\:-mx-11{
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  :root [dir=ltr] .md\:ltr\:-my-12{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  :root [dir=ltr] .md\:ltr\:-mx-12{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  :root [dir=ltr] .md\:ltr\:-my-14{
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-mx-14{
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-my-16{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  :root [dir=ltr] .md\:ltr\:-mx-16{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  :root [dir=ltr] .md\:ltr\:-my-20{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  :root [dir=ltr] .md\:ltr\:-mx-20{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  :root [dir=ltr] .md\:ltr\:-my-24{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  :root [dir=ltr] .md\:ltr\:-mx-24{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  :root [dir=ltr] .md\:ltr\:-my-28{
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  :root [dir=ltr] .md\:ltr\:-mx-28{
    margin-left: -7rem;
    margin-right: -7rem;
  }

  :root [dir=ltr] .md\:ltr\:-my-32{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  :root [dir=ltr] .md\:ltr\:-mx-32{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  :root [dir=ltr] .md\:ltr\:-my-36{
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  :root [dir=ltr] .md\:ltr\:-mx-36{
    margin-left: -9rem;
    margin-right: -9rem;
  }

  :root [dir=ltr] .md\:ltr\:-my-40{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  :root [dir=ltr] .md\:ltr\:-mx-40{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  :root [dir=ltr] .md\:ltr\:-my-44{
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  :root [dir=ltr] .md\:ltr\:-mx-44{
    margin-left: -11rem;
    margin-right: -11rem;
  }

  :root [dir=ltr] .md\:ltr\:-my-48{
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  :root [dir=ltr] .md\:ltr\:-mx-48{
    margin-left: -12rem;
    margin-right: -12rem;
  }

  :root [dir=ltr] .md\:ltr\:-my-52{
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  :root [dir=ltr] .md\:ltr\:-mx-52{
    margin-left: -13rem;
    margin-right: -13rem;
  }

  :root [dir=ltr] .md\:ltr\:-my-56{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  :root [dir=ltr] .md\:ltr\:-mx-56{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  :root [dir=ltr] .md\:ltr\:-my-60{
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  :root [dir=ltr] .md\:ltr\:-mx-60{
    margin-left: -15rem;
    margin-right: -15rem;
  }

  :root [dir=ltr] .md\:ltr\:-my-64{
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  :root [dir=ltr] .md\:ltr\:-mx-64{
    margin-left: -16rem;
    margin-right: -16rem;
  }

  :root [dir=ltr] .md\:ltr\:-my-72{
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  :root [dir=ltr] .md\:ltr\:-mx-72{
    margin-left: -18rem;
    margin-right: -18rem;
  }

  :root [dir=ltr] .md\:ltr\:-my-80{
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  :root [dir=ltr] .md\:ltr\:-mx-80{
    margin-left: -20rem;
    margin-right: -20rem;
  }

  :root [dir=ltr] .md\:ltr\:-my-96{
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  :root [dir=ltr] .md\:ltr\:-mx-96{
    margin-left: -24rem;
    margin-right: -24rem;
  }

  :root [dir=ltr] .md\:ltr\:-my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  :root [dir=ltr] .md\:ltr\:-mx-px{
    margin-left: -1px;
    margin-right: -1px;
  }

  :root [dir=ltr] .md\:ltr\:-my-gutter{
    margin-top: calc(var(--padding-gutter) * -1);
    margin-bottom: calc(var(--padding-gutter) * -1);
  }

  :root [dir=ltr] .md\:ltr\:-mx-gutter{
    margin-left: calc(var(--padding-gutter) * -1);
    margin-right: calc(var(--padding-gutter) * -1);
  }

  :root [dir=ltr] .ltr\:-my-0.md\:5{
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  :root [dir=ltr] .ltr\:-mx-0.md\:5{
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  :root [dir=ltr] .ltr\:-my-1.md\:5{
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  :root [dir=ltr] .ltr\:-mx-1.md\:5{
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  :root [dir=ltr] .ltr\:-my-2.md\:5{
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  :root [dir=ltr] .ltr\:-mx-2.md\:5{
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  :root [dir=ltr] .ltr\:-my-3.md\:5{
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  :root [dir=ltr] .ltr\:-mx-3.md\:5{
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  :root [dir=ltr] .ltr\:-my-17.md\:5{
    margin-top: -4.375rem;
    margin-bottom: -4.375rem;
  }

  :root [dir=ltr] .ltr\:-mx-17.md\:5{
    margin-left: -4.375rem;
    margin-right: -4.375rem;
  }

  :root [dir=ltr] .md\:ltr\:mt-0{
    margin-top: 0;
  }

  :root [dir=ltr] .md\:ltr\:mr-0{
    margin-right: 0;
  }

  :root [dir=ltr] .md\:ltr\:mb-0{
    margin-bottom: 0;
  }

  :root [dir=ltr] .md\:ltr\:ml-0{
    margin-left: 0;
  }

  :root [dir=ltr] .md\:ltr\:mt-1{
    margin-top: 0.25rem;
  }

  :root [dir=ltr] .md\:ltr\:mr-1{
    margin-right: 0.25rem;
  }

  :root [dir=ltr] .md\:ltr\:mb-1{
    margin-bottom: 0.25rem;
  }

  :root [dir=ltr] .md\:ltr\:ml-1{
    margin-left: 0.25rem;
  }

  :root [dir=ltr] .md\:ltr\:mt-2{
    margin-top: 0.5rem;
  }

  :root [dir=ltr] .md\:ltr\:mr-2{
    margin-right: 0.5rem;
  }

  :root [dir=ltr] .md\:ltr\:mb-2{
    margin-bottom: 0.5rem;
  }

  :root [dir=ltr] .md\:ltr\:ml-2{
    margin-left: 0.5rem;
  }

  :root [dir=ltr] .md\:ltr\:mt-3{
    margin-top: 0.75rem;
  }

  :root [dir=ltr] .md\:ltr\:mr-3{
    margin-right: 0.75rem;
  }

  :root [dir=ltr] .md\:ltr\:mb-3{
    margin-bottom: 0.75rem;
  }

  :root [dir=ltr] .md\:ltr\:ml-3{
    margin-left: 0.75rem;
  }

  :root [dir=ltr] .md\:ltr\:mt-4{
    margin-top: 1rem;
  }

  :root [dir=ltr] .md\:ltr\:mr-4{
    margin-right: 1rem;
  }

  :root [dir=ltr] .md\:ltr\:mb-4{
    margin-bottom: 1rem;
  }

  :root [dir=ltr] .md\:ltr\:ml-4{
    margin-left: 1rem;
  }

  :root [dir=ltr] .md\:ltr\:mt-5{
    margin-top: 1.25rem;
  }

  :root [dir=ltr] .md\:ltr\:mr-5{
    margin-right: 1.25rem;
  }

  :root [dir=ltr] .md\:ltr\:mb-5{
    margin-bottom: 1.25rem;
  }

  :root [dir=ltr] .md\:ltr\:ml-5{
    margin-left: 1.25rem;
  }

  :root [dir=ltr] .md\:ltr\:mt-6{
    margin-top: 1.5rem;
  }

  :root [dir=ltr] .md\:ltr\:mr-6{
    margin-right: 1.5rem;
  }

  :root [dir=ltr] .md\:ltr\:mb-6{
    margin-bottom: 1.5rem;
  }

  :root [dir=ltr] .md\:ltr\:ml-6{
    margin-left: 1.5rem;
  }

  :root [dir=ltr] .md\:ltr\:mt-7{
    margin-top: 1.75rem;
  }

  :root [dir=ltr] .md\:ltr\:mr-7{
    margin-right: 1.75rem;
  }

  :root [dir=ltr] .md\:ltr\:mb-7{
    margin-bottom: 1.75rem;
  }

  :root [dir=ltr] .md\:ltr\:ml-7{
    margin-left: 1.75rem;
  }

  :root [dir=ltr] .md\:ltr\:mt-8{
    margin-top: 2rem;
  }

  :root [dir=ltr] .md\:ltr\:mr-8{
    margin-right: 2rem;
  }

  :root [dir=ltr] .md\:ltr\:mb-8{
    margin-bottom: 2rem;
  }

  :root [dir=ltr] .md\:ltr\:ml-8{
    margin-left: 2rem;
  }

  :root [dir=ltr] .md\:ltr\:mt-9{
    margin-top: 2.25rem;
  }

  :root [dir=ltr] .md\:ltr\:mr-9{
    margin-right: 2.25rem;
  }

  :root [dir=ltr] .md\:ltr\:mb-9{
    margin-bottom: 2.25rem;
  }

  :root [dir=ltr] .md\:ltr\:ml-9{
    margin-left: 2.25rem;
  }

  :root [dir=ltr] .md\:ltr\:mt-10{
    margin-top: 2.5rem;
  }

  :root [dir=ltr] .md\:ltr\:mr-10{
    margin-right: 2.5rem;
  }

  :root [dir=ltr] .md\:ltr\:mb-10{
    margin-bottom: 2.5rem;
  }

  :root [dir=ltr] .md\:ltr\:ml-10{
    margin-left: 2.5rem;
  }

  :root [dir=ltr] .md\:ltr\:mt-11{
    margin-top: 2.75rem;
  }

  :root [dir=ltr] .md\:ltr\:mr-11{
    margin-right: 2.75rem;
  }

  :root [dir=ltr] .md\:ltr\:mb-11{
    margin-bottom: 2.75rem;
  }

  :root [dir=ltr] .md\:ltr\:ml-11{
    margin-left: 2.75rem;
  }

  :root [dir=ltr] .md\:ltr\:mt-12{
    margin-top: 3rem;
  }

  :root [dir=ltr] .md\:ltr\:mr-12{
    margin-right: 3rem;
  }

  :root [dir=ltr] .md\:ltr\:mb-12{
    margin-bottom: 3rem;
  }

  :root [dir=ltr] .md\:ltr\:ml-12{
    margin-left: 3rem;
  }

  :root [dir=ltr] .md\:ltr\:mt-14{
    margin-top: 3.5rem;
  }

  :root [dir=ltr] .md\:ltr\:mr-14{
    margin-right: 3.5rem;
  }

  :root [dir=ltr] .md\:ltr\:mb-14{
    margin-bottom: 3.5rem;
  }

  :root [dir=ltr] .md\:ltr\:ml-14{
    margin-left: 3.5rem;
  }

  :root [dir=ltr] .md\:ltr\:mt-16{
    margin-top: 4rem;
  }

  :root [dir=ltr] .md\:ltr\:mr-16{
    margin-right: 4rem;
  }

  :root [dir=ltr] .md\:ltr\:mb-16{
    margin-bottom: 4rem;
  }

  :root [dir=ltr] .md\:ltr\:ml-16{
    margin-left: 4rem;
  }

  :root [dir=ltr] .md\:ltr\:mt-20{
    margin-top: 5rem;
  }

  :root [dir=ltr] .md\:ltr\:mr-20{
    margin-right: 5rem;
  }

  :root [dir=ltr] .md\:ltr\:mb-20{
    margin-bottom: 5rem;
  }

  :root [dir=ltr] .md\:ltr\:ml-20{
    margin-left: 5rem;
  }

  :root [dir=ltr] .md\:ltr\:mt-24{
    margin-top: 6rem;
  }

  :root [dir=ltr] .md\:ltr\:mr-24{
    margin-right: 6rem;
  }

  :root [dir=ltr] .md\:ltr\:mb-24{
    margin-bottom: 6rem;
  }

  :root [dir=ltr] .md\:ltr\:ml-24{
    margin-left: 6rem;
  }

  :root [dir=ltr] .md\:ltr\:mt-28{
    margin-top: 7rem;
  }

  :root [dir=ltr] .md\:ltr\:mr-28{
    margin-right: 7rem;
  }

  :root [dir=ltr] .md\:ltr\:mb-28{
    margin-bottom: 7rem;
  }

  :root [dir=ltr] .md\:ltr\:ml-28{
    margin-left: 7rem;
  }

  :root [dir=ltr] .md\:ltr\:mt-32{
    margin-top: 8rem;
  }

  :root [dir=ltr] .md\:ltr\:mr-32{
    margin-right: 8rem;
  }

  :root [dir=ltr] .md\:ltr\:mb-32{
    margin-bottom: 8rem;
  }

  :root [dir=ltr] .md\:ltr\:ml-32{
    margin-left: 8rem;
  }

  :root [dir=ltr] .md\:ltr\:mt-36{
    margin-top: 9rem;
  }

  :root [dir=ltr] .md\:ltr\:mr-36{
    margin-right: 9rem;
  }

  :root [dir=ltr] .md\:ltr\:mb-36{
    margin-bottom: 9rem;
  }

  :root [dir=ltr] .md\:ltr\:ml-36{
    margin-left: 9rem;
  }

  :root [dir=ltr] .md\:ltr\:mt-40{
    margin-top: 10rem;
  }

  :root [dir=ltr] .md\:ltr\:mr-40{
    margin-right: 10rem;
  }

  :root [dir=ltr] .md\:ltr\:mb-40{
    margin-bottom: 10rem;
  }

  :root [dir=ltr] .md\:ltr\:ml-40{
    margin-left: 10rem;
  }

  :root [dir=ltr] .md\:ltr\:mt-44{
    margin-top: 11rem;
  }

  :root [dir=ltr] .md\:ltr\:mr-44{
    margin-right: 11rem;
  }

  :root [dir=ltr] .md\:ltr\:mb-44{
    margin-bottom: 11rem;
  }

  :root [dir=ltr] .md\:ltr\:ml-44{
    margin-left: 11rem;
  }

  :root [dir=ltr] .md\:ltr\:mt-48{
    margin-top: 12rem;
  }

  :root [dir=ltr] .md\:ltr\:mr-48{
    margin-right: 12rem;
  }

  :root [dir=ltr] .md\:ltr\:mb-48{
    margin-bottom: 12rem;
  }

  :root [dir=ltr] .md\:ltr\:ml-48{
    margin-left: 12rem;
  }

  :root [dir=ltr] .md\:ltr\:mt-52{
    margin-top: 13rem;
  }

  :root [dir=ltr] .md\:ltr\:mr-52{
    margin-right: 13rem;
  }

  :root [dir=ltr] .md\:ltr\:mb-52{
    margin-bottom: 13rem;
  }

  :root [dir=ltr] .md\:ltr\:ml-52{
    margin-left: 13rem;
  }

  :root [dir=ltr] .md\:ltr\:mt-56{
    margin-top: 14rem;
  }

  :root [dir=ltr] .md\:ltr\:mr-56{
    margin-right: 14rem;
  }

  :root [dir=ltr] .md\:ltr\:mb-56{
    margin-bottom: 14rem;
  }

  :root [dir=ltr] .md\:ltr\:ml-56{
    margin-left: 14rem;
  }

  :root [dir=ltr] .md\:ltr\:mt-60{
    margin-top: 15rem;
  }

  :root [dir=ltr] .md\:ltr\:mr-60{
    margin-right: 15rem;
  }

  :root [dir=ltr] .md\:ltr\:mb-60{
    margin-bottom: 15rem;
  }

  :root [dir=ltr] .md\:ltr\:ml-60{
    margin-left: 15rem;
  }

  :root [dir=ltr] .md\:ltr\:mt-64{
    margin-top: 16rem;
  }

  :root [dir=ltr] .md\:ltr\:mr-64{
    margin-right: 16rem;
  }

  :root [dir=ltr] .md\:ltr\:mb-64{
    margin-bottom: 16rem;
  }

  :root [dir=ltr] .md\:ltr\:ml-64{
    margin-left: 16rem;
  }

  :root [dir=ltr] .md\:ltr\:mt-72{
    margin-top: 18rem;
  }

  :root [dir=ltr] .md\:ltr\:mr-72{
    margin-right: 18rem;
  }

  :root [dir=ltr] .md\:ltr\:mb-72{
    margin-bottom: 18rem;
  }

  :root [dir=ltr] .md\:ltr\:ml-72{
    margin-left: 18rem;
  }

  :root [dir=ltr] .md\:ltr\:mt-80{
    margin-top: 20rem;
  }

  :root [dir=ltr] .md\:ltr\:mr-80{
    margin-right: 20rem;
  }

  :root [dir=ltr] .md\:ltr\:mb-80{
    margin-bottom: 20rem;
  }

  :root [dir=ltr] .md\:ltr\:ml-80{
    margin-left: 20rem;
  }

  :root [dir=ltr] .md\:ltr\:mt-96{
    margin-top: 24rem;
  }

  :root [dir=ltr] .md\:ltr\:mr-96{
    margin-right: 24rem;
  }

  :root [dir=ltr] .md\:ltr\:mb-96{
    margin-bottom: 24rem;
  }

  :root [dir=ltr] .md\:ltr\:ml-96{
    margin-left: 24rem;
  }

  :root [dir=ltr] .md\:ltr\:mt-auto{
    margin-top: auto;
  }

  :root [dir=ltr] .md\:ltr\:mr-auto{
    margin-right: auto;
  }

  :root [dir=ltr] .md\:ltr\:mb-auto{
    margin-bottom: auto;
  }

  :root [dir=ltr] .md\:ltr\:ml-auto{
    margin-left: auto;
  }

  :root [dir=ltr] .md\:ltr\:mt-px{
    margin-top: 1px;
  }

  :root [dir=ltr] .md\:ltr\:mr-px{
    margin-right: 1px;
  }

  :root [dir=ltr] .md\:ltr\:mb-px{
    margin-bottom: 1px;
  }

  :root [dir=ltr] .md\:ltr\:ml-px{
    margin-left: 1px;
  }

  :root [dir=ltr] .md\:ltr\:mt-gutter{
    margin-top: var(--padding-gutter);
  }

  :root [dir=ltr] .md\:ltr\:mr-gutter{
    margin-right: var(--padding-gutter);
  }

  :root [dir=ltr] .md\:ltr\:mb-gutter{
    margin-bottom: var(--padding-gutter);
  }

  :root [dir=ltr] .md\:ltr\:ml-gutter{
    margin-left: var(--padding-gutter);
  }

  :root [dir=ltr] .ltr\:mt-0.md\:5{
    margin-top: 0.125rem;
  }

  :root [dir=ltr] .ltr\:mr-0.md\:5{
    margin-right: 0.125rem;
  }

  :root [dir=ltr] .ltr\:mb-0.md\:5{
    margin-bottom: 0.125rem;
  }

  :root [dir=ltr] .ltr\:ml-0.md\:5{
    margin-left: 0.125rem;
  }

  :root [dir=ltr] .ltr\:mt-1.md\:5{
    margin-top: 0.375rem;
  }

  :root [dir=ltr] .ltr\:mr-1.md\:5{
    margin-right: 0.375rem;
  }

  :root [dir=ltr] .ltr\:mb-1.md\:5{
    margin-bottom: 0.375rem;
  }

  :root [dir=ltr] .ltr\:ml-1.md\:5{
    margin-left: 0.375rem;
  }

  :root [dir=ltr] .ltr\:mt-2.md\:5{
    margin-top: 0.625rem;
  }

  :root [dir=ltr] .ltr\:mr-2.md\:5{
    margin-right: 0.625rem;
  }

  :root [dir=ltr] .ltr\:mb-2.md\:5{
    margin-bottom: 0.625rem;
  }

  :root [dir=ltr] .ltr\:ml-2.md\:5{
    margin-left: 0.625rem;
  }

  :root [dir=ltr] .ltr\:mt-3.md\:5{
    margin-top: 0.875rem;
  }

  :root [dir=ltr] .ltr\:mr-3.md\:5{
    margin-right: 0.875rem;
  }

  :root [dir=ltr] .ltr\:mb-3.md\:5{
    margin-bottom: 0.875rem;
  }

  :root [dir=ltr] .ltr\:ml-3.md\:5{
    margin-left: 0.875rem;
  }

  :root [dir=ltr] .ltr\:mt-17.md\:5{
    margin-top: 4.375rem;
  }

  :root [dir=ltr] .ltr\:mr-17.md\:5{
    margin-right: 4.375rem;
  }

  :root [dir=ltr] .ltr\:mb-17.md\:5{
    margin-bottom: 4.375rem;
  }

  :root [dir=ltr] .ltr\:ml-17.md\:5{
    margin-left: 4.375rem;
  }

  :root [dir=ltr] .md\:ltr\:-mt-1{
    margin-top: -0.25rem;
  }

  :root [dir=ltr] .md\:ltr\:-mr-1{
    margin-right: -0.25rem;
  }

  :root [dir=ltr] .md\:ltr\:-mb-1{
    margin-bottom: -0.25rem;
  }

  :root [dir=ltr] .md\:ltr\:-ml-1{
    margin-left: -0.25rem;
  }

  :root [dir=ltr] .md\:ltr\:-mt-2{
    margin-top: -0.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-mr-2{
    margin-right: -0.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-mb-2{
    margin-bottom: -0.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-ml-2{
    margin-left: -0.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-mt-3{
    margin-top: -0.75rem;
  }

  :root [dir=ltr] .md\:ltr\:-mr-3{
    margin-right: -0.75rem;
  }

  :root [dir=ltr] .md\:ltr\:-mb-3{
    margin-bottom: -0.75rem;
  }

  :root [dir=ltr] .md\:ltr\:-ml-3{
    margin-left: -0.75rem;
  }

  :root [dir=ltr] .md\:ltr\:-mt-4{
    margin-top: -1rem;
  }

  :root [dir=ltr] .md\:ltr\:-mr-4{
    margin-right: -1rem;
  }

  :root [dir=ltr] .md\:ltr\:-mb-4{
    margin-bottom: -1rem;
  }

  :root [dir=ltr] .md\:ltr\:-ml-4{
    margin-left: -1rem;
  }

  :root [dir=ltr] .md\:ltr\:-mt-5{
    margin-top: -1.25rem;
  }

  :root [dir=ltr] .md\:ltr\:-mr-5{
    margin-right: -1.25rem;
  }

  :root [dir=ltr] .md\:ltr\:-mb-5{
    margin-bottom: -1.25rem;
  }

  :root [dir=ltr] .md\:ltr\:-ml-5{
    margin-left: -1.25rem;
  }

  :root [dir=ltr] .md\:ltr\:-mt-6{
    margin-top: -1.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-mr-6{
    margin-right: -1.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-mb-6{
    margin-bottom: -1.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-ml-6{
    margin-left: -1.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-mt-7{
    margin-top: -1.75rem;
  }

  :root [dir=ltr] .md\:ltr\:-mr-7{
    margin-right: -1.75rem;
  }

  :root [dir=ltr] .md\:ltr\:-mb-7{
    margin-bottom: -1.75rem;
  }

  :root [dir=ltr] .md\:ltr\:-ml-7{
    margin-left: -1.75rem;
  }

  :root [dir=ltr] .md\:ltr\:-mt-8{
    margin-top: -2rem;
  }

  :root [dir=ltr] .md\:ltr\:-mr-8{
    margin-right: -2rem;
  }

  :root [dir=ltr] .md\:ltr\:-mb-8{
    margin-bottom: -2rem;
  }

  :root [dir=ltr] .md\:ltr\:-ml-8{
    margin-left: -2rem;
  }

  :root [dir=ltr] .md\:ltr\:-mt-9{
    margin-top: -2.25rem;
  }

  :root [dir=ltr] .md\:ltr\:-mr-9{
    margin-right: -2.25rem;
  }

  :root [dir=ltr] .md\:ltr\:-mb-9{
    margin-bottom: -2.25rem;
  }

  :root [dir=ltr] .md\:ltr\:-ml-9{
    margin-left: -2.25rem;
  }

  :root [dir=ltr] .md\:ltr\:-mt-10{
    margin-top: -2.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-mr-10{
    margin-right: -2.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-mb-10{
    margin-bottom: -2.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-ml-10{
    margin-left: -2.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-mt-11{
    margin-top: -2.75rem;
  }

  :root [dir=ltr] .md\:ltr\:-mr-11{
    margin-right: -2.75rem;
  }

  :root [dir=ltr] .md\:ltr\:-mb-11{
    margin-bottom: -2.75rem;
  }

  :root [dir=ltr] .md\:ltr\:-ml-11{
    margin-left: -2.75rem;
  }

  :root [dir=ltr] .md\:ltr\:-mt-12{
    margin-top: -3rem;
  }

  :root [dir=ltr] .md\:ltr\:-mr-12{
    margin-right: -3rem;
  }

  :root [dir=ltr] .md\:ltr\:-mb-12{
    margin-bottom: -3rem;
  }

  :root [dir=ltr] .md\:ltr\:-ml-12{
    margin-left: -3rem;
  }

  :root [dir=ltr] .md\:ltr\:-mt-14{
    margin-top: -3.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-mr-14{
    margin-right: -3.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-mb-14{
    margin-bottom: -3.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-ml-14{
    margin-left: -3.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-mt-16{
    margin-top: -4rem;
  }

  :root [dir=ltr] .md\:ltr\:-mr-16{
    margin-right: -4rem;
  }

  :root [dir=ltr] .md\:ltr\:-mb-16{
    margin-bottom: -4rem;
  }

  :root [dir=ltr] .md\:ltr\:-ml-16{
    margin-left: -4rem;
  }

  :root [dir=ltr] .md\:ltr\:-mt-20{
    margin-top: -5rem;
  }

  :root [dir=ltr] .md\:ltr\:-mr-20{
    margin-right: -5rem;
  }

  :root [dir=ltr] .md\:ltr\:-mb-20{
    margin-bottom: -5rem;
  }

  :root [dir=ltr] .md\:ltr\:-ml-20{
    margin-left: -5rem;
  }

  :root [dir=ltr] .md\:ltr\:-mt-24{
    margin-top: -6rem;
  }

  :root [dir=ltr] .md\:ltr\:-mr-24{
    margin-right: -6rem;
  }

  :root [dir=ltr] .md\:ltr\:-mb-24{
    margin-bottom: -6rem;
  }

  :root [dir=ltr] .md\:ltr\:-ml-24{
    margin-left: -6rem;
  }

  :root [dir=ltr] .md\:ltr\:-mt-28{
    margin-top: -7rem;
  }

  :root [dir=ltr] .md\:ltr\:-mr-28{
    margin-right: -7rem;
  }

  :root [dir=ltr] .md\:ltr\:-mb-28{
    margin-bottom: -7rem;
  }

  :root [dir=ltr] .md\:ltr\:-ml-28{
    margin-left: -7rem;
  }

  :root [dir=ltr] .md\:ltr\:-mt-32{
    margin-top: -8rem;
  }

  :root [dir=ltr] .md\:ltr\:-mr-32{
    margin-right: -8rem;
  }

  :root [dir=ltr] .md\:ltr\:-mb-32{
    margin-bottom: -8rem;
  }

  :root [dir=ltr] .md\:ltr\:-ml-32{
    margin-left: -8rem;
  }

  :root [dir=ltr] .md\:ltr\:-mt-36{
    margin-top: -9rem;
  }

  :root [dir=ltr] .md\:ltr\:-mr-36{
    margin-right: -9rem;
  }

  :root [dir=ltr] .md\:ltr\:-mb-36{
    margin-bottom: -9rem;
  }

  :root [dir=ltr] .md\:ltr\:-ml-36{
    margin-left: -9rem;
  }

  :root [dir=ltr] .md\:ltr\:-mt-40{
    margin-top: -10rem;
  }

  :root [dir=ltr] .md\:ltr\:-mr-40{
    margin-right: -10rem;
  }

  :root [dir=ltr] .md\:ltr\:-mb-40{
    margin-bottom: -10rem;
  }

  :root [dir=ltr] .md\:ltr\:-ml-40{
    margin-left: -10rem;
  }

  :root [dir=ltr] .md\:ltr\:-mt-44{
    margin-top: -11rem;
  }

  :root [dir=ltr] .md\:ltr\:-mr-44{
    margin-right: -11rem;
  }

  :root [dir=ltr] .md\:ltr\:-mb-44{
    margin-bottom: -11rem;
  }

  :root [dir=ltr] .md\:ltr\:-ml-44{
    margin-left: -11rem;
  }

  :root [dir=ltr] .md\:ltr\:-mt-48{
    margin-top: -12rem;
  }

  :root [dir=ltr] .md\:ltr\:-mr-48{
    margin-right: -12rem;
  }

  :root [dir=ltr] .md\:ltr\:-mb-48{
    margin-bottom: -12rem;
  }

  :root [dir=ltr] .md\:ltr\:-ml-48{
    margin-left: -12rem;
  }

  :root [dir=ltr] .md\:ltr\:-mt-52{
    margin-top: -13rem;
  }

  :root [dir=ltr] .md\:ltr\:-mr-52{
    margin-right: -13rem;
  }

  :root [dir=ltr] .md\:ltr\:-mb-52{
    margin-bottom: -13rem;
  }

  :root [dir=ltr] .md\:ltr\:-ml-52{
    margin-left: -13rem;
  }

  :root [dir=ltr] .md\:ltr\:-mt-56{
    margin-top: -14rem;
  }

  :root [dir=ltr] .md\:ltr\:-mr-56{
    margin-right: -14rem;
  }

  :root [dir=ltr] .md\:ltr\:-mb-56{
    margin-bottom: -14rem;
  }

  :root [dir=ltr] .md\:ltr\:-ml-56{
    margin-left: -14rem;
  }

  :root [dir=ltr] .md\:ltr\:-mt-60{
    margin-top: -15rem;
  }

  :root [dir=ltr] .md\:ltr\:-mr-60{
    margin-right: -15rem;
  }

  :root [dir=ltr] .md\:ltr\:-mb-60{
    margin-bottom: -15rem;
  }

  :root [dir=ltr] .md\:ltr\:-ml-60{
    margin-left: -15rem;
  }

  :root [dir=ltr] .md\:ltr\:-mt-64{
    margin-top: -16rem;
  }

  :root [dir=ltr] .md\:ltr\:-mr-64{
    margin-right: -16rem;
  }

  :root [dir=ltr] .md\:ltr\:-mb-64{
    margin-bottom: -16rem;
  }

  :root [dir=ltr] .md\:ltr\:-ml-64{
    margin-left: -16rem;
  }

  :root [dir=ltr] .md\:ltr\:-mt-72{
    margin-top: -18rem;
  }

  :root [dir=ltr] .md\:ltr\:-mr-72{
    margin-right: -18rem;
  }

  :root [dir=ltr] .md\:ltr\:-mb-72{
    margin-bottom: -18rem;
  }

  :root [dir=ltr] .md\:ltr\:-ml-72{
    margin-left: -18rem;
  }

  :root [dir=ltr] .md\:ltr\:-mt-80{
    margin-top: -20rem;
  }

  :root [dir=ltr] .md\:ltr\:-mr-80{
    margin-right: -20rem;
  }

  :root [dir=ltr] .md\:ltr\:-mb-80{
    margin-bottom: -20rem;
  }

  :root [dir=ltr] .md\:ltr\:-ml-80{
    margin-left: -20rem;
  }

  :root [dir=ltr] .md\:ltr\:-mt-96{
    margin-top: -24rem;
  }

  :root [dir=ltr] .md\:ltr\:-mr-96{
    margin-right: -24rem;
  }

  :root [dir=ltr] .md\:ltr\:-mb-96{
    margin-bottom: -24rem;
  }

  :root [dir=ltr] .md\:ltr\:-ml-96{
    margin-left: -24rem;
  }

  :root [dir=ltr] .md\:ltr\:-mt-px{
    margin-top: -1px;
  }

  :root [dir=ltr] .md\:ltr\:-mr-px{
    margin-right: -1px;
  }

  :root [dir=ltr] .md\:ltr\:-mb-px{
    margin-bottom: -1px;
  }

  :root [dir=ltr] .md\:ltr\:-ml-px{
    margin-left: -1px;
  }

  :root [dir=ltr] .md\:ltr\:-mt-gutter{
    margin-top: calc(var(--padding-gutter) * -1);
  }

  :root [dir=ltr] .md\:ltr\:-mr-gutter{
    margin-right: calc(var(--padding-gutter) * -1);
  }

  :root [dir=ltr] .md\:ltr\:-mb-gutter{
    margin-bottom: calc(var(--padding-gutter) * -1);
  }

  :root [dir=ltr] .md\:ltr\:-ml-gutter{
    margin-left: calc(var(--padding-gutter) * -1);
  }

  :root [dir=ltr] .ltr\:-mt-0.md\:5{
    margin-top: -0.125rem;
  }

  :root [dir=ltr] .ltr\:-mr-0.md\:5{
    margin-right: -0.125rem;
  }

  :root [dir=ltr] .ltr\:-mb-0.md\:5{
    margin-bottom: -0.125rem;
  }

  :root [dir=ltr] .ltr\:-ml-0.md\:5{
    margin-left: -0.125rem;
  }

  :root [dir=ltr] .ltr\:-mt-1.md\:5{
    margin-top: -0.375rem;
  }

  :root [dir=ltr] .ltr\:-mr-1.md\:5{
    margin-right: -0.375rem;
  }

  :root [dir=ltr] .ltr\:-mb-1.md\:5{
    margin-bottom: -0.375rem;
  }

  :root [dir=ltr] .ltr\:-ml-1.md\:5{
    margin-left: -0.375rem;
  }

  :root [dir=ltr] .ltr\:-mt-2.md\:5{
    margin-top: -0.625rem;
  }

  :root [dir=ltr] .ltr\:-mr-2.md\:5{
    margin-right: -0.625rem;
  }

  :root [dir=ltr] .ltr\:-mb-2.md\:5{
    margin-bottom: -0.625rem;
  }

  :root [dir=ltr] .ltr\:-ml-2.md\:5{
    margin-left: -0.625rem;
  }

  :root [dir=ltr] .ltr\:-mt-3.md\:5{
    margin-top: -0.875rem;
  }

  :root [dir=ltr] .ltr\:-mr-3.md\:5{
    margin-right: -0.875rem;
  }

  :root [dir=ltr] .ltr\:-mb-3.md\:5{
    margin-bottom: -0.875rem;
  }

  :root [dir=ltr] .ltr\:-ml-3.md\:5{
    margin-left: -0.875rem;
  }

  :root [dir=ltr] .ltr\:-mt-17.md\:5{
    margin-top: -4.375rem;
  }

  :root [dir=ltr] .ltr\:-mr-17.md\:5{
    margin-right: -4.375rem;
  }

  :root [dir=ltr] .ltr\:-mb-17.md\:5{
    margin-bottom: -4.375rem;
  }

  :root [dir=ltr] .ltr\:-ml-17.md\:5{
    margin-left: -4.375rem;
  }

  :root [dir=rtl] .md\:rtl\:m-0{
    margin: 0;
  }

  :root [dir=rtl] .md\:rtl\:m-1{
    margin: 0.25rem;
  }

  :root [dir=rtl] .md\:rtl\:m-2{
    margin: 0.5rem;
  }

  :root [dir=rtl] .md\:rtl\:m-3{
    margin: 0.75rem;
  }

  :root [dir=rtl] .md\:rtl\:m-4{
    margin: 1rem;
  }

  :root [dir=rtl] .md\:rtl\:m-5{
    margin: 1.25rem;
  }

  :root [dir=rtl] .md\:rtl\:m-6{
    margin: 1.5rem;
  }

  :root [dir=rtl] .md\:rtl\:m-7{
    margin: 1.75rem;
  }

  :root [dir=rtl] .md\:rtl\:m-8{
    margin: 2rem;
  }

  :root [dir=rtl] .md\:rtl\:m-9{
    margin: 2.25rem;
  }

  :root [dir=rtl] .md\:rtl\:m-10{
    margin: 2.5rem;
  }

  :root [dir=rtl] .md\:rtl\:m-11{
    margin: 2.75rem;
  }

  :root [dir=rtl] .md\:rtl\:m-12{
    margin: 3rem;
  }

  :root [dir=rtl] .md\:rtl\:m-14{
    margin: 3.5rem;
  }

  :root [dir=rtl] .md\:rtl\:m-16{
    margin: 4rem;
  }

  :root [dir=rtl] .md\:rtl\:m-20{
    margin: 5rem;
  }

  :root [dir=rtl] .md\:rtl\:m-24{
    margin: 6rem;
  }

  :root [dir=rtl] .md\:rtl\:m-28{
    margin: 7rem;
  }

  :root [dir=rtl] .md\:rtl\:m-32{
    margin: 8rem;
  }

  :root [dir=rtl] .md\:rtl\:m-36{
    margin: 9rem;
  }

  :root [dir=rtl] .md\:rtl\:m-40{
    margin: 10rem;
  }

  :root [dir=rtl] .md\:rtl\:m-44{
    margin: 11rem;
  }

  :root [dir=rtl] .md\:rtl\:m-48{
    margin: 12rem;
  }

  :root [dir=rtl] .md\:rtl\:m-52{
    margin: 13rem;
  }

  :root [dir=rtl] .md\:rtl\:m-56{
    margin: 14rem;
  }

  :root [dir=rtl] .md\:rtl\:m-60{
    margin: 15rem;
  }

  :root [dir=rtl] .md\:rtl\:m-64{
    margin: 16rem;
  }

  :root [dir=rtl] .md\:rtl\:m-72{
    margin: 18rem;
  }

  :root [dir=rtl] .md\:rtl\:m-80{
    margin: 20rem;
  }

  :root [dir=rtl] .md\:rtl\:m-96{
    margin: 24rem;
  }

  :root [dir=rtl] .md\:rtl\:m-auto{
    margin: auto;
  }

  :root [dir=rtl] .md\:rtl\:m-px{
    margin: 1px;
  }

  :root [dir=rtl] .md\:rtl\:m-gutter{
    margin: var(--padding-gutter);
  }

  :root [dir=rtl] .rtl\:m-0.md\:5{
    margin: 0.125rem;
  }

  :root [dir=rtl] .rtl\:m-1.md\:5{
    margin: 0.375rem;
  }

  :root [dir=rtl] .rtl\:m-2.md\:5{
    margin: 0.625rem;
  }

  :root [dir=rtl] .rtl\:m-3.md\:5{
    margin: 0.875rem;
  }

  :root [dir=rtl] .rtl\:m-17.md\:5{
    margin: 4.375rem;
  }

  :root [dir=rtl] .md\:rtl\:-m-1{
    margin: -0.25rem;
  }

  :root [dir=rtl] .md\:rtl\:-m-2{
    margin: -0.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-m-3{
    margin: -0.75rem;
  }

  :root [dir=rtl] .md\:rtl\:-m-4{
    margin: -1rem;
  }

  :root [dir=rtl] .md\:rtl\:-m-5{
    margin: -1.25rem;
  }

  :root [dir=rtl] .md\:rtl\:-m-6{
    margin: -1.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-m-7{
    margin: -1.75rem;
  }

  :root [dir=rtl] .md\:rtl\:-m-8{
    margin: -2rem;
  }

  :root [dir=rtl] .md\:rtl\:-m-9{
    margin: -2.25rem;
  }

  :root [dir=rtl] .md\:rtl\:-m-10{
    margin: -2.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-m-11{
    margin: -2.75rem;
  }

  :root [dir=rtl] .md\:rtl\:-m-12{
    margin: -3rem;
  }

  :root [dir=rtl] .md\:rtl\:-m-14{
    margin: -3.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-m-16{
    margin: -4rem;
  }

  :root [dir=rtl] .md\:rtl\:-m-20{
    margin: -5rem;
  }

  :root [dir=rtl] .md\:rtl\:-m-24{
    margin: -6rem;
  }

  :root [dir=rtl] .md\:rtl\:-m-28{
    margin: -7rem;
  }

  :root [dir=rtl] .md\:rtl\:-m-32{
    margin: -8rem;
  }

  :root [dir=rtl] .md\:rtl\:-m-36{
    margin: -9rem;
  }

  :root [dir=rtl] .md\:rtl\:-m-40{
    margin: -10rem;
  }

  :root [dir=rtl] .md\:rtl\:-m-44{
    margin: -11rem;
  }

  :root [dir=rtl] .md\:rtl\:-m-48{
    margin: -12rem;
  }

  :root [dir=rtl] .md\:rtl\:-m-52{
    margin: -13rem;
  }

  :root [dir=rtl] .md\:rtl\:-m-56{
    margin: -14rem;
  }

  :root [dir=rtl] .md\:rtl\:-m-60{
    margin: -15rem;
  }

  :root [dir=rtl] .md\:rtl\:-m-64{
    margin: -16rem;
  }

  :root [dir=rtl] .md\:rtl\:-m-72{
    margin: -18rem;
  }

  :root [dir=rtl] .md\:rtl\:-m-80{
    margin: -20rem;
  }

  :root [dir=rtl] .md\:rtl\:-m-96{
    margin: -24rem;
  }

  :root [dir=rtl] .md\:rtl\:-m-px{
    margin: -1px;
  }

  :root [dir=rtl] .md\:rtl\:-m-gutter{
    margin: calc(var(--padding-gutter) * -1);
  }

  :root [dir=rtl] .rtl\:-m-0.md\:5{
    margin: -0.125rem;
  }

  :root [dir=rtl] .rtl\:-m-1.md\:5{
    margin: -0.375rem;
  }

  :root [dir=rtl] .rtl\:-m-2.md\:5{
    margin: -0.625rem;
  }

  :root [dir=rtl] .rtl\:-m-3.md\:5{
    margin: -0.875rem;
  }

  :root [dir=rtl] .rtl\:-m-17.md\:5{
    margin: -4.375rem;
  }

  :root [dir=rtl] .md\:rtl\:my-0{
    margin-top: 0;
    margin-bottom: 0;
  }

  :root [dir=rtl] .md\:rtl\:mx-0{
    margin-left: 0;
    margin-right: 0;
  }

  :root [dir=rtl] .md\:rtl\:my-1{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  :root [dir=rtl] .md\:rtl\:mx-1{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  :root [dir=rtl] .md\:rtl\:my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  :root [dir=rtl] .md\:rtl\:mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  :root [dir=rtl] .md\:rtl\:my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  :root [dir=rtl] .md\:rtl\:mx-3{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  :root [dir=rtl] .md\:rtl\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  :root [dir=rtl] .md\:rtl\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  :root [dir=rtl] .md\:rtl\:my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  :root [dir=rtl] .md\:rtl\:mx-5{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  :root [dir=rtl] .md\:rtl\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  :root [dir=rtl] .md\:rtl\:mx-6{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  :root [dir=rtl] .md\:rtl\:my-7{
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  :root [dir=rtl] .md\:rtl\:mx-7{
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  :root [dir=rtl] .md\:rtl\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  :root [dir=rtl] .md\:rtl\:mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  :root [dir=rtl] .md\:rtl\:my-9{
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  :root [dir=rtl] .md\:rtl\:mx-9{
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  :root [dir=rtl] .md\:rtl\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  :root [dir=rtl] .md\:rtl\:mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  :root [dir=rtl] .md\:rtl\:my-11{
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  :root [dir=rtl] .md\:rtl\:mx-11{
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  :root [dir=rtl] .md\:rtl\:my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  :root [dir=rtl] .md\:rtl\:mx-12{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  :root [dir=rtl] .md\:rtl\:my-14{
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  :root [dir=rtl] .md\:rtl\:mx-14{
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  :root [dir=rtl] .md\:rtl\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  :root [dir=rtl] .md\:rtl\:mx-16{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  :root [dir=rtl] .md\:rtl\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  :root [dir=rtl] .md\:rtl\:mx-20{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  :root [dir=rtl] .md\:rtl\:my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  :root [dir=rtl] .md\:rtl\:mx-24{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  :root [dir=rtl] .md\:rtl\:my-28{
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  :root [dir=rtl] .md\:rtl\:mx-28{
    margin-left: 7rem;
    margin-right: 7rem;
  }

  :root [dir=rtl] .md\:rtl\:my-32{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  :root [dir=rtl] .md\:rtl\:mx-32{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  :root [dir=rtl] .md\:rtl\:my-36{
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  :root [dir=rtl] .md\:rtl\:mx-36{
    margin-left: 9rem;
    margin-right: 9rem;
  }

  :root [dir=rtl] .md\:rtl\:my-40{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  :root [dir=rtl] .md\:rtl\:mx-40{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  :root [dir=rtl] .md\:rtl\:my-44{
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  :root [dir=rtl] .md\:rtl\:mx-44{
    margin-left: 11rem;
    margin-right: 11rem;
  }

  :root [dir=rtl] .md\:rtl\:my-48{
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  :root [dir=rtl] .md\:rtl\:mx-48{
    margin-left: 12rem;
    margin-right: 12rem;
  }

  :root [dir=rtl] .md\:rtl\:my-52{
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  :root [dir=rtl] .md\:rtl\:mx-52{
    margin-left: 13rem;
    margin-right: 13rem;
  }

  :root [dir=rtl] .md\:rtl\:my-56{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  :root [dir=rtl] .md\:rtl\:mx-56{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  :root [dir=rtl] .md\:rtl\:my-60{
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  :root [dir=rtl] .md\:rtl\:mx-60{
    margin-left: 15rem;
    margin-right: 15rem;
  }

  :root [dir=rtl] .md\:rtl\:my-64{
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  :root [dir=rtl] .md\:rtl\:mx-64{
    margin-left: 16rem;
    margin-right: 16rem;
  }

  :root [dir=rtl] .md\:rtl\:my-72{
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  :root [dir=rtl] .md\:rtl\:mx-72{
    margin-left: 18rem;
    margin-right: 18rem;
  }

  :root [dir=rtl] .md\:rtl\:my-80{
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  :root [dir=rtl] .md\:rtl\:mx-80{
    margin-left: 20rem;
    margin-right: 20rem;
  }

  :root [dir=rtl] .md\:rtl\:my-96{
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  :root [dir=rtl] .md\:rtl\:mx-96{
    margin-left: 24rem;
    margin-right: 24rem;
  }

  :root [dir=rtl] .md\:rtl\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  :root [dir=rtl] .md\:rtl\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  :root [dir=rtl] .md\:rtl\:my-px{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  :root [dir=rtl] .md\:rtl\:mx-px{
    margin-left: 1px;
    margin-right: 1px;
  }

  :root [dir=rtl] .md\:rtl\:my-gutter{
    margin-top: var(--padding-gutter);
    margin-bottom: var(--padding-gutter);
  }

  :root [dir=rtl] .md\:rtl\:mx-gutter{
    margin-left: var(--padding-gutter);
    margin-right: var(--padding-gutter);
  }

  :root [dir=rtl] .rtl\:my-0.md\:5{
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  :root [dir=rtl] .rtl\:mx-0.md\:5{
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  :root [dir=rtl] .rtl\:my-1.md\:5{
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  :root [dir=rtl] .rtl\:mx-1.md\:5{
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  :root [dir=rtl] .rtl\:my-2.md\:5{
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  :root [dir=rtl] .rtl\:mx-2.md\:5{
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  :root [dir=rtl] .rtl\:my-3.md\:5{
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  :root [dir=rtl] .rtl\:mx-3.md\:5{
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  :root [dir=rtl] .rtl\:my-17.md\:5{
    margin-top: 4.375rem;
    margin-bottom: 4.375rem;
  }

  :root [dir=rtl] .rtl\:mx-17.md\:5{
    margin-left: 4.375rem;
    margin-right: 4.375rem;
  }

  :root [dir=rtl] .md\:rtl\:-my-1{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  :root [dir=rtl] .md\:rtl\:-mx-1{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  :root [dir=rtl] .md\:rtl\:-my-2{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-mx-2{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-my-3{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  :root [dir=rtl] .md\:rtl\:-mx-3{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  :root [dir=rtl] .md\:rtl\:-my-4{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  :root [dir=rtl] .md\:rtl\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  :root [dir=rtl] .md\:rtl\:-my-5{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  :root [dir=rtl] .md\:rtl\:-mx-5{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  :root [dir=rtl] .md\:rtl\:-my-6{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-mx-6{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-my-7{
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  :root [dir=rtl] .md\:rtl\:-mx-7{
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  :root [dir=rtl] .md\:rtl\:-my-8{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  :root [dir=rtl] .md\:rtl\:-mx-8{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  :root [dir=rtl] .md\:rtl\:-my-9{
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  :root [dir=rtl] .md\:rtl\:-mx-9{
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  :root [dir=rtl] .md\:rtl\:-my-10{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-mx-10{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-my-11{
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  :root [dir=rtl] .md\:rtl\:-mx-11{
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  :root [dir=rtl] .md\:rtl\:-my-12{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  :root [dir=rtl] .md\:rtl\:-mx-12{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  :root [dir=rtl] .md\:rtl\:-my-14{
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-mx-14{
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-my-16{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  :root [dir=rtl] .md\:rtl\:-mx-16{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  :root [dir=rtl] .md\:rtl\:-my-20{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  :root [dir=rtl] .md\:rtl\:-mx-20{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  :root [dir=rtl] .md\:rtl\:-my-24{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  :root [dir=rtl] .md\:rtl\:-mx-24{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  :root [dir=rtl] .md\:rtl\:-my-28{
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  :root [dir=rtl] .md\:rtl\:-mx-28{
    margin-left: -7rem;
    margin-right: -7rem;
  }

  :root [dir=rtl] .md\:rtl\:-my-32{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  :root [dir=rtl] .md\:rtl\:-mx-32{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  :root [dir=rtl] .md\:rtl\:-my-36{
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  :root [dir=rtl] .md\:rtl\:-mx-36{
    margin-left: -9rem;
    margin-right: -9rem;
  }

  :root [dir=rtl] .md\:rtl\:-my-40{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  :root [dir=rtl] .md\:rtl\:-mx-40{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  :root [dir=rtl] .md\:rtl\:-my-44{
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  :root [dir=rtl] .md\:rtl\:-mx-44{
    margin-left: -11rem;
    margin-right: -11rem;
  }

  :root [dir=rtl] .md\:rtl\:-my-48{
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  :root [dir=rtl] .md\:rtl\:-mx-48{
    margin-left: -12rem;
    margin-right: -12rem;
  }

  :root [dir=rtl] .md\:rtl\:-my-52{
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  :root [dir=rtl] .md\:rtl\:-mx-52{
    margin-left: -13rem;
    margin-right: -13rem;
  }

  :root [dir=rtl] .md\:rtl\:-my-56{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  :root [dir=rtl] .md\:rtl\:-mx-56{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  :root [dir=rtl] .md\:rtl\:-my-60{
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  :root [dir=rtl] .md\:rtl\:-mx-60{
    margin-left: -15rem;
    margin-right: -15rem;
  }

  :root [dir=rtl] .md\:rtl\:-my-64{
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  :root [dir=rtl] .md\:rtl\:-mx-64{
    margin-left: -16rem;
    margin-right: -16rem;
  }

  :root [dir=rtl] .md\:rtl\:-my-72{
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  :root [dir=rtl] .md\:rtl\:-mx-72{
    margin-left: -18rem;
    margin-right: -18rem;
  }

  :root [dir=rtl] .md\:rtl\:-my-80{
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  :root [dir=rtl] .md\:rtl\:-mx-80{
    margin-left: -20rem;
    margin-right: -20rem;
  }

  :root [dir=rtl] .md\:rtl\:-my-96{
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  :root [dir=rtl] .md\:rtl\:-mx-96{
    margin-left: -24rem;
    margin-right: -24rem;
  }

  :root [dir=rtl] .md\:rtl\:-my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  :root [dir=rtl] .md\:rtl\:-mx-px{
    margin-left: -1px;
    margin-right: -1px;
  }

  :root [dir=rtl] .md\:rtl\:-my-gutter{
    margin-top: calc(var(--padding-gutter) * -1);
    margin-bottom: calc(var(--padding-gutter) * -1);
  }

  :root [dir=rtl] .md\:rtl\:-mx-gutter{
    margin-left: calc(var(--padding-gutter) * -1);
    margin-right: calc(var(--padding-gutter) * -1);
  }

  :root [dir=rtl] .rtl\:-my-0.md\:5{
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  :root [dir=rtl] .rtl\:-mx-0.md\:5{
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  :root [dir=rtl] .rtl\:-my-1.md\:5{
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  :root [dir=rtl] .rtl\:-mx-1.md\:5{
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  :root [dir=rtl] .rtl\:-my-2.md\:5{
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  :root [dir=rtl] .rtl\:-mx-2.md\:5{
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  :root [dir=rtl] .rtl\:-my-3.md\:5{
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  :root [dir=rtl] .rtl\:-mx-3.md\:5{
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  :root [dir=rtl] .rtl\:-my-17.md\:5{
    margin-top: -4.375rem;
    margin-bottom: -4.375rem;
  }

  :root [dir=rtl] .rtl\:-mx-17.md\:5{
    margin-left: -4.375rem;
    margin-right: -4.375rem;
  }

  :root [dir=rtl] .md\:rtl\:mt-0{
    margin-top: 0;
  }

  :root [dir=rtl] .md\:rtl\:mr-0{
    margin-right: 0;
  }

  :root [dir=rtl] .md\:rtl\:mb-0{
    margin-bottom: 0;
  }

  :root [dir=rtl] .md\:rtl\:ml-0{
    margin-left: 0;
  }

  :root [dir=rtl] .md\:rtl\:mt-1{
    margin-top: 0.25rem;
  }

  :root [dir=rtl] .md\:rtl\:mr-1{
    margin-right: 0.25rem;
  }

  :root [dir=rtl] .md\:rtl\:mb-1{
    margin-bottom: 0.25rem;
  }

  :root [dir=rtl] .md\:rtl\:ml-1{
    margin-left: 0.25rem;
  }

  :root [dir=rtl] .md\:rtl\:mt-2{
    margin-top: 0.5rem;
  }

  :root [dir=rtl] .md\:rtl\:mr-2{
    margin-right: 0.5rem;
  }

  :root [dir=rtl] .md\:rtl\:mb-2{
    margin-bottom: 0.5rem;
  }

  :root [dir=rtl] .md\:rtl\:ml-2{
    margin-left: 0.5rem;
  }

  :root [dir=rtl] .md\:rtl\:mt-3{
    margin-top: 0.75rem;
  }

  :root [dir=rtl] .md\:rtl\:mr-3{
    margin-right: 0.75rem;
  }

  :root [dir=rtl] .md\:rtl\:mb-3{
    margin-bottom: 0.75rem;
  }

  :root [dir=rtl] .md\:rtl\:ml-3{
    margin-left: 0.75rem;
  }

  :root [dir=rtl] .md\:rtl\:mt-4{
    margin-top: 1rem;
  }

  :root [dir=rtl] .md\:rtl\:mr-4{
    margin-right: 1rem;
  }

  :root [dir=rtl] .md\:rtl\:mb-4{
    margin-bottom: 1rem;
  }

  :root [dir=rtl] .md\:rtl\:ml-4{
    margin-left: 1rem;
  }

  :root [dir=rtl] .md\:rtl\:mt-5{
    margin-top: 1.25rem;
  }

  :root [dir=rtl] .md\:rtl\:mr-5{
    margin-right: 1.25rem;
  }

  :root [dir=rtl] .md\:rtl\:mb-5{
    margin-bottom: 1.25rem;
  }

  :root [dir=rtl] .md\:rtl\:ml-5{
    margin-left: 1.25rem;
  }

  :root [dir=rtl] .md\:rtl\:mt-6{
    margin-top: 1.5rem;
  }

  :root [dir=rtl] .md\:rtl\:mr-6{
    margin-right: 1.5rem;
  }

  :root [dir=rtl] .md\:rtl\:mb-6{
    margin-bottom: 1.5rem;
  }

  :root [dir=rtl] .md\:rtl\:ml-6{
    margin-left: 1.5rem;
  }

  :root [dir=rtl] .md\:rtl\:mt-7{
    margin-top: 1.75rem;
  }

  :root [dir=rtl] .md\:rtl\:mr-7{
    margin-right: 1.75rem;
  }

  :root [dir=rtl] .md\:rtl\:mb-7{
    margin-bottom: 1.75rem;
  }

  :root [dir=rtl] .md\:rtl\:ml-7{
    margin-left: 1.75rem;
  }

  :root [dir=rtl] .md\:rtl\:mt-8{
    margin-top: 2rem;
  }

  :root [dir=rtl] .md\:rtl\:mr-8{
    margin-right: 2rem;
  }

  :root [dir=rtl] .md\:rtl\:mb-8{
    margin-bottom: 2rem;
  }

  :root [dir=rtl] .md\:rtl\:ml-8{
    margin-left: 2rem;
  }

  :root [dir=rtl] .md\:rtl\:mt-9{
    margin-top: 2.25rem;
  }

  :root [dir=rtl] .md\:rtl\:mr-9{
    margin-right: 2.25rem;
  }

  :root [dir=rtl] .md\:rtl\:mb-9{
    margin-bottom: 2.25rem;
  }

  :root [dir=rtl] .md\:rtl\:ml-9{
    margin-left: 2.25rem;
  }

  :root [dir=rtl] .md\:rtl\:mt-10{
    margin-top: 2.5rem;
  }

  :root [dir=rtl] .md\:rtl\:mr-10{
    margin-right: 2.5rem;
  }

  :root [dir=rtl] .md\:rtl\:mb-10{
    margin-bottom: 2.5rem;
  }

  :root [dir=rtl] .md\:rtl\:ml-10{
    margin-left: 2.5rem;
  }

  :root [dir=rtl] .md\:rtl\:mt-11{
    margin-top: 2.75rem;
  }

  :root [dir=rtl] .md\:rtl\:mr-11{
    margin-right: 2.75rem;
  }

  :root [dir=rtl] .md\:rtl\:mb-11{
    margin-bottom: 2.75rem;
  }

  :root [dir=rtl] .md\:rtl\:ml-11{
    margin-left: 2.75rem;
  }

  :root [dir=rtl] .md\:rtl\:mt-12{
    margin-top: 3rem;
  }

  :root [dir=rtl] .md\:rtl\:mr-12{
    margin-right: 3rem;
  }

  :root [dir=rtl] .md\:rtl\:mb-12{
    margin-bottom: 3rem;
  }

  :root [dir=rtl] .md\:rtl\:ml-12{
    margin-left: 3rem;
  }

  :root [dir=rtl] .md\:rtl\:mt-14{
    margin-top: 3.5rem;
  }

  :root [dir=rtl] .md\:rtl\:mr-14{
    margin-right: 3.5rem;
  }

  :root [dir=rtl] .md\:rtl\:mb-14{
    margin-bottom: 3.5rem;
  }

  :root [dir=rtl] .md\:rtl\:ml-14{
    margin-left: 3.5rem;
  }

  :root [dir=rtl] .md\:rtl\:mt-16{
    margin-top: 4rem;
  }

  :root [dir=rtl] .md\:rtl\:mr-16{
    margin-right: 4rem;
  }

  :root [dir=rtl] .md\:rtl\:mb-16{
    margin-bottom: 4rem;
  }

  :root [dir=rtl] .md\:rtl\:ml-16{
    margin-left: 4rem;
  }

  :root [dir=rtl] .md\:rtl\:mt-20{
    margin-top: 5rem;
  }

  :root [dir=rtl] .md\:rtl\:mr-20{
    margin-right: 5rem;
  }

  :root [dir=rtl] .md\:rtl\:mb-20{
    margin-bottom: 5rem;
  }

  :root [dir=rtl] .md\:rtl\:ml-20{
    margin-left: 5rem;
  }

  :root [dir=rtl] .md\:rtl\:mt-24{
    margin-top: 6rem;
  }

  :root [dir=rtl] .md\:rtl\:mr-24{
    margin-right: 6rem;
  }

  :root [dir=rtl] .md\:rtl\:mb-24{
    margin-bottom: 6rem;
  }

  :root [dir=rtl] .md\:rtl\:ml-24{
    margin-left: 6rem;
  }

  :root [dir=rtl] .md\:rtl\:mt-28{
    margin-top: 7rem;
  }

  :root [dir=rtl] .md\:rtl\:mr-28{
    margin-right: 7rem;
  }

  :root [dir=rtl] .md\:rtl\:mb-28{
    margin-bottom: 7rem;
  }

  :root [dir=rtl] .md\:rtl\:ml-28{
    margin-left: 7rem;
  }

  :root [dir=rtl] .md\:rtl\:mt-32{
    margin-top: 8rem;
  }

  :root [dir=rtl] .md\:rtl\:mr-32{
    margin-right: 8rem;
  }

  :root [dir=rtl] .md\:rtl\:mb-32{
    margin-bottom: 8rem;
  }

  :root [dir=rtl] .md\:rtl\:ml-32{
    margin-left: 8rem;
  }

  :root [dir=rtl] .md\:rtl\:mt-36{
    margin-top: 9rem;
  }

  :root [dir=rtl] .md\:rtl\:mr-36{
    margin-right: 9rem;
  }

  :root [dir=rtl] .md\:rtl\:mb-36{
    margin-bottom: 9rem;
  }

  :root [dir=rtl] .md\:rtl\:ml-36{
    margin-left: 9rem;
  }

  :root [dir=rtl] .md\:rtl\:mt-40{
    margin-top: 10rem;
  }

  :root [dir=rtl] .md\:rtl\:mr-40{
    margin-right: 10rem;
  }

  :root [dir=rtl] .md\:rtl\:mb-40{
    margin-bottom: 10rem;
  }

  :root [dir=rtl] .md\:rtl\:ml-40{
    margin-left: 10rem;
  }

  :root [dir=rtl] .md\:rtl\:mt-44{
    margin-top: 11rem;
  }

  :root [dir=rtl] .md\:rtl\:mr-44{
    margin-right: 11rem;
  }

  :root [dir=rtl] .md\:rtl\:mb-44{
    margin-bottom: 11rem;
  }

  :root [dir=rtl] .md\:rtl\:ml-44{
    margin-left: 11rem;
  }

  :root [dir=rtl] .md\:rtl\:mt-48{
    margin-top: 12rem;
  }

  :root [dir=rtl] .md\:rtl\:mr-48{
    margin-right: 12rem;
  }

  :root [dir=rtl] .md\:rtl\:mb-48{
    margin-bottom: 12rem;
  }

  :root [dir=rtl] .md\:rtl\:ml-48{
    margin-left: 12rem;
  }

  :root [dir=rtl] .md\:rtl\:mt-52{
    margin-top: 13rem;
  }

  :root [dir=rtl] .md\:rtl\:mr-52{
    margin-right: 13rem;
  }

  :root [dir=rtl] .md\:rtl\:mb-52{
    margin-bottom: 13rem;
  }

  :root [dir=rtl] .md\:rtl\:ml-52{
    margin-left: 13rem;
  }

  :root [dir=rtl] .md\:rtl\:mt-56{
    margin-top: 14rem;
  }

  :root [dir=rtl] .md\:rtl\:mr-56{
    margin-right: 14rem;
  }

  :root [dir=rtl] .md\:rtl\:mb-56{
    margin-bottom: 14rem;
  }

  :root [dir=rtl] .md\:rtl\:ml-56{
    margin-left: 14rem;
  }

  :root [dir=rtl] .md\:rtl\:mt-60{
    margin-top: 15rem;
  }

  :root [dir=rtl] .md\:rtl\:mr-60{
    margin-right: 15rem;
  }

  :root [dir=rtl] .md\:rtl\:mb-60{
    margin-bottom: 15rem;
  }

  :root [dir=rtl] .md\:rtl\:ml-60{
    margin-left: 15rem;
  }

  :root [dir=rtl] .md\:rtl\:mt-64{
    margin-top: 16rem;
  }

  :root [dir=rtl] .md\:rtl\:mr-64{
    margin-right: 16rem;
  }

  :root [dir=rtl] .md\:rtl\:mb-64{
    margin-bottom: 16rem;
  }

  :root [dir=rtl] .md\:rtl\:ml-64{
    margin-left: 16rem;
  }

  :root [dir=rtl] .md\:rtl\:mt-72{
    margin-top: 18rem;
  }

  :root [dir=rtl] .md\:rtl\:mr-72{
    margin-right: 18rem;
  }

  :root [dir=rtl] .md\:rtl\:mb-72{
    margin-bottom: 18rem;
  }

  :root [dir=rtl] .md\:rtl\:ml-72{
    margin-left: 18rem;
  }

  :root [dir=rtl] .md\:rtl\:mt-80{
    margin-top: 20rem;
  }

  :root [dir=rtl] .md\:rtl\:mr-80{
    margin-right: 20rem;
  }

  :root [dir=rtl] .md\:rtl\:mb-80{
    margin-bottom: 20rem;
  }

  :root [dir=rtl] .md\:rtl\:ml-80{
    margin-left: 20rem;
  }

  :root [dir=rtl] .md\:rtl\:mt-96{
    margin-top: 24rem;
  }

  :root [dir=rtl] .md\:rtl\:mr-96{
    margin-right: 24rem;
  }

  :root [dir=rtl] .md\:rtl\:mb-96{
    margin-bottom: 24rem;
  }

  :root [dir=rtl] .md\:rtl\:ml-96{
    margin-left: 24rem;
  }

  :root [dir=rtl] .md\:rtl\:mt-auto{
    margin-top: auto;
  }

  :root [dir=rtl] .md\:rtl\:mr-auto{
    margin-right: auto;
  }

  :root [dir=rtl] .md\:rtl\:mb-auto{
    margin-bottom: auto;
  }

  :root [dir=rtl] .md\:rtl\:ml-auto{
    margin-left: auto;
  }

  :root [dir=rtl] .md\:rtl\:mt-px{
    margin-top: 1px;
  }

  :root [dir=rtl] .md\:rtl\:mr-px{
    margin-right: 1px;
  }

  :root [dir=rtl] .md\:rtl\:mb-px{
    margin-bottom: 1px;
  }

  :root [dir=rtl] .md\:rtl\:ml-px{
    margin-left: 1px;
  }

  :root [dir=rtl] .md\:rtl\:mt-gutter{
    margin-top: var(--padding-gutter);
  }

  :root [dir=rtl] .md\:rtl\:mr-gutter{
    margin-right: var(--padding-gutter);
  }

  :root [dir=rtl] .md\:rtl\:mb-gutter{
    margin-bottom: var(--padding-gutter);
  }

  :root [dir=rtl] .md\:rtl\:ml-gutter{
    margin-left: var(--padding-gutter);
  }

  :root [dir=rtl] .rtl\:mt-0.md\:5{
    margin-top: 0.125rem;
  }

  :root [dir=rtl] .rtl\:mr-0.md\:5{
    margin-right: 0.125rem;
  }

  :root [dir=rtl] .rtl\:mb-0.md\:5{
    margin-bottom: 0.125rem;
  }

  :root [dir=rtl] .rtl\:ml-0.md\:5{
    margin-left: 0.125rem;
  }

  :root [dir=rtl] .rtl\:mt-1.md\:5{
    margin-top: 0.375rem;
  }

  :root [dir=rtl] .rtl\:mr-1.md\:5{
    margin-right: 0.375rem;
  }

  :root [dir=rtl] .rtl\:mb-1.md\:5{
    margin-bottom: 0.375rem;
  }

  :root [dir=rtl] .rtl\:ml-1.md\:5{
    margin-left: 0.375rem;
  }

  :root [dir=rtl] .rtl\:mt-2.md\:5{
    margin-top: 0.625rem;
  }

  :root [dir=rtl] .rtl\:mr-2.md\:5{
    margin-right: 0.625rem;
  }

  :root [dir=rtl] .rtl\:mb-2.md\:5{
    margin-bottom: 0.625rem;
  }

  :root [dir=rtl] .rtl\:ml-2.md\:5{
    margin-left: 0.625rem;
  }

  :root [dir=rtl] .rtl\:mt-3.md\:5{
    margin-top: 0.875rem;
  }

  :root [dir=rtl] .rtl\:mr-3.md\:5{
    margin-right: 0.875rem;
  }

  :root [dir=rtl] .rtl\:mb-3.md\:5{
    margin-bottom: 0.875rem;
  }

  :root [dir=rtl] .rtl\:ml-3.md\:5{
    margin-left: 0.875rem;
  }

  :root [dir=rtl] .rtl\:mt-17.md\:5{
    margin-top: 4.375rem;
  }

  :root [dir=rtl] .rtl\:mr-17.md\:5{
    margin-right: 4.375rem;
  }

  :root [dir=rtl] .rtl\:mb-17.md\:5{
    margin-bottom: 4.375rem;
  }

  :root [dir=rtl] .rtl\:ml-17.md\:5{
    margin-left: 4.375rem;
  }

  :root [dir=rtl] .md\:rtl\:-mt-1{
    margin-top: -0.25rem;
  }

  :root [dir=rtl] .md\:rtl\:-mr-1{
    margin-right: -0.25rem;
  }

  :root [dir=rtl] .md\:rtl\:-mb-1{
    margin-bottom: -0.25rem;
  }

  :root [dir=rtl] .md\:rtl\:-ml-1{
    margin-left: -0.25rem;
  }

  :root [dir=rtl] .md\:rtl\:-mt-2{
    margin-top: -0.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-mr-2{
    margin-right: -0.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-mb-2{
    margin-bottom: -0.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-ml-2{
    margin-left: -0.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-mt-3{
    margin-top: -0.75rem;
  }

  :root [dir=rtl] .md\:rtl\:-mr-3{
    margin-right: -0.75rem;
  }

  :root [dir=rtl] .md\:rtl\:-mb-3{
    margin-bottom: -0.75rem;
  }

  :root [dir=rtl] .md\:rtl\:-ml-3{
    margin-left: -0.75rem;
  }

  :root [dir=rtl] .md\:rtl\:-mt-4{
    margin-top: -1rem;
  }

  :root [dir=rtl] .md\:rtl\:-mr-4{
    margin-right: -1rem;
  }

  :root [dir=rtl] .md\:rtl\:-mb-4{
    margin-bottom: -1rem;
  }

  :root [dir=rtl] .md\:rtl\:-ml-4{
    margin-left: -1rem;
  }

  :root [dir=rtl] .md\:rtl\:-mt-5{
    margin-top: -1.25rem;
  }

  :root [dir=rtl] .md\:rtl\:-mr-5{
    margin-right: -1.25rem;
  }

  :root [dir=rtl] .md\:rtl\:-mb-5{
    margin-bottom: -1.25rem;
  }

  :root [dir=rtl] .md\:rtl\:-ml-5{
    margin-left: -1.25rem;
  }

  :root [dir=rtl] .md\:rtl\:-mt-6{
    margin-top: -1.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-mr-6{
    margin-right: -1.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-mb-6{
    margin-bottom: -1.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-ml-6{
    margin-left: -1.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-mt-7{
    margin-top: -1.75rem;
  }

  :root [dir=rtl] .md\:rtl\:-mr-7{
    margin-right: -1.75rem;
  }

  :root [dir=rtl] .md\:rtl\:-mb-7{
    margin-bottom: -1.75rem;
  }

  :root [dir=rtl] .md\:rtl\:-ml-7{
    margin-left: -1.75rem;
  }

  :root [dir=rtl] .md\:rtl\:-mt-8{
    margin-top: -2rem;
  }

  :root [dir=rtl] .md\:rtl\:-mr-8{
    margin-right: -2rem;
  }

  :root [dir=rtl] .md\:rtl\:-mb-8{
    margin-bottom: -2rem;
  }

  :root [dir=rtl] .md\:rtl\:-ml-8{
    margin-left: -2rem;
  }

  :root [dir=rtl] .md\:rtl\:-mt-9{
    margin-top: -2.25rem;
  }

  :root [dir=rtl] .md\:rtl\:-mr-9{
    margin-right: -2.25rem;
  }

  :root [dir=rtl] .md\:rtl\:-mb-9{
    margin-bottom: -2.25rem;
  }

  :root [dir=rtl] .md\:rtl\:-ml-9{
    margin-left: -2.25rem;
  }

  :root [dir=rtl] .md\:rtl\:-mt-10{
    margin-top: -2.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-mr-10{
    margin-right: -2.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-mb-10{
    margin-bottom: -2.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-ml-10{
    margin-left: -2.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-mt-11{
    margin-top: -2.75rem;
  }

  :root [dir=rtl] .md\:rtl\:-mr-11{
    margin-right: -2.75rem;
  }

  :root [dir=rtl] .md\:rtl\:-mb-11{
    margin-bottom: -2.75rem;
  }

  :root [dir=rtl] .md\:rtl\:-ml-11{
    margin-left: -2.75rem;
  }

  :root [dir=rtl] .md\:rtl\:-mt-12{
    margin-top: -3rem;
  }

  :root [dir=rtl] .md\:rtl\:-mr-12{
    margin-right: -3rem;
  }

  :root [dir=rtl] .md\:rtl\:-mb-12{
    margin-bottom: -3rem;
  }

  :root [dir=rtl] .md\:rtl\:-ml-12{
    margin-left: -3rem;
  }

  :root [dir=rtl] .md\:rtl\:-mt-14{
    margin-top: -3.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-mr-14{
    margin-right: -3.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-mb-14{
    margin-bottom: -3.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-ml-14{
    margin-left: -3.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-mt-16{
    margin-top: -4rem;
  }

  :root [dir=rtl] .md\:rtl\:-mr-16{
    margin-right: -4rem;
  }

  :root [dir=rtl] .md\:rtl\:-mb-16{
    margin-bottom: -4rem;
  }

  :root [dir=rtl] .md\:rtl\:-ml-16{
    margin-left: -4rem;
  }

  :root [dir=rtl] .md\:rtl\:-mt-20{
    margin-top: -5rem;
  }

  :root [dir=rtl] .md\:rtl\:-mr-20{
    margin-right: -5rem;
  }

  :root [dir=rtl] .md\:rtl\:-mb-20{
    margin-bottom: -5rem;
  }

  :root [dir=rtl] .md\:rtl\:-ml-20{
    margin-left: -5rem;
  }

  :root [dir=rtl] .md\:rtl\:-mt-24{
    margin-top: -6rem;
  }

  :root [dir=rtl] .md\:rtl\:-mr-24{
    margin-right: -6rem;
  }

  :root [dir=rtl] .md\:rtl\:-mb-24{
    margin-bottom: -6rem;
  }

  :root [dir=rtl] .md\:rtl\:-ml-24{
    margin-left: -6rem;
  }

  :root [dir=rtl] .md\:rtl\:-mt-28{
    margin-top: -7rem;
  }

  :root [dir=rtl] .md\:rtl\:-mr-28{
    margin-right: -7rem;
  }

  :root [dir=rtl] .md\:rtl\:-mb-28{
    margin-bottom: -7rem;
  }

  :root [dir=rtl] .md\:rtl\:-ml-28{
    margin-left: -7rem;
  }

  :root [dir=rtl] .md\:rtl\:-mt-32{
    margin-top: -8rem;
  }

  :root [dir=rtl] .md\:rtl\:-mr-32{
    margin-right: -8rem;
  }

  :root [dir=rtl] .md\:rtl\:-mb-32{
    margin-bottom: -8rem;
  }

  :root [dir=rtl] .md\:rtl\:-ml-32{
    margin-left: -8rem;
  }

  :root [dir=rtl] .md\:rtl\:-mt-36{
    margin-top: -9rem;
  }

  :root [dir=rtl] .md\:rtl\:-mr-36{
    margin-right: -9rem;
  }

  :root [dir=rtl] .md\:rtl\:-mb-36{
    margin-bottom: -9rem;
  }

  :root [dir=rtl] .md\:rtl\:-ml-36{
    margin-left: -9rem;
  }

  :root [dir=rtl] .md\:rtl\:-mt-40{
    margin-top: -10rem;
  }

  :root [dir=rtl] .md\:rtl\:-mr-40{
    margin-right: -10rem;
  }

  :root [dir=rtl] .md\:rtl\:-mb-40{
    margin-bottom: -10rem;
  }

  :root [dir=rtl] .md\:rtl\:-ml-40{
    margin-left: -10rem;
  }

  :root [dir=rtl] .md\:rtl\:-mt-44{
    margin-top: -11rem;
  }

  :root [dir=rtl] .md\:rtl\:-mr-44{
    margin-right: -11rem;
  }

  :root [dir=rtl] .md\:rtl\:-mb-44{
    margin-bottom: -11rem;
  }

  :root [dir=rtl] .md\:rtl\:-ml-44{
    margin-left: -11rem;
  }

  :root [dir=rtl] .md\:rtl\:-mt-48{
    margin-top: -12rem;
  }

  :root [dir=rtl] .md\:rtl\:-mr-48{
    margin-right: -12rem;
  }

  :root [dir=rtl] .md\:rtl\:-mb-48{
    margin-bottom: -12rem;
  }

  :root [dir=rtl] .md\:rtl\:-ml-48{
    margin-left: -12rem;
  }

  :root [dir=rtl] .md\:rtl\:-mt-52{
    margin-top: -13rem;
  }

  :root [dir=rtl] .md\:rtl\:-mr-52{
    margin-right: -13rem;
  }

  :root [dir=rtl] .md\:rtl\:-mb-52{
    margin-bottom: -13rem;
  }

  :root [dir=rtl] .md\:rtl\:-ml-52{
    margin-left: -13rem;
  }

  :root [dir=rtl] .md\:rtl\:-mt-56{
    margin-top: -14rem;
  }

  :root [dir=rtl] .md\:rtl\:-mr-56{
    margin-right: -14rem;
  }

  :root [dir=rtl] .md\:rtl\:-mb-56{
    margin-bottom: -14rem;
  }

  :root [dir=rtl] .md\:rtl\:-ml-56{
    margin-left: -14rem;
  }

  :root [dir=rtl] .md\:rtl\:-mt-60{
    margin-top: -15rem;
  }

  :root [dir=rtl] .md\:rtl\:-mr-60{
    margin-right: -15rem;
  }

  :root [dir=rtl] .md\:rtl\:-mb-60{
    margin-bottom: -15rem;
  }

  :root [dir=rtl] .md\:rtl\:-ml-60{
    margin-left: -15rem;
  }

  :root [dir=rtl] .md\:rtl\:-mt-64{
    margin-top: -16rem;
  }

  :root [dir=rtl] .md\:rtl\:-mr-64{
    margin-right: -16rem;
  }

  :root [dir=rtl] .md\:rtl\:-mb-64{
    margin-bottom: -16rem;
  }

  :root [dir=rtl] .md\:rtl\:-ml-64{
    margin-left: -16rem;
  }

  :root [dir=rtl] .md\:rtl\:-mt-72{
    margin-top: -18rem;
  }

  :root [dir=rtl] .md\:rtl\:-mr-72{
    margin-right: -18rem;
  }

  :root [dir=rtl] .md\:rtl\:-mb-72{
    margin-bottom: -18rem;
  }

  :root [dir=rtl] .md\:rtl\:-ml-72{
    margin-left: -18rem;
  }

  :root [dir=rtl] .md\:rtl\:-mt-80{
    margin-top: -20rem;
  }

  :root [dir=rtl] .md\:rtl\:-mr-80{
    margin-right: -20rem;
  }

  :root [dir=rtl] .md\:rtl\:-mb-80{
    margin-bottom: -20rem;
  }

  :root [dir=rtl] .md\:rtl\:-ml-80{
    margin-left: -20rem;
  }

  :root [dir=rtl] .md\:rtl\:-mt-96{
    margin-top: -24rem;
  }

  :root [dir=rtl] .md\:rtl\:-mr-96{
    margin-right: -24rem;
  }

  :root [dir=rtl] .md\:rtl\:-mb-96{
    margin-bottom: -24rem;
  }

  :root [dir=rtl] .md\:rtl\:-ml-96{
    margin-left: -24rem;
  }

  :root [dir=rtl] .md\:rtl\:-mt-px{
    margin-top: -1px;
  }

  :root [dir=rtl] .md\:rtl\:-mr-px{
    margin-right: -1px;
  }

  :root [dir=rtl] .md\:rtl\:-mb-px{
    margin-bottom: -1px;
  }

  :root [dir=rtl] .md\:rtl\:-ml-px{
    margin-left: -1px;
  }

  :root [dir=rtl] .md\:rtl\:-mt-gutter{
    margin-top: calc(var(--padding-gutter) * -1);
  }

  :root [dir=rtl] .md\:rtl\:-mr-gutter{
    margin-right: calc(var(--padding-gutter) * -1);
  }

  :root [dir=rtl] .md\:rtl\:-mb-gutter{
    margin-bottom: calc(var(--padding-gutter) * -1);
  }

  :root [dir=rtl] .md\:rtl\:-ml-gutter{
    margin-left: calc(var(--padding-gutter) * -1);
  }

  :root [dir=rtl] .rtl\:-mt-0.md\:5{
    margin-top: -0.125rem;
  }

  :root [dir=rtl] .rtl\:-mr-0.md\:5{
    margin-right: -0.125rem;
  }

  :root [dir=rtl] .rtl\:-mb-0.md\:5{
    margin-bottom: -0.125rem;
  }

  :root [dir=rtl] .rtl\:-ml-0.md\:5{
    margin-left: -0.125rem;
  }

  :root [dir=rtl] .rtl\:-mt-1.md\:5{
    margin-top: -0.375rem;
  }

  :root [dir=rtl] .rtl\:-mr-1.md\:5{
    margin-right: -0.375rem;
  }

  :root [dir=rtl] .rtl\:-mb-1.md\:5{
    margin-bottom: -0.375rem;
  }

  :root [dir=rtl] .rtl\:-ml-1.md\:5{
    margin-left: -0.375rem;
  }

  :root [dir=rtl] .rtl\:-mt-2.md\:5{
    margin-top: -0.625rem;
  }

  :root [dir=rtl] .rtl\:-mr-2.md\:5{
    margin-right: -0.625rem;
  }

  :root [dir=rtl] .rtl\:-mb-2.md\:5{
    margin-bottom: -0.625rem;
  }

  :root [dir=rtl] .rtl\:-ml-2.md\:5{
    margin-left: -0.625rem;
  }

  :root [dir=rtl] .rtl\:-mt-3.md\:5{
    margin-top: -0.875rem;
  }

  :root [dir=rtl] .rtl\:-mr-3.md\:5{
    margin-right: -0.875rem;
  }

  :root [dir=rtl] .rtl\:-mb-3.md\:5{
    margin-bottom: -0.875rem;
  }

  :root [dir=rtl] .rtl\:-ml-3.md\:5{
    margin-left: -0.875rem;
  }

  :root [dir=rtl] .rtl\:-mt-17.md\:5{
    margin-top: -4.375rem;
  }

  :root [dir=rtl] .rtl\:-mr-17.md\:5{
    margin-right: -4.375rem;
  }

  :root [dir=rtl] .rtl\:-mb-17.md\:5{
    margin-bottom: -4.375rem;
  }

  :root [dir=rtl] .rtl\:-ml-17.md\:5{
    margin-left: -4.375rem;
  }

  :root .md\:max-h-full{
    max-height: 100%;
  }

  :root .md\:max-h-screen{
    max-height: 100vh;
  }

  :root .md\:max-w-unset{
    max-width: unset;
  }

  :root .md\:max-w-xxxs{
    max-width: 16rem;
  }

  :root .md\:max-w-xxs{
    max-width: 18rem;
  }

  :root .md\:max-w-xs{
    max-width: 20rem;
  }

  :root .md\:max-w-sm{
    max-width: 24rem;
  }

  :root .md\:max-w-md{
    max-width: 28rem;
  }

  :root .md\:max-w-lg{
    max-width: 32rem;
  }

  :root .md\:max-w-xl{
    max-width: 36rem;
  }

  :root .md\:max-w-2xl{
    max-width: 42rem;
  }

  :root .md\:max-w-3xl{
    max-width: 48rem;
  }

  :root .md\:max-w-4xl{
    max-width: 56rem;
  }

  :root .md\:max-w-5xl{
    max-width: 64rem;
  }

  :root .md\:max-w-6xl{
    max-width: 72rem;
  }

  :root .md\:max-w-full{
    max-width: 100%;
  }

  :root .md\:min-h-0{
    min-height: 0;
  }

  :root .md\:min-h-full{
    min-height: 100%;
  }

  :root .md\:min-h-screen{
    min-height: 100vh;
  }

  :root .md\:min-w-0{
    min-width: 0;
  }

  :root .md\:min-w-1{
    min-width: 0.25rem;
  }

  :root .md\:min-w-2{
    min-width: 0.5rem;
  }

  :root .md\:min-w-3{
    min-width: 0.75rem;
  }

  :root .md\:min-w-4{
    min-width: 1rem;
  }

  :root .md\:min-w-5{
    min-width: 1.25rem;
  }

  :root .md\:min-w-6{
    min-width: 1.5rem;
  }

  :root .md\:min-w-7{
    min-width: 1.75rem;
  }

  :root .md\:min-w-8{
    min-width: 2rem;
  }

  :root .md\:min-w-9{
    min-width: 2.25rem;
  }

  :root .md\:min-w-10{
    min-width: 2.5rem;
  }

  :root .md\:min-w-11{
    min-width: 2.75rem;
  }

  :root .md\:min-w-12{
    min-width: 3rem;
  }

  :root .md\:min-w-14{
    min-width: 3.5rem;
  }

  :root .md\:min-w-16{
    min-width: 4rem;
  }

  :root .md\:min-w-20{
    min-width: 5rem;
  }

  :root .md\:min-w-24{
    min-width: 6rem;
  }

  :root .md\:min-w-28{
    min-width: 7rem;
  }

  :root .md\:min-w-32{
    min-width: 8rem;
  }

  :root .md\:min-w-36{
    min-width: 9rem;
  }

  :root .md\:min-w-40{
    min-width: 10rem;
  }

  :root .md\:min-w-44{
    min-width: 11rem;
  }

  :root .md\:min-w-48{
    min-width: 12rem;
  }

  :root .md\:min-w-52{
    min-width: 13rem;
  }

  :root .md\:min-w-56{
    min-width: 14rem;
  }

  :root .md\:min-w-60{
    min-width: 15rem;
  }

  :root .md\:min-w-64{
    min-width: 16rem;
  }

  :root .md\:min-w-72{
    min-width: 18rem;
  }

  :root .md\:min-w-80{
    min-width: 20rem;
  }

  :root .md\:min-w-96{
    min-width: 24rem;
  }

  :root .md\:min-w-full{
    min-width: 100%;
  }

  :root .md\:min-w-px{
    min-width: 1px;
  }

  :root .md\:min-w-gutter{
    min-width: var(--padding-gutter);
  }

  :root .md\:min-w-0\.5{
    min-width: 0.125rem;
  }

  :root .md\:min-w-1\.5{
    min-width: 0.375rem;
  }

  :root .md\:min-w-2\.5{
    min-width: 0.625rem;
  }

  :root .md\:min-w-3\.5{
    min-width: 0.875rem;
  }

  :root .md\:min-w-17\.5{
    min-width: 4.375rem;
  }

  :root .md\:object-contain{
    object-fit: contain;
  }

  :root .md\:object-cover{
    object-fit: cover;
  }

  :root .md\:object-fill{
    object-fit: fill;
  }

  :root .md\:object-none{
    object-fit: none;
  }

  :root .md\:object-scale-down{
    object-fit: scale-down;
  }

  :root .md\:object-bottom{
    object-position: bottom;
  }

  :root .md\:object-center{
    object-position: center;
  }

  :root .md\:object-left{
    object-position: left;
  }

  :root .md\:object-left-bottom{
    object-position: left bottom;
  }

  :root .md\:object-left-top{
    object-position: left top;
  }

  :root .md\:object-right{
    object-position: right;
  }

  :root .md\:object-right-bottom{
    object-position: right bottom;
  }

  :root .md\:object-right-top{
    object-position: right top;
  }

  :root .md\:object-top{
    object-position: top;
  }

  :root .md\:opacity-0{
    opacity: 0;
  }

  :root .md\:opacity-25{
    opacity: 0.25;
  }

  :root .md\:opacity-50{
    opacity: 0.5;
  }

  :root .md\:opacity-75{
    opacity: 0.75;
  }

  :root .md\:opacity-100{
    opacity: 1;
  }

  :root .md\:hover\:opacity-0:hover{
    opacity: 0;
  }

  :root .md\:hover\:opacity-25:hover{
    opacity: 0.25;
  }

  :root .md\:hover\:opacity-50:hover{
    opacity: 0.5;
  }

  :root .md\:hover\:opacity-75:hover{
    opacity: 0.75;
  }

  :root .md\:hover\:opacity-100:hover{
    opacity: 1;
  }

  :root .md\:focus\:opacity-0:focus{
    opacity: 0;
  }

  :root .md\:focus\:opacity-25:focus{
    opacity: 0.25;
  }

  :root .md\:focus\:opacity-50:focus{
    opacity: 0.5;
  }

  :root .md\:focus\:opacity-75:focus{
    opacity: 0.75;
  }

  :root .md\:focus\:opacity-100:focus{
    opacity: 1;
  }

  :root .md\:outline-none{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  :root .md\:outline-white{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  :root .md\:outline-black{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  :root .md\:focus\:outline-none:focus{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  :root .md\:focus\:outline-white:focus{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  :root .md\:focus\:outline-black:focus{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  :root .md\:overflow-auto{
    overflow: auto;
  }

  :root .md\:overflow-hidden{
    overflow: hidden;
  }

  :root .md\:overflow-visible{
    overflow: visible;
  }

  :root .md\:overflow-scroll{
    overflow: scroll;
  }

  :root .md\:overflow-x-auto{
    overflow-x: auto;
  }

  :root .md\:overflow-y-auto{
    overflow-y: auto;
  }

  :root .md\:overflow-x-hidden{
    overflow-x: hidden;
  }

  :root .md\:overflow-y-hidden{
    overflow-y: hidden;
  }

  :root .md\:overflow-x-visible{
    overflow-x: visible;
  }

  :root .md\:overflow-y-visible{
    overflow-y: visible;
  }

  :root .md\:overflow-x-scroll{
    overflow-x: scroll;
  }

  :root .md\:overflow-y-scroll{
    overflow-y: scroll;
  }

  :root .md\:overscroll-auto{
    overscroll-behavior: auto;
  }

  :root .md\:overscroll-contain{
    overscroll-behavior: contain;
  }

  :root .md\:overscroll-none{
    overscroll-behavior: none;
  }

  :root .md\:overscroll-y-auto{
    overscroll-behavior-y: auto;
  }

  :root .md\:overscroll-y-contain{
    overscroll-behavior-y: contain;
  }

  :root .md\:overscroll-y-none{
    overscroll-behavior-y: none;
  }

  :root .md\:overscroll-x-auto{
    overscroll-behavior-x: auto;
  }

  :root .md\:overscroll-x-contain{
    overscroll-behavior-x: contain;
  }

  :root .md\:overscroll-x-none{
    overscroll-behavior-x: none;
  }

  :root .md\:p-0{
    padding: 0;
  }

  :root .md\:p-1{
    padding: 0.25rem;
  }

  :root .md\:p-2{
    padding: 0.5rem;
  }

  :root .md\:p-3{
    padding: 0.75rem;
  }

  :root .md\:p-4{
    padding: 1rem;
  }

  :root .md\:p-5{
    padding: 1.25rem;
  }

  :root .md\:p-6{
    padding: 1.5rem;
  }

  :root .md\:p-7{
    padding: 1.75rem;
  }

  :root .md\:p-8{
    padding: 2rem;
  }

  :root .md\:p-9{
    padding: 2.25rem;
  }

  :root .md\:p-10{
    padding: 2.5rem;
  }

  :root .md\:p-11{
    padding: 2.75rem;
  }

  :root .md\:p-12{
    padding: 3rem;
  }

  :root .md\:p-14{
    padding: 3.5rem;
  }

  :root .md\:p-16{
    padding: 4rem;
  }

  :root .md\:p-20{
    padding: 5rem;
  }

  :root .md\:p-24{
    padding: 6rem;
  }

  :root .md\:p-28{
    padding: 7rem;
  }

  :root .md\:p-32{
    padding: 8rem;
  }

  :root .md\:p-36{
    padding: 9rem;
  }

  :root .md\:p-40{
    padding: 10rem;
  }

  :root .md\:p-44{
    padding: 11rem;
  }

  :root .md\:p-48{
    padding: 12rem;
  }

  :root .md\:p-52{
    padding: 13rem;
  }

  :root .md\:p-56{
    padding: 14rem;
  }

  :root .md\:p-60{
    padding: 15rem;
  }

  :root .md\:p-64{
    padding: 16rem;
  }

  :root .md\:p-72{
    padding: 18rem;
  }

  :root .md\:p-80{
    padding: 20rem;
  }

  :root .md\:p-96{
    padding: 24rem;
  }

  :root .md\:p-px{
    padding: 1px;
  }

  :root .md\:p-gutter{
    padding: var(--padding-gutter);
  }

  :root .md\:p-0\.5{
    padding: 0.125rem;
  }

  :root .md\:p-1\.5{
    padding: 0.375rem;
  }

  :root .md\:p-2\.5{
    padding: 0.625rem;
  }

  :root .md\:p-3\.5{
    padding: 0.875rem;
  }

  :root .md\:p-17\.5{
    padding: 4.375rem;
  }

  :root .md\:py-0{
    padding-top: 0;
    padding-bottom: 0;
  }

  :root .md\:px-0{
    padding-left: 0;
    padding-right: 0;
  }

  :root .md\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  :root .md\:px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  :root .md\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  :root .md\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  :root .md\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  :root .md\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  :root .md\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  :root .md\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  :root .md\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  :root .md\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  :root .md\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  :root .md\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  :root .md\:py-7{
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  :root .md\:px-7{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  :root .md\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  :root .md\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  :root .md\:py-9{
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  :root .md\:px-9{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  :root .md\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  :root .md\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  :root .md\:py-11{
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  :root .md\:px-11{
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  :root .md\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  :root .md\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  :root .md\:py-14{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  :root .md\:px-14{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  :root .md\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  :root .md\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  :root .md\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  :root .md\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  :root .md\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  :root .md\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  :root .md\:py-28{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  :root .md\:px-28{
    padding-left: 7rem;
    padding-right: 7rem;
  }

  :root .md\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  :root .md\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  :root .md\:py-36{
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  :root .md\:px-36{
    padding-left: 9rem;
    padding-right: 9rem;
  }

  :root .md\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  :root .md\:px-40{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  :root .md\:py-44{
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  :root .md\:px-44{
    padding-left: 11rem;
    padding-right: 11rem;
  }

  :root .md\:py-48{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  :root .md\:px-48{
    padding-left: 12rem;
    padding-right: 12rem;
  }

  :root .md\:py-52{
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  :root .md\:px-52{
    padding-left: 13rem;
    padding-right: 13rem;
  }

  :root .md\:py-56{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  :root .md\:px-56{
    padding-left: 14rem;
    padding-right: 14rem;
  }

  :root .md\:py-60{
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  :root .md\:px-60{
    padding-left: 15rem;
    padding-right: 15rem;
  }

  :root .md\:py-64{
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  :root .md\:px-64{
    padding-left: 16rem;
    padding-right: 16rem;
  }

  :root .md\:py-72{
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  :root .md\:px-72{
    padding-left: 18rem;
    padding-right: 18rem;
  }

  :root .md\:py-80{
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  :root .md\:px-80{
    padding-left: 20rem;
    padding-right: 20rem;
  }

  :root .md\:py-96{
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  :root .md\:px-96{
    padding-left: 24rem;
    padding-right: 24rem;
  }

  :root .md\:py-px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  :root .md\:px-px{
    padding-left: 1px;
    padding-right: 1px;
  }

  :root .md\:py-gutter{
    padding-top: var(--padding-gutter);
    padding-bottom: var(--padding-gutter);
  }

  :root .md\:px-gutter{
    padding-left: var(--padding-gutter);
    padding-right: var(--padding-gutter);
  }

  :root .md\:py-0\.5{
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  :root .md\:px-0\.5{
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  :root .md\:py-1\.5{
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  :root .md\:px-1\.5{
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  :root .md\:py-2\.5{
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  :root .md\:px-2\.5{
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  :root .md\:py-3\.5{
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  :root .md\:px-3\.5{
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  :root .md\:py-17\.5{
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }

  :root .md\:px-17\.5{
    padding-left: 4.375rem;
    padding-right: 4.375rem;
  }

  :root .md\:pt-0{
    padding-top: 0;
  }

  :root .md\:pr-0{
    padding-right: 0;
  }

  :root .md\:pb-0{
    padding-bottom: 0;
  }

  :root .md\:pl-0{
    padding-left: 0;
  }

  :root .md\:pt-1{
    padding-top: 0.25rem;
  }

  :root .md\:pr-1{
    padding-right: 0.25rem;
  }

  :root .md\:pb-1{
    padding-bottom: 0.25rem;
  }

  :root .md\:pl-1{
    padding-left: 0.25rem;
  }

  :root .md\:pt-2{
    padding-top: 0.5rem;
  }

  :root .md\:pr-2{
    padding-right: 0.5rem;
  }

  :root .md\:pb-2{
    padding-bottom: 0.5rem;
  }

  :root .md\:pl-2{
    padding-left: 0.5rem;
  }

  :root .md\:pt-3{
    padding-top: 0.75rem;
  }

  :root .md\:pr-3{
    padding-right: 0.75rem;
  }

  :root .md\:pb-3{
    padding-bottom: 0.75rem;
  }

  :root .md\:pl-3{
    padding-left: 0.75rem;
  }

  :root .md\:pt-4{
    padding-top: 1rem;
  }

  :root .md\:pr-4{
    padding-right: 1rem;
  }

  :root .md\:pb-4{
    padding-bottom: 1rem;
  }

  :root .md\:pl-4{
    padding-left: 1rem;
  }

  :root .md\:pt-5{
    padding-top: 1.25rem;
  }

  :root .md\:pr-5{
    padding-right: 1.25rem;
  }

  :root .md\:pb-5{
    padding-bottom: 1.25rem;
  }

  :root .md\:pl-5{
    padding-left: 1.25rem;
  }

  :root .md\:pt-6{
    padding-top: 1.5rem;
  }

  :root .md\:pr-6{
    padding-right: 1.5rem;
  }

  :root .md\:pb-6{
    padding-bottom: 1.5rem;
  }

  :root .md\:pl-6{
    padding-left: 1.5rem;
  }

  :root .md\:pt-7{
    padding-top: 1.75rem;
  }

  :root .md\:pr-7{
    padding-right: 1.75rem;
  }

  :root .md\:pb-7{
    padding-bottom: 1.75rem;
  }

  :root .md\:pl-7{
    padding-left: 1.75rem;
  }

  :root .md\:pt-8{
    padding-top: 2rem;
  }

  :root .md\:pr-8{
    padding-right: 2rem;
  }

  :root .md\:pb-8{
    padding-bottom: 2rem;
  }

  :root .md\:pl-8{
    padding-left: 2rem;
  }

  :root .md\:pt-9{
    padding-top: 2.25rem;
  }

  :root .md\:pr-9{
    padding-right: 2.25rem;
  }

  :root .md\:pb-9{
    padding-bottom: 2.25rem;
  }

  :root .md\:pl-9{
    padding-left: 2.25rem;
  }

  :root .md\:pt-10{
    padding-top: 2.5rem;
  }

  :root .md\:pr-10{
    padding-right: 2.5rem;
  }

  :root .md\:pb-10{
    padding-bottom: 2.5rem;
  }

  :root .md\:pl-10{
    padding-left: 2.5rem;
  }

  :root .md\:pt-11{
    padding-top: 2.75rem;
  }

  :root .md\:pr-11{
    padding-right: 2.75rem;
  }

  :root .md\:pb-11{
    padding-bottom: 2.75rem;
  }

  :root .md\:pl-11{
    padding-left: 2.75rem;
  }

  :root .md\:pt-12{
    padding-top: 3rem;
  }

  :root .md\:pr-12{
    padding-right: 3rem;
  }

  :root .md\:pb-12{
    padding-bottom: 3rem;
  }

  :root .md\:pl-12{
    padding-left: 3rem;
  }

  :root .md\:pt-14{
    padding-top: 3.5rem;
  }

  :root .md\:pr-14{
    padding-right: 3.5rem;
  }

  :root .md\:pb-14{
    padding-bottom: 3.5rem;
  }

  :root .md\:pl-14{
    padding-left: 3.5rem;
  }

  :root .md\:pt-16{
    padding-top: 4rem;
  }

  :root .md\:pr-16{
    padding-right: 4rem;
  }

  :root .md\:pb-16{
    padding-bottom: 4rem;
  }

  :root .md\:pl-16{
    padding-left: 4rem;
  }

  :root .md\:pt-20{
    padding-top: 5rem;
  }

  :root .md\:pr-20{
    padding-right: 5rem;
  }

  :root .md\:pb-20{
    padding-bottom: 5rem;
  }

  :root .md\:pl-20{
    padding-left: 5rem;
  }

  :root .md\:pt-24{
    padding-top: 6rem;
  }

  :root .md\:pr-24{
    padding-right: 6rem;
  }

  :root .md\:pb-24{
    padding-bottom: 6rem;
  }

  :root .md\:pl-24{
    padding-left: 6rem;
  }

  :root .md\:pt-28{
    padding-top: 7rem;
  }

  :root .md\:pr-28{
    padding-right: 7rem;
  }

  :root .md\:pb-28{
    padding-bottom: 7rem;
  }

  :root .md\:pl-28{
    padding-left: 7rem;
  }

  :root .md\:pt-32{
    padding-top: 8rem;
  }

  :root .md\:pr-32{
    padding-right: 8rem;
  }

  :root .md\:pb-32{
    padding-bottom: 8rem;
  }

  :root .md\:pl-32{
    padding-left: 8rem;
  }

  :root .md\:pt-36{
    padding-top: 9rem;
  }

  :root .md\:pr-36{
    padding-right: 9rem;
  }

  :root .md\:pb-36{
    padding-bottom: 9rem;
  }

  :root .md\:pl-36{
    padding-left: 9rem;
  }

  :root .md\:pt-40{
    padding-top: 10rem;
  }

  :root .md\:pr-40{
    padding-right: 10rem;
  }

  :root .md\:pb-40{
    padding-bottom: 10rem;
  }

  :root .md\:pl-40{
    padding-left: 10rem;
  }

  :root .md\:pt-44{
    padding-top: 11rem;
  }

  :root .md\:pr-44{
    padding-right: 11rem;
  }

  :root .md\:pb-44{
    padding-bottom: 11rem;
  }

  :root .md\:pl-44{
    padding-left: 11rem;
  }

  :root .md\:pt-48{
    padding-top: 12rem;
  }

  :root .md\:pr-48{
    padding-right: 12rem;
  }

  :root .md\:pb-48{
    padding-bottom: 12rem;
  }

  :root .md\:pl-48{
    padding-left: 12rem;
  }

  :root .md\:pt-52{
    padding-top: 13rem;
  }

  :root .md\:pr-52{
    padding-right: 13rem;
  }

  :root .md\:pb-52{
    padding-bottom: 13rem;
  }

  :root .md\:pl-52{
    padding-left: 13rem;
  }

  :root .md\:pt-56{
    padding-top: 14rem;
  }

  :root .md\:pr-56{
    padding-right: 14rem;
  }

  :root .md\:pb-56{
    padding-bottom: 14rem;
  }

  :root .md\:pl-56{
    padding-left: 14rem;
  }

  :root .md\:pt-60{
    padding-top: 15rem;
  }

  :root .md\:pr-60{
    padding-right: 15rem;
  }

  :root .md\:pb-60{
    padding-bottom: 15rem;
  }

  :root .md\:pl-60{
    padding-left: 15rem;
  }

  :root .md\:pt-64{
    padding-top: 16rem;
  }

  :root .md\:pr-64{
    padding-right: 16rem;
  }

  :root .md\:pb-64{
    padding-bottom: 16rem;
  }

  :root .md\:pl-64{
    padding-left: 16rem;
  }

  :root .md\:pt-72{
    padding-top: 18rem;
  }

  :root .md\:pr-72{
    padding-right: 18rem;
  }

  :root .md\:pb-72{
    padding-bottom: 18rem;
  }

  :root .md\:pl-72{
    padding-left: 18rem;
  }

  :root .md\:pt-80{
    padding-top: 20rem;
  }

  :root .md\:pr-80{
    padding-right: 20rem;
  }

  :root .md\:pb-80{
    padding-bottom: 20rem;
  }

  :root .md\:pl-80{
    padding-left: 20rem;
  }

  :root .md\:pt-96{
    padding-top: 24rem;
  }

  :root .md\:pr-96{
    padding-right: 24rem;
  }

  :root .md\:pb-96{
    padding-bottom: 24rem;
  }

  :root .md\:pl-96{
    padding-left: 24rem;
  }

  :root .md\:pt-px{
    padding-top: 1px;
  }

  :root .md\:pr-px{
    padding-right: 1px;
  }

  :root .md\:pb-px{
    padding-bottom: 1px;
  }

  :root .md\:pl-px{
    padding-left: 1px;
  }

  :root .md\:pt-gutter{
    padding-top: var(--padding-gutter);
  }

  :root .md\:pr-gutter{
    padding-right: var(--padding-gutter);
  }

  :root .md\:pb-gutter{
    padding-bottom: var(--padding-gutter);
  }

  :root .md\:pl-gutter{
    padding-left: var(--padding-gutter);
  }

  :root .md\:pt-0\.5{
    padding-top: 0.125rem;
  }

  :root .md\:pr-0\.5{
    padding-right: 0.125rem;
  }

  :root .md\:pb-0\.5{
    padding-bottom: 0.125rem;
  }

  :root .md\:pl-0\.5{
    padding-left: 0.125rem;
  }

  :root .md\:pt-1\.5{
    padding-top: 0.375rem;
  }

  :root .md\:pr-1\.5{
    padding-right: 0.375rem;
  }

  :root .md\:pb-1\.5{
    padding-bottom: 0.375rem;
  }

  :root .md\:pl-1\.5{
    padding-left: 0.375rem;
  }

  :root .md\:pt-2\.5{
    padding-top: 0.625rem;
  }

  :root .md\:pr-2\.5{
    padding-right: 0.625rem;
  }

  :root .md\:pb-2\.5{
    padding-bottom: 0.625rem;
  }

  :root .md\:pl-2\.5{
    padding-left: 0.625rem;
  }

  :root .md\:pt-3\.5{
    padding-top: 0.875rem;
  }

  :root .md\:pr-3\.5{
    padding-right: 0.875rem;
  }

  :root .md\:pb-3\.5{
    padding-bottom: 0.875rem;
  }

  :root .md\:pl-3\.5{
    padding-left: 0.875rem;
  }

  :root .md\:pt-17\.5{
    padding-top: 4.375rem;
  }

  :root .md\:pr-17\.5{
    padding-right: 4.375rem;
  }

  :root .md\:pb-17\.5{
    padding-bottom: 4.375rem;
  }

  :root .md\:pl-17\.5{
    padding-left: 4.375rem;
  }

  :root [dir=ltr] .md\:ltr\:p-0{
    padding: 0;
  }

  :root [dir=ltr] .md\:ltr\:p-1{
    padding: 0.25rem;
  }

  :root [dir=ltr] .md\:ltr\:p-2{
    padding: 0.5rem;
  }

  :root [dir=ltr] .md\:ltr\:p-3{
    padding: 0.75rem;
  }

  :root [dir=ltr] .md\:ltr\:p-4{
    padding: 1rem;
  }

  :root [dir=ltr] .md\:ltr\:p-5{
    padding: 1.25rem;
  }

  :root [dir=ltr] .md\:ltr\:p-6{
    padding: 1.5rem;
  }

  :root [dir=ltr] .md\:ltr\:p-7{
    padding: 1.75rem;
  }

  :root [dir=ltr] .md\:ltr\:p-8{
    padding: 2rem;
  }

  :root [dir=ltr] .md\:ltr\:p-9{
    padding: 2.25rem;
  }

  :root [dir=ltr] .md\:ltr\:p-10{
    padding: 2.5rem;
  }

  :root [dir=ltr] .md\:ltr\:p-11{
    padding: 2.75rem;
  }

  :root [dir=ltr] .md\:ltr\:p-12{
    padding: 3rem;
  }

  :root [dir=ltr] .md\:ltr\:p-14{
    padding: 3.5rem;
  }

  :root [dir=ltr] .md\:ltr\:p-16{
    padding: 4rem;
  }

  :root [dir=ltr] .md\:ltr\:p-20{
    padding: 5rem;
  }

  :root [dir=ltr] .md\:ltr\:p-24{
    padding: 6rem;
  }

  :root [dir=ltr] .md\:ltr\:p-28{
    padding: 7rem;
  }

  :root [dir=ltr] .md\:ltr\:p-32{
    padding: 8rem;
  }

  :root [dir=ltr] .md\:ltr\:p-36{
    padding: 9rem;
  }

  :root [dir=ltr] .md\:ltr\:p-40{
    padding: 10rem;
  }

  :root [dir=ltr] .md\:ltr\:p-44{
    padding: 11rem;
  }

  :root [dir=ltr] .md\:ltr\:p-48{
    padding: 12rem;
  }

  :root [dir=ltr] .md\:ltr\:p-52{
    padding: 13rem;
  }

  :root [dir=ltr] .md\:ltr\:p-56{
    padding: 14rem;
  }

  :root [dir=ltr] .md\:ltr\:p-60{
    padding: 15rem;
  }

  :root [dir=ltr] .md\:ltr\:p-64{
    padding: 16rem;
  }

  :root [dir=ltr] .md\:ltr\:p-72{
    padding: 18rem;
  }

  :root [dir=ltr] .md\:ltr\:p-80{
    padding: 20rem;
  }

  :root [dir=ltr] .md\:ltr\:p-96{
    padding: 24rem;
  }

  :root [dir=ltr] .md\:ltr\:p-px{
    padding: 1px;
  }

  :root [dir=ltr] .md\:ltr\:p-gutter{
    padding: var(--padding-gutter);
  }

  :root [dir=ltr] .ltr\:p-0.md\:5{
    padding: 0.125rem;
  }

  :root [dir=ltr] .ltr\:p-1.md\:5{
    padding: 0.375rem;
  }

  :root [dir=ltr] .ltr\:p-2.md\:5{
    padding: 0.625rem;
  }

  :root [dir=ltr] .ltr\:p-3.md\:5{
    padding: 0.875rem;
  }

  :root [dir=ltr] .ltr\:p-17.md\:5{
    padding: 4.375rem;
  }

  :root [dir=ltr] .md\:ltr\:py-0{
    padding-top: 0;
    padding-bottom: 0;
  }

  :root [dir=ltr] .md\:ltr\:px-0{
    padding-left: 0;
    padding-right: 0;
  }

  :root [dir=ltr] .md\:ltr\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  :root [dir=ltr] .md\:ltr\:px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  :root [dir=ltr] .md\:ltr\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  :root [dir=ltr] .md\:ltr\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  :root [dir=ltr] .md\:ltr\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  :root [dir=ltr] .md\:ltr\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  :root [dir=ltr] .md\:ltr\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  :root [dir=ltr] .md\:ltr\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  :root [dir=ltr] .md\:ltr\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  :root [dir=ltr] .md\:ltr\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  :root [dir=ltr] .md\:ltr\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  :root [dir=ltr] .md\:ltr\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  :root [dir=ltr] .md\:ltr\:py-7{
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  :root [dir=ltr] .md\:ltr\:px-7{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  :root [dir=ltr] .md\:ltr\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  :root [dir=ltr] .md\:ltr\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  :root [dir=ltr] .md\:ltr\:py-9{
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  :root [dir=ltr] .md\:ltr\:px-9{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  :root [dir=ltr] .md\:ltr\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  :root [dir=ltr] .md\:ltr\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  :root [dir=ltr] .md\:ltr\:py-11{
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  :root [dir=ltr] .md\:ltr\:px-11{
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  :root [dir=ltr] .md\:ltr\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  :root [dir=ltr] .md\:ltr\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  :root [dir=ltr] .md\:ltr\:py-14{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  :root [dir=ltr] .md\:ltr\:px-14{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  :root [dir=ltr] .md\:ltr\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  :root [dir=ltr] .md\:ltr\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  :root [dir=ltr] .md\:ltr\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  :root [dir=ltr] .md\:ltr\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  :root [dir=ltr] .md\:ltr\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  :root [dir=ltr] .md\:ltr\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  :root [dir=ltr] .md\:ltr\:py-28{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  :root [dir=ltr] .md\:ltr\:px-28{
    padding-left: 7rem;
    padding-right: 7rem;
  }

  :root [dir=ltr] .md\:ltr\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  :root [dir=ltr] .md\:ltr\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  :root [dir=ltr] .md\:ltr\:py-36{
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  :root [dir=ltr] .md\:ltr\:px-36{
    padding-left: 9rem;
    padding-right: 9rem;
  }

  :root [dir=ltr] .md\:ltr\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  :root [dir=ltr] .md\:ltr\:px-40{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  :root [dir=ltr] .md\:ltr\:py-44{
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  :root [dir=ltr] .md\:ltr\:px-44{
    padding-left: 11rem;
    padding-right: 11rem;
  }

  :root [dir=ltr] .md\:ltr\:py-48{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  :root [dir=ltr] .md\:ltr\:px-48{
    padding-left: 12rem;
    padding-right: 12rem;
  }

  :root [dir=ltr] .md\:ltr\:py-52{
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  :root [dir=ltr] .md\:ltr\:px-52{
    padding-left: 13rem;
    padding-right: 13rem;
  }

  :root [dir=ltr] .md\:ltr\:py-56{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  :root [dir=ltr] .md\:ltr\:px-56{
    padding-left: 14rem;
    padding-right: 14rem;
  }

  :root [dir=ltr] .md\:ltr\:py-60{
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  :root [dir=ltr] .md\:ltr\:px-60{
    padding-left: 15rem;
    padding-right: 15rem;
  }

  :root [dir=ltr] .md\:ltr\:py-64{
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  :root [dir=ltr] .md\:ltr\:px-64{
    padding-left: 16rem;
    padding-right: 16rem;
  }

  :root [dir=ltr] .md\:ltr\:py-72{
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  :root [dir=ltr] .md\:ltr\:px-72{
    padding-left: 18rem;
    padding-right: 18rem;
  }

  :root [dir=ltr] .md\:ltr\:py-80{
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  :root [dir=ltr] .md\:ltr\:px-80{
    padding-left: 20rem;
    padding-right: 20rem;
  }

  :root [dir=ltr] .md\:ltr\:py-96{
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  :root [dir=ltr] .md\:ltr\:px-96{
    padding-left: 24rem;
    padding-right: 24rem;
  }

  :root [dir=ltr] .md\:ltr\:py-px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  :root [dir=ltr] .md\:ltr\:px-px{
    padding-left: 1px;
    padding-right: 1px;
  }

  :root [dir=ltr] .md\:ltr\:py-gutter{
    padding-top: var(--padding-gutter);
    padding-bottom: var(--padding-gutter);
  }

  :root [dir=ltr] .md\:ltr\:px-gutter{
    padding-left: var(--padding-gutter);
    padding-right: var(--padding-gutter);
  }

  :root [dir=ltr] .ltr\:py-0.md\:5{
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  :root [dir=ltr] .ltr\:px-0.md\:5{
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  :root [dir=ltr] .ltr\:py-1.md\:5{
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  :root [dir=ltr] .ltr\:px-1.md\:5{
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  :root [dir=ltr] .ltr\:py-2.md\:5{
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  :root [dir=ltr] .ltr\:px-2.md\:5{
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  :root [dir=ltr] .ltr\:py-3.md\:5{
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  :root [dir=ltr] .ltr\:px-3.md\:5{
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  :root [dir=ltr] .ltr\:py-17.md\:5{
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }

  :root [dir=ltr] .ltr\:px-17.md\:5{
    padding-left: 4.375rem;
    padding-right: 4.375rem;
  }

  :root [dir=ltr] .md\:ltr\:pt-0{
    padding-top: 0;
  }

  :root [dir=ltr] .md\:ltr\:pr-0{
    padding-right: 0;
  }

  :root [dir=ltr] .md\:ltr\:pb-0{
    padding-bottom: 0;
  }

  :root [dir=ltr] .md\:ltr\:pl-0{
    padding-left: 0;
  }

  :root [dir=ltr] .md\:ltr\:pt-1{
    padding-top: 0.25rem;
  }

  :root [dir=ltr] .md\:ltr\:pr-1{
    padding-right: 0.25rem;
  }

  :root [dir=ltr] .md\:ltr\:pb-1{
    padding-bottom: 0.25rem;
  }

  :root [dir=ltr] .md\:ltr\:pl-1{
    padding-left: 0.25rem;
  }

  :root [dir=ltr] .md\:ltr\:pt-2{
    padding-top: 0.5rem;
  }

  :root [dir=ltr] .md\:ltr\:pr-2{
    padding-right: 0.5rem;
  }

  :root [dir=ltr] .md\:ltr\:pb-2{
    padding-bottom: 0.5rem;
  }

  :root [dir=ltr] .md\:ltr\:pl-2{
    padding-left: 0.5rem;
  }

  :root [dir=ltr] .md\:ltr\:pt-3{
    padding-top: 0.75rem;
  }

  :root [dir=ltr] .md\:ltr\:pr-3{
    padding-right: 0.75rem;
  }

  :root [dir=ltr] .md\:ltr\:pb-3{
    padding-bottom: 0.75rem;
  }

  :root [dir=ltr] .md\:ltr\:pl-3{
    padding-left: 0.75rem;
  }

  :root [dir=ltr] .md\:ltr\:pt-4{
    padding-top: 1rem;
  }

  :root [dir=ltr] .md\:ltr\:pr-4{
    padding-right: 1rem;
  }

  :root [dir=ltr] .md\:ltr\:pb-4{
    padding-bottom: 1rem;
  }

  :root [dir=ltr] .md\:ltr\:pl-4{
    padding-left: 1rem;
  }

  :root [dir=ltr] .md\:ltr\:pt-5{
    padding-top: 1.25rem;
  }

  :root [dir=ltr] .md\:ltr\:pr-5{
    padding-right: 1.25rem;
  }

  :root [dir=ltr] .md\:ltr\:pb-5{
    padding-bottom: 1.25rem;
  }

  :root [dir=ltr] .md\:ltr\:pl-5{
    padding-left: 1.25rem;
  }

  :root [dir=ltr] .md\:ltr\:pt-6{
    padding-top: 1.5rem;
  }

  :root [dir=ltr] .md\:ltr\:pr-6{
    padding-right: 1.5rem;
  }

  :root [dir=ltr] .md\:ltr\:pb-6{
    padding-bottom: 1.5rem;
  }

  :root [dir=ltr] .md\:ltr\:pl-6{
    padding-left: 1.5rem;
  }

  :root [dir=ltr] .md\:ltr\:pt-7{
    padding-top: 1.75rem;
  }

  :root [dir=ltr] .md\:ltr\:pr-7{
    padding-right: 1.75rem;
  }

  :root [dir=ltr] .md\:ltr\:pb-7{
    padding-bottom: 1.75rem;
  }

  :root [dir=ltr] .md\:ltr\:pl-7{
    padding-left: 1.75rem;
  }

  :root [dir=ltr] .md\:ltr\:pt-8{
    padding-top: 2rem;
  }

  :root [dir=ltr] .md\:ltr\:pr-8{
    padding-right: 2rem;
  }

  :root [dir=ltr] .md\:ltr\:pb-8{
    padding-bottom: 2rem;
  }

  :root [dir=ltr] .md\:ltr\:pl-8{
    padding-left: 2rem;
  }

  :root [dir=ltr] .md\:ltr\:pt-9{
    padding-top: 2.25rem;
  }

  :root [dir=ltr] .md\:ltr\:pr-9{
    padding-right: 2.25rem;
  }

  :root [dir=ltr] .md\:ltr\:pb-9{
    padding-bottom: 2.25rem;
  }

  :root [dir=ltr] .md\:ltr\:pl-9{
    padding-left: 2.25rem;
  }

  :root [dir=ltr] .md\:ltr\:pt-10{
    padding-top: 2.5rem;
  }

  :root [dir=ltr] .md\:ltr\:pr-10{
    padding-right: 2.5rem;
  }

  :root [dir=ltr] .md\:ltr\:pb-10{
    padding-bottom: 2.5rem;
  }

  :root [dir=ltr] .md\:ltr\:pl-10{
    padding-left: 2.5rem;
  }

  :root [dir=ltr] .md\:ltr\:pt-11{
    padding-top: 2.75rem;
  }

  :root [dir=ltr] .md\:ltr\:pr-11{
    padding-right: 2.75rem;
  }

  :root [dir=ltr] .md\:ltr\:pb-11{
    padding-bottom: 2.75rem;
  }

  :root [dir=ltr] .md\:ltr\:pl-11{
    padding-left: 2.75rem;
  }

  :root [dir=ltr] .md\:ltr\:pt-12{
    padding-top: 3rem;
  }

  :root [dir=ltr] .md\:ltr\:pr-12{
    padding-right: 3rem;
  }

  :root [dir=ltr] .md\:ltr\:pb-12{
    padding-bottom: 3rem;
  }

  :root [dir=ltr] .md\:ltr\:pl-12{
    padding-left: 3rem;
  }

  :root [dir=ltr] .md\:ltr\:pt-14{
    padding-top: 3.5rem;
  }

  :root [dir=ltr] .md\:ltr\:pr-14{
    padding-right: 3.5rem;
  }

  :root [dir=ltr] .md\:ltr\:pb-14{
    padding-bottom: 3.5rem;
  }

  :root [dir=ltr] .md\:ltr\:pl-14{
    padding-left: 3.5rem;
  }

  :root [dir=ltr] .md\:ltr\:pt-16{
    padding-top: 4rem;
  }

  :root [dir=ltr] .md\:ltr\:pr-16{
    padding-right: 4rem;
  }

  :root [dir=ltr] .md\:ltr\:pb-16{
    padding-bottom: 4rem;
  }

  :root [dir=ltr] .md\:ltr\:pl-16{
    padding-left: 4rem;
  }

  :root [dir=ltr] .md\:ltr\:pt-20{
    padding-top: 5rem;
  }

  :root [dir=ltr] .md\:ltr\:pr-20{
    padding-right: 5rem;
  }

  :root [dir=ltr] .md\:ltr\:pb-20{
    padding-bottom: 5rem;
  }

  :root [dir=ltr] .md\:ltr\:pl-20{
    padding-left: 5rem;
  }

  :root [dir=ltr] .md\:ltr\:pt-24{
    padding-top: 6rem;
  }

  :root [dir=ltr] .md\:ltr\:pr-24{
    padding-right: 6rem;
  }

  :root [dir=ltr] .md\:ltr\:pb-24{
    padding-bottom: 6rem;
  }

  :root [dir=ltr] .md\:ltr\:pl-24{
    padding-left: 6rem;
  }

  :root [dir=ltr] .md\:ltr\:pt-28{
    padding-top: 7rem;
  }

  :root [dir=ltr] .md\:ltr\:pr-28{
    padding-right: 7rem;
  }

  :root [dir=ltr] .md\:ltr\:pb-28{
    padding-bottom: 7rem;
  }

  :root [dir=ltr] .md\:ltr\:pl-28{
    padding-left: 7rem;
  }

  :root [dir=ltr] .md\:ltr\:pt-32{
    padding-top: 8rem;
  }

  :root [dir=ltr] .md\:ltr\:pr-32{
    padding-right: 8rem;
  }

  :root [dir=ltr] .md\:ltr\:pb-32{
    padding-bottom: 8rem;
  }

  :root [dir=ltr] .md\:ltr\:pl-32{
    padding-left: 8rem;
  }

  :root [dir=ltr] .md\:ltr\:pt-36{
    padding-top: 9rem;
  }

  :root [dir=ltr] .md\:ltr\:pr-36{
    padding-right: 9rem;
  }

  :root [dir=ltr] .md\:ltr\:pb-36{
    padding-bottom: 9rem;
  }

  :root [dir=ltr] .md\:ltr\:pl-36{
    padding-left: 9rem;
  }

  :root [dir=ltr] .md\:ltr\:pt-40{
    padding-top: 10rem;
  }

  :root [dir=ltr] .md\:ltr\:pr-40{
    padding-right: 10rem;
  }

  :root [dir=ltr] .md\:ltr\:pb-40{
    padding-bottom: 10rem;
  }

  :root [dir=ltr] .md\:ltr\:pl-40{
    padding-left: 10rem;
  }

  :root [dir=ltr] .md\:ltr\:pt-44{
    padding-top: 11rem;
  }

  :root [dir=ltr] .md\:ltr\:pr-44{
    padding-right: 11rem;
  }

  :root [dir=ltr] .md\:ltr\:pb-44{
    padding-bottom: 11rem;
  }

  :root [dir=ltr] .md\:ltr\:pl-44{
    padding-left: 11rem;
  }

  :root [dir=ltr] .md\:ltr\:pt-48{
    padding-top: 12rem;
  }

  :root [dir=ltr] .md\:ltr\:pr-48{
    padding-right: 12rem;
  }

  :root [dir=ltr] .md\:ltr\:pb-48{
    padding-bottom: 12rem;
  }

  :root [dir=ltr] .md\:ltr\:pl-48{
    padding-left: 12rem;
  }

  :root [dir=ltr] .md\:ltr\:pt-52{
    padding-top: 13rem;
  }

  :root [dir=ltr] .md\:ltr\:pr-52{
    padding-right: 13rem;
  }

  :root [dir=ltr] .md\:ltr\:pb-52{
    padding-bottom: 13rem;
  }

  :root [dir=ltr] .md\:ltr\:pl-52{
    padding-left: 13rem;
  }

  :root [dir=ltr] .md\:ltr\:pt-56{
    padding-top: 14rem;
  }

  :root [dir=ltr] .md\:ltr\:pr-56{
    padding-right: 14rem;
  }

  :root [dir=ltr] .md\:ltr\:pb-56{
    padding-bottom: 14rem;
  }

  :root [dir=ltr] .md\:ltr\:pl-56{
    padding-left: 14rem;
  }

  :root [dir=ltr] .md\:ltr\:pt-60{
    padding-top: 15rem;
  }

  :root [dir=ltr] .md\:ltr\:pr-60{
    padding-right: 15rem;
  }

  :root [dir=ltr] .md\:ltr\:pb-60{
    padding-bottom: 15rem;
  }

  :root [dir=ltr] .md\:ltr\:pl-60{
    padding-left: 15rem;
  }

  :root [dir=ltr] .md\:ltr\:pt-64{
    padding-top: 16rem;
  }

  :root [dir=ltr] .md\:ltr\:pr-64{
    padding-right: 16rem;
  }

  :root [dir=ltr] .md\:ltr\:pb-64{
    padding-bottom: 16rem;
  }

  :root [dir=ltr] .md\:ltr\:pl-64{
    padding-left: 16rem;
  }

  :root [dir=ltr] .md\:ltr\:pt-72{
    padding-top: 18rem;
  }

  :root [dir=ltr] .md\:ltr\:pr-72{
    padding-right: 18rem;
  }

  :root [dir=ltr] .md\:ltr\:pb-72{
    padding-bottom: 18rem;
  }

  :root [dir=ltr] .md\:ltr\:pl-72{
    padding-left: 18rem;
  }

  :root [dir=ltr] .md\:ltr\:pt-80{
    padding-top: 20rem;
  }

  :root [dir=ltr] .md\:ltr\:pr-80{
    padding-right: 20rem;
  }

  :root [dir=ltr] .md\:ltr\:pb-80{
    padding-bottom: 20rem;
  }

  :root [dir=ltr] .md\:ltr\:pl-80{
    padding-left: 20rem;
  }

  :root [dir=ltr] .md\:ltr\:pt-96{
    padding-top: 24rem;
  }

  :root [dir=ltr] .md\:ltr\:pr-96{
    padding-right: 24rem;
  }

  :root [dir=ltr] .md\:ltr\:pb-96{
    padding-bottom: 24rem;
  }

  :root [dir=ltr] .md\:ltr\:pl-96{
    padding-left: 24rem;
  }

  :root [dir=ltr] .md\:ltr\:pt-px{
    padding-top: 1px;
  }

  :root [dir=ltr] .md\:ltr\:pr-px{
    padding-right: 1px;
  }

  :root [dir=ltr] .md\:ltr\:pb-px{
    padding-bottom: 1px;
  }

  :root [dir=ltr] .md\:ltr\:pl-px{
    padding-left: 1px;
  }

  :root [dir=ltr] .md\:ltr\:pt-gutter{
    padding-top: var(--padding-gutter);
  }

  :root [dir=ltr] .md\:ltr\:pr-gutter{
    padding-right: var(--padding-gutter);
  }

  :root [dir=ltr] .md\:ltr\:pb-gutter{
    padding-bottom: var(--padding-gutter);
  }

  :root [dir=ltr] .md\:ltr\:pl-gutter{
    padding-left: var(--padding-gutter);
  }

  :root [dir=ltr] .ltr\:pt-0.md\:5{
    padding-top: 0.125rem;
  }

  :root [dir=ltr] .ltr\:pr-0.md\:5{
    padding-right: 0.125rem;
  }

  :root [dir=ltr] .ltr\:pb-0.md\:5{
    padding-bottom: 0.125rem;
  }

  :root [dir=ltr] .ltr\:pl-0.md\:5{
    padding-left: 0.125rem;
  }

  :root [dir=ltr] .ltr\:pt-1.md\:5{
    padding-top: 0.375rem;
  }

  :root [dir=ltr] .ltr\:pr-1.md\:5{
    padding-right: 0.375rem;
  }

  :root [dir=ltr] .ltr\:pb-1.md\:5{
    padding-bottom: 0.375rem;
  }

  :root [dir=ltr] .ltr\:pl-1.md\:5{
    padding-left: 0.375rem;
  }

  :root [dir=ltr] .ltr\:pt-2.md\:5{
    padding-top: 0.625rem;
  }

  :root [dir=ltr] .ltr\:pr-2.md\:5{
    padding-right: 0.625rem;
  }

  :root [dir=ltr] .ltr\:pb-2.md\:5{
    padding-bottom: 0.625rem;
  }

  :root [dir=ltr] .ltr\:pl-2.md\:5{
    padding-left: 0.625rem;
  }

  :root [dir=ltr] .ltr\:pt-3.md\:5{
    padding-top: 0.875rem;
  }

  :root [dir=ltr] .ltr\:pr-3.md\:5{
    padding-right: 0.875rem;
  }

  :root [dir=ltr] .ltr\:pb-3.md\:5{
    padding-bottom: 0.875rem;
  }

  :root [dir=ltr] .ltr\:pl-3.md\:5{
    padding-left: 0.875rem;
  }

  :root [dir=ltr] .ltr\:pt-17.md\:5{
    padding-top: 4.375rem;
  }

  :root [dir=ltr] .ltr\:pr-17.md\:5{
    padding-right: 4.375rem;
  }

  :root [dir=ltr] .ltr\:pb-17.md\:5{
    padding-bottom: 4.375rem;
  }

  :root [dir=ltr] .ltr\:pl-17.md\:5{
    padding-left: 4.375rem;
  }

  :root [dir=rtl] .md\:rtl\:p-0{
    padding: 0;
  }

  :root [dir=rtl] .md\:rtl\:p-1{
    padding: 0.25rem;
  }

  :root [dir=rtl] .md\:rtl\:p-2{
    padding: 0.5rem;
  }

  :root [dir=rtl] .md\:rtl\:p-3{
    padding: 0.75rem;
  }

  :root [dir=rtl] .md\:rtl\:p-4{
    padding: 1rem;
  }

  :root [dir=rtl] .md\:rtl\:p-5{
    padding: 1.25rem;
  }

  :root [dir=rtl] .md\:rtl\:p-6{
    padding: 1.5rem;
  }

  :root [dir=rtl] .md\:rtl\:p-7{
    padding: 1.75rem;
  }

  :root [dir=rtl] .md\:rtl\:p-8{
    padding: 2rem;
  }

  :root [dir=rtl] .md\:rtl\:p-9{
    padding: 2.25rem;
  }

  :root [dir=rtl] .md\:rtl\:p-10{
    padding: 2.5rem;
  }

  :root [dir=rtl] .md\:rtl\:p-11{
    padding: 2.75rem;
  }

  :root [dir=rtl] .md\:rtl\:p-12{
    padding: 3rem;
  }

  :root [dir=rtl] .md\:rtl\:p-14{
    padding: 3.5rem;
  }

  :root [dir=rtl] .md\:rtl\:p-16{
    padding: 4rem;
  }

  :root [dir=rtl] .md\:rtl\:p-20{
    padding: 5rem;
  }

  :root [dir=rtl] .md\:rtl\:p-24{
    padding: 6rem;
  }

  :root [dir=rtl] .md\:rtl\:p-28{
    padding: 7rem;
  }

  :root [dir=rtl] .md\:rtl\:p-32{
    padding: 8rem;
  }

  :root [dir=rtl] .md\:rtl\:p-36{
    padding: 9rem;
  }

  :root [dir=rtl] .md\:rtl\:p-40{
    padding: 10rem;
  }

  :root [dir=rtl] .md\:rtl\:p-44{
    padding: 11rem;
  }

  :root [dir=rtl] .md\:rtl\:p-48{
    padding: 12rem;
  }

  :root [dir=rtl] .md\:rtl\:p-52{
    padding: 13rem;
  }

  :root [dir=rtl] .md\:rtl\:p-56{
    padding: 14rem;
  }

  :root [dir=rtl] .md\:rtl\:p-60{
    padding: 15rem;
  }

  :root [dir=rtl] .md\:rtl\:p-64{
    padding: 16rem;
  }

  :root [dir=rtl] .md\:rtl\:p-72{
    padding: 18rem;
  }

  :root [dir=rtl] .md\:rtl\:p-80{
    padding: 20rem;
  }

  :root [dir=rtl] .md\:rtl\:p-96{
    padding: 24rem;
  }

  :root [dir=rtl] .md\:rtl\:p-px{
    padding: 1px;
  }

  :root [dir=rtl] .md\:rtl\:p-gutter{
    padding: var(--padding-gutter);
  }

  :root [dir=rtl] .rtl\:p-0.md\:5{
    padding: 0.125rem;
  }

  :root [dir=rtl] .rtl\:p-1.md\:5{
    padding: 0.375rem;
  }

  :root [dir=rtl] .rtl\:p-2.md\:5{
    padding: 0.625rem;
  }

  :root [dir=rtl] .rtl\:p-3.md\:5{
    padding: 0.875rem;
  }

  :root [dir=rtl] .rtl\:p-17.md\:5{
    padding: 4.375rem;
  }

  :root [dir=rtl] .md\:rtl\:py-0{
    padding-top: 0;
    padding-bottom: 0;
  }

  :root [dir=rtl] .md\:rtl\:px-0{
    padding-left: 0;
    padding-right: 0;
  }

  :root [dir=rtl] .md\:rtl\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  :root [dir=rtl] .md\:rtl\:px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  :root [dir=rtl] .md\:rtl\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  :root [dir=rtl] .md\:rtl\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  :root [dir=rtl] .md\:rtl\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  :root [dir=rtl] .md\:rtl\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  :root [dir=rtl] .md\:rtl\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  :root [dir=rtl] .md\:rtl\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  :root [dir=rtl] .md\:rtl\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  :root [dir=rtl] .md\:rtl\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  :root [dir=rtl] .md\:rtl\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  :root [dir=rtl] .md\:rtl\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  :root [dir=rtl] .md\:rtl\:py-7{
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  :root [dir=rtl] .md\:rtl\:px-7{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  :root [dir=rtl] .md\:rtl\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  :root [dir=rtl] .md\:rtl\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  :root [dir=rtl] .md\:rtl\:py-9{
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  :root [dir=rtl] .md\:rtl\:px-9{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  :root [dir=rtl] .md\:rtl\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  :root [dir=rtl] .md\:rtl\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  :root [dir=rtl] .md\:rtl\:py-11{
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  :root [dir=rtl] .md\:rtl\:px-11{
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  :root [dir=rtl] .md\:rtl\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  :root [dir=rtl] .md\:rtl\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  :root [dir=rtl] .md\:rtl\:py-14{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  :root [dir=rtl] .md\:rtl\:px-14{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  :root [dir=rtl] .md\:rtl\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  :root [dir=rtl] .md\:rtl\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  :root [dir=rtl] .md\:rtl\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  :root [dir=rtl] .md\:rtl\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  :root [dir=rtl] .md\:rtl\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  :root [dir=rtl] .md\:rtl\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  :root [dir=rtl] .md\:rtl\:py-28{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  :root [dir=rtl] .md\:rtl\:px-28{
    padding-left: 7rem;
    padding-right: 7rem;
  }

  :root [dir=rtl] .md\:rtl\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  :root [dir=rtl] .md\:rtl\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  :root [dir=rtl] .md\:rtl\:py-36{
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  :root [dir=rtl] .md\:rtl\:px-36{
    padding-left: 9rem;
    padding-right: 9rem;
  }

  :root [dir=rtl] .md\:rtl\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  :root [dir=rtl] .md\:rtl\:px-40{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  :root [dir=rtl] .md\:rtl\:py-44{
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  :root [dir=rtl] .md\:rtl\:px-44{
    padding-left: 11rem;
    padding-right: 11rem;
  }

  :root [dir=rtl] .md\:rtl\:py-48{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  :root [dir=rtl] .md\:rtl\:px-48{
    padding-left: 12rem;
    padding-right: 12rem;
  }

  :root [dir=rtl] .md\:rtl\:py-52{
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  :root [dir=rtl] .md\:rtl\:px-52{
    padding-left: 13rem;
    padding-right: 13rem;
  }

  :root [dir=rtl] .md\:rtl\:py-56{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  :root [dir=rtl] .md\:rtl\:px-56{
    padding-left: 14rem;
    padding-right: 14rem;
  }

  :root [dir=rtl] .md\:rtl\:py-60{
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  :root [dir=rtl] .md\:rtl\:px-60{
    padding-left: 15rem;
    padding-right: 15rem;
  }

  :root [dir=rtl] .md\:rtl\:py-64{
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  :root [dir=rtl] .md\:rtl\:px-64{
    padding-left: 16rem;
    padding-right: 16rem;
  }

  :root [dir=rtl] .md\:rtl\:py-72{
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  :root [dir=rtl] .md\:rtl\:px-72{
    padding-left: 18rem;
    padding-right: 18rem;
  }

  :root [dir=rtl] .md\:rtl\:py-80{
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  :root [dir=rtl] .md\:rtl\:px-80{
    padding-left: 20rem;
    padding-right: 20rem;
  }

  :root [dir=rtl] .md\:rtl\:py-96{
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  :root [dir=rtl] .md\:rtl\:px-96{
    padding-left: 24rem;
    padding-right: 24rem;
  }

  :root [dir=rtl] .md\:rtl\:py-px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  :root [dir=rtl] .md\:rtl\:px-px{
    padding-left: 1px;
    padding-right: 1px;
  }

  :root [dir=rtl] .md\:rtl\:py-gutter{
    padding-top: var(--padding-gutter);
    padding-bottom: var(--padding-gutter);
  }

  :root [dir=rtl] .md\:rtl\:px-gutter{
    padding-left: var(--padding-gutter);
    padding-right: var(--padding-gutter);
  }

  :root [dir=rtl] .rtl\:py-0.md\:5{
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  :root [dir=rtl] .rtl\:px-0.md\:5{
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  :root [dir=rtl] .rtl\:py-1.md\:5{
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  :root [dir=rtl] .rtl\:px-1.md\:5{
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  :root [dir=rtl] .rtl\:py-2.md\:5{
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  :root [dir=rtl] .rtl\:px-2.md\:5{
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  :root [dir=rtl] .rtl\:py-3.md\:5{
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  :root [dir=rtl] .rtl\:px-3.md\:5{
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  :root [dir=rtl] .rtl\:py-17.md\:5{
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }

  :root [dir=rtl] .rtl\:px-17.md\:5{
    padding-left: 4.375rem;
    padding-right: 4.375rem;
  }

  :root [dir=rtl] .md\:rtl\:pt-0{
    padding-top: 0;
  }

  :root [dir=rtl] .md\:rtl\:pr-0{
    padding-right: 0;
  }

  :root [dir=rtl] .md\:rtl\:pb-0{
    padding-bottom: 0;
  }

  :root [dir=rtl] .md\:rtl\:pl-0{
    padding-left: 0;
  }

  :root [dir=rtl] .md\:rtl\:pt-1{
    padding-top: 0.25rem;
  }

  :root [dir=rtl] .md\:rtl\:pr-1{
    padding-right: 0.25rem;
  }

  :root [dir=rtl] .md\:rtl\:pb-1{
    padding-bottom: 0.25rem;
  }

  :root [dir=rtl] .md\:rtl\:pl-1{
    padding-left: 0.25rem;
  }

  :root [dir=rtl] .md\:rtl\:pt-2{
    padding-top: 0.5rem;
  }

  :root [dir=rtl] .md\:rtl\:pr-2{
    padding-right: 0.5rem;
  }

  :root [dir=rtl] .md\:rtl\:pb-2{
    padding-bottom: 0.5rem;
  }

  :root [dir=rtl] .md\:rtl\:pl-2{
    padding-left: 0.5rem;
  }

  :root [dir=rtl] .md\:rtl\:pt-3{
    padding-top: 0.75rem;
  }

  :root [dir=rtl] .md\:rtl\:pr-3{
    padding-right: 0.75rem;
  }

  :root [dir=rtl] .md\:rtl\:pb-3{
    padding-bottom: 0.75rem;
  }

  :root [dir=rtl] .md\:rtl\:pl-3{
    padding-left: 0.75rem;
  }

  :root [dir=rtl] .md\:rtl\:pt-4{
    padding-top: 1rem;
  }

  :root [dir=rtl] .md\:rtl\:pr-4{
    padding-right: 1rem;
  }

  :root [dir=rtl] .md\:rtl\:pb-4{
    padding-bottom: 1rem;
  }

  :root [dir=rtl] .md\:rtl\:pl-4{
    padding-left: 1rem;
  }

  :root [dir=rtl] .md\:rtl\:pt-5{
    padding-top: 1.25rem;
  }

  :root [dir=rtl] .md\:rtl\:pr-5{
    padding-right: 1.25rem;
  }

  :root [dir=rtl] .md\:rtl\:pb-5{
    padding-bottom: 1.25rem;
  }

  :root [dir=rtl] .md\:rtl\:pl-5{
    padding-left: 1.25rem;
  }

  :root [dir=rtl] .md\:rtl\:pt-6{
    padding-top: 1.5rem;
  }

  :root [dir=rtl] .md\:rtl\:pr-6{
    padding-right: 1.5rem;
  }

  :root [dir=rtl] .md\:rtl\:pb-6{
    padding-bottom: 1.5rem;
  }

  :root [dir=rtl] .md\:rtl\:pl-6{
    padding-left: 1.5rem;
  }

  :root [dir=rtl] .md\:rtl\:pt-7{
    padding-top: 1.75rem;
  }

  :root [dir=rtl] .md\:rtl\:pr-7{
    padding-right: 1.75rem;
  }

  :root [dir=rtl] .md\:rtl\:pb-7{
    padding-bottom: 1.75rem;
  }

  :root [dir=rtl] .md\:rtl\:pl-7{
    padding-left: 1.75rem;
  }

  :root [dir=rtl] .md\:rtl\:pt-8{
    padding-top: 2rem;
  }

  :root [dir=rtl] .md\:rtl\:pr-8{
    padding-right: 2rem;
  }

  :root [dir=rtl] .md\:rtl\:pb-8{
    padding-bottom: 2rem;
  }

  :root [dir=rtl] .md\:rtl\:pl-8{
    padding-left: 2rem;
  }

  :root [dir=rtl] .md\:rtl\:pt-9{
    padding-top: 2.25rem;
  }

  :root [dir=rtl] .md\:rtl\:pr-9{
    padding-right: 2.25rem;
  }

  :root [dir=rtl] .md\:rtl\:pb-9{
    padding-bottom: 2.25rem;
  }

  :root [dir=rtl] .md\:rtl\:pl-9{
    padding-left: 2.25rem;
  }

  :root [dir=rtl] .md\:rtl\:pt-10{
    padding-top: 2.5rem;
  }

  :root [dir=rtl] .md\:rtl\:pr-10{
    padding-right: 2.5rem;
  }

  :root [dir=rtl] .md\:rtl\:pb-10{
    padding-bottom: 2.5rem;
  }

  :root [dir=rtl] .md\:rtl\:pl-10{
    padding-left: 2.5rem;
  }

  :root [dir=rtl] .md\:rtl\:pt-11{
    padding-top: 2.75rem;
  }

  :root [dir=rtl] .md\:rtl\:pr-11{
    padding-right: 2.75rem;
  }

  :root [dir=rtl] .md\:rtl\:pb-11{
    padding-bottom: 2.75rem;
  }

  :root [dir=rtl] .md\:rtl\:pl-11{
    padding-left: 2.75rem;
  }

  :root [dir=rtl] .md\:rtl\:pt-12{
    padding-top: 3rem;
  }

  :root [dir=rtl] .md\:rtl\:pr-12{
    padding-right: 3rem;
  }

  :root [dir=rtl] .md\:rtl\:pb-12{
    padding-bottom: 3rem;
  }

  :root [dir=rtl] .md\:rtl\:pl-12{
    padding-left: 3rem;
  }

  :root [dir=rtl] .md\:rtl\:pt-14{
    padding-top: 3.5rem;
  }

  :root [dir=rtl] .md\:rtl\:pr-14{
    padding-right: 3.5rem;
  }

  :root [dir=rtl] .md\:rtl\:pb-14{
    padding-bottom: 3.5rem;
  }

  :root [dir=rtl] .md\:rtl\:pl-14{
    padding-left: 3.5rem;
  }

  :root [dir=rtl] .md\:rtl\:pt-16{
    padding-top: 4rem;
  }

  :root [dir=rtl] .md\:rtl\:pr-16{
    padding-right: 4rem;
  }

  :root [dir=rtl] .md\:rtl\:pb-16{
    padding-bottom: 4rem;
  }

  :root [dir=rtl] .md\:rtl\:pl-16{
    padding-left: 4rem;
  }

  :root [dir=rtl] .md\:rtl\:pt-20{
    padding-top: 5rem;
  }

  :root [dir=rtl] .md\:rtl\:pr-20{
    padding-right: 5rem;
  }

  :root [dir=rtl] .md\:rtl\:pb-20{
    padding-bottom: 5rem;
  }

  :root [dir=rtl] .md\:rtl\:pl-20{
    padding-left: 5rem;
  }

  :root [dir=rtl] .md\:rtl\:pt-24{
    padding-top: 6rem;
  }

  :root [dir=rtl] .md\:rtl\:pr-24{
    padding-right: 6rem;
  }

  :root [dir=rtl] .md\:rtl\:pb-24{
    padding-bottom: 6rem;
  }

  :root [dir=rtl] .md\:rtl\:pl-24{
    padding-left: 6rem;
  }

  :root [dir=rtl] .md\:rtl\:pt-28{
    padding-top: 7rem;
  }

  :root [dir=rtl] .md\:rtl\:pr-28{
    padding-right: 7rem;
  }

  :root [dir=rtl] .md\:rtl\:pb-28{
    padding-bottom: 7rem;
  }

  :root [dir=rtl] .md\:rtl\:pl-28{
    padding-left: 7rem;
  }

  :root [dir=rtl] .md\:rtl\:pt-32{
    padding-top: 8rem;
  }

  :root [dir=rtl] .md\:rtl\:pr-32{
    padding-right: 8rem;
  }

  :root [dir=rtl] .md\:rtl\:pb-32{
    padding-bottom: 8rem;
  }

  :root [dir=rtl] .md\:rtl\:pl-32{
    padding-left: 8rem;
  }

  :root [dir=rtl] .md\:rtl\:pt-36{
    padding-top: 9rem;
  }

  :root [dir=rtl] .md\:rtl\:pr-36{
    padding-right: 9rem;
  }

  :root [dir=rtl] .md\:rtl\:pb-36{
    padding-bottom: 9rem;
  }

  :root [dir=rtl] .md\:rtl\:pl-36{
    padding-left: 9rem;
  }

  :root [dir=rtl] .md\:rtl\:pt-40{
    padding-top: 10rem;
  }

  :root [dir=rtl] .md\:rtl\:pr-40{
    padding-right: 10rem;
  }

  :root [dir=rtl] .md\:rtl\:pb-40{
    padding-bottom: 10rem;
  }

  :root [dir=rtl] .md\:rtl\:pl-40{
    padding-left: 10rem;
  }

  :root [dir=rtl] .md\:rtl\:pt-44{
    padding-top: 11rem;
  }

  :root [dir=rtl] .md\:rtl\:pr-44{
    padding-right: 11rem;
  }

  :root [dir=rtl] .md\:rtl\:pb-44{
    padding-bottom: 11rem;
  }

  :root [dir=rtl] .md\:rtl\:pl-44{
    padding-left: 11rem;
  }

  :root [dir=rtl] .md\:rtl\:pt-48{
    padding-top: 12rem;
  }

  :root [dir=rtl] .md\:rtl\:pr-48{
    padding-right: 12rem;
  }

  :root [dir=rtl] .md\:rtl\:pb-48{
    padding-bottom: 12rem;
  }

  :root [dir=rtl] .md\:rtl\:pl-48{
    padding-left: 12rem;
  }

  :root [dir=rtl] .md\:rtl\:pt-52{
    padding-top: 13rem;
  }

  :root [dir=rtl] .md\:rtl\:pr-52{
    padding-right: 13rem;
  }

  :root [dir=rtl] .md\:rtl\:pb-52{
    padding-bottom: 13rem;
  }

  :root [dir=rtl] .md\:rtl\:pl-52{
    padding-left: 13rem;
  }

  :root [dir=rtl] .md\:rtl\:pt-56{
    padding-top: 14rem;
  }

  :root [dir=rtl] .md\:rtl\:pr-56{
    padding-right: 14rem;
  }

  :root [dir=rtl] .md\:rtl\:pb-56{
    padding-bottom: 14rem;
  }

  :root [dir=rtl] .md\:rtl\:pl-56{
    padding-left: 14rem;
  }

  :root [dir=rtl] .md\:rtl\:pt-60{
    padding-top: 15rem;
  }

  :root [dir=rtl] .md\:rtl\:pr-60{
    padding-right: 15rem;
  }

  :root [dir=rtl] .md\:rtl\:pb-60{
    padding-bottom: 15rem;
  }

  :root [dir=rtl] .md\:rtl\:pl-60{
    padding-left: 15rem;
  }

  :root [dir=rtl] .md\:rtl\:pt-64{
    padding-top: 16rem;
  }

  :root [dir=rtl] .md\:rtl\:pr-64{
    padding-right: 16rem;
  }

  :root [dir=rtl] .md\:rtl\:pb-64{
    padding-bottom: 16rem;
  }

  :root [dir=rtl] .md\:rtl\:pl-64{
    padding-left: 16rem;
  }

  :root [dir=rtl] .md\:rtl\:pt-72{
    padding-top: 18rem;
  }

  :root [dir=rtl] .md\:rtl\:pr-72{
    padding-right: 18rem;
  }

  :root [dir=rtl] .md\:rtl\:pb-72{
    padding-bottom: 18rem;
  }

  :root [dir=rtl] .md\:rtl\:pl-72{
    padding-left: 18rem;
  }

  :root [dir=rtl] .md\:rtl\:pt-80{
    padding-top: 20rem;
  }

  :root [dir=rtl] .md\:rtl\:pr-80{
    padding-right: 20rem;
  }

  :root [dir=rtl] .md\:rtl\:pb-80{
    padding-bottom: 20rem;
  }

  :root [dir=rtl] .md\:rtl\:pl-80{
    padding-left: 20rem;
  }

  :root [dir=rtl] .md\:rtl\:pt-96{
    padding-top: 24rem;
  }

  :root [dir=rtl] .md\:rtl\:pr-96{
    padding-right: 24rem;
  }

  :root [dir=rtl] .md\:rtl\:pb-96{
    padding-bottom: 24rem;
  }

  :root [dir=rtl] .md\:rtl\:pl-96{
    padding-left: 24rem;
  }

  :root [dir=rtl] .md\:rtl\:pt-px{
    padding-top: 1px;
  }

  :root [dir=rtl] .md\:rtl\:pr-px{
    padding-right: 1px;
  }

  :root [dir=rtl] .md\:rtl\:pb-px{
    padding-bottom: 1px;
  }

  :root [dir=rtl] .md\:rtl\:pl-px{
    padding-left: 1px;
  }

  :root [dir=rtl] .md\:rtl\:pt-gutter{
    padding-top: var(--padding-gutter);
  }

  :root [dir=rtl] .md\:rtl\:pr-gutter{
    padding-right: var(--padding-gutter);
  }

  :root [dir=rtl] .md\:rtl\:pb-gutter{
    padding-bottom: var(--padding-gutter);
  }

  :root [dir=rtl] .md\:rtl\:pl-gutter{
    padding-left: var(--padding-gutter);
  }

  :root [dir=rtl] .rtl\:pt-0.md\:5{
    padding-top: 0.125rem;
  }

  :root [dir=rtl] .rtl\:pr-0.md\:5{
    padding-right: 0.125rem;
  }

  :root [dir=rtl] .rtl\:pb-0.md\:5{
    padding-bottom: 0.125rem;
  }

  :root [dir=rtl] .rtl\:pl-0.md\:5{
    padding-left: 0.125rem;
  }

  :root [dir=rtl] .rtl\:pt-1.md\:5{
    padding-top: 0.375rem;
  }

  :root [dir=rtl] .rtl\:pr-1.md\:5{
    padding-right: 0.375rem;
  }

  :root [dir=rtl] .rtl\:pb-1.md\:5{
    padding-bottom: 0.375rem;
  }

  :root [dir=rtl] .rtl\:pl-1.md\:5{
    padding-left: 0.375rem;
  }

  :root [dir=rtl] .rtl\:pt-2.md\:5{
    padding-top: 0.625rem;
  }

  :root [dir=rtl] .rtl\:pr-2.md\:5{
    padding-right: 0.625rem;
  }

  :root [dir=rtl] .rtl\:pb-2.md\:5{
    padding-bottom: 0.625rem;
  }

  :root [dir=rtl] .rtl\:pl-2.md\:5{
    padding-left: 0.625rem;
  }

  :root [dir=rtl] .rtl\:pt-3.md\:5{
    padding-top: 0.875rem;
  }

  :root [dir=rtl] .rtl\:pr-3.md\:5{
    padding-right: 0.875rem;
  }

  :root [dir=rtl] .rtl\:pb-3.md\:5{
    padding-bottom: 0.875rem;
  }

  :root [dir=rtl] .rtl\:pl-3.md\:5{
    padding-left: 0.875rem;
  }

  :root [dir=rtl] .rtl\:pt-17.md\:5{
    padding-top: 4.375rem;
  }

  :root [dir=rtl] .rtl\:pr-17.md\:5{
    padding-right: 4.375rem;
  }

  :root [dir=rtl] .rtl\:pb-17.md\:5{
    padding-bottom: 4.375rem;
  }

  :root [dir=rtl] .rtl\:pl-17.md\:5{
    padding-left: 4.375rem;
  }

  :root .md\:placeholder-current::placeholder{
    color: currentColor;
  }

  :root .md\:placeholder-transparent::placeholder{
    color: transparent;
  }

  :root .md\:placeholder-black::placeholder{
    color: rgb(var(--color-black));
  }

  :root .md\:placeholder-white::placeholder{
    color: rgb(var(--color-white));
  }

  :root .md\:placeholder-contrast-black::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  :root .md\:placeholder-contrast-white::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  :root .md\:placeholder-primary-light::placeholder{
    color: rgba(var(--color-primary), .1);
  }

  :root .md\:placeholder-primary::placeholder{
    color: rgb(var(--color-primary));
  }

  :root .md\:placeholder-red-light::placeholder{
    color: rgba(244, 67, 54, 0.1);
  }

  :root .md\:placeholder-red::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 67, 54, var(--tw-placeholder-opacity));
  }

  :root .md\:placeholder-green-2::placeholder{
    color: rgb(var(--color-green-2));
  }

  :root .md\:placeholder-green-3::placeholder{
    color: rgb(var(--color-green-3));
  }

  :root .md\:placeholder-green-4::placeholder{
    color: rgb(var(--color-green-4));
  }

  :root .md\:placeholder-gren::placeholder{
    color: rgb(var(--color-gren));
  }

  :root .md\:placeholder-gren-1::placeholder{
    color: rgb(var(--color-gren-1));
  }

  :root .md\:placeholder-gren-2::placeholder{
    color: rgb(var(--color-gren-2));
  }

  :root .md\:placeholder-gren-3::placeholder{
    color: rgb(var(--color-gren-3));
  }

  :root .md\:placeholder-gren-4::placeholder{
    color: rgb(var(--color-gren-4));
  }

  :root .md\:placeholder-selected::placeholder{
    color: rgb(var(--color-selected));
  }

  :root .md\:placeholder-error::placeholder{
    color: rgb(var(--color-error));
  }

  :root .md\:placeholder-attention::placeholder{
    color: rgb(var(--color-attention));
  }

  :root .md\:placeholder-accept::placeholder{
    color: rgb(var(--color-accept));
  }

  :root .md\:placeholder-system::placeholder{
    color: rgb(var(--color-system));
  }

  :root .md\:placeholder-orange::placeholder{
    color: rgb(var(--color-orange));
  }

  :root .md\:placeholder-links::placeholder{
    color: rgb(var(--color-links));
  }

  :root .md\:placeholder-teal::placeholder{
    color: rgb(var(--color-teal));
  }

  :root .md\:placeholder-purple::placeholder{
    color: rgb(var(--color-purple));
  }

  :root .md\:placeholder-pink::placeholder{
    color: rgb(var(--color-pink));
  }

  :root .md\:placeholder-margaret::placeholder{
    color: rgb(var(--color-margaret));
  }

  :root .md\:placeholder-betty::placeholder{
    color: rgb(var(--color-betty));
  }

  :root .md\:placeholder-natasha-light::placeholder{
    color: rgba(var(--color-natasha), .05);
  }

  :root .md\:placeholder-natasha::placeholder{
    color: rgb(var(--color-natasha));
  }

  :root .md\:placeholder-tiffany::placeholder{
    color: rgb(var(--color-tiffany));
  }

  :root .md\:placeholder-barbara::placeholder{
    color: rgb(var(--color-barbara));
  }

  :root .md\:placeholder-suzanne::placeholder{
    color: rgb(var(--color-suzanne));
  }

  :root .md\:placeholder-lily::placeholder{
    color: rgb(var(--color-lily));
  }

  :root .md\:placeholder-stephanie::placeholder{
    color: rgb(var(--color-stephanie));
  }

  :root .md\:placeholder-lisa::placeholder{
    color: rgba(var(--color-lisa), 0.6);
  }

  :root .md\:placeholder-california::placeholder{
    color: rgb(var(--color-california));
  }

  :root .md\:placeholder-texas::placeholder{
    color: rgb(var(--color-texas));
  }

  :root .md\:placeholder-florida::placeholder{
    color: rgb(var(--color-florida));
  }

  :root .md\:placeholder-colorado::placeholder{
    color: rgb(var(--color-colorado));
  }

  :root .md\:placeholder-seattle::placeholder{
    color: rgb(var(--color-seattle));
  }

  :root .md\:placeholder-denver::placeholder{
    color: rgb(var(--color-denver));
  }

  :root .md\:placeholder-arizona::placeholder{
    color: rgb(var(--color-arizona));
  }

  :root .md\:placeholder-shpongle::placeholder{
    color: rgb(var(--color-shpongle));
  }

  :root .md\:placeholder-band::placeholder{
    color: rgb(var(--color-band));
  }

  :root .md\:placeholder-blur::placeholder{
    color: rgba(var(--color-blur), 0.05);
  }

  :root .md\:placeholder-mila::placeholder{
    color: rgba(var(--color-mila));
  }

  :root .md\:focus\:placeholder-current:focus::placeholder{
    color: currentColor;
  }

  :root .md\:focus\:placeholder-transparent:focus::placeholder{
    color: transparent;
  }

  :root .md\:focus\:placeholder-black:focus::placeholder{
    color: rgb(var(--color-black));
  }

  :root .md\:focus\:placeholder-white:focus::placeholder{
    color: rgb(var(--color-white));
  }

  :root .md\:focus\:placeholder-contrast-black:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  :root .md\:focus\:placeholder-contrast-white:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  :root .md\:focus\:placeholder-primary-light:focus::placeholder{
    color: rgba(var(--color-primary), .1);
  }

  :root .md\:focus\:placeholder-primary:focus::placeholder{
    color: rgb(var(--color-primary));
  }

  :root .md\:focus\:placeholder-red-light:focus::placeholder{
    color: rgba(244, 67, 54, 0.1);
  }

  :root .md\:focus\:placeholder-red:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 67, 54, var(--tw-placeholder-opacity));
  }

  :root .md\:focus\:placeholder-green-2:focus::placeholder{
    color: rgb(var(--color-green-2));
  }

  :root .md\:focus\:placeholder-green-3:focus::placeholder{
    color: rgb(var(--color-green-3));
  }

  :root .md\:focus\:placeholder-green-4:focus::placeholder{
    color: rgb(var(--color-green-4));
  }

  :root .md\:focus\:placeholder-gren:focus::placeholder{
    color: rgb(var(--color-gren));
  }

  :root .md\:focus\:placeholder-gren-1:focus::placeholder{
    color: rgb(var(--color-gren-1));
  }

  :root .md\:focus\:placeholder-gren-2:focus::placeholder{
    color: rgb(var(--color-gren-2));
  }

  :root .md\:focus\:placeholder-gren-3:focus::placeholder{
    color: rgb(var(--color-gren-3));
  }

  :root .md\:focus\:placeholder-gren-4:focus::placeholder{
    color: rgb(var(--color-gren-4));
  }

  :root .md\:focus\:placeholder-selected:focus::placeholder{
    color: rgb(var(--color-selected));
  }

  :root .md\:focus\:placeholder-error:focus::placeholder{
    color: rgb(var(--color-error));
  }

  :root .md\:focus\:placeholder-attention:focus::placeholder{
    color: rgb(var(--color-attention));
  }

  :root .md\:focus\:placeholder-accept:focus::placeholder{
    color: rgb(var(--color-accept));
  }

  :root .md\:focus\:placeholder-system:focus::placeholder{
    color: rgb(var(--color-system));
  }

  :root .md\:focus\:placeholder-orange:focus::placeholder{
    color: rgb(var(--color-orange));
  }

  :root .md\:focus\:placeholder-links:focus::placeholder{
    color: rgb(var(--color-links));
  }

  :root .md\:focus\:placeholder-teal:focus::placeholder{
    color: rgb(var(--color-teal));
  }

  :root .md\:focus\:placeholder-purple:focus::placeholder{
    color: rgb(var(--color-purple));
  }

  :root .md\:focus\:placeholder-pink:focus::placeholder{
    color: rgb(var(--color-pink));
  }

  :root .md\:focus\:placeholder-margaret:focus::placeholder{
    color: rgb(var(--color-margaret));
  }

  :root .md\:focus\:placeholder-betty:focus::placeholder{
    color: rgb(var(--color-betty));
  }

  :root .md\:focus\:placeholder-natasha-light:focus::placeholder{
    color: rgba(var(--color-natasha), .05);
  }

  :root .md\:focus\:placeholder-natasha:focus::placeholder{
    color: rgb(var(--color-natasha));
  }

  :root .md\:focus\:placeholder-tiffany:focus::placeholder{
    color: rgb(var(--color-tiffany));
  }

  :root .md\:focus\:placeholder-barbara:focus::placeholder{
    color: rgb(var(--color-barbara));
  }

  :root .md\:focus\:placeholder-suzanne:focus::placeholder{
    color: rgb(var(--color-suzanne));
  }

  :root .md\:focus\:placeholder-lily:focus::placeholder{
    color: rgb(var(--color-lily));
  }

  :root .md\:focus\:placeholder-stephanie:focus::placeholder{
    color: rgb(var(--color-stephanie));
  }

  :root .md\:focus\:placeholder-lisa:focus::placeholder{
    color: rgba(var(--color-lisa), 0.6);
  }

  :root .md\:focus\:placeholder-california:focus::placeholder{
    color: rgb(var(--color-california));
  }

  :root .md\:focus\:placeholder-texas:focus::placeholder{
    color: rgb(var(--color-texas));
  }

  :root .md\:focus\:placeholder-florida:focus::placeholder{
    color: rgb(var(--color-florida));
  }

  :root .md\:focus\:placeholder-colorado:focus::placeholder{
    color: rgb(var(--color-colorado));
  }

  :root .md\:focus\:placeholder-seattle:focus::placeholder{
    color: rgb(var(--color-seattle));
  }

  :root .md\:focus\:placeholder-denver:focus::placeholder{
    color: rgb(var(--color-denver));
  }

  :root .md\:focus\:placeholder-arizona:focus::placeholder{
    color: rgb(var(--color-arizona));
  }

  :root .md\:focus\:placeholder-shpongle:focus::placeholder{
    color: rgb(var(--color-shpongle));
  }

  :root .md\:focus\:placeholder-band:focus::placeholder{
    color: rgb(var(--color-band));
  }

  :root .md\:focus\:placeholder-blur:focus::placeholder{
    color: rgba(var(--color-blur), 0.05);
  }

  :root .md\:focus\:placeholder-mila:focus::placeholder{
    color: rgba(var(--color-mila));
  }

  :root .md\:placeholder-opacity-0::placeholder{
    --tw-placeholder-opacity: 0;
  }

  :root .md\:placeholder-opacity-25::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  :root .md\:placeholder-opacity-50::placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  :root .md\:placeholder-opacity-75::placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  :root .md\:placeholder-opacity-100::placeholder{
    --tw-placeholder-opacity: 1;
  }

  :root .md\:focus\:placeholder-opacity-0:focus::placeholder{
    --tw-placeholder-opacity: 0;
  }

  :root .md\:focus\:placeholder-opacity-25:focus::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  :root .md\:focus\:placeholder-opacity-50:focus::placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  :root .md\:focus\:placeholder-opacity-75:focus::placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  :root .md\:focus\:placeholder-opacity-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
  }

  :root .md\:pointer-events-none{
    pointer-events: none;
  }

  :root .md\:pointer-events-auto{
    pointer-events: auto;
  }

  :root .md\:static{
    position: static;
  }

  :root .md\:fixed{
    position: fixed;
  }

  :root .md\:absolute{
    position: absolute;
  }

  :root .md\:relative{
    position: relative;
  }

  :root .md\:sticky{
    position: sticky;
  }

  :root .md\:inset-0{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  :root .md\:inset-1{
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  :root .md\:inset-2{
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  :root .md\:inset-3{
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  :root .md\:inset-4{
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  :root .md\:inset-5{
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  :root .md\:inset-6{
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  :root .md\:inset-8{
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  :root .md\:inset-10{
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  :root .md\:inset-12{
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  :root .md\:-inset-1{
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  :root .md\:-inset-2{
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  :root .md\:-inset-3{
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  :root .md\:-inset-4{
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  :root .md\:-inset-5{
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  :root .md\:-inset-6{
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  :root .md\:-inset-8{
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  :root .md\:-inset-10{
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  :root .md\:-inset-12{
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  :root .md\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  :root .md\:inset-y-0{
    top: 0;
    bottom: 0;
  }

  :root .md\:inset-x-0{
    right: 0;
    left: 0;
  }

  :root .md\:inset-y-1{
    top: 0.25rem;
    bottom: 0.25rem;
  }

  :root .md\:inset-x-1{
    right: 0.25rem;
    left: 0.25rem;
  }

  :root .md\:inset-y-2{
    top: 0.5rem;
    bottom: 0.5rem;
  }

  :root .md\:inset-x-2{
    right: 0.5rem;
    left: 0.5rem;
  }

  :root .md\:inset-y-3{
    top: 0.75rem;
    bottom: 0.75rem;
  }

  :root .md\:inset-x-3{
    right: 0.75rem;
    left: 0.75rem;
  }

  :root .md\:inset-y-4{
    top: 1rem;
    bottom: 1rem;
  }

  :root .md\:inset-x-4{
    right: 1rem;
    left: 1rem;
  }

  :root .md\:inset-y-5{
    top: 1.25rem;
    bottom: 1.25rem;
  }

  :root .md\:inset-x-5{
    right: 1.25rem;
    left: 1.25rem;
  }

  :root .md\:inset-y-6{
    top: 1.5rem;
    bottom: 1.5rem;
  }

  :root .md\:inset-x-6{
    right: 1.5rem;
    left: 1.5rem;
  }

  :root .md\:inset-y-8{
    top: 2rem;
    bottom: 2rem;
  }

  :root .md\:inset-x-8{
    right: 2rem;
    left: 2rem;
  }

  :root .md\:inset-y-10{
    top: 2.5rem;
    bottom: 2.5rem;
  }

  :root .md\:inset-x-10{
    right: 2.5rem;
    left: 2.5rem;
  }

  :root .md\:inset-y-12{
    top: 3rem;
    bottom: 3rem;
  }

  :root .md\:inset-x-12{
    right: 3rem;
    left: 3rem;
  }

  :root .md\:-inset-y-1{
    top: -0.25rem;
    bottom: -0.25rem;
  }

  :root .md\:-inset-x-1{
    right: -0.25rem;
    left: -0.25rem;
  }

  :root .md\:-inset-y-2{
    top: -0.5rem;
    bottom: -0.5rem;
  }

  :root .md\:-inset-x-2{
    right: -0.5rem;
    left: -0.5rem;
  }

  :root .md\:-inset-y-3{
    top: -0.75rem;
    bottom: -0.75rem;
  }

  :root .md\:-inset-x-3{
    right: -0.75rem;
    left: -0.75rem;
  }

  :root .md\:-inset-y-4{
    top: -1rem;
    bottom: -1rem;
  }

  :root .md\:-inset-x-4{
    right: -1rem;
    left: -1rem;
  }

  :root .md\:-inset-y-5{
    top: -1.25rem;
    bottom: -1.25rem;
  }

  :root .md\:-inset-x-5{
    right: -1.25rem;
    left: -1.25rem;
  }

  :root .md\:-inset-y-6{
    top: -1.5rem;
    bottom: -1.5rem;
  }

  :root .md\:-inset-x-6{
    right: -1.5rem;
    left: -1.5rem;
  }

  :root .md\:-inset-y-8{
    top: -2rem;
    bottom: -2rem;
  }

  :root .md\:-inset-x-8{
    right: -2rem;
    left: -2rem;
  }

  :root .md\:-inset-y-10{
    top: -2.5rem;
    bottom: -2.5rem;
  }

  :root .md\:-inset-x-10{
    right: -2.5rem;
    left: -2.5rem;
  }

  :root .md\:-inset-y-12{
    top: -3rem;
    bottom: -3rem;
  }

  :root .md\:-inset-x-12{
    right: -3rem;
    left: -3rem;
  }

  :root .md\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  :root .md\:inset-x-auto{
    right: auto;
    left: auto;
  }

  :root .md\:top-0{
    top: 0;
  }

  :root .md\:right-0{
    right: 0;
  }

  :root .md\:bottom-0{
    bottom: 0;
  }

  :root .md\:left-0{
    left: 0;
  }

  :root .md\:top-1{
    top: 0.25rem;
  }

  :root .md\:right-1{
    right: 0.25rem;
  }

  :root .md\:bottom-1{
    bottom: 0.25rem;
  }

  :root .md\:left-1{
    left: 0.25rem;
  }

  :root .md\:top-2{
    top: 0.5rem;
  }

  :root .md\:right-2{
    right: 0.5rem;
  }

  :root .md\:bottom-2{
    bottom: 0.5rem;
  }

  :root .md\:left-2{
    left: 0.5rem;
  }

  :root .md\:top-3{
    top: 0.75rem;
  }

  :root .md\:right-3{
    right: 0.75rem;
  }

  :root .md\:bottom-3{
    bottom: 0.75rem;
  }

  :root .md\:left-3{
    left: 0.75rem;
  }

  :root .md\:top-4{
    top: 1rem;
  }

  :root .md\:right-4{
    right: 1rem;
  }

  :root .md\:bottom-4{
    bottom: 1rem;
  }

  :root .md\:left-4{
    left: 1rem;
  }

  :root .md\:top-5{
    top: 1.25rem;
  }

  :root .md\:right-5{
    right: 1.25rem;
  }

  :root .md\:bottom-5{
    bottom: 1.25rem;
  }

  :root .md\:left-5{
    left: 1.25rem;
  }

  :root .md\:top-6{
    top: 1.5rem;
  }

  :root .md\:right-6{
    right: 1.5rem;
  }

  :root .md\:bottom-6{
    bottom: 1.5rem;
  }

  :root .md\:left-6{
    left: 1.5rem;
  }

  :root .md\:top-8{
    top: 2rem;
  }

  :root .md\:right-8{
    right: 2rem;
  }

  :root .md\:bottom-8{
    bottom: 2rem;
  }

  :root .md\:left-8{
    left: 2rem;
  }

  :root .md\:top-10{
    top: 2.5rem;
  }

  :root .md\:right-10{
    right: 2.5rem;
  }

  :root .md\:bottom-10{
    bottom: 2.5rem;
  }

  :root .md\:left-10{
    left: 2.5rem;
  }

  :root .md\:top-12{
    top: 3rem;
  }

  :root .md\:right-12{
    right: 3rem;
  }

  :root .md\:bottom-12{
    bottom: 3rem;
  }

  :root .md\:left-12{
    left: 3rem;
  }

  :root .md\:-top-1{
    top: -0.25rem;
  }

  :root .md\:-right-1{
    right: -0.25rem;
  }

  :root .md\:-bottom-1{
    bottom: -0.25rem;
  }

  :root .md\:-left-1{
    left: -0.25rem;
  }

  :root .md\:-top-2{
    top: -0.5rem;
  }

  :root .md\:-right-2{
    right: -0.5rem;
  }

  :root .md\:-bottom-2{
    bottom: -0.5rem;
  }

  :root .md\:-left-2{
    left: -0.5rem;
  }

  :root .md\:-top-3{
    top: -0.75rem;
  }

  :root .md\:-right-3{
    right: -0.75rem;
  }

  :root .md\:-bottom-3{
    bottom: -0.75rem;
  }

  :root .md\:-left-3{
    left: -0.75rem;
  }

  :root .md\:-top-4{
    top: -1rem;
  }

  :root .md\:-right-4{
    right: -1rem;
  }

  :root .md\:-bottom-4{
    bottom: -1rem;
  }

  :root .md\:-left-4{
    left: -1rem;
  }

  :root .md\:-top-5{
    top: -1.25rem;
  }

  :root .md\:-right-5{
    right: -1.25rem;
  }

  :root .md\:-bottom-5{
    bottom: -1.25rem;
  }

  :root .md\:-left-5{
    left: -1.25rem;
  }

  :root .md\:-top-6{
    top: -1.5rem;
  }

  :root .md\:-right-6{
    right: -1.5rem;
  }

  :root .md\:-bottom-6{
    bottom: -1.5rem;
  }

  :root .md\:-left-6{
    left: -1.5rem;
  }

  :root .md\:-top-8{
    top: -2rem;
  }

  :root .md\:-right-8{
    right: -2rem;
  }

  :root .md\:-bottom-8{
    bottom: -2rem;
  }

  :root .md\:-left-8{
    left: -2rem;
  }

  :root .md\:-top-10{
    top: -2.5rem;
  }

  :root .md\:-right-10{
    right: -2.5rem;
  }

  :root .md\:-bottom-10{
    bottom: -2.5rem;
  }

  :root .md\:-left-10{
    left: -2.5rem;
  }

  :root .md\:-top-12{
    top: -3rem;
  }

  :root .md\:-right-12{
    right: -3rem;
  }

  :root .md\:-bottom-12{
    bottom: -3rem;
  }

  :root .md\:-left-12{
    left: -3rem;
  }

  :root .md\:top-auto{
    top: auto;
  }

  :root .md\:right-auto{
    right: auto;
  }

  :root .md\:bottom-auto{
    bottom: auto;
  }

  :root .md\:left-auto{
    left: auto;
  }

  :root [dir=ltr] .md\:ltr\:inset-0{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  :root [dir=ltr] .md\:ltr\:inset-1{
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  :root [dir=ltr] .md\:ltr\:inset-2{
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  :root [dir=ltr] .md\:ltr\:inset-3{
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  :root [dir=ltr] .md\:ltr\:inset-4{
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  :root [dir=ltr] .md\:ltr\:inset-5{
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  :root [dir=ltr] .md\:ltr\:inset-6{
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  :root [dir=ltr] .md\:ltr\:inset-8{
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  :root [dir=ltr] .md\:ltr\:inset-10{
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  :root [dir=ltr] .md\:ltr\:inset-12{
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  :root [dir=ltr] .md\:ltr\:-inset-1{
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  :root [dir=ltr] .md\:ltr\:-inset-2{
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-inset-3{
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  :root [dir=ltr] .md\:ltr\:-inset-4{
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  :root [dir=ltr] .md\:ltr\:-inset-5{
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  :root [dir=ltr] .md\:ltr\:-inset-6{
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-inset-8{
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  :root [dir=ltr] .md\:ltr\:-inset-10{
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-inset-12{
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  :root [dir=ltr] .md\:ltr\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  :root [dir=ltr] .md\:ltr\:inset-y-0{
    top: 0;
    bottom: 0;
  }

  :root [dir=ltr] .md\:ltr\:inset-x-0{
    right: 0;
    left: 0;
  }

  :root [dir=ltr] .md\:ltr\:inset-y-1{
    top: 0.25rem;
    bottom: 0.25rem;
  }

  :root [dir=ltr] .md\:ltr\:inset-x-1{
    right: 0.25rem;
    left: 0.25rem;
  }

  :root [dir=ltr] .md\:ltr\:inset-y-2{
    top: 0.5rem;
    bottom: 0.5rem;
  }

  :root [dir=ltr] .md\:ltr\:inset-x-2{
    right: 0.5rem;
    left: 0.5rem;
  }

  :root [dir=ltr] .md\:ltr\:inset-y-3{
    top: 0.75rem;
    bottom: 0.75rem;
  }

  :root [dir=ltr] .md\:ltr\:inset-x-3{
    right: 0.75rem;
    left: 0.75rem;
  }

  :root [dir=ltr] .md\:ltr\:inset-y-4{
    top: 1rem;
    bottom: 1rem;
  }

  :root [dir=ltr] .md\:ltr\:inset-x-4{
    right: 1rem;
    left: 1rem;
  }

  :root [dir=ltr] .md\:ltr\:inset-y-5{
    top: 1.25rem;
    bottom: 1.25rem;
  }

  :root [dir=ltr] .md\:ltr\:inset-x-5{
    right: 1.25rem;
    left: 1.25rem;
  }

  :root [dir=ltr] .md\:ltr\:inset-y-6{
    top: 1.5rem;
    bottom: 1.5rem;
  }

  :root [dir=ltr] .md\:ltr\:inset-x-6{
    right: 1.5rem;
    left: 1.5rem;
  }

  :root [dir=ltr] .md\:ltr\:inset-y-8{
    top: 2rem;
    bottom: 2rem;
  }

  :root [dir=ltr] .md\:ltr\:inset-x-8{
    right: 2rem;
    left: 2rem;
  }

  :root [dir=ltr] .md\:ltr\:inset-y-10{
    top: 2.5rem;
    bottom: 2.5rem;
  }

  :root [dir=ltr] .md\:ltr\:inset-x-10{
    right: 2.5rem;
    left: 2.5rem;
  }

  :root [dir=ltr] .md\:ltr\:inset-y-12{
    top: 3rem;
    bottom: 3rem;
  }

  :root [dir=ltr] .md\:ltr\:inset-x-12{
    right: 3rem;
    left: 3rem;
  }

  :root [dir=ltr] .md\:ltr\:-inset-y-1{
    top: -0.25rem;
    bottom: -0.25rem;
  }

  :root [dir=ltr] .md\:ltr\:-inset-x-1{
    right: -0.25rem;
    left: -0.25rem;
  }

  :root [dir=ltr] .md\:ltr\:-inset-y-2{
    top: -0.5rem;
    bottom: -0.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-inset-x-2{
    right: -0.5rem;
    left: -0.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-inset-y-3{
    top: -0.75rem;
    bottom: -0.75rem;
  }

  :root [dir=ltr] .md\:ltr\:-inset-x-3{
    right: -0.75rem;
    left: -0.75rem;
  }

  :root [dir=ltr] .md\:ltr\:-inset-y-4{
    top: -1rem;
    bottom: -1rem;
  }

  :root [dir=ltr] .md\:ltr\:-inset-x-4{
    right: -1rem;
    left: -1rem;
  }

  :root [dir=ltr] .md\:ltr\:-inset-y-5{
    top: -1.25rem;
    bottom: -1.25rem;
  }

  :root [dir=ltr] .md\:ltr\:-inset-x-5{
    right: -1.25rem;
    left: -1.25rem;
  }

  :root [dir=ltr] .md\:ltr\:-inset-y-6{
    top: -1.5rem;
    bottom: -1.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-inset-x-6{
    right: -1.5rem;
    left: -1.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-inset-y-8{
    top: -2rem;
    bottom: -2rem;
  }

  :root [dir=ltr] .md\:ltr\:-inset-x-8{
    right: -2rem;
    left: -2rem;
  }

  :root [dir=ltr] .md\:ltr\:-inset-y-10{
    top: -2.5rem;
    bottom: -2.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-inset-x-10{
    right: -2.5rem;
    left: -2.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-inset-y-12{
    top: -3rem;
    bottom: -3rem;
  }

  :root [dir=ltr] .md\:ltr\:-inset-x-12{
    right: -3rem;
    left: -3rem;
  }

  :root [dir=ltr] .md\:ltr\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  :root [dir=ltr] .md\:ltr\:inset-x-auto{
    right: auto;
    left: auto;
  }

  :root [dir=ltr] .md\:ltr\:top-0{
    top: 0;
  }

  :root [dir=ltr] .md\:ltr\:right-0{
    right: 0;
  }

  :root [dir=ltr] .md\:ltr\:bottom-0{
    bottom: 0;
  }

  :root [dir=ltr] .md\:ltr\:left-0{
    left: 0;
  }

  :root [dir=ltr] .md\:ltr\:top-1{
    top: 0.25rem;
  }

  :root [dir=ltr] .md\:ltr\:right-1{
    right: 0.25rem;
  }

  :root [dir=ltr] .md\:ltr\:bottom-1{
    bottom: 0.25rem;
  }

  :root [dir=ltr] .md\:ltr\:left-1{
    left: 0.25rem;
  }

  :root [dir=ltr] .md\:ltr\:top-2{
    top: 0.5rem;
  }

  :root [dir=ltr] .md\:ltr\:right-2{
    right: 0.5rem;
  }

  :root [dir=ltr] .md\:ltr\:bottom-2{
    bottom: 0.5rem;
  }

  :root [dir=ltr] .md\:ltr\:left-2{
    left: 0.5rem;
  }

  :root [dir=ltr] .md\:ltr\:top-3{
    top: 0.75rem;
  }

  :root [dir=ltr] .md\:ltr\:right-3{
    right: 0.75rem;
  }

  :root [dir=ltr] .md\:ltr\:bottom-3{
    bottom: 0.75rem;
  }

  :root [dir=ltr] .md\:ltr\:left-3{
    left: 0.75rem;
  }

  :root [dir=ltr] .md\:ltr\:top-4{
    top: 1rem;
  }

  :root [dir=ltr] .md\:ltr\:right-4{
    right: 1rem;
  }

  :root [dir=ltr] .md\:ltr\:bottom-4{
    bottom: 1rem;
  }

  :root [dir=ltr] .md\:ltr\:left-4{
    left: 1rem;
  }

  :root [dir=ltr] .md\:ltr\:top-5{
    top: 1.25rem;
  }

  :root [dir=ltr] .md\:ltr\:right-5{
    right: 1.25rem;
  }

  :root [dir=ltr] .md\:ltr\:bottom-5{
    bottom: 1.25rem;
  }

  :root [dir=ltr] .md\:ltr\:left-5{
    left: 1.25rem;
  }

  :root [dir=ltr] .md\:ltr\:top-6{
    top: 1.5rem;
  }

  :root [dir=ltr] .md\:ltr\:right-6{
    right: 1.5rem;
  }

  :root [dir=ltr] .md\:ltr\:bottom-6{
    bottom: 1.5rem;
  }

  :root [dir=ltr] .md\:ltr\:left-6{
    left: 1.5rem;
  }

  :root [dir=ltr] .md\:ltr\:top-8{
    top: 2rem;
  }

  :root [dir=ltr] .md\:ltr\:right-8{
    right: 2rem;
  }

  :root [dir=ltr] .md\:ltr\:bottom-8{
    bottom: 2rem;
  }

  :root [dir=ltr] .md\:ltr\:left-8{
    left: 2rem;
  }

  :root [dir=ltr] .md\:ltr\:top-10{
    top: 2.5rem;
  }

  :root [dir=ltr] .md\:ltr\:right-10{
    right: 2.5rem;
  }

  :root [dir=ltr] .md\:ltr\:bottom-10{
    bottom: 2.5rem;
  }

  :root [dir=ltr] .md\:ltr\:left-10{
    left: 2.5rem;
  }

  :root [dir=ltr] .md\:ltr\:top-12{
    top: 3rem;
  }

  :root [dir=ltr] .md\:ltr\:right-12{
    right: 3rem;
  }

  :root [dir=ltr] .md\:ltr\:bottom-12{
    bottom: 3rem;
  }

  :root [dir=ltr] .md\:ltr\:left-12{
    left: 3rem;
  }

  :root [dir=ltr] .md\:ltr\:-top-1{
    top: -0.25rem;
  }

  :root [dir=ltr] .md\:ltr\:-right-1{
    right: -0.25rem;
  }

  :root [dir=ltr] .md\:ltr\:-bottom-1{
    bottom: -0.25rem;
  }

  :root [dir=ltr] .md\:ltr\:-left-1{
    left: -0.25rem;
  }

  :root [dir=ltr] .md\:ltr\:-top-2{
    top: -0.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-right-2{
    right: -0.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-bottom-2{
    bottom: -0.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-left-2{
    left: -0.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-top-3{
    top: -0.75rem;
  }

  :root [dir=ltr] .md\:ltr\:-right-3{
    right: -0.75rem;
  }

  :root [dir=ltr] .md\:ltr\:-bottom-3{
    bottom: -0.75rem;
  }

  :root [dir=ltr] .md\:ltr\:-left-3{
    left: -0.75rem;
  }

  :root [dir=ltr] .md\:ltr\:-top-4{
    top: -1rem;
  }

  :root [dir=ltr] .md\:ltr\:-right-4{
    right: -1rem;
  }

  :root [dir=ltr] .md\:ltr\:-bottom-4{
    bottom: -1rem;
  }

  :root [dir=ltr] .md\:ltr\:-left-4{
    left: -1rem;
  }

  :root [dir=ltr] .md\:ltr\:-top-5{
    top: -1.25rem;
  }

  :root [dir=ltr] .md\:ltr\:-right-5{
    right: -1.25rem;
  }

  :root [dir=ltr] .md\:ltr\:-bottom-5{
    bottom: -1.25rem;
  }

  :root [dir=ltr] .md\:ltr\:-left-5{
    left: -1.25rem;
  }

  :root [dir=ltr] .md\:ltr\:-top-6{
    top: -1.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-right-6{
    right: -1.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-bottom-6{
    bottom: -1.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-left-6{
    left: -1.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-top-8{
    top: -2rem;
  }

  :root [dir=ltr] .md\:ltr\:-right-8{
    right: -2rem;
  }

  :root [dir=ltr] .md\:ltr\:-bottom-8{
    bottom: -2rem;
  }

  :root [dir=ltr] .md\:ltr\:-left-8{
    left: -2rem;
  }

  :root [dir=ltr] .md\:ltr\:-top-10{
    top: -2.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-right-10{
    right: -2.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-bottom-10{
    bottom: -2.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-left-10{
    left: -2.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-top-12{
    top: -3rem;
  }

  :root [dir=ltr] .md\:ltr\:-right-12{
    right: -3rem;
  }

  :root [dir=ltr] .md\:ltr\:-bottom-12{
    bottom: -3rem;
  }

  :root [dir=ltr] .md\:ltr\:-left-12{
    left: -3rem;
  }

  :root [dir=ltr] .md\:ltr\:top-auto{
    top: auto;
  }

  :root [dir=ltr] .md\:ltr\:right-auto{
    right: auto;
  }

  :root [dir=ltr] .md\:ltr\:bottom-auto{
    bottom: auto;
  }

  :root [dir=ltr] .md\:ltr\:left-auto{
    left: auto;
  }

  :root [dir=rtl] .md\:rtl\:inset-0{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  :root [dir=rtl] .md\:rtl\:inset-1{
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  :root [dir=rtl] .md\:rtl\:inset-2{
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  :root [dir=rtl] .md\:rtl\:inset-3{
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  :root [dir=rtl] .md\:rtl\:inset-4{
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  :root [dir=rtl] .md\:rtl\:inset-5{
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  :root [dir=rtl] .md\:rtl\:inset-6{
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  :root [dir=rtl] .md\:rtl\:inset-8{
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  :root [dir=rtl] .md\:rtl\:inset-10{
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  :root [dir=rtl] .md\:rtl\:inset-12{
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  :root [dir=rtl] .md\:rtl\:-inset-1{
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  :root [dir=rtl] .md\:rtl\:-inset-2{
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-inset-3{
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  :root [dir=rtl] .md\:rtl\:-inset-4{
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  :root [dir=rtl] .md\:rtl\:-inset-5{
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  :root [dir=rtl] .md\:rtl\:-inset-6{
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-inset-8{
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  :root [dir=rtl] .md\:rtl\:-inset-10{
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-inset-12{
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  :root [dir=rtl] .md\:rtl\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  :root [dir=rtl] .md\:rtl\:inset-y-0{
    top: 0;
    bottom: 0;
  }

  :root [dir=rtl] .md\:rtl\:inset-x-0{
    right: 0;
    left: 0;
  }

  :root [dir=rtl] .md\:rtl\:inset-y-1{
    top: 0.25rem;
    bottom: 0.25rem;
  }

  :root [dir=rtl] .md\:rtl\:inset-x-1{
    right: 0.25rem;
    left: 0.25rem;
  }

  :root [dir=rtl] .md\:rtl\:inset-y-2{
    top: 0.5rem;
    bottom: 0.5rem;
  }

  :root [dir=rtl] .md\:rtl\:inset-x-2{
    right: 0.5rem;
    left: 0.5rem;
  }

  :root [dir=rtl] .md\:rtl\:inset-y-3{
    top: 0.75rem;
    bottom: 0.75rem;
  }

  :root [dir=rtl] .md\:rtl\:inset-x-3{
    right: 0.75rem;
    left: 0.75rem;
  }

  :root [dir=rtl] .md\:rtl\:inset-y-4{
    top: 1rem;
    bottom: 1rem;
  }

  :root [dir=rtl] .md\:rtl\:inset-x-4{
    right: 1rem;
    left: 1rem;
  }

  :root [dir=rtl] .md\:rtl\:inset-y-5{
    top: 1.25rem;
    bottom: 1.25rem;
  }

  :root [dir=rtl] .md\:rtl\:inset-x-5{
    right: 1.25rem;
    left: 1.25rem;
  }

  :root [dir=rtl] .md\:rtl\:inset-y-6{
    top: 1.5rem;
    bottom: 1.5rem;
  }

  :root [dir=rtl] .md\:rtl\:inset-x-6{
    right: 1.5rem;
    left: 1.5rem;
  }

  :root [dir=rtl] .md\:rtl\:inset-y-8{
    top: 2rem;
    bottom: 2rem;
  }

  :root [dir=rtl] .md\:rtl\:inset-x-8{
    right: 2rem;
    left: 2rem;
  }

  :root [dir=rtl] .md\:rtl\:inset-y-10{
    top: 2.5rem;
    bottom: 2.5rem;
  }

  :root [dir=rtl] .md\:rtl\:inset-x-10{
    right: 2.5rem;
    left: 2.5rem;
  }

  :root [dir=rtl] .md\:rtl\:inset-y-12{
    top: 3rem;
    bottom: 3rem;
  }

  :root [dir=rtl] .md\:rtl\:inset-x-12{
    right: 3rem;
    left: 3rem;
  }

  :root [dir=rtl] .md\:rtl\:-inset-y-1{
    top: -0.25rem;
    bottom: -0.25rem;
  }

  :root [dir=rtl] .md\:rtl\:-inset-x-1{
    right: -0.25rem;
    left: -0.25rem;
  }

  :root [dir=rtl] .md\:rtl\:-inset-y-2{
    top: -0.5rem;
    bottom: -0.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-inset-x-2{
    right: -0.5rem;
    left: -0.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-inset-y-3{
    top: -0.75rem;
    bottom: -0.75rem;
  }

  :root [dir=rtl] .md\:rtl\:-inset-x-3{
    right: -0.75rem;
    left: -0.75rem;
  }

  :root [dir=rtl] .md\:rtl\:-inset-y-4{
    top: -1rem;
    bottom: -1rem;
  }

  :root [dir=rtl] .md\:rtl\:-inset-x-4{
    right: -1rem;
    left: -1rem;
  }

  :root [dir=rtl] .md\:rtl\:-inset-y-5{
    top: -1.25rem;
    bottom: -1.25rem;
  }

  :root [dir=rtl] .md\:rtl\:-inset-x-5{
    right: -1.25rem;
    left: -1.25rem;
  }

  :root [dir=rtl] .md\:rtl\:-inset-y-6{
    top: -1.5rem;
    bottom: -1.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-inset-x-6{
    right: -1.5rem;
    left: -1.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-inset-y-8{
    top: -2rem;
    bottom: -2rem;
  }

  :root [dir=rtl] .md\:rtl\:-inset-x-8{
    right: -2rem;
    left: -2rem;
  }

  :root [dir=rtl] .md\:rtl\:-inset-y-10{
    top: -2.5rem;
    bottom: -2.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-inset-x-10{
    right: -2.5rem;
    left: -2.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-inset-y-12{
    top: -3rem;
    bottom: -3rem;
  }

  :root [dir=rtl] .md\:rtl\:-inset-x-12{
    right: -3rem;
    left: -3rem;
  }

  :root [dir=rtl] .md\:rtl\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  :root [dir=rtl] .md\:rtl\:inset-x-auto{
    right: auto;
    left: auto;
  }

  :root [dir=rtl] .md\:rtl\:top-0{
    top: 0;
  }

  :root [dir=rtl] .md\:rtl\:right-0{
    right: 0;
  }

  :root [dir=rtl] .md\:rtl\:bottom-0{
    bottom: 0;
  }

  :root [dir=rtl] .md\:rtl\:left-0{
    left: 0;
  }

  :root [dir=rtl] .md\:rtl\:top-1{
    top: 0.25rem;
  }

  :root [dir=rtl] .md\:rtl\:right-1{
    right: 0.25rem;
  }

  :root [dir=rtl] .md\:rtl\:bottom-1{
    bottom: 0.25rem;
  }

  :root [dir=rtl] .md\:rtl\:left-1{
    left: 0.25rem;
  }

  :root [dir=rtl] .md\:rtl\:top-2{
    top: 0.5rem;
  }

  :root [dir=rtl] .md\:rtl\:right-2{
    right: 0.5rem;
  }

  :root [dir=rtl] .md\:rtl\:bottom-2{
    bottom: 0.5rem;
  }

  :root [dir=rtl] .md\:rtl\:left-2{
    left: 0.5rem;
  }

  :root [dir=rtl] .md\:rtl\:top-3{
    top: 0.75rem;
  }

  :root [dir=rtl] .md\:rtl\:right-3{
    right: 0.75rem;
  }

  :root [dir=rtl] .md\:rtl\:bottom-3{
    bottom: 0.75rem;
  }

  :root [dir=rtl] .md\:rtl\:left-3{
    left: 0.75rem;
  }

  :root [dir=rtl] .md\:rtl\:top-4{
    top: 1rem;
  }

  :root [dir=rtl] .md\:rtl\:right-4{
    right: 1rem;
  }

  :root [dir=rtl] .md\:rtl\:bottom-4{
    bottom: 1rem;
  }

  :root [dir=rtl] .md\:rtl\:left-4{
    left: 1rem;
  }

  :root [dir=rtl] .md\:rtl\:top-5{
    top: 1.25rem;
  }

  :root [dir=rtl] .md\:rtl\:right-5{
    right: 1.25rem;
  }

  :root [dir=rtl] .md\:rtl\:bottom-5{
    bottom: 1.25rem;
  }

  :root [dir=rtl] .md\:rtl\:left-5{
    left: 1.25rem;
  }

  :root [dir=rtl] .md\:rtl\:top-6{
    top: 1.5rem;
  }

  :root [dir=rtl] .md\:rtl\:right-6{
    right: 1.5rem;
  }

  :root [dir=rtl] .md\:rtl\:bottom-6{
    bottom: 1.5rem;
  }

  :root [dir=rtl] .md\:rtl\:left-6{
    left: 1.5rem;
  }

  :root [dir=rtl] .md\:rtl\:top-8{
    top: 2rem;
  }

  :root [dir=rtl] .md\:rtl\:right-8{
    right: 2rem;
  }

  :root [dir=rtl] .md\:rtl\:bottom-8{
    bottom: 2rem;
  }

  :root [dir=rtl] .md\:rtl\:left-8{
    left: 2rem;
  }

  :root [dir=rtl] .md\:rtl\:top-10{
    top: 2.5rem;
  }

  :root [dir=rtl] .md\:rtl\:right-10{
    right: 2.5rem;
  }

  :root [dir=rtl] .md\:rtl\:bottom-10{
    bottom: 2.5rem;
  }

  :root [dir=rtl] .md\:rtl\:left-10{
    left: 2.5rem;
  }

  :root [dir=rtl] .md\:rtl\:top-12{
    top: 3rem;
  }

  :root [dir=rtl] .md\:rtl\:right-12{
    right: 3rem;
  }

  :root [dir=rtl] .md\:rtl\:bottom-12{
    bottom: 3rem;
  }

  :root [dir=rtl] .md\:rtl\:left-12{
    left: 3rem;
  }

  :root [dir=rtl] .md\:rtl\:-top-1{
    top: -0.25rem;
  }

  :root [dir=rtl] .md\:rtl\:-right-1{
    right: -0.25rem;
  }

  :root [dir=rtl] .md\:rtl\:-bottom-1{
    bottom: -0.25rem;
  }

  :root [dir=rtl] .md\:rtl\:-left-1{
    left: -0.25rem;
  }

  :root [dir=rtl] .md\:rtl\:-top-2{
    top: -0.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-right-2{
    right: -0.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-bottom-2{
    bottom: -0.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-left-2{
    left: -0.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-top-3{
    top: -0.75rem;
  }

  :root [dir=rtl] .md\:rtl\:-right-3{
    right: -0.75rem;
  }

  :root [dir=rtl] .md\:rtl\:-bottom-3{
    bottom: -0.75rem;
  }

  :root [dir=rtl] .md\:rtl\:-left-3{
    left: -0.75rem;
  }

  :root [dir=rtl] .md\:rtl\:-top-4{
    top: -1rem;
  }

  :root [dir=rtl] .md\:rtl\:-right-4{
    right: -1rem;
  }

  :root [dir=rtl] .md\:rtl\:-bottom-4{
    bottom: -1rem;
  }

  :root [dir=rtl] .md\:rtl\:-left-4{
    left: -1rem;
  }

  :root [dir=rtl] .md\:rtl\:-top-5{
    top: -1.25rem;
  }

  :root [dir=rtl] .md\:rtl\:-right-5{
    right: -1.25rem;
  }

  :root [dir=rtl] .md\:rtl\:-bottom-5{
    bottom: -1.25rem;
  }

  :root [dir=rtl] .md\:rtl\:-left-5{
    left: -1.25rem;
  }

  :root [dir=rtl] .md\:rtl\:-top-6{
    top: -1.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-right-6{
    right: -1.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-bottom-6{
    bottom: -1.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-left-6{
    left: -1.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-top-8{
    top: -2rem;
  }

  :root [dir=rtl] .md\:rtl\:-right-8{
    right: -2rem;
  }

  :root [dir=rtl] .md\:rtl\:-bottom-8{
    bottom: -2rem;
  }

  :root [dir=rtl] .md\:rtl\:-left-8{
    left: -2rem;
  }

  :root [dir=rtl] .md\:rtl\:-top-10{
    top: -2.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-right-10{
    right: -2.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-bottom-10{
    bottom: -2.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-left-10{
    left: -2.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-top-12{
    top: -3rem;
  }

  :root [dir=rtl] .md\:rtl\:-right-12{
    right: -3rem;
  }

  :root [dir=rtl] .md\:rtl\:-bottom-12{
    bottom: -3rem;
  }

  :root [dir=rtl] .md\:rtl\:-left-12{
    left: -3rem;
  }

  :root [dir=rtl] .md\:rtl\:top-auto{
    top: auto;
  }

  :root [dir=rtl] .md\:rtl\:right-auto{
    right: auto;
  }

  :root [dir=rtl] .md\:rtl\:bottom-auto{
    bottom: auto;
  }

  :root [dir=rtl] .md\:rtl\:left-auto{
    left: auto;
  }

  :root .md\:resize-none{
    resize: none;
  }

  :root .md\:resize-y{
    resize: vertical;
  }

  :root .md\:resize-x{
    resize: horizontal;
  }

  :root .md\:resize{
    resize: both;
  }

  :root .md\:shadow-1{
    --tw-shadow: var(--elevation-z1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:shadow-2{
    --tw-shadow: var(--elevation-z2);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:shadow-3{
    --tw-shadow: var(--elevation-z3);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:shadow-4{
    --tw-shadow: var(--elevation-z4);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:shadow-5{
    --tw-shadow: var(--elevation-z5);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:shadow-6{
    --tw-shadow: var(--elevation-z6);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:shadow-7{
    --tw-shadow: var(--elevation-z7);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:shadow-8{
    --tw-shadow: var(--elevation-z8);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:shadow-9{
    --tw-shadow: var(--elevation-z9);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:shadow-10{
    --tw-shadow: var(--elevation-z10);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:shadow-11{
    --tw-shadow: var(--elevation-z11);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:shadow-12{
    --tw-shadow: var(--elevation-z12);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:shadow-13{
    --tw-shadow: var(--elevation-z13);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:shadow-14{
    --tw-shadow: var(--elevation-z14);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:shadow-15{
    --tw-shadow: var(--elevation-z15);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:shadow-16{
    --tw-shadow: var(--elevation-z16);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:shadow-17{
    --tw-shadow: var(--elevation-z17);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:shadow-18{
    --tw-shadow: var(--elevation-z18);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:shadow-19{
    --tw-shadow: var(--elevation-z19);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:shadow-20{
    --tw-shadow: var(--elevation-z20);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:shadow-small{
    --tw-shadow: 0px 2px 8px rgba(199, 199, 204, 0.3);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:shadow{
    --tw-shadow: var(--elevation-z6);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:shadow-lg{
    --tw-shadow: 0px 7px 8px -4px rgba(82, 63, 104, 0.06),0px 12px 17px 2px rgba(82, 63, 104, 0.042),0px 5px 22px 4px rgba(82, 63, 104, 0.036);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:shadow-xl{
    --tw-shadow: 0px 8px 10px -5px rgba(82, 63, 104, 0.06),0px 16px 24px 2px rgba(82, 63, 104, 0.042),0px 6px 30px 5px rgba(82, 63, 104, 0.036);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:shadow-outline{
    --tw-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:shadow-none{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:shadow-bs{
    --tw-shadow: 0 2px 16px 0 rgba(199, 199, 204, 0.24);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:shadow-b{
    --tw-shadow: 0 10px 30px 0 rgba(82,63,104,.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:hover\:shadow-1:hover{
    --tw-shadow: var(--elevation-z1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:hover\:shadow-2:hover{
    --tw-shadow: var(--elevation-z2);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:hover\:shadow-3:hover{
    --tw-shadow: var(--elevation-z3);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:hover\:shadow-4:hover{
    --tw-shadow: var(--elevation-z4);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:hover\:shadow-5:hover{
    --tw-shadow: var(--elevation-z5);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:hover\:shadow-6:hover{
    --tw-shadow: var(--elevation-z6);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:hover\:shadow-7:hover{
    --tw-shadow: var(--elevation-z7);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:hover\:shadow-8:hover{
    --tw-shadow: var(--elevation-z8);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:hover\:shadow-9:hover{
    --tw-shadow: var(--elevation-z9);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:hover\:shadow-10:hover{
    --tw-shadow: var(--elevation-z10);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:hover\:shadow-11:hover{
    --tw-shadow: var(--elevation-z11);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:hover\:shadow-12:hover{
    --tw-shadow: var(--elevation-z12);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:hover\:shadow-13:hover{
    --tw-shadow: var(--elevation-z13);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:hover\:shadow-14:hover{
    --tw-shadow: var(--elevation-z14);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:hover\:shadow-15:hover{
    --tw-shadow: var(--elevation-z15);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:hover\:shadow-16:hover{
    --tw-shadow: var(--elevation-z16);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:hover\:shadow-17:hover{
    --tw-shadow: var(--elevation-z17);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:hover\:shadow-18:hover{
    --tw-shadow: var(--elevation-z18);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:hover\:shadow-19:hover{
    --tw-shadow: var(--elevation-z19);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:hover\:shadow-20:hover{
    --tw-shadow: var(--elevation-z20);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:hover\:shadow-small:hover{
    --tw-shadow: 0px 2px 8px rgba(199, 199, 204, 0.3);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:hover\:shadow:hover{
    --tw-shadow: var(--elevation-z6);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:hover\:shadow-md:hover{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:hover\:shadow-lg:hover{
    --tw-shadow: 0px 7px 8px -4px rgba(82, 63, 104, 0.06),0px 12px 17px 2px rgba(82, 63, 104, 0.042),0px 5px 22px 4px rgba(82, 63, 104, 0.036);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:hover\:shadow-xl:hover{
    --tw-shadow: 0px 8px 10px -5px rgba(82, 63, 104, 0.06),0px 16px 24px 2px rgba(82, 63, 104, 0.042),0px 6px 30px 5px rgba(82, 63, 104, 0.036);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:hover\:shadow-2xl:hover{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:hover\:shadow-inner:hover{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:hover\:shadow-outline:hover{
    --tw-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:hover\:shadow-none:hover{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:hover\:shadow-bs:hover{
    --tw-shadow: 0 2px 16px 0 rgba(199, 199, 204, 0.24);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:hover\:shadow-b:hover{
    --tw-shadow: 0 10px 30px 0 rgba(82,63,104,.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:focus\:shadow-1:focus{
    --tw-shadow: var(--elevation-z1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:focus\:shadow-2:focus{
    --tw-shadow: var(--elevation-z2);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:focus\:shadow-3:focus{
    --tw-shadow: var(--elevation-z3);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:focus\:shadow-4:focus{
    --tw-shadow: var(--elevation-z4);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:focus\:shadow-5:focus{
    --tw-shadow: var(--elevation-z5);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:focus\:shadow-6:focus{
    --tw-shadow: var(--elevation-z6);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:focus\:shadow-7:focus{
    --tw-shadow: var(--elevation-z7);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:focus\:shadow-8:focus{
    --tw-shadow: var(--elevation-z8);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:focus\:shadow-9:focus{
    --tw-shadow: var(--elevation-z9);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:focus\:shadow-10:focus{
    --tw-shadow: var(--elevation-z10);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:focus\:shadow-11:focus{
    --tw-shadow: var(--elevation-z11);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:focus\:shadow-12:focus{
    --tw-shadow: var(--elevation-z12);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:focus\:shadow-13:focus{
    --tw-shadow: var(--elevation-z13);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:focus\:shadow-14:focus{
    --tw-shadow: var(--elevation-z14);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:focus\:shadow-15:focus{
    --tw-shadow: var(--elevation-z15);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:focus\:shadow-16:focus{
    --tw-shadow: var(--elevation-z16);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:focus\:shadow-17:focus{
    --tw-shadow: var(--elevation-z17);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:focus\:shadow-18:focus{
    --tw-shadow: var(--elevation-z18);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:focus\:shadow-19:focus{
    --tw-shadow: var(--elevation-z19);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:focus\:shadow-20:focus{
    --tw-shadow: var(--elevation-z20);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:focus\:shadow-small:focus{
    --tw-shadow: 0px 2px 8px rgba(199, 199, 204, 0.3);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:focus\:shadow:focus{
    --tw-shadow: var(--elevation-z6);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:focus\:shadow-md:focus{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:focus\:shadow-lg:focus{
    --tw-shadow: 0px 7px 8px -4px rgba(82, 63, 104, 0.06),0px 12px 17px 2px rgba(82, 63, 104, 0.042),0px 5px 22px 4px rgba(82, 63, 104, 0.036);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:focus\:shadow-xl:focus{
    --tw-shadow: 0px 8px 10px -5px rgba(82, 63, 104, 0.06),0px 16px 24px 2px rgba(82, 63, 104, 0.042),0px 6px 30px 5px rgba(82, 63, 104, 0.036);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:focus\:shadow-2xl:focus{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:focus\:shadow-inner:focus{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:focus\:shadow-outline:focus{
    --tw-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:focus\:shadow-none:focus{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:focus\:shadow-bs:focus{
    --tw-shadow: 0 2px 16px 0 rgba(199, 199, 204, 0.24);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:focus\:shadow-b:focus{
    --tw-shadow: 0 10px 30px 0 rgba(82,63,104,.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:ring-0{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .md\:ring-1{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .md\:ring-2{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .md\:ring-4{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .md\:ring-8{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .md\:ring{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .md\:ring-inset{
    --tw-ring-inset: inset;
  }

  :root .md\:focus-within\:ring-0:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .md\:focus-within\:ring-1:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .md\:focus-within\:ring-2:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .md\:focus-within\:ring-4:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .md\:focus-within\:ring-8:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .md\:focus-within\:ring:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .md\:focus-within\:ring-inset:focus-within{
    --tw-ring-inset: inset;
  }

  :root .md\:focus\:ring-0:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .md\:focus\:ring-1:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .md\:focus\:ring-2:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .md\:focus\:ring-4:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .md\:focus\:ring-8:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .md\:focus\:ring:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .md\:focus\:ring-inset:focus{
    --tw-ring-inset: inset;
  }

  :root .md\:ring-offset-current{
    --tw-ring-offset-color: currentColor;
  }

  :root .md\:ring-offset-transparent{
    --tw-ring-offset-color: transparent;
  }

  :root .md\:ring-offset-black{
    --tw-ring-offset-color: rgb(var(--color-black));
  }

  :root .md\:ring-offset-white{
    --tw-ring-offset-color: rgb(var(--color-white));
  }

  :root .md\:ring-offset-contrast-black{
    --tw-ring-offset-color: black;
  }

  :root .md\:ring-offset-contrast-white{
    --tw-ring-offset-color: white;
  }

  :root .md\:ring-offset-primary-light{
    --tw-ring-offset-color: rgba(var(--color-primary), .1);
  }

  :root .md\:ring-offset-primary{
    --tw-ring-offset-color: rgb(var(--color-primary));
  }

  :root .md\:ring-offset-red-light{
    --tw-ring-offset-color: rgba(244, 67, 54, 0.1);
  }

  :root .md\:ring-offset-red{
    --tw-ring-offset-color: rgb(244, 67, 54);
  }

  :root .md\:ring-offset-green-2{
    --tw-ring-offset-color: rgb(var(--color-green-2));
  }

  :root .md\:ring-offset-green-3{
    --tw-ring-offset-color: rgb(var(--color-green-3));
  }

  :root .md\:ring-offset-green-4{
    --tw-ring-offset-color: rgb(var(--color-green-4));
  }

  :root .md\:ring-offset-gren{
    --tw-ring-offset-color: rgb(var(--color-gren));
  }

  :root .md\:ring-offset-gren-1{
    --tw-ring-offset-color: rgb(var(--color-gren-1));
  }

  :root .md\:ring-offset-gren-2{
    --tw-ring-offset-color: rgb(var(--color-gren-2));
  }

  :root .md\:ring-offset-gren-3{
    --tw-ring-offset-color: rgb(var(--color-gren-3));
  }

  :root .md\:ring-offset-gren-4{
    --tw-ring-offset-color: rgb(var(--color-gren-4));
  }

  :root .md\:ring-offset-selected{
    --tw-ring-offset-color: rgb(var(--color-selected));
  }

  :root .md\:ring-offset-error{
    --tw-ring-offset-color: rgb(var(--color-error));
  }

  :root .md\:ring-offset-attention{
    --tw-ring-offset-color: rgb(var(--color-attention));
  }

  :root .md\:ring-offset-accept{
    --tw-ring-offset-color: rgb(var(--color-accept));
  }

  :root .md\:ring-offset-system{
    --tw-ring-offset-color: rgb(var(--color-system));
  }

  :root .md\:ring-offset-orange{
    --tw-ring-offset-color: rgb(var(--color-orange));
  }

  :root .md\:ring-offset-links{
    --tw-ring-offset-color: rgb(var(--color-links));
  }

  :root .md\:ring-offset-teal{
    --tw-ring-offset-color: rgb(var(--color-teal));
  }

  :root .md\:ring-offset-purple{
    --tw-ring-offset-color: rgb(var(--color-purple));
  }

  :root .md\:ring-offset-pink{
    --tw-ring-offset-color: rgb(var(--color-pink));
  }

  :root .md\:ring-offset-margaret{
    --tw-ring-offset-color: rgb(var(--color-margaret));
  }

  :root .md\:ring-offset-betty{
    --tw-ring-offset-color: rgb(var(--color-betty));
  }

  :root .md\:ring-offset-natasha-light{
    --tw-ring-offset-color: rgba(var(--color-natasha), .05);
  }

  :root .md\:ring-offset-natasha{
    --tw-ring-offset-color: rgb(var(--color-natasha));
  }

  :root .md\:ring-offset-tiffany{
    --tw-ring-offset-color: rgb(var(--color-tiffany));
  }

  :root .md\:ring-offset-barbara{
    --tw-ring-offset-color: rgb(var(--color-barbara));
  }

  :root .md\:ring-offset-suzanne{
    --tw-ring-offset-color: rgb(var(--color-suzanne));
  }

  :root .md\:ring-offset-lily{
    --tw-ring-offset-color: rgb(var(--color-lily));
  }

  :root .md\:ring-offset-stephanie{
    --tw-ring-offset-color: rgb(var(--color-stephanie));
  }

  :root .md\:ring-offset-lisa{
    --tw-ring-offset-color: rgba(var(--color-lisa), 0.6);
  }

  :root .md\:ring-offset-california{
    --tw-ring-offset-color: rgb(var(--color-california));
  }

  :root .md\:ring-offset-texas{
    --tw-ring-offset-color: rgb(var(--color-texas));
  }

  :root .md\:ring-offset-florida{
    --tw-ring-offset-color: rgb(var(--color-florida));
  }

  :root .md\:ring-offset-colorado{
    --tw-ring-offset-color: rgb(var(--color-colorado));
  }

  :root .md\:ring-offset-seattle{
    --tw-ring-offset-color: rgb(var(--color-seattle));
  }

  :root .md\:ring-offset-denver{
    --tw-ring-offset-color: rgb(var(--color-denver));
  }

  :root .md\:ring-offset-arizona{
    --tw-ring-offset-color: rgb(var(--color-arizona));
  }

  :root .md\:ring-offset-shpongle{
    --tw-ring-offset-color: rgb(var(--color-shpongle));
  }

  :root .md\:ring-offset-band{
    --tw-ring-offset-color: rgb(var(--color-band));
  }

  :root .md\:ring-offset-blur{
    --tw-ring-offset-color: rgba(var(--color-blur), 0.05);
  }

  :root .md\:ring-offset-mila{
    --tw-ring-offset-color: rgba(var(--color-mila));
  }

  :root .md\:focus-within\:ring-offset-current:focus-within{
    --tw-ring-offset-color: currentColor;
  }

  :root .md\:focus-within\:ring-offset-transparent:focus-within{
    --tw-ring-offset-color: transparent;
  }

  :root .md\:focus-within\:ring-offset-black:focus-within{
    --tw-ring-offset-color: rgb(var(--color-black));
  }

  :root .md\:focus-within\:ring-offset-white:focus-within{
    --tw-ring-offset-color: rgb(var(--color-white));
  }

  :root .md\:focus-within\:ring-offset-contrast-black:focus-within{
    --tw-ring-offset-color: black;
  }

  :root .md\:focus-within\:ring-offset-contrast-white:focus-within{
    --tw-ring-offset-color: white;
  }

  :root .md\:focus-within\:ring-offset-primary-light:focus-within{
    --tw-ring-offset-color: rgba(var(--color-primary), .1);
  }

  :root .md\:focus-within\:ring-offset-primary:focus-within{
    --tw-ring-offset-color: rgb(var(--color-primary));
  }

  :root .md\:focus-within\:ring-offset-red-light:focus-within{
    --tw-ring-offset-color: rgba(244, 67, 54, 0.1);
  }

  :root .md\:focus-within\:ring-offset-red:focus-within{
    --tw-ring-offset-color: rgb(244, 67, 54);
  }

  :root .md\:focus-within\:ring-offset-green-2:focus-within{
    --tw-ring-offset-color: rgb(var(--color-green-2));
  }

  :root .md\:focus-within\:ring-offset-green-3:focus-within{
    --tw-ring-offset-color: rgb(var(--color-green-3));
  }

  :root .md\:focus-within\:ring-offset-green-4:focus-within{
    --tw-ring-offset-color: rgb(var(--color-green-4));
  }

  :root .md\:focus-within\:ring-offset-gren:focus-within{
    --tw-ring-offset-color: rgb(var(--color-gren));
  }

  :root .md\:focus-within\:ring-offset-gren-1:focus-within{
    --tw-ring-offset-color: rgb(var(--color-gren-1));
  }

  :root .md\:focus-within\:ring-offset-gren-2:focus-within{
    --tw-ring-offset-color: rgb(var(--color-gren-2));
  }

  :root .md\:focus-within\:ring-offset-gren-3:focus-within{
    --tw-ring-offset-color: rgb(var(--color-gren-3));
  }

  :root .md\:focus-within\:ring-offset-gren-4:focus-within{
    --tw-ring-offset-color: rgb(var(--color-gren-4));
  }

  :root .md\:focus-within\:ring-offset-selected:focus-within{
    --tw-ring-offset-color: rgb(var(--color-selected));
  }

  :root .md\:focus-within\:ring-offset-error:focus-within{
    --tw-ring-offset-color: rgb(var(--color-error));
  }

  :root .md\:focus-within\:ring-offset-attention:focus-within{
    --tw-ring-offset-color: rgb(var(--color-attention));
  }

  :root .md\:focus-within\:ring-offset-accept:focus-within{
    --tw-ring-offset-color: rgb(var(--color-accept));
  }

  :root .md\:focus-within\:ring-offset-system:focus-within{
    --tw-ring-offset-color: rgb(var(--color-system));
  }

  :root .md\:focus-within\:ring-offset-orange:focus-within{
    --tw-ring-offset-color: rgb(var(--color-orange));
  }

  :root .md\:focus-within\:ring-offset-links:focus-within{
    --tw-ring-offset-color: rgb(var(--color-links));
  }

  :root .md\:focus-within\:ring-offset-teal:focus-within{
    --tw-ring-offset-color: rgb(var(--color-teal));
  }

  :root .md\:focus-within\:ring-offset-purple:focus-within{
    --tw-ring-offset-color: rgb(var(--color-purple));
  }

  :root .md\:focus-within\:ring-offset-pink:focus-within{
    --tw-ring-offset-color: rgb(var(--color-pink));
  }

  :root .md\:focus-within\:ring-offset-margaret:focus-within{
    --tw-ring-offset-color: rgb(var(--color-margaret));
  }

  :root .md\:focus-within\:ring-offset-betty:focus-within{
    --tw-ring-offset-color: rgb(var(--color-betty));
  }

  :root .md\:focus-within\:ring-offset-natasha-light:focus-within{
    --tw-ring-offset-color: rgba(var(--color-natasha), .05);
  }

  :root .md\:focus-within\:ring-offset-natasha:focus-within{
    --tw-ring-offset-color: rgb(var(--color-natasha));
  }

  :root .md\:focus-within\:ring-offset-tiffany:focus-within{
    --tw-ring-offset-color: rgb(var(--color-tiffany));
  }

  :root .md\:focus-within\:ring-offset-barbara:focus-within{
    --tw-ring-offset-color: rgb(var(--color-barbara));
  }

  :root .md\:focus-within\:ring-offset-suzanne:focus-within{
    --tw-ring-offset-color: rgb(var(--color-suzanne));
  }

  :root .md\:focus-within\:ring-offset-lily:focus-within{
    --tw-ring-offset-color: rgb(var(--color-lily));
  }

  :root .md\:focus-within\:ring-offset-stephanie:focus-within{
    --tw-ring-offset-color: rgb(var(--color-stephanie));
  }

  :root .md\:focus-within\:ring-offset-lisa:focus-within{
    --tw-ring-offset-color: rgba(var(--color-lisa), 0.6);
  }

  :root .md\:focus-within\:ring-offset-california:focus-within{
    --tw-ring-offset-color: rgb(var(--color-california));
  }

  :root .md\:focus-within\:ring-offset-texas:focus-within{
    --tw-ring-offset-color: rgb(var(--color-texas));
  }

  :root .md\:focus-within\:ring-offset-florida:focus-within{
    --tw-ring-offset-color: rgb(var(--color-florida));
  }

  :root .md\:focus-within\:ring-offset-colorado:focus-within{
    --tw-ring-offset-color: rgb(var(--color-colorado));
  }

  :root .md\:focus-within\:ring-offset-seattle:focus-within{
    --tw-ring-offset-color: rgb(var(--color-seattle));
  }

  :root .md\:focus-within\:ring-offset-denver:focus-within{
    --tw-ring-offset-color: rgb(var(--color-denver));
  }

  :root .md\:focus-within\:ring-offset-arizona:focus-within{
    --tw-ring-offset-color: rgb(var(--color-arizona));
  }

  :root .md\:focus-within\:ring-offset-shpongle:focus-within{
    --tw-ring-offset-color: rgb(var(--color-shpongle));
  }

  :root .md\:focus-within\:ring-offset-band:focus-within{
    --tw-ring-offset-color: rgb(var(--color-band));
  }

  :root .md\:focus-within\:ring-offset-blur:focus-within{
    --tw-ring-offset-color: rgba(var(--color-blur), 0.05);
  }

  :root .md\:focus-within\:ring-offset-mila:focus-within{
    --tw-ring-offset-color: rgba(var(--color-mila));
  }

  :root .md\:focus\:ring-offset-current:focus{
    --tw-ring-offset-color: currentColor;
  }

  :root .md\:focus\:ring-offset-transparent:focus{
    --tw-ring-offset-color: transparent;
  }

  :root .md\:focus\:ring-offset-black:focus{
    --tw-ring-offset-color: rgb(var(--color-black));
  }

  :root .md\:focus\:ring-offset-white:focus{
    --tw-ring-offset-color: rgb(var(--color-white));
  }

  :root .md\:focus\:ring-offset-contrast-black:focus{
    --tw-ring-offset-color: black;
  }

  :root .md\:focus\:ring-offset-contrast-white:focus{
    --tw-ring-offset-color: white;
  }

  :root .md\:focus\:ring-offset-primary-light:focus{
    --tw-ring-offset-color: rgba(var(--color-primary), .1);
  }

  :root .md\:focus\:ring-offset-primary:focus{
    --tw-ring-offset-color: rgb(var(--color-primary));
  }

  :root .md\:focus\:ring-offset-red-light:focus{
    --tw-ring-offset-color: rgba(244, 67, 54, 0.1);
  }

  :root .md\:focus\:ring-offset-red:focus{
    --tw-ring-offset-color: rgb(244, 67, 54);
  }

  :root .md\:focus\:ring-offset-green-2:focus{
    --tw-ring-offset-color: rgb(var(--color-green-2));
  }

  :root .md\:focus\:ring-offset-green-3:focus{
    --tw-ring-offset-color: rgb(var(--color-green-3));
  }

  :root .md\:focus\:ring-offset-green-4:focus{
    --tw-ring-offset-color: rgb(var(--color-green-4));
  }

  :root .md\:focus\:ring-offset-gren:focus{
    --tw-ring-offset-color: rgb(var(--color-gren));
  }

  :root .md\:focus\:ring-offset-gren-1:focus{
    --tw-ring-offset-color: rgb(var(--color-gren-1));
  }

  :root .md\:focus\:ring-offset-gren-2:focus{
    --tw-ring-offset-color: rgb(var(--color-gren-2));
  }

  :root .md\:focus\:ring-offset-gren-3:focus{
    --tw-ring-offset-color: rgb(var(--color-gren-3));
  }

  :root .md\:focus\:ring-offset-gren-4:focus{
    --tw-ring-offset-color: rgb(var(--color-gren-4));
  }

  :root .md\:focus\:ring-offset-selected:focus{
    --tw-ring-offset-color: rgb(var(--color-selected));
  }

  :root .md\:focus\:ring-offset-error:focus{
    --tw-ring-offset-color: rgb(var(--color-error));
  }

  :root .md\:focus\:ring-offset-attention:focus{
    --tw-ring-offset-color: rgb(var(--color-attention));
  }

  :root .md\:focus\:ring-offset-accept:focus{
    --tw-ring-offset-color: rgb(var(--color-accept));
  }

  :root .md\:focus\:ring-offset-system:focus{
    --tw-ring-offset-color: rgb(var(--color-system));
  }

  :root .md\:focus\:ring-offset-orange:focus{
    --tw-ring-offset-color: rgb(var(--color-orange));
  }

  :root .md\:focus\:ring-offset-links:focus{
    --tw-ring-offset-color: rgb(var(--color-links));
  }

  :root .md\:focus\:ring-offset-teal:focus{
    --tw-ring-offset-color: rgb(var(--color-teal));
  }

  :root .md\:focus\:ring-offset-purple:focus{
    --tw-ring-offset-color: rgb(var(--color-purple));
  }

  :root .md\:focus\:ring-offset-pink:focus{
    --tw-ring-offset-color: rgb(var(--color-pink));
  }

  :root .md\:focus\:ring-offset-margaret:focus{
    --tw-ring-offset-color: rgb(var(--color-margaret));
  }

  :root .md\:focus\:ring-offset-betty:focus{
    --tw-ring-offset-color: rgb(var(--color-betty));
  }

  :root .md\:focus\:ring-offset-natasha-light:focus{
    --tw-ring-offset-color: rgba(var(--color-natasha), .05);
  }

  :root .md\:focus\:ring-offset-natasha:focus{
    --tw-ring-offset-color: rgb(var(--color-natasha));
  }

  :root .md\:focus\:ring-offset-tiffany:focus{
    --tw-ring-offset-color: rgb(var(--color-tiffany));
  }

  :root .md\:focus\:ring-offset-barbara:focus{
    --tw-ring-offset-color: rgb(var(--color-barbara));
  }

  :root .md\:focus\:ring-offset-suzanne:focus{
    --tw-ring-offset-color: rgb(var(--color-suzanne));
  }

  :root .md\:focus\:ring-offset-lily:focus{
    --tw-ring-offset-color: rgb(var(--color-lily));
  }

  :root .md\:focus\:ring-offset-stephanie:focus{
    --tw-ring-offset-color: rgb(var(--color-stephanie));
  }

  :root .md\:focus\:ring-offset-lisa:focus{
    --tw-ring-offset-color: rgba(var(--color-lisa), 0.6);
  }

  :root .md\:focus\:ring-offset-california:focus{
    --tw-ring-offset-color: rgb(var(--color-california));
  }

  :root .md\:focus\:ring-offset-texas:focus{
    --tw-ring-offset-color: rgb(var(--color-texas));
  }

  :root .md\:focus\:ring-offset-florida:focus{
    --tw-ring-offset-color: rgb(var(--color-florida));
  }

  :root .md\:focus\:ring-offset-colorado:focus{
    --tw-ring-offset-color: rgb(var(--color-colorado));
  }

  :root .md\:focus\:ring-offset-seattle:focus{
    --tw-ring-offset-color: rgb(var(--color-seattle));
  }

  :root .md\:focus\:ring-offset-denver:focus{
    --tw-ring-offset-color: rgb(var(--color-denver));
  }

  :root .md\:focus\:ring-offset-arizona:focus{
    --tw-ring-offset-color: rgb(var(--color-arizona));
  }

  :root .md\:focus\:ring-offset-shpongle:focus{
    --tw-ring-offset-color: rgb(var(--color-shpongle));
  }

  :root .md\:focus\:ring-offset-band:focus{
    --tw-ring-offset-color: rgb(var(--color-band));
  }

  :root .md\:focus\:ring-offset-blur:focus{
    --tw-ring-offset-color: rgba(var(--color-blur), 0.05);
  }

  :root .md\:focus\:ring-offset-mila:focus{
    --tw-ring-offset-color: rgba(var(--color-mila));
  }

  :root .md\:ring-offset-0{
    --tw-ring-offset-width: 0px;
  }

  :root .md\:ring-offset-1{
    --tw-ring-offset-width: 1px;
  }

  :root .md\:ring-offset-2{
    --tw-ring-offset-width: 2px;
  }

  :root .md\:ring-offset-4{
    --tw-ring-offset-width: 4px;
  }

  :root .md\:ring-offset-8{
    --tw-ring-offset-width: 8px;
  }

  :root .md\:focus-within\:ring-offset-0:focus-within{
    --tw-ring-offset-width: 0px;
  }

  :root .md\:focus-within\:ring-offset-1:focus-within{
    --tw-ring-offset-width: 1px;
  }

  :root .md\:focus-within\:ring-offset-2:focus-within{
    --tw-ring-offset-width: 2px;
  }

  :root .md\:focus-within\:ring-offset-4:focus-within{
    --tw-ring-offset-width: 4px;
  }

  :root .md\:focus-within\:ring-offset-8:focus-within{
    --tw-ring-offset-width: 8px;
  }

  :root .md\:focus\:ring-offset-0:focus{
    --tw-ring-offset-width: 0px;
  }

  :root .md\:focus\:ring-offset-1:focus{
    --tw-ring-offset-width: 1px;
  }

  :root .md\:focus\:ring-offset-2:focus{
    --tw-ring-offset-width: 2px;
  }

  :root .md\:focus\:ring-offset-4:focus{
    --tw-ring-offset-width: 4px;
  }

  :root .md\:focus\:ring-offset-8:focus{
    --tw-ring-offset-width: 8px;
  }

  :root .md\:ring-current{
    --tw-ring-color: currentColor;
  }

  :root .md\:ring-transparent{
    --tw-ring-color: transparent;
  }

  :root .md\:ring-black{
    --tw-ring-color: rgb(var(--color-black));
  }

  :root .md\:ring-white{
    --tw-ring-color: rgb(var(--color-white));
  }

  :root .md\:ring-contrast-black{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  :root .md\:ring-contrast-white{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  :root .md\:ring-primary-light{
    --tw-ring-color: rgba(var(--color-primary), .1);
  }

  :root .md\:ring-primary{
    --tw-ring-color: rgb(var(--color-primary));
  }

  :root .md\:ring-red-light{
    --tw-ring-color: rgba(244, 67, 54, 0.1);
  }

  :root .md\:ring-red{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 67, 54, var(--tw-ring-opacity));
  }

  :root .md\:ring-green-2{
    --tw-ring-color: rgb(var(--color-green-2));
  }

  :root .md\:ring-green-3{
    --tw-ring-color: rgb(var(--color-green-3));
  }

  :root .md\:ring-green-4{
    --tw-ring-color: rgb(var(--color-green-4));
  }

  :root .md\:ring-gren{
    --tw-ring-color: rgb(var(--color-gren));
  }

  :root .md\:ring-gren-1{
    --tw-ring-color: rgb(var(--color-gren-1));
  }

  :root .md\:ring-gren-2{
    --tw-ring-color: rgb(var(--color-gren-2));
  }

  :root .md\:ring-gren-3{
    --tw-ring-color: rgb(var(--color-gren-3));
  }

  :root .md\:ring-gren-4{
    --tw-ring-color: rgb(var(--color-gren-4));
  }

  :root .md\:ring-selected{
    --tw-ring-color: rgb(var(--color-selected));
  }

  :root .md\:ring-error{
    --tw-ring-color: rgb(var(--color-error));
  }

  :root .md\:ring-attention{
    --tw-ring-color: rgb(var(--color-attention));
  }

  :root .md\:ring-accept{
    --tw-ring-color: rgb(var(--color-accept));
  }

  :root .md\:ring-system{
    --tw-ring-color: rgb(var(--color-system));
  }

  :root .md\:ring-orange{
    --tw-ring-color: rgb(var(--color-orange));
  }

  :root .md\:ring-links{
    --tw-ring-color: rgb(var(--color-links));
  }

  :root .md\:ring-teal{
    --tw-ring-color: rgb(var(--color-teal));
  }

  :root .md\:ring-purple{
    --tw-ring-color: rgb(var(--color-purple));
  }

  :root .md\:ring-pink{
    --tw-ring-color: rgb(var(--color-pink));
  }

  :root .md\:ring-margaret{
    --tw-ring-color: rgb(var(--color-margaret));
  }

  :root .md\:ring-betty{
    --tw-ring-color: rgb(var(--color-betty));
  }

  :root .md\:ring-natasha-light{
    --tw-ring-color: rgba(var(--color-natasha), .05);
  }

  :root .md\:ring-natasha{
    --tw-ring-color: rgb(var(--color-natasha));
  }

  :root .md\:ring-tiffany{
    --tw-ring-color: rgb(var(--color-tiffany));
  }

  :root .md\:ring-barbara{
    --tw-ring-color: rgb(var(--color-barbara));
  }

  :root .md\:ring-suzanne{
    --tw-ring-color: rgb(var(--color-suzanne));
  }

  :root .md\:ring-lily{
    --tw-ring-color: rgb(var(--color-lily));
  }

  :root .md\:ring-stephanie{
    --tw-ring-color: rgb(var(--color-stephanie));
  }

  :root .md\:ring-lisa{
    --tw-ring-color: rgba(var(--color-lisa), 0.6);
  }

  :root .md\:ring-california{
    --tw-ring-color: rgb(var(--color-california));
  }

  :root .md\:ring-texas{
    --tw-ring-color: rgb(var(--color-texas));
  }

  :root .md\:ring-florida{
    --tw-ring-color: rgb(var(--color-florida));
  }

  :root .md\:ring-colorado{
    --tw-ring-color: rgb(var(--color-colorado));
  }

  :root .md\:ring-seattle{
    --tw-ring-color: rgb(var(--color-seattle));
  }

  :root .md\:ring-denver{
    --tw-ring-color: rgb(var(--color-denver));
  }

  :root .md\:ring-arizona{
    --tw-ring-color: rgb(var(--color-arizona));
  }

  :root .md\:ring-shpongle{
    --tw-ring-color: rgb(var(--color-shpongle));
  }

  :root .md\:ring-band{
    --tw-ring-color: rgb(var(--color-band));
  }

  :root .md\:ring-blur{
    --tw-ring-color: rgba(var(--color-blur), 0.05);
  }

  :root .md\:ring-mila{
    --tw-ring-color: rgba(var(--color-mila));
  }

  :root .md\:focus-within\:ring-current:focus-within{
    --tw-ring-color: currentColor;
  }

  :root .md\:focus-within\:ring-transparent:focus-within{
    --tw-ring-color: transparent;
  }

  :root .md\:focus-within\:ring-black:focus-within{
    --tw-ring-color: rgb(var(--color-black));
  }

  :root .md\:focus-within\:ring-white:focus-within{
    --tw-ring-color: rgb(var(--color-white));
  }

  :root .md\:focus-within\:ring-contrast-black:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  :root .md\:focus-within\:ring-contrast-white:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  :root .md\:focus-within\:ring-primary-light:focus-within{
    --tw-ring-color: rgba(var(--color-primary), .1);
  }

  :root .md\:focus-within\:ring-primary:focus-within{
    --tw-ring-color: rgb(var(--color-primary));
  }

  :root .md\:focus-within\:ring-red-light:focus-within{
    --tw-ring-color: rgba(244, 67, 54, 0.1);
  }

  :root .md\:focus-within\:ring-red:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 67, 54, var(--tw-ring-opacity));
  }

  :root .md\:focus-within\:ring-green-2:focus-within{
    --tw-ring-color: rgb(var(--color-green-2));
  }

  :root .md\:focus-within\:ring-green-3:focus-within{
    --tw-ring-color: rgb(var(--color-green-3));
  }

  :root .md\:focus-within\:ring-green-4:focus-within{
    --tw-ring-color: rgb(var(--color-green-4));
  }

  :root .md\:focus-within\:ring-gren:focus-within{
    --tw-ring-color: rgb(var(--color-gren));
  }

  :root .md\:focus-within\:ring-gren-1:focus-within{
    --tw-ring-color: rgb(var(--color-gren-1));
  }

  :root .md\:focus-within\:ring-gren-2:focus-within{
    --tw-ring-color: rgb(var(--color-gren-2));
  }

  :root .md\:focus-within\:ring-gren-3:focus-within{
    --tw-ring-color: rgb(var(--color-gren-3));
  }

  :root .md\:focus-within\:ring-gren-4:focus-within{
    --tw-ring-color: rgb(var(--color-gren-4));
  }

  :root .md\:focus-within\:ring-selected:focus-within{
    --tw-ring-color: rgb(var(--color-selected));
  }

  :root .md\:focus-within\:ring-error:focus-within{
    --tw-ring-color: rgb(var(--color-error));
  }

  :root .md\:focus-within\:ring-attention:focus-within{
    --tw-ring-color: rgb(var(--color-attention));
  }

  :root .md\:focus-within\:ring-accept:focus-within{
    --tw-ring-color: rgb(var(--color-accept));
  }

  :root .md\:focus-within\:ring-system:focus-within{
    --tw-ring-color: rgb(var(--color-system));
  }

  :root .md\:focus-within\:ring-orange:focus-within{
    --tw-ring-color: rgb(var(--color-orange));
  }

  :root .md\:focus-within\:ring-links:focus-within{
    --tw-ring-color: rgb(var(--color-links));
  }

  :root .md\:focus-within\:ring-teal:focus-within{
    --tw-ring-color: rgb(var(--color-teal));
  }

  :root .md\:focus-within\:ring-purple:focus-within{
    --tw-ring-color: rgb(var(--color-purple));
  }

  :root .md\:focus-within\:ring-pink:focus-within{
    --tw-ring-color: rgb(var(--color-pink));
  }

  :root .md\:focus-within\:ring-margaret:focus-within{
    --tw-ring-color: rgb(var(--color-margaret));
  }

  :root .md\:focus-within\:ring-betty:focus-within{
    --tw-ring-color: rgb(var(--color-betty));
  }

  :root .md\:focus-within\:ring-natasha-light:focus-within{
    --tw-ring-color: rgba(var(--color-natasha), .05);
  }

  :root .md\:focus-within\:ring-natasha:focus-within{
    --tw-ring-color: rgb(var(--color-natasha));
  }

  :root .md\:focus-within\:ring-tiffany:focus-within{
    --tw-ring-color: rgb(var(--color-tiffany));
  }

  :root .md\:focus-within\:ring-barbara:focus-within{
    --tw-ring-color: rgb(var(--color-barbara));
  }

  :root .md\:focus-within\:ring-suzanne:focus-within{
    --tw-ring-color: rgb(var(--color-suzanne));
  }

  :root .md\:focus-within\:ring-lily:focus-within{
    --tw-ring-color: rgb(var(--color-lily));
  }

  :root .md\:focus-within\:ring-stephanie:focus-within{
    --tw-ring-color: rgb(var(--color-stephanie));
  }

  :root .md\:focus-within\:ring-lisa:focus-within{
    --tw-ring-color: rgba(var(--color-lisa), 0.6);
  }

  :root .md\:focus-within\:ring-california:focus-within{
    --tw-ring-color: rgb(var(--color-california));
  }

  :root .md\:focus-within\:ring-texas:focus-within{
    --tw-ring-color: rgb(var(--color-texas));
  }

  :root .md\:focus-within\:ring-florida:focus-within{
    --tw-ring-color: rgb(var(--color-florida));
  }

  :root .md\:focus-within\:ring-colorado:focus-within{
    --tw-ring-color: rgb(var(--color-colorado));
  }

  :root .md\:focus-within\:ring-seattle:focus-within{
    --tw-ring-color: rgb(var(--color-seattle));
  }

  :root .md\:focus-within\:ring-denver:focus-within{
    --tw-ring-color: rgb(var(--color-denver));
  }

  :root .md\:focus-within\:ring-arizona:focus-within{
    --tw-ring-color: rgb(var(--color-arizona));
  }

  :root .md\:focus-within\:ring-shpongle:focus-within{
    --tw-ring-color: rgb(var(--color-shpongle));
  }

  :root .md\:focus-within\:ring-band:focus-within{
    --tw-ring-color: rgb(var(--color-band));
  }

  :root .md\:focus-within\:ring-blur:focus-within{
    --tw-ring-color: rgba(var(--color-blur), 0.05);
  }

  :root .md\:focus-within\:ring-mila:focus-within{
    --tw-ring-color: rgba(var(--color-mila));
  }

  :root .md\:focus\:ring-current:focus{
    --tw-ring-color: currentColor;
  }

  :root .md\:focus\:ring-transparent:focus{
    --tw-ring-color: transparent;
  }

  :root .md\:focus\:ring-black:focus{
    --tw-ring-color: rgb(var(--color-black));
  }

  :root .md\:focus\:ring-white:focus{
    --tw-ring-color: rgb(var(--color-white));
  }

  :root .md\:focus\:ring-contrast-black:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  :root .md\:focus\:ring-contrast-white:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  :root .md\:focus\:ring-primary-light:focus{
    --tw-ring-color: rgba(var(--color-primary), .1);
  }

  :root .md\:focus\:ring-primary:focus{
    --tw-ring-color: rgb(var(--color-primary));
  }

  :root .md\:focus\:ring-red-light:focus{
    --tw-ring-color: rgba(244, 67, 54, 0.1);
  }

  :root .md\:focus\:ring-red:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 67, 54, var(--tw-ring-opacity));
  }

  :root .md\:focus\:ring-green-2:focus{
    --tw-ring-color: rgb(var(--color-green-2));
  }

  :root .md\:focus\:ring-green-3:focus{
    --tw-ring-color: rgb(var(--color-green-3));
  }

  :root .md\:focus\:ring-green-4:focus{
    --tw-ring-color: rgb(var(--color-green-4));
  }

  :root .md\:focus\:ring-gren:focus{
    --tw-ring-color: rgb(var(--color-gren));
  }

  :root .md\:focus\:ring-gren-1:focus{
    --tw-ring-color: rgb(var(--color-gren-1));
  }

  :root .md\:focus\:ring-gren-2:focus{
    --tw-ring-color: rgb(var(--color-gren-2));
  }

  :root .md\:focus\:ring-gren-3:focus{
    --tw-ring-color: rgb(var(--color-gren-3));
  }

  :root .md\:focus\:ring-gren-4:focus{
    --tw-ring-color: rgb(var(--color-gren-4));
  }

  :root .md\:focus\:ring-selected:focus{
    --tw-ring-color: rgb(var(--color-selected));
  }

  :root .md\:focus\:ring-error:focus{
    --tw-ring-color: rgb(var(--color-error));
  }

  :root .md\:focus\:ring-attention:focus{
    --tw-ring-color: rgb(var(--color-attention));
  }

  :root .md\:focus\:ring-accept:focus{
    --tw-ring-color: rgb(var(--color-accept));
  }

  :root .md\:focus\:ring-system:focus{
    --tw-ring-color: rgb(var(--color-system));
  }

  :root .md\:focus\:ring-orange:focus{
    --tw-ring-color: rgb(var(--color-orange));
  }

  :root .md\:focus\:ring-links:focus{
    --tw-ring-color: rgb(var(--color-links));
  }

  :root .md\:focus\:ring-teal:focus{
    --tw-ring-color: rgb(var(--color-teal));
  }

  :root .md\:focus\:ring-purple:focus{
    --tw-ring-color: rgb(var(--color-purple));
  }

  :root .md\:focus\:ring-pink:focus{
    --tw-ring-color: rgb(var(--color-pink));
  }

  :root .md\:focus\:ring-margaret:focus{
    --tw-ring-color: rgb(var(--color-margaret));
  }

  :root .md\:focus\:ring-betty:focus{
    --tw-ring-color: rgb(var(--color-betty));
  }

  :root .md\:focus\:ring-natasha-light:focus{
    --tw-ring-color: rgba(var(--color-natasha), .05);
  }

  :root .md\:focus\:ring-natasha:focus{
    --tw-ring-color: rgb(var(--color-natasha));
  }

  :root .md\:focus\:ring-tiffany:focus{
    --tw-ring-color: rgb(var(--color-tiffany));
  }

  :root .md\:focus\:ring-barbara:focus{
    --tw-ring-color: rgb(var(--color-barbara));
  }

  :root .md\:focus\:ring-suzanne:focus{
    --tw-ring-color: rgb(var(--color-suzanne));
  }

  :root .md\:focus\:ring-lily:focus{
    --tw-ring-color: rgb(var(--color-lily));
  }

  :root .md\:focus\:ring-stephanie:focus{
    --tw-ring-color: rgb(var(--color-stephanie));
  }

  :root .md\:focus\:ring-lisa:focus{
    --tw-ring-color: rgba(var(--color-lisa), 0.6);
  }

  :root .md\:focus\:ring-california:focus{
    --tw-ring-color: rgb(var(--color-california));
  }

  :root .md\:focus\:ring-texas:focus{
    --tw-ring-color: rgb(var(--color-texas));
  }

  :root .md\:focus\:ring-florida:focus{
    --tw-ring-color: rgb(var(--color-florida));
  }

  :root .md\:focus\:ring-colorado:focus{
    --tw-ring-color: rgb(var(--color-colorado));
  }

  :root .md\:focus\:ring-seattle:focus{
    --tw-ring-color: rgb(var(--color-seattle));
  }

  :root .md\:focus\:ring-denver:focus{
    --tw-ring-color: rgb(var(--color-denver));
  }

  :root .md\:focus\:ring-arizona:focus{
    --tw-ring-color: rgb(var(--color-arizona));
  }

  :root .md\:focus\:ring-shpongle:focus{
    --tw-ring-color: rgb(var(--color-shpongle));
  }

  :root .md\:focus\:ring-band:focus{
    --tw-ring-color: rgb(var(--color-band));
  }

  :root .md\:focus\:ring-blur:focus{
    --tw-ring-color: rgba(var(--color-blur), 0.05);
  }

  :root .md\:focus\:ring-mila:focus{
    --tw-ring-color: rgba(var(--color-mila));
  }

  :root .md\:ring-opacity-0{
    --tw-ring-opacity: 0;
  }

  :root .md\:ring-opacity-25{
    --tw-ring-opacity: 0.25;
  }

  :root .md\:ring-opacity-50{
    --tw-ring-opacity: 0.5;
  }

  :root .md\:ring-opacity-75{
    --tw-ring-opacity: 0.75;
  }

  :root .md\:ring-opacity-100{
    --tw-ring-opacity: 1;
  }

  :root .md\:focus-within\:ring-opacity-0:focus-within{
    --tw-ring-opacity: 0;
  }

  :root .md\:focus-within\:ring-opacity-25:focus-within{
    --tw-ring-opacity: 0.25;
  }

  :root .md\:focus-within\:ring-opacity-50:focus-within{
    --tw-ring-opacity: 0.5;
  }

  :root .md\:focus-within\:ring-opacity-75:focus-within{
    --tw-ring-opacity: 0.75;
  }

  :root .md\:focus-within\:ring-opacity-100:focus-within{
    --tw-ring-opacity: 1;
  }

  :root .md\:focus\:ring-opacity-0:focus{
    --tw-ring-opacity: 0;
  }

  :root .md\:focus\:ring-opacity-25:focus{
    --tw-ring-opacity: 0.25;
  }

  :root .md\:focus\:ring-opacity-50:focus{
    --tw-ring-opacity: 0.5;
  }

  :root .md\:focus\:ring-opacity-75:focus{
    --tw-ring-opacity: 0.75;
  }

  :root .md\:focus\:ring-opacity-100:focus{
    --tw-ring-opacity: 1;
  }

  :root .md\:fill-current{
    fill: currentColor;
  }

  :root .md\:stroke-current{
    stroke: currentColor;
  }

  :root .md\:stroke-0{
    stroke-width: 0;
  }

  :root .md\:stroke-1{
    stroke-width: 1;
  }

  :root .md\:stroke-2{
    stroke-width: 2;
  }

  :root .md\:table-auto{
    table-layout: auto;
  }

  :root .md\:table-fixed{
    table-layout: fixed;
  }

  :root .md\:text-left{
    text-align: left;
  }

  :root .md\:text-center{
    text-align: center;
  }

  :root .md\:text-right{
    text-align: right;
  }

  :root .md\:text-justify{
    text-align: justify;
  }

  :root .md\:text-secondary{
    color: var(--text-secondary);
  }

  :root .md\:text-hint{
    color: var(--text-hint);
  }

  :root .md\:text-current{
    color: currentColor;
  }

  :root .md\:text-transparent{
    color: transparent;
  }

  :root .md\:text-black{
    color: rgb(var(--color-black));
  }

  :root .md\:text-white{
    color: rgb(var(--color-white));
  }

  :root .md\:text-contrast-black{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .md\:text-contrast-white{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .md\:text-primary-light{
    color: rgba(var(--color-primary), .1);
  }

  :root .md\:text-primary{
    color: rgb(var(--color-primary));
  }

  :root .md\:text-red-light{
    color: rgba(244, 67, 54, 0.1);
  }

  :root .md\:text-red{
    --tw-text-opacity: 1;
    color: rgba(244, 67, 54, var(--tw-text-opacity));
  }

  :root .md\:text-green-2{
    color: rgb(var(--color-green-2));
  }

  :root .md\:text-green-3{
    color: rgb(var(--color-green-3));
  }

  :root .md\:text-green-4{
    color: rgb(var(--color-green-4));
  }

  :root .md\:text-gren{
    color: rgb(var(--color-gren));
  }

  :root .md\:text-gren-1{
    color: rgb(var(--color-gren-1));
  }

  :root .md\:text-gren-2{
    color: rgb(var(--color-gren-2));
  }

  :root .md\:text-gren-3{
    color: rgb(var(--color-gren-3));
  }

  :root .md\:text-gren-4{
    color: rgb(var(--color-gren-4));
  }

  :root .md\:text-selected{
    color: rgb(var(--color-selected));
  }

  :root .md\:text-error{
    color: rgb(var(--color-error));
  }

  :root .md\:text-attention{
    color: rgb(var(--color-attention));
  }

  :root .md\:text-accept{
    color: rgb(var(--color-accept));
  }

  :root .md\:text-system{
    color: rgb(var(--color-system));
  }

  :root .md\:text-orange{
    color: rgb(var(--color-orange));
  }

  :root .md\:text-links{
    color: rgb(var(--color-links));
  }

  :root .md\:text-teal{
    color: rgb(var(--color-teal));
  }

  :root .md\:text-purple{
    color: rgb(var(--color-purple));
  }

  :root .md\:text-pink{
    color: rgb(var(--color-pink));
  }

  :root .md\:text-margaret{
    color: rgb(var(--color-margaret));
  }

  :root .md\:text-betty{
    color: rgb(var(--color-betty));
  }

  :root .md\:text-natasha-light{
    color: rgba(var(--color-natasha), .05);
  }

  :root .md\:text-natasha{
    color: rgb(var(--color-natasha));
  }

  :root .md\:text-tiffany{
    color: rgb(var(--color-tiffany));
  }

  :root .md\:text-barbara{
    color: rgb(var(--color-barbara));
  }

  :root .md\:text-suzanne{
    color: rgb(var(--color-suzanne));
  }

  :root .md\:text-lily{
    color: rgb(var(--color-lily));
  }

  :root .md\:text-stephanie{
    color: rgb(var(--color-stephanie));
  }

  :root .md\:text-lisa{
    color: rgba(var(--color-lisa), 0.6);
  }

  :root .md\:text-california{
    color: rgb(var(--color-california));
  }

  :root .md\:text-texas{
    color: rgb(var(--color-texas));
  }

  :root .md\:text-florida{
    color: rgb(var(--color-florida));
  }

  :root .md\:text-colorado{
    color: rgb(var(--color-colorado));
  }

  :root .md\:text-seattle{
    color: rgb(var(--color-seattle));
  }

  :root .md\:text-denver{
    color: rgb(var(--color-denver));
  }

  :root .md\:text-arizona{
    color: rgb(var(--color-arizona));
  }

  :root .md\:text-shpongle{
    color: rgb(var(--color-shpongle));
  }

  :root .md\:text-band{
    color: rgb(var(--color-band));
  }

  :root .md\:text-blur{
    color: rgba(var(--color-blur), 0.05);
  }

  :root .md\:text-mila{
    color: rgba(var(--color-mila));
  }

  :root .md\:text-primary-contrast{
    color: rgb(var(--color-primary-contrast));
  }

  :root .md\:text-accent-contrast{
    color: rgb(var(--color-accent-contrast));
  }

  :root .md\:text-warn-contrast{
    color: rgb(var(--color-warn-contrast));
  }

  :root .md\:text-red-contrast{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .md\:text-green-contrast{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .md\:text-amber-contrast{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .md\:text-orange-contrast{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .md\:text-deep-orange-contrast{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .md\:text-purple-contrast{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .md\:text-deep-purple-contrast{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .md\:text-cyan-contrast{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .md\:text-teal-contrast{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .md\:text-gray-contrast{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .md\:text-light-green-contrast{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .md\:hover\:text-secondary:hover{
    color: var(--text-secondary);
  }

  :root .md\:hover\:text-hint:hover{
    color: var(--text-hint);
  }

  :root .md\:hover\:text-current:hover{
    color: currentColor;
  }

  :root .md\:hover\:text-transparent:hover{
    color: transparent;
  }

  :root .md\:hover\:text-black:hover{
    color: rgb(var(--color-black));
  }

  :root .md\:hover\:text-white:hover{
    color: rgb(var(--color-white));
  }

  :root .md\:hover\:text-contrast-black:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .md\:hover\:text-contrast-white:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .md\:hover\:text-primary-light:hover{
    color: rgba(var(--color-primary), .1);
  }

  :root .md\:hover\:text-primary:hover{
    color: rgb(var(--color-primary));
  }

  :root .md\:hover\:text-red-light:hover{
    color: rgba(244, 67, 54, 0.1);
  }

  :root .md\:hover\:text-red:hover{
    --tw-text-opacity: 1;
    color: rgba(244, 67, 54, var(--tw-text-opacity));
  }

  :root .md\:hover\:text-green-2:hover{
    color: rgb(var(--color-green-2));
  }

  :root .md\:hover\:text-green-3:hover{
    color: rgb(var(--color-green-3));
  }

  :root .md\:hover\:text-green-4:hover{
    color: rgb(var(--color-green-4));
  }

  :root .md\:hover\:text-gren:hover{
    color: rgb(var(--color-gren));
  }

  :root .md\:hover\:text-gren-1:hover{
    color: rgb(var(--color-gren-1));
  }

  :root .md\:hover\:text-gren-2:hover{
    color: rgb(var(--color-gren-2));
  }

  :root .md\:hover\:text-gren-3:hover{
    color: rgb(var(--color-gren-3));
  }

  :root .md\:hover\:text-gren-4:hover{
    color: rgb(var(--color-gren-4));
  }

  :root .md\:hover\:text-selected:hover{
    color: rgb(var(--color-selected));
  }

  :root .md\:hover\:text-error:hover{
    color: rgb(var(--color-error));
  }

  :root .md\:hover\:text-attention:hover{
    color: rgb(var(--color-attention));
  }

  :root .md\:hover\:text-accept:hover{
    color: rgb(var(--color-accept));
  }

  :root .md\:hover\:text-system:hover{
    color: rgb(var(--color-system));
  }

  :root .md\:hover\:text-orange:hover{
    color: rgb(var(--color-orange));
  }

  :root .md\:hover\:text-links:hover{
    color: rgb(var(--color-links));
  }

  :root .md\:hover\:text-teal:hover{
    color: rgb(var(--color-teal));
  }

  :root .md\:hover\:text-purple:hover{
    color: rgb(var(--color-purple));
  }

  :root .md\:hover\:text-pink:hover{
    color: rgb(var(--color-pink));
  }

  :root .md\:hover\:text-margaret:hover{
    color: rgb(var(--color-margaret));
  }

  :root .md\:hover\:text-betty:hover{
    color: rgb(var(--color-betty));
  }

  :root .md\:hover\:text-natasha-light:hover{
    color: rgba(var(--color-natasha), .05);
  }

  :root .md\:hover\:text-natasha:hover{
    color: rgb(var(--color-natasha));
  }

  :root .md\:hover\:text-tiffany:hover{
    color: rgb(var(--color-tiffany));
  }

  :root .md\:hover\:text-barbara:hover{
    color: rgb(var(--color-barbara));
  }

  :root .md\:hover\:text-suzanne:hover{
    color: rgb(var(--color-suzanne));
  }

  :root .md\:hover\:text-lily:hover{
    color: rgb(var(--color-lily));
  }

  :root .md\:hover\:text-stephanie:hover{
    color: rgb(var(--color-stephanie));
  }

  :root .md\:hover\:text-lisa:hover{
    color: rgba(var(--color-lisa), 0.6);
  }

  :root .md\:hover\:text-california:hover{
    color: rgb(var(--color-california));
  }

  :root .md\:hover\:text-texas:hover{
    color: rgb(var(--color-texas));
  }

  :root .md\:hover\:text-florida:hover{
    color: rgb(var(--color-florida));
  }

  :root .md\:hover\:text-colorado:hover{
    color: rgb(var(--color-colorado));
  }

  :root .md\:hover\:text-seattle:hover{
    color: rgb(var(--color-seattle));
  }

  :root .md\:hover\:text-denver:hover{
    color: rgb(var(--color-denver));
  }

  :root .md\:hover\:text-arizona:hover{
    color: rgb(var(--color-arizona));
  }

  :root .md\:hover\:text-shpongle:hover{
    color: rgb(var(--color-shpongle));
  }

  :root .md\:hover\:text-band:hover{
    color: rgb(var(--color-band));
  }

  :root .md\:hover\:text-blur:hover{
    color: rgba(var(--color-blur), 0.05);
  }

  :root .md\:hover\:text-mila:hover{
    color: rgba(var(--color-mila));
  }

  :root .md\:hover\:text-primary-contrast:hover{
    color: rgb(var(--color-primary-contrast));
  }

  :root .md\:hover\:text-accent-contrast:hover{
    color: rgb(var(--color-accent-contrast));
  }

  :root .md\:hover\:text-warn-contrast:hover{
    color: rgb(var(--color-warn-contrast));
  }

  :root .md\:hover\:text-red-contrast:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .md\:hover\:text-green-contrast:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .md\:hover\:text-amber-contrast:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .md\:hover\:text-orange-contrast:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .md\:hover\:text-deep-orange-contrast:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .md\:hover\:text-purple-contrast:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .md\:hover\:text-deep-purple-contrast:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .md\:hover\:text-cyan-contrast:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .md\:hover\:text-teal-contrast:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .md\:hover\:text-gray-contrast:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .md\:hover\:text-light-green-contrast:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .md\:focus\:text-secondary:focus{
    color: var(--text-secondary);
  }

  :root .md\:focus\:text-hint:focus{
    color: var(--text-hint);
  }

  :root .md\:focus\:text-current:focus{
    color: currentColor;
  }

  :root .md\:focus\:text-transparent:focus{
    color: transparent;
  }

  :root .md\:focus\:text-black:focus{
    color: rgb(var(--color-black));
  }

  :root .md\:focus\:text-white:focus{
    color: rgb(var(--color-white));
  }

  :root .md\:focus\:text-contrast-black:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .md\:focus\:text-contrast-white:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .md\:focus\:text-primary-light:focus{
    color: rgba(var(--color-primary), .1);
  }

  :root .md\:focus\:text-primary:focus{
    color: rgb(var(--color-primary));
  }

  :root .md\:focus\:text-red-light:focus{
    color: rgba(244, 67, 54, 0.1);
  }

  :root .md\:focus\:text-red:focus{
    --tw-text-opacity: 1;
    color: rgba(244, 67, 54, var(--tw-text-opacity));
  }

  :root .md\:focus\:text-green-2:focus{
    color: rgb(var(--color-green-2));
  }

  :root .md\:focus\:text-green-3:focus{
    color: rgb(var(--color-green-3));
  }

  :root .md\:focus\:text-green-4:focus{
    color: rgb(var(--color-green-4));
  }

  :root .md\:focus\:text-gren:focus{
    color: rgb(var(--color-gren));
  }

  :root .md\:focus\:text-gren-1:focus{
    color: rgb(var(--color-gren-1));
  }

  :root .md\:focus\:text-gren-2:focus{
    color: rgb(var(--color-gren-2));
  }

  :root .md\:focus\:text-gren-3:focus{
    color: rgb(var(--color-gren-3));
  }

  :root .md\:focus\:text-gren-4:focus{
    color: rgb(var(--color-gren-4));
  }

  :root .md\:focus\:text-selected:focus{
    color: rgb(var(--color-selected));
  }

  :root .md\:focus\:text-error:focus{
    color: rgb(var(--color-error));
  }

  :root .md\:focus\:text-attention:focus{
    color: rgb(var(--color-attention));
  }

  :root .md\:focus\:text-accept:focus{
    color: rgb(var(--color-accept));
  }

  :root .md\:focus\:text-system:focus{
    color: rgb(var(--color-system));
  }

  :root .md\:focus\:text-orange:focus{
    color: rgb(var(--color-orange));
  }

  :root .md\:focus\:text-links:focus{
    color: rgb(var(--color-links));
  }

  :root .md\:focus\:text-teal:focus{
    color: rgb(var(--color-teal));
  }

  :root .md\:focus\:text-purple:focus{
    color: rgb(var(--color-purple));
  }

  :root .md\:focus\:text-pink:focus{
    color: rgb(var(--color-pink));
  }

  :root .md\:focus\:text-margaret:focus{
    color: rgb(var(--color-margaret));
  }

  :root .md\:focus\:text-betty:focus{
    color: rgb(var(--color-betty));
  }

  :root .md\:focus\:text-natasha-light:focus{
    color: rgba(var(--color-natasha), .05);
  }

  :root .md\:focus\:text-natasha:focus{
    color: rgb(var(--color-natasha));
  }

  :root .md\:focus\:text-tiffany:focus{
    color: rgb(var(--color-tiffany));
  }

  :root .md\:focus\:text-barbara:focus{
    color: rgb(var(--color-barbara));
  }

  :root .md\:focus\:text-suzanne:focus{
    color: rgb(var(--color-suzanne));
  }

  :root .md\:focus\:text-lily:focus{
    color: rgb(var(--color-lily));
  }

  :root .md\:focus\:text-stephanie:focus{
    color: rgb(var(--color-stephanie));
  }

  :root .md\:focus\:text-lisa:focus{
    color: rgba(var(--color-lisa), 0.6);
  }

  :root .md\:focus\:text-california:focus{
    color: rgb(var(--color-california));
  }

  :root .md\:focus\:text-texas:focus{
    color: rgb(var(--color-texas));
  }

  :root .md\:focus\:text-florida:focus{
    color: rgb(var(--color-florida));
  }

  :root .md\:focus\:text-colorado:focus{
    color: rgb(var(--color-colorado));
  }

  :root .md\:focus\:text-seattle:focus{
    color: rgb(var(--color-seattle));
  }

  :root .md\:focus\:text-denver:focus{
    color: rgb(var(--color-denver));
  }

  :root .md\:focus\:text-arizona:focus{
    color: rgb(var(--color-arizona));
  }

  :root .md\:focus\:text-shpongle:focus{
    color: rgb(var(--color-shpongle));
  }

  :root .md\:focus\:text-band:focus{
    color: rgb(var(--color-band));
  }

  :root .md\:focus\:text-blur:focus{
    color: rgba(var(--color-blur), 0.05);
  }

  :root .md\:focus\:text-mila:focus{
    color: rgba(var(--color-mila));
  }

  :root .md\:focus\:text-primary-contrast:focus{
    color: rgb(var(--color-primary-contrast));
  }

  :root .md\:focus\:text-accent-contrast:focus{
    color: rgb(var(--color-accent-contrast));
  }

  :root .md\:focus\:text-warn-contrast:focus{
    color: rgb(var(--color-warn-contrast));
  }

  :root .md\:focus\:text-red-contrast:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .md\:focus\:text-green-contrast:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .md\:focus\:text-amber-contrast:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .md\:focus\:text-orange-contrast:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .md\:focus\:text-deep-orange-contrast:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .md\:focus\:text-purple-contrast:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .md\:focus\:text-deep-purple-contrast:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .md\:focus\:text-cyan-contrast:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .md\:focus\:text-teal-contrast:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .md\:focus\:text-gray-contrast:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .md\:focus\:text-light-green-contrast:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .md\:text-opacity-0{
    --tw-text-opacity: 0;
  }

  :root .md\:text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  :root .md\:text-opacity-50{
    --tw-text-opacity: 0.5;
  }

  :root .md\:text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  :root .md\:text-opacity-100{
    --tw-text-opacity: 1;
  }

  :root .group:hover .md\:group-hover\:text-opacity-0{
    --tw-text-opacity: 0;
  }

  :root .group:hover .md\:group-hover\:text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  :root .group:hover .md\:group-hover\:text-opacity-50{
    --tw-text-opacity: 0.5;
  }

  :root .group:hover .md\:group-hover\:text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  :root .group:hover .md\:group-hover\:text-opacity-100{
    --tw-text-opacity: 1;
  }

  :root .md\:focus-within\:text-opacity-0:focus-within{
    --tw-text-opacity: 0;
  }

  :root .md\:focus-within\:text-opacity-25:focus-within{
    --tw-text-opacity: 0.25;
  }

  :root .md\:focus-within\:text-opacity-50:focus-within{
    --tw-text-opacity: 0.5;
  }

  :root .md\:focus-within\:text-opacity-75:focus-within{
    --tw-text-opacity: 0.75;
  }

  :root .md\:focus-within\:text-opacity-100:focus-within{
    --tw-text-opacity: 1;
  }

  :root .md\:hover\:text-opacity-0:hover{
    --tw-text-opacity: 0;
  }

  :root .md\:hover\:text-opacity-25:hover{
    --tw-text-opacity: 0.25;
  }

  :root .md\:hover\:text-opacity-50:hover{
    --tw-text-opacity: 0.5;
  }

  :root .md\:hover\:text-opacity-75:hover{
    --tw-text-opacity: 0.75;
  }

  :root .md\:hover\:text-opacity-100:hover{
    --tw-text-opacity: 1;
  }

  :root .md\:focus\:text-opacity-0:focus{
    --tw-text-opacity: 0;
  }

  :root .md\:focus\:text-opacity-25:focus{
    --tw-text-opacity: 0.25;
  }

  :root .md\:focus\:text-opacity-50:focus{
    --tw-text-opacity: 0.5;
  }

  :root .md\:focus\:text-opacity-75:focus{
    --tw-text-opacity: 0.75;
  }

  :root .md\:focus\:text-opacity-100:focus{
    --tw-text-opacity: 1;
  }

  :root .md\:truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  :root .md\:overflow-ellipsis{
    text-overflow: ellipsis;
  }

  :root .md\:overflow-clip{
    text-overflow: clip;
  }

  :root .md\:italic{
    font-style: italic;
  }

  :root .md\:not-italic{
    font-style: normal;
  }

  :root .md\:uppercase{
    text-transform: uppercase;
  }

  :root .md\:lowercase{
    text-transform: lowercase;
  }

  :root .md\:capitalize{
    text-transform: capitalize;
  }

  :root .md\:normal-case{
    text-transform: none;
  }

  :root .md\:underline{
    text-decoration: underline;
  }

  :root .md\:line-through{
    text-decoration: line-through;
  }

  :root .md\:no-underline{
    text-decoration: none;
  }

  :root .md\:hover\:underline:hover{
    text-decoration: underline;
  }

  :root .md\:hover\:line-through:hover{
    text-decoration: line-through;
  }

  :root .md\:hover\:no-underline:hover{
    text-decoration: none;
  }

  :root .md\:focus\:underline:focus{
    text-decoration: underline;
  }

  :root .md\:focus\:line-through:focus{
    text-decoration: line-through;
  }

  :root .md\:focus\:no-underline:focus{
    text-decoration: none;
  }

  :root .md\:antialiased{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  :root .md\:subpixel-antialiased{
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  :root .md\:ordinal, :root .md\:slashed-zero, :root .md\:lining-nums, :root .md\:oldstyle-nums, :root .md\:proportional-nums, :root .md\:tabular-nums, :root .md\:diagonal-fractions, :root .md\:stacked-fractions{
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/);
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
  }

  :root .md\:normal-nums{
    font-variant-numeric: normal;
  }

  :root .md\:ordinal{
    --tw-ordinal: ordinal;
  }

  :root .md\:slashed-zero{
    --tw-slashed-zero: slashed-zero;
  }

  :root .md\:lining-nums{
    --tw-numeric-figure: lining-nums;
  }

  :root .md\:oldstyle-nums{
    --tw-numeric-figure: oldstyle-nums;
  }

  :root .md\:proportional-nums{
    --tw-numeric-spacing: proportional-nums;
  }

  :root .md\:tabular-nums{
    --tw-numeric-spacing: tabular-nums;
  }

  :root .md\:diagonal-fractions{
    --tw-numeric-fraction: diagonal-fractions;
  }

  :root .md\:stacked-fractions{
    --tw-numeric-fraction: stacked-fractions;
  }

  :root .md\:tracking-tighter{
    letter-spacing: -0.05em;
  }

  :root .md\:tracking-tight{
    letter-spacing: -0.025em;
  }

  :root .md\:tracking-normal{
    letter-spacing: 0;
  }

  :root .md\:tracking-wide{
    letter-spacing: 0.025em;
  }

  :root .md\:tracking-wider{
    letter-spacing: 0.05em;
  }

  :root .md\:tracking-widest{
    letter-spacing: 0.1em;
  }

  :root .md\:select-none{
    -webkit-user-select: none;
            user-select: none;
  }

  :root .md\:select-text{
    -webkit-user-select: text;
            user-select: text;
  }

  :root .md\:select-all{
    -webkit-user-select: all;
            user-select: all;
  }

  :root .md\:select-auto{
    -webkit-user-select: auto;
            user-select: auto;
  }

  :root .md\:align-baseline{
    vertical-align: baseline;
  }

  :root .md\:align-top{
    vertical-align: top;
  }

  :root .md\:align-middle{
    vertical-align: middle;
  }

  :root .md\:align-bottom{
    vertical-align: bottom;
  }

  :root .md\:align-text-top{
    vertical-align: text-top;
  }

  :root .md\:align-text-bottom{
    vertical-align: text-bottom;
  }

  :root .md\:visible{
    visibility: visible;
  }

  :root .md\:invisible{
    visibility: hidden;
  }

  :root .md\:whitespace-normal{
    white-space: normal;
  }

  :root .md\:whitespace-nowrap{
    white-space: nowrap;
  }

  :root .md\:whitespace-pre{
    white-space: pre;
  }

  :root .md\:whitespace-pre-line{
    white-space: pre-line;
  }

  :root .md\:whitespace-pre-wrap{
    white-space: pre-wrap;
  }

  :root .md\:break-normal{
    overflow-wrap: normal;
    word-break: normal;
  }

  :root .md\:break-words{
    overflow-wrap: break-word;
  }

  :root .md\:break-all{
    word-break: break-all;
  }

  :root .md\:w-0{
    width: 0;
  }

  :root .md\:w-1{
    width: 0.25rem;
  }

  :root .md\:w-2{
    width: 0.5rem;
  }

  :root .md\:w-3{
    width: 0.75rem;
  }

  :root .md\:w-4{
    width: 1rem;
  }

  :root .md\:w-5{
    width: 1.25rem;
  }

  :root .md\:w-6{
    width: 1.5rem;
  }

  :root .md\:w-7{
    width: 1.75rem;
  }

  :root .md\:w-8{
    width: 2rem;
  }

  :root .md\:w-9{
    width: 2.25rem;
  }

  :root .md\:w-10{
    width: 2.5rem;
  }

  :root .md\:w-11{
    width: 2.75rem;
  }

  :root .md\:w-12{
    width: 3rem;
  }

  :root .md\:w-14{
    width: 3.5rem;
  }

  :root .md\:w-16{
    width: 4rem;
  }

  :root .md\:w-20{
    width: 5rem;
  }

  :root .md\:w-24{
    width: 6rem;
  }

  :root .md\:w-28{
    width: 7rem;
  }

  :root .md\:w-32{
    width: 8rem;
  }

  :root .md\:w-36{
    width: 9rem;
  }

  :root .md\:w-40{
    width: 10rem;
  }

  :root .md\:w-44{
    width: 11rem;
  }

  :root .md\:w-48{
    width: 12rem;
  }

  :root .md\:w-52{
    width: 13rem;
  }

  :root .md\:w-56{
    width: 14rem;
  }

  :root .md\:w-60{
    width: 15rem;
  }

  :root .md\:w-64{
    width: 16rem;
  }

  :root .md\:w-72{
    width: 18rem;
  }

  :root .md\:w-80{
    width: 20rem;
  }

  :root .md\:w-96{
    width: 24rem;
  }

  :root .md\:w-auto{
    width: auto;
  }

  :root .md\:w-px{
    width: 1px;
  }

  :root .md\:w-gutter{
    width: var(--padding-gutter);
  }

  :root .md\:w-0\.5{
    width: 0.125rem;
  }

  :root .md\:w-1\.5{
    width: 0.375rem;
  }

  :root .md\:w-2\.5{
    width: 0.625rem;
  }

  :root .md\:w-3\.5{
    width: 0.875rem;
  }

  :root .md\:w-17\.5{
    width: 4.375rem;
  }

  :root .md\:w-1\/2{
    width: 50%;
  }

  :root .md\:w-1\/3{
    width: 33.333333%;
  }

  :root .md\:w-2\/3{
    width: 66.666667%;
  }

  :root .md\:w-1\/4{
    width: 25%;
  }

  :root .md\:w-2\/4{
    width: 50%;
  }

  :root .md\:w-3\/4{
    width: 75%;
  }

  :root .md\:w-1\/5{
    width: 20%;
  }

  :root .md\:w-2\/5{
    width: 40%;
  }

  :root .md\:w-3\/5{
    width: 60%;
  }

  :root .md\:w-4\/5{
    width: 80%;
  }

  :root .md\:w-1\/6{
    width: 16.666667%;
  }

  :root .md\:w-2\/6{
    width: 33.333333%;
  }

  :root .md\:w-3\/6{
    width: 50%;
  }

  :root .md\:w-4\/6{
    width: 66.666667%;
  }

  :root .md\:w-5\/6{
    width: 83.333333%;
  }

  :root .md\:w-1\/12{
    width: 8.333333%;
  }

  :root .md\:w-2\/12{
    width: 16.666667%;
  }

  :root .md\:w-3\/12{
    width: 25%;
  }

  :root .md\:w-4\/12{
    width: 33.333333%;
  }

  :root .md\:w-5\/12{
    width: 41.666667%;
  }

  :root .md\:w-6\/12{
    width: 50%;
  }

  :root .md\:w-7\/12{
    width: 58.333333%;
  }

  :root .md\:w-8\/12{
    width: 66.666667%;
  }

  :root .md\:w-9\/12{
    width: 75%;
  }

  :root .md\:w-10\/12{
    width: 83.333333%;
  }

  :root .md\:w-11\/12{
    width: 91.666667%;
  }

  :root .md\:w-full{
    width: 100%;
  }

  :root .md\:w-screen{
    width: 100vw;
  }

  :root .md\:z-0{
    z-index: 0;
  }

  :root .md\:z-10{
    z-index: 10;
  }

  :root .md\:z-20{
    z-index: 20;
  }

  :root .md\:z-30{
    z-index: 30;
  }

  :root .md\:z-40{
    z-index: 40;
  }

  :root .md\:z-50{
    z-index: 50;
  }

  :root .md\:z-100{
    z-index: 100;
  }

  :root .md\:z-10000{
    z-index: 100000000;
  }

  :root .md\:z-10001{
    z-index: 100000001;
  }

  :root .md\:z-auto{
    z-index: auto;
  }

  :root .md\:isolate{
    isolation: isolate;
  }

  :root .md\:isolation-auto{
    isolation: auto;
  }

  :root .md\:gap-0{
    gap: 0;
  }

  :root .md\:gap-1{
    gap: 0.25rem;
  }

  :root .md\:gap-2{
    gap: 0.5rem;
  }

  :root .md\:gap-3{
    gap: 0.75rem;
  }

  :root .md\:gap-4{
    gap: 1rem;
  }

  :root .md\:gap-5{
    gap: 1.25rem;
  }

  :root .md\:gap-6{
    gap: 1.5rem;
  }

  :root .md\:gap-7{
    gap: 1.75rem;
  }

  :root .md\:gap-8{
    gap: 2rem;
  }

  :root .md\:gap-9{
    gap: 2.25rem;
  }

  :root .md\:gap-10{
    gap: 2.5rem;
  }

  :root .md\:gap-11{
    gap: 2.75rem;
  }

  :root .md\:gap-12{
    gap: 3rem;
  }

  :root .md\:gap-14{
    gap: 3.5rem;
  }

  :root .md\:gap-16{
    gap: 4rem;
  }

  :root .md\:gap-20{
    gap: 5rem;
  }

  :root .md\:gap-24{
    gap: 6rem;
  }

  :root .md\:gap-28{
    gap: 7rem;
  }

  :root .md\:gap-32{
    gap: 8rem;
  }

  :root .md\:gap-36{
    gap: 9rem;
  }

  :root .md\:gap-40{
    gap: 10rem;
  }

  :root .md\:gap-44{
    gap: 11rem;
  }

  :root .md\:gap-48{
    gap: 12rem;
  }

  :root .md\:gap-52{
    gap: 13rem;
  }

  :root .md\:gap-56{
    gap: 14rem;
  }

  :root .md\:gap-60{
    gap: 15rem;
  }

  :root .md\:gap-64{
    gap: 16rem;
  }

  :root .md\:gap-72{
    gap: 18rem;
  }

  :root .md\:gap-80{
    gap: 20rem;
  }

  :root .md\:gap-96{
    gap: 24rem;
  }

  :root .md\:gap-px{
    gap: 1px;
  }

  :root .md\:gap-gutter{
    gap: var(--padding-gutter);
  }

  :root .md\:gap-0\.5{
    gap: 0.125rem;
  }

  :root .md\:gap-1\.5{
    gap: 0.375rem;
  }

  :root .md\:gap-2\.5{
    gap: 0.625rem;
  }

  :root .md\:gap-3\.5{
    gap: 0.875rem;
  }

  :root .md\:gap-17\.5{
    gap: 4.375rem;
  }

  :root .md\:gap-x-0{
    column-gap: 0;
  }

  :root .md\:gap-x-1{
    column-gap: 0.25rem;
  }

  :root .md\:gap-x-2{
    column-gap: 0.5rem;
  }

  :root .md\:gap-x-3{
    column-gap: 0.75rem;
  }

  :root .md\:gap-x-4{
    column-gap: 1rem;
  }

  :root .md\:gap-x-5{
    column-gap: 1.25rem;
  }

  :root .md\:gap-x-6{
    column-gap: 1.5rem;
  }

  :root .md\:gap-x-7{
    column-gap: 1.75rem;
  }

  :root .md\:gap-x-8{
    column-gap: 2rem;
  }

  :root .md\:gap-x-9{
    column-gap: 2.25rem;
  }

  :root .md\:gap-x-10{
    column-gap: 2.5rem;
  }

  :root .md\:gap-x-11{
    column-gap: 2.75rem;
  }

  :root .md\:gap-x-12{
    column-gap: 3rem;
  }

  :root .md\:gap-x-14{
    column-gap: 3.5rem;
  }

  :root .md\:gap-x-16{
    column-gap: 4rem;
  }

  :root .md\:gap-x-20{
    column-gap: 5rem;
  }

  :root .md\:gap-x-24{
    column-gap: 6rem;
  }

  :root .md\:gap-x-28{
    column-gap: 7rem;
  }

  :root .md\:gap-x-32{
    column-gap: 8rem;
  }

  :root .md\:gap-x-36{
    column-gap: 9rem;
  }

  :root .md\:gap-x-40{
    column-gap: 10rem;
  }

  :root .md\:gap-x-44{
    column-gap: 11rem;
  }

  :root .md\:gap-x-48{
    column-gap: 12rem;
  }

  :root .md\:gap-x-52{
    column-gap: 13rem;
  }

  :root .md\:gap-x-56{
    column-gap: 14rem;
  }

  :root .md\:gap-x-60{
    column-gap: 15rem;
  }

  :root .md\:gap-x-64{
    column-gap: 16rem;
  }

  :root .md\:gap-x-72{
    column-gap: 18rem;
  }

  :root .md\:gap-x-80{
    column-gap: 20rem;
  }

  :root .md\:gap-x-96{
    column-gap: 24rem;
  }

  :root .md\:gap-x-px{
    column-gap: 1px;
  }

  :root .md\:gap-x-gutter{
    column-gap: var(--padding-gutter);
  }

  :root .md\:gap-x-0\.5{
    column-gap: 0.125rem;
  }

  :root .md\:gap-x-1\.5{
    column-gap: 0.375rem;
  }

  :root .md\:gap-x-2\.5{
    column-gap: 0.625rem;
  }

  :root .md\:gap-x-3\.5{
    column-gap: 0.875rem;
  }

  :root .md\:gap-x-17\.5{
    column-gap: 4.375rem;
  }

  :root .md\:gap-y-0{
    row-gap: 0;
  }

  :root .md\:gap-y-1{
    row-gap: 0.25rem;
  }

  :root .md\:gap-y-2{
    row-gap: 0.5rem;
  }

  :root .md\:gap-y-3{
    row-gap: 0.75rem;
  }

  :root .md\:gap-y-4{
    row-gap: 1rem;
  }

  :root .md\:gap-y-5{
    row-gap: 1.25rem;
  }

  :root .md\:gap-y-6{
    row-gap: 1.5rem;
  }

  :root .md\:gap-y-7{
    row-gap: 1.75rem;
  }

  :root .md\:gap-y-8{
    row-gap: 2rem;
  }

  :root .md\:gap-y-9{
    row-gap: 2.25rem;
  }

  :root .md\:gap-y-10{
    row-gap: 2.5rem;
  }

  :root .md\:gap-y-11{
    row-gap: 2.75rem;
  }

  :root .md\:gap-y-12{
    row-gap: 3rem;
  }

  :root .md\:gap-y-14{
    row-gap: 3.5rem;
  }

  :root .md\:gap-y-16{
    row-gap: 4rem;
  }

  :root .md\:gap-y-20{
    row-gap: 5rem;
  }

  :root .md\:gap-y-24{
    row-gap: 6rem;
  }

  :root .md\:gap-y-28{
    row-gap: 7rem;
  }

  :root .md\:gap-y-32{
    row-gap: 8rem;
  }

  :root .md\:gap-y-36{
    row-gap: 9rem;
  }

  :root .md\:gap-y-40{
    row-gap: 10rem;
  }

  :root .md\:gap-y-44{
    row-gap: 11rem;
  }

  :root .md\:gap-y-48{
    row-gap: 12rem;
  }

  :root .md\:gap-y-52{
    row-gap: 13rem;
  }

  :root .md\:gap-y-56{
    row-gap: 14rem;
  }

  :root .md\:gap-y-60{
    row-gap: 15rem;
  }

  :root .md\:gap-y-64{
    row-gap: 16rem;
  }

  :root .md\:gap-y-72{
    row-gap: 18rem;
  }

  :root .md\:gap-y-80{
    row-gap: 20rem;
  }

  :root .md\:gap-y-96{
    row-gap: 24rem;
  }

  :root .md\:gap-y-px{
    row-gap: 1px;
  }

  :root .md\:gap-y-gutter{
    row-gap: var(--padding-gutter);
  }

  :root .md\:gap-y-0\.5{
    row-gap: 0.125rem;
  }

  :root .md\:gap-y-1\.5{
    row-gap: 0.375rem;
  }

  :root .md\:gap-y-2\.5{
    row-gap: 0.625rem;
  }

  :root .md\:gap-y-3\.5{
    row-gap: 0.875rem;
  }

  :root .md\:gap-y-17\.5{
    row-gap: 4.375rem;
  }

  :root .md\:grid-flow-row{
    grid-auto-flow: row;
  }

  :root .md\:grid-flow-col{
    grid-auto-flow: column;
  }

  :root .md\:grid-flow-row-dense{
    grid-auto-flow: row dense;
  }

  :root .md\:grid-flow-col-dense{
    grid-auto-flow: column dense;
  }

  :root .md\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  :root .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  :root .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  :root .md\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  :root .md\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  :root .md\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  :root .md\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  :root .md\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  :root .md\:grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  :root .md\:grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  :root .md\:grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  :root .md\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  :root .md\:grid-cols-none{
    grid-template-columns: none;
  }

  :root .md\:auto-cols-auto{
    grid-auto-columns: auto;
  }

  :root .md\:auto-cols-min{
    grid-auto-columns: min-content;
  }

  :root .md\:auto-cols-max{
    grid-auto-columns: max-content;
  }

  :root .md\:auto-cols-fr{
    grid-auto-columns: minmax(0, 1fr);
  }

  :root .md\:col-auto{
    grid-column: auto;
  }

  :root .md\:col-span-1{
    grid-column: span 1 / span 1;
  }

  :root .md\:col-span-2{
    grid-column: span 2 / span 2;
  }

  :root .md\:col-span-3{
    grid-column: span 3 / span 3;
  }

  :root .md\:col-span-4{
    grid-column: span 4 / span 4;
  }

  :root .md\:col-span-5{
    grid-column: span 5 / span 5;
  }

  :root .md\:col-span-6{
    grid-column: span 6 / span 6;
  }

  :root .md\:col-span-7{
    grid-column: span 7 / span 7;
  }

  :root .md\:col-span-8{
    grid-column: span 8 / span 8;
  }

  :root .md\:col-span-9{
    grid-column: span 9 / span 9;
  }

  :root .md\:col-span-10{
    grid-column: span 10 / span 10;
  }

  :root .md\:col-span-11{
    grid-column: span 11 / span 11;
  }

  :root .md\:col-span-12{
    grid-column: span 12 / span 12;
  }

  :root .md\:col-span-full{
    grid-column: 1 / -1;
  }

  :root .md\:col-start-1{
    grid-column-start: 1;
  }

  :root .md\:col-start-2{
    grid-column-start: 2;
  }

  :root .md\:col-start-3{
    grid-column-start: 3;
  }

  :root .md\:col-start-4{
    grid-column-start: 4;
  }

  :root .md\:col-start-5{
    grid-column-start: 5;
  }

  :root .md\:col-start-6{
    grid-column-start: 6;
  }

  :root .md\:col-start-7{
    grid-column-start: 7;
  }

  :root .md\:col-start-8{
    grid-column-start: 8;
  }

  :root .md\:col-start-9{
    grid-column-start: 9;
  }

  :root .md\:col-start-10{
    grid-column-start: 10;
  }

  :root .md\:col-start-11{
    grid-column-start: 11;
  }

  :root .md\:col-start-12{
    grid-column-start: 12;
  }

  :root .md\:col-start-13{
    grid-column-start: 13;
  }

  :root .md\:col-start-auto{
    grid-column-start: auto;
  }

  :root .md\:col-end-1{
    grid-column-end: 1;
  }

  :root .md\:col-end-2{
    grid-column-end: 2;
  }

  :root .md\:col-end-3{
    grid-column-end: 3;
  }

  :root .md\:col-end-4{
    grid-column-end: 4;
  }

  :root .md\:col-end-5{
    grid-column-end: 5;
  }

  :root .md\:col-end-6{
    grid-column-end: 6;
  }

  :root .md\:col-end-7{
    grid-column-end: 7;
  }

  :root .md\:col-end-8{
    grid-column-end: 8;
  }

  :root .md\:col-end-9{
    grid-column-end: 9;
  }

  :root .md\:col-end-10{
    grid-column-end: 10;
  }

  :root .md\:col-end-11{
    grid-column-end: 11;
  }

  :root .md\:col-end-12{
    grid-column-end: 12;
  }

  :root .md\:col-end-13{
    grid-column-end: 13;
  }

  :root .md\:col-end-auto{
    grid-column-end: auto;
  }

  :root .md\:grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  :root .md\:grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  :root .md\:grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  :root .md\:grid-rows-4{
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  :root .md\:grid-rows-5{
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  :root .md\:grid-rows-6{
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  :root .md\:grid-rows-none{
    grid-template-rows: none;
  }

  :root .md\:auto-rows-auto{
    grid-auto-rows: auto;
  }

  :root .md\:auto-rows-min{
    grid-auto-rows: min-content;
  }

  :root .md\:auto-rows-max{
    grid-auto-rows: max-content;
  }

  :root .md\:auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr);
  }

  :root .md\:row-auto{
    grid-row: auto;
  }

  :root .md\:row-span-1{
    grid-row: span 1 / span 1;
  }

  :root .md\:row-span-2{
    grid-row: span 2 / span 2;
  }

  :root .md\:row-span-3{
    grid-row: span 3 / span 3;
  }

  :root .md\:row-span-4{
    grid-row: span 4 / span 4;
  }

  :root .md\:row-span-5{
    grid-row: span 5 / span 5;
  }

  :root .md\:row-span-6{
    grid-row: span 6 / span 6;
  }

  :root .md\:row-span-full{
    grid-row: 1 / -1;
  }

  :root .md\:row-start-1{
    grid-row-start: 1;
  }

  :root .md\:row-start-2{
    grid-row-start: 2;
  }

  :root .md\:row-start-3{
    grid-row-start: 3;
  }

  :root .md\:row-start-4{
    grid-row-start: 4;
  }

  :root .md\:row-start-5{
    grid-row-start: 5;
  }

  :root .md\:row-start-6{
    grid-row-start: 6;
  }

  :root .md\:row-start-7{
    grid-row-start: 7;
  }

  :root .md\:row-start-auto{
    grid-row-start: auto;
  }

  :root .md\:row-end-1{
    grid-row-end: 1;
  }

  :root .md\:row-end-2{
    grid-row-end: 2;
  }

  :root .md\:row-end-3{
    grid-row-end: 3;
  }

  :root .md\:row-end-4{
    grid-row-end: 4;
  }

  :root .md\:row-end-5{
    grid-row-end: 5;
  }

  :root .md\:row-end-6{
    grid-row-end: 6;
  }

  :root .md\:row-end-7{
    grid-row-end: 7;
  }

  :root .md\:row-end-auto{
    grid-row-end: auto;
  }

  :root .md\:transform{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  :root .md\:transform-gpu{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  :root .md\:transform-none{
    transform: none;
  }

  :root .md\:origin-center{
    transform-origin: center;
  }

  :root .md\:origin-top{
    transform-origin: top;
  }

  :root .md\:origin-top-right{
    transform-origin: top right;
  }

  :root .md\:origin-right{
    transform-origin: right;
  }

  :root .md\:origin-bottom-right{
    transform-origin: bottom right;
  }

  :root .md\:origin-bottom{
    transform-origin: bottom;
  }

  :root .md\:origin-bottom-left{
    transform-origin: bottom left;
  }

  :root .md\:origin-left{
    transform-origin: left;
  }

  :root .md\:origin-top-left{
    transform-origin: top left;
  }

  :root .md\:scale-0{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  :root .md\:scale-50{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  :root .md\:scale-75{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  :root .md\:scale-90{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  :root .md\:scale-95{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  :root .md\:scale-100{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  :root .md\:scale-105{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  :root .md\:scale-110{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  :root .md\:scale-125{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  :root .md\:scale-150{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  :root .md\:scale-x-0{
    --tw-scale-x: 0;
  }

  :root .md\:scale-x-50{
    --tw-scale-x: .5;
  }

  :root .md\:scale-x-75{
    --tw-scale-x: .75;
  }

  :root .md\:scale-x-90{
    --tw-scale-x: .9;
  }

  :root .md\:scale-x-95{
    --tw-scale-x: .95;
  }

  :root .md\:scale-x-100{
    --tw-scale-x: 1;
  }

  :root .md\:scale-x-105{
    --tw-scale-x: 1.05;
  }

  :root .md\:scale-x-110{
    --tw-scale-x: 1.1;
  }

  :root .md\:scale-x-125{
    --tw-scale-x: 1.25;
  }

  :root .md\:scale-x-150{
    --tw-scale-x: 1.5;
  }

  :root .md\:scale-y-0{
    --tw-scale-y: 0;
  }

  :root .md\:scale-y-50{
    --tw-scale-y: .5;
  }

  :root .md\:scale-y-75{
    --tw-scale-y: .75;
  }

  :root .md\:scale-y-90{
    --tw-scale-y: .9;
  }

  :root .md\:scale-y-95{
    --tw-scale-y: .95;
  }

  :root .md\:scale-y-100{
    --tw-scale-y: 1;
  }

  :root .md\:scale-y-105{
    --tw-scale-y: 1.05;
  }

  :root .md\:scale-y-110{
    --tw-scale-y: 1.1;
  }

  :root .md\:scale-y-125{
    --tw-scale-y: 1.25;
  }

  :root .md\:scale-y-150{
    --tw-scale-y: 1.5;
  }

  :root .md\:hover\:scale-0:hover{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  :root .md\:hover\:scale-50:hover{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  :root .md\:hover\:scale-75:hover{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  :root .md\:hover\:scale-90:hover{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  :root .md\:hover\:scale-95:hover{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  :root .md\:hover\:scale-100:hover{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  :root .md\:hover\:scale-105:hover{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  :root .md\:hover\:scale-110:hover{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  :root .md\:hover\:scale-125:hover{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  :root .md\:hover\:scale-150:hover{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  :root .md\:hover\:scale-x-0:hover{
    --tw-scale-x: 0;
  }

  :root .md\:hover\:scale-x-50:hover{
    --tw-scale-x: .5;
  }

  :root .md\:hover\:scale-x-75:hover{
    --tw-scale-x: .75;
  }

  :root .md\:hover\:scale-x-90:hover{
    --tw-scale-x: .9;
  }

  :root .md\:hover\:scale-x-95:hover{
    --tw-scale-x: .95;
  }

  :root .md\:hover\:scale-x-100:hover{
    --tw-scale-x: 1;
  }

  :root .md\:hover\:scale-x-105:hover{
    --tw-scale-x: 1.05;
  }

  :root .md\:hover\:scale-x-110:hover{
    --tw-scale-x: 1.1;
  }

  :root .md\:hover\:scale-x-125:hover{
    --tw-scale-x: 1.25;
  }

  :root .md\:hover\:scale-x-150:hover{
    --tw-scale-x: 1.5;
  }

  :root .md\:hover\:scale-y-0:hover{
    --tw-scale-y: 0;
  }

  :root .md\:hover\:scale-y-50:hover{
    --tw-scale-y: .5;
  }

  :root .md\:hover\:scale-y-75:hover{
    --tw-scale-y: .75;
  }

  :root .md\:hover\:scale-y-90:hover{
    --tw-scale-y: .9;
  }

  :root .md\:hover\:scale-y-95:hover{
    --tw-scale-y: .95;
  }

  :root .md\:hover\:scale-y-100:hover{
    --tw-scale-y: 1;
  }

  :root .md\:hover\:scale-y-105:hover{
    --tw-scale-y: 1.05;
  }

  :root .md\:hover\:scale-y-110:hover{
    --tw-scale-y: 1.1;
  }

  :root .md\:hover\:scale-y-125:hover{
    --tw-scale-y: 1.25;
  }

  :root .md\:hover\:scale-y-150:hover{
    --tw-scale-y: 1.5;
  }

  :root .md\:focus\:scale-0:focus{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  :root .md\:focus\:scale-50:focus{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  :root .md\:focus\:scale-75:focus{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  :root .md\:focus\:scale-90:focus{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  :root .md\:focus\:scale-95:focus{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  :root .md\:focus\:scale-100:focus{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  :root .md\:focus\:scale-105:focus{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  :root .md\:focus\:scale-110:focus{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  :root .md\:focus\:scale-125:focus{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  :root .md\:focus\:scale-150:focus{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  :root .md\:focus\:scale-x-0:focus{
    --tw-scale-x: 0;
  }

  :root .md\:focus\:scale-x-50:focus{
    --tw-scale-x: .5;
  }

  :root .md\:focus\:scale-x-75:focus{
    --tw-scale-x: .75;
  }

  :root .md\:focus\:scale-x-90:focus{
    --tw-scale-x: .9;
  }

  :root .md\:focus\:scale-x-95:focus{
    --tw-scale-x: .95;
  }

  :root .md\:focus\:scale-x-100:focus{
    --tw-scale-x: 1;
  }

  :root .md\:focus\:scale-x-105:focus{
    --tw-scale-x: 1.05;
  }

  :root .md\:focus\:scale-x-110:focus{
    --tw-scale-x: 1.1;
  }

  :root .md\:focus\:scale-x-125:focus{
    --tw-scale-x: 1.25;
  }

  :root .md\:focus\:scale-x-150:focus{
    --tw-scale-x: 1.5;
  }

  :root .md\:focus\:scale-y-0:focus{
    --tw-scale-y: 0;
  }

  :root .md\:focus\:scale-y-50:focus{
    --tw-scale-y: .5;
  }

  :root .md\:focus\:scale-y-75:focus{
    --tw-scale-y: .75;
  }

  :root .md\:focus\:scale-y-90:focus{
    --tw-scale-y: .9;
  }

  :root .md\:focus\:scale-y-95:focus{
    --tw-scale-y: .95;
  }

  :root .md\:focus\:scale-y-100:focus{
    --tw-scale-y: 1;
  }

  :root .md\:focus\:scale-y-105:focus{
    --tw-scale-y: 1.05;
  }

  :root .md\:focus\:scale-y-110:focus{
    --tw-scale-y: 1.1;
  }

  :root .md\:focus\:scale-y-125:focus{
    --tw-scale-y: 1.25;
  }

  :root .md\:focus\:scale-y-150:focus{
    --tw-scale-y: 1.5;
  }

  :root .md\:rotate-0{
    --tw-rotate: 0deg;
  }

  :root .md\:rotate-1{
    --tw-rotate: 1deg;
  }

  :root .md\:rotate-2{
    --tw-rotate: 2deg;
  }

  :root .md\:rotate-3{
    --tw-rotate: 3deg;
  }

  :root .md\:rotate-6{
    --tw-rotate: 6deg;
  }

  :root .md\:rotate-12{
    --tw-rotate: 12deg;
  }

  :root .md\:rotate-45{
    --tw-rotate: 45deg;
  }

  :root .md\:rotate-90{
    --tw-rotate: 90deg;
  }

  :root .md\:rotate-180{
    --tw-rotate: 180deg;
  }

  :root .md\:-rotate-180{
    --tw-rotate: -180deg;
  }

  :root .md\:-rotate-90{
    --tw-rotate: -90deg;
  }

  :root .md\:-rotate-45{
    --tw-rotate: -45deg;
  }

  :root .md\:-rotate-12{
    --tw-rotate: -12deg;
  }

  :root .md\:-rotate-6{
    --tw-rotate: -6deg;
  }

  :root .md\:-rotate-3{
    --tw-rotate: -3deg;
  }

  :root .md\:-rotate-2{
    --tw-rotate: -2deg;
  }

  :root .md\:-rotate-1{
    --tw-rotate: -1deg;
  }

  :root .md\:hover\:rotate-0:hover{
    --tw-rotate: 0deg;
  }

  :root .md\:hover\:rotate-1:hover{
    --tw-rotate: 1deg;
  }

  :root .md\:hover\:rotate-2:hover{
    --tw-rotate: 2deg;
  }

  :root .md\:hover\:rotate-3:hover{
    --tw-rotate: 3deg;
  }

  :root .md\:hover\:rotate-6:hover{
    --tw-rotate: 6deg;
  }

  :root .md\:hover\:rotate-12:hover{
    --tw-rotate: 12deg;
  }

  :root .md\:hover\:rotate-45:hover{
    --tw-rotate: 45deg;
  }

  :root .md\:hover\:rotate-90:hover{
    --tw-rotate: 90deg;
  }

  :root .md\:hover\:rotate-180:hover{
    --tw-rotate: 180deg;
  }

  :root .md\:hover\:-rotate-180:hover{
    --tw-rotate: -180deg;
  }

  :root .md\:hover\:-rotate-90:hover{
    --tw-rotate: -90deg;
  }

  :root .md\:hover\:-rotate-45:hover{
    --tw-rotate: -45deg;
  }

  :root .md\:hover\:-rotate-12:hover{
    --tw-rotate: -12deg;
  }

  :root .md\:hover\:-rotate-6:hover{
    --tw-rotate: -6deg;
  }

  :root .md\:hover\:-rotate-3:hover{
    --tw-rotate: -3deg;
  }

  :root .md\:hover\:-rotate-2:hover{
    --tw-rotate: -2deg;
  }

  :root .md\:hover\:-rotate-1:hover{
    --tw-rotate: -1deg;
  }

  :root .md\:focus\:rotate-0:focus{
    --tw-rotate: 0deg;
  }

  :root .md\:focus\:rotate-1:focus{
    --tw-rotate: 1deg;
  }

  :root .md\:focus\:rotate-2:focus{
    --tw-rotate: 2deg;
  }

  :root .md\:focus\:rotate-3:focus{
    --tw-rotate: 3deg;
  }

  :root .md\:focus\:rotate-6:focus{
    --tw-rotate: 6deg;
  }

  :root .md\:focus\:rotate-12:focus{
    --tw-rotate: 12deg;
  }

  :root .md\:focus\:rotate-45:focus{
    --tw-rotate: 45deg;
  }

  :root .md\:focus\:rotate-90:focus{
    --tw-rotate: 90deg;
  }

  :root .md\:focus\:rotate-180:focus{
    --tw-rotate: 180deg;
  }

  :root .md\:focus\:-rotate-180:focus{
    --tw-rotate: -180deg;
  }

  :root .md\:focus\:-rotate-90:focus{
    --tw-rotate: -90deg;
  }

  :root .md\:focus\:-rotate-45:focus{
    --tw-rotate: -45deg;
  }

  :root .md\:focus\:-rotate-12:focus{
    --tw-rotate: -12deg;
  }

  :root .md\:focus\:-rotate-6:focus{
    --tw-rotate: -6deg;
  }

  :root .md\:focus\:-rotate-3:focus{
    --tw-rotate: -3deg;
  }

  :root .md\:focus\:-rotate-2:focus{
    --tw-rotate: -2deg;
  }

  :root .md\:focus\:-rotate-1:focus{
    --tw-rotate: -1deg;
  }

  :root .md\:translate-x-0{
    --tw-translate-x: 0;
  }

  :root .md\:translate-x-1{
    --tw-translate-x: 0.25rem;
  }

  :root .md\:translate-x-2{
    --tw-translate-x: 0.5rem;
  }

  :root .md\:translate-x-3{
    --tw-translate-x: 0.75rem;
  }

  :root .md\:translate-x-4{
    --tw-translate-x: 1rem;
  }

  :root .md\:translate-x-5{
    --tw-translate-x: 1.25rem;
  }

  :root .md\:translate-x-6{
    --tw-translate-x: 1.5rem;
  }

  :root .md\:translate-x-7{
    --tw-translate-x: 1.75rem;
  }

  :root .md\:translate-x-8{
    --tw-translate-x: 2rem;
  }

  :root .md\:translate-x-9{
    --tw-translate-x: 2.25rem;
  }

  :root .md\:translate-x-10{
    --tw-translate-x: 2.5rem;
  }

  :root .md\:translate-x-11{
    --tw-translate-x: 2.75rem;
  }

  :root .md\:translate-x-12{
    --tw-translate-x: 3rem;
  }

  :root .md\:translate-x-14{
    --tw-translate-x: 3.5rem;
  }

  :root .md\:translate-x-16{
    --tw-translate-x: 4rem;
  }

  :root .md\:translate-x-20{
    --tw-translate-x: 5rem;
  }

  :root .md\:translate-x-24{
    --tw-translate-x: 6rem;
  }

  :root .md\:translate-x-28{
    --tw-translate-x: 7rem;
  }

  :root .md\:translate-x-32{
    --tw-translate-x: 8rem;
  }

  :root .md\:translate-x-36{
    --tw-translate-x: 9rem;
  }

  :root .md\:translate-x-40{
    --tw-translate-x: 10rem;
  }

  :root .md\:translate-x-44{
    --tw-translate-x: 11rem;
  }

  :root .md\:translate-x-48{
    --tw-translate-x: 12rem;
  }

  :root .md\:translate-x-52{
    --tw-translate-x: 13rem;
  }

  :root .md\:translate-x-56{
    --tw-translate-x: 14rem;
  }

  :root .md\:translate-x-60{
    --tw-translate-x: 15rem;
  }

  :root .md\:translate-x-64{
    --tw-translate-x: 16rem;
  }

  :root .md\:translate-x-72{
    --tw-translate-x: 18rem;
  }

  :root .md\:translate-x-80{
    --tw-translate-x: 20rem;
  }

  :root .md\:translate-x-96{
    --tw-translate-x: 24rem;
  }

  :root .md\:translate-x-px{
    --tw-translate-x: 1px;
  }

  :root .md\:translate-x-gutter{
    --tw-translate-x: var(--padding-gutter);
  }

  :root .md\:translate-x-0\.5{
    --tw-translate-x: 0.125rem;
  }

  :root .md\:translate-x-1\.5{
    --tw-translate-x: 0.375rem;
  }

  :root .md\:translate-x-2\.5{
    --tw-translate-x: 0.625rem;
  }

  :root .md\:translate-x-3\.5{
    --tw-translate-x: 0.875rem;
  }

  :root .md\:translate-x-17\.5{
    --tw-translate-x: 4.375rem;
  }

  :root .md\:-translate-x-1{
    --tw-translate-x: -0.25rem;
  }

  :root .md\:-translate-x-2{
    --tw-translate-x: -0.5rem;
  }

  :root .md\:-translate-x-3{
    --tw-translate-x: -0.75rem;
  }

  :root .md\:-translate-x-4{
    --tw-translate-x: -1rem;
  }

  :root .md\:-translate-x-5{
    --tw-translate-x: -1.25rem;
  }

  :root .md\:-translate-x-6{
    --tw-translate-x: -1.5rem;
  }

  :root .md\:-translate-x-7{
    --tw-translate-x: -1.75rem;
  }

  :root .md\:-translate-x-8{
    --tw-translate-x: -2rem;
  }

  :root .md\:-translate-x-9{
    --tw-translate-x: -2.25rem;
  }

  :root .md\:-translate-x-10{
    --tw-translate-x: -2.5rem;
  }

  :root .md\:-translate-x-11{
    --tw-translate-x: -2.75rem;
  }

  :root .md\:-translate-x-12{
    --tw-translate-x: -3rem;
  }

  :root .md\:-translate-x-14{
    --tw-translate-x: -3.5rem;
  }

  :root .md\:-translate-x-16{
    --tw-translate-x: -4rem;
  }

  :root .md\:-translate-x-20{
    --tw-translate-x: -5rem;
  }

  :root .md\:-translate-x-24{
    --tw-translate-x: -6rem;
  }

  :root .md\:-translate-x-28{
    --tw-translate-x: -7rem;
  }

  :root .md\:-translate-x-32{
    --tw-translate-x: -8rem;
  }

  :root .md\:-translate-x-36{
    --tw-translate-x: -9rem;
  }

  :root .md\:-translate-x-40{
    --tw-translate-x: -10rem;
  }

  :root .md\:-translate-x-44{
    --tw-translate-x: -11rem;
  }

  :root .md\:-translate-x-48{
    --tw-translate-x: -12rem;
  }

  :root .md\:-translate-x-52{
    --tw-translate-x: -13rem;
  }

  :root .md\:-translate-x-56{
    --tw-translate-x: -14rem;
  }

  :root .md\:-translate-x-60{
    --tw-translate-x: -15rem;
  }

  :root .md\:-translate-x-64{
    --tw-translate-x: -16rem;
  }

  :root .md\:-translate-x-72{
    --tw-translate-x: -18rem;
  }

  :root .md\:-translate-x-80{
    --tw-translate-x: -20rem;
  }

  :root .md\:-translate-x-96{
    --tw-translate-x: -24rem;
  }

  :root .md\:-translate-x-px{
    --tw-translate-x: -1px;
  }

  :root .md\:-translate-x-gutter{
    --tw-translate-x: calc(var(--padding-gutter) * -1);
  }

  :root .md\:-translate-x-0\.5{
    --tw-translate-x: -0.125rem;
  }

  :root .md\:-translate-x-1\.5{
    --tw-translate-x: -0.375rem;
  }

  :root .md\:-translate-x-2\.5{
    --tw-translate-x: -0.625rem;
  }

  :root .md\:-translate-x-3\.5{
    --tw-translate-x: -0.875rem;
  }

  :root .md\:-translate-x-17\.5{
    --tw-translate-x: -4.375rem;
  }

  :root .md\:translate-x-1\/2{
    --tw-translate-x: 50%;
  }

  :root .md\:translate-x-1\/3{
    --tw-translate-x: 33.333333%;
  }

  :root .md\:translate-x-2\/3{
    --tw-translate-x: 66.666667%;
  }

  :root .md\:translate-x-1\/4{
    --tw-translate-x: 25%;
  }

  :root .md\:translate-x-2\/4{
    --tw-translate-x: 50%;
  }

  :root .md\:translate-x-3\/4{
    --tw-translate-x: 75%;
  }

  :root .md\:translate-x-full{
    --tw-translate-x: 100%;
  }

  :root .md\:-translate-x-1\/2{
    --tw-translate-x: -50%;
  }

  :root .md\:-translate-x-1\/3{
    --tw-translate-x: -33.333333%;
  }

  :root .md\:-translate-x-2\/3{
    --tw-translate-x: -66.666667%;
  }

  :root .md\:-translate-x-1\/4{
    --tw-translate-x: -25%;
  }

  :root .md\:-translate-x-2\/4{
    --tw-translate-x: -50%;
  }

  :root .md\:-translate-x-3\/4{
    --tw-translate-x: -75%;
  }

  :root .md\:-translate-x-full{
    --tw-translate-x: -100%;
  }

  :root .md\:translate-y-0{
    --tw-translate-y: 0;
  }

  :root .md\:translate-y-1{
    --tw-translate-y: 0.25rem;
  }

  :root .md\:translate-y-2{
    --tw-translate-y: 0.5rem;
  }

  :root .md\:translate-y-3{
    --tw-translate-y: 0.75rem;
  }

  :root .md\:translate-y-4{
    --tw-translate-y: 1rem;
  }

  :root .md\:translate-y-5{
    --tw-translate-y: 1.25rem;
  }

  :root .md\:translate-y-6{
    --tw-translate-y: 1.5rem;
  }

  :root .md\:translate-y-7{
    --tw-translate-y: 1.75rem;
  }

  :root .md\:translate-y-8{
    --tw-translate-y: 2rem;
  }

  :root .md\:translate-y-9{
    --tw-translate-y: 2.25rem;
  }

  :root .md\:translate-y-10{
    --tw-translate-y: 2.5rem;
  }

  :root .md\:translate-y-11{
    --tw-translate-y: 2.75rem;
  }

  :root .md\:translate-y-12{
    --tw-translate-y: 3rem;
  }

  :root .md\:translate-y-14{
    --tw-translate-y: 3.5rem;
  }

  :root .md\:translate-y-16{
    --tw-translate-y: 4rem;
  }

  :root .md\:translate-y-20{
    --tw-translate-y: 5rem;
  }

  :root .md\:translate-y-24{
    --tw-translate-y: 6rem;
  }

  :root .md\:translate-y-28{
    --tw-translate-y: 7rem;
  }

  :root .md\:translate-y-32{
    --tw-translate-y: 8rem;
  }

  :root .md\:translate-y-36{
    --tw-translate-y: 9rem;
  }

  :root .md\:translate-y-40{
    --tw-translate-y: 10rem;
  }

  :root .md\:translate-y-44{
    --tw-translate-y: 11rem;
  }

  :root .md\:translate-y-48{
    --tw-translate-y: 12rem;
  }

  :root .md\:translate-y-52{
    --tw-translate-y: 13rem;
  }

  :root .md\:translate-y-56{
    --tw-translate-y: 14rem;
  }

  :root .md\:translate-y-60{
    --tw-translate-y: 15rem;
  }

  :root .md\:translate-y-64{
    --tw-translate-y: 16rem;
  }

  :root .md\:translate-y-72{
    --tw-translate-y: 18rem;
  }

  :root .md\:translate-y-80{
    --tw-translate-y: 20rem;
  }

  :root .md\:translate-y-96{
    --tw-translate-y: 24rem;
  }

  :root .md\:translate-y-px{
    --tw-translate-y: 1px;
  }

  :root .md\:translate-y-gutter{
    --tw-translate-y: var(--padding-gutter);
  }

  :root .md\:translate-y-0\.5{
    --tw-translate-y: 0.125rem;
  }

  :root .md\:translate-y-1\.5{
    --tw-translate-y: 0.375rem;
  }

  :root .md\:translate-y-2\.5{
    --tw-translate-y: 0.625rem;
  }

  :root .md\:translate-y-3\.5{
    --tw-translate-y: 0.875rem;
  }

  :root .md\:translate-y-17\.5{
    --tw-translate-y: 4.375rem;
  }

  :root .md\:-translate-y-1{
    --tw-translate-y: -0.25rem;
  }

  :root .md\:-translate-y-2{
    --tw-translate-y: -0.5rem;
  }

  :root .md\:-translate-y-3{
    --tw-translate-y: -0.75rem;
  }

  :root .md\:-translate-y-4{
    --tw-translate-y: -1rem;
  }

  :root .md\:-translate-y-5{
    --tw-translate-y: -1.25rem;
  }

  :root .md\:-translate-y-6{
    --tw-translate-y: -1.5rem;
  }

  :root .md\:-translate-y-7{
    --tw-translate-y: -1.75rem;
  }

  :root .md\:-translate-y-8{
    --tw-translate-y: -2rem;
  }

  :root .md\:-translate-y-9{
    --tw-translate-y: -2.25rem;
  }

  :root .md\:-translate-y-10{
    --tw-translate-y: -2.5rem;
  }

  :root .md\:-translate-y-11{
    --tw-translate-y: -2.75rem;
  }

  :root .md\:-translate-y-12{
    --tw-translate-y: -3rem;
  }

  :root .md\:-translate-y-14{
    --tw-translate-y: -3.5rem;
  }

  :root .md\:-translate-y-16{
    --tw-translate-y: -4rem;
  }

  :root .md\:-translate-y-20{
    --tw-translate-y: -5rem;
  }

  :root .md\:-translate-y-24{
    --tw-translate-y: -6rem;
  }

  :root .md\:-translate-y-28{
    --tw-translate-y: -7rem;
  }

  :root .md\:-translate-y-32{
    --tw-translate-y: -8rem;
  }

  :root .md\:-translate-y-36{
    --tw-translate-y: -9rem;
  }

  :root .md\:-translate-y-40{
    --tw-translate-y: -10rem;
  }

  :root .md\:-translate-y-44{
    --tw-translate-y: -11rem;
  }

  :root .md\:-translate-y-48{
    --tw-translate-y: -12rem;
  }

  :root .md\:-translate-y-52{
    --tw-translate-y: -13rem;
  }

  :root .md\:-translate-y-56{
    --tw-translate-y: -14rem;
  }

  :root .md\:-translate-y-60{
    --tw-translate-y: -15rem;
  }

  :root .md\:-translate-y-64{
    --tw-translate-y: -16rem;
  }

  :root .md\:-translate-y-72{
    --tw-translate-y: -18rem;
  }

  :root .md\:-translate-y-80{
    --tw-translate-y: -20rem;
  }

  :root .md\:-translate-y-96{
    --tw-translate-y: -24rem;
  }

  :root .md\:-translate-y-px{
    --tw-translate-y: -1px;
  }

  :root .md\:-translate-y-gutter{
    --tw-translate-y: calc(var(--padding-gutter) * -1);
  }

  :root .md\:-translate-y-0\.5{
    --tw-translate-y: -0.125rem;
  }

  :root .md\:-translate-y-1\.5{
    --tw-translate-y: -0.375rem;
  }

  :root .md\:-translate-y-2\.5{
    --tw-translate-y: -0.625rem;
  }

  :root .md\:-translate-y-3\.5{
    --tw-translate-y: -0.875rem;
  }

  :root .md\:-translate-y-17\.5{
    --tw-translate-y: -4.375rem;
  }

  :root .md\:translate-y-1\/2{
    --tw-translate-y: 50%;
  }

  :root .md\:translate-y-1\/3{
    --tw-translate-y: 33.333333%;
  }

  :root .md\:translate-y-2\/3{
    --tw-translate-y: 66.666667%;
  }

  :root .md\:translate-y-1\/4{
    --tw-translate-y: 25%;
  }

  :root .md\:translate-y-2\/4{
    --tw-translate-y: 50%;
  }

  :root .md\:translate-y-3\/4{
    --tw-translate-y: 75%;
  }

  :root .md\:translate-y-full{
    --tw-translate-y: 100%;
  }

  :root .md\:-translate-y-1\/2{
    --tw-translate-y: -50%;
  }

  :root .md\:-translate-y-1\/3{
    --tw-translate-y: -33.333333%;
  }

  :root .md\:-translate-y-2\/3{
    --tw-translate-y: -66.666667%;
  }

  :root .md\:-translate-y-1\/4{
    --tw-translate-y: -25%;
  }

  :root .md\:-translate-y-2\/4{
    --tw-translate-y: -50%;
  }

  :root .md\:-translate-y-3\/4{
    --tw-translate-y: -75%;
  }

  :root .md\:-translate-y-full{
    --tw-translate-y: -100%;
  }

  :root .md\:hover\:translate-x-0:hover{
    --tw-translate-x: 0;
  }

  :root .md\:hover\:translate-x-1:hover{
    --tw-translate-x: 0.25rem;
  }

  :root .md\:hover\:translate-x-2:hover{
    --tw-translate-x: 0.5rem;
  }

  :root .md\:hover\:translate-x-3:hover{
    --tw-translate-x: 0.75rem;
  }

  :root .md\:hover\:translate-x-4:hover{
    --tw-translate-x: 1rem;
  }

  :root .md\:hover\:translate-x-5:hover{
    --tw-translate-x: 1.25rem;
  }

  :root .md\:hover\:translate-x-6:hover{
    --tw-translate-x: 1.5rem;
  }

  :root .md\:hover\:translate-x-7:hover{
    --tw-translate-x: 1.75rem;
  }

  :root .md\:hover\:translate-x-8:hover{
    --tw-translate-x: 2rem;
  }

  :root .md\:hover\:translate-x-9:hover{
    --tw-translate-x: 2.25rem;
  }

  :root .md\:hover\:translate-x-10:hover{
    --tw-translate-x: 2.5rem;
  }

  :root .md\:hover\:translate-x-11:hover{
    --tw-translate-x: 2.75rem;
  }

  :root .md\:hover\:translate-x-12:hover{
    --tw-translate-x: 3rem;
  }

  :root .md\:hover\:translate-x-14:hover{
    --tw-translate-x: 3.5rem;
  }

  :root .md\:hover\:translate-x-16:hover{
    --tw-translate-x: 4rem;
  }

  :root .md\:hover\:translate-x-20:hover{
    --tw-translate-x: 5rem;
  }

  :root .md\:hover\:translate-x-24:hover{
    --tw-translate-x: 6rem;
  }

  :root .md\:hover\:translate-x-28:hover{
    --tw-translate-x: 7rem;
  }

  :root .md\:hover\:translate-x-32:hover{
    --tw-translate-x: 8rem;
  }

  :root .md\:hover\:translate-x-36:hover{
    --tw-translate-x: 9rem;
  }

  :root .md\:hover\:translate-x-40:hover{
    --tw-translate-x: 10rem;
  }

  :root .md\:hover\:translate-x-44:hover{
    --tw-translate-x: 11rem;
  }

  :root .md\:hover\:translate-x-48:hover{
    --tw-translate-x: 12rem;
  }

  :root .md\:hover\:translate-x-52:hover{
    --tw-translate-x: 13rem;
  }

  :root .md\:hover\:translate-x-56:hover{
    --tw-translate-x: 14rem;
  }

  :root .md\:hover\:translate-x-60:hover{
    --tw-translate-x: 15rem;
  }

  :root .md\:hover\:translate-x-64:hover{
    --tw-translate-x: 16rem;
  }

  :root .md\:hover\:translate-x-72:hover{
    --tw-translate-x: 18rem;
  }

  :root .md\:hover\:translate-x-80:hover{
    --tw-translate-x: 20rem;
  }

  :root .md\:hover\:translate-x-96:hover{
    --tw-translate-x: 24rem;
  }

  :root .md\:hover\:translate-x-px:hover{
    --tw-translate-x: 1px;
  }

  :root .md\:hover\:translate-x-gutter:hover{
    --tw-translate-x: var(--padding-gutter);
  }

  :root .md\:hover\:translate-x-0\.5:hover{
    --tw-translate-x: 0.125rem;
  }

  :root .md\:hover\:translate-x-1\.5:hover{
    --tw-translate-x: 0.375rem;
  }

  :root .md\:hover\:translate-x-2\.5:hover{
    --tw-translate-x: 0.625rem;
  }

  :root .md\:hover\:translate-x-3\.5:hover{
    --tw-translate-x: 0.875rem;
  }

  :root .md\:hover\:translate-x-17\.5:hover{
    --tw-translate-x: 4.375rem;
  }

  :root .md\:hover\:-translate-x-1:hover{
    --tw-translate-x: -0.25rem;
  }

  :root .md\:hover\:-translate-x-2:hover{
    --tw-translate-x: -0.5rem;
  }

  :root .md\:hover\:-translate-x-3:hover{
    --tw-translate-x: -0.75rem;
  }

  :root .md\:hover\:-translate-x-4:hover{
    --tw-translate-x: -1rem;
  }

  :root .md\:hover\:-translate-x-5:hover{
    --tw-translate-x: -1.25rem;
  }

  :root .md\:hover\:-translate-x-6:hover{
    --tw-translate-x: -1.5rem;
  }

  :root .md\:hover\:-translate-x-7:hover{
    --tw-translate-x: -1.75rem;
  }

  :root .md\:hover\:-translate-x-8:hover{
    --tw-translate-x: -2rem;
  }

  :root .md\:hover\:-translate-x-9:hover{
    --tw-translate-x: -2.25rem;
  }

  :root .md\:hover\:-translate-x-10:hover{
    --tw-translate-x: -2.5rem;
  }

  :root .md\:hover\:-translate-x-11:hover{
    --tw-translate-x: -2.75rem;
  }

  :root .md\:hover\:-translate-x-12:hover{
    --tw-translate-x: -3rem;
  }

  :root .md\:hover\:-translate-x-14:hover{
    --tw-translate-x: -3.5rem;
  }

  :root .md\:hover\:-translate-x-16:hover{
    --tw-translate-x: -4rem;
  }

  :root .md\:hover\:-translate-x-20:hover{
    --tw-translate-x: -5rem;
  }

  :root .md\:hover\:-translate-x-24:hover{
    --tw-translate-x: -6rem;
  }

  :root .md\:hover\:-translate-x-28:hover{
    --tw-translate-x: -7rem;
  }

  :root .md\:hover\:-translate-x-32:hover{
    --tw-translate-x: -8rem;
  }

  :root .md\:hover\:-translate-x-36:hover{
    --tw-translate-x: -9rem;
  }

  :root .md\:hover\:-translate-x-40:hover{
    --tw-translate-x: -10rem;
  }

  :root .md\:hover\:-translate-x-44:hover{
    --tw-translate-x: -11rem;
  }

  :root .md\:hover\:-translate-x-48:hover{
    --tw-translate-x: -12rem;
  }

  :root .md\:hover\:-translate-x-52:hover{
    --tw-translate-x: -13rem;
  }

  :root .md\:hover\:-translate-x-56:hover{
    --tw-translate-x: -14rem;
  }

  :root .md\:hover\:-translate-x-60:hover{
    --tw-translate-x: -15rem;
  }

  :root .md\:hover\:-translate-x-64:hover{
    --tw-translate-x: -16rem;
  }

  :root .md\:hover\:-translate-x-72:hover{
    --tw-translate-x: -18rem;
  }

  :root .md\:hover\:-translate-x-80:hover{
    --tw-translate-x: -20rem;
  }

  :root .md\:hover\:-translate-x-96:hover{
    --tw-translate-x: -24rem;
  }

  :root .md\:hover\:-translate-x-px:hover{
    --tw-translate-x: -1px;
  }

  :root .md\:hover\:-translate-x-gutter:hover{
    --tw-translate-x: calc(var(--padding-gutter) * -1);
  }

  :root .md\:hover\:-translate-x-0\.5:hover{
    --tw-translate-x: -0.125rem;
  }

  :root .md\:hover\:-translate-x-1\.5:hover{
    --tw-translate-x: -0.375rem;
  }

  :root .md\:hover\:-translate-x-2\.5:hover{
    --tw-translate-x: -0.625rem;
  }

  :root .md\:hover\:-translate-x-3\.5:hover{
    --tw-translate-x: -0.875rem;
  }

  :root .md\:hover\:-translate-x-17\.5:hover{
    --tw-translate-x: -4.375rem;
  }

  :root .md\:hover\:translate-x-1\/2:hover{
    --tw-translate-x: 50%;
  }

  :root .md\:hover\:translate-x-1\/3:hover{
    --tw-translate-x: 33.333333%;
  }

  :root .md\:hover\:translate-x-2\/3:hover{
    --tw-translate-x: 66.666667%;
  }

  :root .md\:hover\:translate-x-1\/4:hover{
    --tw-translate-x: 25%;
  }

  :root .md\:hover\:translate-x-2\/4:hover{
    --tw-translate-x: 50%;
  }

  :root .md\:hover\:translate-x-3\/4:hover{
    --tw-translate-x: 75%;
  }

  :root .md\:hover\:translate-x-full:hover{
    --tw-translate-x: 100%;
  }

  :root .md\:hover\:-translate-x-1\/2:hover{
    --tw-translate-x: -50%;
  }

  :root .md\:hover\:-translate-x-1\/3:hover{
    --tw-translate-x: -33.333333%;
  }

  :root .md\:hover\:-translate-x-2\/3:hover{
    --tw-translate-x: -66.666667%;
  }

  :root .md\:hover\:-translate-x-1\/4:hover{
    --tw-translate-x: -25%;
  }

  :root .md\:hover\:-translate-x-2\/4:hover{
    --tw-translate-x: -50%;
  }

  :root .md\:hover\:-translate-x-3\/4:hover{
    --tw-translate-x: -75%;
  }

  :root .md\:hover\:-translate-x-full:hover{
    --tw-translate-x: -100%;
  }

  :root .md\:hover\:translate-y-0:hover{
    --tw-translate-y: 0;
  }

  :root .md\:hover\:translate-y-1:hover{
    --tw-translate-y: 0.25rem;
  }

  :root .md\:hover\:translate-y-2:hover{
    --tw-translate-y: 0.5rem;
  }

  :root .md\:hover\:translate-y-3:hover{
    --tw-translate-y: 0.75rem;
  }

  :root .md\:hover\:translate-y-4:hover{
    --tw-translate-y: 1rem;
  }

  :root .md\:hover\:translate-y-5:hover{
    --tw-translate-y: 1.25rem;
  }

  :root .md\:hover\:translate-y-6:hover{
    --tw-translate-y: 1.5rem;
  }

  :root .md\:hover\:translate-y-7:hover{
    --tw-translate-y: 1.75rem;
  }

  :root .md\:hover\:translate-y-8:hover{
    --tw-translate-y: 2rem;
  }

  :root .md\:hover\:translate-y-9:hover{
    --tw-translate-y: 2.25rem;
  }

  :root .md\:hover\:translate-y-10:hover{
    --tw-translate-y: 2.5rem;
  }

  :root .md\:hover\:translate-y-11:hover{
    --tw-translate-y: 2.75rem;
  }

  :root .md\:hover\:translate-y-12:hover{
    --tw-translate-y: 3rem;
  }

  :root .md\:hover\:translate-y-14:hover{
    --tw-translate-y: 3.5rem;
  }

  :root .md\:hover\:translate-y-16:hover{
    --tw-translate-y: 4rem;
  }

  :root .md\:hover\:translate-y-20:hover{
    --tw-translate-y: 5rem;
  }

  :root .md\:hover\:translate-y-24:hover{
    --tw-translate-y: 6rem;
  }

  :root .md\:hover\:translate-y-28:hover{
    --tw-translate-y: 7rem;
  }

  :root .md\:hover\:translate-y-32:hover{
    --tw-translate-y: 8rem;
  }

  :root .md\:hover\:translate-y-36:hover{
    --tw-translate-y: 9rem;
  }

  :root .md\:hover\:translate-y-40:hover{
    --tw-translate-y: 10rem;
  }

  :root .md\:hover\:translate-y-44:hover{
    --tw-translate-y: 11rem;
  }

  :root .md\:hover\:translate-y-48:hover{
    --tw-translate-y: 12rem;
  }

  :root .md\:hover\:translate-y-52:hover{
    --tw-translate-y: 13rem;
  }

  :root .md\:hover\:translate-y-56:hover{
    --tw-translate-y: 14rem;
  }

  :root .md\:hover\:translate-y-60:hover{
    --tw-translate-y: 15rem;
  }

  :root .md\:hover\:translate-y-64:hover{
    --tw-translate-y: 16rem;
  }

  :root .md\:hover\:translate-y-72:hover{
    --tw-translate-y: 18rem;
  }

  :root .md\:hover\:translate-y-80:hover{
    --tw-translate-y: 20rem;
  }

  :root .md\:hover\:translate-y-96:hover{
    --tw-translate-y: 24rem;
  }

  :root .md\:hover\:translate-y-px:hover{
    --tw-translate-y: 1px;
  }

  :root .md\:hover\:translate-y-gutter:hover{
    --tw-translate-y: var(--padding-gutter);
  }

  :root .md\:hover\:translate-y-0\.5:hover{
    --tw-translate-y: 0.125rem;
  }

  :root .md\:hover\:translate-y-1\.5:hover{
    --tw-translate-y: 0.375rem;
  }

  :root .md\:hover\:translate-y-2\.5:hover{
    --tw-translate-y: 0.625rem;
  }

  :root .md\:hover\:translate-y-3\.5:hover{
    --tw-translate-y: 0.875rem;
  }

  :root .md\:hover\:translate-y-17\.5:hover{
    --tw-translate-y: 4.375rem;
  }

  :root .md\:hover\:-translate-y-1:hover{
    --tw-translate-y: -0.25rem;
  }

  :root .md\:hover\:-translate-y-2:hover{
    --tw-translate-y: -0.5rem;
  }

  :root .md\:hover\:-translate-y-3:hover{
    --tw-translate-y: -0.75rem;
  }

  :root .md\:hover\:-translate-y-4:hover{
    --tw-translate-y: -1rem;
  }

  :root .md\:hover\:-translate-y-5:hover{
    --tw-translate-y: -1.25rem;
  }

  :root .md\:hover\:-translate-y-6:hover{
    --tw-translate-y: -1.5rem;
  }

  :root .md\:hover\:-translate-y-7:hover{
    --tw-translate-y: -1.75rem;
  }

  :root .md\:hover\:-translate-y-8:hover{
    --tw-translate-y: -2rem;
  }

  :root .md\:hover\:-translate-y-9:hover{
    --tw-translate-y: -2.25rem;
  }

  :root .md\:hover\:-translate-y-10:hover{
    --tw-translate-y: -2.5rem;
  }

  :root .md\:hover\:-translate-y-11:hover{
    --tw-translate-y: -2.75rem;
  }

  :root .md\:hover\:-translate-y-12:hover{
    --tw-translate-y: -3rem;
  }

  :root .md\:hover\:-translate-y-14:hover{
    --tw-translate-y: -3.5rem;
  }

  :root .md\:hover\:-translate-y-16:hover{
    --tw-translate-y: -4rem;
  }

  :root .md\:hover\:-translate-y-20:hover{
    --tw-translate-y: -5rem;
  }

  :root .md\:hover\:-translate-y-24:hover{
    --tw-translate-y: -6rem;
  }

  :root .md\:hover\:-translate-y-28:hover{
    --tw-translate-y: -7rem;
  }

  :root .md\:hover\:-translate-y-32:hover{
    --tw-translate-y: -8rem;
  }

  :root .md\:hover\:-translate-y-36:hover{
    --tw-translate-y: -9rem;
  }

  :root .md\:hover\:-translate-y-40:hover{
    --tw-translate-y: -10rem;
  }

  :root .md\:hover\:-translate-y-44:hover{
    --tw-translate-y: -11rem;
  }

  :root .md\:hover\:-translate-y-48:hover{
    --tw-translate-y: -12rem;
  }

  :root .md\:hover\:-translate-y-52:hover{
    --tw-translate-y: -13rem;
  }

  :root .md\:hover\:-translate-y-56:hover{
    --tw-translate-y: -14rem;
  }

  :root .md\:hover\:-translate-y-60:hover{
    --tw-translate-y: -15rem;
  }

  :root .md\:hover\:-translate-y-64:hover{
    --tw-translate-y: -16rem;
  }

  :root .md\:hover\:-translate-y-72:hover{
    --tw-translate-y: -18rem;
  }

  :root .md\:hover\:-translate-y-80:hover{
    --tw-translate-y: -20rem;
  }

  :root .md\:hover\:-translate-y-96:hover{
    --tw-translate-y: -24rem;
  }

  :root .md\:hover\:-translate-y-px:hover{
    --tw-translate-y: -1px;
  }

  :root .md\:hover\:-translate-y-gutter:hover{
    --tw-translate-y: calc(var(--padding-gutter) * -1);
  }

  :root .md\:hover\:-translate-y-0\.5:hover{
    --tw-translate-y: -0.125rem;
  }

  :root .md\:hover\:-translate-y-1\.5:hover{
    --tw-translate-y: -0.375rem;
  }

  :root .md\:hover\:-translate-y-2\.5:hover{
    --tw-translate-y: -0.625rem;
  }

  :root .md\:hover\:-translate-y-3\.5:hover{
    --tw-translate-y: -0.875rem;
  }

  :root .md\:hover\:-translate-y-17\.5:hover{
    --tw-translate-y: -4.375rem;
  }

  :root .md\:hover\:translate-y-1\/2:hover{
    --tw-translate-y: 50%;
  }

  :root .md\:hover\:translate-y-1\/3:hover{
    --tw-translate-y: 33.333333%;
  }

  :root .md\:hover\:translate-y-2\/3:hover{
    --tw-translate-y: 66.666667%;
  }

  :root .md\:hover\:translate-y-1\/4:hover{
    --tw-translate-y: 25%;
  }

  :root .md\:hover\:translate-y-2\/4:hover{
    --tw-translate-y: 50%;
  }

  :root .md\:hover\:translate-y-3\/4:hover{
    --tw-translate-y: 75%;
  }

  :root .md\:hover\:translate-y-full:hover{
    --tw-translate-y: 100%;
  }

  :root .md\:hover\:-translate-y-1\/2:hover{
    --tw-translate-y: -50%;
  }

  :root .md\:hover\:-translate-y-1\/3:hover{
    --tw-translate-y: -33.333333%;
  }

  :root .md\:hover\:-translate-y-2\/3:hover{
    --tw-translate-y: -66.666667%;
  }

  :root .md\:hover\:-translate-y-1\/4:hover{
    --tw-translate-y: -25%;
  }

  :root .md\:hover\:-translate-y-2\/4:hover{
    --tw-translate-y: -50%;
  }

  :root .md\:hover\:-translate-y-3\/4:hover{
    --tw-translate-y: -75%;
  }

  :root .md\:hover\:-translate-y-full:hover{
    --tw-translate-y: -100%;
  }

  :root .md\:focus\:translate-x-0:focus{
    --tw-translate-x: 0;
  }

  :root .md\:focus\:translate-x-1:focus{
    --tw-translate-x: 0.25rem;
  }

  :root .md\:focus\:translate-x-2:focus{
    --tw-translate-x: 0.5rem;
  }

  :root .md\:focus\:translate-x-3:focus{
    --tw-translate-x: 0.75rem;
  }

  :root .md\:focus\:translate-x-4:focus{
    --tw-translate-x: 1rem;
  }

  :root .md\:focus\:translate-x-5:focus{
    --tw-translate-x: 1.25rem;
  }

  :root .md\:focus\:translate-x-6:focus{
    --tw-translate-x: 1.5rem;
  }

  :root .md\:focus\:translate-x-7:focus{
    --tw-translate-x: 1.75rem;
  }

  :root .md\:focus\:translate-x-8:focus{
    --tw-translate-x: 2rem;
  }

  :root .md\:focus\:translate-x-9:focus{
    --tw-translate-x: 2.25rem;
  }

  :root .md\:focus\:translate-x-10:focus{
    --tw-translate-x: 2.5rem;
  }

  :root .md\:focus\:translate-x-11:focus{
    --tw-translate-x: 2.75rem;
  }

  :root .md\:focus\:translate-x-12:focus{
    --tw-translate-x: 3rem;
  }

  :root .md\:focus\:translate-x-14:focus{
    --tw-translate-x: 3.5rem;
  }

  :root .md\:focus\:translate-x-16:focus{
    --tw-translate-x: 4rem;
  }

  :root .md\:focus\:translate-x-20:focus{
    --tw-translate-x: 5rem;
  }

  :root .md\:focus\:translate-x-24:focus{
    --tw-translate-x: 6rem;
  }

  :root .md\:focus\:translate-x-28:focus{
    --tw-translate-x: 7rem;
  }

  :root .md\:focus\:translate-x-32:focus{
    --tw-translate-x: 8rem;
  }

  :root .md\:focus\:translate-x-36:focus{
    --tw-translate-x: 9rem;
  }

  :root .md\:focus\:translate-x-40:focus{
    --tw-translate-x: 10rem;
  }

  :root .md\:focus\:translate-x-44:focus{
    --tw-translate-x: 11rem;
  }

  :root .md\:focus\:translate-x-48:focus{
    --tw-translate-x: 12rem;
  }

  :root .md\:focus\:translate-x-52:focus{
    --tw-translate-x: 13rem;
  }

  :root .md\:focus\:translate-x-56:focus{
    --tw-translate-x: 14rem;
  }

  :root .md\:focus\:translate-x-60:focus{
    --tw-translate-x: 15rem;
  }

  :root .md\:focus\:translate-x-64:focus{
    --tw-translate-x: 16rem;
  }

  :root .md\:focus\:translate-x-72:focus{
    --tw-translate-x: 18rem;
  }

  :root .md\:focus\:translate-x-80:focus{
    --tw-translate-x: 20rem;
  }

  :root .md\:focus\:translate-x-96:focus{
    --tw-translate-x: 24rem;
  }

  :root .md\:focus\:translate-x-px:focus{
    --tw-translate-x: 1px;
  }

  :root .md\:focus\:translate-x-gutter:focus{
    --tw-translate-x: var(--padding-gutter);
  }

  :root .md\:focus\:translate-x-0\.5:focus{
    --tw-translate-x: 0.125rem;
  }

  :root .md\:focus\:translate-x-1\.5:focus{
    --tw-translate-x: 0.375rem;
  }

  :root .md\:focus\:translate-x-2\.5:focus{
    --tw-translate-x: 0.625rem;
  }

  :root .md\:focus\:translate-x-3\.5:focus{
    --tw-translate-x: 0.875rem;
  }

  :root .md\:focus\:translate-x-17\.5:focus{
    --tw-translate-x: 4.375rem;
  }

  :root .md\:focus\:-translate-x-1:focus{
    --tw-translate-x: -0.25rem;
  }

  :root .md\:focus\:-translate-x-2:focus{
    --tw-translate-x: -0.5rem;
  }

  :root .md\:focus\:-translate-x-3:focus{
    --tw-translate-x: -0.75rem;
  }

  :root .md\:focus\:-translate-x-4:focus{
    --tw-translate-x: -1rem;
  }

  :root .md\:focus\:-translate-x-5:focus{
    --tw-translate-x: -1.25rem;
  }

  :root .md\:focus\:-translate-x-6:focus{
    --tw-translate-x: -1.5rem;
  }

  :root .md\:focus\:-translate-x-7:focus{
    --tw-translate-x: -1.75rem;
  }

  :root .md\:focus\:-translate-x-8:focus{
    --tw-translate-x: -2rem;
  }

  :root .md\:focus\:-translate-x-9:focus{
    --tw-translate-x: -2.25rem;
  }

  :root .md\:focus\:-translate-x-10:focus{
    --tw-translate-x: -2.5rem;
  }

  :root .md\:focus\:-translate-x-11:focus{
    --tw-translate-x: -2.75rem;
  }

  :root .md\:focus\:-translate-x-12:focus{
    --tw-translate-x: -3rem;
  }

  :root .md\:focus\:-translate-x-14:focus{
    --tw-translate-x: -3.5rem;
  }

  :root .md\:focus\:-translate-x-16:focus{
    --tw-translate-x: -4rem;
  }

  :root .md\:focus\:-translate-x-20:focus{
    --tw-translate-x: -5rem;
  }

  :root .md\:focus\:-translate-x-24:focus{
    --tw-translate-x: -6rem;
  }

  :root .md\:focus\:-translate-x-28:focus{
    --tw-translate-x: -7rem;
  }

  :root .md\:focus\:-translate-x-32:focus{
    --tw-translate-x: -8rem;
  }

  :root .md\:focus\:-translate-x-36:focus{
    --tw-translate-x: -9rem;
  }

  :root .md\:focus\:-translate-x-40:focus{
    --tw-translate-x: -10rem;
  }

  :root .md\:focus\:-translate-x-44:focus{
    --tw-translate-x: -11rem;
  }

  :root .md\:focus\:-translate-x-48:focus{
    --tw-translate-x: -12rem;
  }

  :root .md\:focus\:-translate-x-52:focus{
    --tw-translate-x: -13rem;
  }

  :root .md\:focus\:-translate-x-56:focus{
    --tw-translate-x: -14rem;
  }

  :root .md\:focus\:-translate-x-60:focus{
    --tw-translate-x: -15rem;
  }

  :root .md\:focus\:-translate-x-64:focus{
    --tw-translate-x: -16rem;
  }

  :root .md\:focus\:-translate-x-72:focus{
    --tw-translate-x: -18rem;
  }

  :root .md\:focus\:-translate-x-80:focus{
    --tw-translate-x: -20rem;
  }

  :root .md\:focus\:-translate-x-96:focus{
    --tw-translate-x: -24rem;
  }

  :root .md\:focus\:-translate-x-px:focus{
    --tw-translate-x: -1px;
  }

  :root .md\:focus\:-translate-x-gutter:focus{
    --tw-translate-x: calc(var(--padding-gutter) * -1);
  }

  :root .md\:focus\:-translate-x-0\.5:focus{
    --tw-translate-x: -0.125rem;
  }

  :root .md\:focus\:-translate-x-1\.5:focus{
    --tw-translate-x: -0.375rem;
  }

  :root .md\:focus\:-translate-x-2\.5:focus{
    --tw-translate-x: -0.625rem;
  }

  :root .md\:focus\:-translate-x-3\.5:focus{
    --tw-translate-x: -0.875rem;
  }

  :root .md\:focus\:-translate-x-17\.5:focus{
    --tw-translate-x: -4.375rem;
  }

  :root .md\:focus\:translate-x-1\/2:focus{
    --tw-translate-x: 50%;
  }

  :root .md\:focus\:translate-x-1\/3:focus{
    --tw-translate-x: 33.333333%;
  }

  :root .md\:focus\:translate-x-2\/3:focus{
    --tw-translate-x: 66.666667%;
  }

  :root .md\:focus\:translate-x-1\/4:focus{
    --tw-translate-x: 25%;
  }

  :root .md\:focus\:translate-x-2\/4:focus{
    --tw-translate-x: 50%;
  }

  :root .md\:focus\:translate-x-3\/4:focus{
    --tw-translate-x: 75%;
  }

  :root .md\:focus\:translate-x-full:focus{
    --tw-translate-x: 100%;
  }

  :root .md\:focus\:-translate-x-1\/2:focus{
    --tw-translate-x: -50%;
  }

  :root .md\:focus\:-translate-x-1\/3:focus{
    --tw-translate-x: -33.333333%;
  }

  :root .md\:focus\:-translate-x-2\/3:focus{
    --tw-translate-x: -66.666667%;
  }

  :root .md\:focus\:-translate-x-1\/4:focus{
    --tw-translate-x: -25%;
  }

  :root .md\:focus\:-translate-x-2\/4:focus{
    --tw-translate-x: -50%;
  }

  :root .md\:focus\:-translate-x-3\/4:focus{
    --tw-translate-x: -75%;
  }

  :root .md\:focus\:-translate-x-full:focus{
    --tw-translate-x: -100%;
  }

  :root .md\:focus\:translate-y-0:focus{
    --tw-translate-y: 0;
  }

  :root .md\:focus\:translate-y-1:focus{
    --tw-translate-y: 0.25rem;
  }

  :root .md\:focus\:translate-y-2:focus{
    --tw-translate-y: 0.5rem;
  }

  :root .md\:focus\:translate-y-3:focus{
    --tw-translate-y: 0.75rem;
  }

  :root .md\:focus\:translate-y-4:focus{
    --tw-translate-y: 1rem;
  }

  :root .md\:focus\:translate-y-5:focus{
    --tw-translate-y: 1.25rem;
  }

  :root .md\:focus\:translate-y-6:focus{
    --tw-translate-y: 1.5rem;
  }

  :root .md\:focus\:translate-y-7:focus{
    --tw-translate-y: 1.75rem;
  }

  :root .md\:focus\:translate-y-8:focus{
    --tw-translate-y: 2rem;
  }

  :root .md\:focus\:translate-y-9:focus{
    --tw-translate-y: 2.25rem;
  }

  :root .md\:focus\:translate-y-10:focus{
    --tw-translate-y: 2.5rem;
  }

  :root .md\:focus\:translate-y-11:focus{
    --tw-translate-y: 2.75rem;
  }

  :root .md\:focus\:translate-y-12:focus{
    --tw-translate-y: 3rem;
  }

  :root .md\:focus\:translate-y-14:focus{
    --tw-translate-y: 3.5rem;
  }

  :root .md\:focus\:translate-y-16:focus{
    --tw-translate-y: 4rem;
  }

  :root .md\:focus\:translate-y-20:focus{
    --tw-translate-y: 5rem;
  }

  :root .md\:focus\:translate-y-24:focus{
    --tw-translate-y: 6rem;
  }

  :root .md\:focus\:translate-y-28:focus{
    --tw-translate-y: 7rem;
  }

  :root .md\:focus\:translate-y-32:focus{
    --tw-translate-y: 8rem;
  }

  :root .md\:focus\:translate-y-36:focus{
    --tw-translate-y: 9rem;
  }

  :root .md\:focus\:translate-y-40:focus{
    --tw-translate-y: 10rem;
  }

  :root .md\:focus\:translate-y-44:focus{
    --tw-translate-y: 11rem;
  }

  :root .md\:focus\:translate-y-48:focus{
    --tw-translate-y: 12rem;
  }

  :root .md\:focus\:translate-y-52:focus{
    --tw-translate-y: 13rem;
  }

  :root .md\:focus\:translate-y-56:focus{
    --tw-translate-y: 14rem;
  }

  :root .md\:focus\:translate-y-60:focus{
    --tw-translate-y: 15rem;
  }

  :root .md\:focus\:translate-y-64:focus{
    --tw-translate-y: 16rem;
  }

  :root .md\:focus\:translate-y-72:focus{
    --tw-translate-y: 18rem;
  }

  :root .md\:focus\:translate-y-80:focus{
    --tw-translate-y: 20rem;
  }

  :root .md\:focus\:translate-y-96:focus{
    --tw-translate-y: 24rem;
  }

  :root .md\:focus\:translate-y-px:focus{
    --tw-translate-y: 1px;
  }

  :root .md\:focus\:translate-y-gutter:focus{
    --tw-translate-y: var(--padding-gutter);
  }

  :root .md\:focus\:translate-y-0\.5:focus{
    --tw-translate-y: 0.125rem;
  }

  :root .md\:focus\:translate-y-1\.5:focus{
    --tw-translate-y: 0.375rem;
  }

  :root .md\:focus\:translate-y-2\.5:focus{
    --tw-translate-y: 0.625rem;
  }

  :root .md\:focus\:translate-y-3\.5:focus{
    --tw-translate-y: 0.875rem;
  }

  :root .md\:focus\:translate-y-17\.5:focus{
    --tw-translate-y: 4.375rem;
  }

  :root .md\:focus\:-translate-y-1:focus{
    --tw-translate-y: -0.25rem;
  }

  :root .md\:focus\:-translate-y-2:focus{
    --tw-translate-y: -0.5rem;
  }

  :root .md\:focus\:-translate-y-3:focus{
    --tw-translate-y: -0.75rem;
  }

  :root .md\:focus\:-translate-y-4:focus{
    --tw-translate-y: -1rem;
  }

  :root .md\:focus\:-translate-y-5:focus{
    --tw-translate-y: -1.25rem;
  }

  :root .md\:focus\:-translate-y-6:focus{
    --tw-translate-y: -1.5rem;
  }

  :root .md\:focus\:-translate-y-7:focus{
    --tw-translate-y: -1.75rem;
  }

  :root .md\:focus\:-translate-y-8:focus{
    --tw-translate-y: -2rem;
  }

  :root .md\:focus\:-translate-y-9:focus{
    --tw-translate-y: -2.25rem;
  }

  :root .md\:focus\:-translate-y-10:focus{
    --tw-translate-y: -2.5rem;
  }

  :root .md\:focus\:-translate-y-11:focus{
    --tw-translate-y: -2.75rem;
  }

  :root .md\:focus\:-translate-y-12:focus{
    --tw-translate-y: -3rem;
  }

  :root .md\:focus\:-translate-y-14:focus{
    --tw-translate-y: -3.5rem;
  }

  :root .md\:focus\:-translate-y-16:focus{
    --tw-translate-y: -4rem;
  }

  :root .md\:focus\:-translate-y-20:focus{
    --tw-translate-y: -5rem;
  }

  :root .md\:focus\:-translate-y-24:focus{
    --tw-translate-y: -6rem;
  }

  :root .md\:focus\:-translate-y-28:focus{
    --tw-translate-y: -7rem;
  }

  :root .md\:focus\:-translate-y-32:focus{
    --tw-translate-y: -8rem;
  }

  :root .md\:focus\:-translate-y-36:focus{
    --tw-translate-y: -9rem;
  }

  :root .md\:focus\:-translate-y-40:focus{
    --tw-translate-y: -10rem;
  }

  :root .md\:focus\:-translate-y-44:focus{
    --tw-translate-y: -11rem;
  }

  :root .md\:focus\:-translate-y-48:focus{
    --tw-translate-y: -12rem;
  }

  :root .md\:focus\:-translate-y-52:focus{
    --tw-translate-y: -13rem;
  }

  :root .md\:focus\:-translate-y-56:focus{
    --tw-translate-y: -14rem;
  }

  :root .md\:focus\:-translate-y-60:focus{
    --tw-translate-y: -15rem;
  }

  :root .md\:focus\:-translate-y-64:focus{
    --tw-translate-y: -16rem;
  }

  :root .md\:focus\:-translate-y-72:focus{
    --tw-translate-y: -18rem;
  }

  :root .md\:focus\:-translate-y-80:focus{
    --tw-translate-y: -20rem;
  }

  :root .md\:focus\:-translate-y-96:focus{
    --tw-translate-y: -24rem;
  }

  :root .md\:focus\:-translate-y-px:focus{
    --tw-translate-y: -1px;
  }

  :root .md\:focus\:-translate-y-gutter:focus{
    --tw-translate-y: calc(var(--padding-gutter) * -1);
  }

  :root .md\:focus\:-translate-y-0\.5:focus{
    --tw-translate-y: -0.125rem;
  }

  :root .md\:focus\:-translate-y-1\.5:focus{
    --tw-translate-y: -0.375rem;
  }

  :root .md\:focus\:-translate-y-2\.5:focus{
    --tw-translate-y: -0.625rem;
  }

  :root .md\:focus\:-translate-y-3\.5:focus{
    --tw-translate-y: -0.875rem;
  }

  :root .md\:focus\:-translate-y-17\.5:focus{
    --tw-translate-y: -4.375rem;
  }

  :root .md\:focus\:translate-y-1\/2:focus{
    --tw-translate-y: 50%;
  }

  :root .md\:focus\:translate-y-1\/3:focus{
    --tw-translate-y: 33.333333%;
  }

  :root .md\:focus\:translate-y-2\/3:focus{
    --tw-translate-y: 66.666667%;
  }

  :root .md\:focus\:translate-y-1\/4:focus{
    --tw-translate-y: 25%;
  }

  :root .md\:focus\:translate-y-2\/4:focus{
    --tw-translate-y: 50%;
  }

  :root .md\:focus\:translate-y-3\/4:focus{
    --tw-translate-y: 75%;
  }

  :root .md\:focus\:translate-y-full:focus{
    --tw-translate-y: 100%;
  }

  :root .md\:focus\:-translate-y-1\/2:focus{
    --tw-translate-y: -50%;
  }

  :root .md\:focus\:-translate-y-1\/3:focus{
    --tw-translate-y: -33.333333%;
  }

  :root .md\:focus\:-translate-y-2\/3:focus{
    --tw-translate-y: -66.666667%;
  }

  :root .md\:focus\:-translate-y-1\/4:focus{
    --tw-translate-y: -25%;
  }

  :root .md\:focus\:-translate-y-2\/4:focus{
    --tw-translate-y: -50%;
  }

  :root .md\:focus\:-translate-y-3\/4:focus{
    --tw-translate-y: -75%;
  }

  :root .md\:focus\:-translate-y-full:focus{
    --tw-translate-y: -100%;
  }

  :root .md\:skew-x-0{
    --tw-skew-x: 0deg;
  }

  :root .md\:skew-x-1{
    --tw-skew-x: 1deg;
  }

  :root .md\:skew-x-2{
    --tw-skew-x: 2deg;
  }

  :root .md\:skew-x-3{
    --tw-skew-x: 3deg;
  }

  :root .md\:skew-x-6{
    --tw-skew-x: 6deg;
  }

  :root .md\:skew-x-12{
    --tw-skew-x: 12deg;
  }

  :root .md\:-skew-x-12{
    --tw-skew-x: -12deg;
  }

  :root .md\:-skew-x-6{
    --tw-skew-x: -6deg;
  }

  :root .md\:-skew-x-3{
    --tw-skew-x: -3deg;
  }

  :root .md\:-skew-x-2{
    --tw-skew-x: -2deg;
  }

  :root .md\:-skew-x-1{
    --tw-skew-x: -1deg;
  }

  :root .md\:skew-y-0{
    --tw-skew-y: 0deg;
  }

  :root .md\:skew-y-1{
    --tw-skew-y: 1deg;
  }

  :root .md\:skew-y-2{
    --tw-skew-y: 2deg;
  }

  :root .md\:skew-y-3{
    --tw-skew-y: 3deg;
  }

  :root .md\:skew-y-6{
    --tw-skew-y: 6deg;
  }

  :root .md\:skew-y-12{
    --tw-skew-y: 12deg;
  }

  :root .md\:-skew-y-12{
    --tw-skew-y: -12deg;
  }

  :root .md\:-skew-y-6{
    --tw-skew-y: -6deg;
  }

  :root .md\:-skew-y-3{
    --tw-skew-y: -3deg;
  }

  :root .md\:-skew-y-2{
    --tw-skew-y: -2deg;
  }

  :root .md\:-skew-y-1{
    --tw-skew-y: -1deg;
  }

  :root .md\:hover\:skew-x-0:hover{
    --tw-skew-x: 0deg;
  }

  :root .md\:hover\:skew-x-1:hover{
    --tw-skew-x: 1deg;
  }

  :root .md\:hover\:skew-x-2:hover{
    --tw-skew-x: 2deg;
  }

  :root .md\:hover\:skew-x-3:hover{
    --tw-skew-x: 3deg;
  }

  :root .md\:hover\:skew-x-6:hover{
    --tw-skew-x: 6deg;
  }

  :root .md\:hover\:skew-x-12:hover{
    --tw-skew-x: 12deg;
  }

  :root .md\:hover\:-skew-x-12:hover{
    --tw-skew-x: -12deg;
  }

  :root .md\:hover\:-skew-x-6:hover{
    --tw-skew-x: -6deg;
  }

  :root .md\:hover\:-skew-x-3:hover{
    --tw-skew-x: -3deg;
  }

  :root .md\:hover\:-skew-x-2:hover{
    --tw-skew-x: -2deg;
  }

  :root .md\:hover\:-skew-x-1:hover{
    --tw-skew-x: -1deg;
  }

  :root .md\:hover\:skew-y-0:hover{
    --tw-skew-y: 0deg;
  }

  :root .md\:hover\:skew-y-1:hover{
    --tw-skew-y: 1deg;
  }

  :root .md\:hover\:skew-y-2:hover{
    --tw-skew-y: 2deg;
  }

  :root .md\:hover\:skew-y-3:hover{
    --tw-skew-y: 3deg;
  }

  :root .md\:hover\:skew-y-6:hover{
    --tw-skew-y: 6deg;
  }

  :root .md\:hover\:skew-y-12:hover{
    --tw-skew-y: 12deg;
  }

  :root .md\:hover\:-skew-y-12:hover{
    --tw-skew-y: -12deg;
  }

  :root .md\:hover\:-skew-y-6:hover{
    --tw-skew-y: -6deg;
  }

  :root .md\:hover\:-skew-y-3:hover{
    --tw-skew-y: -3deg;
  }

  :root .md\:hover\:-skew-y-2:hover{
    --tw-skew-y: -2deg;
  }

  :root .md\:hover\:-skew-y-1:hover{
    --tw-skew-y: -1deg;
  }

  :root .md\:focus\:skew-x-0:focus{
    --tw-skew-x: 0deg;
  }

  :root .md\:focus\:skew-x-1:focus{
    --tw-skew-x: 1deg;
  }

  :root .md\:focus\:skew-x-2:focus{
    --tw-skew-x: 2deg;
  }

  :root .md\:focus\:skew-x-3:focus{
    --tw-skew-x: 3deg;
  }

  :root .md\:focus\:skew-x-6:focus{
    --tw-skew-x: 6deg;
  }

  :root .md\:focus\:skew-x-12:focus{
    --tw-skew-x: 12deg;
  }

  :root .md\:focus\:-skew-x-12:focus{
    --tw-skew-x: -12deg;
  }

  :root .md\:focus\:-skew-x-6:focus{
    --tw-skew-x: -6deg;
  }

  :root .md\:focus\:-skew-x-3:focus{
    --tw-skew-x: -3deg;
  }

  :root .md\:focus\:-skew-x-2:focus{
    --tw-skew-x: -2deg;
  }

  :root .md\:focus\:-skew-x-1:focus{
    --tw-skew-x: -1deg;
  }

  :root .md\:focus\:skew-y-0:focus{
    --tw-skew-y: 0deg;
  }

  :root .md\:focus\:skew-y-1:focus{
    --tw-skew-y: 1deg;
  }

  :root .md\:focus\:skew-y-2:focus{
    --tw-skew-y: 2deg;
  }

  :root .md\:focus\:skew-y-3:focus{
    --tw-skew-y: 3deg;
  }

  :root .md\:focus\:skew-y-6:focus{
    --tw-skew-y: 6deg;
  }

  :root .md\:focus\:skew-y-12:focus{
    --tw-skew-y: 12deg;
  }

  :root .md\:focus\:-skew-y-12:focus{
    --tw-skew-y: -12deg;
  }

  :root .md\:focus\:-skew-y-6:focus{
    --tw-skew-y: -6deg;
  }

  :root .md\:focus\:-skew-y-3:focus{
    --tw-skew-y: -3deg;
  }

  :root .md\:focus\:-skew-y-2:focus{
    --tw-skew-y: -2deg;
  }

  :root .md\:focus\:-skew-y-1:focus{
    --tw-skew-y: -1deg;
  }

  :root .md\:transition-none{
    transition-property: none;
  }

  :root .md\:transition-all{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  :root .md\:transition{
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  :root .md\:transition-colors{
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  :root .md\:transition-opacity{
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  :root .md\:transition-shadow{
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  :root .md\:transition-transform{
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  :root .md\:ease-linear{
    transition-timing-function: linear;
  }

  :root .md\:ease-in{
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  :root .md\:ease-out{
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  :root .md\:ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  :root .md\:duration-75{
    transition-duration: 75ms;
  }

  :root .md\:duration-100{
    transition-duration: 100ms;
  }

  :root .md\:duration-150{
    transition-duration: 150ms;
  }

  :root .md\:duration-200{
    transition-duration: 200ms;
  }

  :root .md\:duration-300{
    transition-duration: 300ms;
  }

  :root .md\:duration-500{
    transition-duration: 500ms;
  }

  :root .md\:duration-700{
    transition-duration: 700ms;
  }

  :root .md\:duration-1000{
    transition-duration: 1000ms;
  }

  :root .md\:delay-75{
    transition-delay: 75ms;
  }

  :root .md\:delay-100{
    transition-delay: 100ms;
  }

  :root .md\:delay-150{
    transition-delay: 150ms;
  }

  :root .md\:delay-200{
    transition-delay: 200ms;
  }

  :root .md\:delay-300{
    transition-delay: 300ms;
  }

  :root .md\:delay-500{
    transition-delay: 500ms;
  }

  :root .md\:delay-700{
    transition-delay: 700ms;
  }

  :root .md\:delay-1000{
    transition-delay: 1000ms;
  }

  :root .md\:animate-none{
    animation: none;
  }

  :root .md\:animate-spin{
    animation: spin 1s linear infinite;
  }

  :root .md\:animate-ping{
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  :root .md\:animate-pulse{
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  :root .md\:animate-bounce{
    animation: bounce 1s infinite;
  }

  :root .md\:mix-blend-normal{
    mix-blend-mode: normal;
  }

  :root .md\:mix-blend-multiply{
    mix-blend-mode: multiply;
  }

  :root .md\:mix-blend-screen{
    mix-blend-mode: screen;
  }

  :root .md\:mix-blend-overlay{
    mix-blend-mode: overlay;
  }

  :root .md\:mix-blend-darken{
    mix-blend-mode: darken;
  }

  :root .md\:mix-blend-lighten{
    mix-blend-mode: lighten;
  }

  :root .md\:mix-blend-color-dodge{
    mix-blend-mode: color-dodge;
  }

  :root .md\:mix-blend-color-burn{
    mix-blend-mode: color-burn;
  }

  :root .md\:mix-blend-hard-light{
    mix-blend-mode: hard-light;
  }

  :root .md\:mix-blend-soft-light{
    mix-blend-mode: soft-light;
  }

  :root .md\:mix-blend-difference{
    mix-blend-mode: difference;
  }

  :root .md\:mix-blend-exclusion{
    mix-blend-mode: exclusion;
  }

  :root .md\:mix-blend-hue{
    mix-blend-mode: hue;
  }

  :root .md\:mix-blend-saturation{
    mix-blend-mode: saturation;
  }

  :root .md\:mix-blend-color{
    mix-blend-mode: color;
  }

  :root .md\:mix-blend-luminosity{
    mix-blend-mode: luminosity;
  }

  :root .md\:bg-blend-normal{
    background-blend-mode: normal;
  }

  :root .md\:bg-blend-multiply{
    background-blend-mode: multiply;
  }

  :root .md\:bg-blend-screen{
    background-blend-mode: screen;
  }

  :root .md\:bg-blend-overlay{
    background-blend-mode: overlay;
  }

  :root .md\:bg-blend-darken{
    background-blend-mode: darken;
  }

  :root .md\:bg-blend-lighten{
    background-blend-mode: lighten;
  }

  :root .md\:bg-blend-color-dodge{
    background-blend-mode: color-dodge;
  }

  :root .md\:bg-blend-color-burn{
    background-blend-mode: color-burn;
  }

  :root .md\:bg-blend-hard-light{
    background-blend-mode: hard-light;
  }

  :root .md\:bg-blend-soft-light{
    background-blend-mode: soft-light;
  }

  :root .md\:bg-blend-difference{
    background-blend-mode: difference;
  }

  :root .md\:bg-blend-exclusion{
    background-blend-mode: exclusion;
  }

  :root .md\:bg-blend-hue{
    background-blend-mode: hue;
  }

  :root .md\:bg-blend-saturation{
    background-blend-mode: saturation;
  }

  :root .md\:bg-blend-color{
    background-blend-mode: color;
  }

  :root .md\:bg-blend-luminosity{
    background-blend-mode: luminosity;
  }

  :root .md\:filter{
    --tw-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }

  :root .md\:filter-none{
    filter: none;
  }

  :root .md\:blur-0{
    --tw-blur: blur(0);
  }

  :root .md\:blur-sm{
    --tw-blur: blur(4px);
  }

  :root .md\:blur{
    --tw-blur: blur(8px);
  }

  :root .md\:blur-md{
    --tw-blur: blur(12px);
  }

  :root .md\:blur-lg{
    --tw-blur: blur(16px);
  }

  :root .md\:blur-xl{
    --tw-blur: blur(24px);
  }

  :root .md\:blur-2xl{
    --tw-blur: blur(40px);
  }

  :root .md\:blur-3xl{
    --tw-blur: blur(64px);
  }

  :root .md\:brightness-0{
    --tw-brightness: brightness(0);
  }

  :root .md\:brightness-50{
    --tw-brightness: brightness(.5);
  }

  :root .md\:brightness-75{
    --tw-brightness: brightness(.75);
  }

  :root .md\:brightness-90{
    --tw-brightness: brightness(.9);
  }

  :root .md\:brightness-95{
    --tw-brightness: brightness(.95);
  }

  :root .md\:brightness-100{
    --tw-brightness: brightness(1);
  }

  :root .md\:brightness-105{
    --tw-brightness: brightness(1.05);
  }

  :root .md\:brightness-110{
    --tw-brightness: brightness(1.1);
  }

  :root .md\:brightness-125{
    --tw-brightness: brightness(1.25);
  }

  :root .md\:brightness-150{
    --tw-brightness: brightness(1.5);
  }

  :root .md\:brightness-200{
    --tw-brightness: brightness(2);
  }

  :root .md\:contrast-0{
    --tw-contrast: contrast(0);
  }

  :root .md\:contrast-50{
    --tw-contrast: contrast(.5);
  }

  :root .md\:contrast-75{
    --tw-contrast: contrast(.75);
  }

  :root .md\:contrast-100{
    --tw-contrast: contrast(1);
  }

  :root .md\:contrast-125{
    --tw-contrast: contrast(1.25);
  }

  :root .md\:contrast-150{
    --tw-contrast: contrast(1.5);
  }

  :root .md\:contrast-200{
    --tw-contrast: contrast(2);
  }

  :root .md\:drop-shadow-sm{
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05));
  }

  :root .md\:drop-shadow{
    --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06));
  }

  :root .md\:drop-shadow-md{
    --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06));
  }

  :root .md\:drop-shadow-lg{
    --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1));
  }

  :root .md\:drop-shadow-xl{
    --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08));
  }

  :root .md\:drop-shadow-2xl{
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15));
  }

  :root .md\:drop-shadow-none{
    --tw-drop-shadow: drop-shadow(0 0 #0000);
  }

  :root .md\:grayscale-0{
    --tw-grayscale: grayscale(0);
  }

  :root .md\:grayscale{
    --tw-grayscale: grayscale(100%);
  }

  :root .md\:hue-rotate-0{
    --tw-hue-rotate: hue-rotate(0deg);
  }

  :root .md\:hue-rotate-15{
    --tw-hue-rotate: hue-rotate(15deg);
  }

  :root .md\:hue-rotate-30{
    --tw-hue-rotate: hue-rotate(30deg);
  }

  :root .md\:hue-rotate-60{
    --tw-hue-rotate: hue-rotate(60deg);
  }

  :root .md\:hue-rotate-90{
    --tw-hue-rotate: hue-rotate(90deg);
  }

  :root .md\:hue-rotate-180{
    --tw-hue-rotate: hue-rotate(180deg);
  }

  :root .md\:-hue-rotate-180{
    --tw-hue-rotate: hue-rotate(-180deg);
  }

  :root .md\:-hue-rotate-90{
    --tw-hue-rotate: hue-rotate(-90deg);
  }

  :root .md\:-hue-rotate-60{
    --tw-hue-rotate: hue-rotate(-60deg);
  }

  :root .md\:-hue-rotate-30{
    --tw-hue-rotate: hue-rotate(-30deg);
  }

  :root .md\:-hue-rotate-15{
    --tw-hue-rotate: hue-rotate(-15deg);
  }

  :root .md\:invert-0{
    --tw-invert: invert(0);
  }

  :root .md\:invert{
    --tw-invert: invert(100%);
  }

  :root .md\:saturate-0{
    --tw-saturate: saturate(0);
  }

  :root .md\:saturate-50{
    --tw-saturate: saturate(.5);
  }

  :root .md\:saturate-100{
    --tw-saturate: saturate(1);
  }

  :root .md\:saturate-150{
    --tw-saturate: saturate(1.5);
  }

  :root .md\:saturate-200{
    --tw-saturate: saturate(2);
  }

  :root .md\:sepia-0{
    --tw-sepia: sepia(0);
  }

  :root .md\:sepia{
    --tw-sepia: sepia(100%);
  }

  :root .md\:backdrop-filter{
    --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
            backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  :root .md\:backdrop-filter-none{
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }

  :root .md\:backdrop-brightness-0{
    --tw-backdrop-brightness: brightness(0);
  }

  :root .md\:backdrop-brightness-50{
    --tw-backdrop-brightness: brightness(.5);
  }

  :root .md\:backdrop-brightness-75{
    --tw-backdrop-brightness: brightness(.75);
  }

  :root .md\:backdrop-brightness-90{
    --tw-backdrop-brightness: brightness(.9);
  }

  :root .md\:backdrop-brightness-95{
    --tw-backdrop-brightness: brightness(.95);
  }

  :root .md\:backdrop-brightness-100{
    --tw-backdrop-brightness: brightness(1);
  }

  :root .md\:backdrop-brightness-105{
    --tw-backdrop-brightness: brightness(1.05);
  }

  :root .md\:backdrop-brightness-110{
    --tw-backdrop-brightness: brightness(1.1);
  }

  :root .md\:backdrop-brightness-125{
    --tw-backdrop-brightness: brightness(1.25);
  }

  :root .md\:backdrop-brightness-150{
    --tw-backdrop-brightness: brightness(1.5);
  }

  :root .md\:backdrop-brightness-200{
    --tw-backdrop-brightness: brightness(2);
  }

  :root .md\:backdrop-contrast-0{
    --tw-backdrop-contrast: contrast(0);
  }

  :root .md\:backdrop-contrast-50{
    --tw-backdrop-contrast: contrast(.5);
  }

  :root .md\:backdrop-contrast-75{
    --tw-backdrop-contrast: contrast(.75);
  }

  :root .md\:backdrop-contrast-100{
    --tw-backdrop-contrast: contrast(1);
  }

  :root .md\:backdrop-contrast-125{
    --tw-backdrop-contrast: contrast(1.25);
  }

  :root .md\:backdrop-contrast-150{
    --tw-backdrop-contrast: contrast(1.5);
  }

  :root .md\:backdrop-contrast-200{
    --tw-backdrop-contrast: contrast(2);
  }

  :root .md\:backdrop-grayscale-0{
    --tw-backdrop-grayscale: grayscale(0);
  }

  :root .md\:backdrop-grayscale{
    --tw-backdrop-grayscale: grayscale(100%);
  }

  :root .md\:backdrop-hue-rotate-0{
    --tw-backdrop-hue-rotate: hue-rotate(0deg);
  }

  :root .md\:backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate: hue-rotate(15deg);
  }

  :root .md\:backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate: hue-rotate(30deg);
  }

  :root .md\:backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate: hue-rotate(60deg);
  }

  :root .md\:backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate: hue-rotate(90deg);
  }

  :root .md\:backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate: hue-rotate(180deg);
  }

  :root .md\:-backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate: hue-rotate(-180deg);
  }

  :root .md\:-backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate: hue-rotate(-90deg);
  }

  :root .md\:-backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate: hue-rotate(-60deg);
  }

  :root .md\:-backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate: hue-rotate(-30deg);
  }

  :root .md\:-backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate: hue-rotate(-15deg);
  }

  :root .md\:backdrop-invert-0{
    --tw-backdrop-invert: invert(0);
  }

  :root .md\:backdrop-invert{
    --tw-backdrop-invert: invert(100%);
  }

  :root .md\:backdrop-saturate-0{
    --tw-backdrop-saturate: saturate(0);
  }

  :root .md\:backdrop-saturate-50{
    --tw-backdrop-saturate: saturate(.5);
  }

  :root .md\:backdrop-saturate-100{
    --tw-backdrop-saturate: saturate(1);
  }

  :root .md\:backdrop-saturate-150{
    --tw-backdrop-saturate: saturate(1.5);
  }

  :root .md\:backdrop-saturate-200{
    --tw-backdrop-saturate: saturate(2);
  }

  :root .md\:backdrop-sepia-0{
    --tw-backdrop-sepia: sepia(0);
  }

  :root .md\:backdrop-sepia{
    --tw-backdrop-sepia: sepia(100%);
  }
}

@media (min-width: 1280px){
  :root .lg\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  :root .lg\:space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
  }

  :root .lg\:space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
  }

  :root .lg\:space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
  }

  :root .lg\:space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  }

  :root .lg\:space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
  }

  :root .lg\:space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }

  :root .lg\:space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.75rem * var(--tw-space-y-reverse));
  }

  :root .lg\:space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.75rem * var(--tw-space-x-reverse));
    margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }

  :root .lg\:space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.25rem * var(--tw-space-y-reverse));
  }

  :root .lg\:space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.25rem * var(--tw-space-x-reverse));
    margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
  }

  :root .lg\:space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.75rem * var(--tw-space-y-reverse));
  }

  :root .lg\:space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.75rem * var(--tw-space-x-reverse));
    margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem * var(--tw-space-y-reverse));
  }

  :root .lg\:space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem * var(--tw-space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.5rem * var(--tw-space-y-reverse));
  }

  :root .lg\:space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3.5rem * var(--tw-space-x-reverse));
    margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4rem * var(--tw-space-y-reverse));
  }

  :root .lg\:space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4rem * var(--tw-space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5rem * var(--tw-space-y-reverse));
  }

  :root .lg\:space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(5rem * var(--tw-space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6rem * var(--tw-space-y-reverse));
  }

  :root .lg\:space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(6rem * var(--tw-space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7rem * var(--tw-space-y-reverse));
  }

  :root .lg\:space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(7rem * var(--tw-space-x-reverse));
    margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8rem * var(--tw-space-y-reverse));
  }

  :root .lg\:space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(8rem * var(--tw-space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(9rem * var(--tw-space-y-reverse));
  }

  :root .lg\:space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(9rem * var(--tw-space-x-reverse));
    margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10rem * var(--tw-space-y-reverse));
  }

  :root .lg\:space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(10rem * var(--tw-space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:space-y-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(11rem * var(--tw-space-y-reverse));
  }

  :root .lg\:space-x-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(11rem * var(--tw-space-x-reverse));
    margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(12rem * var(--tw-space-y-reverse));
  }

  :root .lg\:space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(12rem * var(--tw-space-x-reverse));
    margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:space-y-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(13rem * var(--tw-space-y-reverse));
  }

  :root .lg\:space-x-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(13rem * var(--tw-space-x-reverse));
    margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(14rem * var(--tw-space-y-reverse));
  }

  :root .lg\:space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(14rem * var(--tw-space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(15rem * var(--tw-space-y-reverse));
  }

  :root .lg\:space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(15rem * var(--tw-space-x-reverse));
    margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(16rem * var(--tw-space-y-reverse));
  }

  :root .lg\:space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(16rem * var(--tw-space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(18rem * var(--tw-space-y-reverse));
  }

  :root .lg\:space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(18rem * var(--tw-space-x-reverse));
    margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20rem * var(--tw-space-y-reverse));
  }

  :root .lg\:space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(20rem * var(--tw-space-x-reverse));
    margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(24rem * var(--tw-space-y-reverse));
  }

  :root .lg\:space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(24rem * var(--tw-space-x-reverse));
    margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1px * var(--tw-space-y-reverse));
  }

  :root .lg\:space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1px * var(--tw-space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:space-y-gutter > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(var(--padding-gutter) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(var(--padding-gutter) * var(--tw-space-y-reverse));
  }

  :root .lg\:space-x-gutter > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(var(--padding-gutter) * var(--tw-space-x-reverse));
    margin-left: calc(var(--padding-gutter) * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
  }

  :root .lg\:space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.125rem * var(--tw-space-x-reverse));
    margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
  }

  :root .lg\:space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.375rem * var(--tw-space-x-reverse));
    margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
  }

  :root .lg\:space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.625rem * var(--tw-space-x-reverse));
    margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.875rem * var(--tw-space-y-reverse));
  }

  :root .lg\:space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.875rem * var(--tw-space-x-reverse));
    margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:space-y-17\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4.375rem * var(--tw-space-y-reverse));
  }

  :root .lg\:space-x-17\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4.375rem * var(--tw-space-x-reverse));
    margin-left: calc(4.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:-space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse));
  }

  :root .lg\:-space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:-space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse));
  }

  :root .lg\:-space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:-space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse));
  }

  :root .lg\:-space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:-space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1rem * var(--tw-space-y-reverse));
  }

  :root .lg\:-space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1rem * var(--tw-space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:-space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse));
  }

  :root .lg\:-space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:-space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse));
  }

  :root .lg\:-space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:-space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse));
  }

  :root .lg\:-space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:-space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2rem * var(--tw-space-y-reverse));
  }

  :root .lg\:-space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2rem * var(--tw-space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:-space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse));
  }

  :root .lg\:-space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:-space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse));
  }

  :root .lg\:-space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:-space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse));
  }

  :root .lg\:-space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:-space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3rem * var(--tw-space-y-reverse));
  }

  :root .lg\:-space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3rem * var(--tw-space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:-space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse));
  }

  :root .lg\:-space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:-space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4rem * var(--tw-space-y-reverse));
  }

  :root .lg\:-space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-4rem * var(--tw-space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:-space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5rem * var(--tw-space-y-reverse));
  }

  :root .lg\:-space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-5rem * var(--tw-space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:-space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6rem * var(--tw-space-y-reverse));
  }

  :root .lg\:-space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-6rem * var(--tw-space-x-reverse));
    margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:-space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7rem * var(--tw-space-y-reverse));
  }

  :root .lg\:-space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-7rem * var(--tw-space-x-reverse));
    margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:-space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8rem * var(--tw-space-y-reverse));
  }

  :root .lg\:-space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-8rem * var(--tw-space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:-space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-9rem * var(--tw-space-y-reverse));
  }

  :root .lg\:-space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-9rem * var(--tw-space-x-reverse));
    margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:-space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10rem * var(--tw-space-y-reverse));
  }

  :root .lg\:-space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-10rem * var(--tw-space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:-space-y-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-11rem * var(--tw-space-y-reverse));
  }

  :root .lg\:-space-x-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-11rem * var(--tw-space-x-reverse));
    margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:-space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-12rem * var(--tw-space-y-reverse));
  }

  :root .lg\:-space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-12rem * var(--tw-space-x-reverse));
    margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:-space-y-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-13rem * var(--tw-space-y-reverse));
  }

  :root .lg\:-space-x-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-13rem * var(--tw-space-x-reverse));
    margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:-space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-14rem * var(--tw-space-y-reverse));
  }

  :root .lg\:-space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-14rem * var(--tw-space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:-space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-15rem * var(--tw-space-y-reverse));
  }

  :root .lg\:-space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-15rem * var(--tw-space-x-reverse));
    margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:-space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-16rem * var(--tw-space-y-reverse));
  }

  :root .lg\:-space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-16rem * var(--tw-space-x-reverse));
    margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:-space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-18rem * var(--tw-space-y-reverse));
  }

  :root .lg\:-space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-18rem * var(--tw-space-x-reverse));
    margin-left: calc(-18rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:-space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-20rem * var(--tw-space-y-reverse));
  }

  :root .lg\:-space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-20rem * var(--tw-space-x-reverse));
    margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:-space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-24rem * var(--tw-space-y-reverse));
  }

  :root .lg\:-space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-24rem * var(--tw-space-x-reverse));
    margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:-space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1px * var(--tw-space-y-reverse));
  }

  :root .lg\:-space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1px * var(--tw-space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:-space-y-gutter > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(var(--padding-gutter) * -1) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(var(--padding-gutter) * -1) * var(--tw-space-y-reverse));
  }

  :root .lg\:-space-x-gutter > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(var(--padding-gutter) * -1) * var(--tw-space-x-reverse));
    margin-left: calc(calc(var(--padding-gutter) * -1) * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:-space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse));
  }

  :root .lg\:-space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:-space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse));
  }

  :root .lg\:-space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.375rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:-space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse));
  }

  :root .lg\:-space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.625rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:-space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse));
  }

  :root .lg\:-space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.875rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:-space-y-17\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-4.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4.375rem * var(--tw-space-y-reverse));
  }

  :root .lg\:-space-x-17\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-4.375rem * var(--tw-space-x-reverse));
    margin-left: calc(-4.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:space-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 1;
  }

  :root .lg\:space-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 1;
  }

  :root .lg\:divide-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }

  :root .lg\:divide-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0px * var(--tw-divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
  }

  :root .lg\:divide-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
  }

  :root .lg\:divide-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(2px * var(--tw-divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
  }

  :root .lg\:divide-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(3px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(3px * var(--tw-divide-y-reverse));
  }

  :root .lg\:divide-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(3px * var(--tw-divide-x-reverse));
    border-left-width: calc(3px * calc(1 - var(--tw-divide-x-reverse)));
  }

  :root .lg\:divide-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse));
  }

  :root .lg\:divide-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(4px * var(--tw-divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse)));
  }

  :root .lg\:divide-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse));
  }

  :root .lg\:divide-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(8px * var(--tw-divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse)));
  }

  :root .lg\:divide-y > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  }

  :root .lg\:divide-x > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

  :root .lg\:divide-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 1;
  }

  :root .lg\:divide-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 1;
  }

  :root .lg\:divide-current > :not([hidden]) ~ :not([hidden]){
    border-color: currentColor;
  }

  :root .lg\:divide-transparent > :not([hidden]) ~ :not([hidden]){
    border-color: transparent;
  }

  :root .lg\:divide-black > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(var(--color-black));
  }

  :root .lg\:divide-white > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(var(--color-white));
  }

  :root .lg\:divide-contrast-black > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  :root .lg\:divide-contrast-white > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  :root .lg\:divide-primary-light > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(var(--color-primary), .1);
  }

  :root .lg\:divide-primary > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(var(--color-primary));
  }

  :root .lg\:divide-red-light > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(244, 67, 54, 0.1);
  }

  :root .lg\:divide-red > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(244, 67, 54, var(--tw-divide-opacity));
  }

  :root .lg\:divide-green-2 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(var(--color-green-2));
  }

  :root .lg\:divide-green-3 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(var(--color-green-3));
  }

  :root .lg\:divide-green-4 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(var(--color-green-4));
  }

  :root .lg\:divide-gren > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(var(--color-gren));
  }

  :root .lg\:divide-gren-1 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(var(--color-gren-1));
  }

  :root .lg\:divide-gren-2 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(var(--color-gren-2));
  }

  :root .lg\:divide-gren-3 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(var(--color-gren-3));
  }

  :root .lg\:divide-gren-4 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(var(--color-gren-4));
  }

  :root .lg\:divide-selected > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(var(--color-selected));
  }

  :root .lg\:divide-error > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(var(--color-error));
  }

  :root .lg\:divide-attention > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(var(--color-attention));
  }

  :root .lg\:divide-accept > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(var(--color-accept));
  }

  :root .lg\:divide-system > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(var(--color-system));
  }

  :root .lg\:divide-orange > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(var(--color-orange));
  }

  :root .lg\:divide-links > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(var(--color-links));
  }

  :root .lg\:divide-teal > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(var(--color-teal));
  }

  :root .lg\:divide-purple > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(var(--color-purple));
  }

  :root .lg\:divide-pink > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(var(--color-pink));
  }

  :root .lg\:divide-margaret > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(var(--color-margaret));
  }

  :root .lg\:divide-betty > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(var(--color-betty));
  }

  :root .lg\:divide-natasha-light > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(var(--color-natasha), .05);
  }

  :root .lg\:divide-natasha > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(var(--color-natasha));
  }

  :root .lg\:divide-tiffany > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(var(--color-tiffany));
  }

  :root .lg\:divide-barbara > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(var(--color-barbara));
  }

  :root .lg\:divide-suzanne > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(var(--color-suzanne));
  }

  :root .lg\:divide-lily > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(var(--color-lily));
  }

  :root .lg\:divide-stephanie > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(var(--color-stephanie));
  }

  :root .lg\:divide-lisa > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(var(--color-lisa), 0.6);
  }

  :root .lg\:divide-california > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(var(--color-california));
  }

  :root .lg\:divide-texas > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(var(--color-texas));
  }

  :root .lg\:divide-florida > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(var(--color-florida));
  }

  :root .lg\:divide-colorado > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(var(--color-colorado));
  }

  :root .lg\:divide-seattle > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(var(--color-seattle));
  }

  :root .lg\:divide-denver > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(var(--color-denver));
  }

  :root .lg\:divide-arizona > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(var(--color-arizona));
  }

  :root .lg\:divide-shpongle > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(var(--color-shpongle));
  }

  :root .lg\:divide-band > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(var(--color-band));
  }

  :root .lg\:divide-blur > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(var(--color-blur), 0.05);
  }

  :root .lg\:divide-mila > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(var(--color-mila));
  }

  :root .lg\:divide-solid > :not([hidden]) ~ :not([hidden]){
    border-style: solid;
  }

  :root .lg\:divide-dashed > :not([hidden]) ~ :not([hidden]){
    border-style: dashed;
  }

  :root .lg\:divide-dotted > :not([hidden]) ~ :not([hidden]){
    border-style: dotted;
  }

  :root .lg\:divide-double > :not([hidden]) ~ :not([hidden]){
    border-style: double;
  }

  :root .lg\:divide-none > :not([hidden]) ~ :not([hidden]){
    border-style: none;
  }

  :root .lg\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0;
  }

  :root .lg\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.25;
  }

  :root .lg\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.5;
  }

  :root .lg\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.75;
  }

  :root .lg\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
  }

  :root .lg\:sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  :root .lg\:not-sr-only{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  :root .lg\:focus\:sr-only:focus{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  :root .lg\:focus\:not-sr-only:focus{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  :root .lg\:appearance-none{
    appearance: none;
  }

  :root .lg\:bg-fixed{
    background-attachment: fixed;
  }

  :root .lg\:bg-local{
    background-attachment: local;
  }

  :root .lg\:bg-scroll{
    background-attachment: scroll;
  }

  :root .lg\:bg-clip-border{
    background-clip: border-box;
  }

  :root .lg\:bg-clip-padding{
    background-clip: padding-box;
  }

  :root .lg\:bg-clip-content{
    background-clip: content-box;
  }

  :root .lg\:bg-clip-text{
    background-clip: text;
  }

  :root .lg\:bg-base{
    background-color: var(--background-base);
  }

  :root .lg\:bg-card{
    background-color: var(--background-card);
  }

  :root .lg\:bg-app-bar{
    background-color: var(--background-app-bar);
  }

  :root .lg\:bg-hover{
    background-color: var(--background-hover);
  }

  :root .lg\:bg-current{
    background-color: currentColor;
  }

  :root .lg\:bg-transparent{
    background-color: transparent;
  }

  :root .lg\:bg-black{
    background-color: rgb(var(--color-black));
  }

  :root .lg\:bg-white{
    background-color: rgb(var(--color-white));
  }

  :root .lg\:bg-contrast-black{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  :root .lg\:bg-contrast-white{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  :root .lg\:bg-primary-light{
    background-color: rgba(var(--color-primary), .1);
  }

  :root .lg\:bg-primary{
    background-color: rgb(var(--color-primary));
  }

  :root .lg\:bg-red-light{
    background-color: rgba(244, 67, 54, 0.1);
  }

  :root .lg\:bg-red{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 67, 54, var(--tw-bg-opacity));
  }

  :root .lg\:bg-green-2{
    background-color: rgb(var(--color-green-2));
  }

  :root .lg\:bg-green-3{
    background-color: rgb(var(--color-green-3));
  }

  :root .lg\:bg-green-4{
    background-color: rgb(var(--color-green-4));
  }

  :root .lg\:bg-gren{
    background-color: rgb(var(--color-gren));
  }

  :root .lg\:bg-gren-1{
    background-color: rgb(var(--color-gren-1));
  }

  :root .lg\:bg-gren-2{
    background-color: rgb(var(--color-gren-2));
  }

  :root .lg\:bg-gren-3{
    background-color: rgb(var(--color-gren-3));
  }

  :root .lg\:bg-gren-4{
    background-color: rgb(var(--color-gren-4));
  }

  :root .lg\:bg-selected{
    background-color: rgb(var(--color-selected));
  }

  :root .lg\:bg-error{
    background-color: rgb(var(--color-error));
  }

  :root .lg\:bg-attention{
    background-color: rgb(var(--color-attention));
  }

  :root .lg\:bg-accept{
    background-color: rgb(var(--color-accept));
  }

  :root .lg\:bg-system{
    background-color: rgb(var(--color-system));
  }

  :root .lg\:bg-orange{
    background-color: rgb(var(--color-orange));
  }

  :root .lg\:bg-links{
    background-color: rgb(var(--color-links));
  }

  :root .lg\:bg-teal{
    background-color: rgb(var(--color-teal));
  }

  :root .lg\:bg-purple{
    background-color: rgb(var(--color-purple));
  }

  :root .lg\:bg-pink{
    background-color: rgb(var(--color-pink));
  }

  :root .lg\:bg-margaret{
    background-color: rgb(var(--color-margaret));
  }

  :root .lg\:bg-betty{
    background-color: rgb(var(--color-betty));
  }

  :root .lg\:bg-natasha-light{
    background-color: rgba(var(--color-natasha), .05);
  }

  :root .lg\:bg-natasha{
    background-color: rgb(var(--color-natasha));
  }

  :root .lg\:bg-tiffany{
    background-color: rgb(var(--color-tiffany));
  }

  :root .lg\:bg-barbara{
    background-color: rgb(var(--color-barbara));
  }

  :root .lg\:bg-suzanne{
    background-color: rgb(var(--color-suzanne));
  }

  :root .lg\:bg-lily{
    background-color: rgb(var(--color-lily));
  }

  :root .lg\:bg-stephanie{
    background-color: rgb(var(--color-stephanie));
  }

  :root .lg\:bg-lisa{
    background-color: rgba(var(--color-lisa), 0.6);
  }

  :root .lg\:bg-california{
    background-color: rgb(var(--color-california));
  }

  :root .lg\:bg-texas{
    background-color: rgb(var(--color-texas));
  }

  :root .lg\:bg-florida{
    background-color: rgb(var(--color-florida));
  }

  :root .lg\:bg-colorado{
    background-color: rgb(var(--color-colorado));
  }

  :root .lg\:bg-seattle{
    background-color: rgb(var(--color-seattle));
  }

  :root .lg\:bg-denver{
    background-color: rgb(var(--color-denver));
  }

  :root .lg\:bg-arizona{
    background-color: rgb(var(--color-arizona));
  }

  :root .lg\:bg-shpongle{
    background-color: rgb(var(--color-shpongle));
  }

  :root .lg\:bg-band{
    background-color: rgb(var(--color-band));
  }

  :root .lg\:bg-blur{
    background-color: rgba(var(--color-blur), 0.05);
  }

  :root .lg\:bg-mila{
    background-color: rgba(var(--color-mila));
  }

  :root .lg\:hover\:bg-base:hover{
    background-color: var(--background-base);
  }

  :root .lg\:hover\:bg-card:hover{
    background-color: var(--background-card);
  }

  :root .lg\:hover\:bg-app-bar:hover{
    background-color: var(--background-app-bar);
  }

  :root .lg\:hover\:bg-hover:hover{
    background-color: var(--background-hover);
  }

  :root .lg\:hover\:bg-current:hover{
    background-color: currentColor;
  }

  :root .lg\:hover\:bg-transparent:hover{
    background-color: transparent;
  }

  :root .lg\:hover\:bg-black:hover{
    background-color: rgb(var(--color-black));
  }

  :root .lg\:hover\:bg-white:hover{
    background-color: rgb(var(--color-white));
  }

  :root .lg\:hover\:bg-contrast-black:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  :root .lg\:hover\:bg-contrast-white:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  :root .lg\:hover\:bg-primary-light:hover{
    background-color: rgba(var(--color-primary), .1);
  }

  :root .lg\:hover\:bg-primary:hover{
    background-color: rgb(var(--color-primary));
  }

  :root .lg\:hover\:bg-red-light:hover{
    background-color: rgba(244, 67, 54, 0.1);
  }

  :root .lg\:hover\:bg-red:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 67, 54, var(--tw-bg-opacity));
  }

  :root .lg\:hover\:bg-green-2:hover{
    background-color: rgb(var(--color-green-2));
  }

  :root .lg\:hover\:bg-green-3:hover{
    background-color: rgb(var(--color-green-3));
  }

  :root .lg\:hover\:bg-green-4:hover{
    background-color: rgb(var(--color-green-4));
  }

  :root .lg\:hover\:bg-gren:hover{
    background-color: rgb(var(--color-gren));
  }

  :root .lg\:hover\:bg-gren-1:hover{
    background-color: rgb(var(--color-gren-1));
  }

  :root .lg\:hover\:bg-gren-2:hover{
    background-color: rgb(var(--color-gren-2));
  }

  :root .lg\:hover\:bg-gren-3:hover{
    background-color: rgb(var(--color-gren-3));
  }

  :root .lg\:hover\:bg-gren-4:hover{
    background-color: rgb(var(--color-gren-4));
  }

  :root .lg\:hover\:bg-selected:hover{
    background-color: rgb(var(--color-selected));
  }

  :root .lg\:hover\:bg-error:hover{
    background-color: rgb(var(--color-error));
  }

  :root .lg\:hover\:bg-attention:hover{
    background-color: rgb(var(--color-attention));
  }

  :root .lg\:hover\:bg-accept:hover{
    background-color: rgb(var(--color-accept));
  }

  :root .lg\:hover\:bg-system:hover{
    background-color: rgb(var(--color-system));
  }

  :root .lg\:hover\:bg-orange:hover{
    background-color: rgb(var(--color-orange));
  }

  :root .lg\:hover\:bg-links:hover{
    background-color: rgb(var(--color-links));
  }

  :root .lg\:hover\:bg-teal:hover{
    background-color: rgb(var(--color-teal));
  }

  :root .lg\:hover\:bg-purple:hover{
    background-color: rgb(var(--color-purple));
  }

  :root .lg\:hover\:bg-pink:hover{
    background-color: rgb(var(--color-pink));
  }

  :root .lg\:hover\:bg-margaret:hover{
    background-color: rgb(var(--color-margaret));
  }

  :root .lg\:hover\:bg-betty:hover{
    background-color: rgb(var(--color-betty));
  }

  :root .lg\:hover\:bg-natasha-light:hover{
    background-color: rgba(var(--color-natasha), .05);
  }

  :root .lg\:hover\:bg-natasha:hover{
    background-color: rgb(var(--color-natasha));
  }

  :root .lg\:hover\:bg-tiffany:hover{
    background-color: rgb(var(--color-tiffany));
  }

  :root .lg\:hover\:bg-barbara:hover{
    background-color: rgb(var(--color-barbara));
  }

  :root .lg\:hover\:bg-suzanne:hover{
    background-color: rgb(var(--color-suzanne));
  }

  :root .lg\:hover\:bg-lily:hover{
    background-color: rgb(var(--color-lily));
  }

  :root .lg\:hover\:bg-stephanie:hover{
    background-color: rgb(var(--color-stephanie));
  }

  :root .lg\:hover\:bg-lisa:hover{
    background-color: rgba(var(--color-lisa), 0.6);
  }

  :root .lg\:hover\:bg-california:hover{
    background-color: rgb(var(--color-california));
  }

  :root .lg\:hover\:bg-texas:hover{
    background-color: rgb(var(--color-texas));
  }

  :root .lg\:hover\:bg-florida:hover{
    background-color: rgb(var(--color-florida));
  }

  :root .lg\:hover\:bg-colorado:hover{
    background-color: rgb(var(--color-colorado));
  }

  :root .lg\:hover\:bg-seattle:hover{
    background-color: rgb(var(--color-seattle));
  }

  :root .lg\:hover\:bg-denver:hover{
    background-color: rgb(var(--color-denver));
  }

  :root .lg\:hover\:bg-arizona:hover{
    background-color: rgb(var(--color-arizona));
  }

  :root .lg\:hover\:bg-shpongle:hover{
    background-color: rgb(var(--color-shpongle));
  }

  :root .lg\:hover\:bg-band:hover{
    background-color: rgb(var(--color-band));
  }

  :root .lg\:hover\:bg-blur:hover{
    background-color: rgba(var(--color-blur), 0.05);
  }

  :root .lg\:hover\:bg-mila:hover{
    background-color: rgba(var(--color-mila));
  }

  :root .lg\:focus\:bg-base:focus{
    background-color: var(--background-base);
  }

  :root .lg\:focus\:bg-card:focus{
    background-color: var(--background-card);
  }

  :root .lg\:focus\:bg-app-bar:focus{
    background-color: var(--background-app-bar);
  }

  :root .lg\:focus\:bg-hover:focus{
    background-color: var(--background-hover);
  }

  :root .lg\:focus\:bg-current:focus{
    background-color: currentColor;
  }

  :root .lg\:focus\:bg-transparent:focus{
    background-color: transparent;
  }

  :root .lg\:focus\:bg-black:focus{
    background-color: rgb(var(--color-black));
  }

  :root .lg\:focus\:bg-white:focus{
    background-color: rgb(var(--color-white));
  }

  :root .lg\:focus\:bg-contrast-black:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  :root .lg\:focus\:bg-contrast-white:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  :root .lg\:focus\:bg-primary-light:focus{
    background-color: rgba(var(--color-primary), .1);
  }

  :root .lg\:focus\:bg-primary:focus{
    background-color: rgb(var(--color-primary));
  }

  :root .lg\:focus\:bg-red-light:focus{
    background-color: rgba(244, 67, 54, 0.1);
  }

  :root .lg\:focus\:bg-red:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 67, 54, var(--tw-bg-opacity));
  }

  :root .lg\:focus\:bg-green-2:focus{
    background-color: rgb(var(--color-green-2));
  }

  :root .lg\:focus\:bg-green-3:focus{
    background-color: rgb(var(--color-green-3));
  }

  :root .lg\:focus\:bg-green-4:focus{
    background-color: rgb(var(--color-green-4));
  }

  :root .lg\:focus\:bg-gren:focus{
    background-color: rgb(var(--color-gren));
  }

  :root .lg\:focus\:bg-gren-1:focus{
    background-color: rgb(var(--color-gren-1));
  }

  :root .lg\:focus\:bg-gren-2:focus{
    background-color: rgb(var(--color-gren-2));
  }

  :root .lg\:focus\:bg-gren-3:focus{
    background-color: rgb(var(--color-gren-3));
  }

  :root .lg\:focus\:bg-gren-4:focus{
    background-color: rgb(var(--color-gren-4));
  }

  :root .lg\:focus\:bg-selected:focus{
    background-color: rgb(var(--color-selected));
  }

  :root .lg\:focus\:bg-error:focus{
    background-color: rgb(var(--color-error));
  }

  :root .lg\:focus\:bg-attention:focus{
    background-color: rgb(var(--color-attention));
  }

  :root .lg\:focus\:bg-accept:focus{
    background-color: rgb(var(--color-accept));
  }

  :root .lg\:focus\:bg-system:focus{
    background-color: rgb(var(--color-system));
  }

  :root .lg\:focus\:bg-orange:focus{
    background-color: rgb(var(--color-orange));
  }

  :root .lg\:focus\:bg-links:focus{
    background-color: rgb(var(--color-links));
  }

  :root .lg\:focus\:bg-teal:focus{
    background-color: rgb(var(--color-teal));
  }

  :root .lg\:focus\:bg-purple:focus{
    background-color: rgb(var(--color-purple));
  }

  :root .lg\:focus\:bg-pink:focus{
    background-color: rgb(var(--color-pink));
  }

  :root .lg\:focus\:bg-margaret:focus{
    background-color: rgb(var(--color-margaret));
  }

  :root .lg\:focus\:bg-betty:focus{
    background-color: rgb(var(--color-betty));
  }

  :root .lg\:focus\:bg-natasha-light:focus{
    background-color: rgba(var(--color-natasha), .05);
  }

  :root .lg\:focus\:bg-natasha:focus{
    background-color: rgb(var(--color-natasha));
  }

  :root .lg\:focus\:bg-tiffany:focus{
    background-color: rgb(var(--color-tiffany));
  }

  :root .lg\:focus\:bg-barbara:focus{
    background-color: rgb(var(--color-barbara));
  }

  :root .lg\:focus\:bg-suzanne:focus{
    background-color: rgb(var(--color-suzanne));
  }

  :root .lg\:focus\:bg-lily:focus{
    background-color: rgb(var(--color-lily));
  }

  :root .lg\:focus\:bg-stephanie:focus{
    background-color: rgb(var(--color-stephanie));
  }

  :root .lg\:focus\:bg-lisa:focus{
    background-color: rgba(var(--color-lisa), 0.6);
  }

  :root .lg\:focus\:bg-california:focus{
    background-color: rgb(var(--color-california));
  }

  :root .lg\:focus\:bg-texas:focus{
    background-color: rgb(var(--color-texas));
  }

  :root .lg\:focus\:bg-florida:focus{
    background-color: rgb(var(--color-florida));
  }

  :root .lg\:focus\:bg-colorado:focus{
    background-color: rgb(var(--color-colorado));
  }

  :root .lg\:focus\:bg-seattle:focus{
    background-color: rgb(var(--color-seattle));
  }

  :root .lg\:focus\:bg-denver:focus{
    background-color: rgb(var(--color-denver));
  }

  :root .lg\:focus\:bg-arizona:focus{
    background-color: rgb(var(--color-arizona));
  }

  :root .lg\:focus\:bg-shpongle:focus{
    background-color: rgb(var(--color-shpongle));
  }

  :root .lg\:focus\:bg-band:focus{
    background-color: rgb(var(--color-band));
  }

  :root .lg\:focus\:bg-blur:focus{
    background-color: rgba(var(--color-blur), 0.05);
  }

  :root .lg\:focus\:bg-mila:focus{
    background-color: rgba(var(--color-mila));
  }

  :root .lg\:bg-none{
    background-image: none;
  }

  :root .lg\:bg-gradient-to-t{
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  :root .lg\:bg-gradient-to-tr{
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  :root .lg\:bg-gradient-to-r{
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  :root .lg\:bg-gradient-to-br{
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  :root .lg\:bg-gradient-to-b{
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  :root .lg\:bg-gradient-to-bl{
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  :root .lg\:bg-gradient-to-l{
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  :root .lg\:bg-gradient-to-tl{
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  :root .lg\:from-current{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:from-transparent{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  :root .lg\:from-black{
    --tw-gradient-from: rgb(var(--color-black));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:from-white{
    --tw-gradient-from: rgb(var(--color-white));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:from-contrast-black{
    --tw-gradient-from: black;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  :root .lg\:from-contrast-white{
    --tw-gradient-from: white;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:from-primary-light{
    --tw-gradient-from: rgba(var(--color-primary), .1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:from-primary{
    --tw-gradient-from: rgb(var(--color-primary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:from-red-light{
    --tw-gradient-from: rgba(244, 67, 54, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 67, 54, 0));
  }

  :root .lg\:from-red{
    --tw-gradient-from: rgb(244, 67, 54);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 67, 54, 0));
  }

  :root .lg\:from-green-2{
    --tw-gradient-from: rgb(var(--color-green-2));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:from-green-3{
    --tw-gradient-from: rgb(var(--color-green-3));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:from-green-4{
    --tw-gradient-from: rgb(var(--color-green-4));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:from-gren{
    --tw-gradient-from: rgb(var(--color-gren));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:from-gren-1{
    --tw-gradient-from: rgb(var(--color-gren-1));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:from-gren-2{
    --tw-gradient-from: rgb(var(--color-gren-2));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:from-gren-3{
    --tw-gradient-from: rgb(var(--color-gren-3));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:from-gren-4{
    --tw-gradient-from: rgb(var(--color-gren-4));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:from-selected{
    --tw-gradient-from: rgb(var(--color-selected));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:from-error{
    --tw-gradient-from: rgb(var(--color-error));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:from-attention{
    --tw-gradient-from: rgb(var(--color-attention));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:from-accept{
    --tw-gradient-from: rgb(var(--color-accept));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:from-system{
    --tw-gradient-from: rgb(var(--color-system));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:from-orange{
    --tw-gradient-from: rgb(var(--color-orange));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:from-links{
    --tw-gradient-from: rgb(var(--color-links));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:from-teal{
    --tw-gradient-from: rgb(var(--color-teal));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:from-purple{
    --tw-gradient-from: rgb(var(--color-purple));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:from-pink{
    --tw-gradient-from: rgb(var(--color-pink));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:from-margaret{
    --tw-gradient-from: rgb(var(--color-margaret));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:from-betty{
    --tw-gradient-from: rgb(var(--color-betty));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:from-natasha-light{
    --tw-gradient-from: rgba(var(--color-natasha), .05);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:from-natasha{
    --tw-gradient-from: rgb(var(--color-natasha));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:from-tiffany{
    --tw-gradient-from: rgb(var(--color-tiffany));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:from-barbara{
    --tw-gradient-from: rgb(var(--color-barbara));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:from-suzanne{
    --tw-gradient-from: rgb(var(--color-suzanne));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:from-lily{
    --tw-gradient-from: rgb(var(--color-lily));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:from-stephanie{
    --tw-gradient-from: rgb(var(--color-stephanie));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:from-lisa{
    --tw-gradient-from: rgba(var(--color-lisa), 0.6);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:from-california{
    --tw-gradient-from: rgb(var(--color-california));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:from-texas{
    --tw-gradient-from: rgb(var(--color-texas));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:from-florida{
    --tw-gradient-from: rgb(var(--color-florida));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:from-colorado{
    --tw-gradient-from: rgb(var(--color-colorado));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:from-seattle{
    --tw-gradient-from: rgb(var(--color-seattle));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:from-denver{
    --tw-gradient-from: rgb(var(--color-denver));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:from-arizona{
    --tw-gradient-from: rgb(var(--color-arizona));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:from-shpongle{
    --tw-gradient-from: rgb(var(--color-shpongle));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:from-band{
    --tw-gradient-from: rgb(var(--color-band));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:from-blur{
    --tw-gradient-from: rgba(var(--color-blur), 0.05);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:from-mila{
    --tw-gradient-from: rgba(var(--color-mila));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:via-current{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:via-transparent{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  :root .lg\:via-black{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-black)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:via-white{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-white)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:via-contrast-black{
    --tw-gradient-stops: var(--tw-gradient-from), black, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  :root .lg\:via-contrast-white{
    --tw-gradient-stops: var(--tw-gradient-from), white, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:via-primary-light{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-primary), .1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:via-primary{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-primary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:via-red-light{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(244, 67, 54, 0.1), var(--tw-gradient-to, rgba(244, 67, 54, 0));
  }

  :root .lg\:via-red{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244, 67, 54), var(--tw-gradient-to, rgba(244, 67, 54, 0));
  }

  :root .lg\:via-green-2{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-green-2)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:via-green-3{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-green-3)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:via-green-4{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-green-4)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:via-gren{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-gren)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:via-gren-1{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-gren-1)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:via-gren-2{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-gren-2)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:via-gren-3{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-gren-3)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:via-gren-4{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-gren-4)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:via-selected{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-selected)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:via-error{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-error)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:via-attention{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-attention)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:via-accept{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-accept)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:via-system{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-system)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:via-orange{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-orange)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:via-links{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-links)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:via-teal{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-teal)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:via-purple{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-purple)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:via-pink{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-pink)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:via-margaret{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-margaret)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:via-betty{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-betty)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:via-natasha-light{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-natasha), .05), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:via-natasha{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-natasha)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:via-tiffany{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-tiffany)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:via-barbara{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-barbara)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:via-suzanne{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-suzanne)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:via-lily{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-lily)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:via-stephanie{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-stephanie)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:via-lisa{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-lisa), 0.6), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:via-california{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-california)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:via-texas{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-texas)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:via-florida{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-florida)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:via-colorado{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-colorado)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:via-seattle{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-seattle)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:via-denver{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-denver)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:via-arizona{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-arizona)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:via-shpongle{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-shpongle)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:via-band{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-band)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:via-blur{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-blur), 0.05), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:via-mila{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-mila)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:to-current{
    --tw-gradient-to: currentColor;
  }

  :root .lg\:to-transparent{
    --tw-gradient-to: transparent;
  }

  :root .lg\:to-black{
    --tw-gradient-to: rgb(var(--color-black));
  }

  :root .lg\:to-white{
    --tw-gradient-to: rgb(var(--color-white));
  }

  :root .lg\:to-contrast-black{
    --tw-gradient-to: black;
  }

  :root .lg\:to-contrast-white{
    --tw-gradient-to: white;
  }

  :root .lg\:to-primary-light{
    --tw-gradient-to: rgba(var(--color-primary), .1);
  }

  :root .lg\:to-primary{
    --tw-gradient-to: rgb(var(--color-primary));
  }

  :root .lg\:to-red-light{
    --tw-gradient-to: rgba(244, 67, 54, 0.1);
  }

  :root .lg\:to-red{
    --tw-gradient-to: rgb(244, 67, 54);
  }

  :root .lg\:to-green-2{
    --tw-gradient-to: rgb(var(--color-green-2));
  }

  :root .lg\:to-green-3{
    --tw-gradient-to: rgb(var(--color-green-3));
  }

  :root .lg\:to-green-4{
    --tw-gradient-to: rgb(var(--color-green-4));
  }

  :root .lg\:to-gren{
    --tw-gradient-to: rgb(var(--color-gren));
  }

  :root .lg\:to-gren-1{
    --tw-gradient-to: rgb(var(--color-gren-1));
  }

  :root .lg\:to-gren-2{
    --tw-gradient-to: rgb(var(--color-gren-2));
  }

  :root .lg\:to-gren-3{
    --tw-gradient-to: rgb(var(--color-gren-3));
  }

  :root .lg\:to-gren-4{
    --tw-gradient-to: rgb(var(--color-gren-4));
  }

  :root .lg\:to-selected{
    --tw-gradient-to: rgb(var(--color-selected));
  }

  :root .lg\:to-error{
    --tw-gradient-to: rgb(var(--color-error));
  }

  :root .lg\:to-attention{
    --tw-gradient-to: rgb(var(--color-attention));
  }

  :root .lg\:to-accept{
    --tw-gradient-to: rgb(var(--color-accept));
  }

  :root .lg\:to-system{
    --tw-gradient-to: rgb(var(--color-system));
  }

  :root .lg\:to-orange{
    --tw-gradient-to: rgb(var(--color-orange));
  }

  :root .lg\:to-links{
    --tw-gradient-to: rgb(var(--color-links));
  }

  :root .lg\:to-teal{
    --tw-gradient-to: rgb(var(--color-teal));
  }

  :root .lg\:to-purple{
    --tw-gradient-to: rgb(var(--color-purple));
  }

  :root .lg\:to-pink{
    --tw-gradient-to: rgb(var(--color-pink));
  }

  :root .lg\:to-margaret{
    --tw-gradient-to: rgb(var(--color-margaret));
  }

  :root .lg\:to-betty{
    --tw-gradient-to: rgb(var(--color-betty));
  }

  :root .lg\:to-natasha-light{
    --tw-gradient-to: rgba(var(--color-natasha), .05);
  }

  :root .lg\:to-natasha{
    --tw-gradient-to: rgb(var(--color-natasha));
  }

  :root .lg\:to-tiffany{
    --tw-gradient-to: rgb(var(--color-tiffany));
  }

  :root .lg\:to-barbara{
    --tw-gradient-to: rgb(var(--color-barbara));
  }

  :root .lg\:to-suzanne{
    --tw-gradient-to: rgb(var(--color-suzanne));
  }

  :root .lg\:to-lily{
    --tw-gradient-to: rgb(var(--color-lily));
  }

  :root .lg\:to-stephanie{
    --tw-gradient-to: rgb(var(--color-stephanie));
  }

  :root .lg\:to-lisa{
    --tw-gradient-to: rgba(var(--color-lisa), 0.6);
  }

  :root .lg\:to-california{
    --tw-gradient-to: rgb(var(--color-california));
  }

  :root .lg\:to-texas{
    --tw-gradient-to: rgb(var(--color-texas));
  }

  :root .lg\:to-florida{
    --tw-gradient-to: rgb(var(--color-florida));
  }

  :root .lg\:to-colorado{
    --tw-gradient-to: rgb(var(--color-colorado));
  }

  :root .lg\:to-seattle{
    --tw-gradient-to: rgb(var(--color-seattle));
  }

  :root .lg\:to-denver{
    --tw-gradient-to: rgb(var(--color-denver));
  }

  :root .lg\:to-arizona{
    --tw-gradient-to: rgb(var(--color-arizona));
  }

  :root .lg\:to-shpongle{
    --tw-gradient-to: rgb(var(--color-shpongle));
  }

  :root .lg\:to-band{
    --tw-gradient-to: rgb(var(--color-band));
  }

  :root .lg\:to-blur{
    --tw-gradient-to: rgba(var(--color-blur), 0.05);
  }

  :root .lg\:to-mila{
    --tw-gradient-to: rgba(var(--color-mila));
  }

  :root .lg\:hover\:from-current:hover{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:hover\:from-transparent:hover{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  :root .lg\:hover\:from-black:hover{
    --tw-gradient-from: rgb(var(--color-black));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:hover\:from-white:hover{
    --tw-gradient-from: rgb(var(--color-white));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:hover\:from-contrast-black:hover{
    --tw-gradient-from: black;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  :root .lg\:hover\:from-contrast-white:hover{
    --tw-gradient-from: white;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:hover\:from-primary-light:hover{
    --tw-gradient-from: rgba(var(--color-primary), .1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:hover\:from-primary:hover{
    --tw-gradient-from: rgb(var(--color-primary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:hover\:from-red-light:hover{
    --tw-gradient-from: rgba(244, 67, 54, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 67, 54, 0));
  }

  :root .lg\:hover\:from-red:hover{
    --tw-gradient-from: rgb(244, 67, 54);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 67, 54, 0));
  }

  :root .lg\:hover\:from-green-2:hover{
    --tw-gradient-from: rgb(var(--color-green-2));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:hover\:from-green-3:hover{
    --tw-gradient-from: rgb(var(--color-green-3));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:hover\:from-green-4:hover{
    --tw-gradient-from: rgb(var(--color-green-4));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:hover\:from-gren:hover{
    --tw-gradient-from: rgb(var(--color-gren));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:hover\:from-gren-1:hover{
    --tw-gradient-from: rgb(var(--color-gren-1));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:hover\:from-gren-2:hover{
    --tw-gradient-from: rgb(var(--color-gren-2));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:hover\:from-gren-3:hover{
    --tw-gradient-from: rgb(var(--color-gren-3));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:hover\:from-gren-4:hover{
    --tw-gradient-from: rgb(var(--color-gren-4));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:hover\:from-selected:hover{
    --tw-gradient-from: rgb(var(--color-selected));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:hover\:from-error:hover{
    --tw-gradient-from: rgb(var(--color-error));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:hover\:from-attention:hover{
    --tw-gradient-from: rgb(var(--color-attention));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:hover\:from-accept:hover{
    --tw-gradient-from: rgb(var(--color-accept));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:hover\:from-system:hover{
    --tw-gradient-from: rgb(var(--color-system));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:hover\:from-orange:hover{
    --tw-gradient-from: rgb(var(--color-orange));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:hover\:from-links:hover{
    --tw-gradient-from: rgb(var(--color-links));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:hover\:from-teal:hover{
    --tw-gradient-from: rgb(var(--color-teal));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:hover\:from-purple:hover{
    --tw-gradient-from: rgb(var(--color-purple));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:hover\:from-pink:hover{
    --tw-gradient-from: rgb(var(--color-pink));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:hover\:from-margaret:hover{
    --tw-gradient-from: rgb(var(--color-margaret));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:hover\:from-betty:hover{
    --tw-gradient-from: rgb(var(--color-betty));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:hover\:from-natasha-light:hover{
    --tw-gradient-from: rgba(var(--color-natasha), .05);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:hover\:from-natasha:hover{
    --tw-gradient-from: rgb(var(--color-natasha));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:hover\:from-tiffany:hover{
    --tw-gradient-from: rgb(var(--color-tiffany));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:hover\:from-barbara:hover{
    --tw-gradient-from: rgb(var(--color-barbara));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:hover\:from-suzanne:hover{
    --tw-gradient-from: rgb(var(--color-suzanne));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:hover\:from-lily:hover{
    --tw-gradient-from: rgb(var(--color-lily));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:hover\:from-stephanie:hover{
    --tw-gradient-from: rgb(var(--color-stephanie));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:hover\:from-lisa:hover{
    --tw-gradient-from: rgba(var(--color-lisa), 0.6);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:hover\:from-california:hover{
    --tw-gradient-from: rgb(var(--color-california));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:hover\:from-texas:hover{
    --tw-gradient-from: rgb(var(--color-texas));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:hover\:from-florida:hover{
    --tw-gradient-from: rgb(var(--color-florida));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:hover\:from-colorado:hover{
    --tw-gradient-from: rgb(var(--color-colorado));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:hover\:from-seattle:hover{
    --tw-gradient-from: rgb(var(--color-seattle));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:hover\:from-denver:hover{
    --tw-gradient-from: rgb(var(--color-denver));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:hover\:from-arizona:hover{
    --tw-gradient-from: rgb(var(--color-arizona));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:hover\:from-shpongle:hover{
    --tw-gradient-from: rgb(var(--color-shpongle));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:hover\:from-band:hover{
    --tw-gradient-from: rgb(var(--color-band));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:hover\:from-blur:hover{
    --tw-gradient-from: rgba(var(--color-blur), 0.05);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:hover\:from-mila:hover{
    --tw-gradient-from: rgba(var(--color-mila));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:hover\:via-current:hover{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:hover\:via-transparent:hover{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  :root .lg\:hover\:via-black:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-black)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:hover\:via-white:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-white)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:hover\:via-contrast-black:hover{
    --tw-gradient-stops: var(--tw-gradient-from), black, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  :root .lg\:hover\:via-contrast-white:hover{
    --tw-gradient-stops: var(--tw-gradient-from), white, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:hover\:via-primary-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-primary), .1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:hover\:via-primary:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-primary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:hover\:via-red-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(244, 67, 54, 0.1), var(--tw-gradient-to, rgba(244, 67, 54, 0));
  }

  :root .lg\:hover\:via-red:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244, 67, 54), var(--tw-gradient-to, rgba(244, 67, 54, 0));
  }

  :root .lg\:hover\:via-green-2:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-green-2)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:hover\:via-green-3:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-green-3)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:hover\:via-green-4:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-green-4)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:hover\:via-gren:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-gren)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:hover\:via-gren-1:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-gren-1)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:hover\:via-gren-2:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-gren-2)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:hover\:via-gren-3:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-gren-3)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:hover\:via-gren-4:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-gren-4)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:hover\:via-selected:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-selected)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:hover\:via-error:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-error)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:hover\:via-attention:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-attention)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:hover\:via-accept:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-accept)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:hover\:via-system:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-system)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:hover\:via-orange:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-orange)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:hover\:via-links:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-links)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:hover\:via-teal:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-teal)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:hover\:via-purple:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-purple)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:hover\:via-pink:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-pink)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:hover\:via-margaret:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-margaret)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:hover\:via-betty:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-betty)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:hover\:via-natasha-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-natasha), .05), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:hover\:via-natasha:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-natasha)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:hover\:via-tiffany:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-tiffany)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:hover\:via-barbara:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-barbara)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:hover\:via-suzanne:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-suzanne)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:hover\:via-lily:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-lily)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:hover\:via-stephanie:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-stephanie)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:hover\:via-lisa:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-lisa), 0.6), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:hover\:via-california:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-california)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:hover\:via-texas:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-texas)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:hover\:via-florida:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-florida)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:hover\:via-colorado:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-colorado)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:hover\:via-seattle:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-seattle)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:hover\:via-denver:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-denver)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:hover\:via-arizona:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-arizona)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:hover\:via-shpongle:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-shpongle)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:hover\:via-band:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-band)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:hover\:via-blur:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-blur), 0.05), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:hover\:via-mila:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-mila)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:hover\:to-current:hover{
    --tw-gradient-to: currentColor;
  }

  :root .lg\:hover\:to-transparent:hover{
    --tw-gradient-to: transparent;
  }

  :root .lg\:hover\:to-black:hover{
    --tw-gradient-to: rgb(var(--color-black));
  }

  :root .lg\:hover\:to-white:hover{
    --tw-gradient-to: rgb(var(--color-white));
  }

  :root .lg\:hover\:to-contrast-black:hover{
    --tw-gradient-to: black;
  }

  :root .lg\:hover\:to-contrast-white:hover{
    --tw-gradient-to: white;
  }

  :root .lg\:hover\:to-primary-light:hover{
    --tw-gradient-to: rgba(var(--color-primary), .1);
  }

  :root .lg\:hover\:to-primary:hover{
    --tw-gradient-to: rgb(var(--color-primary));
  }

  :root .lg\:hover\:to-red-light:hover{
    --tw-gradient-to: rgba(244, 67, 54, 0.1);
  }

  :root .lg\:hover\:to-red:hover{
    --tw-gradient-to: rgb(244, 67, 54);
  }

  :root .lg\:hover\:to-green-2:hover{
    --tw-gradient-to: rgb(var(--color-green-2));
  }

  :root .lg\:hover\:to-green-3:hover{
    --tw-gradient-to: rgb(var(--color-green-3));
  }

  :root .lg\:hover\:to-green-4:hover{
    --tw-gradient-to: rgb(var(--color-green-4));
  }

  :root .lg\:hover\:to-gren:hover{
    --tw-gradient-to: rgb(var(--color-gren));
  }

  :root .lg\:hover\:to-gren-1:hover{
    --tw-gradient-to: rgb(var(--color-gren-1));
  }

  :root .lg\:hover\:to-gren-2:hover{
    --tw-gradient-to: rgb(var(--color-gren-2));
  }

  :root .lg\:hover\:to-gren-3:hover{
    --tw-gradient-to: rgb(var(--color-gren-3));
  }

  :root .lg\:hover\:to-gren-4:hover{
    --tw-gradient-to: rgb(var(--color-gren-4));
  }

  :root .lg\:hover\:to-selected:hover{
    --tw-gradient-to: rgb(var(--color-selected));
  }

  :root .lg\:hover\:to-error:hover{
    --tw-gradient-to: rgb(var(--color-error));
  }

  :root .lg\:hover\:to-attention:hover{
    --tw-gradient-to: rgb(var(--color-attention));
  }

  :root .lg\:hover\:to-accept:hover{
    --tw-gradient-to: rgb(var(--color-accept));
  }

  :root .lg\:hover\:to-system:hover{
    --tw-gradient-to: rgb(var(--color-system));
  }

  :root .lg\:hover\:to-orange:hover{
    --tw-gradient-to: rgb(var(--color-orange));
  }

  :root .lg\:hover\:to-links:hover{
    --tw-gradient-to: rgb(var(--color-links));
  }

  :root .lg\:hover\:to-teal:hover{
    --tw-gradient-to: rgb(var(--color-teal));
  }

  :root .lg\:hover\:to-purple:hover{
    --tw-gradient-to: rgb(var(--color-purple));
  }

  :root .lg\:hover\:to-pink:hover{
    --tw-gradient-to: rgb(var(--color-pink));
  }

  :root .lg\:hover\:to-margaret:hover{
    --tw-gradient-to: rgb(var(--color-margaret));
  }

  :root .lg\:hover\:to-betty:hover{
    --tw-gradient-to: rgb(var(--color-betty));
  }

  :root .lg\:hover\:to-natasha-light:hover{
    --tw-gradient-to: rgba(var(--color-natasha), .05);
  }

  :root .lg\:hover\:to-natasha:hover{
    --tw-gradient-to: rgb(var(--color-natasha));
  }

  :root .lg\:hover\:to-tiffany:hover{
    --tw-gradient-to: rgb(var(--color-tiffany));
  }

  :root .lg\:hover\:to-barbara:hover{
    --tw-gradient-to: rgb(var(--color-barbara));
  }

  :root .lg\:hover\:to-suzanne:hover{
    --tw-gradient-to: rgb(var(--color-suzanne));
  }

  :root .lg\:hover\:to-lily:hover{
    --tw-gradient-to: rgb(var(--color-lily));
  }

  :root .lg\:hover\:to-stephanie:hover{
    --tw-gradient-to: rgb(var(--color-stephanie));
  }

  :root .lg\:hover\:to-lisa:hover{
    --tw-gradient-to: rgba(var(--color-lisa), 0.6);
  }

  :root .lg\:hover\:to-california:hover{
    --tw-gradient-to: rgb(var(--color-california));
  }

  :root .lg\:hover\:to-texas:hover{
    --tw-gradient-to: rgb(var(--color-texas));
  }

  :root .lg\:hover\:to-florida:hover{
    --tw-gradient-to: rgb(var(--color-florida));
  }

  :root .lg\:hover\:to-colorado:hover{
    --tw-gradient-to: rgb(var(--color-colorado));
  }

  :root .lg\:hover\:to-seattle:hover{
    --tw-gradient-to: rgb(var(--color-seattle));
  }

  :root .lg\:hover\:to-denver:hover{
    --tw-gradient-to: rgb(var(--color-denver));
  }

  :root .lg\:hover\:to-arizona:hover{
    --tw-gradient-to: rgb(var(--color-arizona));
  }

  :root .lg\:hover\:to-shpongle:hover{
    --tw-gradient-to: rgb(var(--color-shpongle));
  }

  :root .lg\:hover\:to-band:hover{
    --tw-gradient-to: rgb(var(--color-band));
  }

  :root .lg\:hover\:to-blur:hover{
    --tw-gradient-to: rgba(var(--color-blur), 0.05);
  }

  :root .lg\:hover\:to-mila:hover{
    --tw-gradient-to: rgba(var(--color-mila));
  }

  :root .lg\:focus\:from-current:focus{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:focus\:from-transparent:focus{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  :root .lg\:focus\:from-black:focus{
    --tw-gradient-from: rgb(var(--color-black));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:focus\:from-white:focus{
    --tw-gradient-from: rgb(var(--color-white));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:focus\:from-contrast-black:focus{
    --tw-gradient-from: black;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  :root .lg\:focus\:from-contrast-white:focus{
    --tw-gradient-from: white;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:focus\:from-primary-light:focus{
    --tw-gradient-from: rgba(var(--color-primary), .1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:focus\:from-primary:focus{
    --tw-gradient-from: rgb(var(--color-primary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:focus\:from-red-light:focus{
    --tw-gradient-from: rgba(244, 67, 54, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 67, 54, 0));
  }

  :root .lg\:focus\:from-red:focus{
    --tw-gradient-from: rgb(244, 67, 54);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 67, 54, 0));
  }

  :root .lg\:focus\:from-green-2:focus{
    --tw-gradient-from: rgb(var(--color-green-2));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:focus\:from-green-3:focus{
    --tw-gradient-from: rgb(var(--color-green-3));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:focus\:from-green-4:focus{
    --tw-gradient-from: rgb(var(--color-green-4));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:focus\:from-gren:focus{
    --tw-gradient-from: rgb(var(--color-gren));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:focus\:from-gren-1:focus{
    --tw-gradient-from: rgb(var(--color-gren-1));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:focus\:from-gren-2:focus{
    --tw-gradient-from: rgb(var(--color-gren-2));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:focus\:from-gren-3:focus{
    --tw-gradient-from: rgb(var(--color-gren-3));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:focus\:from-gren-4:focus{
    --tw-gradient-from: rgb(var(--color-gren-4));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:focus\:from-selected:focus{
    --tw-gradient-from: rgb(var(--color-selected));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:focus\:from-error:focus{
    --tw-gradient-from: rgb(var(--color-error));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:focus\:from-attention:focus{
    --tw-gradient-from: rgb(var(--color-attention));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:focus\:from-accept:focus{
    --tw-gradient-from: rgb(var(--color-accept));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:focus\:from-system:focus{
    --tw-gradient-from: rgb(var(--color-system));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:focus\:from-orange:focus{
    --tw-gradient-from: rgb(var(--color-orange));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:focus\:from-links:focus{
    --tw-gradient-from: rgb(var(--color-links));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:focus\:from-teal:focus{
    --tw-gradient-from: rgb(var(--color-teal));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:focus\:from-purple:focus{
    --tw-gradient-from: rgb(var(--color-purple));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:focus\:from-pink:focus{
    --tw-gradient-from: rgb(var(--color-pink));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:focus\:from-margaret:focus{
    --tw-gradient-from: rgb(var(--color-margaret));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:focus\:from-betty:focus{
    --tw-gradient-from: rgb(var(--color-betty));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:focus\:from-natasha-light:focus{
    --tw-gradient-from: rgba(var(--color-natasha), .05);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:focus\:from-natasha:focus{
    --tw-gradient-from: rgb(var(--color-natasha));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:focus\:from-tiffany:focus{
    --tw-gradient-from: rgb(var(--color-tiffany));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:focus\:from-barbara:focus{
    --tw-gradient-from: rgb(var(--color-barbara));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:focus\:from-suzanne:focus{
    --tw-gradient-from: rgb(var(--color-suzanne));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:focus\:from-lily:focus{
    --tw-gradient-from: rgb(var(--color-lily));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:focus\:from-stephanie:focus{
    --tw-gradient-from: rgb(var(--color-stephanie));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:focus\:from-lisa:focus{
    --tw-gradient-from: rgba(var(--color-lisa), 0.6);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:focus\:from-california:focus{
    --tw-gradient-from: rgb(var(--color-california));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:focus\:from-texas:focus{
    --tw-gradient-from: rgb(var(--color-texas));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:focus\:from-florida:focus{
    --tw-gradient-from: rgb(var(--color-florida));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:focus\:from-colorado:focus{
    --tw-gradient-from: rgb(var(--color-colorado));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:focus\:from-seattle:focus{
    --tw-gradient-from: rgb(var(--color-seattle));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:focus\:from-denver:focus{
    --tw-gradient-from: rgb(var(--color-denver));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:focus\:from-arizona:focus{
    --tw-gradient-from: rgb(var(--color-arizona));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:focus\:from-shpongle:focus{
    --tw-gradient-from: rgb(var(--color-shpongle));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:focus\:from-band:focus{
    --tw-gradient-from: rgb(var(--color-band));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:focus\:from-blur:focus{
    --tw-gradient-from: rgba(var(--color-blur), 0.05);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:focus\:from-mila:focus{
    --tw-gradient-from: rgba(var(--color-mila));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:focus\:via-current:focus{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:focus\:via-transparent:focus{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  :root .lg\:focus\:via-black:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-black)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:focus\:via-white:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-white)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:focus\:via-contrast-black:focus{
    --tw-gradient-stops: var(--tw-gradient-from), black, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  :root .lg\:focus\:via-contrast-white:focus{
    --tw-gradient-stops: var(--tw-gradient-from), white, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:focus\:via-primary-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-primary), .1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:focus\:via-primary:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-primary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:focus\:via-red-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(244, 67, 54, 0.1), var(--tw-gradient-to, rgba(244, 67, 54, 0));
  }

  :root .lg\:focus\:via-red:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244, 67, 54), var(--tw-gradient-to, rgba(244, 67, 54, 0));
  }

  :root .lg\:focus\:via-green-2:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-green-2)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:focus\:via-green-3:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-green-3)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:focus\:via-green-4:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-green-4)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:focus\:via-gren:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-gren)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:focus\:via-gren-1:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-gren-1)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:focus\:via-gren-2:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-gren-2)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:focus\:via-gren-3:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-gren-3)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:focus\:via-gren-4:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-gren-4)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:focus\:via-selected:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-selected)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:focus\:via-error:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-error)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:focus\:via-attention:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-attention)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:focus\:via-accept:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-accept)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:focus\:via-system:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-system)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:focus\:via-orange:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-orange)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:focus\:via-links:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-links)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:focus\:via-teal:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-teal)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:focus\:via-purple:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-purple)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:focus\:via-pink:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-pink)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:focus\:via-margaret:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-margaret)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:focus\:via-betty:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-betty)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:focus\:via-natasha-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-natasha), .05), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:focus\:via-natasha:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-natasha)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:focus\:via-tiffany:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-tiffany)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:focus\:via-barbara:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-barbara)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:focus\:via-suzanne:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-suzanne)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:focus\:via-lily:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-lily)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:focus\:via-stephanie:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-stephanie)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:focus\:via-lisa:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-lisa), 0.6), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:focus\:via-california:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-california)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:focus\:via-texas:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-texas)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:focus\:via-florida:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-florida)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:focus\:via-colorado:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-colorado)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:focus\:via-seattle:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-seattle)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:focus\:via-denver:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-denver)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:focus\:via-arizona:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-arizona)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:focus\:via-shpongle:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-shpongle)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:focus\:via-band:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-band)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:focus\:via-blur:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-blur), 0.05), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:focus\:via-mila:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-mila)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:focus\:to-current:focus{
    --tw-gradient-to: currentColor;
  }

  :root .lg\:focus\:to-transparent:focus{
    --tw-gradient-to: transparent;
  }

  :root .lg\:focus\:to-black:focus{
    --tw-gradient-to: rgb(var(--color-black));
  }

  :root .lg\:focus\:to-white:focus{
    --tw-gradient-to: rgb(var(--color-white));
  }

  :root .lg\:focus\:to-contrast-black:focus{
    --tw-gradient-to: black;
  }

  :root .lg\:focus\:to-contrast-white:focus{
    --tw-gradient-to: white;
  }

  :root .lg\:focus\:to-primary-light:focus{
    --tw-gradient-to: rgba(var(--color-primary), .1);
  }

  :root .lg\:focus\:to-primary:focus{
    --tw-gradient-to: rgb(var(--color-primary));
  }

  :root .lg\:focus\:to-red-light:focus{
    --tw-gradient-to: rgba(244, 67, 54, 0.1);
  }

  :root .lg\:focus\:to-red:focus{
    --tw-gradient-to: rgb(244, 67, 54);
  }

  :root .lg\:focus\:to-green-2:focus{
    --tw-gradient-to: rgb(var(--color-green-2));
  }

  :root .lg\:focus\:to-green-3:focus{
    --tw-gradient-to: rgb(var(--color-green-3));
  }

  :root .lg\:focus\:to-green-4:focus{
    --tw-gradient-to: rgb(var(--color-green-4));
  }

  :root .lg\:focus\:to-gren:focus{
    --tw-gradient-to: rgb(var(--color-gren));
  }

  :root .lg\:focus\:to-gren-1:focus{
    --tw-gradient-to: rgb(var(--color-gren-1));
  }

  :root .lg\:focus\:to-gren-2:focus{
    --tw-gradient-to: rgb(var(--color-gren-2));
  }

  :root .lg\:focus\:to-gren-3:focus{
    --tw-gradient-to: rgb(var(--color-gren-3));
  }

  :root .lg\:focus\:to-gren-4:focus{
    --tw-gradient-to: rgb(var(--color-gren-4));
  }

  :root .lg\:focus\:to-selected:focus{
    --tw-gradient-to: rgb(var(--color-selected));
  }

  :root .lg\:focus\:to-error:focus{
    --tw-gradient-to: rgb(var(--color-error));
  }

  :root .lg\:focus\:to-attention:focus{
    --tw-gradient-to: rgb(var(--color-attention));
  }

  :root .lg\:focus\:to-accept:focus{
    --tw-gradient-to: rgb(var(--color-accept));
  }

  :root .lg\:focus\:to-system:focus{
    --tw-gradient-to: rgb(var(--color-system));
  }

  :root .lg\:focus\:to-orange:focus{
    --tw-gradient-to: rgb(var(--color-orange));
  }

  :root .lg\:focus\:to-links:focus{
    --tw-gradient-to: rgb(var(--color-links));
  }

  :root .lg\:focus\:to-teal:focus{
    --tw-gradient-to: rgb(var(--color-teal));
  }

  :root .lg\:focus\:to-purple:focus{
    --tw-gradient-to: rgb(var(--color-purple));
  }

  :root .lg\:focus\:to-pink:focus{
    --tw-gradient-to: rgb(var(--color-pink));
  }

  :root .lg\:focus\:to-margaret:focus{
    --tw-gradient-to: rgb(var(--color-margaret));
  }

  :root .lg\:focus\:to-betty:focus{
    --tw-gradient-to: rgb(var(--color-betty));
  }

  :root .lg\:focus\:to-natasha-light:focus{
    --tw-gradient-to: rgba(var(--color-natasha), .05);
  }

  :root .lg\:focus\:to-natasha:focus{
    --tw-gradient-to: rgb(var(--color-natasha));
  }

  :root .lg\:focus\:to-tiffany:focus{
    --tw-gradient-to: rgb(var(--color-tiffany));
  }

  :root .lg\:focus\:to-barbara:focus{
    --tw-gradient-to: rgb(var(--color-barbara));
  }

  :root .lg\:focus\:to-suzanne:focus{
    --tw-gradient-to: rgb(var(--color-suzanne));
  }

  :root .lg\:focus\:to-lily:focus{
    --tw-gradient-to: rgb(var(--color-lily));
  }

  :root .lg\:focus\:to-stephanie:focus{
    --tw-gradient-to: rgb(var(--color-stephanie));
  }

  :root .lg\:focus\:to-lisa:focus{
    --tw-gradient-to: rgba(var(--color-lisa), 0.6);
  }

  :root .lg\:focus\:to-california:focus{
    --tw-gradient-to: rgb(var(--color-california));
  }

  :root .lg\:focus\:to-texas:focus{
    --tw-gradient-to: rgb(var(--color-texas));
  }

  :root .lg\:focus\:to-florida:focus{
    --tw-gradient-to: rgb(var(--color-florida));
  }

  :root .lg\:focus\:to-colorado:focus{
    --tw-gradient-to: rgb(var(--color-colorado));
  }

  :root .lg\:focus\:to-seattle:focus{
    --tw-gradient-to: rgb(var(--color-seattle));
  }

  :root .lg\:focus\:to-denver:focus{
    --tw-gradient-to: rgb(var(--color-denver));
  }

  :root .lg\:focus\:to-arizona:focus{
    --tw-gradient-to: rgb(var(--color-arizona));
  }

  :root .lg\:focus\:to-shpongle:focus{
    --tw-gradient-to: rgb(var(--color-shpongle));
  }

  :root .lg\:focus\:to-band:focus{
    --tw-gradient-to: rgb(var(--color-band));
  }

  :root .lg\:focus\:to-blur:focus{
    --tw-gradient-to: rgba(var(--color-blur), 0.05);
  }

  :root .lg\:focus\:to-mila:focus{
    --tw-gradient-to: rgba(var(--color-mila));
  }

  :root .lg\:bg-opacity-0{
    --tw-bg-opacity: 0;
  }

  :root .lg\:bg-opacity-25{
    --tw-bg-opacity: 0.25;
  }

  :root .lg\:bg-opacity-50{
    --tw-bg-opacity: 0.5;
  }

  :root .lg\:bg-opacity-75{
    --tw-bg-opacity: 0.75;
  }

  :root .lg\:bg-opacity-100{
    --tw-bg-opacity: 1;
  }

  :root .group:hover .lg\:group-hover\:bg-opacity-0{
    --tw-bg-opacity: 0;
  }

  :root .group:hover .lg\:group-hover\:bg-opacity-25{
    --tw-bg-opacity: 0.25;
  }

  :root .group:hover .lg\:group-hover\:bg-opacity-50{
    --tw-bg-opacity: 0.5;
  }

  :root .group:hover .lg\:group-hover\:bg-opacity-75{
    --tw-bg-opacity: 0.75;
  }

  :root .group:hover .lg\:group-hover\:bg-opacity-100{
    --tw-bg-opacity: 1;
  }

  :root .lg\:focus-within\:bg-opacity-0:focus-within{
    --tw-bg-opacity: 0;
  }

  :root .lg\:focus-within\:bg-opacity-25:focus-within{
    --tw-bg-opacity: 0.25;
  }

  :root .lg\:focus-within\:bg-opacity-50:focus-within{
    --tw-bg-opacity: 0.5;
  }

  :root .lg\:focus-within\:bg-opacity-75:focus-within{
    --tw-bg-opacity: 0.75;
  }

  :root .lg\:focus-within\:bg-opacity-100:focus-within{
    --tw-bg-opacity: 1;
  }

  :root .lg\:hover\:bg-opacity-0:hover{
    --tw-bg-opacity: 0;
  }

  :root .lg\:hover\:bg-opacity-25:hover{
    --tw-bg-opacity: 0.25;
  }

  :root .lg\:hover\:bg-opacity-50:hover{
    --tw-bg-opacity: 0.5;
  }

  :root .lg\:hover\:bg-opacity-75:hover{
    --tw-bg-opacity: 0.75;
  }

  :root .lg\:hover\:bg-opacity-100:hover{
    --tw-bg-opacity: 1;
  }

  :root .lg\:focus\:bg-opacity-0:focus{
    --tw-bg-opacity: 0;
  }

  :root .lg\:focus\:bg-opacity-25:focus{
    --tw-bg-opacity: 0.25;
  }

  :root .lg\:focus\:bg-opacity-50:focus{
    --tw-bg-opacity: 0.5;
  }

  :root .lg\:focus\:bg-opacity-75:focus{
    --tw-bg-opacity: 0.75;
  }

  :root .lg\:focus\:bg-opacity-100:focus{
    --tw-bg-opacity: 1;
  }

  :root .lg\:bg-bottom{
    background-position: bottom;
  }

  :root .lg\:bg-center{
    background-position: center;
  }

  :root .lg\:bg-left{
    background-position: left;
  }

  :root .lg\:bg-left-bottom{
    background-position: left bottom;
  }

  :root .lg\:bg-left-top{
    background-position: left top;
  }

  :root .lg\:bg-right{
    background-position: right;
  }

  :root .lg\:bg-right-bottom{
    background-position: right bottom;
  }

  :root .lg\:bg-right-top{
    background-position: right top;
  }

  :root .lg\:bg-top{
    background-position: top;
  }

  :root .lg\:bg-repeat{
    background-repeat: repeat;
  }

  :root .lg\:bg-no-repeat{
    background-repeat: no-repeat;
  }

  :root .lg\:bg-repeat-x{
    background-repeat: repeat-x;
  }

  :root .lg\:bg-repeat-y{
    background-repeat: repeat-y;
  }

  :root .lg\:bg-repeat-round{
    background-repeat: round;
  }

  :root .lg\:bg-repeat-space{
    background-repeat: space;
  }

  :root .lg\:bg-auto{
    background-size: auto;
  }

  :root .lg\:bg-cover{
    background-size: cover;
  }

  :root .lg\:bg-contain{
    background-size: contain;
  }

  :root .lg\:border-collapse{
    border-collapse: collapse;
  }

  :root .lg\:border-separate{
    border-collapse: separate;
  }

  :root .lg\:border-current{
    border-color: currentColor;
  }

  :root .lg\:border-transparent{
    border-color: transparent;
  }

  :root .lg\:border-black{
    border-color: rgb(var(--color-black));
  }

  :root .lg\:border-white{
    border-color: rgb(var(--color-white));
  }

  :root .lg\:border-contrast-black{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  :root .lg\:border-contrast-white{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  :root .lg\:border-primary-light{
    border-color: rgba(var(--color-primary), .1);
  }

  :root .lg\:border-primary{
    border-color: rgb(var(--color-primary));
  }

  :root .lg\:border-red-light{
    border-color: rgba(244, 67, 54, 0.1);
  }

  :root .lg\:border-red{
    --tw-border-opacity: 1;
    border-color: rgba(244, 67, 54, var(--tw-border-opacity));
  }

  :root .lg\:border-green-2{
    border-color: rgb(var(--color-green-2));
  }

  :root .lg\:border-green-3{
    border-color: rgb(var(--color-green-3));
  }

  :root .lg\:border-green-4{
    border-color: rgb(var(--color-green-4));
  }

  :root .lg\:border-gren{
    border-color: rgb(var(--color-gren));
  }

  :root .lg\:border-gren-1{
    border-color: rgb(var(--color-gren-1));
  }

  :root .lg\:border-gren-2{
    border-color: rgb(var(--color-gren-2));
  }

  :root .lg\:border-gren-3{
    border-color: rgb(var(--color-gren-3));
  }

  :root .lg\:border-gren-4{
    border-color: rgb(var(--color-gren-4));
  }

  :root .lg\:border-selected{
    border-color: rgb(var(--color-selected));
  }

  :root .lg\:border-error{
    border-color: rgb(var(--color-error));
  }

  :root .lg\:border-attention{
    border-color: rgb(var(--color-attention));
  }

  :root .lg\:border-accept{
    border-color: rgb(var(--color-accept));
  }

  :root .lg\:border-system{
    border-color: rgb(var(--color-system));
  }

  :root .lg\:border-orange{
    border-color: rgb(var(--color-orange));
  }

  :root .lg\:border-links{
    border-color: rgb(var(--color-links));
  }

  :root .lg\:border-teal{
    border-color: rgb(var(--color-teal));
  }

  :root .lg\:border-purple{
    border-color: rgb(var(--color-purple));
  }

  :root .lg\:border-pink{
    border-color: rgb(var(--color-pink));
  }

  :root .lg\:border-margaret{
    border-color: rgb(var(--color-margaret));
  }

  :root .lg\:border-betty{
    border-color: rgb(var(--color-betty));
  }

  :root .lg\:border-natasha-light{
    border-color: rgba(var(--color-natasha), .05);
  }

  :root .lg\:border-natasha{
    border-color: rgb(var(--color-natasha));
  }

  :root .lg\:border-tiffany{
    border-color: rgb(var(--color-tiffany));
  }

  :root .lg\:border-barbara{
    border-color: rgb(var(--color-barbara));
  }

  :root .lg\:border-suzanne{
    border-color: rgb(var(--color-suzanne));
  }

  :root .lg\:border-lily{
    border-color: rgb(var(--color-lily));
  }

  :root .lg\:border-stephanie{
    border-color: rgb(var(--color-stephanie));
  }

  :root .lg\:border-lisa{
    border-color: rgba(var(--color-lisa), 0.6);
  }

  :root .lg\:border-california{
    border-color: rgb(var(--color-california));
  }

  :root .lg\:border-texas{
    border-color: rgb(var(--color-texas));
  }

  :root .lg\:border-florida{
    border-color: rgb(var(--color-florida));
  }

  :root .lg\:border-colorado{
    border-color: rgb(var(--color-colorado));
  }

  :root .lg\:border-seattle{
    border-color: rgb(var(--color-seattle));
  }

  :root .lg\:border-denver{
    border-color: rgb(var(--color-denver));
  }

  :root .lg\:border-arizona{
    border-color: rgb(var(--color-arizona));
  }

  :root .lg\:border-shpongle{
    border-color: rgb(var(--color-shpongle));
  }

  :root .lg\:border-band{
    border-color: rgb(var(--color-band));
  }

  :root .lg\:border-blur{
    border-color: rgba(var(--color-blur), 0.05);
  }

  :root .lg\:border-mila{
    border-color: rgba(var(--color-mila));
  }

  :root .lg\:hover\:border-current:hover{
    border-color: currentColor;
  }

  :root .lg\:hover\:border-transparent:hover{
    border-color: transparent;
  }

  :root .lg\:hover\:border-black:hover{
    border-color: rgb(var(--color-black));
  }

  :root .lg\:hover\:border-white:hover{
    border-color: rgb(var(--color-white));
  }

  :root .lg\:hover\:border-contrast-black:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  :root .lg\:hover\:border-contrast-white:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  :root .lg\:hover\:border-primary-light:hover{
    border-color: rgba(var(--color-primary), .1);
  }

  :root .lg\:hover\:border-primary:hover{
    border-color: rgb(var(--color-primary));
  }

  :root .lg\:hover\:border-red-light:hover{
    border-color: rgba(244, 67, 54, 0.1);
  }

  :root .lg\:hover\:border-red:hover{
    --tw-border-opacity: 1;
    border-color: rgba(244, 67, 54, var(--tw-border-opacity));
  }

  :root .lg\:hover\:border-green-2:hover{
    border-color: rgb(var(--color-green-2));
  }

  :root .lg\:hover\:border-green-3:hover{
    border-color: rgb(var(--color-green-3));
  }

  :root .lg\:hover\:border-green-4:hover{
    border-color: rgb(var(--color-green-4));
  }

  :root .lg\:hover\:border-gren:hover{
    border-color: rgb(var(--color-gren));
  }

  :root .lg\:hover\:border-gren-1:hover{
    border-color: rgb(var(--color-gren-1));
  }

  :root .lg\:hover\:border-gren-2:hover{
    border-color: rgb(var(--color-gren-2));
  }

  :root .lg\:hover\:border-gren-3:hover{
    border-color: rgb(var(--color-gren-3));
  }

  :root .lg\:hover\:border-gren-4:hover{
    border-color: rgb(var(--color-gren-4));
  }

  :root .lg\:hover\:border-selected:hover{
    border-color: rgb(var(--color-selected));
  }

  :root .lg\:hover\:border-error:hover{
    border-color: rgb(var(--color-error));
  }

  :root .lg\:hover\:border-attention:hover{
    border-color: rgb(var(--color-attention));
  }

  :root .lg\:hover\:border-accept:hover{
    border-color: rgb(var(--color-accept));
  }

  :root .lg\:hover\:border-system:hover{
    border-color: rgb(var(--color-system));
  }

  :root .lg\:hover\:border-orange:hover{
    border-color: rgb(var(--color-orange));
  }

  :root .lg\:hover\:border-links:hover{
    border-color: rgb(var(--color-links));
  }

  :root .lg\:hover\:border-teal:hover{
    border-color: rgb(var(--color-teal));
  }

  :root .lg\:hover\:border-purple:hover{
    border-color: rgb(var(--color-purple));
  }

  :root .lg\:hover\:border-pink:hover{
    border-color: rgb(var(--color-pink));
  }

  :root .lg\:hover\:border-margaret:hover{
    border-color: rgb(var(--color-margaret));
  }

  :root .lg\:hover\:border-betty:hover{
    border-color: rgb(var(--color-betty));
  }

  :root .lg\:hover\:border-natasha-light:hover{
    border-color: rgba(var(--color-natasha), .05);
  }

  :root .lg\:hover\:border-natasha:hover{
    border-color: rgb(var(--color-natasha));
  }

  :root .lg\:hover\:border-tiffany:hover{
    border-color: rgb(var(--color-tiffany));
  }

  :root .lg\:hover\:border-barbara:hover{
    border-color: rgb(var(--color-barbara));
  }

  :root .lg\:hover\:border-suzanne:hover{
    border-color: rgb(var(--color-suzanne));
  }

  :root .lg\:hover\:border-lily:hover{
    border-color: rgb(var(--color-lily));
  }

  :root .lg\:hover\:border-stephanie:hover{
    border-color: rgb(var(--color-stephanie));
  }

  :root .lg\:hover\:border-lisa:hover{
    border-color: rgba(var(--color-lisa), 0.6);
  }

  :root .lg\:hover\:border-california:hover{
    border-color: rgb(var(--color-california));
  }

  :root .lg\:hover\:border-texas:hover{
    border-color: rgb(var(--color-texas));
  }

  :root .lg\:hover\:border-florida:hover{
    border-color: rgb(var(--color-florida));
  }

  :root .lg\:hover\:border-colorado:hover{
    border-color: rgb(var(--color-colorado));
  }

  :root .lg\:hover\:border-seattle:hover{
    border-color: rgb(var(--color-seattle));
  }

  :root .lg\:hover\:border-denver:hover{
    border-color: rgb(var(--color-denver));
  }

  :root .lg\:hover\:border-arizona:hover{
    border-color: rgb(var(--color-arizona));
  }

  :root .lg\:hover\:border-shpongle:hover{
    border-color: rgb(var(--color-shpongle));
  }

  :root .lg\:hover\:border-band:hover{
    border-color: rgb(var(--color-band));
  }

  :root .lg\:hover\:border-blur:hover{
    border-color: rgba(var(--color-blur), 0.05);
  }

  :root .lg\:hover\:border-mila:hover{
    border-color: rgba(var(--color-mila));
  }

  :root .lg\:focus\:border-current:focus{
    border-color: currentColor;
  }

  :root .lg\:focus\:border-transparent:focus{
    border-color: transparent;
  }

  :root .lg\:focus\:border-black:focus{
    border-color: rgb(var(--color-black));
  }

  :root .lg\:focus\:border-white:focus{
    border-color: rgb(var(--color-white));
  }

  :root .lg\:focus\:border-contrast-black:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  :root .lg\:focus\:border-contrast-white:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  :root .lg\:focus\:border-primary-light:focus{
    border-color: rgba(var(--color-primary), .1);
  }

  :root .lg\:focus\:border-primary:focus{
    border-color: rgb(var(--color-primary));
  }

  :root .lg\:focus\:border-red-light:focus{
    border-color: rgba(244, 67, 54, 0.1);
  }

  :root .lg\:focus\:border-red:focus{
    --tw-border-opacity: 1;
    border-color: rgba(244, 67, 54, var(--tw-border-opacity));
  }

  :root .lg\:focus\:border-green-2:focus{
    border-color: rgb(var(--color-green-2));
  }

  :root .lg\:focus\:border-green-3:focus{
    border-color: rgb(var(--color-green-3));
  }

  :root .lg\:focus\:border-green-4:focus{
    border-color: rgb(var(--color-green-4));
  }

  :root .lg\:focus\:border-gren:focus{
    border-color: rgb(var(--color-gren));
  }

  :root .lg\:focus\:border-gren-1:focus{
    border-color: rgb(var(--color-gren-1));
  }

  :root .lg\:focus\:border-gren-2:focus{
    border-color: rgb(var(--color-gren-2));
  }

  :root .lg\:focus\:border-gren-3:focus{
    border-color: rgb(var(--color-gren-3));
  }

  :root .lg\:focus\:border-gren-4:focus{
    border-color: rgb(var(--color-gren-4));
  }

  :root .lg\:focus\:border-selected:focus{
    border-color: rgb(var(--color-selected));
  }

  :root .lg\:focus\:border-error:focus{
    border-color: rgb(var(--color-error));
  }

  :root .lg\:focus\:border-attention:focus{
    border-color: rgb(var(--color-attention));
  }

  :root .lg\:focus\:border-accept:focus{
    border-color: rgb(var(--color-accept));
  }

  :root .lg\:focus\:border-system:focus{
    border-color: rgb(var(--color-system));
  }

  :root .lg\:focus\:border-orange:focus{
    border-color: rgb(var(--color-orange));
  }

  :root .lg\:focus\:border-links:focus{
    border-color: rgb(var(--color-links));
  }

  :root .lg\:focus\:border-teal:focus{
    border-color: rgb(var(--color-teal));
  }

  :root .lg\:focus\:border-purple:focus{
    border-color: rgb(var(--color-purple));
  }

  :root .lg\:focus\:border-pink:focus{
    border-color: rgb(var(--color-pink));
  }

  :root .lg\:focus\:border-margaret:focus{
    border-color: rgb(var(--color-margaret));
  }

  :root .lg\:focus\:border-betty:focus{
    border-color: rgb(var(--color-betty));
  }

  :root .lg\:focus\:border-natasha-light:focus{
    border-color: rgba(var(--color-natasha), .05);
  }

  :root .lg\:focus\:border-natasha:focus{
    border-color: rgb(var(--color-natasha));
  }

  :root .lg\:focus\:border-tiffany:focus{
    border-color: rgb(var(--color-tiffany));
  }

  :root .lg\:focus\:border-barbara:focus{
    border-color: rgb(var(--color-barbara));
  }

  :root .lg\:focus\:border-suzanne:focus{
    border-color: rgb(var(--color-suzanne));
  }

  :root .lg\:focus\:border-lily:focus{
    border-color: rgb(var(--color-lily));
  }

  :root .lg\:focus\:border-stephanie:focus{
    border-color: rgb(var(--color-stephanie));
  }

  :root .lg\:focus\:border-lisa:focus{
    border-color: rgba(var(--color-lisa), 0.6);
  }

  :root .lg\:focus\:border-california:focus{
    border-color: rgb(var(--color-california));
  }

  :root .lg\:focus\:border-texas:focus{
    border-color: rgb(var(--color-texas));
  }

  :root .lg\:focus\:border-florida:focus{
    border-color: rgb(var(--color-florida));
  }

  :root .lg\:focus\:border-colorado:focus{
    border-color: rgb(var(--color-colorado));
  }

  :root .lg\:focus\:border-seattle:focus{
    border-color: rgb(var(--color-seattle));
  }

  :root .lg\:focus\:border-denver:focus{
    border-color: rgb(var(--color-denver));
  }

  :root .lg\:focus\:border-arizona:focus{
    border-color: rgb(var(--color-arizona));
  }

  :root .lg\:focus\:border-shpongle:focus{
    border-color: rgb(var(--color-shpongle));
  }

  :root .lg\:focus\:border-band:focus{
    border-color: rgb(var(--color-band));
  }

  :root .lg\:focus\:border-blur:focus{
    border-color: rgba(var(--color-blur), 0.05);
  }

  :root .lg\:focus\:border-mila:focus{
    border-color: rgba(var(--color-mila));
  }

  :root .lg\:border-opacity-0{
    --tw-border-opacity: 0;
  }

  :root .lg\:border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  :root .lg\:border-opacity-50{
    --tw-border-opacity: 0.5;
  }

  :root .lg\:border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  :root .lg\:border-opacity-100{
    --tw-border-opacity: 1;
  }

  :root .group:hover .lg\:group-hover\:border-opacity-0{
    --tw-border-opacity: 0;
  }

  :root .group:hover .lg\:group-hover\:border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  :root .group:hover .lg\:group-hover\:border-opacity-50{
    --tw-border-opacity: 0.5;
  }

  :root .group:hover .lg\:group-hover\:border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  :root .group:hover .lg\:group-hover\:border-opacity-100{
    --tw-border-opacity: 1;
  }

  :root .lg\:focus-within\:border-opacity-0:focus-within{
    --tw-border-opacity: 0;
  }

  :root .lg\:focus-within\:border-opacity-25:focus-within{
    --tw-border-opacity: 0.25;
  }

  :root .lg\:focus-within\:border-opacity-50:focus-within{
    --tw-border-opacity: 0.5;
  }

  :root .lg\:focus-within\:border-opacity-75:focus-within{
    --tw-border-opacity: 0.75;
  }

  :root .lg\:focus-within\:border-opacity-100:focus-within{
    --tw-border-opacity: 1;
  }

  :root .lg\:hover\:border-opacity-0:hover{
    --tw-border-opacity: 0;
  }

  :root .lg\:hover\:border-opacity-25:hover{
    --tw-border-opacity: 0.25;
  }

  :root .lg\:hover\:border-opacity-50:hover{
    --tw-border-opacity: 0.5;
  }

  :root .lg\:hover\:border-opacity-75:hover{
    --tw-border-opacity: 0.75;
  }

  :root .lg\:hover\:border-opacity-100:hover{
    --tw-border-opacity: 1;
  }

  :root .lg\:focus\:border-opacity-0:focus{
    --tw-border-opacity: 0;
  }

  :root .lg\:focus\:border-opacity-25:focus{
    --tw-border-opacity: 0.25;
  }

  :root .lg\:focus\:border-opacity-50:focus{
    --tw-border-opacity: 0.5;
  }

  :root .lg\:focus\:border-opacity-75:focus{
    --tw-border-opacity: 0.75;
  }

  :root .lg\:focus\:border-opacity-100:focus{
    --tw-border-opacity: 1;
  }

  :root .lg\:rounded-none{
    border-radius: 0px;
  }

  :root .lg\:rounded-sm{
    border-radius: 0.125rem;
  }

  :root .lg\:rounded{
    border-radius: 0.25rem;
  }

  :root .lg\:rounded-md{
    border-radius: 0.375rem;
  }

  :root .lg\:rounded-lg{
    border-radius: 0.5rem;
  }

  :root .lg\:rounded-xl{
    border-radius: 0.75rem;
  }

  :root .lg\:rounded-2xl{
    border-radius: 1rem;
  }

  :root .lg\:rounded-3xl{
    border-radius: 1.5rem;
  }

  :root .lg\:rounded-full{
    border-radius: 9999px;
  }

  :root .lg\:rounded-t-none{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  :root .lg\:rounded-r-none{
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  :root .lg\:rounded-b-none{
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  :root .lg\:rounded-l-none{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  :root .lg\:rounded-t-sm{
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  :root .lg\:rounded-r-sm{
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  :root .lg\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  :root .lg\:rounded-l-sm{
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  :root .lg\:rounded-t{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  :root .lg\:rounded-r{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  :root .lg\:rounded-b{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  :root .lg\:rounded-l{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  :root .lg\:rounded-t-md{
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  :root .lg\:rounded-r-md{
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  :root .lg\:rounded-b-md{
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  :root .lg\:rounded-l-md{
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  :root .lg\:rounded-t-lg{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  :root .lg\:rounded-r-lg{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  :root .lg\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  :root .lg\:rounded-l-lg{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  :root .lg\:rounded-t-xl{
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  :root .lg\:rounded-r-xl{
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  :root .lg\:rounded-b-xl{
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  :root .lg\:rounded-l-xl{
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  :root .lg\:rounded-t-2xl{
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  :root .lg\:rounded-r-2xl{
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  :root .lg\:rounded-b-2xl{
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  :root .lg\:rounded-l-2xl{
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  :root .lg\:rounded-t-3xl{
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  :root .lg\:rounded-r-3xl{
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  :root .lg\:rounded-b-3xl{
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  :root .lg\:rounded-l-3xl{
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  :root .lg\:rounded-t-full{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  :root .lg\:rounded-r-full{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  :root .lg\:rounded-b-full{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  :root .lg\:rounded-l-full{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  :root .lg\:rounded-tl-none{
    border-top-left-radius: 0px;
  }

  :root .lg\:rounded-tr-none{
    border-top-right-radius: 0px;
  }

  :root .lg\:rounded-br-none{
    border-bottom-right-radius: 0px;
  }

  :root .lg\:rounded-bl-none{
    border-bottom-left-radius: 0px;
  }

  :root .lg\:rounded-tl-sm{
    border-top-left-radius: 0.125rem;
  }

  :root .lg\:rounded-tr-sm{
    border-top-right-radius: 0.125rem;
  }

  :root .lg\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem;
  }

  :root .lg\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem;
  }

  :root .lg\:rounded-tl{
    border-top-left-radius: 0.25rem;
  }

  :root .lg\:rounded-tr{
    border-top-right-radius: 0.25rem;
  }

  :root .lg\:rounded-br{
    border-bottom-right-radius: 0.25rem;
  }

  :root .lg\:rounded-bl{
    border-bottom-left-radius: 0.25rem;
  }

  :root .lg\:rounded-tl-md{
    border-top-left-radius: 0.375rem;
  }

  :root .lg\:rounded-tr-md{
    border-top-right-radius: 0.375rem;
  }

  :root .lg\:rounded-br-md{
    border-bottom-right-radius: 0.375rem;
  }

  :root .lg\:rounded-bl-md{
    border-bottom-left-radius: 0.375rem;
  }

  :root .lg\:rounded-tl-lg{
    border-top-left-radius: 0.5rem;
  }

  :root .lg\:rounded-tr-lg{
    border-top-right-radius: 0.5rem;
  }

  :root .lg\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem;
  }

  :root .lg\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem;
  }

  :root .lg\:rounded-tl-xl{
    border-top-left-radius: 0.75rem;
  }

  :root .lg\:rounded-tr-xl{
    border-top-right-radius: 0.75rem;
  }

  :root .lg\:rounded-br-xl{
    border-bottom-right-radius: 0.75rem;
  }

  :root .lg\:rounded-bl-xl{
    border-bottom-left-radius: 0.75rem;
  }

  :root .lg\:rounded-tl-2xl{
    border-top-left-radius: 1rem;
  }

  :root .lg\:rounded-tr-2xl{
    border-top-right-radius: 1rem;
  }

  :root .lg\:rounded-br-2xl{
    border-bottom-right-radius: 1rem;
  }

  :root .lg\:rounded-bl-2xl{
    border-bottom-left-radius: 1rem;
  }

  :root .lg\:rounded-tl-3xl{
    border-top-left-radius: 1.5rem;
  }

  :root .lg\:rounded-tr-3xl{
    border-top-right-radius: 1.5rem;
  }

  :root .lg\:rounded-br-3xl{
    border-bottom-right-radius: 1.5rem;
  }

  :root .lg\:rounded-bl-3xl{
    border-bottom-left-radius: 1.5rem;
  }

  :root .lg\:rounded-tl-full{
    border-top-left-radius: 9999px;
  }

  :root .lg\:rounded-tr-full{
    border-top-right-radius: 9999px;
  }

  :root .lg\:rounded-br-full{
    border-bottom-right-radius: 9999px;
  }

  :root .lg\:rounded-bl-full{
    border-bottom-left-radius: 9999px;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-none{
    border-radius: 0px;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-sm{
    border-radius: 0.125rem;
  }

  :root [dir=ltr] .lg\:ltr\:rounded{
    border-radius: 0.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-md{
    border-radius: 0.375rem;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-lg{
    border-radius: 0.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-xl{
    border-radius: 0.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-2xl{
    border-radius: 1rem;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-3xl{
    border-radius: 1.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-full{
    border-radius: 9999px;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-t-none{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-r-none{
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-b-none{
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-l-none{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-t-sm{
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-r-sm{
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-l-sm{
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-t{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-r{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-b{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-l{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-t-md{
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-r-md{
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-b-md{
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-l-md{
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-t-lg{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-r-lg{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-l-lg{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-t-xl{
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-r-xl{
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-b-xl{
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-l-xl{
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-t-2xl{
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-r-2xl{
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-b-2xl{
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-l-2xl{
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-t-3xl{
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-r-3xl{
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-b-3xl{
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-l-3xl{
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-t-full{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-r-full{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-b-full{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-l-full{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-tl-none{
    border-top-left-radius: 0px;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-tr-none{
    border-top-right-radius: 0px;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-br-none{
    border-bottom-right-radius: 0px;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-bl-none{
    border-bottom-left-radius: 0px;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-tl-sm{
    border-top-left-radius: 0.125rem;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-tr-sm{
    border-top-right-radius: 0.125rem;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-tl{
    border-top-left-radius: 0.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-tr{
    border-top-right-radius: 0.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-br{
    border-bottom-right-radius: 0.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-bl{
    border-bottom-left-radius: 0.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-tl-md{
    border-top-left-radius: 0.375rem;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-tr-md{
    border-top-right-radius: 0.375rem;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-br-md{
    border-bottom-right-radius: 0.375rem;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-bl-md{
    border-bottom-left-radius: 0.375rem;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-tl-lg{
    border-top-left-radius: 0.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-tr-lg{
    border-top-right-radius: 0.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-tl-xl{
    border-top-left-radius: 0.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-tr-xl{
    border-top-right-radius: 0.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-br-xl{
    border-bottom-right-radius: 0.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-bl-xl{
    border-bottom-left-radius: 0.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-tl-2xl{
    border-top-left-radius: 1rem;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-tr-2xl{
    border-top-right-radius: 1rem;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-br-2xl{
    border-bottom-right-radius: 1rem;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-bl-2xl{
    border-bottom-left-radius: 1rem;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-tl-3xl{
    border-top-left-radius: 1.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-tr-3xl{
    border-top-right-radius: 1.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-br-3xl{
    border-bottom-right-radius: 1.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-bl-3xl{
    border-bottom-left-radius: 1.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-tl-full{
    border-top-left-radius: 9999px;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-tr-full{
    border-top-right-radius: 9999px;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-br-full{
    border-bottom-right-radius: 9999px;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-bl-full{
    border-bottom-left-radius: 9999px;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-none{
    border-radius: 0px;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-sm{
    border-radius: 0.125rem;
  }

  :root [dir=rtl] .lg\:rtl\:rounded{
    border-radius: 0.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-md{
    border-radius: 0.375rem;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-lg{
    border-radius: 0.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-xl{
    border-radius: 0.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-2xl{
    border-radius: 1rem;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-3xl{
    border-radius: 1.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-full{
    border-radius: 9999px;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-t-none{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-r-none{
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-b-none{
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-l-none{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-t-sm{
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-r-sm{
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-l-sm{
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-t{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-r{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-b{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-l{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-t-md{
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-r-md{
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-b-md{
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-l-md{
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-t-lg{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-r-lg{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-l-lg{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-t-xl{
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-r-xl{
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-b-xl{
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-l-xl{
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-t-2xl{
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-r-2xl{
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-b-2xl{
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-l-2xl{
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-t-3xl{
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-r-3xl{
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-b-3xl{
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-l-3xl{
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-t-full{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-r-full{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-b-full{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-l-full{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-tl-none{
    border-top-left-radius: 0px;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-tr-none{
    border-top-right-radius: 0px;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-br-none{
    border-bottom-right-radius: 0px;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-bl-none{
    border-bottom-left-radius: 0px;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-tl-sm{
    border-top-left-radius: 0.125rem;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-tr-sm{
    border-top-right-radius: 0.125rem;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-tl{
    border-top-left-radius: 0.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-tr{
    border-top-right-radius: 0.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-br{
    border-bottom-right-radius: 0.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-bl{
    border-bottom-left-radius: 0.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-tl-md{
    border-top-left-radius: 0.375rem;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-tr-md{
    border-top-right-radius: 0.375rem;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-br-md{
    border-bottom-right-radius: 0.375rem;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-bl-md{
    border-bottom-left-radius: 0.375rem;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-tl-lg{
    border-top-left-radius: 0.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-tr-lg{
    border-top-right-radius: 0.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-tl-xl{
    border-top-left-radius: 0.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-tr-xl{
    border-top-right-radius: 0.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-br-xl{
    border-bottom-right-radius: 0.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-bl-xl{
    border-bottom-left-radius: 0.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-tl-2xl{
    border-top-left-radius: 1rem;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-tr-2xl{
    border-top-right-radius: 1rem;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-br-2xl{
    border-bottom-right-radius: 1rem;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-bl-2xl{
    border-bottom-left-radius: 1rem;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-tl-3xl{
    border-top-left-radius: 1.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-tr-3xl{
    border-top-right-radius: 1.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-br-3xl{
    border-bottom-right-radius: 1.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-bl-3xl{
    border-bottom-left-radius: 1.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-tl-full{
    border-top-left-radius: 9999px;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-tr-full{
    border-top-right-radius: 9999px;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-br-full{
    border-bottom-right-radius: 9999px;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-bl-full{
    border-bottom-left-radius: 9999px;
  }

  :root .lg\:border-solid{
    border-style: solid;
  }

  :root .lg\:border-dashed{
    border-style: dashed;
  }

  :root .lg\:border-dotted{
    border-style: dotted;
  }

  :root .lg\:border-double{
    border-style: double;
  }

  :root .lg\:border-none{
    border-style: none;
  }

  :root .lg\:border-0{
    border-width: 0;
  }

  :root .lg\:border-2{
    border-width: 2px;
  }

  :root .lg\:border-3{
    border-width: 3px;
  }

  :root .lg\:border-4{
    border-width: 4px;
  }

  :root .lg\:border-8{
    border-width: 8px;
  }

  :root .lg\:border{
    border-width: 1px;
  }

  :root .lg\:border-t-0{
    border-top-width: 0;
  }

  :root .lg\:border-r-0{
    border-right-width: 0;
  }

  :root .lg\:border-b-0{
    border-bottom-width: 0;
  }

  :root .lg\:border-l-0{
    border-left-width: 0;
  }

  :root .lg\:border-t-2{
    border-top-width: 2px;
  }

  :root .lg\:border-r-2{
    border-right-width: 2px;
  }

  :root .lg\:border-b-2{
    border-bottom-width: 2px;
  }

  :root .lg\:border-l-2{
    border-left-width: 2px;
  }

  :root .lg\:border-t-3{
    border-top-width: 3px;
  }

  :root .lg\:border-r-3{
    border-right-width: 3px;
  }

  :root .lg\:border-b-3{
    border-bottom-width: 3px;
  }

  :root .lg\:border-l-3{
    border-left-width: 3px;
  }

  :root .lg\:border-t-4{
    border-top-width: 4px;
  }

  :root .lg\:border-r-4{
    border-right-width: 4px;
  }

  :root .lg\:border-b-4{
    border-bottom-width: 4px;
  }

  :root .lg\:border-l-4{
    border-left-width: 4px;
  }

  :root .lg\:border-t-8{
    border-top-width: 8px;
  }

  :root .lg\:border-r-8{
    border-right-width: 8px;
  }

  :root .lg\:border-b-8{
    border-bottom-width: 8px;
  }

  :root .lg\:border-l-8{
    border-left-width: 8px;
  }

  :root .lg\:border-t{
    border-top-width: 1px;
  }

  :root .lg\:border-r{
    border-right-width: 1px;
  }

  :root .lg\:border-b{
    border-bottom-width: 1px;
  }

  :root .lg\:border-l{
    border-left-width: 1px;
  }

  :root [dir=ltr] .lg\:ltr\:border-0{
    border-width: 0;
  }

  :root [dir=ltr] .lg\:ltr\:border-2{
    border-width: 2px;
  }

  :root [dir=ltr] .lg\:ltr\:border-3{
    border-width: 3px;
  }

  :root [dir=ltr] .lg\:ltr\:border-4{
    border-width: 4px;
  }

  :root [dir=ltr] .lg\:ltr\:border-8{
    border-width: 8px;
  }

  :root [dir=ltr] .lg\:ltr\:border{
    border-width: 1px;
  }

  :root [dir=ltr] .lg\:ltr\:border-t-0{
    border-top-width: 0;
  }

  :root [dir=ltr] .lg\:ltr\:border-r-0{
    border-right-width: 0;
  }

  :root [dir=ltr] .lg\:ltr\:border-b-0{
    border-bottom-width: 0;
  }

  :root [dir=ltr] .lg\:ltr\:border-l-0{
    border-left-width: 0;
  }

  :root [dir=ltr] .lg\:ltr\:border-t-2{
    border-top-width: 2px;
  }

  :root [dir=ltr] .lg\:ltr\:border-r-2{
    border-right-width: 2px;
  }

  :root [dir=ltr] .lg\:ltr\:border-b-2{
    border-bottom-width: 2px;
  }

  :root [dir=ltr] .lg\:ltr\:border-l-2{
    border-left-width: 2px;
  }

  :root [dir=ltr] .lg\:ltr\:border-t-3{
    border-top-width: 3px;
  }

  :root [dir=ltr] .lg\:ltr\:border-r-3{
    border-right-width: 3px;
  }

  :root [dir=ltr] .lg\:ltr\:border-b-3{
    border-bottom-width: 3px;
  }

  :root [dir=ltr] .lg\:ltr\:border-l-3{
    border-left-width: 3px;
  }

  :root [dir=ltr] .lg\:ltr\:border-t-4{
    border-top-width: 4px;
  }

  :root [dir=ltr] .lg\:ltr\:border-r-4{
    border-right-width: 4px;
  }

  :root [dir=ltr] .lg\:ltr\:border-b-4{
    border-bottom-width: 4px;
  }

  :root [dir=ltr] .lg\:ltr\:border-l-4{
    border-left-width: 4px;
  }

  :root [dir=ltr] .lg\:ltr\:border-t-8{
    border-top-width: 8px;
  }

  :root [dir=ltr] .lg\:ltr\:border-r-8{
    border-right-width: 8px;
  }

  :root [dir=ltr] .lg\:ltr\:border-b-8{
    border-bottom-width: 8px;
  }

  :root [dir=ltr] .lg\:ltr\:border-l-8{
    border-left-width: 8px;
  }

  :root [dir=ltr] .lg\:ltr\:border-t{
    border-top-width: 1px;
  }

  :root [dir=ltr] .lg\:ltr\:border-r{
    border-right-width: 1px;
  }

  :root [dir=ltr] .lg\:ltr\:border-b{
    border-bottom-width: 1px;
  }

  :root [dir=ltr] .lg\:ltr\:border-l{
    border-left-width: 1px;
  }

  :root [dir=rtl] .lg\:rtl\:border-0{
    border-width: 0;
  }

  :root [dir=rtl] .lg\:rtl\:border-2{
    border-width: 2px;
  }

  :root [dir=rtl] .lg\:rtl\:border-3{
    border-width: 3px;
  }

  :root [dir=rtl] .lg\:rtl\:border-4{
    border-width: 4px;
  }

  :root [dir=rtl] .lg\:rtl\:border-8{
    border-width: 8px;
  }

  :root [dir=rtl] .lg\:rtl\:border{
    border-width: 1px;
  }

  :root [dir=rtl] .lg\:rtl\:border-t-0{
    border-top-width: 0;
  }

  :root [dir=rtl] .lg\:rtl\:border-r-0{
    border-right-width: 0;
  }

  :root [dir=rtl] .lg\:rtl\:border-b-0{
    border-bottom-width: 0;
  }

  :root [dir=rtl] .lg\:rtl\:border-l-0{
    border-left-width: 0;
  }

  :root [dir=rtl] .lg\:rtl\:border-t-2{
    border-top-width: 2px;
  }

  :root [dir=rtl] .lg\:rtl\:border-r-2{
    border-right-width: 2px;
  }

  :root [dir=rtl] .lg\:rtl\:border-b-2{
    border-bottom-width: 2px;
  }

  :root [dir=rtl] .lg\:rtl\:border-l-2{
    border-left-width: 2px;
  }

  :root [dir=rtl] .lg\:rtl\:border-t-3{
    border-top-width: 3px;
  }

  :root [dir=rtl] .lg\:rtl\:border-r-3{
    border-right-width: 3px;
  }

  :root [dir=rtl] .lg\:rtl\:border-b-3{
    border-bottom-width: 3px;
  }

  :root [dir=rtl] .lg\:rtl\:border-l-3{
    border-left-width: 3px;
  }

  :root [dir=rtl] .lg\:rtl\:border-t-4{
    border-top-width: 4px;
  }

  :root [dir=rtl] .lg\:rtl\:border-r-4{
    border-right-width: 4px;
  }

  :root [dir=rtl] .lg\:rtl\:border-b-4{
    border-bottom-width: 4px;
  }

  :root [dir=rtl] .lg\:rtl\:border-l-4{
    border-left-width: 4px;
  }

  :root [dir=rtl] .lg\:rtl\:border-t-8{
    border-top-width: 8px;
  }

  :root [dir=rtl] .lg\:rtl\:border-r-8{
    border-right-width: 8px;
  }

  :root [dir=rtl] .lg\:rtl\:border-b-8{
    border-bottom-width: 8px;
  }

  :root [dir=rtl] .lg\:rtl\:border-l-8{
    border-left-width: 8px;
  }

  :root [dir=rtl] .lg\:rtl\:border-t{
    border-top-width: 1px;
  }

  :root [dir=rtl] .lg\:rtl\:border-r{
    border-right-width: 1px;
  }

  :root [dir=rtl] .lg\:rtl\:border-b{
    border-bottom-width: 1px;
  }

  :root [dir=rtl] .lg\:rtl\:border-l{
    border-left-width: 1px;
  }

  :root .lg\:decoration-slice{
    -webkit-box-decoration-break: slice;
            box-decoration-break: slice;
  }

  :root .lg\:decoration-clone{
    -webkit-box-decoration-break: clone;
            box-decoration-break: clone;
  }

  :root .lg\:box-border{
    box-sizing: border-box;
  }

  :root .lg\:box-content{
    box-sizing: content-box;
  }

  :root .lg\:cursor-auto{
    cursor: auto;
  }

  :root .lg\:cursor{
    cursor: default;
  }

  :root .lg\:cursor-pointer{
    cursor: pointer;
  }

  :root .lg\:cursor-wait{
    cursor: wait;
  }

  :root .lg\:cursor-text{
    cursor: text;
  }

  :root .lg\:cursor-move{
    cursor: move;
  }

  :root .lg\:cursor-not-allowed{
    cursor: not-allowed;
  }

  :root .lg\:block{
    display: block;
  }

  :root .lg\:inline-block{
    display: inline-block;
  }

  :root .lg\:inline{
    display: inline;
  }

  :root .lg\:flex{
    display: flex;
  }

  :root .lg\:inline-flex{
    display: inline-flex;
  }

  :root .lg\:table{
    display: table;
  }

  :root .lg\:inline-table{
    display: inline-table;
  }

  :root .lg\:table-caption{
    display: table-caption;
  }

  :root .lg\:table-cell{
    display: table-cell;
  }

  :root .lg\:table-column{
    display: table-column;
  }

  :root .lg\:table-column-group{
    display: table-column-group;
  }

  :root .lg\:table-footer-group{
    display: table-footer-group;
  }

  :root .lg\:table-header-group{
    display: table-header-group;
  }

  :root .lg\:table-row-group{
    display: table-row-group;
  }

  :root .lg\:table-row{
    display: table-row;
  }

  :root .lg\:flow-root{
    display: flow-root;
  }

  :root .lg\:grid{
    display: grid;
  }

  :root .lg\:inline-grid{
    display: inline-grid;
  }

  :root .lg\:contents{
    display: contents;
  }

  :root .lg\:list-item{
    display: list-item;
  }

  :root .lg\:hidden{
    display: none;
  }

  :root .lg\:flex-row{
    flex-direction: row;
  }

  :root .lg\:flex-row-reverse{
    flex-direction: row-reverse;
  }

  :root .lg\:flex-col{
    flex-direction: column;
  }

  :root .lg\:flex-col-reverse{
    flex-direction: column-reverse;
  }

  :root .lg\:flex-wrap{
    flex-wrap: wrap;
  }

  :root .lg\:flex-wrap-reverse{
    flex-wrap: wrap-reverse;
  }

  :root .lg\:flex-nowrap{
    flex-wrap: nowrap;
  }

  :root .lg\:place-items-start{
    place-items: start;
  }

  :root .lg\:place-items-end{
    place-items: end;
  }

  :root .lg\:place-items-center{
    place-items: center;
  }

  :root .lg\:place-items-stretch{
    place-items: stretch;
  }

  :root .lg\:place-content-center{
    place-content: center;
  }

  :root .lg\:place-content-start{
    place-content: start;
  }

  :root .lg\:place-content-end{
    place-content: end;
  }

  :root .lg\:place-content-between{
    place-content: space-between;
  }

  :root .lg\:place-content-around{
    place-content: space-around;
  }

  :root .lg\:place-content-evenly{
    place-content: space-evenly;
  }

  :root .lg\:place-content-stretch{
    place-content: stretch;
  }

  :root .lg\:place-self-auto{
    place-self: auto;
  }

  :root .lg\:place-self-start{
    place-self: start;
  }

  :root .lg\:place-self-end{
    place-self: end;
  }

  :root .lg\:place-self-center{
    place-self: center;
  }

  :root .lg\:place-self-stretch{
    place-self: stretch;
  }

  :root .lg\:items-start{
    align-items: flex-start;
  }

  :root .lg\:items-end{
    align-items: flex-end;
  }

  :root .lg\:items-center{
    align-items: center;
  }

  :root .lg\:items-baseline{
    align-items: baseline;
  }

  :root .lg\:items-stretch{
    align-items: stretch;
  }

  :root .lg\:content-center{
    align-content: center;
  }

  :root .lg\:content-start{
    align-content: flex-start;
  }

  :root .lg\:content-end{
    align-content: flex-end;
  }

  :root .lg\:content-between{
    align-content: space-between;
  }

  :root .lg\:content-around{
    align-content: space-around;
  }

  :root .lg\:content-evenly{
    align-content: space-evenly;
  }

  :root .lg\:self-auto{
    align-self: auto;
  }

  :root .lg\:self-start{
    align-self: flex-start;
  }

  :root .lg\:self-end{
    align-self: flex-end;
  }

  :root .lg\:self-center{
    align-self: center;
  }

  :root .lg\:self-stretch{
    align-self: stretch;
  }

  :root .lg\:justify-items-start{
    justify-items: start;
  }

  :root .lg\:justify-items-end{
    justify-items: end;
  }

  :root .lg\:justify-items-center{
    justify-items: center;
  }

  :root .lg\:justify-items-stretch{
    justify-items: stretch;
  }

  :root .lg\:justify-start{
    justify-content: flex-start;
  }

  :root .lg\:justify-end{
    justify-content: flex-end;
  }

  :root .lg\:justify-center{
    justify-content: center;
  }

  :root .lg\:justify-between{
    justify-content: space-between;
  }

  :root .lg\:justify-around{
    justify-content: space-around;
  }

  :root .lg\:justify-evenly{
    justify-content: space-evenly;
  }

  :root .lg\:justify-self-auto{
    justify-self: auto;
  }

  :root .lg\:justify-self-start{
    justify-self: start;
  }

  :root .lg\:justify-self-end{
    justify-self: end;
  }

  :root .lg\:justify-self-center{
    justify-self: center;
  }

  :root .lg\:justify-self-stretch{
    justify-self: stretch;
  }

  :root .lg\:flex-1{
    flex: 1 1 0%;
  }

  :root .lg\:flex-auto{
    flex: 1 1 auto;
  }

  :root .lg\:flex-initial{
    flex: 0 1 auto;
  }

  :root .lg\:flex-none{
    flex: none;
  }

  :root .lg\:flex-grow-0{
    flex-grow: 0;
  }

  :root .lg\:flex-grow{
    flex-grow: 1;
  }

  :root .lg\:flex-shrink-0{
    flex-shrink: 0;
  }

  :root .lg\:flex-shrink{
    flex-shrink: 1;
  }

  :root .lg\:order-1{
    order: 1;
  }

  :root .lg\:order-2{
    order: 2;
  }

  :root .lg\:order-3{
    order: 3;
  }

  :root .lg\:order-4{
    order: 4;
  }

  :root .lg\:order-5{
    order: 5;
  }

  :root .lg\:order-6{
    order: 6;
  }

  :root .lg\:order-7{
    order: 7;
  }

  :root .lg\:order-8{
    order: 8;
  }

  :root .lg\:order-9{
    order: 9;
  }

  :root .lg\:order-10{
    order: 10;
  }

  :root .lg\:order-11{
    order: 11;
  }

  :root .lg\:order-12{
    order: 12;
  }

  :root .lg\:order-first{
    order: -9999;
  }

  :root .lg\:order-last{
    order: 9999;
  }

  :root .lg\:order-none{
    order: 0;
  }

  :root .lg\:float-right{
    float: right;
  }

  :root .lg\:float-left{
    float: left;
  }

  :root .lg\:float-none{
    float: none;
  }

  :root .lg\:clear-left{
    clear: left;
  }

  :root .lg\:clear-right{
    clear: right;
  }

  :root .lg\:clear-both{
    clear: both;
  }

  :root .lg\:clear-none{
    clear: none;
  }

  :root .lg\:font-sans{
    font-family: Noto Sans, sans-serif;
  }

  :root .lg\:font-hairline{
    font-weight: 100;
  }

  :root .lg\:font-thin{
    font-weight: 200;
  }

  :root .lg\:font-light{
    font-weight: 300;
  }

  :root .lg\:font-normal{
    font-weight: 400;
  }

  :root .lg\:font-medium{
    font-weight: 500;
  }

  :root .lg\:font-semibold{
    font-weight: 600;
  }

  :root .lg\:font-bold{
    font-weight: 700;
  }

  :root .lg\:font-extrabold{
    font-weight: 800;
  }

  :root .lg\:font-black{
    font-weight: 900;
  }

  :root .lg\:hover\:font-hairline:hover{
    font-weight: 100;
  }

  :root .lg\:hover\:font-thin:hover{
    font-weight: 200;
  }

  :root .lg\:hover\:font-light:hover{
    font-weight: 300;
  }

  :root .lg\:hover\:font-normal:hover{
    font-weight: 400;
  }

  :root .lg\:hover\:font-medium:hover{
    font-weight: 500;
  }

  :root .lg\:hover\:font-semibold:hover{
    font-weight: 600;
  }

  :root .lg\:hover\:font-bold:hover{
    font-weight: 700;
  }

  :root .lg\:hover\:font-extrabold:hover{
    font-weight: 800;
  }

  :root .lg\:hover\:font-black:hover{
    font-weight: 900;
  }

  :root .lg\:focus\:font-hairline:focus{
    font-weight: 100;
  }

  :root .lg\:focus\:font-thin:focus{
    font-weight: 200;
  }

  :root .lg\:focus\:font-light:focus{
    font-weight: 300;
  }

  :root .lg\:focus\:font-normal:focus{
    font-weight: 400;
  }

  :root .lg\:focus\:font-medium:focus{
    font-weight: 500;
  }

  :root .lg\:focus\:font-semibold:focus{
    font-weight: 600;
  }

  :root .lg\:focus\:font-bold:focus{
    font-weight: 700;
  }

  :root .lg\:focus\:font-extrabold:focus{
    font-weight: 800;
  }

  :root .lg\:focus\:font-black:focus{
    font-weight: 900;
  }

  :root .lg\:h-0{
    height: 0;
  }

  :root .lg\:h-1{
    height: 0.25rem;
  }

  :root .lg\:h-2{
    height: 0.5rem;
  }

  :root .lg\:h-3{
    height: 0.75rem;
  }

  :root .lg\:h-4{
    height: 1rem;
  }

  :root .lg\:h-5{
    height: 1.25rem;
  }

  :root .lg\:h-6{
    height: 1.5rem;
  }

  :root .lg\:h-7{
    height: 1.75rem;
  }

  :root .lg\:h-8{
    height: 2rem;
  }

  :root .lg\:h-9{
    height: 2.25rem;
  }

  :root .lg\:h-10{
    height: 2.5rem;
  }

  :root .lg\:h-11{
    height: 2.75rem;
  }

  :root .lg\:h-12{
    height: 3rem;
  }

  :root .lg\:h-14{
    height: 3.5rem;
  }

  :root .lg\:h-16{
    height: 4rem;
  }

  :root .lg\:h-20{
    height: 5rem;
  }

  :root .lg\:h-24{
    height: 6rem;
  }

  :root .lg\:h-28{
    height: 7rem;
  }

  :root .lg\:h-32{
    height: 8rem;
  }

  :root .lg\:h-36{
    height: 9rem;
  }

  :root .lg\:h-40{
    height: 10rem;
  }

  :root .lg\:h-44{
    height: 11rem;
  }

  :root .lg\:h-48{
    height: 12rem;
  }

  :root .lg\:h-52{
    height: 13rem;
  }

  :root .lg\:h-56{
    height: 14rem;
  }

  :root .lg\:h-60{
    height: 15rem;
  }

  :root .lg\:h-64{
    height: 16rem;
  }

  :root .lg\:h-72{
    height: 18rem;
  }

  :root .lg\:h-80{
    height: 20rem;
  }

  :root .lg\:h-96{
    height: 24rem;
  }

  :root .lg\:h-auto{
    height: auto;
  }

  :root .lg\:h-px{
    height: 1px;
  }

  :root .lg\:h-gutter{
    height: var(--padding-gutter);
  }

  :root .lg\:h-0\.5{
    height: 0.125rem;
  }

  :root .lg\:h-1\.5{
    height: 0.375rem;
  }

  :root .lg\:h-2\.5{
    height: 0.625rem;
  }

  :root .lg\:h-3\.5{
    height: 0.875rem;
  }

  :root .lg\:h-17\.5{
    height: 4.375rem;
  }

  :root .lg\:h-full{
    height: 100%;
  }

  :root .lg\:h-screen{
    height: 100vh;
  }

  :root .lg\:text-xxs{
    font-size: 0.625rem;
  }

  :root .lg\:text-xs{
    font-size: 0.75rem;
  }

  :root .lg\:text-sm{
    font-size: 0.875rem;
  }

  :root .lg\:text-base{
    font-size: 1rem;
  }

  :root .lg\:text-lg{
    font-size: 1.125rem;
  }

  :root .lg\:text-xl{
    font-size: 1.25rem;
  }

  :root .lg\:text-2xl{
    font-size: 1.5rem;
  }

  :root .lg\:text-3xl{
    font-size: 1.875rem;
  }

  :root .lg\:text-4xl{
    font-size: 2.25rem;
  }

  :root .lg\:text-5xl{
    font-size: 3rem;
  }

  :root .lg\:text-6xl{
    font-size: 4rem;
  }

  :root .lg\:leading-3{
    line-height: .75rem;
  }

  :root .lg\:leading-4{
    line-height: 1rem;
  }

  :root .lg\:leading-5{
    line-height: 1.25rem;
  }

  :root .lg\:leading-6{
    line-height: 1.5rem;
  }

  :root .lg\:leading-7{
    line-height: 1.75rem;
  }

  :root .lg\:leading-8{
    line-height: 2rem;
  }

  :root .lg\:leading-9{
    line-height: 2.25rem;
  }

  :root .lg\:leading-10{
    line-height: 2.5rem;
  }

  :root .lg\:leading-none{
    line-height: 1;
  }

  :root .lg\:leading-tight{
    line-height: 1.25;
  }

  :root .lg\:leading-snug{
    line-height: 1.375;
  }

  :root .lg\:leading-normal{
    line-height: 1.5;
  }

  :root .lg\:leading-relaxed{
    line-height: 1.625;
  }

  :root .lg\:leading-loose{
    line-height: 2;
  }

  :root .lg\:list-inside{
    list-style-position: inside;
  }

  :root .lg\:list-outside{
    list-style-position: outside;
  }

  :root .lg\:list-none{
    list-style-type: none;
  }

  :root .lg\:list-disc{
    list-style-type: disc;
  }

  :root .lg\:list-decimal{
    list-style-type: decimal;
  }

  :root .lg\:m-0{
    margin: 0;
  }

  :root .lg\:m-1{
    margin: 0.25rem;
  }

  :root .lg\:m-2{
    margin: 0.5rem;
  }

  :root .lg\:m-3{
    margin: 0.75rem;
  }

  :root .lg\:m-4{
    margin: 1rem;
  }

  :root .lg\:m-5{
    margin: 1.25rem;
  }

  :root .lg\:m-6{
    margin: 1.5rem;
  }

  :root .lg\:m-7{
    margin: 1.75rem;
  }

  :root .lg\:m-8{
    margin: 2rem;
  }

  :root .lg\:m-9{
    margin: 2.25rem;
  }

  :root .lg\:m-10{
    margin: 2.5rem;
  }

  :root .lg\:m-11{
    margin: 2.75rem;
  }

  :root .lg\:m-12{
    margin: 3rem;
  }

  :root .lg\:m-14{
    margin: 3.5rem;
  }

  :root .lg\:m-16{
    margin: 4rem;
  }

  :root .lg\:m-20{
    margin: 5rem;
  }

  :root .lg\:m-24{
    margin: 6rem;
  }

  :root .lg\:m-28{
    margin: 7rem;
  }

  :root .lg\:m-32{
    margin: 8rem;
  }

  :root .lg\:m-36{
    margin: 9rem;
  }

  :root .lg\:m-40{
    margin: 10rem;
  }

  :root .lg\:m-44{
    margin: 11rem;
  }

  :root .lg\:m-48{
    margin: 12rem;
  }

  :root .lg\:m-52{
    margin: 13rem;
  }

  :root .lg\:m-56{
    margin: 14rem;
  }

  :root .lg\:m-60{
    margin: 15rem;
  }

  :root .lg\:m-64{
    margin: 16rem;
  }

  :root .lg\:m-72{
    margin: 18rem;
  }

  :root .lg\:m-80{
    margin: 20rem;
  }

  :root .lg\:m-96{
    margin: 24rem;
  }

  :root .lg\:m-auto{
    margin: auto;
  }

  :root .lg\:m-px{
    margin: 1px;
  }

  :root .lg\:m-gutter{
    margin: var(--padding-gutter);
  }

  :root .lg\:m-0\.5{
    margin: 0.125rem;
  }

  :root .lg\:m-1\.5{
    margin: 0.375rem;
  }

  :root .lg\:m-2\.5{
    margin: 0.625rem;
  }

  :root .lg\:m-3\.5{
    margin: 0.875rem;
  }

  :root .lg\:m-17\.5{
    margin: 4.375rem;
  }

  :root .lg\:-m-1{
    margin: -0.25rem;
  }

  :root .lg\:-m-2{
    margin: -0.5rem;
  }

  :root .lg\:-m-3{
    margin: -0.75rem;
  }

  :root .lg\:-m-4{
    margin: -1rem;
  }

  :root .lg\:-m-5{
    margin: -1.25rem;
  }

  :root .lg\:-m-6{
    margin: -1.5rem;
  }

  :root .lg\:-m-7{
    margin: -1.75rem;
  }

  :root .lg\:-m-8{
    margin: -2rem;
  }

  :root .lg\:-m-9{
    margin: -2.25rem;
  }

  :root .lg\:-m-10{
    margin: -2.5rem;
  }

  :root .lg\:-m-11{
    margin: -2.75rem;
  }

  :root .lg\:-m-12{
    margin: -3rem;
  }

  :root .lg\:-m-14{
    margin: -3.5rem;
  }

  :root .lg\:-m-16{
    margin: -4rem;
  }

  :root .lg\:-m-20{
    margin: -5rem;
  }

  :root .lg\:-m-24{
    margin: -6rem;
  }

  :root .lg\:-m-28{
    margin: -7rem;
  }

  :root .lg\:-m-32{
    margin: -8rem;
  }

  :root .lg\:-m-36{
    margin: -9rem;
  }

  :root .lg\:-m-40{
    margin: -10rem;
  }

  :root .lg\:-m-44{
    margin: -11rem;
  }

  :root .lg\:-m-48{
    margin: -12rem;
  }

  :root .lg\:-m-52{
    margin: -13rem;
  }

  :root .lg\:-m-56{
    margin: -14rem;
  }

  :root .lg\:-m-60{
    margin: -15rem;
  }

  :root .lg\:-m-64{
    margin: -16rem;
  }

  :root .lg\:-m-72{
    margin: -18rem;
  }

  :root .lg\:-m-80{
    margin: -20rem;
  }

  :root .lg\:-m-96{
    margin: -24rem;
  }

  :root .lg\:-m-px{
    margin: -1px;
  }

  :root .lg\:-m-gutter{
    margin: calc(var(--padding-gutter) * -1);
  }

  :root .lg\:-m-0\.5{
    margin: -0.125rem;
  }

  :root .lg\:-m-1\.5{
    margin: -0.375rem;
  }

  :root .lg\:-m-2\.5{
    margin: -0.625rem;
  }

  :root .lg\:-m-3\.5{
    margin: -0.875rem;
  }

  :root .lg\:-m-17\.5{
    margin: -4.375rem;
  }

  :root .lg\:my-0{
    margin-top: 0;
    margin-bottom: 0;
  }

  :root .lg\:mx-0{
    margin-left: 0;
    margin-right: 0;
  }

  :root .lg\:my-1{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  :root .lg\:mx-1{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  :root .lg\:my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  :root .lg\:mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  :root .lg\:my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  :root .lg\:mx-3{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  :root .lg\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  :root .lg\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  :root .lg\:my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  :root .lg\:mx-5{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  :root .lg\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  :root .lg\:mx-6{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  :root .lg\:my-7{
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  :root .lg\:mx-7{
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  :root .lg\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  :root .lg\:mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  :root .lg\:my-9{
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  :root .lg\:mx-9{
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  :root .lg\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  :root .lg\:mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  :root .lg\:my-11{
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  :root .lg\:mx-11{
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  :root .lg\:my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  :root .lg\:mx-12{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  :root .lg\:my-14{
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  :root .lg\:mx-14{
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  :root .lg\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  :root .lg\:mx-16{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  :root .lg\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  :root .lg\:mx-20{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  :root .lg\:my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  :root .lg\:mx-24{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  :root .lg\:my-28{
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  :root .lg\:mx-28{
    margin-left: 7rem;
    margin-right: 7rem;
  }

  :root .lg\:my-32{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  :root .lg\:mx-32{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  :root .lg\:my-36{
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  :root .lg\:mx-36{
    margin-left: 9rem;
    margin-right: 9rem;
  }

  :root .lg\:my-40{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  :root .lg\:mx-40{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  :root .lg\:my-44{
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  :root .lg\:mx-44{
    margin-left: 11rem;
    margin-right: 11rem;
  }

  :root .lg\:my-48{
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  :root .lg\:mx-48{
    margin-left: 12rem;
    margin-right: 12rem;
  }

  :root .lg\:my-52{
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  :root .lg\:mx-52{
    margin-left: 13rem;
    margin-right: 13rem;
  }

  :root .lg\:my-56{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  :root .lg\:mx-56{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  :root .lg\:my-60{
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  :root .lg\:mx-60{
    margin-left: 15rem;
    margin-right: 15rem;
  }

  :root .lg\:my-64{
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  :root .lg\:mx-64{
    margin-left: 16rem;
    margin-right: 16rem;
  }

  :root .lg\:my-72{
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  :root .lg\:mx-72{
    margin-left: 18rem;
    margin-right: 18rem;
  }

  :root .lg\:my-80{
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  :root .lg\:mx-80{
    margin-left: 20rem;
    margin-right: 20rem;
  }

  :root .lg\:my-96{
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  :root .lg\:mx-96{
    margin-left: 24rem;
    margin-right: 24rem;
  }

  :root .lg\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  :root .lg\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  :root .lg\:my-px{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  :root .lg\:mx-px{
    margin-left: 1px;
    margin-right: 1px;
  }

  :root .lg\:my-gutter{
    margin-top: var(--padding-gutter);
    margin-bottom: var(--padding-gutter);
  }

  :root .lg\:mx-gutter{
    margin-left: var(--padding-gutter);
    margin-right: var(--padding-gutter);
  }

  :root .lg\:my-0\.5{
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  :root .lg\:mx-0\.5{
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  :root .lg\:my-1\.5{
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  :root .lg\:mx-1\.5{
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  :root .lg\:my-2\.5{
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  :root .lg\:mx-2\.5{
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  :root .lg\:my-3\.5{
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  :root .lg\:mx-3\.5{
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  :root .lg\:my-17\.5{
    margin-top: 4.375rem;
    margin-bottom: 4.375rem;
  }

  :root .lg\:mx-17\.5{
    margin-left: 4.375rem;
    margin-right: 4.375rem;
  }

  :root .lg\:-my-1{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  :root .lg\:-mx-1{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  :root .lg\:-my-2{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  :root .lg\:-mx-2{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  :root .lg\:-my-3{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  :root .lg\:-mx-3{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  :root .lg\:-my-4{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  :root .lg\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  :root .lg\:-my-5{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  :root .lg\:-mx-5{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  :root .lg\:-my-6{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  :root .lg\:-mx-6{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  :root .lg\:-my-7{
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  :root .lg\:-mx-7{
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  :root .lg\:-my-8{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  :root .lg\:-mx-8{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  :root .lg\:-my-9{
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  :root .lg\:-mx-9{
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  :root .lg\:-my-10{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  :root .lg\:-mx-10{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  :root .lg\:-my-11{
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  :root .lg\:-mx-11{
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  :root .lg\:-my-12{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  :root .lg\:-mx-12{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  :root .lg\:-my-14{
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  :root .lg\:-mx-14{
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  :root .lg\:-my-16{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  :root .lg\:-mx-16{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  :root .lg\:-my-20{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  :root .lg\:-mx-20{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  :root .lg\:-my-24{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  :root .lg\:-mx-24{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  :root .lg\:-my-28{
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  :root .lg\:-mx-28{
    margin-left: -7rem;
    margin-right: -7rem;
  }

  :root .lg\:-my-32{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  :root .lg\:-mx-32{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  :root .lg\:-my-36{
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  :root .lg\:-mx-36{
    margin-left: -9rem;
    margin-right: -9rem;
  }

  :root .lg\:-my-40{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  :root .lg\:-mx-40{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  :root .lg\:-my-44{
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  :root .lg\:-mx-44{
    margin-left: -11rem;
    margin-right: -11rem;
  }

  :root .lg\:-my-48{
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  :root .lg\:-mx-48{
    margin-left: -12rem;
    margin-right: -12rem;
  }

  :root .lg\:-my-52{
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  :root .lg\:-mx-52{
    margin-left: -13rem;
    margin-right: -13rem;
  }

  :root .lg\:-my-56{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  :root .lg\:-mx-56{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  :root .lg\:-my-60{
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  :root .lg\:-mx-60{
    margin-left: -15rem;
    margin-right: -15rem;
  }

  :root .lg\:-my-64{
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  :root .lg\:-mx-64{
    margin-left: -16rem;
    margin-right: -16rem;
  }

  :root .lg\:-my-72{
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  :root .lg\:-mx-72{
    margin-left: -18rem;
    margin-right: -18rem;
  }

  :root .lg\:-my-80{
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  :root .lg\:-mx-80{
    margin-left: -20rem;
    margin-right: -20rem;
  }

  :root .lg\:-my-96{
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  :root .lg\:-mx-96{
    margin-left: -24rem;
    margin-right: -24rem;
  }

  :root .lg\:-my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  :root .lg\:-mx-px{
    margin-left: -1px;
    margin-right: -1px;
  }

  :root .lg\:-my-gutter{
    margin-top: calc(var(--padding-gutter) * -1);
    margin-bottom: calc(var(--padding-gutter) * -1);
  }

  :root .lg\:-mx-gutter{
    margin-left: calc(var(--padding-gutter) * -1);
    margin-right: calc(var(--padding-gutter) * -1);
  }

  :root .lg\:-my-0\.5{
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  :root .lg\:-mx-0\.5{
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  :root .lg\:-my-1\.5{
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  :root .lg\:-mx-1\.5{
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  :root .lg\:-my-2\.5{
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  :root .lg\:-mx-2\.5{
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  :root .lg\:-my-3\.5{
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  :root .lg\:-mx-3\.5{
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  :root .lg\:-my-17\.5{
    margin-top: -4.375rem;
    margin-bottom: -4.375rem;
  }

  :root .lg\:-mx-17\.5{
    margin-left: -4.375rem;
    margin-right: -4.375rem;
  }

  :root .lg\:mt-0{
    margin-top: 0;
  }

  :root .lg\:mr-0{
    margin-right: 0;
  }

  :root .lg\:mb-0{
    margin-bottom: 0;
  }

  :root .lg\:ml-0{
    margin-left: 0;
  }

  :root .lg\:mt-1{
    margin-top: 0.25rem;
  }

  :root .lg\:mr-1{
    margin-right: 0.25rem;
  }

  :root .lg\:mb-1{
    margin-bottom: 0.25rem;
  }

  :root .lg\:ml-1{
    margin-left: 0.25rem;
  }

  :root .lg\:mt-2{
    margin-top: 0.5rem;
  }

  :root .lg\:mr-2{
    margin-right: 0.5rem;
  }

  :root .lg\:mb-2{
    margin-bottom: 0.5rem;
  }

  :root .lg\:ml-2{
    margin-left: 0.5rem;
  }

  :root .lg\:mt-3{
    margin-top: 0.75rem;
  }

  :root .lg\:mr-3{
    margin-right: 0.75rem;
  }

  :root .lg\:mb-3{
    margin-bottom: 0.75rem;
  }

  :root .lg\:ml-3{
    margin-left: 0.75rem;
  }

  :root .lg\:mt-4{
    margin-top: 1rem;
  }

  :root .lg\:mr-4{
    margin-right: 1rem;
  }

  :root .lg\:mb-4{
    margin-bottom: 1rem;
  }

  :root .lg\:ml-4{
    margin-left: 1rem;
  }

  :root .lg\:mt-5{
    margin-top: 1.25rem;
  }

  :root .lg\:mr-5{
    margin-right: 1.25rem;
  }

  :root .lg\:mb-5{
    margin-bottom: 1.25rem;
  }

  :root .lg\:ml-5{
    margin-left: 1.25rem;
  }

  :root .lg\:mt-6{
    margin-top: 1.5rem;
  }

  :root .lg\:mr-6{
    margin-right: 1.5rem;
  }

  :root .lg\:mb-6{
    margin-bottom: 1.5rem;
  }

  :root .lg\:ml-6{
    margin-left: 1.5rem;
  }

  :root .lg\:mt-7{
    margin-top: 1.75rem;
  }

  :root .lg\:mr-7{
    margin-right: 1.75rem;
  }

  :root .lg\:mb-7{
    margin-bottom: 1.75rem;
  }

  :root .lg\:ml-7{
    margin-left: 1.75rem;
  }

  :root .lg\:mt-8{
    margin-top: 2rem;
  }

  :root .lg\:mr-8{
    margin-right: 2rem;
  }

  :root .lg\:mb-8{
    margin-bottom: 2rem;
  }

  :root .lg\:ml-8{
    margin-left: 2rem;
  }

  :root .lg\:mt-9{
    margin-top: 2.25rem;
  }

  :root .lg\:mr-9{
    margin-right: 2.25rem;
  }

  :root .lg\:mb-9{
    margin-bottom: 2.25rem;
  }

  :root .lg\:ml-9{
    margin-left: 2.25rem;
  }

  :root .lg\:mt-10{
    margin-top: 2.5rem;
  }

  :root .lg\:mr-10{
    margin-right: 2.5rem;
  }

  :root .lg\:mb-10{
    margin-bottom: 2.5rem;
  }

  :root .lg\:ml-10{
    margin-left: 2.5rem;
  }

  :root .lg\:mt-11{
    margin-top: 2.75rem;
  }

  :root .lg\:mr-11{
    margin-right: 2.75rem;
  }

  :root .lg\:mb-11{
    margin-bottom: 2.75rem;
  }

  :root .lg\:ml-11{
    margin-left: 2.75rem;
  }

  :root .lg\:mt-12{
    margin-top: 3rem;
  }

  :root .lg\:mr-12{
    margin-right: 3rem;
  }

  :root .lg\:mb-12{
    margin-bottom: 3rem;
  }

  :root .lg\:ml-12{
    margin-left: 3rem;
  }

  :root .lg\:mt-14{
    margin-top: 3.5rem;
  }

  :root .lg\:mr-14{
    margin-right: 3.5rem;
  }

  :root .lg\:mb-14{
    margin-bottom: 3.5rem;
  }

  :root .lg\:ml-14{
    margin-left: 3.5rem;
  }

  :root .lg\:mt-16{
    margin-top: 4rem;
  }

  :root .lg\:mr-16{
    margin-right: 4rem;
  }

  :root .lg\:mb-16{
    margin-bottom: 4rem;
  }

  :root .lg\:ml-16{
    margin-left: 4rem;
  }

  :root .lg\:mt-20{
    margin-top: 5rem;
  }

  :root .lg\:mr-20{
    margin-right: 5rem;
  }

  :root .lg\:mb-20{
    margin-bottom: 5rem;
  }

  :root .lg\:ml-20{
    margin-left: 5rem;
  }

  :root .lg\:mt-24{
    margin-top: 6rem;
  }

  :root .lg\:mr-24{
    margin-right: 6rem;
  }

  :root .lg\:mb-24{
    margin-bottom: 6rem;
  }

  :root .lg\:ml-24{
    margin-left: 6rem;
  }

  :root .lg\:mt-28{
    margin-top: 7rem;
  }

  :root .lg\:mr-28{
    margin-right: 7rem;
  }

  :root .lg\:mb-28{
    margin-bottom: 7rem;
  }

  :root .lg\:ml-28{
    margin-left: 7rem;
  }

  :root .lg\:mt-32{
    margin-top: 8rem;
  }

  :root .lg\:mr-32{
    margin-right: 8rem;
  }

  :root .lg\:mb-32{
    margin-bottom: 8rem;
  }

  :root .lg\:ml-32{
    margin-left: 8rem;
  }

  :root .lg\:mt-36{
    margin-top: 9rem;
  }

  :root .lg\:mr-36{
    margin-right: 9rem;
  }

  :root .lg\:mb-36{
    margin-bottom: 9rem;
  }

  :root .lg\:ml-36{
    margin-left: 9rem;
  }

  :root .lg\:mt-40{
    margin-top: 10rem;
  }

  :root .lg\:mr-40{
    margin-right: 10rem;
  }

  :root .lg\:mb-40{
    margin-bottom: 10rem;
  }

  :root .lg\:ml-40{
    margin-left: 10rem;
  }

  :root .lg\:mt-44{
    margin-top: 11rem;
  }

  :root .lg\:mr-44{
    margin-right: 11rem;
  }

  :root .lg\:mb-44{
    margin-bottom: 11rem;
  }

  :root .lg\:ml-44{
    margin-left: 11rem;
  }

  :root .lg\:mt-48{
    margin-top: 12rem;
  }

  :root .lg\:mr-48{
    margin-right: 12rem;
  }

  :root .lg\:mb-48{
    margin-bottom: 12rem;
  }

  :root .lg\:ml-48{
    margin-left: 12rem;
  }

  :root .lg\:mt-52{
    margin-top: 13rem;
  }

  :root .lg\:mr-52{
    margin-right: 13rem;
  }

  :root .lg\:mb-52{
    margin-bottom: 13rem;
  }

  :root .lg\:ml-52{
    margin-left: 13rem;
  }

  :root .lg\:mt-56{
    margin-top: 14rem;
  }

  :root .lg\:mr-56{
    margin-right: 14rem;
  }

  :root .lg\:mb-56{
    margin-bottom: 14rem;
  }

  :root .lg\:ml-56{
    margin-left: 14rem;
  }

  :root .lg\:mt-60{
    margin-top: 15rem;
  }

  :root .lg\:mr-60{
    margin-right: 15rem;
  }

  :root .lg\:mb-60{
    margin-bottom: 15rem;
  }

  :root .lg\:ml-60{
    margin-left: 15rem;
  }

  :root .lg\:mt-64{
    margin-top: 16rem;
  }

  :root .lg\:mr-64{
    margin-right: 16rem;
  }

  :root .lg\:mb-64{
    margin-bottom: 16rem;
  }

  :root .lg\:ml-64{
    margin-left: 16rem;
  }

  :root .lg\:mt-72{
    margin-top: 18rem;
  }

  :root .lg\:mr-72{
    margin-right: 18rem;
  }

  :root .lg\:mb-72{
    margin-bottom: 18rem;
  }

  :root .lg\:ml-72{
    margin-left: 18rem;
  }

  :root .lg\:mt-80{
    margin-top: 20rem;
  }

  :root .lg\:mr-80{
    margin-right: 20rem;
  }

  :root .lg\:mb-80{
    margin-bottom: 20rem;
  }

  :root .lg\:ml-80{
    margin-left: 20rem;
  }

  :root .lg\:mt-96{
    margin-top: 24rem;
  }

  :root .lg\:mr-96{
    margin-right: 24rem;
  }

  :root .lg\:mb-96{
    margin-bottom: 24rem;
  }

  :root .lg\:ml-96{
    margin-left: 24rem;
  }

  :root .lg\:mt-auto{
    margin-top: auto;
  }

  :root .lg\:mr-auto{
    margin-right: auto;
  }

  :root .lg\:mb-auto{
    margin-bottom: auto;
  }

  :root .lg\:ml-auto{
    margin-left: auto;
  }

  :root .lg\:mt-px{
    margin-top: 1px;
  }

  :root .lg\:mr-px{
    margin-right: 1px;
  }

  :root .lg\:mb-px{
    margin-bottom: 1px;
  }

  :root .lg\:ml-px{
    margin-left: 1px;
  }

  :root .lg\:mt-gutter{
    margin-top: var(--padding-gutter);
  }

  :root .lg\:mr-gutter{
    margin-right: var(--padding-gutter);
  }

  :root .lg\:mb-gutter{
    margin-bottom: var(--padding-gutter);
  }

  :root .lg\:ml-gutter{
    margin-left: var(--padding-gutter);
  }

  :root .lg\:mt-0\.5{
    margin-top: 0.125rem;
  }

  :root .lg\:mr-0\.5{
    margin-right: 0.125rem;
  }

  :root .lg\:mb-0\.5{
    margin-bottom: 0.125rem;
  }

  :root .lg\:ml-0\.5{
    margin-left: 0.125rem;
  }

  :root .lg\:mt-1\.5{
    margin-top: 0.375rem;
  }

  :root .lg\:mr-1\.5{
    margin-right: 0.375rem;
  }

  :root .lg\:mb-1\.5{
    margin-bottom: 0.375rem;
  }

  :root .lg\:ml-1\.5{
    margin-left: 0.375rem;
  }

  :root .lg\:mt-2\.5{
    margin-top: 0.625rem;
  }

  :root .lg\:mr-2\.5{
    margin-right: 0.625rem;
  }

  :root .lg\:mb-2\.5{
    margin-bottom: 0.625rem;
  }

  :root .lg\:ml-2\.5{
    margin-left: 0.625rem;
  }

  :root .lg\:mt-3\.5{
    margin-top: 0.875rem;
  }

  :root .lg\:mr-3\.5{
    margin-right: 0.875rem;
  }

  :root .lg\:mb-3\.5{
    margin-bottom: 0.875rem;
  }

  :root .lg\:ml-3\.5{
    margin-left: 0.875rem;
  }

  :root .lg\:mt-17\.5{
    margin-top: 4.375rem;
  }

  :root .lg\:mr-17\.5{
    margin-right: 4.375rem;
  }

  :root .lg\:mb-17\.5{
    margin-bottom: 4.375rem;
  }

  :root .lg\:ml-17\.5{
    margin-left: 4.375rem;
  }

  :root .lg\:-mt-1{
    margin-top: -0.25rem;
  }

  :root .lg\:-mr-1{
    margin-right: -0.25rem;
  }

  :root .lg\:-mb-1{
    margin-bottom: -0.25rem;
  }

  :root .lg\:-ml-1{
    margin-left: -0.25rem;
  }

  :root .lg\:-mt-2{
    margin-top: -0.5rem;
  }

  :root .lg\:-mr-2{
    margin-right: -0.5rem;
  }

  :root .lg\:-mb-2{
    margin-bottom: -0.5rem;
  }

  :root .lg\:-ml-2{
    margin-left: -0.5rem;
  }

  :root .lg\:-mt-3{
    margin-top: -0.75rem;
  }

  :root .lg\:-mr-3{
    margin-right: -0.75rem;
  }

  :root .lg\:-mb-3{
    margin-bottom: -0.75rem;
  }

  :root .lg\:-ml-3{
    margin-left: -0.75rem;
  }

  :root .lg\:-mt-4{
    margin-top: -1rem;
  }

  :root .lg\:-mr-4{
    margin-right: -1rem;
  }

  :root .lg\:-mb-4{
    margin-bottom: -1rem;
  }

  :root .lg\:-ml-4{
    margin-left: -1rem;
  }

  :root .lg\:-mt-5{
    margin-top: -1.25rem;
  }

  :root .lg\:-mr-5{
    margin-right: -1.25rem;
  }

  :root .lg\:-mb-5{
    margin-bottom: -1.25rem;
  }

  :root .lg\:-ml-5{
    margin-left: -1.25rem;
  }

  :root .lg\:-mt-6{
    margin-top: -1.5rem;
  }

  :root .lg\:-mr-6{
    margin-right: -1.5rem;
  }

  :root .lg\:-mb-6{
    margin-bottom: -1.5rem;
  }

  :root .lg\:-ml-6{
    margin-left: -1.5rem;
  }

  :root .lg\:-mt-7{
    margin-top: -1.75rem;
  }

  :root .lg\:-mr-7{
    margin-right: -1.75rem;
  }

  :root .lg\:-mb-7{
    margin-bottom: -1.75rem;
  }

  :root .lg\:-ml-7{
    margin-left: -1.75rem;
  }

  :root .lg\:-mt-8{
    margin-top: -2rem;
  }

  :root .lg\:-mr-8{
    margin-right: -2rem;
  }

  :root .lg\:-mb-8{
    margin-bottom: -2rem;
  }

  :root .lg\:-ml-8{
    margin-left: -2rem;
  }

  :root .lg\:-mt-9{
    margin-top: -2.25rem;
  }

  :root .lg\:-mr-9{
    margin-right: -2.25rem;
  }

  :root .lg\:-mb-9{
    margin-bottom: -2.25rem;
  }

  :root .lg\:-ml-9{
    margin-left: -2.25rem;
  }

  :root .lg\:-mt-10{
    margin-top: -2.5rem;
  }

  :root .lg\:-mr-10{
    margin-right: -2.5rem;
  }

  :root .lg\:-mb-10{
    margin-bottom: -2.5rem;
  }

  :root .lg\:-ml-10{
    margin-left: -2.5rem;
  }

  :root .lg\:-mt-11{
    margin-top: -2.75rem;
  }

  :root .lg\:-mr-11{
    margin-right: -2.75rem;
  }

  :root .lg\:-mb-11{
    margin-bottom: -2.75rem;
  }

  :root .lg\:-ml-11{
    margin-left: -2.75rem;
  }

  :root .lg\:-mt-12{
    margin-top: -3rem;
  }

  :root .lg\:-mr-12{
    margin-right: -3rem;
  }

  :root .lg\:-mb-12{
    margin-bottom: -3rem;
  }

  :root .lg\:-ml-12{
    margin-left: -3rem;
  }

  :root .lg\:-mt-14{
    margin-top: -3.5rem;
  }

  :root .lg\:-mr-14{
    margin-right: -3.5rem;
  }

  :root .lg\:-mb-14{
    margin-bottom: -3.5rem;
  }

  :root .lg\:-ml-14{
    margin-left: -3.5rem;
  }

  :root .lg\:-mt-16{
    margin-top: -4rem;
  }

  :root .lg\:-mr-16{
    margin-right: -4rem;
  }

  :root .lg\:-mb-16{
    margin-bottom: -4rem;
  }

  :root .lg\:-ml-16{
    margin-left: -4rem;
  }

  :root .lg\:-mt-20{
    margin-top: -5rem;
  }

  :root .lg\:-mr-20{
    margin-right: -5rem;
  }

  :root .lg\:-mb-20{
    margin-bottom: -5rem;
  }

  :root .lg\:-ml-20{
    margin-left: -5rem;
  }

  :root .lg\:-mt-24{
    margin-top: -6rem;
  }

  :root .lg\:-mr-24{
    margin-right: -6rem;
  }

  :root .lg\:-mb-24{
    margin-bottom: -6rem;
  }

  :root .lg\:-ml-24{
    margin-left: -6rem;
  }

  :root .lg\:-mt-28{
    margin-top: -7rem;
  }

  :root .lg\:-mr-28{
    margin-right: -7rem;
  }

  :root .lg\:-mb-28{
    margin-bottom: -7rem;
  }

  :root .lg\:-ml-28{
    margin-left: -7rem;
  }

  :root .lg\:-mt-32{
    margin-top: -8rem;
  }

  :root .lg\:-mr-32{
    margin-right: -8rem;
  }

  :root .lg\:-mb-32{
    margin-bottom: -8rem;
  }

  :root .lg\:-ml-32{
    margin-left: -8rem;
  }

  :root .lg\:-mt-36{
    margin-top: -9rem;
  }

  :root .lg\:-mr-36{
    margin-right: -9rem;
  }

  :root .lg\:-mb-36{
    margin-bottom: -9rem;
  }

  :root .lg\:-ml-36{
    margin-left: -9rem;
  }

  :root .lg\:-mt-40{
    margin-top: -10rem;
  }

  :root .lg\:-mr-40{
    margin-right: -10rem;
  }

  :root .lg\:-mb-40{
    margin-bottom: -10rem;
  }

  :root .lg\:-ml-40{
    margin-left: -10rem;
  }

  :root .lg\:-mt-44{
    margin-top: -11rem;
  }

  :root .lg\:-mr-44{
    margin-right: -11rem;
  }

  :root .lg\:-mb-44{
    margin-bottom: -11rem;
  }

  :root .lg\:-ml-44{
    margin-left: -11rem;
  }

  :root .lg\:-mt-48{
    margin-top: -12rem;
  }

  :root .lg\:-mr-48{
    margin-right: -12rem;
  }

  :root .lg\:-mb-48{
    margin-bottom: -12rem;
  }

  :root .lg\:-ml-48{
    margin-left: -12rem;
  }

  :root .lg\:-mt-52{
    margin-top: -13rem;
  }

  :root .lg\:-mr-52{
    margin-right: -13rem;
  }

  :root .lg\:-mb-52{
    margin-bottom: -13rem;
  }

  :root .lg\:-ml-52{
    margin-left: -13rem;
  }

  :root .lg\:-mt-56{
    margin-top: -14rem;
  }

  :root .lg\:-mr-56{
    margin-right: -14rem;
  }

  :root .lg\:-mb-56{
    margin-bottom: -14rem;
  }

  :root .lg\:-ml-56{
    margin-left: -14rem;
  }

  :root .lg\:-mt-60{
    margin-top: -15rem;
  }

  :root .lg\:-mr-60{
    margin-right: -15rem;
  }

  :root .lg\:-mb-60{
    margin-bottom: -15rem;
  }

  :root .lg\:-ml-60{
    margin-left: -15rem;
  }

  :root .lg\:-mt-64{
    margin-top: -16rem;
  }

  :root .lg\:-mr-64{
    margin-right: -16rem;
  }

  :root .lg\:-mb-64{
    margin-bottom: -16rem;
  }

  :root .lg\:-ml-64{
    margin-left: -16rem;
  }

  :root .lg\:-mt-72{
    margin-top: -18rem;
  }

  :root .lg\:-mr-72{
    margin-right: -18rem;
  }

  :root .lg\:-mb-72{
    margin-bottom: -18rem;
  }

  :root .lg\:-ml-72{
    margin-left: -18rem;
  }

  :root .lg\:-mt-80{
    margin-top: -20rem;
  }

  :root .lg\:-mr-80{
    margin-right: -20rem;
  }

  :root .lg\:-mb-80{
    margin-bottom: -20rem;
  }

  :root .lg\:-ml-80{
    margin-left: -20rem;
  }

  :root .lg\:-mt-96{
    margin-top: -24rem;
  }

  :root .lg\:-mr-96{
    margin-right: -24rem;
  }

  :root .lg\:-mb-96{
    margin-bottom: -24rem;
  }

  :root .lg\:-ml-96{
    margin-left: -24rem;
  }

  :root .lg\:-mt-px{
    margin-top: -1px;
  }

  :root .lg\:-mr-px{
    margin-right: -1px;
  }

  :root .lg\:-mb-px{
    margin-bottom: -1px;
  }

  :root .lg\:-ml-px{
    margin-left: -1px;
  }

  :root .lg\:-mt-gutter{
    margin-top: calc(var(--padding-gutter) * -1);
  }

  :root .lg\:-mr-gutter{
    margin-right: calc(var(--padding-gutter) * -1);
  }

  :root .lg\:-mb-gutter{
    margin-bottom: calc(var(--padding-gutter) * -1);
  }

  :root .lg\:-ml-gutter{
    margin-left: calc(var(--padding-gutter) * -1);
  }

  :root .lg\:-mt-0\.5{
    margin-top: -0.125rem;
  }

  :root .lg\:-mr-0\.5{
    margin-right: -0.125rem;
  }

  :root .lg\:-mb-0\.5{
    margin-bottom: -0.125rem;
  }

  :root .lg\:-ml-0\.5{
    margin-left: -0.125rem;
  }

  :root .lg\:-mt-1\.5{
    margin-top: -0.375rem;
  }

  :root .lg\:-mr-1\.5{
    margin-right: -0.375rem;
  }

  :root .lg\:-mb-1\.5{
    margin-bottom: -0.375rem;
  }

  :root .lg\:-ml-1\.5{
    margin-left: -0.375rem;
  }

  :root .lg\:-mt-2\.5{
    margin-top: -0.625rem;
  }

  :root .lg\:-mr-2\.5{
    margin-right: -0.625rem;
  }

  :root .lg\:-mb-2\.5{
    margin-bottom: -0.625rem;
  }

  :root .lg\:-ml-2\.5{
    margin-left: -0.625rem;
  }

  :root .lg\:-mt-3\.5{
    margin-top: -0.875rem;
  }

  :root .lg\:-mr-3\.5{
    margin-right: -0.875rem;
  }

  :root .lg\:-mb-3\.5{
    margin-bottom: -0.875rem;
  }

  :root .lg\:-ml-3\.5{
    margin-left: -0.875rem;
  }

  :root .lg\:-mt-17\.5{
    margin-top: -4.375rem;
  }

  :root .lg\:-mr-17\.5{
    margin-right: -4.375rem;
  }

  :root .lg\:-mb-17\.5{
    margin-bottom: -4.375rem;
  }

  :root .lg\:-ml-17\.5{
    margin-left: -4.375rem;
  }

  :root [dir=ltr] .lg\:ltr\:m-0{
    margin: 0;
  }

  :root [dir=ltr] .lg\:ltr\:m-1{
    margin: 0.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:m-2{
    margin: 0.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:m-3{
    margin: 0.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:m-4{
    margin: 1rem;
  }

  :root [dir=ltr] .lg\:ltr\:m-5{
    margin: 1.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:m-6{
    margin: 1.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:m-7{
    margin: 1.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:m-8{
    margin: 2rem;
  }

  :root [dir=ltr] .lg\:ltr\:m-9{
    margin: 2.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:m-10{
    margin: 2.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:m-11{
    margin: 2.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:m-12{
    margin: 3rem;
  }

  :root [dir=ltr] .lg\:ltr\:m-14{
    margin: 3.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:m-16{
    margin: 4rem;
  }

  :root [dir=ltr] .lg\:ltr\:m-20{
    margin: 5rem;
  }

  :root [dir=ltr] .lg\:ltr\:m-24{
    margin: 6rem;
  }

  :root [dir=ltr] .lg\:ltr\:m-28{
    margin: 7rem;
  }

  :root [dir=ltr] .lg\:ltr\:m-32{
    margin: 8rem;
  }

  :root [dir=ltr] .lg\:ltr\:m-36{
    margin: 9rem;
  }

  :root [dir=ltr] .lg\:ltr\:m-40{
    margin: 10rem;
  }

  :root [dir=ltr] .lg\:ltr\:m-44{
    margin: 11rem;
  }

  :root [dir=ltr] .lg\:ltr\:m-48{
    margin: 12rem;
  }

  :root [dir=ltr] .lg\:ltr\:m-52{
    margin: 13rem;
  }

  :root [dir=ltr] .lg\:ltr\:m-56{
    margin: 14rem;
  }

  :root [dir=ltr] .lg\:ltr\:m-60{
    margin: 15rem;
  }

  :root [dir=ltr] .lg\:ltr\:m-64{
    margin: 16rem;
  }

  :root [dir=ltr] .lg\:ltr\:m-72{
    margin: 18rem;
  }

  :root [dir=ltr] .lg\:ltr\:m-80{
    margin: 20rem;
  }

  :root [dir=ltr] .lg\:ltr\:m-96{
    margin: 24rem;
  }

  :root [dir=ltr] .lg\:ltr\:m-auto{
    margin: auto;
  }

  :root [dir=ltr] .lg\:ltr\:m-px{
    margin: 1px;
  }

  :root [dir=ltr] .lg\:ltr\:m-gutter{
    margin: var(--padding-gutter);
  }

  :root [dir=ltr] .ltr\:m-0.lg\:5{
    margin: 0.125rem;
  }

  :root [dir=ltr] .ltr\:m-1.lg\:5{
    margin: 0.375rem;
  }

  :root [dir=ltr] .ltr\:m-2.lg\:5{
    margin: 0.625rem;
  }

  :root [dir=ltr] .ltr\:m-3.lg\:5{
    margin: 0.875rem;
  }

  :root [dir=ltr] .ltr\:m-17.lg\:5{
    margin: 4.375rem;
  }

  :root [dir=ltr] .lg\:ltr\:-m-1{
    margin: -0.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:-m-2{
    margin: -0.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-m-3{
    margin: -0.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:-m-4{
    margin: -1rem;
  }

  :root [dir=ltr] .lg\:ltr\:-m-5{
    margin: -1.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:-m-6{
    margin: -1.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-m-7{
    margin: -1.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:-m-8{
    margin: -2rem;
  }

  :root [dir=ltr] .lg\:ltr\:-m-9{
    margin: -2.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:-m-10{
    margin: -2.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-m-11{
    margin: -2.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:-m-12{
    margin: -3rem;
  }

  :root [dir=ltr] .lg\:ltr\:-m-14{
    margin: -3.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-m-16{
    margin: -4rem;
  }

  :root [dir=ltr] .lg\:ltr\:-m-20{
    margin: -5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-m-24{
    margin: -6rem;
  }

  :root [dir=ltr] .lg\:ltr\:-m-28{
    margin: -7rem;
  }

  :root [dir=ltr] .lg\:ltr\:-m-32{
    margin: -8rem;
  }

  :root [dir=ltr] .lg\:ltr\:-m-36{
    margin: -9rem;
  }

  :root [dir=ltr] .lg\:ltr\:-m-40{
    margin: -10rem;
  }

  :root [dir=ltr] .lg\:ltr\:-m-44{
    margin: -11rem;
  }

  :root [dir=ltr] .lg\:ltr\:-m-48{
    margin: -12rem;
  }

  :root [dir=ltr] .lg\:ltr\:-m-52{
    margin: -13rem;
  }

  :root [dir=ltr] .lg\:ltr\:-m-56{
    margin: -14rem;
  }

  :root [dir=ltr] .lg\:ltr\:-m-60{
    margin: -15rem;
  }

  :root [dir=ltr] .lg\:ltr\:-m-64{
    margin: -16rem;
  }

  :root [dir=ltr] .lg\:ltr\:-m-72{
    margin: -18rem;
  }

  :root [dir=ltr] .lg\:ltr\:-m-80{
    margin: -20rem;
  }

  :root [dir=ltr] .lg\:ltr\:-m-96{
    margin: -24rem;
  }

  :root [dir=ltr] .lg\:ltr\:-m-px{
    margin: -1px;
  }

  :root [dir=ltr] .lg\:ltr\:-m-gutter{
    margin: calc(var(--padding-gutter) * -1);
  }

  :root [dir=ltr] .ltr\:-m-0.lg\:5{
    margin: -0.125rem;
  }

  :root [dir=ltr] .ltr\:-m-1.lg\:5{
    margin: -0.375rem;
  }

  :root [dir=ltr] .ltr\:-m-2.lg\:5{
    margin: -0.625rem;
  }

  :root [dir=ltr] .ltr\:-m-3.lg\:5{
    margin: -0.875rem;
  }

  :root [dir=ltr] .ltr\:-m-17.lg\:5{
    margin: -4.375rem;
  }

  :root [dir=ltr] .lg\:ltr\:my-0{
    margin-top: 0;
    margin-bottom: 0;
  }

  :root [dir=ltr] .lg\:ltr\:mx-0{
    margin-left: 0;
    margin-right: 0;
  }

  :root [dir=ltr] .lg\:ltr\:my-1{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:mx-1{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:mx-3{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  :root [dir=ltr] .lg\:ltr\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  :root [dir=ltr] .lg\:ltr\:my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:mx-5{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:mx-6{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:my-7{
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:mx-7{
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  :root [dir=ltr] .lg\:ltr\:mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  :root [dir=ltr] .lg\:ltr\:my-9{
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:mx-9{
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:my-11{
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:mx-11{
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  :root [dir=ltr] .lg\:ltr\:mx-12{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  :root [dir=ltr] .lg\:ltr\:my-14{
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:mx-14{
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  :root [dir=ltr] .lg\:ltr\:mx-16{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  :root [dir=ltr] .lg\:ltr\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  :root [dir=ltr] .lg\:ltr\:mx-20{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  :root [dir=ltr] .lg\:ltr\:my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  :root [dir=ltr] .lg\:ltr\:mx-24{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  :root [dir=ltr] .lg\:ltr\:my-28{
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  :root [dir=ltr] .lg\:ltr\:mx-28{
    margin-left: 7rem;
    margin-right: 7rem;
  }

  :root [dir=ltr] .lg\:ltr\:my-32{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  :root [dir=ltr] .lg\:ltr\:mx-32{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  :root [dir=ltr] .lg\:ltr\:my-36{
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  :root [dir=ltr] .lg\:ltr\:mx-36{
    margin-left: 9rem;
    margin-right: 9rem;
  }

  :root [dir=ltr] .lg\:ltr\:my-40{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  :root [dir=ltr] .lg\:ltr\:mx-40{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  :root [dir=ltr] .lg\:ltr\:my-44{
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  :root [dir=ltr] .lg\:ltr\:mx-44{
    margin-left: 11rem;
    margin-right: 11rem;
  }

  :root [dir=ltr] .lg\:ltr\:my-48{
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  :root [dir=ltr] .lg\:ltr\:mx-48{
    margin-left: 12rem;
    margin-right: 12rem;
  }

  :root [dir=ltr] .lg\:ltr\:my-52{
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  :root [dir=ltr] .lg\:ltr\:mx-52{
    margin-left: 13rem;
    margin-right: 13rem;
  }

  :root [dir=ltr] .lg\:ltr\:my-56{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  :root [dir=ltr] .lg\:ltr\:mx-56{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  :root [dir=ltr] .lg\:ltr\:my-60{
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  :root [dir=ltr] .lg\:ltr\:mx-60{
    margin-left: 15rem;
    margin-right: 15rem;
  }

  :root [dir=ltr] .lg\:ltr\:my-64{
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  :root [dir=ltr] .lg\:ltr\:mx-64{
    margin-left: 16rem;
    margin-right: 16rem;
  }

  :root [dir=ltr] .lg\:ltr\:my-72{
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  :root [dir=ltr] .lg\:ltr\:mx-72{
    margin-left: 18rem;
    margin-right: 18rem;
  }

  :root [dir=ltr] .lg\:ltr\:my-80{
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  :root [dir=ltr] .lg\:ltr\:mx-80{
    margin-left: 20rem;
    margin-right: 20rem;
  }

  :root [dir=ltr] .lg\:ltr\:my-96{
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  :root [dir=ltr] .lg\:ltr\:mx-96{
    margin-left: 24rem;
    margin-right: 24rem;
  }

  :root [dir=ltr] .lg\:ltr\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  :root [dir=ltr] .lg\:ltr\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  :root [dir=ltr] .lg\:ltr\:my-px{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  :root [dir=ltr] .lg\:ltr\:mx-px{
    margin-left: 1px;
    margin-right: 1px;
  }

  :root [dir=ltr] .lg\:ltr\:my-gutter{
    margin-top: var(--padding-gutter);
    margin-bottom: var(--padding-gutter);
  }

  :root [dir=ltr] .lg\:ltr\:mx-gutter{
    margin-left: var(--padding-gutter);
    margin-right: var(--padding-gutter);
  }

  :root [dir=ltr] .ltr\:my-0.lg\:5{
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  :root [dir=ltr] .ltr\:mx-0.lg\:5{
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  :root [dir=ltr] .ltr\:my-1.lg\:5{
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  :root [dir=ltr] .ltr\:mx-1.lg\:5{
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  :root [dir=ltr] .ltr\:my-2.lg\:5{
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  :root [dir=ltr] .ltr\:mx-2.lg\:5{
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  :root [dir=ltr] .ltr\:my-3.lg\:5{
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  :root [dir=ltr] .ltr\:mx-3.lg\:5{
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  :root [dir=ltr] .ltr\:my-17.lg\:5{
    margin-top: 4.375rem;
    margin-bottom: 4.375rem;
  }

  :root [dir=ltr] .ltr\:mx-17.lg\:5{
    margin-left: 4.375rem;
    margin-right: 4.375rem;
  }

  :root [dir=ltr] .lg\:ltr\:-my-1{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mx-1{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:-my-2{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mx-2{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-my-3{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mx-3{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:-my-4{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  :root [dir=ltr] .lg\:ltr\:-my-5{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mx-5{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:-my-6{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mx-6{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-my-7{
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mx-7{
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:-my-8{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mx-8{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  :root [dir=ltr] .lg\:ltr\:-my-9{
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mx-9{
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:-my-10{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mx-10{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-my-11{
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mx-11{
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:-my-12{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mx-12{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  :root [dir=ltr] .lg\:ltr\:-my-14{
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mx-14{
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-my-16{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mx-16{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  :root [dir=ltr] .lg\:ltr\:-my-20{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mx-20{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-my-24{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mx-24{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  :root [dir=ltr] .lg\:ltr\:-my-28{
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mx-28{
    margin-left: -7rem;
    margin-right: -7rem;
  }

  :root [dir=ltr] .lg\:ltr\:-my-32{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mx-32{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  :root [dir=ltr] .lg\:ltr\:-my-36{
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mx-36{
    margin-left: -9rem;
    margin-right: -9rem;
  }

  :root [dir=ltr] .lg\:ltr\:-my-40{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mx-40{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  :root [dir=ltr] .lg\:ltr\:-my-44{
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mx-44{
    margin-left: -11rem;
    margin-right: -11rem;
  }

  :root [dir=ltr] .lg\:ltr\:-my-48{
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mx-48{
    margin-left: -12rem;
    margin-right: -12rem;
  }

  :root [dir=ltr] .lg\:ltr\:-my-52{
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mx-52{
    margin-left: -13rem;
    margin-right: -13rem;
  }

  :root [dir=ltr] .lg\:ltr\:-my-56{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mx-56{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  :root [dir=ltr] .lg\:ltr\:-my-60{
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mx-60{
    margin-left: -15rem;
    margin-right: -15rem;
  }

  :root [dir=ltr] .lg\:ltr\:-my-64{
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mx-64{
    margin-left: -16rem;
    margin-right: -16rem;
  }

  :root [dir=ltr] .lg\:ltr\:-my-72{
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mx-72{
    margin-left: -18rem;
    margin-right: -18rem;
  }

  :root [dir=ltr] .lg\:ltr\:-my-80{
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mx-80{
    margin-left: -20rem;
    margin-right: -20rem;
  }

  :root [dir=ltr] .lg\:ltr\:-my-96{
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mx-96{
    margin-left: -24rem;
    margin-right: -24rem;
  }

  :root [dir=ltr] .lg\:ltr\:-my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  :root [dir=ltr] .lg\:ltr\:-mx-px{
    margin-left: -1px;
    margin-right: -1px;
  }

  :root [dir=ltr] .lg\:ltr\:-my-gutter{
    margin-top: calc(var(--padding-gutter) * -1);
    margin-bottom: calc(var(--padding-gutter) * -1);
  }

  :root [dir=ltr] .lg\:ltr\:-mx-gutter{
    margin-left: calc(var(--padding-gutter) * -1);
    margin-right: calc(var(--padding-gutter) * -1);
  }

  :root [dir=ltr] .ltr\:-my-0.lg\:5{
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  :root [dir=ltr] .ltr\:-mx-0.lg\:5{
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  :root [dir=ltr] .ltr\:-my-1.lg\:5{
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  :root [dir=ltr] .ltr\:-mx-1.lg\:5{
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  :root [dir=ltr] .ltr\:-my-2.lg\:5{
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  :root [dir=ltr] .ltr\:-mx-2.lg\:5{
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  :root [dir=ltr] .ltr\:-my-3.lg\:5{
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  :root [dir=ltr] .ltr\:-mx-3.lg\:5{
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  :root [dir=ltr] .ltr\:-my-17.lg\:5{
    margin-top: -4.375rem;
    margin-bottom: -4.375rem;
  }

  :root [dir=ltr] .ltr\:-mx-17.lg\:5{
    margin-left: -4.375rem;
    margin-right: -4.375rem;
  }

  :root [dir=ltr] .lg\:ltr\:mt-0{
    margin-top: 0;
  }

  :root [dir=ltr] .lg\:ltr\:mr-0{
    margin-right: 0;
  }

  :root [dir=ltr] .lg\:ltr\:mb-0{
    margin-bottom: 0;
  }

  :root [dir=ltr] .lg\:ltr\:ml-0{
    margin-left: 0;
  }

  :root [dir=ltr] .lg\:ltr\:mt-1{
    margin-top: 0.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:mr-1{
    margin-right: 0.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:mb-1{
    margin-bottom: 0.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:ml-1{
    margin-left: 0.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:mt-2{
    margin-top: 0.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:mr-2{
    margin-right: 0.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:mb-2{
    margin-bottom: 0.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:ml-2{
    margin-left: 0.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:mt-3{
    margin-top: 0.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:mr-3{
    margin-right: 0.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:mb-3{
    margin-bottom: 0.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:ml-3{
    margin-left: 0.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:mt-4{
    margin-top: 1rem;
  }

  :root [dir=ltr] .lg\:ltr\:mr-4{
    margin-right: 1rem;
  }

  :root [dir=ltr] .lg\:ltr\:mb-4{
    margin-bottom: 1rem;
  }

  :root [dir=ltr] .lg\:ltr\:ml-4{
    margin-left: 1rem;
  }

  :root [dir=ltr] .lg\:ltr\:mt-5{
    margin-top: 1.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:mr-5{
    margin-right: 1.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:mb-5{
    margin-bottom: 1.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:ml-5{
    margin-left: 1.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:mt-6{
    margin-top: 1.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:mr-6{
    margin-right: 1.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:mb-6{
    margin-bottom: 1.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:ml-6{
    margin-left: 1.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:mt-7{
    margin-top: 1.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:mr-7{
    margin-right: 1.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:mb-7{
    margin-bottom: 1.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:ml-7{
    margin-left: 1.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:mt-8{
    margin-top: 2rem;
  }

  :root [dir=ltr] .lg\:ltr\:mr-8{
    margin-right: 2rem;
  }

  :root [dir=ltr] .lg\:ltr\:mb-8{
    margin-bottom: 2rem;
  }

  :root [dir=ltr] .lg\:ltr\:ml-8{
    margin-left: 2rem;
  }

  :root [dir=ltr] .lg\:ltr\:mt-9{
    margin-top: 2.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:mr-9{
    margin-right: 2.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:mb-9{
    margin-bottom: 2.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:ml-9{
    margin-left: 2.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:mt-10{
    margin-top: 2.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:mr-10{
    margin-right: 2.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:mb-10{
    margin-bottom: 2.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:ml-10{
    margin-left: 2.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:mt-11{
    margin-top: 2.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:mr-11{
    margin-right: 2.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:mb-11{
    margin-bottom: 2.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:ml-11{
    margin-left: 2.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:mt-12{
    margin-top: 3rem;
  }

  :root [dir=ltr] .lg\:ltr\:mr-12{
    margin-right: 3rem;
  }

  :root [dir=ltr] .lg\:ltr\:mb-12{
    margin-bottom: 3rem;
  }

  :root [dir=ltr] .lg\:ltr\:ml-12{
    margin-left: 3rem;
  }

  :root [dir=ltr] .lg\:ltr\:mt-14{
    margin-top: 3.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:mr-14{
    margin-right: 3.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:mb-14{
    margin-bottom: 3.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:ml-14{
    margin-left: 3.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:mt-16{
    margin-top: 4rem;
  }

  :root [dir=ltr] .lg\:ltr\:mr-16{
    margin-right: 4rem;
  }

  :root [dir=ltr] .lg\:ltr\:mb-16{
    margin-bottom: 4rem;
  }

  :root [dir=ltr] .lg\:ltr\:ml-16{
    margin-left: 4rem;
  }

  :root [dir=ltr] .lg\:ltr\:mt-20{
    margin-top: 5rem;
  }

  :root [dir=ltr] .lg\:ltr\:mr-20{
    margin-right: 5rem;
  }

  :root [dir=ltr] .lg\:ltr\:mb-20{
    margin-bottom: 5rem;
  }

  :root [dir=ltr] .lg\:ltr\:ml-20{
    margin-left: 5rem;
  }

  :root [dir=ltr] .lg\:ltr\:mt-24{
    margin-top: 6rem;
  }

  :root [dir=ltr] .lg\:ltr\:mr-24{
    margin-right: 6rem;
  }

  :root [dir=ltr] .lg\:ltr\:mb-24{
    margin-bottom: 6rem;
  }

  :root [dir=ltr] .lg\:ltr\:ml-24{
    margin-left: 6rem;
  }

  :root [dir=ltr] .lg\:ltr\:mt-28{
    margin-top: 7rem;
  }

  :root [dir=ltr] .lg\:ltr\:mr-28{
    margin-right: 7rem;
  }

  :root [dir=ltr] .lg\:ltr\:mb-28{
    margin-bottom: 7rem;
  }

  :root [dir=ltr] .lg\:ltr\:ml-28{
    margin-left: 7rem;
  }

  :root [dir=ltr] .lg\:ltr\:mt-32{
    margin-top: 8rem;
  }

  :root [dir=ltr] .lg\:ltr\:mr-32{
    margin-right: 8rem;
  }

  :root [dir=ltr] .lg\:ltr\:mb-32{
    margin-bottom: 8rem;
  }

  :root [dir=ltr] .lg\:ltr\:ml-32{
    margin-left: 8rem;
  }

  :root [dir=ltr] .lg\:ltr\:mt-36{
    margin-top: 9rem;
  }

  :root [dir=ltr] .lg\:ltr\:mr-36{
    margin-right: 9rem;
  }

  :root [dir=ltr] .lg\:ltr\:mb-36{
    margin-bottom: 9rem;
  }

  :root [dir=ltr] .lg\:ltr\:ml-36{
    margin-left: 9rem;
  }

  :root [dir=ltr] .lg\:ltr\:mt-40{
    margin-top: 10rem;
  }

  :root [dir=ltr] .lg\:ltr\:mr-40{
    margin-right: 10rem;
  }

  :root [dir=ltr] .lg\:ltr\:mb-40{
    margin-bottom: 10rem;
  }

  :root [dir=ltr] .lg\:ltr\:ml-40{
    margin-left: 10rem;
  }

  :root [dir=ltr] .lg\:ltr\:mt-44{
    margin-top: 11rem;
  }

  :root [dir=ltr] .lg\:ltr\:mr-44{
    margin-right: 11rem;
  }

  :root [dir=ltr] .lg\:ltr\:mb-44{
    margin-bottom: 11rem;
  }

  :root [dir=ltr] .lg\:ltr\:ml-44{
    margin-left: 11rem;
  }

  :root [dir=ltr] .lg\:ltr\:mt-48{
    margin-top: 12rem;
  }

  :root [dir=ltr] .lg\:ltr\:mr-48{
    margin-right: 12rem;
  }

  :root [dir=ltr] .lg\:ltr\:mb-48{
    margin-bottom: 12rem;
  }

  :root [dir=ltr] .lg\:ltr\:ml-48{
    margin-left: 12rem;
  }

  :root [dir=ltr] .lg\:ltr\:mt-52{
    margin-top: 13rem;
  }

  :root [dir=ltr] .lg\:ltr\:mr-52{
    margin-right: 13rem;
  }

  :root [dir=ltr] .lg\:ltr\:mb-52{
    margin-bottom: 13rem;
  }

  :root [dir=ltr] .lg\:ltr\:ml-52{
    margin-left: 13rem;
  }

  :root [dir=ltr] .lg\:ltr\:mt-56{
    margin-top: 14rem;
  }

  :root [dir=ltr] .lg\:ltr\:mr-56{
    margin-right: 14rem;
  }

  :root [dir=ltr] .lg\:ltr\:mb-56{
    margin-bottom: 14rem;
  }

  :root [dir=ltr] .lg\:ltr\:ml-56{
    margin-left: 14rem;
  }

  :root [dir=ltr] .lg\:ltr\:mt-60{
    margin-top: 15rem;
  }

  :root [dir=ltr] .lg\:ltr\:mr-60{
    margin-right: 15rem;
  }

  :root [dir=ltr] .lg\:ltr\:mb-60{
    margin-bottom: 15rem;
  }

  :root [dir=ltr] .lg\:ltr\:ml-60{
    margin-left: 15rem;
  }

  :root [dir=ltr] .lg\:ltr\:mt-64{
    margin-top: 16rem;
  }

  :root [dir=ltr] .lg\:ltr\:mr-64{
    margin-right: 16rem;
  }

  :root [dir=ltr] .lg\:ltr\:mb-64{
    margin-bottom: 16rem;
  }

  :root [dir=ltr] .lg\:ltr\:ml-64{
    margin-left: 16rem;
  }

  :root [dir=ltr] .lg\:ltr\:mt-72{
    margin-top: 18rem;
  }

  :root [dir=ltr] .lg\:ltr\:mr-72{
    margin-right: 18rem;
  }

  :root [dir=ltr] .lg\:ltr\:mb-72{
    margin-bottom: 18rem;
  }

  :root [dir=ltr] .lg\:ltr\:ml-72{
    margin-left: 18rem;
  }

  :root [dir=ltr] .lg\:ltr\:mt-80{
    margin-top: 20rem;
  }

  :root [dir=ltr] .lg\:ltr\:mr-80{
    margin-right: 20rem;
  }

  :root [dir=ltr] .lg\:ltr\:mb-80{
    margin-bottom: 20rem;
  }

  :root [dir=ltr] .lg\:ltr\:ml-80{
    margin-left: 20rem;
  }

  :root [dir=ltr] .lg\:ltr\:mt-96{
    margin-top: 24rem;
  }

  :root [dir=ltr] .lg\:ltr\:mr-96{
    margin-right: 24rem;
  }

  :root [dir=ltr] .lg\:ltr\:mb-96{
    margin-bottom: 24rem;
  }

  :root [dir=ltr] .lg\:ltr\:ml-96{
    margin-left: 24rem;
  }

  :root [dir=ltr] .lg\:ltr\:mt-auto{
    margin-top: auto;
  }

  :root [dir=ltr] .lg\:ltr\:mr-auto{
    margin-right: auto;
  }

  :root [dir=ltr] .lg\:ltr\:mb-auto{
    margin-bottom: auto;
  }

  :root [dir=ltr] .lg\:ltr\:ml-auto{
    margin-left: auto;
  }

  :root [dir=ltr] .lg\:ltr\:mt-px{
    margin-top: 1px;
  }

  :root [dir=ltr] .lg\:ltr\:mr-px{
    margin-right: 1px;
  }

  :root [dir=ltr] .lg\:ltr\:mb-px{
    margin-bottom: 1px;
  }

  :root [dir=ltr] .lg\:ltr\:ml-px{
    margin-left: 1px;
  }

  :root [dir=ltr] .lg\:ltr\:mt-gutter{
    margin-top: var(--padding-gutter);
  }

  :root [dir=ltr] .lg\:ltr\:mr-gutter{
    margin-right: var(--padding-gutter);
  }

  :root [dir=ltr] .lg\:ltr\:mb-gutter{
    margin-bottom: var(--padding-gutter);
  }

  :root [dir=ltr] .lg\:ltr\:ml-gutter{
    margin-left: var(--padding-gutter);
  }

  :root [dir=ltr] .ltr\:mt-0.lg\:5{
    margin-top: 0.125rem;
  }

  :root [dir=ltr] .ltr\:mr-0.lg\:5{
    margin-right: 0.125rem;
  }

  :root [dir=ltr] .ltr\:mb-0.lg\:5{
    margin-bottom: 0.125rem;
  }

  :root [dir=ltr] .ltr\:ml-0.lg\:5{
    margin-left: 0.125rem;
  }

  :root [dir=ltr] .ltr\:mt-1.lg\:5{
    margin-top: 0.375rem;
  }

  :root [dir=ltr] .ltr\:mr-1.lg\:5{
    margin-right: 0.375rem;
  }

  :root [dir=ltr] .ltr\:mb-1.lg\:5{
    margin-bottom: 0.375rem;
  }

  :root [dir=ltr] .ltr\:ml-1.lg\:5{
    margin-left: 0.375rem;
  }

  :root [dir=ltr] .ltr\:mt-2.lg\:5{
    margin-top: 0.625rem;
  }

  :root [dir=ltr] .ltr\:mr-2.lg\:5{
    margin-right: 0.625rem;
  }

  :root [dir=ltr] .ltr\:mb-2.lg\:5{
    margin-bottom: 0.625rem;
  }

  :root [dir=ltr] .ltr\:ml-2.lg\:5{
    margin-left: 0.625rem;
  }

  :root [dir=ltr] .ltr\:mt-3.lg\:5{
    margin-top: 0.875rem;
  }

  :root [dir=ltr] .ltr\:mr-3.lg\:5{
    margin-right: 0.875rem;
  }

  :root [dir=ltr] .ltr\:mb-3.lg\:5{
    margin-bottom: 0.875rem;
  }

  :root [dir=ltr] .ltr\:ml-3.lg\:5{
    margin-left: 0.875rem;
  }

  :root [dir=ltr] .ltr\:mt-17.lg\:5{
    margin-top: 4.375rem;
  }

  :root [dir=ltr] .ltr\:mr-17.lg\:5{
    margin-right: 4.375rem;
  }

  :root [dir=ltr] .ltr\:mb-17.lg\:5{
    margin-bottom: 4.375rem;
  }

  :root [dir=ltr] .ltr\:ml-17.lg\:5{
    margin-left: 4.375rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mt-1{
    margin-top: -0.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mr-1{
    margin-right: -0.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mb-1{
    margin-bottom: -0.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:-ml-1{
    margin-left: -0.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mt-2{
    margin-top: -0.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mr-2{
    margin-right: -0.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mb-2{
    margin-bottom: -0.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-ml-2{
    margin-left: -0.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mt-3{
    margin-top: -0.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mr-3{
    margin-right: -0.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mb-3{
    margin-bottom: -0.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:-ml-3{
    margin-left: -0.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mt-4{
    margin-top: -1rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mr-4{
    margin-right: -1rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mb-4{
    margin-bottom: -1rem;
  }

  :root [dir=ltr] .lg\:ltr\:-ml-4{
    margin-left: -1rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mt-5{
    margin-top: -1.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mr-5{
    margin-right: -1.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mb-5{
    margin-bottom: -1.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:-ml-5{
    margin-left: -1.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mt-6{
    margin-top: -1.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mr-6{
    margin-right: -1.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mb-6{
    margin-bottom: -1.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-ml-6{
    margin-left: -1.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mt-7{
    margin-top: -1.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mr-7{
    margin-right: -1.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mb-7{
    margin-bottom: -1.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:-ml-7{
    margin-left: -1.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mt-8{
    margin-top: -2rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mr-8{
    margin-right: -2rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mb-8{
    margin-bottom: -2rem;
  }

  :root [dir=ltr] .lg\:ltr\:-ml-8{
    margin-left: -2rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mt-9{
    margin-top: -2.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mr-9{
    margin-right: -2.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mb-9{
    margin-bottom: -2.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:-ml-9{
    margin-left: -2.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mt-10{
    margin-top: -2.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mr-10{
    margin-right: -2.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mb-10{
    margin-bottom: -2.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-ml-10{
    margin-left: -2.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mt-11{
    margin-top: -2.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mr-11{
    margin-right: -2.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mb-11{
    margin-bottom: -2.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:-ml-11{
    margin-left: -2.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mt-12{
    margin-top: -3rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mr-12{
    margin-right: -3rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mb-12{
    margin-bottom: -3rem;
  }

  :root [dir=ltr] .lg\:ltr\:-ml-12{
    margin-left: -3rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mt-14{
    margin-top: -3.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mr-14{
    margin-right: -3.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mb-14{
    margin-bottom: -3.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-ml-14{
    margin-left: -3.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mt-16{
    margin-top: -4rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mr-16{
    margin-right: -4rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mb-16{
    margin-bottom: -4rem;
  }

  :root [dir=ltr] .lg\:ltr\:-ml-16{
    margin-left: -4rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mt-20{
    margin-top: -5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mr-20{
    margin-right: -5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mb-20{
    margin-bottom: -5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-ml-20{
    margin-left: -5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mt-24{
    margin-top: -6rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mr-24{
    margin-right: -6rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mb-24{
    margin-bottom: -6rem;
  }

  :root [dir=ltr] .lg\:ltr\:-ml-24{
    margin-left: -6rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mt-28{
    margin-top: -7rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mr-28{
    margin-right: -7rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mb-28{
    margin-bottom: -7rem;
  }

  :root [dir=ltr] .lg\:ltr\:-ml-28{
    margin-left: -7rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mt-32{
    margin-top: -8rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mr-32{
    margin-right: -8rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mb-32{
    margin-bottom: -8rem;
  }

  :root [dir=ltr] .lg\:ltr\:-ml-32{
    margin-left: -8rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mt-36{
    margin-top: -9rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mr-36{
    margin-right: -9rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mb-36{
    margin-bottom: -9rem;
  }

  :root [dir=ltr] .lg\:ltr\:-ml-36{
    margin-left: -9rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mt-40{
    margin-top: -10rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mr-40{
    margin-right: -10rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mb-40{
    margin-bottom: -10rem;
  }

  :root [dir=ltr] .lg\:ltr\:-ml-40{
    margin-left: -10rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mt-44{
    margin-top: -11rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mr-44{
    margin-right: -11rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mb-44{
    margin-bottom: -11rem;
  }

  :root [dir=ltr] .lg\:ltr\:-ml-44{
    margin-left: -11rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mt-48{
    margin-top: -12rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mr-48{
    margin-right: -12rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mb-48{
    margin-bottom: -12rem;
  }

  :root [dir=ltr] .lg\:ltr\:-ml-48{
    margin-left: -12rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mt-52{
    margin-top: -13rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mr-52{
    margin-right: -13rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mb-52{
    margin-bottom: -13rem;
  }

  :root [dir=ltr] .lg\:ltr\:-ml-52{
    margin-left: -13rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mt-56{
    margin-top: -14rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mr-56{
    margin-right: -14rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mb-56{
    margin-bottom: -14rem;
  }

  :root [dir=ltr] .lg\:ltr\:-ml-56{
    margin-left: -14rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mt-60{
    margin-top: -15rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mr-60{
    margin-right: -15rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mb-60{
    margin-bottom: -15rem;
  }

  :root [dir=ltr] .lg\:ltr\:-ml-60{
    margin-left: -15rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mt-64{
    margin-top: -16rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mr-64{
    margin-right: -16rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mb-64{
    margin-bottom: -16rem;
  }

  :root [dir=ltr] .lg\:ltr\:-ml-64{
    margin-left: -16rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mt-72{
    margin-top: -18rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mr-72{
    margin-right: -18rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mb-72{
    margin-bottom: -18rem;
  }

  :root [dir=ltr] .lg\:ltr\:-ml-72{
    margin-left: -18rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mt-80{
    margin-top: -20rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mr-80{
    margin-right: -20rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mb-80{
    margin-bottom: -20rem;
  }

  :root [dir=ltr] .lg\:ltr\:-ml-80{
    margin-left: -20rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mt-96{
    margin-top: -24rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mr-96{
    margin-right: -24rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mb-96{
    margin-bottom: -24rem;
  }

  :root [dir=ltr] .lg\:ltr\:-ml-96{
    margin-left: -24rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mt-px{
    margin-top: -1px;
  }

  :root [dir=ltr] .lg\:ltr\:-mr-px{
    margin-right: -1px;
  }

  :root [dir=ltr] .lg\:ltr\:-mb-px{
    margin-bottom: -1px;
  }

  :root [dir=ltr] .lg\:ltr\:-ml-px{
    margin-left: -1px;
  }

  :root [dir=ltr] .lg\:ltr\:-mt-gutter{
    margin-top: calc(var(--padding-gutter) * -1);
  }

  :root [dir=ltr] .lg\:ltr\:-mr-gutter{
    margin-right: calc(var(--padding-gutter) * -1);
  }

  :root [dir=ltr] .lg\:ltr\:-mb-gutter{
    margin-bottom: calc(var(--padding-gutter) * -1);
  }

  :root [dir=ltr] .lg\:ltr\:-ml-gutter{
    margin-left: calc(var(--padding-gutter) * -1);
  }

  :root [dir=ltr] .ltr\:-mt-0.lg\:5{
    margin-top: -0.125rem;
  }

  :root [dir=ltr] .ltr\:-mr-0.lg\:5{
    margin-right: -0.125rem;
  }

  :root [dir=ltr] .ltr\:-mb-0.lg\:5{
    margin-bottom: -0.125rem;
  }

  :root [dir=ltr] .ltr\:-ml-0.lg\:5{
    margin-left: -0.125rem;
  }

  :root [dir=ltr] .ltr\:-mt-1.lg\:5{
    margin-top: -0.375rem;
  }

  :root [dir=ltr] .ltr\:-mr-1.lg\:5{
    margin-right: -0.375rem;
  }

  :root [dir=ltr] .ltr\:-mb-1.lg\:5{
    margin-bottom: -0.375rem;
  }

  :root [dir=ltr] .ltr\:-ml-1.lg\:5{
    margin-left: -0.375rem;
  }

  :root [dir=ltr] .ltr\:-mt-2.lg\:5{
    margin-top: -0.625rem;
  }

  :root [dir=ltr] .ltr\:-mr-2.lg\:5{
    margin-right: -0.625rem;
  }

  :root [dir=ltr] .ltr\:-mb-2.lg\:5{
    margin-bottom: -0.625rem;
  }

  :root [dir=ltr] .ltr\:-ml-2.lg\:5{
    margin-left: -0.625rem;
  }

  :root [dir=ltr] .ltr\:-mt-3.lg\:5{
    margin-top: -0.875rem;
  }

  :root [dir=ltr] .ltr\:-mr-3.lg\:5{
    margin-right: -0.875rem;
  }

  :root [dir=ltr] .ltr\:-mb-3.lg\:5{
    margin-bottom: -0.875rem;
  }

  :root [dir=ltr] .ltr\:-ml-3.lg\:5{
    margin-left: -0.875rem;
  }

  :root [dir=ltr] .ltr\:-mt-17.lg\:5{
    margin-top: -4.375rem;
  }

  :root [dir=ltr] .ltr\:-mr-17.lg\:5{
    margin-right: -4.375rem;
  }

  :root [dir=ltr] .ltr\:-mb-17.lg\:5{
    margin-bottom: -4.375rem;
  }

  :root [dir=ltr] .ltr\:-ml-17.lg\:5{
    margin-left: -4.375rem;
  }

  :root [dir=rtl] .lg\:rtl\:m-0{
    margin: 0;
  }

  :root [dir=rtl] .lg\:rtl\:m-1{
    margin: 0.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:m-2{
    margin: 0.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:m-3{
    margin: 0.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:m-4{
    margin: 1rem;
  }

  :root [dir=rtl] .lg\:rtl\:m-5{
    margin: 1.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:m-6{
    margin: 1.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:m-7{
    margin: 1.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:m-8{
    margin: 2rem;
  }

  :root [dir=rtl] .lg\:rtl\:m-9{
    margin: 2.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:m-10{
    margin: 2.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:m-11{
    margin: 2.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:m-12{
    margin: 3rem;
  }

  :root [dir=rtl] .lg\:rtl\:m-14{
    margin: 3.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:m-16{
    margin: 4rem;
  }

  :root [dir=rtl] .lg\:rtl\:m-20{
    margin: 5rem;
  }

  :root [dir=rtl] .lg\:rtl\:m-24{
    margin: 6rem;
  }

  :root [dir=rtl] .lg\:rtl\:m-28{
    margin: 7rem;
  }

  :root [dir=rtl] .lg\:rtl\:m-32{
    margin: 8rem;
  }

  :root [dir=rtl] .lg\:rtl\:m-36{
    margin: 9rem;
  }

  :root [dir=rtl] .lg\:rtl\:m-40{
    margin: 10rem;
  }

  :root [dir=rtl] .lg\:rtl\:m-44{
    margin: 11rem;
  }

  :root [dir=rtl] .lg\:rtl\:m-48{
    margin: 12rem;
  }

  :root [dir=rtl] .lg\:rtl\:m-52{
    margin: 13rem;
  }

  :root [dir=rtl] .lg\:rtl\:m-56{
    margin: 14rem;
  }

  :root [dir=rtl] .lg\:rtl\:m-60{
    margin: 15rem;
  }

  :root [dir=rtl] .lg\:rtl\:m-64{
    margin: 16rem;
  }

  :root [dir=rtl] .lg\:rtl\:m-72{
    margin: 18rem;
  }

  :root [dir=rtl] .lg\:rtl\:m-80{
    margin: 20rem;
  }

  :root [dir=rtl] .lg\:rtl\:m-96{
    margin: 24rem;
  }

  :root [dir=rtl] .lg\:rtl\:m-auto{
    margin: auto;
  }

  :root [dir=rtl] .lg\:rtl\:m-px{
    margin: 1px;
  }

  :root [dir=rtl] .lg\:rtl\:m-gutter{
    margin: var(--padding-gutter);
  }

  :root [dir=rtl] .rtl\:m-0.lg\:5{
    margin: 0.125rem;
  }

  :root [dir=rtl] .rtl\:m-1.lg\:5{
    margin: 0.375rem;
  }

  :root [dir=rtl] .rtl\:m-2.lg\:5{
    margin: 0.625rem;
  }

  :root [dir=rtl] .rtl\:m-3.lg\:5{
    margin: 0.875rem;
  }

  :root [dir=rtl] .rtl\:m-17.lg\:5{
    margin: 4.375rem;
  }

  :root [dir=rtl] .lg\:rtl\:-m-1{
    margin: -0.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:-m-2{
    margin: -0.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-m-3{
    margin: -0.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:-m-4{
    margin: -1rem;
  }

  :root [dir=rtl] .lg\:rtl\:-m-5{
    margin: -1.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:-m-6{
    margin: -1.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-m-7{
    margin: -1.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:-m-8{
    margin: -2rem;
  }

  :root [dir=rtl] .lg\:rtl\:-m-9{
    margin: -2.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:-m-10{
    margin: -2.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-m-11{
    margin: -2.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:-m-12{
    margin: -3rem;
  }

  :root [dir=rtl] .lg\:rtl\:-m-14{
    margin: -3.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-m-16{
    margin: -4rem;
  }

  :root [dir=rtl] .lg\:rtl\:-m-20{
    margin: -5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-m-24{
    margin: -6rem;
  }

  :root [dir=rtl] .lg\:rtl\:-m-28{
    margin: -7rem;
  }

  :root [dir=rtl] .lg\:rtl\:-m-32{
    margin: -8rem;
  }

  :root [dir=rtl] .lg\:rtl\:-m-36{
    margin: -9rem;
  }

  :root [dir=rtl] .lg\:rtl\:-m-40{
    margin: -10rem;
  }

  :root [dir=rtl] .lg\:rtl\:-m-44{
    margin: -11rem;
  }

  :root [dir=rtl] .lg\:rtl\:-m-48{
    margin: -12rem;
  }

  :root [dir=rtl] .lg\:rtl\:-m-52{
    margin: -13rem;
  }

  :root [dir=rtl] .lg\:rtl\:-m-56{
    margin: -14rem;
  }

  :root [dir=rtl] .lg\:rtl\:-m-60{
    margin: -15rem;
  }

  :root [dir=rtl] .lg\:rtl\:-m-64{
    margin: -16rem;
  }

  :root [dir=rtl] .lg\:rtl\:-m-72{
    margin: -18rem;
  }

  :root [dir=rtl] .lg\:rtl\:-m-80{
    margin: -20rem;
  }

  :root [dir=rtl] .lg\:rtl\:-m-96{
    margin: -24rem;
  }

  :root [dir=rtl] .lg\:rtl\:-m-px{
    margin: -1px;
  }

  :root [dir=rtl] .lg\:rtl\:-m-gutter{
    margin: calc(var(--padding-gutter) * -1);
  }

  :root [dir=rtl] .rtl\:-m-0.lg\:5{
    margin: -0.125rem;
  }

  :root [dir=rtl] .rtl\:-m-1.lg\:5{
    margin: -0.375rem;
  }

  :root [dir=rtl] .rtl\:-m-2.lg\:5{
    margin: -0.625rem;
  }

  :root [dir=rtl] .rtl\:-m-3.lg\:5{
    margin: -0.875rem;
  }

  :root [dir=rtl] .rtl\:-m-17.lg\:5{
    margin: -4.375rem;
  }

  :root [dir=rtl] .lg\:rtl\:my-0{
    margin-top: 0;
    margin-bottom: 0;
  }

  :root [dir=rtl] .lg\:rtl\:mx-0{
    margin-left: 0;
    margin-right: 0;
  }

  :root [dir=rtl] .lg\:rtl\:my-1{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:mx-1{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:mx-3{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  :root [dir=rtl] .lg\:rtl\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  :root [dir=rtl] .lg\:rtl\:my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:mx-5{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:mx-6{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:my-7{
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:mx-7{
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  :root [dir=rtl] .lg\:rtl\:mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  :root [dir=rtl] .lg\:rtl\:my-9{
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:mx-9{
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:my-11{
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:mx-11{
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  :root [dir=rtl] .lg\:rtl\:mx-12{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  :root [dir=rtl] .lg\:rtl\:my-14{
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:mx-14{
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  :root [dir=rtl] .lg\:rtl\:mx-16{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  :root [dir=rtl] .lg\:rtl\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  :root [dir=rtl] .lg\:rtl\:mx-20{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  :root [dir=rtl] .lg\:rtl\:my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  :root [dir=rtl] .lg\:rtl\:mx-24{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  :root [dir=rtl] .lg\:rtl\:my-28{
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  :root [dir=rtl] .lg\:rtl\:mx-28{
    margin-left: 7rem;
    margin-right: 7rem;
  }

  :root [dir=rtl] .lg\:rtl\:my-32{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  :root [dir=rtl] .lg\:rtl\:mx-32{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  :root [dir=rtl] .lg\:rtl\:my-36{
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  :root [dir=rtl] .lg\:rtl\:mx-36{
    margin-left: 9rem;
    margin-right: 9rem;
  }

  :root [dir=rtl] .lg\:rtl\:my-40{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  :root [dir=rtl] .lg\:rtl\:mx-40{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  :root [dir=rtl] .lg\:rtl\:my-44{
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  :root [dir=rtl] .lg\:rtl\:mx-44{
    margin-left: 11rem;
    margin-right: 11rem;
  }

  :root [dir=rtl] .lg\:rtl\:my-48{
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  :root [dir=rtl] .lg\:rtl\:mx-48{
    margin-left: 12rem;
    margin-right: 12rem;
  }

  :root [dir=rtl] .lg\:rtl\:my-52{
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  :root [dir=rtl] .lg\:rtl\:mx-52{
    margin-left: 13rem;
    margin-right: 13rem;
  }

  :root [dir=rtl] .lg\:rtl\:my-56{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  :root [dir=rtl] .lg\:rtl\:mx-56{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  :root [dir=rtl] .lg\:rtl\:my-60{
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  :root [dir=rtl] .lg\:rtl\:mx-60{
    margin-left: 15rem;
    margin-right: 15rem;
  }

  :root [dir=rtl] .lg\:rtl\:my-64{
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  :root [dir=rtl] .lg\:rtl\:mx-64{
    margin-left: 16rem;
    margin-right: 16rem;
  }

  :root [dir=rtl] .lg\:rtl\:my-72{
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  :root [dir=rtl] .lg\:rtl\:mx-72{
    margin-left: 18rem;
    margin-right: 18rem;
  }

  :root [dir=rtl] .lg\:rtl\:my-80{
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  :root [dir=rtl] .lg\:rtl\:mx-80{
    margin-left: 20rem;
    margin-right: 20rem;
  }

  :root [dir=rtl] .lg\:rtl\:my-96{
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  :root [dir=rtl] .lg\:rtl\:mx-96{
    margin-left: 24rem;
    margin-right: 24rem;
  }

  :root [dir=rtl] .lg\:rtl\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  :root [dir=rtl] .lg\:rtl\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  :root [dir=rtl] .lg\:rtl\:my-px{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  :root [dir=rtl] .lg\:rtl\:mx-px{
    margin-left: 1px;
    margin-right: 1px;
  }

  :root [dir=rtl] .lg\:rtl\:my-gutter{
    margin-top: var(--padding-gutter);
    margin-bottom: var(--padding-gutter);
  }

  :root [dir=rtl] .lg\:rtl\:mx-gutter{
    margin-left: var(--padding-gutter);
    margin-right: var(--padding-gutter);
  }

  :root [dir=rtl] .rtl\:my-0.lg\:5{
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  :root [dir=rtl] .rtl\:mx-0.lg\:5{
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  :root [dir=rtl] .rtl\:my-1.lg\:5{
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  :root [dir=rtl] .rtl\:mx-1.lg\:5{
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  :root [dir=rtl] .rtl\:my-2.lg\:5{
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  :root [dir=rtl] .rtl\:mx-2.lg\:5{
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  :root [dir=rtl] .rtl\:my-3.lg\:5{
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  :root [dir=rtl] .rtl\:mx-3.lg\:5{
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  :root [dir=rtl] .rtl\:my-17.lg\:5{
    margin-top: 4.375rem;
    margin-bottom: 4.375rem;
  }

  :root [dir=rtl] .rtl\:mx-17.lg\:5{
    margin-left: 4.375rem;
    margin-right: 4.375rem;
  }

  :root [dir=rtl] .lg\:rtl\:-my-1{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mx-1{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:-my-2{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mx-2{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-my-3{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mx-3{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:-my-4{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  :root [dir=rtl] .lg\:rtl\:-my-5{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mx-5{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:-my-6{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mx-6{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-my-7{
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mx-7{
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:-my-8{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mx-8{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  :root [dir=rtl] .lg\:rtl\:-my-9{
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mx-9{
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:-my-10{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mx-10{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-my-11{
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mx-11{
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:-my-12{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mx-12{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  :root [dir=rtl] .lg\:rtl\:-my-14{
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mx-14{
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-my-16{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mx-16{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  :root [dir=rtl] .lg\:rtl\:-my-20{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mx-20{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-my-24{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mx-24{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  :root [dir=rtl] .lg\:rtl\:-my-28{
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mx-28{
    margin-left: -7rem;
    margin-right: -7rem;
  }

  :root [dir=rtl] .lg\:rtl\:-my-32{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mx-32{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  :root [dir=rtl] .lg\:rtl\:-my-36{
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mx-36{
    margin-left: -9rem;
    margin-right: -9rem;
  }

  :root [dir=rtl] .lg\:rtl\:-my-40{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mx-40{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  :root [dir=rtl] .lg\:rtl\:-my-44{
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mx-44{
    margin-left: -11rem;
    margin-right: -11rem;
  }

  :root [dir=rtl] .lg\:rtl\:-my-48{
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mx-48{
    margin-left: -12rem;
    margin-right: -12rem;
  }

  :root [dir=rtl] .lg\:rtl\:-my-52{
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mx-52{
    margin-left: -13rem;
    margin-right: -13rem;
  }

  :root [dir=rtl] .lg\:rtl\:-my-56{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mx-56{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  :root [dir=rtl] .lg\:rtl\:-my-60{
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mx-60{
    margin-left: -15rem;
    margin-right: -15rem;
  }

  :root [dir=rtl] .lg\:rtl\:-my-64{
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mx-64{
    margin-left: -16rem;
    margin-right: -16rem;
  }

  :root [dir=rtl] .lg\:rtl\:-my-72{
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mx-72{
    margin-left: -18rem;
    margin-right: -18rem;
  }

  :root [dir=rtl] .lg\:rtl\:-my-80{
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mx-80{
    margin-left: -20rem;
    margin-right: -20rem;
  }

  :root [dir=rtl] .lg\:rtl\:-my-96{
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mx-96{
    margin-left: -24rem;
    margin-right: -24rem;
  }

  :root [dir=rtl] .lg\:rtl\:-my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  :root [dir=rtl] .lg\:rtl\:-mx-px{
    margin-left: -1px;
    margin-right: -1px;
  }

  :root [dir=rtl] .lg\:rtl\:-my-gutter{
    margin-top: calc(var(--padding-gutter) * -1);
    margin-bottom: calc(var(--padding-gutter) * -1);
  }

  :root [dir=rtl] .lg\:rtl\:-mx-gutter{
    margin-left: calc(var(--padding-gutter) * -1);
    margin-right: calc(var(--padding-gutter) * -1);
  }

  :root [dir=rtl] .rtl\:-my-0.lg\:5{
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  :root [dir=rtl] .rtl\:-mx-0.lg\:5{
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  :root [dir=rtl] .rtl\:-my-1.lg\:5{
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  :root [dir=rtl] .rtl\:-mx-1.lg\:5{
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  :root [dir=rtl] .rtl\:-my-2.lg\:5{
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  :root [dir=rtl] .rtl\:-mx-2.lg\:5{
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  :root [dir=rtl] .rtl\:-my-3.lg\:5{
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  :root [dir=rtl] .rtl\:-mx-3.lg\:5{
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  :root [dir=rtl] .rtl\:-my-17.lg\:5{
    margin-top: -4.375rem;
    margin-bottom: -4.375rem;
  }

  :root [dir=rtl] .rtl\:-mx-17.lg\:5{
    margin-left: -4.375rem;
    margin-right: -4.375rem;
  }

  :root [dir=rtl] .lg\:rtl\:mt-0{
    margin-top: 0;
  }

  :root [dir=rtl] .lg\:rtl\:mr-0{
    margin-right: 0;
  }

  :root [dir=rtl] .lg\:rtl\:mb-0{
    margin-bottom: 0;
  }

  :root [dir=rtl] .lg\:rtl\:ml-0{
    margin-left: 0;
  }

  :root [dir=rtl] .lg\:rtl\:mt-1{
    margin-top: 0.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:mr-1{
    margin-right: 0.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:mb-1{
    margin-bottom: 0.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:ml-1{
    margin-left: 0.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:mt-2{
    margin-top: 0.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:mr-2{
    margin-right: 0.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:mb-2{
    margin-bottom: 0.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:ml-2{
    margin-left: 0.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:mt-3{
    margin-top: 0.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:mr-3{
    margin-right: 0.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:mb-3{
    margin-bottom: 0.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:ml-3{
    margin-left: 0.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:mt-4{
    margin-top: 1rem;
  }

  :root [dir=rtl] .lg\:rtl\:mr-4{
    margin-right: 1rem;
  }

  :root [dir=rtl] .lg\:rtl\:mb-4{
    margin-bottom: 1rem;
  }

  :root [dir=rtl] .lg\:rtl\:ml-4{
    margin-left: 1rem;
  }

  :root [dir=rtl] .lg\:rtl\:mt-5{
    margin-top: 1.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:mr-5{
    margin-right: 1.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:mb-5{
    margin-bottom: 1.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:ml-5{
    margin-left: 1.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:mt-6{
    margin-top: 1.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:mr-6{
    margin-right: 1.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:mb-6{
    margin-bottom: 1.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:ml-6{
    margin-left: 1.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:mt-7{
    margin-top: 1.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:mr-7{
    margin-right: 1.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:mb-7{
    margin-bottom: 1.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:ml-7{
    margin-left: 1.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:mt-8{
    margin-top: 2rem;
  }

  :root [dir=rtl] .lg\:rtl\:mr-8{
    margin-right: 2rem;
  }

  :root [dir=rtl] .lg\:rtl\:mb-8{
    margin-bottom: 2rem;
  }

  :root [dir=rtl] .lg\:rtl\:ml-8{
    margin-left: 2rem;
  }

  :root [dir=rtl] .lg\:rtl\:mt-9{
    margin-top: 2.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:mr-9{
    margin-right: 2.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:mb-9{
    margin-bottom: 2.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:ml-9{
    margin-left: 2.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:mt-10{
    margin-top: 2.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:mr-10{
    margin-right: 2.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:mb-10{
    margin-bottom: 2.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:ml-10{
    margin-left: 2.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:mt-11{
    margin-top: 2.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:mr-11{
    margin-right: 2.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:mb-11{
    margin-bottom: 2.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:ml-11{
    margin-left: 2.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:mt-12{
    margin-top: 3rem;
  }

  :root [dir=rtl] .lg\:rtl\:mr-12{
    margin-right: 3rem;
  }

  :root [dir=rtl] .lg\:rtl\:mb-12{
    margin-bottom: 3rem;
  }

  :root [dir=rtl] .lg\:rtl\:ml-12{
    margin-left: 3rem;
  }

  :root [dir=rtl] .lg\:rtl\:mt-14{
    margin-top: 3.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:mr-14{
    margin-right: 3.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:mb-14{
    margin-bottom: 3.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:ml-14{
    margin-left: 3.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:mt-16{
    margin-top: 4rem;
  }

  :root [dir=rtl] .lg\:rtl\:mr-16{
    margin-right: 4rem;
  }

  :root [dir=rtl] .lg\:rtl\:mb-16{
    margin-bottom: 4rem;
  }

  :root [dir=rtl] .lg\:rtl\:ml-16{
    margin-left: 4rem;
  }

  :root [dir=rtl] .lg\:rtl\:mt-20{
    margin-top: 5rem;
  }

  :root [dir=rtl] .lg\:rtl\:mr-20{
    margin-right: 5rem;
  }

  :root [dir=rtl] .lg\:rtl\:mb-20{
    margin-bottom: 5rem;
  }

  :root [dir=rtl] .lg\:rtl\:ml-20{
    margin-left: 5rem;
  }

  :root [dir=rtl] .lg\:rtl\:mt-24{
    margin-top: 6rem;
  }

  :root [dir=rtl] .lg\:rtl\:mr-24{
    margin-right: 6rem;
  }

  :root [dir=rtl] .lg\:rtl\:mb-24{
    margin-bottom: 6rem;
  }

  :root [dir=rtl] .lg\:rtl\:ml-24{
    margin-left: 6rem;
  }

  :root [dir=rtl] .lg\:rtl\:mt-28{
    margin-top: 7rem;
  }

  :root [dir=rtl] .lg\:rtl\:mr-28{
    margin-right: 7rem;
  }

  :root [dir=rtl] .lg\:rtl\:mb-28{
    margin-bottom: 7rem;
  }

  :root [dir=rtl] .lg\:rtl\:ml-28{
    margin-left: 7rem;
  }

  :root [dir=rtl] .lg\:rtl\:mt-32{
    margin-top: 8rem;
  }

  :root [dir=rtl] .lg\:rtl\:mr-32{
    margin-right: 8rem;
  }

  :root [dir=rtl] .lg\:rtl\:mb-32{
    margin-bottom: 8rem;
  }

  :root [dir=rtl] .lg\:rtl\:ml-32{
    margin-left: 8rem;
  }

  :root [dir=rtl] .lg\:rtl\:mt-36{
    margin-top: 9rem;
  }

  :root [dir=rtl] .lg\:rtl\:mr-36{
    margin-right: 9rem;
  }

  :root [dir=rtl] .lg\:rtl\:mb-36{
    margin-bottom: 9rem;
  }

  :root [dir=rtl] .lg\:rtl\:ml-36{
    margin-left: 9rem;
  }

  :root [dir=rtl] .lg\:rtl\:mt-40{
    margin-top: 10rem;
  }

  :root [dir=rtl] .lg\:rtl\:mr-40{
    margin-right: 10rem;
  }

  :root [dir=rtl] .lg\:rtl\:mb-40{
    margin-bottom: 10rem;
  }

  :root [dir=rtl] .lg\:rtl\:ml-40{
    margin-left: 10rem;
  }

  :root [dir=rtl] .lg\:rtl\:mt-44{
    margin-top: 11rem;
  }

  :root [dir=rtl] .lg\:rtl\:mr-44{
    margin-right: 11rem;
  }

  :root [dir=rtl] .lg\:rtl\:mb-44{
    margin-bottom: 11rem;
  }

  :root [dir=rtl] .lg\:rtl\:ml-44{
    margin-left: 11rem;
  }

  :root [dir=rtl] .lg\:rtl\:mt-48{
    margin-top: 12rem;
  }

  :root [dir=rtl] .lg\:rtl\:mr-48{
    margin-right: 12rem;
  }

  :root [dir=rtl] .lg\:rtl\:mb-48{
    margin-bottom: 12rem;
  }

  :root [dir=rtl] .lg\:rtl\:ml-48{
    margin-left: 12rem;
  }

  :root [dir=rtl] .lg\:rtl\:mt-52{
    margin-top: 13rem;
  }

  :root [dir=rtl] .lg\:rtl\:mr-52{
    margin-right: 13rem;
  }

  :root [dir=rtl] .lg\:rtl\:mb-52{
    margin-bottom: 13rem;
  }

  :root [dir=rtl] .lg\:rtl\:ml-52{
    margin-left: 13rem;
  }

  :root [dir=rtl] .lg\:rtl\:mt-56{
    margin-top: 14rem;
  }

  :root [dir=rtl] .lg\:rtl\:mr-56{
    margin-right: 14rem;
  }

  :root [dir=rtl] .lg\:rtl\:mb-56{
    margin-bottom: 14rem;
  }

  :root [dir=rtl] .lg\:rtl\:ml-56{
    margin-left: 14rem;
  }

  :root [dir=rtl] .lg\:rtl\:mt-60{
    margin-top: 15rem;
  }

  :root [dir=rtl] .lg\:rtl\:mr-60{
    margin-right: 15rem;
  }

  :root [dir=rtl] .lg\:rtl\:mb-60{
    margin-bottom: 15rem;
  }

  :root [dir=rtl] .lg\:rtl\:ml-60{
    margin-left: 15rem;
  }

  :root [dir=rtl] .lg\:rtl\:mt-64{
    margin-top: 16rem;
  }

  :root [dir=rtl] .lg\:rtl\:mr-64{
    margin-right: 16rem;
  }

  :root [dir=rtl] .lg\:rtl\:mb-64{
    margin-bottom: 16rem;
  }

  :root [dir=rtl] .lg\:rtl\:ml-64{
    margin-left: 16rem;
  }

  :root [dir=rtl] .lg\:rtl\:mt-72{
    margin-top: 18rem;
  }

  :root [dir=rtl] .lg\:rtl\:mr-72{
    margin-right: 18rem;
  }

  :root [dir=rtl] .lg\:rtl\:mb-72{
    margin-bottom: 18rem;
  }

  :root [dir=rtl] .lg\:rtl\:ml-72{
    margin-left: 18rem;
  }

  :root [dir=rtl] .lg\:rtl\:mt-80{
    margin-top: 20rem;
  }

  :root [dir=rtl] .lg\:rtl\:mr-80{
    margin-right: 20rem;
  }

  :root [dir=rtl] .lg\:rtl\:mb-80{
    margin-bottom: 20rem;
  }

  :root [dir=rtl] .lg\:rtl\:ml-80{
    margin-left: 20rem;
  }

  :root [dir=rtl] .lg\:rtl\:mt-96{
    margin-top: 24rem;
  }

  :root [dir=rtl] .lg\:rtl\:mr-96{
    margin-right: 24rem;
  }

  :root [dir=rtl] .lg\:rtl\:mb-96{
    margin-bottom: 24rem;
  }

  :root [dir=rtl] .lg\:rtl\:ml-96{
    margin-left: 24rem;
  }

  :root [dir=rtl] .lg\:rtl\:mt-auto{
    margin-top: auto;
  }

  :root [dir=rtl] .lg\:rtl\:mr-auto{
    margin-right: auto;
  }

  :root [dir=rtl] .lg\:rtl\:mb-auto{
    margin-bottom: auto;
  }

  :root [dir=rtl] .lg\:rtl\:ml-auto{
    margin-left: auto;
  }

  :root [dir=rtl] .lg\:rtl\:mt-px{
    margin-top: 1px;
  }

  :root [dir=rtl] .lg\:rtl\:mr-px{
    margin-right: 1px;
  }

  :root [dir=rtl] .lg\:rtl\:mb-px{
    margin-bottom: 1px;
  }

  :root [dir=rtl] .lg\:rtl\:ml-px{
    margin-left: 1px;
  }

  :root [dir=rtl] .lg\:rtl\:mt-gutter{
    margin-top: var(--padding-gutter);
  }

  :root [dir=rtl] .lg\:rtl\:mr-gutter{
    margin-right: var(--padding-gutter);
  }

  :root [dir=rtl] .lg\:rtl\:mb-gutter{
    margin-bottom: var(--padding-gutter);
  }

  :root [dir=rtl] .lg\:rtl\:ml-gutter{
    margin-left: var(--padding-gutter);
  }

  :root [dir=rtl] .rtl\:mt-0.lg\:5{
    margin-top: 0.125rem;
  }

  :root [dir=rtl] .rtl\:mr-0.lg\:5{
    margin-right: 0.125rem;
  }

  :root [dir=rtl] .rtl\:mb-0.lg\:5{
    margin-bottom: 0.125rem;
  }

  :root [dir=rtl] .rtl\:ml-0.lg\:5{
    margin-left: 0.125rem;
  }

  :root [dir=rtl] .rtl\:mt-1.lg\:5{
    margin-top: 0.375rem;
  }

  :root [dir=rtl] .rtl\:mr-1.lg\:5{
    margin-right: 0.375rem;
  }

  :root [dir=rtl] .rtl\:mb-1.lg\:5{
    margin-bottom: 0.375rem;
  }

  :root [dir=rtl] .rtl\:ml-1.lg\:5{
    margin-left: 0.375rem;
  }

  :root [dir=rtl] .rtl\:mt-2.lg\:5{
    margin-top: 0.625rem;
  }

  :root [dir=rtl] .rtl\:mr-2.lg\:5{
    margin-right: 0.625rem;
  }

  :root [dir=rtl] .rtl\:mb-2.lg\:5{
    margin-bottom: 0.625rem;
  }

  :root [dir=rtl] .rtl\:ml-2.lg\:5{
    margin-left: 0.625rem;
  }

  :root [dir=rtl] .rtl\:mt-3.lg\:5{
    margin-top: 0.875rem;
  }

  :root [dir=rtl] .rtl\:mr-3.lg\:5{
    margin-right: 0.875rem;
  }

  :root [dir=rtl] .rtl\:mb-3.lg\:5{
    margin-bottom: 0.875rem;
  }

  :root [dir=rtl] .rtl\:ml-3.lg\:5{
    margin-left: 0.875rem;
  }

  :root [dir=rtl] .rtl\:mt-17.lg\:5{
    margin-top: 4.375rem;
  }

  :root [dir=rtl] .rtl\:mr-17.lg\:5{
    margin-right: 4.375rem;
  }

  :root [dir=rtl] .rtl\:mb-17.lg\:5{
    margin-bottom: 4.375rem;
  }

  :root [dir=rtl] .rtl\:ml-17.lg\:5{
    margin-left: 4.375rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mt-1{
    margin-top: -0.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mr-1{
    margin-right: -0.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mb-1{
    margin-bottom: -0.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:-ml-1{
    margin-left: -0.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mt-2{
    margin-top: -0.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mr-2{
    margin-right: -0.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mb-2{
    margin-bottom: -0.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-ml-2{
    margin-left: -0.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mt-3{
    margin-top: -0.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mr-3{
    margin-right: -0.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mb-3{
    margin-bottom: -0.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:-ml-3{
    margin-left: -0.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mt-4{
    margin-top: -1rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mr-4{
    margin-right: -1rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mb-4{
    margin-bottom: -1rem;
  }

  :root [dir=rtl] .lg\:rtl\:-ml-4{
    margin-left: -1rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mt-5{
    margin-top: -1.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mr-5{
    margin-right: -1.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mb-5{
    margin-bottom: -1.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:-ml-5{
    margin-left: -1.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mt-6{
    margin-top: -1.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mr-6{
    margin-right: -1.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mb-6{
    margin-bottom: -1.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-ml-6{
    margin-left: -1.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mt-7{
    margin-top: -1.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mr-7{
    margin-right: -1.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mb-7{
    margin-bottom: -1.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:-ml-7{
    margin-left: -1.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mt-8{
    margin-top: -2rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mr-8{
    margin-right: -2rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mb-8{
    margin-bottom: -2rem;
  }

  :root [dir=rtl] .lg\:rtl\:-ml-8{
    margin-left: -2rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mt-9{
    margin-top: -2.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mr-9{
    margin-right: -2.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mb-9{
    margin-bottom: -2.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:-ml-9{
    margin-left: -2.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mt-10{
    margin-top: -2.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mr-10{
    margin-right: -2.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mb-10{
    margin-bottom: -2.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-ml-10{
    margin-left: -2.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mt-11{
    margin-top: -2.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mr-11{
    margin-right: -2.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mb-11{
    margin-bottom: -2.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:-ml-11{
    margin-left: -2.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mt-12{
    margin-top: -3rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mr-12{
    margin-right: -3rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mb-12{
    margin-bottom: -3rem;
  }

  :root [dir=rtl] .lg\:rtl\:-ml-12{
    margin-left: -3rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mt-14{
    margin-top: -3.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mr-14{
    margin-right: -3.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mb-14{
    margin-bottom: -3.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-ml-14{
    margin-left: -3.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mt-16{
    margin-top: -4rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mr-16{
    margin-right: -4rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mb-16{
    margin-bottom: -4rem;
  }

  :root [dir=rtl] .lg\:rtl\:-ml-16{
    margin-left: -4rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mt-20{
    margin-top: -5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mr-20{
    margin-right: -5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mb-20{
    margin-bottom: -5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-ml-20{
    margin-left: -5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mt-24{
    margin-top: -6rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mr-24{
    margin-right: -6rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mb-24{
    margin-bottom: -6rem;
  }

  :root [dir=rtl] .lg\:rtl\:-ml-24{
    margin-left: -6rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mt-28{
    margin-top: -7rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mr-28{
    margin-right: -7rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mb-28{
    margin-bottom: -7rem;
  }

  :root [dir=rtl] .lg\:rtl\:-ml-28{
    margin-left: -7rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mt-32{
    margin-top: -8rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mr-32{
    margin-right: -8rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mb-32{
    margin-bottom: -8rem;
  }

  :root [dir=rtl] .lg\:rtl\:-ml-32{
    margin-left: -8rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mt-36{
    margin-top: -9rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mr-36{
    margin-right: -9rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mb-36{
    margin-bottom: -9rem;
  }

  :root [dir=rtl] .lg\:rtl\:-ml-36{
    margin-left: -9rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mt-40{
    margin-top: -10rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mr-40{
    margin-right: -10rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mb-40{
    margin-bottom: -10rem;
  }

  :root [dir=rtl] .lg\:rtl\:-ml-40{
    margin-left: -10rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mt-44{
    margin-top: -11rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mr-44{
    margin-right: -11rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mb-44{
    margin-bottom: -11rem;
  }

  :root [dir=rtl] .lg\:rtl\:-ml-44{
    margin-left: -11rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mt-48{
    margin-top: -12rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mr-48{
    margin-right: -12rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mb-48{
    margin-bottom: -12rem;
  }

  :root [dir=rtl] .lg\:rtl\:-ml-48{
    margin-left: -12rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mt-52{
    margin-top: -13rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mr-52{
    margin-right: -13rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mb-52{
    margin-bottom: -13rem;
  }

  :root [dir=rtl] .lg\:rtl\:-ml-52{
    margin-left: -13rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mt-56{
    margin-top: -14rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mr-56{
    margin-right: -14rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mb-56{
    margin-bottom: -14rem;
  }

  :root [dir=rtl] .lg\:rtl\:-ml-56{
    margin-left: -14rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mt-60{
    margin-top: -15rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mr-60{
    margin-right: -15rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mb-60{
    margin-bottom: -15rem;
  }

  :root [dir=rtl] .lg\:rtl\:-ml-60{
    margin-left: -15rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mt-64{
    margin-top: -16rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mr-64{
    margin-right: -16rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mb-64{
    margin-bottom: -16rem;
  }

  :root [dir=rtl] .lg\:rtl\:-ml-64{
    margin-left: -16rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mt-72{
    margin-top: -18rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mr-72{
    margin-right: -18rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mb-72{
    margin-bottom: -18rem;
  }

  :root [dir=rtl] .lg\:rtl\:-ml-72{
    margin-left: -18rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mt-80{
    margin-top: -20rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mr-80{
    margin-right: -20rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mb-80{
    margin-bottom: -20rem;
  }

  :root [dir=rtl] .lg\:rtl\:-ml-80{
    margin-left: -20rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mt-96{
    margin-top: -24rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mr-96{
    margin-right: -24rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mb-96{
    margin-bottom: -24rem;
  }

  :root [dir=rtl] .lg\:rtl\:-ml-96{
    margin-left: -24rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mt-px{
    margin-top: -1px;
  }

  :root [dir=rtl] .lg\:rtl\:-mr-px{
    margin-right: -1px;
  }

  :root [dir=rtl] .lg\:rtl\:-mb-px{
    margin-bottom: -1px;
  }

  :root [dir=rtl] .lg\:rtl\:-ml-px{
    margin-left: -1px;
  }

  :root [dir=rtl] .lg\:rtl\:-mt-gutter{
    margin-top: calc(var(--padding-gutter) * -1);
  }

  :root [dir=rtl] .lg\:rtl\:-mr-gutter{
    margin-right: calc(var(--padding-gutter) * -1);
  }

  :root [dir=rtl] .lg\:rtl\:-mb-gutter{
    margin-bottom: calc(var(--padding-gutter) * -1);
  }

  :root [dir=rtl] .lg\:rtl\:-ml-gutter{
    margin-left: calc(var(--padding-gutter) * -1);
  }

  :root [dir=rtl] .rtl\:-mt-0.lg\:5{
    margin-top: -0.125rem;
  }

  :root [dir=rtl] .rtl\:-mr-0.lg\:5{
    margin-right: -0.125rem;
  }

  :root [dir=rtl] .rtl\:-mb-0.lg\:5{
    margin-bottom: -0.125rem;
  }

  :root [dir=rtl] .rtl\:-ml-0.lg\:5{
    margin-left: -0.125rem;
  }

  :root [dir=rtl] .rtl\:-mt-1.lg\:5{
    margin-top: -0.375rem;
  }

  :root [dir=rtl] .rtl\:-mr-1.lg\:5{
    margin-right: -0.375rem;
  }

  :root [dir=rtl] .rtl\:-mb-1.lg\:5{
    margin-bottom: -0.375rem;
  }

  :root [dir=rtl] .rtl\:-ml-1.lg\:5{
    margin-left: -0.375rem;
  }

  :root [dir=rtl] .rtl\:-mt-2.lg\:5{
    margin-top: -0.625rem;
  }

  :root [dir=rtl] .rtl\:-mr-2.lg\:5{
    margin-right: -0.625rem;
  }

  :root [dir=rtl] .rtl\:-mb-2.lg\:5{
    margin-bottom: -0.625rem;
  }

  :root [dir=rtl] .rtl\:-ml-2.lg\:5{
    margin-left: -0.625rem;
  }

  :root [dir=rtl] .rtl\:-mt-3.lg\:5{
    margin-top: -0.875rem;
  }

  :root [dir=rtl] .rtl\:-mr-3.lg\:5{
    margin-right: -0.875rem;
  }

  :root [dir=rtl] .rtl\:-mb-3.lg\:5{
    margin-bottom: -0.875rem;
  }

  :root [dir=rtl] .rtl\:-ml-3.lg\:5{
    margin-left: -0.875rem;
  }

  :root [dir=rtl] .rtl\:-mt-17.lg\:5{
    margin-top: -4.375rem;
  }

  :root [dir=rtl] .rtl\:-mr-17.lg\:5{
    margin-right: -4.375rem;
  }

  :root [dir=rtl] .rtl\:-mb-17.lg\:5{
    margin-bottom: -4.375rem;
  }

  :root [dir=rtl] .rtl\:-ml-17.lg\:5{
    margin-left: -4.375rem;
  }

  :root .lg\:max-h-full{
    max-height: 100%;
  }

  :root .lg\:max-h-screen{
    max-height: 100vh;
  }

  :root .lg\:max-w-unset{
    max-width: unset;
  }

  :root .lg\:max-w-xxxs{
    max-width: 16rem;
  }

  :root .lg\:max-w-xxs{
    max-width: 18rem;
  }

  :root .lg\:max-w-xs{
    max-width: 20rem;
  }

  :root .lg\:max-w-sm{
    max-width: 24rem;
  }

  :root .lg\:max-w-md{
    max-width: 28rem;
  }

  :root .lg\:max-w-lg{
    max-width: 32rem;
  }

  :root .lg\:max-w-xl{
    max-width: 36rem;
  }

  :root .lg\:max-w-2xl{
    max-width: 42rem;
  }

  :root .lg\:max-w-3xl{
    max-width: 48rem;
  }

  :root .lg\:max-w-4xl{
    max-width: 56rem;
  }

  :root .lg\:max-w-5xl{
    max-width: 64rem;
  }

  :root .lg\:max-w-6xl{
    max-width: 72rem;
  }

  :root .lg\:max-w-full{
    max-width: 100%;
  }

  :root .lg\:min-h-0{
    min-height: 0;
  }

  :root .lg\:min-h-full{
    min-height: 100%;
  }

  :root .lg\:min-h-screen{
    min-height: 100vh;
  }

  :root .lg\:min-w-0{
    min-width: 0;
  }

  :root .lg\:min-w-1{
    min-width: 0.25rem;
  }

  :root .lg\:min-w-2{
    min-width: 0.5rem;
  }

  :root .lg\:min-w-3{
    min-width: 0.75rem;
  }

  :root .lg\:min-w-4{
    min-width: 1rem;
  }

  :root .lg\:min-w-5{
    min-width: 1.25rem;
  }

  :root .lg\:min-w-6{
    min-width: 1.5rem;
  }

  :root .lg\:min-w-7{
    min-width: 1.75rem;
  }

  :root .lg\:min-w-8{
    min-width: 2rem;
  }

  :root .lg\:min-w-9{
    min-width: 2.25rem;
  }

  :root .lg\:min-w-10{
    min-width: 2.5rem;
  }

  :root .lg\:min-w-11{
    min-width: 2.75rem;
  }

  :root .lg\:min-w-12{
    min-width: 3rem;
  }

  :root .lg\:min-w-14{
    min-width: 3.5rem;
  }

  :root .lg\:min-w-16{
    min-width: 4rem;
  }

  :root .lg\:min-w-20{
    min-width: 5rem;
  }

  :root .lg\:min-w-24{
    min-width: 6rem;
  }

  :root .lg\:min-w-28{
    min-width: 7rem;
  }

  :root .lg\:min-w-32{
    min-width: 8rem;
  }

  :root .lg\:min-w-36{
    min-width: 9rem;
  }

  :root .lg\:min-w-40{
    min-width: 10rem;
  }

  :root .lg\:min-w-44{
    min-width: 11rem;
  }

  :root .lg\:min-w-48{
    min-width: 12rem;
  }

  :root .lg\:min-w-52{
    min-width: 13rem;
  }

  :root .lg\:min-w-56{
    min-width: 14rem;
  }

  :root .lg\:min-w-60{
    min-width: 15rem;
  }

  :root .lg\:min-w-64{
    min-width: 16rem;
  }

  :root .lg\:min-w-72{
    min-width: 18rem;
  }

  :root .lg\:min-w-80{
    min-width: 20rem;
  }

  :root .lg\:min-w-96{
    min-width: 24rem;
  }

  :root .lg\:min-w-full{
    min-width: 100%;
  }

  :root .lg\:min-w-px{
    min-width: 1px;
  }

  :root .lg\:min-w-gutter{
    min-width: var(--padding-gutter);
  }

  :root .lg\:min-w-0\.5{
    min-width: 0.125rem;
  }

  :root .lg\:min-w-1\.5{
    min-width: 0.375rem;
  }

  :root .lg\:min-w-2\.5{
    min-width: 0.625rem;
  }

  :root .lg\:min-w-3\.5{
    min-width: 0.875rem;
  }

  :root .lg\:min-w-17\.5{
    min-width: 4.375rem;
  }

  :root .lg\:object-contain{
    object-fit: contain;
  }

  :root .lg\:object-cover{
    object-fit: cover;
  }

  :root .lg\:object-fill{
    object-fit: fill;
  }

  :root .lg\:object-none{
    object-fit: none;
  }

  :root .lg\:object-scale-down{
    object-fit: scale-down;
  }

  :root .lg\:object-bottom{
    object-position: bottom;
  }

  :root .lg\:object-center{
    object-position: center;
  }

  :root .lg\:object-left{
    object-position: left;
  }

  :root .lg\:object-left-bottom{
    object-position: left bottom;
  }

  :root .lg\:object-left-top{
    object-position: left top;
  }

  :root .lg\:object-right{
    object-position: right;
  }

  :root .lg\:object-right-bottom{
    object-position: right bottom;
  }

  :root .lg\:object-right-top{
    object-position: right top;
  }

  :root .lg\:object-top{
    object-position: top;
  }

  :root .lg\:opacity-0{
    opacity: 0;
  }

  :root .lg\:opacity-25{
    opacity: 0.25;
  }

  :root .lg\:opacity-50{
    opacity: 0.5;
  }

  :root .lg\:opacity-75{
    opacity: 0.75;
  }

  :root .lg\:opacity-100{
    opacity: 1;
  }

  :root .lg\:hover\:opacity-0:hover{
    opacity: 0;
  }

  :root .lg\:hover\:opacity-25:hover{
    opacity: 0.25;
  }

  :root .lg\:hover\:opacity-50:hover{
    opacity: 0.5;
  }

  :root .lg\:hover\:opacity-75:hover{
    opacity: 0.75;
  }

  :root .lg\:hover\:opacity-100:hover{
    opacity: 1;
  }

  :root .lg\:focus\:opacity-0:focus{
    opacity: 0;
  }

  :root .lg\:focus\:opacity-25:focus{
    opacity: 0.25;
  }

  :root .lg\:focus\:opacity-50:focus{
    opacity: 0.5;
  }

  :root .lg\:focus\:opacity-75:focus{
    opacity: 0.75;
  }

  :root .lg\:focus\:opacity-100:focus{
    opacity: 1;
  }

  :root .lg\:outline-none{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  :root .lg\:outline-white{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  :root .lg\:outline-black{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  :root .lg\:focus\:outline-none:focus{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  :root .lg\:focus\:outline-white:focus{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  :root .lg\:focus\:outline-black:focus{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  :root .lg\:overflow-auto{
    overflow: auto;
  }

  :root .lg\:overflow-hidden{
    overflow: hidden;
  }

  :root .lg\:overflow-visible{
    overflow: visible;
  }

  :root .lg\:overflow-scroll{
    overflow: scroll;
  }

  :root .lg\:overflow-x-auto{
    overflow-x: auto;
  }

  :root .lg\:overflow-y-auto{
    overflow-y: auto;
  }

  :root .lg\:overflow-x-hidden{
    overflow-x: hidden;
  }

  :root .lg\:overflow-y-hidden{
    overflow-y: hidden;
  }

  :root .lg\:overflow-x-visible{
    overflow-x: visible;
  }

  :root .lg\:overflow-y-visible{
    overflow-y: visible;
  }

  :root .lg\:overflow-x-scroll{
    overflow-x: scroll;
  }

  :root .lg\:overflow-y-scroll{
    overflow-y: scroll;
  }

  :root .lg\:overscroll-auto{
    overscroll-behavior: auto;
  }

  :root .lg\:overscroll-contain{
    overscroll-behavior: contain;
  }

  :root .lg\:overscroll-none{
    overscroll-behavior: none;
  }

  :root .lg\:overscroll-y-auto{
    overscroll-behavior-y: auto;
  }

  :root .lg\:overscroll-y-contain{
    overscroll-behavior-y: contain;
  }

  :root .lg\:overscroll-y-none{
    overscroll-behavior-y: none;
  }

  :root .lg\:overscroll-x-auto{
    overscroll-behavior-x: auto;
  }

  :root .lg\:overscroll-x-contain{
    overscroll-behavior-x: contain;
  }

  :root .lg\:overscroll-x-none{
    overscroll-behavior-x: none;
  }

  :root .lg\:p-0{
    padding: 0;
  }

  :root .lg\:p-1{
    padding: 0.25rem;
  }

  :root .lg\:p-2{
    padding: 0.5rem;
  }

  :root .lg\:p-3{
    padding: 0.75rem;
  }

  :root .lg\:p-4{
    padding: 1rem;
  }

  :root .lg\:p-5{
    padding: 1.25rem;
  }

  :root .lg\:p-6{
    padding: 1.5rem;
  }

  :root .lg\:p-7{
    padding: 1.75rem;
  }

  :root .lg\:p-8{
    padding: 2rem;
  }

  :root .lg\:p-9{
    padding: 2.25rem;
  }

  :root .lg\:p-10{
    padding: 2.5rem;
  }

  :root .lg\:p-11{
    padding: 2.75rem;
  }

  :root .lg\:p-12{
    padding: 3rem;
  }

  :root .lg\:p-14{
    padding: 3.5rem;
  }

  :root .lg\:p-16{
    padding: 4rem;
  }

  :root .lg\:p-20{
    padding: 5rem;
  }

  :root .lg\:p-24{
    padding: 6rem;
  }

  :root .lg\:p-28{
    padding: 7rem;
  }

  :root .lg\:p-32{
    padding: 8rem;
  }

  :root .lg\:p-36{
    padding: 9rem;
  }

  :root .lg\:p-40{
    padding: 10rem;
  }

  :root .lg\:p-44{
    padding: 11rem;
  }

  :root .lg\:p-48{
    padding: 12rem;
  }

  :root .lg\:p-52{
    padding: 13rem;
  }

  :root .lg\:p-56{
    padding: 14rem;
  }

  :root .lg\:p-60{
    padding: 15rem;
  }

  :root .lg\:p-64{
    padding: 16rem;
  }

  :root .lg\:p-72{
    padding: 18rem;
  }

  :root .lg\:p-80{
    padding: 20rem;
  }

  :root .lg\:p-96{
    padding: 24rem;
  }

  :root .lg\:p-px{
    padding: 1px;
  }

  :root .lg\:p-gutter{
    padding: var(--padding-gutter);
  }

  :root .lg\:p-0\.5{
    padding: 0.125rem;
  }

  :root .lg\:p-1\.5{
    padding: 0.375rem;
  }

  :root .lg\:p-2\.5{
    padding: 0.625rem;
  }

  :root .lg\:p-3\.5{
    padding: 0.875rem;
  }

  :root .lg\:p-17\.5{
    padding: 4.375rem;
  }

  :root .lg\:py-0{
    padding-top: 0;
    padding-bottom: 0;
  }

  :root .lg\:px-0{
    padding-left: 0;
    padding-right: 0;
  }

  :root .lg\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  :root .lg\:px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  :root .lg\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  :root .lg\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  :root .lg\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  :root .lg\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  :root .lg\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  :root .lg\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  :root .lg\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  :root .lg\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  :root .lg\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  :root .lg\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  :root .lg\:py-7{
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  :root .lg\:px-7{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  :root .lg\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  :root .lg\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  :root .lg\:py-9{
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  :root .lg\:px-9{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  :root .lg\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  :root .lg\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  :root .lg\:py-11{
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  :root .lg\:px-11{
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  :root .lg\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  :root .lg\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  :root .lg\:py-14{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  :root .lg\:px-14{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  :root .lg\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  :root .lg\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  :root .lg\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  :root .lg\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  :root .lg\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  :root .lg\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  :root .lg\:py-28{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  :root .lg\:px-28{
    padding-left: 7rem;
    padding-right: 7rem;
  }

  :root .lg\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  :root .lg\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  :root .lg\:py-36{
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  :root .lg\:px-36{
    padding-left: 9rem;
    padding-right: 9rem;
  }

  :root .lg\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  :root .lg\:px-40{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  :root .lg\:py-44{
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  :root .lg\:px-44{
    padding-left: 11rem;
    padding-right: 11rem;
  }

  :root .lg\:py-48{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  :root .lg\:px-48{
    padding-left: 12rem;
    padding-right: 12rem;
  }

  :root .lg\:py-52{
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  :root .lg\:px-52{
    padding-left: 13rem;
    padding-right: 13rem;
  }

  :root .lg\:py-56{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  :root .lg\:px-56{
    padding-left: 14rem;
    padding-right: 14rem;
  }

  :root .lg\:py-60{
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  :root .lg\:px-60{
    padding-left: 15rem;
    padding-right: 15rem;
  }

  :root .lg\:py-64{
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  :root .lg\:px-64{
    padding-left: 16rem;
    padding-right: 16rem;
  }

  :root .lg\:py-72{
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  :root .lg\:px-72{
    padding-left: 18rem;
    padding-right: 18rem;
  }

  :root .lg\:py-80{
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  :root .lg\:px-80{
    padding-left: 20rem;
    padding-right: 20rem;
  }

  :root .lg\:py-96{
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  :root .lg\:px-96{
    padding-left: 24rem;
    padding-right: 24rem;
  }

  :root .lg\:py-px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  :root .lg\:px-px{
    padding-left: 1px;
    padding-right: 1px;
  }

  :root .lg\:py-gutter{
    padding-top: var(--padding-gutter);
    padding-bottom: var(--padding-gutter);
  }

  :root .lg\:px-gutter{
    padding-left: var(--padding-gutter);
    padding-right: var(--padding-gutter);
  }

  :root .lg\:py-0\.5{
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  :root .lg\:px-0\.5{
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  :root .lg\:py-1\.5{
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  :root .lg\:px-1\.5{
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  :root .lg\:py-2\.5{
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  :root .lg\:px-2\.5{
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  :root .lg\:py-3\.5{
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  :root .lg\:px-3\.5{
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  :root .lg\:py-17\.5{
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }

  :root .lg\:px-17\.5{
    padding-left: 4.375rem;
    padding-right: 4.375rem;
  }

  :root .lg\:pt-0{
    padding-top: 0;
  }

  :root .lg\:pr-0{
    padding-right: 0;
  }

  :root .lg\:pb-0{
    padding-bottom: 0;
  }

  :root .lg\:pl-0{
    padding-left: 0;
  }

  :root .lg\:pt-1{
    padding-top: 0.25rem;
  }

  :root .lg\:pr-1{
    padding-right: 0.25rem;
  }

  :root .lg\:pb-1{
    padding-bottom: 0.25rem;
  }

  :root .lg\:pl-1{
    padding-left: 0.25rem;
  }

  :root .lg\:pt-2{
    padding-top: 0.5rem;
  }

  :root .lg\:pr-2{
    padding-right: 0.5rem;
  }

  :root .lg\:pb-2{
    padding-bottom: 0.5rem;
  }

  :root .lg\:pl-2{
    padding-left: 0.5rem;
  }

  :root .lg\:pt-3{
    padding-top: 0.75rem;
  }

  :root .lg\:pr-3{
    padding-right: 0.75rem;
  }

  :root .lg\:pb-3{
    padding-bottom: 0.75rem;
  }

  :root .lg\:pl-3{
    padding-left: 0.75rem;
  }

  :root .lg\:pt-4{
    padding-top: 1rem;
  }

  :root .lg\:pr-4{
    padding-right: 1rem;
  }

  :root .lg\:pb-4{
    padding-bottom: 1rem;
  }

  :root .lg\:pl-4{
    padding-left: 1rem;
  }

  :root .lg\:pt-5{
    padding-top: 1.25rem;
  }

  :root .lg\:pr-5{
    padding-right: 1.25rem;
  }

  :root .lg\:pb-5{
    padding-bottom: 1.25rem;
  }

  :root .lg\:pl-5{
    padding-left: 1.25rem;
  }

  :root .lg\:pt-6{
    padding-top: 1.5rem;
  }

  :root .lg\:pr-6{
    padding-right: 1.5rem;
  }

  :root .lg\:pb-6{
    padding-bottom: 1.5rem;
  }

  :root .lg\:pl-6{
    padding-left: 1.5rem;
  }

  :root .lg\:pt-7{
    padding-top: 1.75rem;
  }

  :root .lg\:pr-7{
    padding-right: 1.75rem;
  }

  :root .lg\:pb-7{
    padding-bottom: 1.75rem;
  }

  :root .lg\:pl-7{
    padding-left: 1.75rem;
  }

  :root .lg\:pt-8{
    padding-top: 2rem;
  }

  :root .lg\:pr-8{
    padding-right: 2rem;
  }

  :root .lg\:pb-8{
    padding-bottom: 2rem;
  }

  :root .lg\:pl-8{
    padding-left: 2rem;
  }

  :root .lg\:pt-9{
    padding-top: 2.25rem;
  }

  :root .lg\:pr-9{
    padding-right: 2.25rem;
  }

  :root .lg\:pb-9{
    padding-bottom: 2.25rem;
  }

  :root .lg\:pl-9{
    padding-left: 2.25rem;
  }

  :root .lg\:pt-10{
    padding-top: 2.5rem;
  }

  :root .lg\:pr-10{
    padding-right: 2.5rem;
  }

  :root .lg\:pb-10{
    padding-bottom: 2.5rem;
  }

  :root .lg\:pl-10{
    padding-left: 2.5rem;
  }

  :root .lg\:pt-11{
    padding-top: 2.75rem;
  }

  :root .lg\:pr-11{
    padding-right: 2.75rem;
  }

  :root .lg\:pb-11{
    padding-bottom: 2.75rem;
  }

  :root .lg\:pl-11{
    padding-left: 2.75rem;
  }

  :root .lg\:pt-12{
    padding-top: 3rem;
  }

  :root .lg\:pr-12{
    padding-right: 3rem;
  }

  :root .lg\:pb-12{
    padding-bottom: 3rem;
  }

  :root .lg\:pl-12{
    padding-left: 3rem;
  }

  :root .lg\:pt-14{
    padding-top: 3.5rem;
  }

  :root .lg\:pr-14{
    padding-right: 3.5rem;
  }

  :root .lg\:pb-14{
    padding-bottom: 3.5rem;
  }

  :root .lg\:pl-14{
    padding-left: 3.5rem;
  }

  :root .lg\:pt-16{
    padding-top: 4rem;
  }

  :root .lg\:pr-16{
    padding-right: 4rem;
  }

  :root .lg\:pb-16{
    padding-bottom: 4rem;
  }

  :root .lg\:pl-16{
    padding-left: 4rem;
  }

  :root .lg\:pt-20{
    padding-top: 5rem;
  }

  :root .lg\:pr-20{
    padding-right: 5rem;
  }

  :root .lg\:pb-20{
    padding-bottom: 5rem;
  }

  :root .lg\:pl-20{
    padding-left: 5rem;
  }

  :root .lg\:pt-24{
    padding-top: 6rem;
  }

  :root .lg\:pr-24{
    padding-right: 6rem;
  }

  :root .lg\:pb-24{
    padding-bottom: 6rem;
  }

  :root .lg\:pl-24{
    padding-left: 6rem;
  }

  :root .lg\:pt-28{
    padding-top: 7rem;
  }

  :root .lg\:pr-28{
    padding-right: 7rem;
  }

  :root .lg\:pb-28{
    padding-bottom: 7rem;
  }

  :root .lg\:pl-28{
    padding-left: 7rem;
  }

  :root .lg\:pt-32{
    padding-top: 8rem;
  }

  :root .lg\:pr-32{
    padding-right: 8rem;
  }

  :root .lg\:pb-32{
    padding-bottom: 8rem;
  }

  :root .lg\:pl-32{
    padding-left: 8rem;
  }

  :root .lg\:pt-36{
    padding-top: 9rem;
  }

  :root .lg\:pr-36{
    padding-right: 9rem;
  }

  :root .lg\:pb-36{
    padding-bottom: 9rem;
  }

  :root .lg\:pl-36{
    padding-left: 9rem;
  }

  :root .lg\:pt-40{
    padding-top: 10rem;
  }

  :root .lg\:pr-40{
    padding-right: 10rem;
  }

  :root .lg\:pb-40{
    padding-bottom: 10rem;
  }

  :root .lg\:pl-40{
    padding-left: 10rem;
  }

  :root .lg\:pt-44{
    padding-top: 11rem;
  }

  :root .lg\:pr-44{
    padding-right: 11rem;
  }

  :root .lg\:pb-44{
    padding-bottom: 11rem;
  }

  :root .lg\:pl-44{
    padding-left: 11rem;
  }

  :root .lg\:pt-48{
    padding-top: 12rem;
  }

  :root .lg\:pr-48{
    padding-right: 12rem;
  }

  :root .lg\:pb-48{
    padding-bottom: 12rem;
  }

  :root .lg\:pl-48{
    padding-left: 12rem;
  }

  :root .lg\:pt-52{
    padding-top: 13rem;
  }

  :root .lg\:pr-52{
    padding-right: 13rem;
  }

  :root .lg\:pb-52{
    padding-bottom: 13rem;
  }

  :root .lg\:pl-52{
    padding-left: 13rem;
  }

  :root .lg\:pt-56{
    padding-top: 14rem;
  }

  :root .lg\:pr-56{
    padding-right: 14rem;
  }

  :root .lg\:pb-56{
    padding-bottom: 14rem;
  }

  :root .lg\:pl-56{
    padding-left: 14rem;
  }

  :root .lg\:pt-60{
    padding-top: 15rem;
  }

  :root .lg\:pr-60{
    padding-right: 15rem;
  }

  :root .lg\:pb-60{
    padding-bottom: 15rem;
  }

  :root .lg\:pl-60{
    padding-left: 15rem;
  }

  :root .lg\:pt-64{
    padding-top: 16rem;
  }

  :root .lg\:pr-64{
    padding-right: 16rem;
  }

  :root .lg\:pb-64{
    padding-bottom: 16rem;
  }

  :root .lg\:pl-64{
    padding-left: 16rem;
  }

  :root .lg\:pt-72{
    padding-top: 18rem;
  }

  :root .lg\:pr-72{
    padding-right: 18rem;
  }

  :root .lg\:pb-72{
    padding-bottom: 18rem;
  }

  :root .lg\:pl-72{
    padding-left: 18rem;
  }

  :root .lg\:pt-80{
    padding-top: 20rem;
  }

  :root .lg\:pr-80{
    padding-right: 20rem;
  }

  :root .lg\:pb-80{
    padding-bottom: 20rem;
  }

  :root .lg\:pl-80{
    padding-left: 20rem;
  }

  :root .lg\:pt-96{
    padding-top: 24rem;
  }

  :root .lg\:pr-96{
    padding-right: 24rem;
  }

  :root .lg\:pb-96{
    padding-bottom: 24rem;
  }

  :root .lg\:pl-96{
    padding-left: 24rem;
  }

  :root .lg\:pt-px{
    padding-top: 1px;
  }

  :root .lg\:pr-px{
    padding-right: 1px;
  }

  :root .lg\:pb-px{
    padding-bottom: 1px;
  }

  :root .lg\:pl-px{
    padding-left: 1px;
  }

  :root .lg\:pt-gutter{
    padding-top: var(--padding-gutter);
  }

  :root .lg\:pr-gutter{
    padding-right: var(--padding-gutter);
  }

  :root .lg\:pb-gutter{
    padding-bottom: var(--padding-gutter);
  }

  :root .lg\:pl-gutter{
    padding-left: var(--padding-gutter);
  }

  :root .lg\:pt-0\.5{
    padding-top: 0.125rem;
  }

  :root .lg\:pr-0\.5{
    padding-right: 0.125rem;
  }

  :root .lg\:pb-0\.5{
    padding-bottom: 0.125rem;
  }

  :root .lg\:pl-0\.5{
    padding-left: 0.125rem;
  }

  :root .lg\:pt-1\.5{
    padding-top: 0.375rem;
  }

  :root .lg\:pr-1\.5{
    padding-right: 0.375rem;
  }

  :root .lg\:pb-1\.5{
    padding-bottom: 0.375rem;
  }

  :root .lg\:pl-1\.5{
    padding-left: 0.375rem;
  }

  :root .lg\:pt-2\.5{
    padding-top: 0.625rem;
  }

  :root .lg\:pr-2\.5{
    padding-right: 0.625rem;
  }

  :root .lg\:pb-2\.5{
    padding-bottom: 0.625rem;
  }

  :root .lg\:pl-2\.5{
    padding-left: 0.625rem;
  }

  :root .lg\:pt-3\.5{
    padding-top: 0.875rem;
  }

  :root .lg\:pr-3\.5{
    padding-right: 0.875rem;
  }

  :root .lg\:pb-3\.5{
    padding-bottom: 0.875rem;
  }

  :root .lg\:pl-3\.5{
    padding-left: 0.875rem;
  }

  :root .lg\:pt-17\.5{
    padding-top: 4.375rem;
  }

  :root .lg\:pr-17\.5{
    padding-right: 4.375rem;
  }

  :root .lg\:pb-17\.5{
    padding-bottom: 4.375rem;
  }

  :root .lg\:pl-17\.5{
    padding-left: 4.375rem;
  }

  :root [dir=ltr] .lg\:ltr\:p-0{
    padding: 0;
  }

  :root [dir=ltr] .lg\:ltr\:p-1{
    padding: 0.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:p-2{
    padding: 0.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:p-3{
    padding: 0.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:p-4{
    padding: 1rem;
  }

  :root [dir=ltr] .lg\:ltr\:p-5{
    padding: 1.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:p-6{
    padding: 1.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:p-7{
    padding: 1.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:p-8{
    padding: 2rem;
  }

  :root [dir=ltr] .lg\:ltr\:p-9{
    padding: 2.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:p-10{
    padding: 2.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:p-11{
    padding: 2.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:p-12{
    padding: 3rem;
  }

  :root [dir=ltr] .lg\:ltr\:p-14{
    padding: 3.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:p-16{
    padding: 4rem;
  }

  :root [dir=ltr] .lg\:ltr\:p-20{
    padding: 5rem;
  }

  :root [dir=ltr] .lg\:ltr\:p-24{
    padding: 6rem;
  }

  :root [dir=ltr] .lg\:ltr\:p-28{
    padding: 7rem;
  }

  :root [dir=ltr] .lg\:ltr\:p-32{
    padding: 8rem;
  }

  :root [dir=ltr] .lg\:ltr\:p-36{
    padding: 9rem;
  }

  :root [dir=ltr] .lg\:ltr\:p-40{
    padding: 10rem;
  }

  :root [dir=ltr] .lg\:ltr\:p-44{
    padding: 11rem;
  }

  :root [dir=ltr] .lg\:ltr\:p-48{
    padding: 12rem;
  }

  :root [dir=ltr] .lg\:ltr\:p-52{
    padding: 13rem;
  }

  :root [dir=ltr] .lg\:ltr\:p-56{
    padding: 14rem;
  }

  :root [dir=ltr] .lg\:ltr\:p-60{
    padding: 15rem;
  }

  :root [dir=ltr] .lg\:ltr\:p-64{
    padding: 16rem;
  }

  :root [dir=ltr] .lg\:ltr\:p-72{
    padding: 18rem;
  }

  :root [dir=ltr] .lg\:ltr\:p-80{
    padding: 20rem;
  }

  :root [dir=ltr] .lg\:ltr\:p-96{
    padding: 24rem;
  }

  :root [dir=ltr] .lg\:ltr\:p-px{
    padding: 1px;
  }

  :root [dir=ltr] .lg\:ltr\:p-gutter{
    padding: var(--padding-gutter);
  }

  :root [dir=ltr] .ltr\:p-0.lg\:5{
    padding: 0.125rem;
  }

  :root [dir=ltr] .ltr\:p-1.lg\:5{
    padding: 0.375rem;
  }

  :root [dir=ltr] .ltr\:p-2.lg\:5{
    padding: 0.625rem;
  }

  :root [dir=ltr] .ltr\:p-3.lg\:5{
    padding: 0.875rem;
  }

  :root [dir=ltr] .ltr\:p-17.lg\:5{
    padding: 4.375rem;
  }

  :root [dir=ltr] .lg\:ltr\:py-0{
    padding-top: 0;
    padding-bottom: 0;
  }

  :root [dir=ltr] .lg\:ltr\:px-0{
    padding-left: 0;
    padding-right: 0;
  }

  :root [dir=ltr] .lg\:ltr\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  :root [dir=ltr] .lg\:ltr\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  :root [dir=ltr] .lg\:ltr\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:py-7{
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:px-7{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  :root [dir=ltr] .lg\:ltr\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  :root [dir=ltr] .lg\:ltr\:py-9{
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:px-9{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:py-11{
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:px-11{
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  :root [dir=ltr] .lg\:ltr\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  :root [dir=ltr] .lg\:ltr\:py-14{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:px-14{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  :root [dir=ltr] .lg\:ltr\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  :root [dir=ltr] .lg\:ltr\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  :root [dir=ltr] .lg\:ltr\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  :root [dir=ltr] .lg\:ltr\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  :root [dir=ltr] .lg\:ltr\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  :root [dir=ltr] .lg\:ltr\:py-28{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  :root [dir=ltr] .lg\:ltr\:px-28{
    padding-left: 7rem;
    padding-right: 7rem;
  }

  :root [dir=ltr] .lg\:ltr\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  :root [dir=ltr] .lg\:ltr\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  :root [dir=ltr] .lg\:ltr\:py-36{
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  :root [dir=ltr] .lg\:ltr\:px-36{
    padding-left: 9rem;
    padding-right: 9rem;
  }

  :root [dir=ltr] .lg\:ltr\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  :root [dir=ltr] .lg\:ltr\:px-40{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  :root [dir=ltr] .lg\:ltr\:py-44{
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  :root [dir=ltr] .lg\:ltr\:px-44{
    padding-left: 11rem;
    padding-right: 11rem;
  }

  :root [dir=ltr] .lg\:ltr\:py-48{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  :root [dir=ltr] .lg\:ltr\:px-48{
    padding-left: 12rem;
    padding-right: 12rem;
  }

  :root [dir=ltr] .lg\:ltr\:py-52{
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  :root [dir=ltr] .lg\:ltr\:px-52{
    padding-left: 13rem;
    padding-right: 13rem;
  }

  :root [dir=ltr] .lg\:ltr\:py-56{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  :root [dir=ltr] .lg\:ltr\:px-56{
    padding-left: 14rem;
    padding-right: 14rem;
  }

  :root [dir=ltr] .lg\:ltr\:py-60{
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  :root [dir=ltr] .lg\:ltr\:px-60{
    padding-left: 15rem;
    padding-right: 15rem;
  }

  :root [dir=ltr] .lg\:ltr\:py-64{
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  :root [dir=ltr] .lg\:ltr\:px-64{
    padding-left: 16rem;
    padding-right: 16rem;
  }

  :root [dir=ltr] .lg\:ltr\:py-72{
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  :root [dir=ltr] .lg\:ltr\:px-72{
    padding-left: 18rem;
    padding-right: 18rem;
  }

  :root [dir=ltr] .lg\:ltr\:py-80{
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  :root [dir=ltr] .lg\:ltr\:px-80{
    padding-left: 20rem;
    padding-right: 20rem;
  }

  :root [dir=ltr] .lg\:ltr\:py-96{
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  :root [dir=ltr] .lg\:ltr\:px-96{
    padding-left: 24rem;
    padding-right: 24rem;
  }

  :root [dir=ltr] .lg\:ltr\:py-px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  :root [dir=ltr] .lg\:ltr\:px-px{
    padding-left: 1px;
    padding-right: 1px;
  }

  :root [dir=ltr] .lg\:ltr\:py-gutter{
    padding-top: var(--padding-gutter);
    padding-bottom: var(--padding-gutter);
  }

  :root [dir=ltr] .lg\:ltr\:px-gutter{
    padding-left: var(--padding-gutter);
    padding-right: var(--padding-gutter);
  }

  :root [dir=ltr] .ltr\:py-0.lg\:5{
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  :root [dir=ltr] .ltr\:px-0.lg\:5{
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  :root [dir=ltr] .ltr\:py-1.lg\:5{
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  :root [dir=ltr] .ltr\:px-1.lg\:5{
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  :root [dir=ltr] .ltr\:py-2.lg\:5{
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  :root [dir=ltr] .ltr\:px-2.lg\:5{
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  :root [dir=ltr] .ltr\:py-3.lg\:5{
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  :root [dir=ltr] .ltr\:px-3.lg\:5{
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  :root [dir=ltr] .ltr\:py-17.lg\:5{
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }

  :root [dir=ltr] .ltr\:px-17.lg\:5{
    padding-left: 4.375rem;
    padding-right: 4.375rem;
  }

  :root [dir=ltr] .lg\:ltr\:pt-0{
    padding-top: 0;
  }

  :root [dir=ltr] .lg\:ltr\:pr-0{
    padding-right: 0;
  }

  :root [dir=ltr] .lg\:ltr\:pb-0{
    padding-bottom: 0;
  }

  :root [dir=ltr] .lg\:ltr\:pl-0{
    padding-left: 0;
  }

  :root [dir=ltr] .lg\:ltr\:pt-1{
    padding-top: 0.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:pr-1{
    padding-right: 0.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:pb-1{
    padding-bottom: 0.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:pl-1{
    padding-left: 0.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:pt-2{
    padding-top: 0.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:pr-2{
    padding-right: 0.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:pb-2{
    padding-bottom: 0.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:pl-2{
    padding-left: 0.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:pt-3{
    padding-top: 0.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:pr-3{
    padding-right: 0.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:pb-3{
    padding-bottom: 0.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:pl-3{
    padding-left: 0.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:pt-4{
    padding-top: 1rem;
  }

  :root [dir=ltr] .lg\:ltr\:pr-4{
    padding-right: 1rem;
  }

  :root [dir=ltr] .lg\:ltr\:pb-4{
    padding-bottom: 1rem;
  }

  :root [dir=ltr] .lg\:ltr\:pl-4{
    padding-left: 1rem;
  }

  :root [dir=ltr] .lg\:ltr\:pt-5{
    padding-top: 1.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:pr-5{
    padding-right: 1.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:pb-5{
    padding-bottom: 1.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:pl-5{
    padding-left: 1.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:pt-6{
    padding-top: 1.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:pr-6{
    padding-right: 1.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:pb-6{
    padding-bottom: 1.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:pl-6{
    padding-left: 1.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:pt-7{
    padding-top: 1.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:pr-7{
    padding-right: 1.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:pb-7{
    padding-bottom: 1.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:pl-7{
    padding-left: 1.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:pt-8{
    padding-top: 2rem;
  }

  :root [dir=ltr] .lg\:ltr\:pr-8{
    padding-right: 2rem;
  }

  :root [dir=ltr] .lg\:ltr\:pb-8{
    padding-bottom: 2rem;
  }

  :root [dir=ltr] .lg\:ltr\:pl-8{
    padding-left: 2rem;
  }

  :root [dir=ltr] .lg\:ltr\:pt-9{
    padding-top: 2.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:pr-9{
    padding-right: 2.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:pb-9{
    padding-bottom: 2.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:pl-9{
    padding-left: 2.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:pt-10{
    padding-top: 2.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:pr-10{
    padding-right: 2.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:pb-10{
    padding-bottom: 2.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:pl-10{
    padding-left: 2.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:pt-11{
    padding-top: 2.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:pr-11{
    padding-right: 2.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:pb-11{
    padding-bottom: 2.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:pl-11{
    padding-left: 2.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:pt-12{
    padding-top: 3rem;
  }

  :root [dir=ltr] .lg\:ltr\:pr-12{
    padding-right: 3rem;
  }

  :root [dir=ltr] .lg\:ltr\:pb-12{
    padding-bottom: 3rem;
  }

  :root [dir=ltr] .lg\:ltr\:pl-12{
    padding-left: 3rem;
  }

  :root [dir=ltr] .lg\:ltr\:pt-14{
    padding-top: 3.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:pr-14{
    padding-right: 3.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:pb-14{
    padding-bottom: 3.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:pl-14{
    padding-left: 3.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:pt-16{
    padding-top: 4rem;
  }

  :root [dir=ltr] .lg\:ltr\:pr-16{
    padding-right: 4rem;
  }

  :root [dir=ltr] .lg\:ltr\:pb-16{
    padding-bottom: 4rem;
  }

  :root [dir=ltr] .lg\:ltr\:pl-16{
    padding-left: 4rem;
  }

  :root [dir=ltr] .lg\:ltr\:pt-20{
    padding-top: 5rem;
  }

  :root [dir=ltr] .lg\:ltr\:pr-20{
    padding-right: 5rem;
  }

  :root [dir=ltr] .lg\:ltr\:pb-20{
    padding-bottom: 5rem;
  }

  :root [dir=ltr] .lg\:ltr\:pl-20{
    padding-left: 5rem;
  }

  :root [dir=ltr] .lg\:ltr\:pt-24{
    padding-top: 6rem;
  }

  :root [dir=ltr] .lg\:ltr\:pr-24{
    padding-right: 6rem;
  }

  :root [dir=ltr] .lg\:ltr\:pb-24{
    padding-bottom: 6rem;
  }

  :root [dir=ltr] .lg\:ltr\:pl-24{
    padding-left: 6rem;
  }

  :root [dir=ltr] .lg\:ltr\:pt-28{
    padding-top: 7rem;
  }

  :root [dir=ltr] .lg\:ltr\:pr-28{
    padding-right: 7rem;
  }

  :root [dir=ltr] .lg\:ltr\:pb-28{
    padding-bottom: 7rem;
  }

  :root [dir=ltr] .lg\:ltr\:pl-28{
    padding-left: 7rem;
  }

  :root [dir=ltr] .lg\:ltr\:pt-32{
    padding-top: 8rem;
  }

  :root [dir=ltr] .lg\:ltr\:pr-32{
    padding-right: 8rem;
  }

  :root [dir=ltr] .lg\:ltr\:pb-32{
    padding-bottom: 8rem;
  }

  :root [dir=ltr] .lg\:ltr\:pl-32{
    padding-left: 8rem;
  }

  :root [dir=ltr] .lg\:ltr\:pt-36{
    padding-top: 9rem;
  }

  :root [dir=ltr] .lg\:ltr\:pr-36{
    padding-right: 9rem;
  }

  :root [dir=ltr] .lg\:ltr\:pb-36{
    padding-bottom: 9rem;
  }

  :root [dir=ltr] .lg\:ltr\:pl-36{
    padding-left: 9rem;
  }

  :root [dir=ltr] .lg\:ltr\:pt-40{
    padding-top: 10rem;
  }

  :root [dir=ltr] .lg\:ltr\:pr-40{
    padding-right: 10rem;
  }

  :root [dir=ltr] .lg\:ltr\:pb-40{
    padding-bottom: 10rem;
  }

  :root [dir=ltr] .lg\:ltr\:pl-40{
    padding-left: 10rem;
  }

  :root [dir=ltr] .lg\:ltr\:pt-44{
    padding-top: 11rem;
  }

  :root [dir=ltr] .lg\:ltr\:pr-44{
    padding-right: 11rem;
  }

  :root [dir=ltr] .lg\:ltr\:pb-44{
    padding-bottom: 11rem;
  }

  :root [dir=ltr] .lg\:ltr\:pl-44{
    padding-left: 11rem;
  }

  :root [dir=ltr] .lg\:ltr\:pt-48{
    padding-top: 12rem;
  }

  :root [dir=ltr] .lg\:ltr\:pr-48{
    padding-right: 12rem;
  }

  :root [dir=ltr] .lg\:ltr\:pb-48{
    padding-bottom: 12rem;
  }

  :root [dir=ltr] .lg\:ltr\:pl-48{
    padding-left: 12rem;
  }

  :root [dir=ltr] .lg\:ltr\:pt-52{
    padding-top: 13rem;
  }

  :root [dir=ltr] .lg\:ltr\:pr-52{
    padding-right: 13rem;
  }

  :root [dir=ltr] .lg\:ltr\:pb-52{
    padding-bottom: 13rem;
  }

  :root [dir=ltr] .lg\:ltr\:pl-52{
    padding-left: 13rem;
  }

  :root [dir=ltr] .lg\:ltr\:pt-56{
    padding-top: 14rem;
  }

  :root [dir=ltr] .lg\:ltr\:pr-56{
    padding-right: 14rem;
  }

  :root [dir=ltr] .lg\:ltr\:pb-56{
    padding-bottom: 14rem;
  }

  :root [dir=ltr] .lg\:ltr\:pl-56{
    padding-left: 14rem;
  }

  :root [dir=ltr] .lg\:ltr\:pt-60{
    padding-top: 15rem;
  }

  :root [dir=ltr] .lg\:ltr\:pr-60{
    padding-right: 15rem;
  }

  :root [dir=ltr] .lg\:ltr\:pb-60{
    padding-bottom: 15rem;
  }

  :root [dir=ltr] .lg\:ltr\:pl-60{
    padding-left: 15rem;
  }

  :root [dir=ltr] .lg\:ltr\:pt-64{
    padding-top: 16rem;
  }

  :root [dir=ltr] .lg\:ltr\:pr-64{
    padding-right: 16rem;
  }

  :root [dir=ltr] .lg\:ltr\:pb-64{
    padding-bottom: 16rem;
  }

  :root [dir=ltr] .lg\:ltr\:pl-64{
    padding-left: 16rem;
  }

  :root [dir=ltr] .lg\:ltr\:pt-72{
    padding-top: 18rem;
  }

  :root [dir=ltr] .lg\:ltr\:pr-72{
    padding-right: 18rem;
  }

  :root [dir=ltr] .lg\:ltr\:pb-72{
    padding-bottom: 18rem;
  }

  :root [dir=ltr] .lg\:ltr\:pl-72{
    padding-left: 18rem;
  }

  :root [dir=ltr] .lg\:ltr\:pt-80{
    padding-top: 20rem;
  }

  :root [dir=ltr] .lg\:ltr\:pr-80{
    padding-right: 20rem;
  }

  :root [dir=ltr] .lg\:ltr\:pb-80{
    padding-bottom: 20rem;
  }

  :root [dir=ltr] .lg\:ltr\:pl-80{
    padding-left: 20rem;
  }

  :root [dir=ltr] .lg\:ltr\:pt-96{
    padding-top: 24rem;
  }

  :root [dir=ltr] .lg\:ltr\:pr-96{
    padding-right: 24rem;
  }

  :root [dir=ltr] .lg\:ltr\:pb-96{
    padding-bottom: 24rem;
  }

  :root [dir=ltr] .lg\:ltr\:pl-96{
    padding-left: 24rem;
  }

  :root [dir=ltr] .lg\:ltr\:pt-px{
    padding-top: 1px;
  }

  :root [dir=ltr] .lg\:ltr\:pr-px{
    padding-right: 1px;
  }

  :root [dir=ltr] .lg\:ltr\:pb-px{
    padding-bottom: 1px;
  }

  :root [dir=ltr] .lg\:ltr\:pl-px{
    padding-left: 1px;
  }

  :root [dir=ltr] .lg\:ltr\:pt-gutter{
    padding-top: var(--padding-gutter);
  }

  :root [dir=ltr] .lg\:ltr\:pr-gutter{
    padding-right: var(--padding-gutter);
  }

  :root [dir=ltr] .lg\:ltr\:pb-gutter{
    padding-bottom: var(--padding-gutter);
  }

  :root [dir=ltr] .lg\:ltr\:pl-gutter{
    padding-left: var(--padding-gutter);
  }

  :root [dir=ltr] .ltr\:pt-0.lg\:5{
    padding-top: 0.125rem;
  }

  :root [dir=ltr] .ltr\:pr-0.lg\:5{
    padding-right: 0.125rem;
  }

  :root [dir=ltr] .ltr\:pb-0.lg\:5{
    padding-bottom: 0.125rem;
  }

  :root [dir=ltr] .ltr\:pl-0.lg\:5{
    padding-left: 0.125rem;
  }

  :root [dir=ltr] .ltr\:pt-1.lg\:5{
    padding-top: 0.375rem;
  }

  :root [dir=ltr] .ltr\:pr-1.lg\:5{
    padding-right: 0.375rem;
  }

  :root [dir=ltr] .ltr\:pb-1.lg\:5{
    padding-bottom: 0.375rem;
  }

  :root [dir=ltr] .ltr\:pl-1.lg\:5{
    padding-left: 0.375rem;
  }

  :root [dir=ltr] .ltr\:pt-2.lg\:5{
    padding-top: 0.625rem;
  }

  :root [dir=ltr] .ltr\:pr-2.lg\:5{
    padding-right: 0.625rem;
  }

  :root [dir=ltr] .ltr\:pb-2.lg\:5{
    padding-bottom: 0.625rem;
  }

  :root [dir=ltr] .ltr\:pl-2.lg\:5{
    padding-left: 0.625rem;
  }

  :root [dir=ltr] .ltr\:pt-3.lg\:5{
    padding-top: 0.875rem;
  }

  :root [dir=ltr] .ltr\:pr-3.lg\:5{
    padding-right: 0.875rem;
  }

  :root [dir=ltr] .ltr\:pb-3.lg\:5{
    padding-bottom: 0.875rem;
  }

  :root [dir=ltr] .ltr\:pl-3.lg\:5{
    padding-left: 0.875rem;
  }

  :root [dir=ltr] .ltr\:pt-17.lg\:5{
    padding-top: 4.375rem;
  }

  :root [dir=ltr] .ltr\:pr-17.lg\:5{
    padding-right: 4.375rem;
  }

  :root [dir=ltr] .ltr\:pb-17.lg\:5{
    padding-bottom: 4.375rem;
  }

  :root [dir=ltr] .ltr\:pl-17.lg\:5{
    padding-left: 4.375rem;
  }

  :root [dir=rtl] .lg\:rtl\:p-0{
    padding: 0;
  }

  :root [dir=rtl] .lg\:rtl\:p-1{
    padding: 0.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:p-2{
    padding: 0.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:p-3{
    padding: 0.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:p-4{
    padding: 1rem;
  }

  :root [dir=rtl] .lg\:rtl\:p-5{
    padding: 1.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:p-6{
    padding: 1.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:p-7{
    padding: 1.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:p-8{
    padding: 2rem;
  }

  :root [dir=rtl] .lg\:rtl\:p-9{
    padding: 2.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:p-10{
    padding: 2.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:p-11{
    padding: 2.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:p-12{
    padding: 3rem;
  }

  :root [dir=rtl] .lg\:rtl\:p-14{
    padding: 3.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:p-16{
    padding: 4rem;
  }

  :root [dir=rtl] .lg\:rtl\:p-20{
    padding: 5rem;
  }

  :root [dir=rtl] .lg\:rtl\:p-24{
    padding: 6rem;
  }

  :root [dir=rtl] .lg\:rtl\:p-28{
    padding: 7rem;
  }

  :root [dir=rtl] .lg\:rtl\:p-32{
    padding: 8rem;
  }

  :root [dir=rtl] .lg\:rtl\:p-36{
    padding: 9rem;
  }

  :root [dir=rtl] .lg\:rtl\:p-40{
    padding: 10rem;
  }

  :root [dir=rtl] .lg\:rtl\:p-44{
    padding: 11rem;
  }

  :root [dir=rtl] .lg\:rtl\:p-48{
    padding: 12rem;
  }

  :root [dir=rtl] .lg\:rtl\:p-52{
    padding: 13rem;
  }

  :root [dir=rtl] .lg\:rtl\:p-56{
    padding: 14rem;
  }

  :root [dir=rtl] .lg\:rtl\:p-60{
    padding: 15rem;
  }

  :root [dir=rtl] .lg\:rtl\:p-64{
    padding: 16rem;
  }

  :root [dir=rtl] .lg\:rtl\:p-72{
    padding: 18rem;
  }

  :root [dir=rtl] .lg\:rtl\:p-80{
    padding: 20rem;
  }

  :root [dir=rtl] .lg\:rtl\:p-96{
    padding: 24rem;
  }

  :root [dir=rtl] .lg\:rtl\:p-px{
    padding: 1px;
  }

  :root [dir=rtl] .lg\:rtl\:p-gutter{
    padding: var(--padding-gutter);
  }

  :root [dir=rtl] .rtl\:p-0.lg\:5{
    padding: 0.125rem;
  }

  :root [dir=rtl] .rtl\:p-1.lg\:5{
    padding: 0.375rem;
  }

  :root [dir=rtl] .rtl\:p-2.lg\:5{
    padding: 0.625rem;
  }

  :root [dir=rtl] .rtl\:p-3.lg\:5{
    padding: 0.875rem;
  }

  :root [dir=rtl] .rtl\:p-17.lg\:5{
    padding: 4.375rem;
  }

  :root [dir=rtl] .lg\:rtl\:py-0{
    padding-top: 0;
    padding-bottom: 0;
  }

  :root [dir=rtl] .lg\:rtl\:px-0{
    padding-left: 0;
    padding-right: 0;
  }

  :root [dir=rtl] .lg\:rtl\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  :root [dir=rtl] .lg\:rtl\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  :root [dir=rtl] .lg\:rtl\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:py-7{
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:px-7{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  :root [dir=rtl] .lg\:rtl\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  :root [dir=rtl] .lg\:rtl\:py-9{
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:px-9{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:py-11{
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:px-11{
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  :root [dir=rtl] .lg\:rtl\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  :root [dir=rtl] .lg\:rtl\:py-14{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:px-14{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  :root [dir=rtl] .lg\:rtl\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  :root [dir=rtl] .lg\:rtl\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  :root [dir=rtl] .lg\:rtl\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  :root [dir=rtl] .lg\:rtl\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  :root [dir=rtl] .lg\:rtl\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  :root [dir=rtl] .lg\:rtl\:py-28{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  :root [dir=rtl] .lg\:rtl\:px-28{
    padding-left: 7rem;
    padding-right: 7rem;
  }

  :root [dir=rtl] .lg\:rtl\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  :root [dir=rtl] .lg\:rtl\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  :root [dir=rtl] .lg\:rtl\:py-36{
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  :root [dir=rtl] .lg\:rtl\:px-36{
    padding-left: 9rem;
    padding-right: 9rem;
  }

  :root [dir=rtl] .lg\:rtl\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  :root [dir=rtl] .lg\:rtl\:px-40{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  :root [dir=rtl] .lg\:rtl\:py-44{
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  :root [dir=rtl] .lg\:rtl\:px-44{
    padding-left: 11rem;
    padding-right: 11rem;
  }

  :root [dir=rtl] .lg\:rtl\:py-48{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  :root [dir=rtl] .lg\:rtl\:px-48{
    padding-left: 12rem;
    padding-right: 12rem;
  }

  :root [dir=rtl] .lg\:rtl\:py-52{
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  :root [dir=rtl] .lg\:rtl\:px-52{
    padding-left: 13rem;
    padding-right: 13rem;
  }

  :root [dir=rtl] .lg\:rtl\:py-56{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  :root [dir=rtl] .lg\:rtl\:px-56{
    padding-left: 14rem;
    padding-right: 14rem;
  }

  :root [dir=rtl] .lg\:rtl\:py-60{
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  :root [dir=rtl] .lg\:rtl\:px-60{
    padding-left: 15rem;
    padding-right: 15rem;
  }

  :root [dir=rtl] .lg\:rtl\:py-64{
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  :root [dir=rtl] .lg\:rtl\:px-64{
    padding-left: 16rem;
    padding-right: 16rem;
  }

  :root [dir=rtl] .lg\:rtl\:py-72{
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  :root [dir=rtl] .lg\:rtl\:px-72{
    padding-left: 18rem;
    padding-right: 18rem;
  }

  :root [dir=rtl] .lg\:rtl\:py-80{
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  :root [dir=rtl] .lg\:rtl\:px-80{
    padding-left: 20rem;
    padding-right: 20rem;
  }

  :root [dir=rtl] .lg\:rtl\:py-96{
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  :root [dir=rtl] .lg\:rtl\:px-96{
    padding-left: 24rem;
    padding-right: 24rem;
  }

  :root [dir=rtl] .lg\:rtl\:py-px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  :root [dir=rtl] .lg\:rtl\:px-px{
    padding-left: 1px;
    padding-right: 1px;
  }

  :root [dir=rtl] .lg\:rtl\:py-gutter{
    padding-top: var(--padding-gutter);
    padding-bottom: var(--padding-gutter);
  }

  :root [dir=rtl] .lg\:rtl\:px-gutter{
    padding-left: var(--padding-gutter);
    padding-right: var(--padding-gutter);
  }

  :root [dir=rtl] .rtl\:py-0.lg\:5{
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  :root [dir=rtl] .rtl\:px-0.lg\:5{
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  :root [dir=rtl] .rtl\:py-1.lg\:5{
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  :root [dir=rtl] .rtl\:px-1.lg\:5{
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  :root [dir=rtl] .rtl\:py-2.lg\:5{
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  :root [dir=rtl] .rtl\:px-2.lg\:5{
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  :root [dir=rtl] .rtl\:py-3.lg\:5{
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  :root [dir=rtl] .rtl\:px-3.lg\:5{
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  :root [dir=rtl] .rtl\:py-17.lg\:5{
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }

  :root [dir=rtl] .rtl\:px-17.lg\:5{
    padding-left: 4.375rem;
    padding-right: 4.375rem;
  }

  :root [dir=rtl] .lg\:rtl\:pt-0{
    padding-top: 0;
  }

  :root [dir=rtl] .lg\:rtl\:pr-0{
    padding-right: 0;
  }

  :root [dir=rtl] .lg\:rtl\:pb-0{
    padding-bottom: 0;
  }

  :root [dir=rtl] .lg\:rtl\:pl-0{
    padding-left: 0;
  }

  :root [dir=rtl] .lg\:rtl\:pt-1{
    padding-top: 0.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:pr-1{
    padding-right: 0.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:pb-1{
    padding-bottom: 0.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:pl-1{
    padding-left: 0.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:pt-2{
    padding-top: 0.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:pr-2{
    padding-right: 0.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:pb-2{
    padding-bottom: 0.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:pl-2{
    padding-left: 0.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:pt-3{
    padding-top: 0.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:pr-3{
    padding-right: 0.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:pb-3{
    padding-bottom: 0.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:pl-3{
    padding-left: 0.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:pt-4{
    padding-top: 1rem;
  }

  :root [dir=rtl] .lg\:rtl\:pr-4{
    padding-right: 1rem;
  }

  :root [dir=rtl] .lg\:rtl\:pb-4{
    padding-bottom: 1rem;
  }

  :root [dir=rtl] .lg\:rtl\:pl-4{
    padding-left: 1rem;
  }

  :root [dir=rtl] .lg\:rtl\:pt-5{
    padding-top: 1.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:pr-5{
    padding-right: 1.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:pb-5{
    padding-bottom: 1.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:pl-5{
    padding-left: 1.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:pt-6{
    padding-top: 1.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:pr-6{
    padding-right: 1.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:pb-6{
    padding-bottom: 1.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:pl-6{
    padding-left: 1.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:pt-7{
    padding-top: 1.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:pr-7{
    padding-right: 1.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:pb-7{
    padding-bottom: 1.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:pl-7{
    padding-left: 1.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:pt-8{
    padding-top: 2rem;
  }

  :root [dir=rtl] .lg\:rtl\:pr-8{
    padding-right: 2rem;
  }

  :root [dir=rtl] .lg\:rtl\:pb-8{
    padding-bottom: 2rem;
  }

  :root [dir=rtl] .lg\:rtl\:pl-8{
    padding-left: 2rem;
  }

  :root [dir=rtl] .lg\:rtl\:pt-9{
    padding-top: 2.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:pr-9{
    padding-right: 2.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:pb-9{
    padding-bottom: 2.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:pl-9{
    padding-left: 2.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:pt-10{
    padding-top: 2.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:pr-10{
    padding-right: 2.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:pb-10{
    padding-bottom: 2.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:pl-10{
    padding-left: 2.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:pt-11{
    padding-top: 2.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:pr-11{
    padding-right: 2.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:pb-11{
    padding-bottom: 2.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:pl-11{
    padding-left: 2.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:pt-12{
    padding-top: 3rem;
  }

  :root [dir=rtl] .lg\:rtl\:pr-12{
    padding-right: 3rem;
  }

  :root [dir=rtl] .lg\:rtl\:pb-12{
    padding-bottom: 3rem;
  }

  :root [dir=rtl] .lg\:rtl\:pl-12{
    padding-left: 3rem;
  }

  :root [dir=rtl] .lg\:rtl\:pt-14{
    padding-top: 3.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:pr-14{
    padding-right: 3.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:pb-14{
    padding-bottom: 3.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:pl-14{
    padding-left: 3.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:pt-16{
    padding-top: 4rem;
  }

  :root [dir=rtl] .lg\:rtl\:pr-16{
    padding-right: 4rem;
  }

  :root [dir=rtl] .lg\:rtl\:pb-16{
    padding-bottom: 4rem;
  }

  :root [dir=rtl] .lg\:rtl\:pl-16{
    padding-left: 4rem;
  }

  :root [dir=rtl] .lg\:rtl\:pt-20{
    padding-top: 5rem;
  }

  :root [dir=rtl] .lg\:rtl\:pr-20{
    padding-right: 5rem;
  }

  :root [dir=rtl] .lg\:rtl\:pb-20{
    padding-bottom: 5rem;
  }

  :root [dir=rtl] .lg\:rtl\:pl-20{
    padding-left: 5rem;
  }

  :root [dir=rtl] .lg\:rtl\:pt-24{
    padding-top: 6rem;
  }

  :root [dir=rtl] .lg\:rtl\:pr-24{
    padding-right: 6rem;
  }

  :root [dir=rtl] .lg\:rtl\:pb-24{
    padding-bottom: 6rem;
  }

  :root [dir=rtl] .lg\:rtl\:pl-24{
    padding-left: 6rem;
  }

  :root [dir=rtl] .lg\:rtl\:pt-28{
    padding-top: 7rem;
  }

  :root [dir=rtl] .lg\:rtl\:pr-28{
    padding-right: 7rem;
  }

  :root [dir=rtl] .lg\:rtl\:pb-28{
    padding-bottom: 7rem;
  }

  :root [dir=rtl] .lg\:rtl\:pl-28{
    padding-left: 7rem;
  }

  :root [dir=rtl] .lg\:rtl\:pt-32{
    padding-top: 8rem;
  }

  :root [dir=rtl] .lg\:rtl\:pr-32{
    padding-right: 8rem;
  }

  :root [dir=rtl] .lg\:rtl\:pb-32{
    padding-bottom: 8rem;
  }

  :root [dir=rtl] .lg\:rtl\:pl-32{
    padding-left: 8rem;
  }

  :root [dir=rtl] .lg\:rtl\:pt-36{
    padding-top: 9rem;
  }

  :root [dir=rtl] .lg\:rtl\:pr-36{
    padding-right: 9rem;
  }

  :root [dir=rtl] .lg\:rtl\:pb-36{
    padding-bottom: 9rem;
  }

  :root [dir=rtl] .lg\:rtl\:pl-36{
    padding-left: 9rem;
  }

  :root [dir=rtl] .lg\:rtl\:pt-40{
    padding-top: 10rem;
  }

  :root [dir=rtl] .lg\:rtl\:pr-40{
    padding-right: 10rem;
  }

  :root [dir=rtl] .lg\:rtl\:pb-40{
    padding-bottom: 10rem;
  }

  :root [dir=rtl] .lg\:rtl\:pl-40{
    padding-left: 10rem;
  }

  :root [dir=rtl] .lg\:rtl\:pt-44{
    padding-top: 11rem;
  }

  :root [dir=rtl] .lg\:rtl\:pr-44{
    padding-right: 11rem;
  }

  :root [dir=rtl] .lg\:rtl\:pb-44{
    padding-bottom: 11rem;
  }

  :root [dir=rtl] .lg\:rtl\:pl-44{
    padding-left: 11rem;
  }

  :root [dir=rtl] .lg\:rtl\:pt-48{
    padding-top: 12rem;
  }

  :root [dir=rtl] .lg\:rtl\:pr-48{
    padding-right: 12rem;
  }

  :root [dir=rtl] .lg\:rtl\:pb-48{
    padding-bottom: 12rem;
  }

  :root [dir=rtl] .lg\:rtl\:pl-48{
    padding-left: 12rem;
  }

  :root [dir=rtl] .lg\:rtl\:pt-52{
    padding-top: 13rem;
  }

  :root [dir=rtl] .lg\:rtl\:pr-52{
    padding-right: 13rem;
  }

  :root [dir=rtl] .lg\:rtl\:pb-52{
    padding-bottom: 13rem;
  }

  :root [dir=rtl] .lg\:rtl\:pl-52{
    padding-left: 13rem;
  }

  :root [dir=rtl] .lg\:rtl\:pt-56{
    padding-top: 14rem;
  }

  :root [dir=rtl] .lg\:rtl\:pr-56{
    padding-right: 14rem;
  }

  :root [dir=rtl] .lg\:rtl\:pb-56{
    padding-bottom: 14rem;
  }

  :root [dir=rtl] .lg\:rtl\:pl-56{
    padding-left: 14rem;
  }

  :root [dir=rtl] .lg\:rtl\:pt-60{
    padding-top: 15rem;
  }

  :root [dir=rtl] .lg\:rtl\:pr-60{
    padding-right: 15rem;
  }

  :root [dir=rtl] .lg\:rtl\:pb-60{
    padding-bottom: 15rem;
  }

  :root [dir=rtl] .lg\:rtl\:pl-60{
    padding-left: 15rem;
  }

  :root [dir=rtl] .lg\:rtl\:pt-64{
    padding-top: 16rem;
  }

  :root [dir=rtl] .lg\:rtl\:pr-64{
    padding-right: 16rem;
  }

  :root [dir=rtl] .lg\:rtl\:pb-64{
    padding-bottom: 16rem;
  }

  :root [dir=rtl] .lg\:rtl\:pl-64{
    padding-left: 16rem;
  }

  :root [dir=rtl] .lg\:rtl\:pt-72{
    padding-top: 18rem;
  }

  :root [dir=rtl] .lg\:rtl\:pr-72{
    padding-right: 18rem;
  }

  :root [dir=rtl] .lg\:rtl\:pb-72{
    padding-bottom: 18rem;
  }

  :root [dir=rtl] .lg\:rtl\:pl-72{
    padding-left: 18rem;
  }

  :root [dir=rtl] .lg\:rtl\:pt-80{
    padding-top: 20rem;
  }

  :root [dir=rtl] .lg\:rtl\:pr-80{
    padding-right: 20rem;
  }

  :root [dir=rtl] .lg\:rtl\:pb-80{
    padding-bottom: 20rem;
  }

  :root [dir=rtl] .lg\:rtl\:pl-80{
    padding-left: 20rem;
  }

  :root [dir=rtl] .lg\:rtl\:pt-96{
    padding-top: 24rem;
  }

  :root [dir=rtl] .lg\:rtl\:pr-96{
    padding-right: 24rem;
  }

  :root [dir=rtl] .lg\:rtl\:pb-96{
    padding-bottom: 24rem;
  }

  :root [dir=rtl] .lg\:rtl\:pl-96{
    padding-left: 24rem;
  }

  :root [dir=rtl] .lg\:rtl\:pt-px{
    padding-top: 1px;
  }

  :root [dir=rtl] .lg\:rtl\:pr-px{
    padding-right: 1px;
  }

  :root [dir=rtl] .lg\:rtl\:pb-px{
    padding-bottom: 1px;
  }

  :root [dir=rtl] .lg\:rtl\:pl-px{
    padding-left: 1px;
  }

  :root [dir=rtl] .lg\:rtl\:pt-gutter{
    padding-top: var(--padding-gutter);
  }

  :root [dir=rtl] .lg\:rtl\:pr-gutter{
    padding-right: var(--padding-gutter);
  }

  :root [dir=rtl] .lg\:rtl\:pb-gutter{
    padding-bottom: var(--padding-gutter);
  }

  :root [dir=rtl] .lg\:rtl\:pl-gutter{
    padding-left: var(--padding-gutter);
  }

  :root [dir=rtl] .rtl\:pt-0.lg\:5{
    padding-top: 0.125rem;
  }

  :root [dir=rtl] .rtl\:pr-0.lg\:5{
    padding-right: 0.125rem;
  }

  :root [dir=rtl] .rtl\:pb-0.lg\:5{
    padding-bottom: 0.125rem;
  }

  :root [dir=rtl] .rtl\:pl-0.lg\:5{
    padding-left: 0.125rem;
  }

  :root [dir=rtl] .rtl\:pt-1.lg\:5{
    padding-top: 0.375rem;
  }

  :root [dir=rtl] .rtl\:pr-1.lg\:5{
    padding-right: 0.375rem;
  }

  :root [dir=rtl] .rtl\:pb-1.lg\:5{
    padding-bottom: 0.375rem;
  }

  :root [dir=rtl] .rtl\:pl-1.lg\:5{
    padding-left: 0.375rem;
  }

  :root [dir=rtl] .rtl\:pt-2.lg\:5{
    padding-top: 0.625rem;
  }

  :root [dir=rtl] .rtl\:pr-2.lg\:5{
    padding-right: 0.625rem;
  }

  :root [dir=rtl] .rtl\:pb-2.lg\:5{
    padding-bottom: 0.625rem;
  }

  :root [dir=rtl] .rtl\:pl-2.lg\:5{
    padding-left: 0.625rem;
  }

  :root [dir=rtl] .rtl\:pt-3.lg\:5{
    padding-top: 0.875rem;
  }

  :root [dir=rtl] .rtl\:pr-3.lg\:5{
    padding-right: 0.875rem;
  }

  :root [dir=rtl] .rtl\:pb-3.lg\:5{
    padding-bottom: 0.875rem;
  }

  :root [dir=rtl] .rtl\:pl-3.lg\:5{
    padding-left: 0.875rem;
  }

  :root [dir=rtl] .rtl\:pt-17.lg\:5{
    padding-top: 4.375rem;
  }

  :root [dir=rtl] .rtl\:pr-17.lg\:5{
    padding-right: 4.375rem;
  }

  :root [dir=rtl] .rtl\:pb-17.lg\:5{
    padding-bottom: 4.375rem;
  }

  :root [dir=rtl] .rtl\:pl-17.lg\:5{
    padding-left: 4.375rem;
  }

  :root .lg\:placeholder-current::placeholder{
    color: currentColor;
  }

  :root .lg\:placeholder-transparent::placeholder{
    color: transparent;
  }

  :root .lg\:placeholder-black::placeholder{
    color: rgb(var(--color-black));
  }

  :root .lg\:placeholder-white::placeholder{
    color: rgb(var(--color-white));
  }

  :root .lg\:placeholder-contrast-black::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  :root .lg\:placeholder-contrast-white::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  :root .lg\:placeholder-primary-light::placeholder{
    color: rgba(var(--color-primary), .1);
  }

  :root .lg\:placeholder-primary::placeholder{
    color: rgb(var(--color-primary));
  }

  :root .lg\:placeholder-red-light::placeholder{
    color: rgba(244, 67, 54, 0.1);
  }

  :root .lg\:placeholder-red::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 67, 54, var(--tw-placeholder-opacity));
  }

  :root .lg\:placeholder-green-2::placeholder{
    color: rgb(var(--color-green-2));
  }

  :root .lg\:placeholder-green-3::placeholder{
    color: rgb(var(--color-green-3));
  }

  :root .lg\:placeholder-green-4::placeholder{
    color: rgb(var(--color-green-4));
  }

  :root .lg\:placeholder-gren::placeholder{
    color: rgb(var(--color-gren));
  }

  :root .lg\:placeholder-gren-1::placeholder{
    color: rgb(var(--color-gren-1));
  }

  :root .lg\:placeholder-gren-2::placeholder{
    color: rgb(var(--color-gren-2));
  }

  :root .lg\:placeholder-gren-3::placeholder{
    color: rgb(var(--color-gren-3));
  }

  :root .lg\:placeholder-gren-4::placeholder{
    color: rgb(var(--color-gren-4));
  }

  :root .lg\:placeholder-selected::placeholder{
    color: rgb(var(--color-selected));
  }

  :root .lg\:placeholder-error::placeholder{
    color: rgb(var(--color-error));
  }

  :root .lg\:placeholder-attention::placeholder{
    color: rgb(var(--color-attention));
  }

  :root .lg\:placeholder-accept::placeholder{
    color: rgb(var(--color-accept));
  }

  :root .lg\:placeholder-system::placeholder{
    color: rgb(var(--color-system));
  }

  :root .lg\:placeholder-orange::placeholder{
    color: rgb(var(--color-orange));
  }

  :root .lg\:placeholder-links::placeholder{
    color: rgb(var(--color-links));
  }

  :root .lg\:placeholder-teal::placeholder{
    color: rgb(var(--color-teal));
  }

  :root .lg\:placeholder-purple::placeholder{
    color: rgb(var(--color-purple));
  }

  :root .lg\:placeholder-pink::placeholder{
    color: rgb(var(--color-pink));
  }

  :root .lg\:placeholder-margaret::placeholder{
    color: rgb(var(--color-margaret));
  }

  :root .lg\:placeholder-betty::placeholder{
    color: rgb(var(--color-betty));
  }

  :root .lg\:placeholder-natasha-light::placeholder{
    color: rgba(var(--color-natasha), .05);
  }

  :root .lg\:placeholder-natasha::placeholder{
    color: rgb(var(--color-natasha));
  }

  :root .lg\:placeholder-tiffany::placeholder{
    color: rgb(var(--color-tiffany));
  }

  :root .lg\:placeholder-barbara::placeholder{
    color: rgb(var(--color-barbara));
  }

  :root .lg\:placeholder-suzanne::placeholder{
    color: rgb(var(--color-suzanne));
  }

  :root .lg\:placeholder-lily::placeholder{
    color: rgb(var(--color-lily));
  }

  :root .lg\:placeholder-stephanie::placeholder{
    color: rgb(var(--color-stephanie));
  }

  :root .lg\:placeholder-lisa::placeholder{
    color: rgba(var(--color-lisa), 0.6);
  }

  :root .lg\:placeholder-california::placeholder{
    color: rgb(var(--color-california));
  }

  :root .lg\:placeholder-texas::placeholder{
    color: rgb(var(--color-texas));
  }

  :root .lg\:placeholder-florida::placeholder{
    color: rgb(var(--color-florida));
  }

  :root .lg\:placeholder-colorado::placeholder{
    color: rgb(var(--color-colorado));
  }

  :root .lg\:placeholder-seattle::placeholder{
    color: rgb(var(--color-seattle));
  }

  :root .lg\:placeholder-denver::placeholder{
    color: rgb(var(--color-denver));
  }

  :root .lg\:placeholder-arizona::placeholder{
    color: rgb(var(--color-arizona));
  }

  :root .lg\:placeholder-shpongle::placeholder{
    color: rgb(var(--color-shpongle));
  }

  :root .lg\:placeholder-band::placeholder{
    color: rgb(var(--color-band));
  }

  :root .lg\:placeholder-blur::placeholder{
    color: rgba(var(--color-blur), 0.05);
  }

  :root .lg\:placeholder-mila::placeholder{
    color: rgba(var(--color-mila));
  }

  :root .lg\:focus\:placeholder-current:focus::placeholder{
    color: currentColor;
  }

  :root .lg\:focus\:placeholder-transparent:focus::placeholder{
    color: transparent;
  }

  :root .lg\:focus\:placeholder-black:focus::placeholder{
    color: rgb(var(--color-black));
  }

  :root .lg\:focus\:placeholder-white:focus::placeholder{
    color: rgb(var(--color-white));
  }

  :root .lg\:focus\:placeholder-contrast-black:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  :root .lg\:focus\:placeholder-contrast-white:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  :root .lg\:focus\:placeholder-primary-light:focus::placeholder{
    color: rgba(var(--color-primary), .1);
  }

  :root .lg\:focus\:placeholder-primary:focus::placeholder{
    color: rgb(var(--color-primary));
  }

  :root .lg\:focus\:placeholder-red-light:focus::placeholder{
    color: rgba(244, 67, 54, 0.1);
  }

  :root .lg\:focus\:placeholder-red:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 67, 54, var(--tw-placeholder-opacity));
  }

  :root .lg\:focus\:placeholder-green-2:focus::placeholder{
    color: rgb(var(--color-green-2));
  }

  :root .lg\:focus\:placeholder-green-3:focus::placeholder{
    color: rgb(var(--color-green-3));
  }

  :root .lg\:focus\:placeholder-green-4:focus::placeholder{
    color: rgb(var(--color-green-4));
  }

  :root .lg\:focus\:placeholder-gren:focus::placeholder{
    color: rgb(var(--color-gren));
  }

  :root .lg\:focus\:placeholder-gren-1:focus::placeholder{
    color: rgb(var(--color-gren-1));
  }

  :root .lg\:focus\:placeholder-gren-2:focus::placeholder{
    color: rgb(var(--color-gren-2));
  }

  :root .lg\:focus\:placeholder-gren-3:focus::placeholder{
    color: rgb(var(--color-gren-3));
  }

  :root .lg\:focus\:placeholder-gren-4:focus::placeholder{
    color: rgb(var(--color-gren-4));
  }

  :root .lg\:focus\:placeholder-selected:focus::placeholder{
    color: rgb(var(--color-selected));
  }

  :root .lg\:focus\:placeholder-error:focus::placeholder{
    color: rgb(var(--color-error));
  }

  :root .lg\:focus\:placeholder-attention:focus::placeholder{
    color: rgb(var(--color-attention));
  }

  :root .lg\:focus\:placeholder-accept:focus::placeholder{
    color: rgb(var(--color-accept));
  }

  :root .lg\:focus\:placeholder-system:focus::placeholder{
    color: rgb(var(--color-system));
  }

  :root .lg\:focus\:placeholder-orange:focus::placeholder{
    color: rgb(var(--color-orange));
  }

  :root .lg\:focus\:placeholder-links:focus::placeholder{
    color: rgb(var(--color-links));
  }

  :root .lg\:focus\:placeholder-teal:focus::placeholder{
    color: rgb(var(--color-teal));
  }

  :root .lg\:focus\:placeholder-purple:focus::placeholder{
    color: rgb(var(--color-purple));
  }

  :root .lg\:focus\:placeholder-pink:focus::placeholder{
    color: rgb(var(--color-pink));
  }

  :root .lg\:focus\:placeholder-margaret:focus::placeholder{
    color: rgb(var(--color-margaret));
  }

  :root .lg\:focus\:placeholder-betty:focus::placeholder{
    color: rgb(var(--color-betty));
  }

  :root .lg\:focus\:placeholder-natasha-light:focus::placeholder{
    color: rgba(var(--color-natasha), .05);
  }

  :root .lg\:focus\:placeholder-natasha:focus::placeholder{
    color: rgb(var(--color-natasha));
  }

  :root .lg\:focus\:placeholder-tiffany:focus::placeholder{
    color: rgb(var(--color-tiffany));
  }

  :root .lg\:focus\:placeholder-barbara:focus::placeholder{
    color: rgb(var(--color-barbara));
  }

  :root .lg\:focus\:placeholder-suzanne:focus::placeholder{
    color: rgb(var(--color-suzanne));
  }

  :root .lg\:focus\:placeholder-lily:focus::placeholder{
    color: rgb(var(--color-lily));
  }

  :root .lg\:focus\:placeholder-stephanie:focus::placeholder{
    color: rgb(var(--color-stephanie));
  }

  :root .lg\:focus\:placeholder-lisa:focus::placeholder{
    color: rgba(var(--color-lisa), 0.6);
  }

  :root .lg\:focus\:placeholder-california:focus::placeholder{
    color: rgb(var(--color-california));
  }

  :root .lg\:focus\:placeholder-texas:focus::placeholder{
    color: rgb(var(--color-texas));
  }

  :root .lg\:focus\:placeholder-florida:focus::placeholder{
    color: rgb(var(--color-florida));
  }

  :root .lg\:focus\:placeholder-colorado:focus::placeholder{
    color: rgb(var(--color-colorado));
  }

  :root .lg\:focus\:placeholder-seattle:focus::placeholder{
    color: rgb(var(--color-seattle));
  }

  :root .lg\:focus\:placeholder-denver:focus::placeholder{
    color: rgb(var(--color-denver));
  }

  :root .lg\:focus\:placeholder-arizona:focus::placeholder{
    color: rgb(var(--color-arizona));
  }

  :root .lg\:focus\:placeholder-shpongle:focus::placeholder{
    color: rgb(var(--color-shpongle));
  }

  :root .lg\:focus\:placeholder-band:focus::placeholder{
    color: rgb(var(--color-band));
  }

  :root .lg\:focus\:placeholder-blur:focus::placeholder{
    color: rgba(var(--color-blur), 0.05);
  }

  :root .lg\:focus\:placeholder-mila:focus::placeholder{
    color: rgba(var(--color-mila));
  }

  :root .lg\:placeholder-opacity-0::placeholder{
    --tw-placeholder-opacity: 0;
  }

  :root .lg\:placeholder-opacity-25::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  :root .lg\:placeholder-opacity-50::placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  :root .lg\:placeholder-opacity-75::placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  :root .lg\:placeholder-opacity-100::placeholder{
    --tw-placeholder-opacity: 1;
  }

  :root .lg\:focus\:placeholder-opacity-0:focus::placeholder{
    --tw-placeholder-opacity: 0;
  }

  :root .lg\:focus\:placeholder-opacity-25:focus::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  :root .lg\:focus\:placeholder-opacity-50:focus::placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  :root .lg\:focus\:placeholder-opacity-75:focus::placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  :root .lg\:focus\:placeholder-opacity-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
  }

  :root .lg\:pointer-events-none{
    pointer-events: none;
  }

  :root .lg\:pointer-events-auto{
    pointer-events: auto;
  }

  :root .lg\:static{
    position: static;
  }

  :root .lg\:fixed{
    position: fixed;
  }

  :root .lg\:absolute{
    position: absolute;
  }

  :root .lg\:relative{
    position: relative;
  }

  :root .lg\:sticky{
    position: sticky;
  }

  :root .lg\:inset-0{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  :root .lg\:inset-1{
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  :root .lg\:inset-2{
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  :root .lg\:inset-3{
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  :root .lg\:inset-4{
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  :root .lg\:inset-5{
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  :root .lg\:inset-6{
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  :root .lg\:inset-8{
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  :root .lg\:inset-10{
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  :root .lg\:inset-12{
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  :root .lg\:-inset-1{
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  :root .lg\:-inset-2{
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  :root .lg\:-inset-3{
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  :root .lg\:-inset-4{
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  :root .lg\:-inset-5{
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  :root .lg\:-inset-6{
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  :root .lg\:-inset-8{
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  :root .lg\:-inset-10{
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  :root .lg\:-inset-12{
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  :root .lg\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  :root .lg\:inset-y-0{
    top: 0;
    bottom: 0;
  }

  :root .lg\:inset-x-0{
    right: 0;
    left: 0;
  }

  :root .lg\:inset-y-1{
    top: 0.25rem;
    bottom: 0.25rem;
  }

  :root .lg\:inset-x-1{
    right: 0.25rem;
    left: 0.25rem;
  }

  :root .lg\:inset-y-2{
    top: 0.5rem;
    bottom: 0.5rem;
  }

  :root .lg\:inset-x-2{
    right: 0.5rem;
    left: 0.5rem;
  }

  :root .lg\:inset-y-3{
    top: 0.75rem;
    bottom: 0.75rem;
  }

  :root .lg\:inset-x-3{
    right: 0.75rem;
    left: 0.75rem;
  }

  :root .lg\:inset-y-4{
    top: 1rem;
    bottom: 1rem;
  }

  :root .lg\:inset-x-4{
    right: 1rem;
    left: 1rem;
  }

  :root .lg\:inset-y-5{
    top: 1.25rem;
    bottom: 1.25rem;
  }

  :root .lg\:inset-x-5{
    right: 1.25rem;
    left: 1.25rem;
  }

  :root .lg\:inset-y-6{
    top: 1.5rem;
    bottom: 1.5rem;
  }

  :root .lg\:inset-x-6{
    right: 1.5rem;
    left: 1.5rem;
  }

  :root .lg\:inset-y-8{
    top: 2rem;
    bottom: 2rem;
  }

  :root .lg\:inset-x-8{
    right: 2rem;
    left: 2rem;
  }

  :root .lg\:inset-y-10{
    top: 2.5rem;
    bottom: 2.5rem;
  }

  :root .lg\:inset-x-10{
    right: 2.5rem;
    left: 2.5rem;
  }

  :root .lg\:inset-y-12{
    top: 3rem;
    bottom: 3rem;
  }

  :root .lg\:inset-x-12{
    right: 3rem;
    left: 3rem;
  }

  :root .lg\:-inset-y-1{
    top: -0.25rem;
    bottom: -0.25rem;
  }

  :root .lg\:-inset-x-1{
    right: -0.25rem;
    left: -0.25rem;
  }

  :root .lg\:-inset-y-2{
    top: -0.5rem;
    bottom: -0.5rem;
  }

  :root .lg\:-inset-x-2{
    right: -0.5rem;
    left: -0.5rem;
  }

  :root .lg\:-inset-y-3{
    top: -0.75rem;
    bottom: -0.75rem;
  }

  :root .lg\:-inset-x-3{
    right: -0.75rem;
    left: -0.75rem;
  }

  :root .lg\:-inset-y-4{
    top: -1rem;
    bottom: -1rem;
  }

  :root .lg\:-inset-x-4{
    right: -1rem;
    left: -1rem;
  }

  :root .lg\:-inset-y-5{
    top: -1.25rem;
    bottom: -1.25rem;
  }

  :root .lg\:-inset-x-5{
    right: -1.25rem;
    left: -1.25rem;
  }

  :root .lg\:-inset-y-6{
    top: -1.5rem;
    bottom: -1.5rem;
  }

  :root .lg\:-inset-x-6{
    right: -1.5rem;
    left: -1.5rem;
  }

  :root .lg\:-inset-y-8{
    top: -2rem;
    bottom: -2rem;
  }

  :root .lg\:-inset-x-8{
    right: -2rem;
    left: -2rem;
  }

  :root .lg\:-inset-y-10{
    top: -2.5rem;
    bottom: -2.5rem;
  }

  :root .lg\:-inset-x-10{
    right: -2.5rem;
    left: -2.5rem;
  }

  :root .lg\:-inset-y-12{
    top: -3rem;
    bottom: -3rem;
  }

  :root .lg\:-inset-x-12{
    right: -3rem;
    left: -3rem;
  }

  :root .lg\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  :root .lg\:inset-x-auto{
    right: auto;
    left: auto;
  }

  :root .lg\:top-0{
    top: 0;
  }

  :root .lg\:right-0{
    right: 0;
  }

  :root .lg\:bottom-0{
    bottom: 0;
  }

  :root .lg\:left-0{
    left: 0;
  }

  :root .lg\:top-1{
    top: 0.25rem;
  }

  :root .lg\:right-1{
    right: 0.25rem;
  }

  :root .lg\:bottom-1{
    bottom: 0.25rem;
  }

  :root .lg\:left-1{
    left: 0.25rem;
  }

  :root .lg\:top-2{
    top: 0.5rem;
  }

  :root .lg\:right-2{
    right: 0.5rem;
  }

  :root .lg\:bottom-2{
    bottom: 0.5rem;
  }

  :root .lg\:left-2{
    left: 0.5rem;
  }

  :root .lg\:top-3{
    top: 0.75rem;
  }

  :root .lg\:right-3{
    right: 0.75rem;
  }

  :root .lg\:bottom-3{
    bottom: 0.75rem;
  }

  :root .lg\:left-3{
    left: 0.75rem;
  }

  :root .lg\:top-4{
    top: 1rem;
  }

  :root .lg\:right-4{
    right: 1rem;
  }

  :root .lg\:bottom-4{
    bottom: 1rem;
  }

  :root .lg\:left-4{
    left: 1rem;
  }

  :root .lg\:top-5{
    top: 1.25rem;
  }

  :root .lg\:right-5{
    right: 1.25rem;
  }

  :root .lg\:bottom-5{
    bottom: 1.25rem;
  }

  :root .lg\:left-5{
    left: 1.25rem;
  }

  :root .lg\:top-6{
    top: 1.5rem;
  }

  :root .lg\:right-6{
    right: 1.5rem;
  }

  :root .lg\:bottom-6{
    bottom: 1.5rem;
  }

  :root .lg\:left-6{
    left: 1.5rem;
  }

  :root .lg\:top-8{
    top: 2rem;
  }

  :root .lg\:right-8{
    right: 2rem;
  }

  :root .lg\:bottom-8{
    bottom: 2rem;
  }

  :root .lg\:left-8{
    left: 2rem;
  }

  :root .lg\:top-10{
    top: 2.5rem;
  }

  :root .lg\:right-10{
    right: 2.5rem;
  }

  :root .lg\:bottom-10{
    bottom: 2.5rem;
  }

  :root .lg\:left-10{
    left: 2.5rem;
  }

  :root .lg\:top-12{
    top: 3rem;
  }

  :root .lg\:right-12{
    right: 3rem;
  }

  :root .lg\:bottom-12{
    bottom: 3rem;
  }

  :root .lg\:left-12{
    left: 3rem;
  }

  :root .lg\:-top-1{
    top: -0.25rem;
  }

  :root .lg\:-right-1{
    right: -0.25rem;
  }

  :root .lg\:-bottom-1{
    bottom: -0.25rem;
  }

  :root .lg\:-left-1{
    left: -0.25rem;
  }

  :root .lg\:-top-2{
    top: -0.5rem;
  }

  :root .lg\:-right-2{
    right: -0.5rem;
  }

  :root .lg\:-bottom-2{
    bottom: -0.5rem;
  }

  :root .lg\:-left-2{
    left: -0.5rem;
  }

  :root .lg\:-top-3{
    top: -0.75rem;
  }

  :root .lg\:-right-3{
    right: -0.75rem;
  }

  :root .lg\:-bottom-3{
    bottom: -0.75rem;
  }

  :root .lg\:-left-3{
    left: -0.75rem;
  }

  :root .lg\:-top-4{
    top: -1rem;
  }

  :root .lg\:-right-4{
    right: -1rem;
  }

  :root .lg\:-bottom-4{
    bottom: -1rem;
  }

  :root .lg\:-left-4{
    left: -1rem;
  }

  :root .lg\:-top-5{
    top: -1.25rem;
  }

  :root .lg\:-right-5{
    right: -1.25rem;
  }

  :root .lg\:-bottom-5{
    bottom: -1.25rem;
  }

  :root .lg\:-left-5{
    left: -1.25rem;
  }

  :root .lg\:-top-6{
    top: -1.5rem;
  }

  :root .lg\:-right-6{
    right: -1.5rem;
  }

  :root .lg\:-bottom-6{
    bottom: -1.5rem;
  }

  :root .lg\:-left-6{
    left: -1.5rem;
  }

  :root .lg\:-top-8{
    top: -2rem;
  }

  :root .lg\:-right-8{
    right: -2rem;
  }

  :root .lg\:-bottom-8{
    bottom: -2rem;
  }

  :root .lg\:-left-8{
    left: -2rem;
  }

  :root .lg\:-top-10{
    top: -2.5rem;
  }

  :root .lg\:-right-10{
    right: -2.5rem;
  }

  :root .lg\:-bottom-10{
    bottom: -2.5rem;
  }

  :root .lg\:-left-10{
    left: -2.5rem;
  }

  :root .lg\:-top-12{
    top: -3rem;
  }

  :root .lg\:-right-12{
    right: -3rem;
  }

  :root .lg\:-bottom-12{
    bottom: -3rem;
  }

  :root .lg\:-left-12{
    left: -3rem;
  }

  :root .lg\:top-auto{
    top: auto;
  }

  :root .lg\:right-auto{
    right: auto;
  }

  :root .lg\:bottom-auto{
    bottom: auto;
  }

  :root .lg\:left-auto{
    left: auto;
  }

  :root [dir=ltr] .lg\:ltr\:inset-0{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  :root [dir=ltr] .lg\:ltr\:inset-1{
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:inset-2{
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:inset-3{
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:inset-4{
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  :root [dir=ltr] .lg\:ltr\:inset-5{
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:inset-6{
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:inset-8{
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  :root [dir=ltr] .lg\:ltr\:inset-10{
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:inset-12{
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  :root [dir=ltr] .lg\:ltr\:-inset-1{
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:-inset-2{
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-inset-3{
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:-inset-4{
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  :root [dir=ltr] .lg\:ltr\:-inset-5{
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:-inset-6{
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-inset-8{
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  :root [dir=ltr] .lg\:ltr\:-inset-10{
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-inset-12{
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  :root [dir=ltr] .lg\:ltr\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  :root [dir=ltr] .lg\:ltr\:inset-y-0{
    top: 0;
    bottom: 0;
  }

  :root [dir=ltr] .lg\:ltr\:inset-x-0{
    right: 0;
    left: 0;
  }

  :root [dir=ltr] .lg\:ltr\:inset-y-1{
    top: 0.25rem;
    bottom: 0.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:inset-x-1{
    right: 0.25rem;
    left: 0.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:inset-y-2{
    top: 0.5rem;
    bottom: 0.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:inset-x-2{
    right: 0.5rem;
    left: 0.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:inset-y-3{
    top: 0.75rem;
    bottom: 0.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:inset-x-3{
    right: 0.75rem;
    left: 0.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:inset-y-4{
    top: 1rem;
    bottom: 1rem;
  }

  :root [dir=ltr] .lg\:ltr\:inset-x-4{
    right: 1rem;
    left: 1rem;
  }

  :root [dir=ltr] .lg\:ltr\:inset-y-5{
    top: 1.25rem;
    bottom: 1.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:inset-x-5{
    right: 1.25rem;
    left: 1.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:inset-y-6{
    top: 1.5rem;
    bottom: 1.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:inset-x-6{
    right: 1.5rem;
    left: 1.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:inset-y-8{
    top: 2rem;
    bottom: 2rem;
  }

  :root [dir=ltr] .lg\:ltr\:inset-x-8{
    right: 2rem;
    left: 2rem;
  }

  :root [dir=ltr] .lg\:ltr\:inset-y-10{
    top: 2.5rem;
    bottom: 2.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:inset-x-10{
    right: 2.5rem;
    left: 2.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:inset-y-12{
    top: 3rem;
    bottom: 3rem;
  }

  :root [dir=ltr] .lg\:ltr\:inset-x-12{
    right: 3rem;
    left: 3rem;
  }

  :root [dir=ltr] .lg\:ltr\:-inset-y-1{
    top: -0.25rem;
    bottom: -0.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:-inset-x-1{
    right: -0.25rem;
    left: -0.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:-inset-y-2{
    top: -0.5rem;
    bottom: -0.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-inset-x-2{
    right: -0.5rem;
    left: -0.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-inset-y-3{
    top: -0.75rem;
    bottom: -0.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:-inset-x-3{
    right: -0.75rem;
    left: -0.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:-inset-y-4{
    top: -1rem;
    bottom: -1rem;
  }

  :root [dir=ltr] .lg\:ltr\:-inset-x-4{
    right: -1rem;
    left: -1rem;
  }

  :root [dir=ltr] .lg\:ltr\:-inset-y-5{
    top: -1.25rem;
    bottom: -1.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:-inset-x-5{
    right: -1.25rem;
    left: -1.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:-inset-y-6{
    top: -1.5rem;
    bottom: -1.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-inset-x-6{
    right: -1.5rem;
    left: -1.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-inset-y-8{
    top: -2rem;
    bottom: -2rem;
  }

  :root [dir=ltr] .lg\:ltr\:-inset-x-8{
    right: -2rem;
    left: -2rem;
  }

  :root [dir=ltr] .lg\:ltr\:-inset-y-10{
    top: -2.5rem;
    bottom: -2.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-inset-x-10{
    right: -2.5rem;
    left: -2.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-inset-y-12{
    top: -3rem;
    bottom: -3rem;
  }

  :root [dir=ltr] .lg\:ltr\:-inset-x-12{
    right: -3rem;
    left: -3rem;
  }

  :root [dir=ltr] .lg\:ltr\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  :root [dir=ltr] .lg\:ltr\:inset-x-auto{
    right: auto;
    left: auto;
  }

  :root [dir=ltr] .lg\:ltr\:top-0{
    top: 0;
  }

  :root [dir=ltr] .lg\:ltr\:right-0{
    right: 0;
  }

  :root [dir=ltr] .lg\:ltr\:bottom-0{
    bottom: 0;
  }

  :root [dir=ltr] .lg\:ltr\:left-0{
    left: 0;
  }

  :root [dir=ltr] .lg\:ltr\:top-1{
    top: 0.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:right-1{
    right: 0.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:bottom-1{
    bottom: 0.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:left-1{
    left: 0.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:top-2{
    top: 0.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:right-2{
    right: 0.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:bottom-2{
    bottom: 0.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:left-2{
    left: 0.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:top-3{
    top: 0.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:right-3{
    right: 0.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:bottom-3{
    bottom: 0.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:left-3{
    left: 0.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:top-4{
    top: 1rem;
  }

  :root [dir=ltr] .lg\:ltr\:right-4{
    right: 1rem;
  }

  :root [dir=ltr] .lg\:ltr\:bottom-4{
    bottom: 1rem;
  }

  :root [dir=ltr] .lg\:ltr\:left-4{
    left: 1rem;
  }

  :root [dir=ltr] .lg\:ltr\:top-5{
    top: 1.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:right-5{
    right: 1.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:bottom-5{
    bottom: 1.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:left-5{
    left: 1.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:top-6{
    top: 1.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:right-6{
    right: 1.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:bottom-6{
    bottom: 1.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:left-6{
    left: 1.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:top-8{
    top: 2rem;
  }

  :root [dir=ltr] .lg\:ltr\:right-8{
    right: 2rem;
  }

  :root [dir=ltr] .lg\:ltr\:bottom-8{
    bottom: 2rem;
  }

  :root [dir=ltr] .lg\:ltr\:left-8{
    left: 2rem;
  }

  :root [dir=ltr] .lg\:ltr\:top-10{
    top: 2.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:right-10{
    right: 2.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:bottom-10{
    bottom: 2.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:left-10{
    left: 2.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:top-12{
    top: 3rem;
  }

  :root [dir=ltr] .lg\:ltr\:right-12{
    right: 3rem;
  }

  :root [dir=ltr] .lg\:ltr\:bottom-12{
    bottom: 3rem;
  }

  :root [dir=ltr] .lg\:ltr\:left-12{
    left: 3rem;
  }

  :root [dir=ltr] .lg\:ltr\:-top-1{
    top: -0.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:-right-1{
    right: -0.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:-bottom-1{
    bottom: -0.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:-left-1{
    left: -0.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:-top-2{
    top: -0.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-right-2{
    right: -0.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-bottom-2{
    bottom: -0.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-left-2{
    left: -0.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-top-3{
    top: -0.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:-right-3{
    right: -0.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:-bottom-3{
    bottom: -0.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:-left-3{
    left: -0.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:-top-4{
    top: -1rem;
  }

  :root [dir=ltr] .lg\:ltr\:-right-4{
    right: -1rem;
  }

  :root [dir=ltr] .lg\:ltr\:-bottom-4{
    bottom: -1rem;
  }

  :root [dir=ltr] .lg\:ltr\:-left-4{
    left: -1rem;
  }

  :root [dir=ltr] .lg\:ltr\:-top-5{
    top: -1.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:-right-5{
    right: -1.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:-bottom-5{
    bottom: -1.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:-left-5{
    left: -1.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:-top-6{
    top: -1.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-right-6{
    right: -1.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-bottom-6{
    bottom: -1.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-left-6{
    left: -1.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-top-8{
    top: -2rem;
  }

  :root [dir=ltr] .lg\:ltr\:-right-8{
    right: -2rem;
  }

  :root [dir=ltr] .lg\:ltr\:-bottom-8{
    bottom: -2rem;
  }

  :root [dir=ltr] .lg\:ltr\:-left-8{
    left: -2rem;
  }

  :root [dir=ltr] .lg\:ltr\:-top-10{
    top: -2.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-right-10{
    right: -2.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-bottom-10{
    bottom: -2.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-left-10{
    left: -2.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-top-12{
    top: -3rem;
  }

  :root [dir=ltr] .lg\:ltr\:-right-12{
    right: -3rem;
  }

  :root [dir=ltr] .lg\:ltr\:-bottom-12{
    bottom: -3rem;
  }

  :root [dir=ltr] .lg\:ltr\:-left-12{
    left: -3rem;
  }

  :root [dir=ltr] .lg\:ltr\:top-auto{
    top: auto;
  }

  :root [dir=ltr] .lg\:ltr\:right-auto{
    right: auto;
  }

  :root [dir=ltr] .lg\:ltr\:bottom-auto{
    bottom: auto;
  }

  :root [dir=ltr] .lg\:ltr\:left-auto{
    left: auto;
  }

  :root [dir=rtl] .lg\:rtl\:inset-0{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  :root [dir=rtl] .lg\:rtl\:inset-1{
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:inset-2{
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:inset-3{
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:inset-4{
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  :root [dir=rtl] .lg\:rtl\:inset-5{
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:inset-6{
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:inset-8{
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  :root [dir=rtl] .lg\:rtl\:inset-10{
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:inset-12{
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  :root [dir=rtl] .lg\:rtl\:-inset-1{
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:-inset-2{
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-inset-3{
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:-inset-4{
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  :root [dir=rtl] .lg\:rtl\:-inset-5{
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:-inset-6{
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-inset-8{
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  :root [dir=rtl] .lg\:rtl\:-inset-10{
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-inset-12{
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  :root [dir=rtl] .lg\:rtl\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  :root [dir=rtl] .lg\:rtl\:inset-y-0{
    top: 0;
    bottom: 0;
  }

  :root [dir=rtl] .lg\:rtl\:inset-x-0{
    right: 0;
    left: 0;
  }

  :root [dir=rtl] .lg\:rtl\:inset-y-1{
    top: 0.25rem;
    bottom: 0.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:inset-x-1{
    right: 0.25rem;
    left: 0.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:inset-y-2{
    top: 0.5rem;
    bottom: 0.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:inset-x-2{
    right: 0.5rem;
    left: 0.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:inset-y-3{
    top: 0.75rem;
    bottom: 0.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:inset-x-3{
    right: 0.75rem;
    left: 0.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:inset-y-4{
    top: 1rem;
    bottom: 1rem;
  }

  :root [dir=rtl] .lg\:rtl\:inset-x-4{
    right: 1rem;
    left: 1rem;
  }

  :root [dir=rtl] .lg\:rtl\:inset-y-5{
    top: 1.25rem;
    bottom: 1.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:inset-x-5{
    right: 1.25rem;
    left: 1.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:inset-y-6{
    top: 1.5rem;
    bottom: 1.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:inset-x-6{
    right: 1.5rem;
    left: 1.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:inset-y-8{
    top: 2rem;
    bottom: 2rem;
  }

  :root [dir=rtl] .lg\:rtl\:inset-x-8{
    right: 2rem;
    left: 2rem;
  }

  :root [dir=rtl] .lg\:rtl\:inset-y-10{
    top: 2.5rem;
    bottom: 2.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:inset-x-10{
    right: 2.5rem;
    left: 2.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:inset-y-12{
    top: 3rem;
    bottom: 3rem;
  }

  :root [dir=rtl] .lg\:rtl\:inset-x-12{
    right: 3rem;
    left: 3rem;
  }

  :root [dir=rtl] .lg\:rtl\:-inset-y-1{
    top: -0.25rem;
    bottom: -0.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:-inset-x-1{
    right: -0.25rem;
    left: -0.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:-inset-y-2{
    top: -0.5rem;
    bottom: -0.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-inset-x-2{
    right: -0.5rem;
    left: -0.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-inset-y-3{
    top: -0.75rem;
    bottom: -0.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:-inset-x-3{
    right: -0.75rem;
    left: -0.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:-inset-y-4{
    top: -1rem;
    bottom: -1rem;
  }

  :root [dir=rtl] .lg\:rtl\:-inset-x-4{
    right: -1rem;
    left: -1rem;
  }

  :root [dir=rtl] .lg\:rtl\:-inset-y-5{
    top: -1.25rem;
    bottom: -1.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:-inset-x-5{
    right: -1.25rem;
    left: -1.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:-inset-y-6{
    top: -1.5rem;
    bottom: -1.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-inset-x-6{
    right: -1.5rem;
    left: -1.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-inset-y-8{
    top: -2rem;
    bottom: -2rem;
  }

  :root [dir=rtl] .lg\:rtl\:-inset-x-8{
    right: -2rem;
    left: -2rem;
  }

  :root [dir=rtl] .lg\:rtl\:-inset-y-10{
    top: -2.5rem;
    bottom: -2.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-inset-x-10{
    right: -2.5rem;
    left: -2.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-inset-y-12{
    top: -3rem;
    bottom: -3rem;
  }

  :root [dir=rtl] .lg\:rtl\:-inset-x-12{
    right: -3rem;
    left: -3rem;
  }

  :root [dir=rtl] .lg\:rtl\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  :root [dir=rtl] .lg\:rtl\:inset-x-auto{
    right: auto;
    left: auto;
  }

  :root [dir=rtl] .lg\:rtl\:top-0{
    top: 0;
  }

  :root [dir=rtl] .lg\:rtl\:right-0{
    right: 0;
  }

  :root [dir=rtl] .lg\:rtl\:bottom-0{
    bottom: 0;
  }

  :root [dir=rtl] .lg\:rtl\:left-0{
    left: 0;
  }

  :root [dir=rtl] .lg\:rtl\:top-1{
    top: 0.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:right-1{
    right: 0.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:bottom-1{
    bottom: 0.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:left-1{
    left: 0.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:top-2{
    top: 0.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:right-2{
    right: 0.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:bottom-2{
    bottom: 0.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:left-2{
    left: 0.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:top-3{
    top: 0.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:right-3{
    right: 0.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:bottom-3{
    bottom: 0.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:left-3{
    left: 0.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:top-4{
    top: 1rem;
  }

  :root [dir=rtl] .lg\:rtl\:right-4{
    right: 1rem;
  }

  :root [dir=rtl] .lg\:rtl\:bottom-4{
    bottom: 1rem;
  }

  :root [dir=rtl] .lg\:rtl\:left-4{
    left: 1rem;
  }

  :root [dir=rtl] .lg\:rtl\:top-5{
    top: 1.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:right-5{
    right: 1.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:bottom-5{
    bottom: 1.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:left-5{
    left: 1.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:top-6{
    top: 1.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:right-6{
    right: 1.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:bottom-6{
    bottom: 1.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:left-6{
    left: 1.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:top-8{
    top: 2rem;
  }

  :root [dir=rtl] .lg\:rtl\:right-8{
    right: 2rem;
  }

  :root [dir=rtl] .lg\:rtl\:bottom-8{
    bottom: 2rem;
  }

  :root [dir=rtl] .lg\:rtl\:left-8{
    left: 2rem;
  }

  :root [dir=rtl] .lg\:rtl\:top-10{
    top: 2.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:right-10{
    right: 2.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:bottom-10{
    bottom: 2.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:left-10{
    left: 2.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:top-12{
    top: 3rem;
  }

  :root [dir=rtl] .lg\:rtl\:right-12{
    right: 3rem;
  }

  :root [dir=rtl] .lg\:rtl\:bottom-12{
    bottom: 3rem;
  }

  :root [dir=rtl] .lg\:rtl\:left-12{
    left: 3rem;
  }

  :root [dir=rtl] .lg\:rtl\:-top-1{
    top: -0.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:-right-1{
    right: -0.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:-bottom-1{
    bottom: -0.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:-left-1{
    left: -0.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:-top-2{
    top: -0.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-right-2{
    right: -0.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-bottom-2{
    bottom: -0.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-left-2{
    left: -0.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-top-3{
    top: -0.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:-right-3{
    right: -0.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:-bottom-3{
    bottom: -0.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:-left-3{
    left: -0.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:-top-4{
    top: -1rem;
  }

  :root [dir=rtl] .lg\:rtl\:-right-4{
    right: -1rem;
  }

  :root [dir=rtl] .lg\:rtl\:-bottom-4{
    bottom: -1rem;
  }

  :root [dir=rtl] .lg\:rtl\:-left-4{
    left: -1rem;
  }

  :root [dir=rtl] .lg\:rtl\:-top-5{
    top: -1.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:-right-5{
    right: -1.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:-bottom-5{
    bottom: -1.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:-left-5{
    left: -1.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:-top-6{
    top: -1.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-right-6{
    right: -1.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-bottom-6{
    bottom: -1.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-left-6{
    left: -1.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-top-8{
    top: -2rem;
  }

  :root [dir=rtl] .lg\:rtl\:-right-8{
    right: -2rem;
  }

  :root [dir=rtl] .lg\:rtl\:-bottom-8{
    bottom: -2rem;
  }

  :root [dir=rtl] .lg\:rtl\:-left-8{
    left: -2rem;
  }

  :root [dir=rtl] .lg\:rtl\:-top-10{
    top: -2.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-right-10{
    right: -2.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-bottom-10{
    bottom: -2.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-left-10{
    left: -2.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-top-12{
    top: -3rem;
  }

  :root [dir=rtl] .lg\:rtl\:-right-12{
    right: -3rem;
  }

  :root [dir=rtl] .lg\:rtl\:-bottom-12{
    bottom: -3rem;
  }

  :root [dir=rtl] .lg\:rtl\:-left-12{
    left: -3rem;
  }

  :root [dir=rtl] .lg\:rtl\:top-auto{
    top: auto;
  }

  :root [dir=rtl] .lg\:rtl\:right-auto{
    right: auto;
  }

  :root [dir=rtl] .lg\:rtl\:bottom-auto{
    bottom: auto;
  }

  :root [dir=rtl] .lg\:rtl\:left-auto{
    left: auto;
  }

  :root .lg\:resize-none{
    resize: none;
  }

  :root .lg\:resize-y{
    resize: vertical;
  }

  :root .lg\:resize-x{
    resize: horizontal;
  }

  :root .lg\:resize{
    resize: both;
  }

  :root .lg\:shadow-1{
    --tw-shadow: var(--elevation-z1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:shadow-2{
    --tw-shadow: var(--elevation-z2);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:shadow-3{
    --tw-shadow: var(--elevation-z3);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:shadow-4{
    --tw-shadow: var(--elevation-z4);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:shadow-5{
    --tw-shadow: var(--elevation-z5);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:shadow-6{
    --tw-shadow: var(--elevation-z6);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:shadow-7{
    --tw-shadow: var(--elevation-z7);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:shadow-8{
    --tw-shadow: var(--elevation-z8);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:shadow-9{
    --tw-shadow: var(--elevation-z9);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:shadow-10{
    --tw-shadow: var(--elevation-z10);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:shadow-11{
    --tw-shadow: var(--elevation-z11);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:shadow-12{
    --tw-shadow: var(--elevation-z12);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:shadow-13{
    --tw-shadow: var(--elevation-z13);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:shadow-14{
    --tw-shadow: var(--elevation-z14);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:shadow-15{
    --tw-shadow: var(--elevation-z15);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:shadow-16{
    --tw-shadow: var(--elevation-z16);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:shadow-17{
    --tw-shadow: var(--elevation-z17);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:shadow-18{
    --tw-shadow: var(--elevation-z18);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:shadow-19{
    --tw-shadow: var(--elevation-z19);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:shadow-20{
    --tw-shadow: var(--elevation-z20);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:shadow-small{
    --tw-shadow: 0px 2px 8px rgba(199, 199, 204, 0.3);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:shadow{
    --tw-shadow: var(--elevation-z6);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:shadow-lg{
    --tw-shadow: 0px 7px 8px -4px rgba(82, 63, 104, 0.06),0px 12px 17px 2px rgba(82, 63, 104, 0.042),0px 5px 22px 4px rgba(82, 63, 104, 0.036);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:shadow-xl{
    --tw-shadow: 0px 8px 10px -5px rgba(82, 63, 104, 0.06),0px 16px 24px 2px rgba(82, 63, 104, 0.042),0px 6px 30px 5px rgba(82, 63, 104, 0.036);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:shadow-outline{
    --tw-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:shadow-none{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:shadow-bs{
    --tw-shadow: 0 2px 16px 0 rgba(199, 199, 204, 0.24);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:shadow-b{
    --tw-shadow: 0 10px 30px 0 rgba(82,63,104,.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:hover\:shadow-1:hover{
    --tw-shadow: var(--elevation-z1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:hover\:shadow-2:hover{
    --tw-shadow: var(--elevation-z2);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:hover\:shadow-3:hover{
    --tw-shadow: var(--elevation-z3);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:hover\:shadow-4:hover{
    --tw-shadow: var(--elevation-z4);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:hover\:shadow-5:hover{
    --tw-shadow: var(--elevation-z5);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:hover\:shadow-6:hover{
    --tw-shadow: var(--elevation-z6);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:hover\:shadow-7:hover{
    --tw-shadow: var(--elevation-z7);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:hover\:shadow-8:hover{
    --tw-shadow: var(--elevation-z8);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:hover\:shadow-9:hover{
    --tw-shadow: var(--elevation-z9);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:hover\:shadow-10:hover{
    --tw-shadow: var(--elevation-z10);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:hover\:shadow-11:hover{
    --tw-shadow: var(--elevation-z11);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:hover\:shadow-12:hover{
    --tw-shadow: var(--elevation-z12);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:hover\:shadow-13:hover{
    --tw-shadow: var(--elevation-z13);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:hover\:shadow-14:hover{
    --tw-shadow: var(--elevation-z14);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:hover\:shadow-15:hover{
    --tw-shadow: var(--elevation-z15);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:hover\:shadow-16:hover{
    --tw-shadow: var(--elevation-z16);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:hover\:shadow-17:hover{
    --tw-shadow: var(--elevation-z17);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:hover\:shadow-18:hover{
    --tw-shadow: var(--elevation-z18);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:hover\:shadow-19:hover{
    --tw-shadow: var(--elevation-z19);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:hover\:shadow-20:hover{
    --tw-shadow: var(--elevation-z20);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:hover\:shadow-small:hover{
    --tw-shadow: 0px 2px 8px rgba(199, 199, 204, 0.3);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:hover\:shadow:hover{
    --tw-shadow: var(--elevation-z6);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:hover\:shadow-md:hover{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:hover\:shadow-lg:hover{
    --tw-shadow: 0px 7px 8px -4px rgba(82, 63, 104, 0.06),0px 12px 17px 2px rgba(82, 63, 104, 0.042),0px 5px 22px 4px rgba(82, 63, 104, 0.036);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:hover\:shadow-xl:hover{
    --tw-shadow: 0px 8px 10px -5px rgba(82, 63, 104, 0.06),0px 16px 24px 2px rgba(82, 63, 104, 0.042),0px 6px 30px 5px rgba(82, 63, 104, 0.036);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:hover\:shadow-2xl:hover{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:hover\:shadow-inner:hover{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:hover\:shadow-outline:hover{
    --tw-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:hover\:shadow-none:hover{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:hover\:shadow-bs:hover{
    --tw-shadow: 0 2px 16px 0 rgba(199, 199, 204, 0.24);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:hover\:shadow-b:hover{
    --tw-shadow: 0 10px 30px 0 rgba(82,63,104,.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:focus\:shadow-1:focus{
    --tw-shadow: var(--elevation-z1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:focus\:shadow-2:focus{
    --tw-shadow: var(--elevation-z2);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:focus\:shadow-3:focus{
    --tw-shadow: var(--elevation-z3);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:focus\:shadow-4:focus{
    --tw-shadow: var(--elevation-z4);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:focus\:shadow-5:focus{
    --tw-shadow: var(--elevation-z5);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:focus\:shadow-6:focus{
    --tw-shadow: var(--elevation-z6);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:focus\:shadow-7:focus{
    --tw-shadow: var(--elevation-z7);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:focus\:shadow-8:focus{
    --tw-shadow: var(--elevation-z8);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:focus\:shadow-9:focus{
    --tw-shadow: var(--elevation-z9);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:focus\:shadow-10:focus{
    --tw-shadow: var(--elevation-z10);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:focus\:shadow-11:focus{
    --tw-shadow: var(--elevation-z11);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:focus\:shadow-12:focus{
    --tw-shadow: var(--elevation-z12);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:focus\:shadow-13:focus{
    --tw-shadow: var(--elevation-z13);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:focus\:shadow-14:focus{
    --tw-shadow: var(--elevation-z14);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:focus\:shadow-15:focus{
    --tw-shadow: var(--elevation-z15);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:focus\:shadow-16:focus{
    --tw-shadow: var(--elevation-z16);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:focus\:shadow-17:focus{
    --tw-shadow: var(--elevation-z17);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:focus\:shadow-18:focus{
    --tw-shadow: var(--elevation-z18);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:focus\:shadow-19:focus{
    --tw-shadow: var(--elevation-z19);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:focus\:shadow-20:focus{
    --tw-shadow: var(--elevation-z20);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:focus\:shadow-small:focus{
    --tw-shadow: 0px 2px 8px rgba(199, 199, 204, 0.3);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:focus\:shadow:focus{
    --tw-shadow: var(--elevation-z6);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:focus\:shadow-md:focus{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:focus\:shadow-lg:focus{
    --tw-shadow: 0px 7px 8px -4px rgba(82, 63, 104, 0.06),0px 12px 17px 2px rgba(82, 63, 104, 0.042),0px 5px 22px 4px rgba(82, 63, 104, 0.036);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:focus\:shadow-xl:focus{
    --tw-shadow: 0px 8px 10px -5px rgba(82, 63, 104, 0.06),0px 16px 24px 2px rgba(82, 63, 104, 0.042),0px 6px 30px 5px rgba(82, 63, 104, 0.036);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:focus\:shadow-2xl:focus{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:focus\:shadow-inner:focus{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:focus\:shadow-outline:focus{
    --tw-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:focus\:shadow-none:focus{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:focus\:shadow-bs:focus{
    --tw-shadow: 0 2px 16px 0 rgba(199, 199, 204, 0.24);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:focus\:shadow-b:focus{
    --tw-shadow: 0 10px 30px 0 rgba(82,63,104,.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:ring-0{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .lg\:ring-1{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .lg\:ring-2{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .lg\:ring-4{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .lg\:ring-8{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .lg\:ring{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .lg\:ring-inset{
    --tw-ring-inset: inset;
  }

  :root .lg\:focus-within\:ring-0:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .lg\:focus-within\:ring-1:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .lg\:focus-within\:ring-2:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .lg\:focus-within\:ring-4:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .lg\:focus-within\:ring-8:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .lg\:focus-within\:ring:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .lg\:focus-within\:ring-inset:focus-within{
    --tw-ring-inset: inset;
  }

  :root .lg\:focus\:ring-0:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .lg\:focus\:ring-1:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .lg\:focus\:ring-2:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .lg\:focus\:ring-4:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .lg\:focus\:ring-8:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .lg\:focus\:ring:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .lg\:focus\:ring-inset:focus{
    --tw-ring-inset: inset;
  }

  :root .lg\:ring-offset-current{
    --tw-ring-offset-color: currentColor;
  }

  :root .lg\:ring-offset-transparent{
    --tw-ring-offset-color: transparent;
  }

  :root .lg\:ring-offset-black{
    --tw-ring-offset-color: rgb(var(--color-black));
  }

  :root .lg\:ring-offset-white{
    --tw-ring-offset-color: rgb(var(--color-white));
  }

  :root .lg\:ring-offset-contrast-black{
    --tw-ring-offset-color: black;
  }

  :root .lg\:ring-offset-contrast-white{
    --tw-ring-offset-color: white;
  }

  :root .lg\:ring-offset-primary-light{
    --tw-ring-offset-color: rgba(var(--color-primary), .1);
  }

  :root .lg\:ring-offset-primary{
    --tw-ring-offset-color: rgb(var(--color-primary));
  }

  :root .lg\:ring-offset-red-light{
    --tw-ring-offset-color: rgba(244, 67, 54, 0.1);
  }

  :root .lg\:ring-offset-red{
    --tw-ring-offset-color: rgb(244, 67, 54);
  }

  :root .lg\:ring-offset-green-2{
    --tw-ring-offset-color: rgb(var(--color-green-2));
  }

  :root .lg\:ring-offset-green-3{
    --tw-ring-offset-color: rgb(var(--color-green-3));
  }

  :root .lg\:ring-offset-green-4{
    --tw-ring-offset-color: rgb(var(--color-green-4));
  }

  :root .lg\:ring-offset-gren{
    --tw-ring-offset-color: rgb(var(--color-gren));
  }

  :root .lg\:ring-offset-gren-1{
    --tw-ring-offset-color: rgb(var(--color-gren-1));
  }

  :root .lg\:ring-offset-gren-2{
    --tw-ring-offset-color: rgb(var(--color-gren-2));
  }

  :root .lg\:ring-offset-gren-3{
    --tw-ring-offset-color: rgb(var(--color-gren-3));
  }

  :root .lg\:ring-offset-gren-4{
    --tw-ring-offset-color: rgb(var(--color-gren-4));
  }

  :root .lg\:ring-offset-selected{
    --tw-ring-offset-color: rgb(var(--color-selected));
  }

  :root .lg\:ring-offset-error{
    --tw-ring-offset-color: rgb(var(--color-error));
  }

  :root .lg\:ring-offset-attention{
    --tw-ring-offset-color: rgb(var(--color-attention));
  }

  :root .lg\:ring-offset-accept{
    --tw-ring-offset-color: rgb(var(--color-accept));
  }

  :root .lg\:ring-offset-system{
    --tw-ring-offset-color: rgb(var(--color-system));
  }

  :root .lg\:ring-offset-orange{
    --tw-ring-offset-color: rgb(var(--color-orange));
  }

  :root .lg\:ring-offset-links{
    --tw-ring-offset-color: rgb(var(--color-links));
  }

  :root .lg\:ring-offset-teal{
    --tw-ring-offset-color: rgb(var(--color-teal));
  }

  :root .lg\:ring-offset-purple{
    --tw-ring-offset-color: rgb(var(--color-purple));
  }

  :root .lg\:ring-offset-pink{
    --tw-ring-offset-color: rgb(var(--color-pink));
  }

  :root .lg\:ring-offset-margaret{
    --tw-ring-offset-color: rgb(var(--color-margaret));
  }

  :root .lg\:ring-offset-betty{
    --tw-ring-offset-color: rgb(var(--color-betty));
  }

  :root .lg\:ring-offset-natasha-light{
    --tw-ring-offset-color: rgba(var(--color-natasha), .05);
  }

  :root .lg\:ring-offset-natasha{
    --tw-ring-offset-color: rgb(var(--color-natasha));
  }

  :root .lg\:ring-offset-tiffany{
    --tw-ring-offset-color: rgb(var(--color-tiffany));
  }

  :root .lg\:ring-offset-barbara{
    --tw-ring-offset-color: rgb(var(--color-barbara));
  }

  :root .lg\:ring-offset-suzanne{
    --tw-ring-offset-color: rgb(var(--color-suzanne));
  }

  :root .lg\:ring-offset-lily{
    --tw-ring-offset-color: rgb(var(--color-lily));
  }

  :root .lg\:ring-offset-stephanie{
    --tw-ring-offset-color: rgb(var(--color-stephanie));
  }

  :root .lg\:ring-offset-lisa{
    --tw-ring-offset-color: rgba(var(--color-lisa), 0.6);
  }

  :root .lg\:ring-offset-california{
    --tw-ring-offset-color: rgb(var(--color-california));
  }

  :root .lg\:ring-offset-texas{
    --tw-ring-offset-color: rgb(var(--color-texas));
  }

  :root .lg\:ring-offset-florida{
    --tw-ring-offset-color: rgb(var(--color-florida));
  }

  :root .lg\:ring-offset-colorado{
    --tw-ring-offset-color: rgb(var(--color-colorado));
  }

  :root .lg\:ring-offset-seattle{
    --tw-ring-offset-color: rgb(var(--color-seattle));
  }

  :root .lg\:ring-offset-denver{
    --tw-ring-offset-color: rgb(var(--color-denver));
  }

  :root .lg\:ring-offset-arizona{
    --tw-ring-offset-color: rgb(var(--color-arizona));
  }

  :root .lg\:ring-offset-shpongle{
    --tw-ring-offset-color: rgb(var(--color-shpongle));
  }

  :root .lg\:ring-offset-band{
    --tw-ring-offset-color: rgb(var(--color-band));
  }

  :root .lg\:ring-offset-blur{
    --tw-ring-offset-color: rgba(var(--color-blur), 0.05);
  }

  :root .lg\:ring-offset-mila{
    --tw-ring-offset-color: rgba(var(--color-mila));
  }

  :root .lg\:focus-within\:ring-offset-current:focus-within{
    --tw-ring-offset-color: currentColor;
  }

  :root .lg\:focus-within\:ring-offset-transparent:focus-within{
    --tw-ring-offset-color: transparent;
  }

  :root .lg\:focus-within\:ring-offset-black:focus-within{
    --tw-ring-offset-color: rgb(var(--color-black));
  }

  :root .lg\:focus-within\:ring-offset-white:focus-within{
    --tw-ring-offset-color: rgb(var(--color-white));
  }

  :root .lg\:focus-within\:ring-offset-contrast-black:focus-within{
    --tw-ring-offset-color: black;
  }

  :root .lg\:focus-within\:ring-offset-contrast-white:focus-within{
    --tw-ring-offset-color: white;
  }

  :root .lg\:focus-within\:ring-offset-primary-light:focus-within{
    --tw-ring-offset-color: rgba(var(--color-primary), .1);
  }

  :root .lg\:focus-within\:ring-offset-primary:focus-within{
    --tw-ring-offset-color: rgb(var(--color-primary));
  }

  :root .lg\:focus-within\:ring-offset-red-light:focus-within{
    --tw-ring-offset-color: rgba(244, 67, 54, 0.1);
  }

  :root .lg\:focus-within\:ring-offset-red:focus-within{
    --tw-ring-offset-color: rgb(244, 67, 54);
  }

  :root .lg\:focus-within\:ring-offset-green-2:focus-within{
    --tw-ring-offset-color: rgb(var(--color-green-2));
  }

  :root .lg\:focus-within\:ring-offset-green-3:focus-within{
    --tw-ring-offset-color: rgb(var(--color-green-3));
  }

  :root .lg\:focus-within\:ring-offset-green-4:focus-within{
    --tw-ring-offset-color: rgb(var(--color-green-4));
  }

  :root .lg\:focus-within\:ring-offset-gren:focus-within{
    --tw-ring-offset-color: rgb(var(--color-gren));
  }

  :root .lg\:focus-within\:ring-offset-gren-1:focus-within{
    --tw-ring-offset-color: rgb(var(--color-gren-1));
  }

  :root .lg\:focus-within\:ring-offset-gren-2:focus-within{
    --tw-ring-offset-color: rgb(var(--color-gren-2));
  }

  :root .lg\:focus-within\:ring-offset-gren-3:focus-within{
    --tw-ring-offset-color: rgb(var(--color-gren-3));
  }

  :root .lg\:focus-within\:ring-offset-gren-4:focus-within{
    --tw-ring-offset-color: rgb(var(--color-gren-4));
  }

  :root .lg\:focus-within\:ring-offset-selected:focus-within{
    --tw-ring-offset-color: rgb(var(--color-selected));
  }

  :root .lg\:focus-within\:ring-offset-error:focus-within{
    --tw-ring-offset-color: rgb(var(--color-error));
  }

  :root .lg\:focus-within\:ring-offset-attention:focus-within{
    --tw-ring-offset-color: rgb(var(--color-attention));
  }

  :root .lg\:focus-within\:ring-offset-accept:focus-within{
    --tw-ring-offset-color: rgb(var(--color-accept));
  }

  :root .lg\:focus-within\:ring-offset-system:focus-within{
    --tw-ring-offset-color: rgb(var(--color-system));
  }

  :root .lg\:focus-within\:ring-offset-orange:focus-within{
    --tw-ring-offset-color: rgb(var(--color-orange));
  }

  :root .lg\:focus-within\:ring-offset-links:focus-within{
    --tw-ring-offset-color: rgb(var(--color-links));
  }

  :root .lg\:focus-within\:ring-offset-teal:focus-within{
    --tw-ring-offset-color: rgb(var(--color-teal));
  }

  :root .lg\:focus-within\:ring-offset-purple:focus-within{
    --tw-ring-offset-color: rgb(var(--color-purple));
  }

  :root .lg\:focus-within\:ring-offset-pink:focus-within{
    --tw-ring-offset-color: rgb(var(--color-pink));
  }

  :root .lg\:focus-within\:ring-offset-margaret:focus-within{
    --tw-ring-offset-color: rgb(var(--color-margaret));
  }

  :root .lg\:focus-within\:ring-offset-betty:focus-within{
    --tw-ring-offset-color: rgb(var(--color-betty));
  }

  :root .lg\:focus-within\:ring-offset-natasha-light:focus-within{
    --tw-ring-offset-color: rgba(var(--color-natasha), .05);
  }

  :root .lg\:focus-within\:ring-offset-natasha:focus-within{
    --tw-ring-offset-color: rgb(var(--color-natasha));
  }

  :root .lg\:focus-within\:ring-offset-tiffany:focus-within{
    --tw-ring-offset-color: rgb(var(--color-tiffany));
  }

  :root .lg\:focus-within\:ring-offset-barbara:focus-within{
    --tw-ring-offset-color: rgb(var(--color-barbara));
  }

  :root .lg\:focus-within\:ring-offset-suzanne:focus-within{
    --tw-ring-offset-color: rgb(var(--color-suzanne));
  }

  :root .lg\:focus-within\:ring-offset-lily:focus-within{
    --tw-ring-offset-color: rgb(var(--color-lily));
  }

  :root .lg\:focus-within\:ring-offset-stephanie:focus-within{
    --tw-ring-offset-color: rgb(var(--color-stephanie));
  }

  :root .lg\:focus-within\:ring-offset-lisa:focus-within{
    --tw-ring-offset-color: rgba(var(--color-lisa), 0.6);
  }

  :root .lg\:focus-within\:ring-offset-california:focus-within{
    --tw-ring-offset-color: rgb(var(--color-california));
  }

  :root .lg\:focus-within\:ring-offset-texas:focus-within{
    --tw-ring-offset-color: rgb(var(--color-texas));
  }

  :root .lg\:focus-within\:ring-offset-florida:focus-within{
    --tw-ring-offset-color: rgb(var(--color-florida));
  }

  :root .lg\:focus-within\:ring-offset-colorado:focus-within{
    --tw-ring-offset-color: rgb(var(--color-colorado));
  }

  :root .lg\:focus-within\:ring-offset-seattle:focus-within{
    --tw-ring-offset-color: rgb(var(--color-seattle));
  }

  :root .lg\:focus-within\:ring-offset-denver:focus-within{
    --tw-ring-offset-color: rgb(var(--color-denver));
  }

  :root .lg\:focus-within\:ring-offset-arizona:focus-within{
    --tw-ring-offset-color: rgb(var(--color-arizona));
  }

  :root .lg\:focus-within\:ring-offset-shpongle:focus-within{
    --tw-ring-offset-color: rgb(var(--color-shpongle));
  }

  :root .lg\:focus-within\:ring-offset-band:focus-within{
    --tw-ring-offset-color: rgb(var(--color-band));
  }

  :root .lg\:focus-within\:ring-offset-blur:focus-within{
    --tw-ring-offset-color: rgba(var(--color-blur), 0.05);
  }

  :root .lg\:focus-within\:ring-offset-mila:focus-within{
    --tw-ring-offset-color: rgba(var(--color-mila));
  }

  :root .lg\:focus\:ring-offset-current:focus{
    --tw-ring-offset-color: currentColor;
  }

  :root .lg\:focus\:ring-offset-transparent:focus{
    --tw-ring-offset-color: transparent;
  }

  :root .lg\:focus\:ring-offset-black:focus{
    --tw-ring-offset-color: rgb(var(--color-black));
  }

  :root .lg\:focus\:ring-offset-white:focus{
    --tw-ring-offset-color: rgb(var(--color-white));
  }

  :root .lg\:focus\:ring-offset-contrast-black:focus{
    --tw-ring-offset-color: black;
  }

  :root .lg\:focus\:ring-offset-contrast-white:focus{
    --tw-ring-offset-color: white;
  }

  :root .lg\:focus\:ring-offset-primary-light:focus{
    --tw-ring-offset-color: rgba(var(--color-primary), .1);
  }

  :root .lg\:focus\:ring-offset-primary:focus{
    --tw-ring-offset-color: rgb(var(--color-primary));
  }

  :root .lg\:focus\:ring-offset-red-light:focus{
    --tw-ring-offset-color: rgba(244, 67, 54, 0.1);
  }

  :root .lg\:focus\:ring-offset-red:focus{
    --tw-ring-offset-color: rgb(244, 67, 54);
  }

  :root .lg\:focus\:ring-offset-green-2:focus{
    --tw-ring-offset-color: rgb(var(--color-green-2));
  }

  :root .lg\:focus\:ring-offset-green-3:focus{
    --tw-ring-offset-color: rgb(var(--color-green-3));
  }

  :root .lg\:focus\:ring-offset-green-4:focus{
    --tw-ring-offset-color: rgb(var(--color-green-4));
  }

  :root .lg\:focus\:ring-offset-gren:focus{
    --tw-ring-offset-color: rgb(var(--color-gren));
  }

  :root .lg\:focus\:ring-offset-gren-1:focus{
    --tw-ring-offset-color: rgb(var(--color-gren-1));
  }

  :root .lg\:focus\:ring-offset-gren-2:focus{
    --tw-ring-offset-color: rgb(var(--color-gren-2));
  }

  :root .lg\:focus\:ring-offset-gren-3:focus{
    --tw-ring-offset-color: rgb(var(--color-gren-3));
  }

  :root .lg\:focus\:ring-offset-gren-4:focus{
    --tw-ring-offset-color: rgb(var(--color-gren-4));
  }

  :root .lg\:focus\:ring-offset-selected:focus{
    --tw-ring-offset-color: rgb(var(--color-selected));
  }

  :root .lg\:focus\:ring-offset-error:focus{
    --tw-ring-offset-color: rgb(var(--color-error));
  }

  :root .lg\:focus\:ring-offset-attention:focus{
    --tw-ring-offset-color: rgb(var(--color-attention));
  }

  :root .lg\:focus\:ring-offset-accept:focus{
    --tw-ring-offset-color: rgb(var(--color-accept));
  }

  :root .lg\:focus\:ring-offset-system:focus{
    --tw-ring-offset-color: rgb(var(--color-system));
  }

  :root .lg\:focus\:ring-offset-orange:focus{
    --tw-ring-offset-color: rgb(var(--color-orange));
  }

  :root .lg\:focus\:ring-offset-links:focus{
    --tw-ring-offset-color: rgb(var(--color-links));
  }

  :root .lg\:focus\:ring-offset-teal:focus{
    --tw-ring-offset-color: rgb(var(--color-teal));
  }

  :root .lg\:focus\:ring-offset-purple:focus{
    --tw-ring-offset-color: rgb(var(--color-purple));
  }

  :root .lg\:focus\:ring-offset-pink:focus{
    --tw-ring-offset-color: rgb(var(--color-pink));
  }

  :root .lg\:focus\:ring-offset-margaret:focus{
    --tw-ring-offset-color: rgb(var(--color-margaret));
  }

  :root .lg\:focus\:ring-offset-betty:focus{
    --tw-ring-offset-color: rgb(var(--color-betty));
  }

  :root .lg\:focus\:ring-offset-natasha-light:focus{
    --tw-ring-offset-color: rgba(var(--color-natasha), .05);
  }

  :root .lg\:focus\:ring-offset-natasha:focus{
    --tw-ring-offset-color: rgb(var(--color-natasha));
  }

  :root .lg\:focus\:ring-offset-tiffany:focus{
    --tw-ring-offset-color: rgb(var(--color-tiffany));
  }

  :root .lg\:focus\:ring-offset-barbara:focus{
    --tw-ring-offset-color: rgb(var(--color-barbara));
  }

  :root .lg\:focus\:ring-offset-suzanne:focus{
    --tw-ring-offset-color: rgb(var(--color-suzanne));
  }

  :root .lg\:focus\:ring-offset-lily:focus{
    --tw-ring-offset-color: rgb(var(--color-lily));
  }

  :root .lg\:focus\:ring-offset-stephanie:focus{
    --tw-ring-offset-color: rgb(var(--color-stephanie));
  }

  :root .lg\:focus\:ring-offset-lisa:focus{
    --tw-ring-offset-color: rgba(var(--color-lisa), 0.6);
  }

  :root .lg\:focus\:ring-offset-california:focus{
    --tw-ring-offset-color: rgb(var(--color-california));
  }

  :root .lg\:focus\:ring-offset-texas:focus{
    --tw-ring-offset-color: rgb(var(--color-texas));
  }

  :root .lg\:focus\:ring-offset-florida:focus{
    --tw-ring-offset-color: rgb(var(--color-florida));
  }

  :root .lg\:focus\:ring-offset-colorado:focus{
    --tw-ring-offset-color: rgb(var(--color-colorado));
  }

  :root .lg\:focus\:ring-offset-seattle:focus{
    --tw-ring-offset-color: rgb(var(--color-seattle));
  }

  :root .lg\:focus\:ring-offset-denver:focus{
    --tw-ring-offset-color: rgb(var(--color-denver));
  }

  :root .lg\:focus\:ring-offset-arizona:focus{
    --tw-ring-offset-color: rgb(var(--color-arizona));
  }

  :root .lg\:focus\:ring-offset-shpongle:focus{
    --tw-ring-offset-color: rgb(var(--color-shpongle));
  }

  :root .lg\:focus\:ring-offset-band:focus{
    --tw-ring-offset-color: rgb(var(--color-band));
  }

  :root .lg\:focus\:ring-offset-blur:focus{
    --tw-ring-offset-color: rgba(var(--color-blur), 0.05);
  }

  :root .lg\:focus\:ring-offset-mila:focus{
    --tw-ring-offset-color: rgba(var(--color-mila));
  }

  :root .lg\:ring-offset-0{
    --tw-ring-offset-width: 0px;
  }

  :root .lg\:ring-offset-1{
    --tw-ring-offset-width: 1px;
  }

  :root .lg\:ring-offset-2{
    --tw-ring-offset-width: 2px;
  }

  :root .lg\:ring-offset-4{
    --tw-ring-offset-width: 4px;
  }

  :root .lg\:ring-offset-8{
    --tw-ring-offset-width: 8px;
  }

  :root .lg\:focus-within\:ring-offset-0:focus-within{
    --tw-ring-offset-width: 0px;
  }

  :root .lg\:focus-within\:ring-offset-1:focus-within{
    --tw-ring-offset-width: 1px;
  }

  :root .lg\:focus-within\:ring-offset-2:focus-within{
    --tw-ring-offset-width: 2px;
  }

  :root .lg\:focus-within\:ring-offset-4:focus-within{
    --tw-ring-offset-width: 4px;
  }

  :root .lg\:focus-within\:ring-offset-8:focus-within{
    --tw-ring-offset-width: 8px;
  }

  :root .lg\:focus\:ring-offset-0:focus{
    --tw-ring-offset-width: 0px;
  }

  :root .lg\:focus\:ring-offset-1:focus{
    --tw-ring-offset-width: 1px;
  }

  :root .lg\:focus\:ring-offset-2:focus{
    --tw-ring-offset-width: 2px;
  }

  :root .lg\:focus\:ring-offset-4:focus{
    --tw-ring-offset-width: 4px;
  }

  :root .lg\:focus\:ring-offset-8:focus{
    --tw-ring-offset-width: 8px;
  }

  :root .lg\:ring-current{
    --tw-ring-color: currentColor;
  }

  :root .lg\:ring-transparent{
    --tw-ring-color: transparent;
  }

  :root .lg\:ring-black{
    --tw-ring-color: rgb(var(--color-black));
  }

  :root .lg\:ring-white{
    --tw-ring-color: rgb(var(--color-white));
  }

  :root .lg\:ring-contrast-black{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  :root .lg\:ring-contrast-white{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  :root .lg\:ring-primary-light{
    --tw-ring-color: rgba(var(--color-primary), .1);
  }

  :root .lg\:ring-primary{
    --tw-ring-color: rgb(var(--color-primary));
  }

  :root .lg\:ring-red-light{
    --tw-ring-color: rgba(244, 67, 54, 0.1);
  }

  :root .lg\:ring-red{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 67, 54, var(--tw-ring-opacity));
  }

  :root .lg\:ring-green-2{
    --tw-ring-color: rgb(var(--color-green-2));
  }

  :root .lg\:ring-green-3{
    --tw-ring-color: rgb(var(--color-green-3));
  }

  :root .lg\:ring-green-4{
    --tw-ring-color: rgb(var(--color-green-4));
  }

  :root .lg\:ring-gren{
    --tw-ring-color: rgb(var(--color-gren));
  }

  :root .lg\:ring-gren-1{
    --tw-ring-color: rgb(var(--color-gren-1));
  }

  :root .lg\:ring-gren-2{
    --tw-ring-color: rgb(var(--color-gren-2));
  }

  :root .lg\:ring-gren-3{
    --tw-ring-color: rgb(var(--color-gren-3));
  }

  :root .lg\:ring-gren-4{
    --tw-ring-color: rgb(var(--color-gren-4));
  }

  :root .lg\:ring-selected{
    --tw-ring-color: rgb(var(--color-selected));
  }

  :root .lg\:ring-error{
    --tw-ring-color: rgb(var(--color-error));
  }

  :root .lg\:ring-attention{
    --tw-ring-color: rgb(var(--color-attention));
  }

  :root .lg\:ring-accept{
    --tw-ring-color: rgb(var(--color-accept));
  }

  :root .lg\:ring-system{
    --tw-ring-color: rgb(var(--color-system));
  }

  :root .lg\:ring-orange{
    --tw-ring-color: rgb(var(--color-orange));
  }

  :root .lg\:ring-links{
    --tw-ring-color: rgb(var(--color-links));
  }

  :root .lg\:ring-teal{
    --tw-ring-color: rgb(var(--color-teal));
  }

  :root .lg\:ring-purple{
    --tw-ring-color: rgb(var(--color-purple));
  }

  :root .lg\:ring-pink{
    --tw-ring-color: rgb(var(--color-pink));
  }

  :root .lg\:ring-margaret{
    --tw-ring-color: rgb(var(--color-margaret));
  }

  :root .lg\:ring-betty{
    --tw-ring-color: rgb(var(--color-betty));
  }

  :root .lg\:ring-natasha-light{
    --tw-ring-color: rgba(var(--color-natasha), .05);
  }

  :root .lg\:ring-natasha{
    --tw-ring-color: rgb(var(--color-natasha));
  }

  :root .lg\:ring-tiffany{
    --tw-ring-color: rgb(var(--color-tiffany));
  }

  :root .lg\:ring-barbara{
    --tw-ring-color: rgb(var(--color-barbara));
  }

  :root .lg\:ring-suzanne{
    --tw-ring-color: rgb(var(--color-suzanne));
  }

  :root .lg\:ring-lily{
    --tw-ring-color: rgb(var(--color-lily));
  }

  :root .lg\:ring-stephanie{
    --tw-ring-color: rgb(var(--color-stephanie));
  }

  :root .lg\:ring-lisa{
    --tw-ring-color: rgba(var(--color-lisa), 0.6);
  }

  :root .lg\:ring-california{
    --tw-ring-color: rgb(var(--color-california));
  }

  :root .lg\:ring-texas{
    --tw-ring-color: rgb(var(--color-texas));
  }

  :root .lg\:ring-florida{
    --tw-ring-color: rgb(var(--color-florida));
  }

  :root .lg\:ring-colorado{
    --tw-ring-color: rgb(var(--color-colorado));
  }

  :root .lg\:ring-seattle{
    --tw-ring-color: rgb(var(--color-seattle));
  }

  :root .lg\:ring-denver{
    --tw-ring-color: rgb(var(--color-denver));
  }

  :root .lg\:ring-arizona{
    --tw-ring-color: rgb(var(--color-arizona));
  }

  :root .lg\:ring-shpongle{
    --tw-ring-color: rgb(var(--color-shpongle));
  }

  :root .lg\:ring-band{
    --tw-ring-color: rgb(var(--color-band));
  }

  :root .lg\:ring-blur{
    --tw-ring-color: rgba(var(--color-blur), 0.05);
  }

  :root .lg\:ring-mila{
    --tw-ring-color: rgba(var(--color-mila));
  }

  :root .lg\:focus-within\:ring-current:focus-within{
    --tw-ring-color: currentColor;
  }

  :root .lg\:focus-within\:ring-transparent:focus-within{
    --tw-ring-color: transparent;
  }

  :root .lg\:focus-within\:ring-black:focus-within{
    --tw-ring-color: rgb(var(--color-black));
  }

  :root .lg\:focus-within\:ring-white:focus-within{
    --tw-ring-color: rgb(var(--color-white));
  }

  :root .lg\:focus-within\:ring-contrast-black:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  :root .lg\:focus-within\:ring-contrast-white:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  :root .lg\:focus-within\:ring-primary-light:focus-within{
    --tw-ring-color: rgba(var(--color-primary), .1);
  }

  :root .lg\:focus-within\:ring-primary:focus-within{
    --tw-ring-color: rgb(var(--color-primary));
  }

  :root .lg\:focus-within\:ring-red-light:focus-within{
    --tw-ring-color: rgba(244, 67, 54, 0.1);
  }

  :root .lg\:focus-within\:ring-red:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 67, 54, var(--tw-ring-opacity));
  }

  :root .lg\:focus-within\:ring-green-2:focus-within{
    --tw-ring-color: rgb(var(--color-green-2));
  }

  :root .lg\:focus-within\:ring-green-3:focus-within{
    --tw-ring-color: rgb(var(--color-green-3));
  }

  :root .lg\:focus-within\:ring-green-4:focus-within{
    --tw-ring-color: rgb(var(--color-green-4));
  }

  :root .lg\:focus-within\:ring-gren:focus-within{
    --tw-ring-color: rgb(var(--color-gren));
  }

  :root .lg\:focus-within\:ring-gren-1:focus-within{
    --tw-ring-color: rgb(var(--color-gren-1));
  }

  :root .lg\:focus-within\:ring-gren-2:focus-within{
    --tw-ring-color: rgb(var(--color-gren-2));
  }

  :root .lg\:focus-within\:ring-gren-3:focus-within{
    --tw-ring-color: rgb(var(--color-gren-3));
  }

  :root .lg\:focus-within\:ring-gren-4:focus-within{
    --tw-ring-color: rgb(var(--color-gren-4));
  }

  :root .lg\:focus-within\:ring-selected:focus-within{
    --tw-ring-color: rgb(var(--color-selected));
  }

  :root .lg\:focus-within\:ring-error:focus-within{
    --tw-ring-color: rgb(var(--color-error));
  }

  :root .lg\:focus-within\:ring-attention:focus-within{
    --tw-ring-color: rgb(var(--color-attention));
  }

  :root .lg\:focus-within\:ring-accept:focus-within{
    --tw-ring-color: rgb(var(--color-accept));
  }

  :root .lg\:focus-within\:ring-system:focus-within{
    --tw-ring-color: rgb(var(--color-system));
  }

  :root .lg\:focus-within\:ring-orange:focus-within{
    --tw-ring-color: rgb(var(--color-orange));
  }

  :root .lg\:focus-within\:ring-links:focus-within{
    --tw-ring-color: rgb(var(--color-links));
  }

  :root .lg\:focus-within\:ring-teal:focus-within{
    --tw-ring-color: rgb(var(--color-teal));
  }

  :root .lg\:focus-within\:ring-purple:focus-within{
    --tw-ring-color: rgb(var(--color-purple));
  }

  :root .lg\:focus-within\:ring-pink:focus-within{
    --tw-ring-color: rgb(var(--color-pink));
  }

  :root .lg\:focus-within\:ring-margaret:focus-within{
    --tw-ring-color: rgb(var(--color-margaret));
  }

  :root .lg\:focus-within\:ring-betty:focus-within{
    --tw-ring-color: rgb(var(--color-betty));
  }

  :root .lg\:focus-within\:ring-natasha-light:focus-within{
    --tw-ring-color: rgba(var(--color-natasha), .05);
  }

  :root .lg\:focus-within\:ring-natasha:focus-within{
    --tw-ring-color: rgb(var(--color-natasha));
  }

  :root .lg\:focus-within\:ring-tiffany:focus-within{
    --tw-ring-color: rgb(var(--color-tiffany));
  }

  :root .lg\:focus-within\:ring-barbara:focus-within{
    --tw-ring-color: rgb(var(--color-barbara));
  }

  :root .lg\:focus-within\:ring-suzanne:focus-within{
    --tw-ring-color: rgb(var(--color-suzanne));
  }

  :root .lg\:focus-within\:ring-lily:focus-within{
    --tw-ring-color: rgb(var(--color-lily));
  }

  :root .lg\:focus-within\:ring-stephanie:focus-within{
    --tw-ring-color: rgb(var(--color-stephanie));
  }

  :root .lg\:focus-within\:ring-lisa:focus-within{
    --tw-ring-color: rgba(var(--color-lisa), 0.6);
  }

  :root .lg\:focus-within\:ring-california:focus-within{
    --tw-ring-color: rgb(var(--color-california));
  }

  :root .lg\:focus-within\:ring-texas:focus-within{
    --tw-ring-color: rgb(var(--color-texas));
  }

  :root .lg\:focus-within\:ring-florida:focus-within{
    --tw-ring-color: rgb(var(--color-florida));
  }

  :root .lg\:focus-within\:ring-colorado:focus-within{
    --tw-ring-color: rgb(var(--color-colorado));
  }

  :root .lg\:focus-within\:ring-seattle:focus-within{
    --tw-ring-color: rgb(var(--color-seattle));
  }

  :root .lg\:focus-within\:ring-denver:focus-within{
    --tw-ring-color: rgb(var(--color-denver));
  }

  :root .lg\:focus-within\:ring-arizona:focus-within{
    --tw-ring-color: rgb(var(--color-arizona));
  }

  :root .lg\:focus-within\:ring-shpongle:focus-within{
    --tw-ring-color: rgb(var(--color-shpongle));
  }

  :root .lg\:focus-within\:ring-band:focus-within{
    --tw-ring-color: rgb(var(--color-band));
  }

  :root .lg\:focus-within\:ring-blur:focus-within{
    --tw-ring-color: rgba(var(--color-blur), 0.05);
  }

  :root .lg\:focus-within\:ring-mila:focus-within{
    --tw-ring-color: rgba(var(--color-mila));
  }

  :root .lg\:focus\:ring-current:focus{
    --tw-ring-color: currentColor;
  }

  :root .lg\:focus\:ring-transparent:focus{
    --tw-ring-color: transparent;
  }

  :root .lg\:focus\:ring-black:focus{
    --tw-ring-color: rgb(var(--color-black));
  }

  :root .lg\:focus\:ring-white:focus{
    --tw-ring-color: rgb(var(--color-white));
  }

  :root .lg\:focus\:ring-contrast-black:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  :root .lg\:focus\:ring-contrast-white:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  :root .lg\:focus\:ring-primary-light:focus{
    --tw-ring-color: rgba(var(--color-primary), .1);
  }

  :root .lg\:focus\:ring-primary:focus{
    --tw-ring-color: rgb(var(--color-primary));
  }

  :root .lg\:focus\:ring-red-light:focus{
    --tw-ring-color: rgba(244, 67, 54, 0.1);
  }

  :root .lg\:focus\:ring-red:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 67, 54, var(--tw-ring-opacity));
  }

  :root .lg\:focus\:ring-green-2:focus{
    --tw-ring-color: rgb(var(--color-green-2));
  }

  :root .lg\:focus\:ring-green-3:focus{
    --tw-ring-color: rgb(var(--color-green-3));
  }

  :root .lg\:focus\:ring-green-4:focus{
    --tw-ring-color: rgb(var(--color-green-4));
  }

  :root .lg\:focus\:ring-gren:focus{
    --tw-ring-color: rgb(var(--color-gren));
  }

  :root .lg\:focus\:ring-gren-1:focus{
    --tw-ring-color: rgb(var(--color-gren-1));
  }

  :root .lg\:focus\:ring-gren-2:focus{
    --tw-ring-color: rgb(var(--color-gren-2));
  }

  :root .lg\:focus\:ring-gren-3:focus{
    --tw-ring-color: rgb(var(--color-gren-3));
  }

  :root .lg\:focus\:ring-gren-4:focus{
    --tw-ring-color: rgb(var(--color-gren-4));
  }

  :root .lg\:focus\:ring-selected:focus{
    --tw-ring-color: rgb(var(--color-selected));
  }

  :root .lg\:focus\:ring-error:focus{
    --tw-ring-color: rgb(var(--color-error));
  }

  :root .lg\:focus\:ring-attention:focus{
    --tw-ring-color: rgb(var(--color-attention));
  }

  :root .lg\:focus\:ring-accept:focus{
    --tw-ring-color: rgb(var(--color-accept));
  }

  :root .lg\:focus\:ring-system:focus{
    --tw-ring-color: rgb(var(--color-system));
  }

  :root .lg\:focus\:ring-orange:focus{
    --tw-ring-color: rgb(var(--color-orange));
  }

  :root .lg\:focus\:ring-links:focus{
    --tw-ring-color: rgb(var(--color-links));
  }

  :root .lg\:focus\:ring-teal:focus{
    --tw-ring-color: rgb(var(--color-teal));
  }

  :root .lg\:focus\:ring-purple:focus{
    --tw-ring-color: rgb(var(--color-purple));
  }

  :root .lg\:focus\:ring-pink:focus{
    --tw-ring-color: rgb(var(--color-pink));
  }

  :root .lg\:focus\:ring-margaret:focus{
    --tw-ring-color: rgb(var(--color-margaret));
  }

  :root .lg\:focus\:ring-betty:focus{
    --tw-ring-color: rgb(var(--color-betty));
  }

  :root .lg\:focus\:ring-natasha-light:focus{
    --tw-ring-color: rgba(var(--color-natasha), .05);
  }

  :root .lg\:focus\:ring-natasha:focus{
    --tw-ring-color: rgb(var(--color-natasha));
  }

  :root .lg\:focus\:ring-tiffany:focus{
    --tw-ring-color: rgb(var(--color-tiffany));
  }

  :root .lg\:focus\:ring-barbara:focus{
    --tw-ring-color: rgb(var(--color-barbara));
  }

  :root .lg\:focus\:ring-suzanne:focus{
    --tw-ring-color: rgb(var(--color-suzanne));
  }

  :root .lg\:focus\:ring-lily:focus{
    --tw-ring-color: rgb(var(--color-lily));
  }

  :root .lg\:focus\:ring-stephanie:focus{
    --tw-ring-color: rgb(var(--color-stephanie));
  }

  :root .lg\:focus\:ring-lisa:focus{
    --tw-ring-color: rgba(var(--color-lisa), 0.6);
  }

  :root .lg\:focus\:ring-california:focus{
    --tw-ring-color: rgb(var(--color-california));
  }

  :root .lg\:focus\:ring-texas:focus{
    --tw-ring-color: rgb(var(--color-texas));
  }

  :root .lg\:focus\:ring-florida:focus{
    --tw-ring-color: rgb(var(--color-florida));
  }

  :root .lg\:focus\:ring-colorado:focus{
    --tw-ring-color: rgb(var(--color-colorado));
  }

  :root .lg\:focus\:ring-seattle:focus{
    --tw-ring-color: rgb(var(--color-seattle));
  }

  :root .lg\:focus\:ring-denver:focus{
    --tw-ring-color: rgb(var(--color-denver));
  }

  :root .lg\:focus\:ring-arizona:focus{
    --tw-ring-color: rgb(var(--color-arizona));
  }

  :root .lg\:focus\:ring-shpongle:focus{
    --tw-ring-color: rgb(var(--color-shpongle));
  }

  :root .lg\:focus\:ring-band:focus{
    --tw-ring-color: rgb(var(--color-band));
  }

  :root .lg\:focus\:ring-blur:focus{
    --tw-ring-color: rgba(var(--color-blur), 0.05);
  }

  :root .lg\:focus\:ring-mila:focus{
    --tw-ring-color: rgba(var(--color-mila));
  }

  :root .lg\:ring-opacity-0{
    --tw-ring-opacity: 0;
  }

  :root .lg\:ring-opacity-25{
    --tw-ring-opacity: 0.25;
  }

  :root .lg\:ring-opacity-50{
    --tw-ring-opacity: 0.5;
  }

  :root .lg\:ring-opacity-75{
    --tw-ring-opacity: 0.75;
  }

  :root .lg\:ring-opacity-100{
    --tw-ring-opacity: 1;
  }

  :root .lg\:focus-within\:ring-opacity-0:focus-within{
    --tw-ring-opacity: 0;
  }

  :root .lg\:focus-within\:ring-opacity-25:focus-within{
    --tw-ring-opacity: 0.25;
  }

  :root .lg\:focus-within\:ring-opacity-50:focus-within{
    --tw-ring-opacity: 0.5;
  }

  :root .lg\:focus-within\:ring-opacity-75:focus-within{
    --tw-ring-opacity: 0.75;
  }

  :root .lg\:focus-within\:ring-opacity-100:focus-within{
    --tw-ring-opacity: 1;
  }

  :root .lg\:focus\:ring-opacity-0:focus{
    --tw-ring-opacity: 0;
  }

  :root .lg\:focus\:ring-opacity-25:focus{
    --tw-ring-opacity: 0.25;
  }

  :root .lg\:focus\:ring-opacity-50:focus{
    --tw-ring-opacity: 0.5;
  }

  :root .lg\:focus\:ring-opacity-75:focus{
    --tw-ring-opacity: 0.75;
  }

  :root .lg\:focus\:ring-opacity-100:focus{
    --tw-ring-opacity: 1;
  }

  :root .lg\:fill-current{
    fill: currentColor;
  }

  :root .lg\:stroke-current{
    stroke: currentColor;
  }

  :root .lg\:stroke-0{
    stroke-width: 0;
  }

  :root .lg\:stroke-1{
    stroke-width: 1;
  }

  :root .lg\:stroke-2{
    stroke-width: 2;
  }

  :root .lg\:table-auto{
    table-layout: auto;
  }

  :root .lg\:table-fixed{
    table-layout: fixed;
  }

  :root .lg\:text-left{
    text-align: left;
  }

  :root .lg\:text-center{
    text-align: center;
  }

  :root .lg\:text-right{
    text-align: right;
  }

  :root .lg\:text-justify{
    text-align: justify;
  }

  :root .lg\:text-secondary{
    color: var(--text-secondary);
  }

  :root .lg\:text-hint{
    color: var(--text-hint);
  }

  :root .lg\:text-current{
    color: currentColor;
  }

  :root .lg\:text-transparent{
    color: transparent;
  }

  :root .lg\:text-black{
    color: rgb(var(--color-black));
  }

  :root .lg\:text-white{
    color: rgb(var(--color-white));
  }

  :root .lg\:text-contrast-black{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .lg\:text-contrast-white{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .lg\:text-primary-light{
    color: rgba(var(--color-primary), .1);
  }

  :root .lg\:text-primary{
    color: rgb(var(--color-primary));
  }

  :root .lg\:text-red-light{
    color: rgba(244, 67, 54, 0.1);
  }

  :root .lg\:text-red{
    --tw-text-opacity: 1;
    color: rgba(244, 67, 54, var(--tw-text-opacity));
  }

  :root .lg\:text-green-2{
    color: rgb(var(--color-green-2));
  }

  :root .lg\:text-green-3{
    color: rgb(var(--color-green-3));
  }

  :root .lg\:text-green-4{
    color: rgb(var(--color-green-4));
  }

  :root .lg\:text-gren{
    color: rgb(var(--color-gren));
  }

  :root .lg\:text-gren-1{
    color: rgb(var(--color-gren-1));
  }

  :root .lg\:text-gren-2{
    color: rgb(var(--color-gren-2));
  }

  :root .lg\:text-gren-3{
    color: rgb(var(--color-gren-3));
  }

  :root .lg\:text-gren-4{
    color: rgb(var(--color-gren-4));
  }

  :root .lg\:text-selected{
    color: rgb(var(--color-selected));
  }

  :root .lg\:text-error{
    color: rgb(var(--color-error));
  }

  :root .lg\:text-attention{
    color: rgb(var(--color-attention));
  }

  :root .lg\:text-accept{
    color: rgb(var(--color-accept));
  }

  :root .lg\:text-system{
    color: rgb(var(--color-system));
  }

  :root .lg\:text-orange{
    color: rgb(var(--color-orange));
  }

  :root .lg\:text-links{
    color: rgb(var(--color-links));
  }

  :root .lg\:text-teal{
    color: rgb(var(--color-teal));
  }

  :root .lg\:text-purple{
    color: rgb(var(--color-purple));
  }

  :root .lg\:text-pink{
    color: rgb(var(--color-pink));
  }

  :root .lg\:text-margaret{
    color: rgb(var(--color-margaret));
  }

  :root .lg\:text-betty{
    color: rgb(var(--color-betty));
  }

  :root .lg\:text-natasha-light{
    color: rgba(var(--color-natasha), .05);
  }

  :root .lg\:text-natasha{
    color: rgb(var(--color-natasha));
  }

  :root .lg\:text-tiffany{
    color: rgb(var(--color-tiffany));
  }

  :root .lg\:text-barbara{
    color: rgb(var(--color-barbara));
  }

  :root .lg\:text-suzanne{
    color: rgb(var(--color-suzanne));
  }

  :root .lg\:text-lily{
    color: rgb(var(--color-lily));
  }

  :root .lg\:text-stephanie{
    color: rgb(var(--color-stephanie));
  }

  :root .lg\:text-lisa{
    color: rgba(var(--color-lisa), 0.6);
  }

  :root .lg\:text-california{
    color: rgb(var(--color-california));
  }

  :root .lg\:text-texas{
    color: rgb(var(--color-texas));
  }

  :root .lg\:text-florida{
    color: rgb(var(--color-florida));
  }

  :root .lg\:text-colorado{
    color: rgb(var(--color-colorado));
  }

  :root .lg\:text-seattle{
    color: rgb(var(--color-seattle));
  }

  :root .lg\:text-denver{
    color: rgb(var(--color-denver));
  }

  :root .lg\:text-arizona{
    color: rgb(var(--color-arizona));
  }

  :root .lg\:text-shpongle{
    color: rgb(var(--color-shpongle));
  }

  :root .lg\:text-band{
    color: rgb(var(--color-band));
  }

  :root .lg\:text-blur{
    color: rgba(var(--color-blur), 0.05);
  }

  :root .lg\:text-mila{
    color: rgba(var(--color-mila));
  }

  :root .lg\:text-primary-contrast{
    color: rgb(var(--color-primary-contrast));
  }

  :root .lg\:text-accent-contrast{
    color: rgb(var(--color-accent-contrast));
  }

  :root .lg\:text-warn-contrast{
    color: rgb(var(--color-warn-contrast));
  }

  :root .lg\:text-red-contrast{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .lg\:text-green-contrast{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .lg\:text-amber-contrast{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .lg\:text-orange-contrast{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .lg\:text-deep-orange-contrast{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .lg\:text-purple-contrast{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .lg\:text-deep-purple-contrast{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .lg\:text-cyan-contrast{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .lg\:text-teal-contrast{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .lg\:text-gray-contrast{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .lg\:text-light-green-contrast{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .lg\:hover\:text-secondary:hover{
    color: var(--text-secondary);
  }

  :root .lg\:hover\:text-hint:hover{
    color: var(--text-hint);
  }

  :root .lg\:hover\:text-current:hover{
    color: currentColor;
  }

  :root .lg\:hover\:text-transparent:hover{
    color: transparent;
  }

  :root .lg\:hover\:text-black:hover{
    color: rgb(var(--color-black));
  }

  :root .lg\:hover\:text-white:hover{
    color: rgb(var(--color-white));
  }

  :root .lg\:hover\:text-contrast-black:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .lg\:hover\:text-contrast-white:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .lg\:hover\:text-primary-light:hover{
    color: rgba(var(--color-primary), .1);
  }

  :root .lg\:hover\:text-primary:hover{
    color: rgb(var(--color-primary));
  }

  :root .lg\:hover\:text-red-light:hover{
    color: rgba(244, 67, 54, 0.1);
  }

  :root .lg\:hover\:text-red:hover{
    --tw-text-opacity: 1;
    color: rgba(244, 67, 54, var(--tw-text-opacity));
  }

  :root .lg\:hover\:text-green-2:hover{
    color: rgb(var(--color-green-2));
  }

  :root .lg\:hover\:text-green-3:hover{
    color: rgb(var(--color-green-3));
  }

  :root .lg\:hover\:text-green-4:hover{
    color: rgb(var(--color-green-4));
  }

  :root .lg\:hover\:text-gren:hover{
    color: rgb(var(--color-gren));
  }

  :root .lg\:hover\:text-gren-1:hover{
    color: rgb(var(--color-gren-1));
  }

  :root .lg\:hover\:text-gren-2:hover{
    color: rgb(var(--color-gren-2));
  }

  :root .lg\:hover\:text-gren-3:hover{
    color: rgb(var(--color-gren-3));
  }

  :root .lg\:hover\:text-gren-4:hover{
    color: rgb(var(--color-gren-4));
  }

  :root .lg\:hover\:text-selected:hover{
    color: rgb(var(--color-selected));
  }

  :root .lg\:hover\:text-error:hover{
    color: rgb(var(--color-error));
  }

  :root .lg\:hover\:text-attention:hover{
    color: rgb(var(--color-attention));
  }

  :root .lg\:hover\:text-accept:hover{
    color: rgb(var(--color-accept));
  }

  :root .lg\:hover\:text-system:hover{
    color: rgb(var(--color-system));
  }

  :root .lg\:hover\:text-orange:hover{
    color: rgb(var(--color-orange));
  }

  :root .lg\:hover\:text-links:hover{
    color: rgb(var(--color-links));
  }

  :root .lg\:hover\:text-teal:hover{
    color: rgb(var(--color-teal));
  }

  :root .lg\:hover\:text-purple:hover{
    color: rgb(var(--color-purple));
  }

  :root .lg\:hover\:text-pink:hover{
    color: rgb(var(--color-pink));
  }

  :root .lg\:hover\:text-margaret:hover{
    color: rgb(var(--color-margaret));
  }

  :root .lg\:hover\:text-betty:hover{
    color: rgb(var(--color-betty));
  }

  :root .lg\:hover\:text-natasha-light:hover{
    color: rgba(var(--color-natasha), .05);
  }

  :root .lg\:hover\:text-natasha:hover{
    color: rgb(var(--color-natasha));
  }

  :root .lg\:hover\:text-tiffany:hover{
    color: rgb(var(--color-tiffany));
  }

  :root .lg\:hover\:text-barbara:hover{
    color: rgb(var(--color-barbara));
  }

  :root .lg\:hover\:text-suzanne:hover{
    color: rgb(var(--color-suzanne));
  }

  :root .lg\:hover\:text-lily:hover{
    color: rgb(var(--color-lily));
  }

  :root .lg\:hover\:text-stephanie:hover{
    color: rgb(var(--color-stephanie));
  }

  :root .lg\:hover\:text-lisa:hover{
    color: rgba(var(--color-lisa), 0.6);
  }

  :root .lg\:hover\:text-california:hover{
    color: rgb(var(--color-california));
  }

  :root .lg\:hover\:text-texas:hover{
    color: rgb(var(--color-texas));
  }

  :root .lg\:hover\:text-florida:hover{
    color: rgb(var(--color-florida));
  }

  :root .lg\:hover\:text-colorado:hover{
    color: rgb(var(--color-colorado));
  }

  :root .lg\:hover\:text-seattle:hover{
    color: rgb(var(--color-seattle));
  }

  :root .lg\:hover\:text-denver:hover{
    color: rgb(var(--color-denver));
  }

  :root .lg\:hover\:text-arizona:hover{
    color: rgb(var(--color-arizona));
  }

  :root .lg\:hover\:text-shpongle:hover{
    color: rgb(var(--color-shpongle));
  }

  :root .lg\:hover\:text-band:hover{
    color: rgb(var(--color-band));
  }

  :root .lg\:hover\:text-blur:hover{
    color: rgba(var(--color-blur), 0.05);
  }

  :root .lg\:hover\:text-mila:hover{
    color: rgba(var(--color-mila));
  }

  :root .lg\:hover\:text-primary-contrast:hover{
    color: rgb(var(--color-primary-contrast));
  }

  :root .lg\:hover\:text-accent-contrast:hover{
    color: rgb(var(--color-accent-contrast));
  }

  :root .lg\:hover\:text-warn-contrast:hover{
    color: rgb(var(--color-warn-contrast));
  }

  :root .lg\:hover\:text-red-contrast:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .lg\:hover\:text-green-contrast:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .lg\:hover\:text-amber-contrast:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .lg\:hover\:text-orange-contrast:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .lg\:hover\:text-deep-orange-contrast:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .lg\:hover\:text-purple-contrast:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .lg\:hover\:text-deep-purple-contrast:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .lg\:hover\:text-cyan-contrast:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .lg\:hover\:text-teal-contrast:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .lg\:hover\:text-gray-contrast:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .lg\:hover\:text-light-green-contrast:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .lg\:focus\:text-secondary:focus{
    color: var(--text-secondary);
  }

  :root .lg\:focus\:text-hint:focus{
    color: var(--text-hint);
  }

  :root .lg\:focus\:text-current:focus{
    color: currentColor;
  }

  :root .lg\:focus\:text-transparent:focus{
    color: transparent;
  }

  :root .lg\:focus\:text-black:focus{
    color: rgb(var(--color-black));
  }

  :root .lg\:focus\:text-white:focus{
    color: rgb(var(--color-white));
  }

  :root .lg\:focus\:text-contrast-black:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .lg\:focus\:text-contrast-white:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .lg\:focus\:text-primary-light:focus{
    color: rgba(var(--color-primary), .1);
  }

  :root .lg\:focus\:text-primary:focus{
    color: rgb(var(--color-primary));
  }

  :root .lg\:focus\:text-red-light:focus{
    color: rgba(244, 67, 54, 0.1);
  }

  :root .lg\:focus\:text-red:focus{
    --tw-text-opacity: 1;
    color: rgba(244, 67, 54, var(--tw-text-opacity));
  }

  :root .lg\:focus\:text-green-2:focus{
    color: rgb(var(--color-green-2));
  }

  :root .lg\:focus\:text-green-3:focus{
    color: rgb(var(--color-green-3));
  }

  :root .lg\:focus\:text-green-4:focus{
    color: rgb(var(--color-green-4));
  }

  :root .lg\:focus\:text-gren:focus{
    color: rgb(var(--color-gren));
  }

  :root .lg\:focus\:text-gren-1:focus{
    color: rgb(var(--color-gren-1));
  }

  :root .lg\:focus\:text-gren-2:focus{
    color: rgb(var(--color-gren-2));
  }

  :root .lg\:focus\:text-gren-3:focus{
    color: rgb(var(--color-gren-3));
  }

  :root .lg\:focus\:text-gren-4:focus{
    color: rgb(var(--color-gren-4));
  }

  :root .lg\:focus\:text-selected:focus{
    color: rgb(var(--color-selected));
  }

  :root .lg\:focus\:text-error:focus{
    color: rgb(var(--color-error));
  }

  :root .lg\:focus\:text-attention:focus{
    color: rgb(var(--color-attention));
  }

  :root .lg\:focus\:text-accept:focus{
    color: rgb(var(--color-accept));
  }

  :root .lg\:focus\:text-system:focus{
    color: rgb(var(--color-system));
  }

  :root .lg\:focus\:text-orange:focus{
    color: rgb(var(--color-orange));
  }

  :root .lg\:focus\:text-links:focus{
    color: rgb(var(--color-links));
  }

  :root .lg\:focus\:text-teal:focus{
    color: rgb(var(--color-teal));
  }

  :root .lg\:focus\:text-purple:focus{
    color: rgb(var(--color-purple));
  }

  :root .lg\:focus\:text-pink:focus{
    color: rgb(var(--color-pink));
  }

  :root .lg\:focus\:text-margaret:focus{
    color: rgb(var(--color-margaret));
  }

  :root .lg\:focus\:text-betty:focus{
    color: rgb(var(--color-betty));
  }

  :root .lg\:focus\:text-natasha-light:focus{
    color: rgba(var(--color-natasha), .05);
  }

  :root .lg\:focus\:text-natasha:focus{
    color: rgb(var(--color-natasha));
  }

  :root .lg\:focus\:text-tiffany:focus{
    color: rgb(var(--color-tiffany));
  }

  :root .lg\:focus\:text-barbara:focus{
    color: rgb(var(--color-barbara));
  }

  :root .lg\:focus\:text-suzanne:focus{
    color: rgb(var(--color-suzanne));
  }

  :root .lg\:focus\:text-lily:focus{
    color: rgb(var(--color-lily));
  }

  :root .lg\:focus\:text-stephanie:focus{
    color: rgb(var(--color-stephanie));
  }

  :root .lg\:focus\:text-lisa:focus{
    color: rgba(var(--color-lisa), 0.6);
  }

  :root .lg\:focus\:text-california:focus{
    color: rgb(var(--color-california));
  }

  :root .lg\:focus\:text-texas:focus{
    color: rgb(var(--color-texas));
  }

  :root .lg\:focus\:text-florida:focus{
    color: rgb(var(--color-florida));
  }

  :root .lg\:focus\:text-colorado:focus{
    color: rgb(var(--color-colorado));
  }

  :root .lg\:focus\:text-seattle:focus{
    color: rgb(var(--color-seattle));
  }

  :root .lg\:focus\:text-denver:focus{
    color: rgb(var(--color-denver));
  }

  :root .lg\:focus\:text-arizona:focus{
    color: rgb(var(--color-arizona));
  }

  :root .lg\:focus\:text-shpongle:focus{
    color: rgb(var(--color-shpongle));
  }

  :root .lg\:focus\:text-band:focus{
    color: rgb(var(--color-band));
  }

  :root .lg\:focus\:text-blur:focus{
    color: rgba(var(--color-blur), 0.05);
  }

  :root .lg\:focus\:text-mila:focus{
    color: rgba(var(--color-mila));
  }

  :root .lg\:focus\:text-primary-contrast:focus{
    color: rgb(var(--color-primary-contrast));
  }

  :root .lg\:focus\:text-accent-contrast:focus{
    color: rgb(var(--color-accent-contrast));
  }

  :root .lg\:focus\:text-warn-contrast:focus{
    color: rgb(var(--color-warn-contrast));
  }

  :root .lg\:focus\:text-red-contrast:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .lg\:focus\:text-green-contrast:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .lg\:focus\:text-amber-contrast:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .lg\:focus\:text-orange-contrast:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .lg\:focus\:text-deep-orange-contrast:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .lg\:focus\:text-purple-contrast:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .lg\:focus\:text-deep-purple-contrast:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .lg\:focus\:text-cyan-contrast:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .lg\:focus\:text-teal-contrast:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .lg\:focus\:text-gray-contrast:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .lg\:focus\:text-light-green-contrast:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .lg\:text-opacity-0{
    --tw-text-opacity: 0;
  }

  :root .lg\:text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  :root .lg\:text-opacity-50{
    --tw-text-opacity: 0.5;
  }

  :root .lg\:text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  :root .lg\:text-opacity-100{
    --tw-text-opacity: 1;
  }

  :root .group:hover .lg\:group-hover\:text-opacity-0{
    --tw-text-opacity: 0;
  }

  :root .group:hover .lg\:group-hover\:text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  :root .group:hover .lg\:group-hover\:text-opacity-50{
    --tw-text-opacity: 0.5;
  }

  :root .group:hover .lg\:group-hover\:text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  :root .group:hover .lg\:group-hover\:text-opacity-100{
    --tw-text-opacity: 1;
  }

  :root .lg\:focus-within\:text-opacity-0:focus-within{
    --tw-text-opacity: 0;
  }

  :root .lg\:focus-within\:text-opacity-25:focus-within{
    --tw-text-opacity: 0.25;
  }

  :root .lg\:focus-within\:text-opacity-50:focus-within{
    --tw-text-opacity: 0.5;
  }

  :root .lg\:focus-within\:text-opacity-75:focus-within{
    --tw-text-opacity: 0.75;
  }

  :root .lg\:focus-within\:text-opacity-100:focus-within{
    --tw-text-opacity: 1;
  }

  :root .lg\:hover\:text-opacity-0:hover{
    --tw-text-opacity: 0;
  }

  :root .lg\:hover\:text-opacity-25:hover{
    --tw-text-opacity: 0.25;
  }

  :root .lg\:hover\:text-opacity-50:hover{
    --tw-text-opacity: 0.5;
  }

  :root .lg\:hover\:text-opacity-75:hover{
    --tw-text-opacity: 0.75;
  }

  :root .lg\:hover\:text-opacity-100:hover{
    --tw-text-opacity: 1;
  }

  :root .lg\:focus\:text-opacity-0:focus{
    --tw-text-opacity: 0;
  }

  :root .lg\:focus\:text-opacity-25:focus{
    --tw-text-opacity: 0.25;
  }

  :root .lg\:focus\:text-opacity-50:focus{
    --tw-text-opacity: 0.5;
  }

  :root .lg\:focus\:text-opacity-75:focus{
    --tw-text-opacity: 0.75;
  }

  :root .lg\:focus\:text-opacity-100:focus{
    --tw-text-opacity: 1;
  }

  :root .lg\:truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  :root .lg\:overflow-ellipsis{
    text-overflow: ellipsis;
  }

  :root .lg\:overflow-clip{
    text-overflow: clip;
  }

  :root .lg\:italic{
    font-style: italic;
  }

  :root .lg\:not-italic{
    font-style: normal;
  }

  :root .lg\:uppercase{
    text-transform: uppercase;
  }

  :root .lg\:lowercase{
    text-transform: lowercase;
  }

  :root .lg\:capitalize{
    text-transform: capitalize;
  }

  :root .lg\:normal-case{
    text-transform: none;
  }

  :root .lg\:underline{
    text-decoration: underline;
  }

  :root .lg\:line-through{
    text-decoration: line-through;
  }

  :root .lg\:no-underline{
    text-decoration: none;
  }

  :root .lg\:hover\:underline:hover{
    text-decoration: underline;
  }

  :root .lg\:hover\:line-through:hover{
    text-decoration: line-through;
  }

  :root .lg\:hover\:no-underline:hover{
    text-decoration: none;
  }

  :root .lg\:focus\:underline:focus{
    text-decoration: underline;
  }

  :root .lg\:focus\:line-through:focus{
    text-decoration: line-through;
  }

  :root .lg\:focus\:no-underline:focus{
    text-decoration: none;
  }

  :root .lg\:antialiased{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  :root .lg\:subpixel-antialiased{
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  :root .lg\:ordinal, :root .lg\:slashed-zero, :root .lg\:lining-nums, :root .lg\:oldstyle-nums, :root .lg\:proportional-nums, :root .lg\:tabular-nums, :root .lg\:diagonal-fractions, :root .lg\:stacked-fractions{
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/);
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
  }

  :root .lg\:normal-nums{
    font-variant-numeric: normal;
  }

  :root .lg\:ordinal{
    --tw-ordinal: ordinal;
  }

  :root .lg\:slashed-zero{
    --tw-slashed-zero: slashed-zero;
  }

  :root .lg\:lining-nums{
    --tw-numeric-figure: lining-nums;
  }

  :root .lg\:oldstyle-nums{
    --tw-numeric-figure: oldstyle-nums;
  }

  :root .lg\:proportional-nums{
    --tw-numeric-spacing: proportional-nums;
  }

  :root .lg\:tabular-nums{
    --tw-numeric-spacing: tabular-nums;
  }

  :root .lg\:diagonal-fractions{
    --tw-numeric-fraction: diagonal-fractions;
  }

  :root .lg\:stacked-fractions{
    --tw-numeric-fraction: stacked-fractions;
  }

  :root .lg\:tracking-tighter{
    letter-spacing: -0.05em;
  }

  :root .lg\:tracking-tight{
    letter-spacing: -0.025em;
  }

  :root .lg\:tracking-normal{
    letter-spacing: 0;
  }

  :root .lg\:tracking-wide{
    letter-spacing: 0.025em;
  }

  :root .lg\:tracking-wider{
    letter-spacing: 0.05em;
  }

  :root .lg\:tracking-widest{
    letter-spacing: 0.1em;
  }

  :root .lg\:select-none{
    -webkit-user-select: none;
            user-select: none;
  }

  :root .lg\:select-text{
    -webkit-user-select: text;
            user-select: text;
  }

  :root .lg\:select-all{
    -webkit-user-select: all;
            user-select: all;
  }

  :root .lg\:select-auto{
    -webkit-user-select: auto;
            user-select: auto;
  }

  :root .lg\:align-baseline{
    vertical-align: baseline;
  }

  :root .lg\:align-top{
    vertical-align: top;
  }

  :root .lg\:align-middle{
    vertical-align: middle;
  }

  :root .lg\:align-bottom{
    vertical-align: bottom;
  }

  :root .lg\:align-text-top{
    vertical-align: text-top;
  }

  :root .lg\:align-text-bottom{
    vertical-align: text-bottom;
  }

  :root .lg\:visible{
    visibility: visible;
  }

  :root .lg\:invisible{
    visibility: hidden;
  }

  :root .lg\:whitespace-normal{
    white-space: normal;
  }

  :root .lg\:whitespace-nowrap{
    white-space: nowrap;
  }

  :root .lg\:whitespace-pre{
    white-space: pre;
  }

  :root .lg\:whitespace-pre-line{
    white-space: pre-line;
  }

  :root .lg\:whitespace-pre-wrap{
    white-space: pre-wrap;
  }

  :root .lg\:break-normal{
    overflow-wrap: normal;
    word-break: normal;
  }

  :root .lg\:break-words{
    overflow-wrap: break-word;
  }

  :root .lg\:break-all{
    word-break: break-all;
  }

  :root .lg\:w-0{
    width: 0;
  }

  :root .lg\:w-1{
    width: 0.25rem;
  }

  :root .lg\:w-2{
    width: 0.5rem;
  }

  :root .lg\:w-3{
    width: 0.75rem;
  }

  :root .lg\:w-4{
    width: 1rem;
  }

  :root .lg\:w-5{
    width: 1.25rem;
  }

  :root .lg\:w-6{
    width: 1.5rem;
  }

  :root .lg\:w-7{
    width: 1.75rem;
  }

  :root .lg\:w-8{
    width: 2rem;
  }

  :root .lg\:w-9{
    width: 2.25rem;
  }

  :root .lg\:w-10{
    width: 2.5rem;
  }

  :root .lg\:w-11{
    width: 2.75rem;
  }

  :root .lg\:w-12{
    width: 3rem;
  }

  :root .lg\:w-14{
    width: 3.5rem;
  }

  :root .lg\:w-16{
    width: 4rem;
  }

  :root .lg\:w-20{
    width: 5rem;
  }

  :root .lg\:w-24{
    width: 6rem;
  }

  :root .lg\:w-28{
    width: 7rem;
  }

  :root .lg\:w-32{
    width: 8rem;
  }

  :root .lg\:w-36{
    width: 9rem;
  }

  :root .lg\:w-40{
    width: 10rem;
  }

  :root .lg\:w-44{
    width: 11rem;
  }

  :root .lg\:w-48{
    width: 12rem;
  }

  :root .lg\:w-52{
    width: 13rem;
  }

  :root .lg\:w-56{
    width: 14rem;
  }

  :root .lg\:w-60{
    width: 15rem;
  }

  :root .lg\:w-64{
    width: 16rem;
  }

  :root .lg\:w-72{
    width: 18rem;
  }

  :root .lg\:w-80{
    width: 20rem;
  }

  :root .lg\:w-96{
    width: 24rem;
  }

  :root .lg\:w-auto{
    width: auto;
  }

  :root .lg\:w-px{
    width: 1px;
  }

  :root .lg\:w-gutter{
    width: var(--padding-gutter);
  }

  :root .lg\:w-0\.5{
    width: 0.125rem;
  }

  :root .lg\:w-1\.5{
    width: 0.375rem;
  }

  :root .lg\:w-2\.5{
    width: 0.625rem;
  }

  :root .lg\:w-3\.5{
    width: 0.875rem;
  }

  :root .lg\:w-17\.5{
    width: 4.375rem;
  }

  :root .lg\:w-1\/2{
    width: 50%;
  }

  :root .lg\:w-1\/3{
    width: 33.333333%;
  }

  :root .lg\:w-2\/3{
    width: 66.666667%;
  }

  :root .lg\:w-1\/4{
    width: 25%;
  }

  :root .lg\:w-2\/4{
    width: 50%;
  }

  :root .lg\:w-3\/4{
    width: 75%;
  }

  :root .lg\:w-1\/5{
    width: 20%;
  }

  :root .lg\:w-2\/5{
    width: 40%;
  }

  :root .lg\:w-3\/5{
    width: 60%;
  }

  :root .lg\:w-4\/5{
    width: 80%;
  }

  :root .lg\:w-1\/6{
    width: 16.666667%;
  }

  :root .lg\:w-2\/6{
    width: 33.333333%;
  }

  :root .lg\:w-3\/6{
    width: 50%;
  }

  :root .lg\:w-4\/6{
    width: 66.666667%;
  }

  :root .lg\:w-5\/6{
    width: 83.333333%;
  }

  :root .lg\:w-1\/12{
    width: 8.333333%;
  }

  :root .lg\:w-2\/12{
    width: 16.666667%;
  }

  :root .lg\:w-3\/12{
    width: 25%;
  }

  :root .lg\:w-4\/12{
    width: 33.333333%;
  }

  :root .lg\:w-5\/12{
    width: 41.666667%;
  }

  :root .lg\:w-6\/12{
    width: 50%;
  }

  :root .lg\:w-7\/12{
    width: 58.333333%;
  }

  :root .lg\:w-8\/12{
    width: 66.666667%;
  }

  :root .lg\:w-9\/12{
    width: 75%;
  }

  :root .lg\:w-10\/12{
    width: 83.333333%;
  }

  :root .lg\:w-11\/12{
    width: 91.666667%;
  }

  :root .lg\:w-full{
    width: 100%;
  }

  :root .lg\:w-screen{
    width: 100vw;
  }

  :root .lg\:z-0{
    z-index: 0;
  }

  :root .lg\:z-10{
    z-index: 10;
  }

  :root .lg\:z-20{
    z-index: 20;
  }

  :root .lg\:z-30{
    z-index: 30;
  }

  :root .lg\:z-40{
    z-index: 40;
  }

  :root .lg\:z-50{
    z-index: 50;
  }

  :root .lg\:z-100{
    z-index: 100;
  }

  :root .lg\:z-10000{
    z-index: 100000000;
  }

  :root .lg\:z-10001{
    z-index: 100000001;
  }

  :root .lg\:z-auto{
    z-index: auto;
  }

  :root .lg\:isolate{
    isolation: isolate;
  }

  :root .lg\:isolation-auto{
    isolation: auto;
  }

  :root .lg\:gap-0{
    gap: 0;
  }

  :root .lg\:gap-1{
    gap: 0.25rem;
  }

  :root .lg\:gap-2{
    gap: 0.5rem;
  }

  :root .lg\:gap-3{
    gap: 0.75rem;
  }

  :root .lg\:gap-4{
    gap: 1rem;
  }

  :root .lg\:gap-5{
    gap: 1.25rem;
  }

  :root .lg\:gap-6{
    gap: 1.5rem;
  }

  :root .lg\:gap-7{
    gap: 1.75rem;
  }

  :root .lg\:gap-8{
    gap: 2rem;
  }

  :root .lg\:gap-9{
    gap: 2.25rem;
  }

  :root .lg\:gap-10{
    gap: 2.5rem;
  }

  :root .lg\:gap-11{
    gap: 2.75rem;
  }

  :root .lg\:gap-12{
    gap: 3rem;
  }

  :root .lg\:gap-14{
    gap: 3.5rem;
  }

  :root .lg\:gap-16{
    gap: 4rem;
  }

  :root .lg\:gap-20{
    gap: 5rem;
  }

  :root .lg\:gap-24{
    gap: 6rem;
  }

  :root .lg\:gap-28{
    gap: 7rem;
  }

  :root .lg\:gap-32{
    gap: 8rem;
  }

  :root .lg\:gap-36{
    gap: 9rem;
  }

  :root .lg\:gap-40{
    gap: 10rem;
  }

  :root .lg\:gap-44{
    gap: 11rem;
  }

  :root .lg\:gap-48{
    gap: 12rem;
  }

  :root .lg\:gap-52{
    gap: 13rem;
  }

  :root .lg\:gap-56{
    gap: 14rem;
  }

  :root .lg\:gap-60{
    gap: 15rem;
  }

  :root .lg\:gap-64{
    gap: 16rem;
  }

  :root .lg\:gap-72{
    gap: 18rem;
  }

  :root .lg\:gap-80{
    gap: 20rem;
  }

  :root .lg\:gap-96{
    gap: 24rem;
  }

  :root .lg\:gap-px{
    gap: 1px;
  }

  :root .lg\:gap-gutter{
    gap: var(--padding-gutter);
  }

  :root .lg\:gap-0\.5{
    gap: 0.125rem;
  }

  :root .lg\:gap-1\.5{
    gap: 0.375rem;
  }

  :root .lg\:gap-2\.5{
    gap: 0.625rem;
  }

  :root .lg\:gap-3\.5{
    gap: 0.875rem;
  }

  :root .lg\:gap-17\.5{
    gap: 4.375rem;
  }

  :root .lg\:gap-x-0{
    column-gap: 0;
  }

  :root .lg\:gap-x-1{
    column-gap: 0.25rem;
  }

  :root .lg\:gap-x-2{
    column-gap: 0.5rem;
  }

  :root .lg\:gap-x-3{
    column-gap: 0.75rem;
  }

  :root .lg\:gap-x-4{
    column-gap: 1rem;
  }

  :root .lg\:gap-x-5{
    column-gap: 1.25rem;
  }

  :root .lg\:gap-x-6{
    column-gap: 1.5rem;
  }

  :root .lg\:gap-x-7{
    column-gap: 1.75rem;
  }

  :root .lg\:gap-x-8{
    column-gap: 2rem;
  }

  :root .lg\:gap-x-9{
    column-gap: 2.25rem;
  }

  :root .lg\:gap-x-10{
    column-gap: 2.5rem;
  }

  :root .lg\:gap-x-11{
    column-gap: 2.75rem;
  }

  :root .lg\:gap-x-12{
    column-gap: 3rem;
  }

  :root .lg\:gap-x-14{
    column-gap: 3.5rem;
  }

  :root .lg\:gap-x-16{
    column-gap: 4rem;
  }

  :root .lg\:gap-x-20{
    column-gap: 5rem;
  }

  :root .lg\:gap-x-24{
    column-gap: 6rem;
  }

  :root .lg\:gap-x-28{
    column-gap: 7rem;
  }

  :root .lg\:gap-x-32{
    column-gap: 8rem;
  }

  :root .lg\:gap-x-36{
    column-gap: 9rem;
  }

  :root .lg\:gap-x-40{
    column-gap: 10rem;
  }

  :root .lg\:gap-x-44{
    column-gap: 11rem;
  }

  :root .lg\:gap-x-48{
    column-gap: 12rem;
  }

  :root .lg\:gap-x-52{
    column-gap: 13rem;
  }

  :root .lg\:gap-x-56{
    column-gap: 14rem;
  }

  :root .lg\:gap-x-60{
    column-gap: 15rem;
  }

  :root .lg\:gap-x-64{
    column-gap: 16rem;
  }

  :root .lg\:gap-x-72{
    column-gap: 18rem;
  }

  :root .lg\:gap-x-80{
    column-gap: 20rem;
  }

  :root .lg\:gap-x-96{
    column-gap: 24rem;
  }

  :root .lg\:gap-x-px{
    column-gap: 1px;
  }

  :root .lg\:gap-x-gutter{
    column-gap: var(--padding-gutter);
  }

  :root .lg\:gap-x-0\.5{
    column-gap: 0.125rem;
  }

  :root .lg\:gap-x-1\.5{
    column-gap: 0.375rem;
  }

  :root .lg\:gap-x-2\.5{
    column-gap: 0.625rem;
  }

  :root .lg\:gap-x-3\.5{
    column-gap: 0.875rem;
  }

  :root .lg\:gap-x-17\.5{
    column-gap: 4.375rem;
  }

  :root .lg\:gap-y-0{
    row-gap: 0;
  }

  :root .lg\:gap-y-1{
    row-gap: 0.25rem;
  }

  :root .lg\:gap-y-2{
    row-gap: 0.5rem;
  }

  :root .lg\:gap-y-3{
    row-gap: 0.75rem;
  }

  :root .lg\:gap-y-4{
    row-gap: 1rem;
  }

  :root .lg\:gap-y-5{
    row-gap: 1.25rem;
  }

  :root .lg\:gap-y-6{
    row-gap: 1.5rem;
  }

  :root .lg\:gap-y-7{
    row-gap: 1.75rem;
  }

  :root .lg\:gap-y-8{
    row-gap: 2rem;
  }

  :root .lg\:gap-y-9{
    row-gap: 2.25rem;
  }

  :root .lg\:gap-y-10{
    row-gap: 2.5rem;
  }

  :root .lg\:gap-y-11{
    row-gap: 2.75rem;
  }

  :root .lg\:gap-y-12{
    row-gap: 3rem;
  }

  :root .lg\:gap-y-14{
    row-gap: 3.5rem;
  }

  :root .lg\:gap-y-16{
    row-gap: 4rem;
  }

  :root .lg\:gap-y-20{
    row-gap: 5rem;
  }

  :root .lg\:gap-y-24{
    row-gap: 6rem;
  }

  :root .lg\:gap-y-28{
    row-gap: 7rem;
  }

  :root .lg\:gap-y-32{
    row-gap: 8rem;
  }

  :root .lg\:gap-y-36{
    row-gap: 9rem;
  }

  :root .lg\:gap-y-40{
    row-gap: 10rem;
  }

  :root .lg\:gap-y-44{
    row-gap: 11rem;
  }

  :root .lg\:gap-y-48{
    row-gap: 12rem;
  }

  :root .lg\:gap-y-52{
    row-gap: 13rem;
  }

  :root .lg\:gap-y-56{
    row-gap: 14rem;
  }

  :root .lg\:gap-y-60{
    row-gap: 15rem;
  }

  :root .lg\:gap-y-64{
    row-gap: 16rem;
  }

  :root .lg\:gap-y-72{
    row-gap: 18rem;
  }

  :root .lg\:gap-y-80{
    row-gap: 20rem;
  }

  :root .lg\:gap-y-96{
    row-gap: 24rem;
  }

  :root .lg\:gap-y-px{
    row-gap: 1px;
  }

  :root .lg\:gap-y-gutter{
    row-gap: var(--padding-gutter);
  }

  :root .lg\:gap-y-0\.5{
    row-gap: 0.125rem;
  }

  :root .lg\:gap-y-1\.5{
    row-gap: 0.375rem;
  }

  :root .lg\:gap-y-2\.5{
    row-gap: 0.625rem;
  }

  :root .lg\:gap-y-3\.5{
    row-gap: 0.875rem;
  }

  :root .lg\:gap-y-17\.5{
    row-gap: 4.375rem;
  }

  :root .lg\:grid-flow-row{
    grid-auto-flow: row;
  }

  :root .lg\:grid-flow-col{
    grid-auto-flow: column;
  }

  :root .lg\:grid-flow-row-dense{
    grid-auto-flow: row dense;
  }

  :root .lg\:grid-flow-col-dense{
    grid-auto-flow: column dense;
  }

  :root .lg\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  :root .lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  :root .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  :root .lg\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  :root .lg\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  :root .lg\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  :root .lg\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  :root .lg\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  :root .lg\:grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  :root .lg\:grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  :root .lg\:grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  :root .lg\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  :root .lg\:grid-cols-none{
    grid-template-columns: none;
  }

  :root .lg\:auto-cols-auto{
    grid-auto-columns: auto;
  }

  :root .lg\:auto-cols-min{
    grid-auto-columns: min-content;
  }

  :root .lg\:auto-cols-max{
    grid-auto-columns: max-content;
  }

  :root .lg\:auto-cols-fr{
    grid-auto-columns: minmax(0, 1fr);
  }

  :root .lg\:col-auto{
    grid-column: auto;
  }

  :root .lg\:col-span-1{
    grid-column: span 1 / span 1;
  }

  :root .lg\:col-span-2{
    grid-column: span 2 / span 2;
  }

  :root .lg\:col-span-3{
    grid-column: span 3 / span 3;
  }

  :root .lg\:col-span-4{
    grid-column: span 4 / span 4;
  }

  :root .lg\:col-span-5{
    grid-column: span 5 / span 5;
  }

  :root .lg\:col-span-6{
    grid-column: span 6 / span 6;
  }

  :root .lg\:col-span-7{
    grid-column: span 7 / span 7;
  }

  :root .lg\:col-span-8{
    grid-column: span 8 / span 8;
  }

  :root .lg\:col-span-9{
    grid-column: span 9 / span 9;
  }

  :root .lg\:col-span-10{
    grid-column: span 10 / span 10;
  }

  :root .lg\:col-span-11{
    grid-column: span 11 / span 11;
  }

  :root .lg\:col-span-12{
    grid-column: span 12 / span 12;
  }

  :root .lg\:col-span-full{
    grid-column: 1 / -1;
  }

  :root .lg\:col-start-1{
    grid-column-start: 1;
  }

  :root .lg\:col-start-2{
    grid-column-start: 2;
  }

  :root .lg\:col-start-3{
    grid-column-start: 3;
  }

  :root .lg\:col-start-4{
    grid-column-start: 4;
  }

  :root .lg\:col-start-5{
    grid-column-start: 5;
  }

  :root .lg\:col-start-6{
    grid-column-start: 6;
  }

  :root .lg\:col-start-7{
    grid-column-start: 7;
  }

  :root .lg\:col-start-8{
    grid-column-start: 8;
  }

  :root .lg\:col-start-9{
    grid-column-start: 9;
  }

  :root .lg\:col-start-10{
    grid-column-start: 10;
  }

  :root .lg\:col-start-11{
    grid-column-start: 11;
  }

  :root .lg\:col-start-12{
    grid-column-start: 12;
  }

  :root .lg\:col-start-13{
    grid-column-start: 13;
  }

  :root .lg\:col-start-auto{
    grid-column-start: auto;
  }

  :root .lg\:col-end-1{
    grid-column-end: 1;
  }

  :root .lg\:col-end-2{
    grid-column-end: 2;
  }

  :root .lg\:col-end-3{
    grid-column-end: 3;
  }

  :root .lg\:col-end-4{
    grid-column-end: 4;
  }

  :root .lg\:col-end-5{
    grid-column-end: 5;
  }

  :root .lg\:col-end-6{
    grid-column-end: 6;
  }

  :root .lg\:col-end-7{
    grid-column-end: 7;
  }

  :root .lg\:col-end-8{
    grid-column-end: 8;
  }

  :root .lg\:col-end-9{
    grid-column-end: 9;
  }

  :root .lg\:col-end-10{
    grid-column-end: 10;
  }

  :root .lg\:col-end-11{
    grid-column-end: 11;
  }

  :root .lg\:col-end-12{
    grid-column-end: 12;
  }

  :root .lg\:col-end-13{
    grid-column-end: 13;
  }

  :root .lg\:col-end-auto{
    grid-column-end: auto;
  }

  :root .lg\:grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  :root .lg\:grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  :root .lg\:grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  :root .lg\:grid-rows-4{
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  :root .lg\:grid-rows-5{
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  :root .lg\:grid-rows-6{
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  :root .lg\:grid-rows-none{
    grid-template-rows: none;
  }

  :root .lg\:auto-rows-auto{
    grid-auto-rows: auto;
  }

  :root .lg\:auto-rows-min{
    grid-auto-rows: min-content;
  }

  :root .lg\:auto-rows-max{
    grid-auto-rows: max-content;
  }

  :root .lg\:auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr);
  }

  :root .lg\:row-auto{
    grid-row: auto;
  }

  :root .lg\:row-span-1{
    grid-row: span 1 / span 1;
  }

  :root .lg\:row-span-2{
    grid-row: span 2 / span 2;
  }

  :root .lg\:row-span-3{
    grid-row: span 3 / span 3;
  }

  :root .lg\:row-span-4{
    grid-row: span 4 / span 4;
  }

  :root .lg\:row-span-5{
    grid-row: span 5 / span 5;
  }

  :root .lg\:row-span-6{
    grid-row: span 6 / span 6;
  }

  :root .lg\:row-span-full{
    grid-row: 1 / -1;
  }

  :root .lg\:row-start-1{
    grid-row-start: 1;
  }

  :root .lg\:row-start-2{
    grid-row-start: 2;
  }

  :root .lg\:row-start-3{
    grid-row-start: 3;
  }

  :root .lg\:row-start-4{
    grid-row-start: 4;
  }

  :root .lg\:row-start-5{
    grid-row-start: 5;
  }

  :root .lg\:row-start-6{
    grid-row-start: 6;
  }

  :root .lg\:row-start-7{
    grid-row-start: 7;
  }

  :root .lg\:row-start-auto{
    grid-row-start: auto;
  }

  :root .lg\:row-end-1{
    grid-row-end: 1;
  }

  :root .lg\:row-end-2{
    grid-row-end: 2;
  }

  :root .lg\:row-end-3{
    grid-row-end: 3;
  }

  :root .lg\:row-end-4{
    grid-row-end: 4;
  }

  :root .lg\:row-end-5{
    grid-row-end: 5;
  }

  :root .lg\:row-end-6{
    grid-row-end: 6;
  }

  :root .lg\:row-end-7{
    grid-row-end: 7;
  }

  :root .lg\:row-end-auto{
    grid-row-end: auto;
  }

  :root .lg\:transform{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  :root .lg\:transform-gpu{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  :root .lg\:transform-none{
    transform: none;
  }

  :root .lg\:origin-center{
    transform-origin: center;
  }

  :root .lg\:origin-top{
    transform-origin: top;
  }

  :root .lg\:origin-top-right{
    transform-origin: top right;
  }

  :root .lg\:origin-right{
    transform-origin: right;
  }

  :root .lg\:origin-bottom-right{
    transform-origin: bottom right;
  }

  :root .lg\:origin-bottom{
    transform-origin: bottom;
  }

  :root .lg\:origin-bottom-left{
    transform-origin: bottom left;
  }

  :root .lg\:origin-left{
    transform-origin: left;
  }

  :root .lg\:origin-top-left{
    transform-origin: top left;
  }

  :root .lg\:scale-0{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  :root .lg\:scale-50{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  :root .lg\:scale-75{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  :root .lg\:scale-90{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  :root .lg\:scale-95{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  :root .lg\:scale-100{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  :root .lg\:scale-105{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  :root .lg\:scale-110{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  :root .lg\:scale-125{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  :root .lg\:scale-150{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  :root .lg\:scale-x-0{
    --tw-scale-x: 0;
  }

  :root .lg\:scale-x-50{
    --tw-scale-x: .5;
  }

  :root .lg\:scale-x-75{
    --tw-scale-x: .75;
  }

  :root .lg\:scale-x-90{
    --tw-scale-x: .9;
  }

  :root .lg\:scale-x-95{
    --tw-scale-x: .95;
  }

  :root .lg\:scale-x-100{
    --tw-scale-x: 1;
  }

  :root .lg\:scale-x-105{
    --tw-scale-x: 1.05;
  }

  :root .lg\:scale-x-110{
    --tw-scale-x: 1.1;
  }

  :root .lg\:scale-x-125{
    --tw-scale-x: 1.25;
  }

  :root .lg\:scale-x-150{
    --tw-scale-x: 1.5;
  }

  :root .lg\:scale-y-0{
    --tw-scale-y: 0;
  }

  :root .lg\:scale-y-50{
    --tw-scale-y: .5;
  }

  :root .lg\:scale-y-75{
    --tw-scale-y: .75;
  }

  :root .lg\:scale-y-90{
    --tw-scale-y: .9;
  }

  :root .lg\:scale-y-95{
    --tw-scale-y: .95;
  }

  :root .lg\:scale-y-100{
    --tw-scale-y: 1;
  }

  :root .lg\:scale-y-105{
    --tw-scale-y: 1.05;
  }

  :root .lg\:scale-y-110{
    --tw-scale-y: 1.1;
  }

  :root .lg\:scale-y-125{
    --tw-scale-y: 1.25;
  }

  :root .lg\:scale-y-150{
    --tw-scale-y: 1.5;
  }

  :root .lg\:hover\:scale-0:hover{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  :root .lg\:hover\:scale-50:hover{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  :root .lg\:hover\:scale-75:hover{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  :root .lg\:hover\:scale-90:hover{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  :root .lg\:hover\:scale-95:hover{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  :root .lg\:hover\:scale-100:hover{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  :root .lg\:hover\:scale-105:hover{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  :root .lg\:hover\:scale-110:hover{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  :root .lg\:hover\:scale-125:hover{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  :root .lg\:hover\:scale-150:hover{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  :root .lg\:hover\:scale-x-0:hover{
    --tw-scale-x: 0;
  }

  :root .lg\:hover\:scale-x-50:hover{
    --tw-scale-x: .5;
  }

  :root .lg\:hover\:scale-x-75:hover{
    --tw-scale-x: .75;
  }

  :root .lg\:hover\:scale-x-90:hover{
    --tw-scale-x: .9;
  }

  :root .lg\:hover\:scale-x-95:hover{
    --tw-scale-x: .95;
  }

  :root .lg\:hover\:scale-x-100:hover{
    --tw-scale-x: 1;
  }

  :root .lg\:hover\:scale-x-105:hover{
    --tw-scale-x: 1.05;
  }

  :root .lg\:hover\:scale-x-110:hover{
    --tw-scale-x: 1.1;
  }

  :root .lg\:hover\:scale-x-125:hover{
    --tw-scale-x: 1.25;
  }

  :root .lg\:hover\:scale-x-150:hover{
    --tw-scale-x: 1.5;
  }

  :root .lg\:hover\:scale-y-0:hover{
    --tw-scale-y: 0;
  }

  :root .lg\:hover\:scale-y-50:hover{
    --tw-scale-y: .5;
  }

  :root .lg\:hover\:scale-y-75:hover{
    --tw-scale-y: .75;
  }

  :root .lg\:hover\:scale-y-90:hover{
    --tw-scale-y: .9;
  }

  :root .lg\:hover\:scale-y-95:hover{
    --tw-scale-y: .95;
  }

  :root .lg\:hover\:scale-y-100:hover{
    --tw-scale-y: 1;
  }

  :root .lg\:hover\:scale-y-105:hover{
    --tw-scale-y: 1.05;
  }

  :root .lg\:hover\:scale-y-110:hover{
    --tw-scale-y: 1.1;
  }

  :root .lg\:hover\:scale-y-125:hover{
    --tw-scale-y: 1.25;
  }

  :root .lg\:hover\:scale-y-150:hover{
    --tw-scale-y: 1.5;
  }

  :root .lg\:focus\:scale-0:focus{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  :root .lg\:focus\:scale-50:focus{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  :root .lg\:focus\:scale-75:focus{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  :root .lg\:focus\:scale-90:focus{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  :root .lg\:focus\:scale-95:focus{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  :root .lg\:focus\:scale-100:focus{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  :root .lg\:focus\:scale-105:focus{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  :root .lg\:focus\:scale-110:focus{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  :root .lg\:focus\:scale-125:focus{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  :root .lg\:focus\:scale-150:focus{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  :root .lg\:focus\:scale-x-0:focus{
    --tw-scale-x: 0;
  }

  :root .lg\:focus\:scale-x-50:focus{
    --tw-scale-x: .5;
  }

  :root .lg\:focus\:scale-x-75:focus{
    --tw-scale-x: .75;
  }

  :root .lg\:focus\:scale-x-90:focus{
    --tw-scale-x: .9;
  }

  :root .lg\:focus\:scale-x-95:focus{
    --tw-scale-x: .95;
  }

  :root .lg\:focus\:scale-x-100:focus{
    --tw-scale-x: 1;
  }

  :root .lg\:focus\:scale-x-105:focus{
    --tw-scale-x: 1.05;
  }

  :root .lg\:focus\:scale-x-110:focus{
    --tw-scale-x: 1.1;
  }

  :root .lg\:focus\:scale-x-125:focus{
    --tw-scale-x: 1.25;
  }

  :root .lg\:focus\:scale-x-150:focus{
    --tw-scale-x: 1.5;
  }

  :root .lg\:focus\:scale-y-0:focus{
    --tw-scale-y: 0;
  }

  :root .lg\:focus\:scale-y-50:focus{
    --tw-scale-y: .5;
  }

  :root .lg\:focus\:scale-y-75:focus{
    --tw-scale-y: .75;
  }

  :root .lg\:focus\:scale-y-90:focus{
    --tw-scale-y: .9;
  }

  :root .lg\:focus\:scale-y-95:focus{
    --tw-scale-y: .95;
  }

  :root .lg\:focus\:scale-y-100:focus{
    --tw-scale-y: 1;
  }

  :root .lg\:focus\:scale-y-105:focus{
    --tw-scale-y: 1.05;
  }

  :root .lg\:focus\:scale-y-110:focus{
    --tw-scale-y: 1.1;
  }

  :root .lg\:focus\:scale-y-125:focus{
    --tw-scale-y: 1.25;
  }

  :root .lg\:focus\:scale-y-150:focus{
    --tw-scale-y: 1.5;
  }

  :root .lg\:rotate-0{
    --tw-rotate: 0deg;
  }

  :root .lg\:rotate-1{
    --tw-rotate: 1deg;
  }

  :root .lg\:rotate-2{
    --tw-rotate: 2deg;
  }

  :root .lg\:rotate-3{
    --tw-rotate: 3deg;
  }

  :root .lg\:rotate-6{
    --tw-rotate: 6deg;
  }

  :root .lg\:rotate-12{
    --tw-rotate: 12deg;
  }

  :root .lg\:rotate-45{
    --tw-rotate: 45deg;
  }

  :root .lg\:rotate-90{
    --tw-rotate: 90deg;
  }

  :root .lg\:rotate-180{
    --tw-rotate: 180deg;
  }

  :root .lg\:-rotate-180{
    --tw-rotate: -180deg;
  }

  :root .lg\:-rotate-90{
    --tw-rotate: -90deg;
  }

  :root .lg\:-rotate-45{
    --tw-rotate: -45deg;
  }

  :root .lg\:-rotate-12{
    --tw-rotate: -12deg;
  }

  :root .lg\:-rotate-6{
    --tw-rotate: -6deg;
  }

  :root .lg\:-rotate-3{
    --tw-rotate: -3deg;
  }

  :root .lg\:-rotate-2{
    --tw-rotate: -2deg;
  }

  :root .lg\:-rotate-1{
    --tw-rotate: -1deg;
  }

  :root .lg\:hover\:rotate-0:hover{
    --tw-rotate: 0deg;
  }

  :root .lg\:hover\:rotate-1:hover{
    --tw-rotate: 1deg;
  }

  :root .lg\:hover\:rotate-2:hover{
    --tw-rotate: 2deg;
  }

  :root .lg\:hover\:rotate-3:hover{
    --tw-rotate: 3deg;
  }

  :root .lg\:hover\:rotate-6:hover{
    --tw-rotate: 6deg;
  }

  :root .lg\:hover\:rotate-12:hover{
    --tw-rotate: 12deg;
  }

  :root .lg\:hover\:rotate-45:hover{
    --tw-rotate: 45deg;
  }

  :root .lg\:hover\:rotate-90:hover{
    --tw-rotate: 90deg;
  }

  :root .lg\:hover\:rotate-180:hover{
    --tw-rotate: 180deg;
  }

  :root .lg\:hover\:-rotate-180:hover{
    --tw-rotate: -180deg;
  }

  :root .lg\:hover\:-rotate-90:hover{
    --tw-rotate: -90deg;
  }

  :root .lg\:hover\:-rotate-45:hover{
    --tw-rotate: -45deg;
  }

  :root .lg\:hover\:-rotate-12:hover{
    --tw-rotate: -12deg;
  }

  :root .lg\:hover\:-rotate-6:hover{
    --tw-rotate: -6deg;
  }

  :root .lg\:hover\:-rotate-3:hover{
    --tw-rotate: -3deg;
  }

  :root .lg\:hover\:-rotate-2:hover{
    --tw-rotate: -2deg;
  }

  :root .lg\:hover\:-rotate-1:hover{
    --tw-rotate: -1deg;
  }

  :root .lg\:focus\:rotate-0:focus{
    --tw-rotate: 0deg;
  }

  :root .lg\:focus\:rotate-1:focus{
    --tw-rotate: 1deg;
  }

  :root .lg\:focus\:rotate-2:focus{
    --tw-rotate: 2deg;
  }

  :root .lg\:focus\:rotate-3:focus{
    --tw-rotate: 3deg;
  }

  :root .lg\:focus\:rotate-6:focus{
    --tw-rotate: 6deg;
  }

  :root .lg\:focus\:rotate-12:focus{
    --tw-rotate: 12deg;
  }

  :root .lg\:focus\:rotate-45:focus{
    --tw-rotate: 45deg;
  }

  :root .lg\:focus\:rotate-90:focus{
    --tw-rotate: 90deg;
  }

  :root .lg\:focus\:rotate-180:focus{
    --tw-rotate: 180deg;
  }

  :root .lg\:focus\:-rotate-180:focus{
    --tw-rotate: -180deg;
  }

  :root .lg\:focus\:-rotate-90:focus{
    --tw-rotate: -90deg;
  }

  :root .lg\:focus\:-rotate-45:focus{
    --tw-rotate: -45deg;
  }

  :root .lg\:focus\:-rotate-12:focus{
    --tw-rotate: -12deg;
  }

  :root .lg\:focus\:-rotate-6:focus{
    --tw-rotate: -6deg;
  }

  :root .lg\:focus\:-rotate-3:focus{
    --tw-rotate: -3deg;
  }

  :root .lg\:focus\:-rotate-2:focus{
    --tw-rotate: -2deg;
  }

  :root .lg\:focus\:-rotate-1:focus{
    --tw-rotate: -1deg;
  }

  :root .lg\:translate-x-0{
    --tw-translate-x: 0;
  }

  :root .lg\:translate-x-1{
    --tw-translate-x: 0.25rem;
  }

  :root .lg\:translate-x-2{
    --tw-translate-x: 0.5rem;
  }

  :root .lg\:translate-x-3{
    --tw-translate-x: 0.75rem;
  }

  :root .lg\:translate-x-4{
    --tw-translate-x: 1rem;
  }

  :root .lg\:translate-x-5{
    --tw-translate-x: 1.25rem;
  }

  :root .lg\:translate-x-6{
    --tw-translate-x: 1.5rem;
  }

  :root .lg\:translate-x-7{
    --tw-translate-x: 1.75rem;
  }

  :root .lg\:translate-x-8{
    --tw-translate-x: 2rem;
  }

  :root .lg\:translate-x-9{
    --tw-translate-x: 2.25rem;
  }

  :root .lg\:translate-x-10{
    --tw-translate-x: 2.5rem;
  }

  :root .lg\:translate-x-11{
    --tw-translate-x: 2.75rem;
  }

  :root .lg\:translate-x-12{
    --tw-translate-x: 3rem;
  }

  :root .lg\:translate-x-14{
    --tw-translate-x: 3.5rem;
  }

  :root .lg\:translate-x-16{
    --tw-translate-x: 4rem;
  }

  :root .lg\:translate-x-20{
    --tw-translate-x: 5rem;
  }

  :root .lg\:translate-x-24{
    --tw-translate-x: 6rem;
  }

  :root .lg\:translate-x-28{
    --tw-translate-x: 7rem;
  }

  :root .lg\:translate-x-32{
    --tw-translate-x: 8rem;
  }

  :root .lg\:translate-x-36{
    --tw-translate-x: 9rem;
  }

  :root .lg\:translate-x-40{
    --tw-translate-x: 10rem;
  }

  :root .lg\:translate-x-44{
    --tw-translate-x: 11rem;
  }

  :root .lg\:translate-x-48{
    --tw-translate-x: 12rem;
  }

  :root .lg\:translate-x-52{
    --tw-translate-x: 13rem;
  }

  :root .lg\:translate-x-56{
    --tw-translate-x: 14rem;
  }

  :root .lg\:translate-x-60{
    --tw-translate-x: 15rem;
  }

  :root .lg\:translate-x-64{
    --tw-translate-x: 16rem;
  }

  :root .lg\:translate-x-72{
    --tw-translate-x: 18rem;
  }

  :root .lg\:translate-x-80{
    --tw-translate-x: 20rem;
  }

  :root .lg\:translate-x-96{
    --tw-translate-x: 24rem;
  }

  :root .lg\:translate-x-px{
    --tw-translate-x: 1px;
  }

  :root .lg\:translate-x-gutter{
    --tw-translate-x: var(--padding-gutter);
  }

  :root .lg\:translate-x-0\.5{
    --tw-translate-x: 0.125rem;
  }

  :root .lg\:translate-x-1\.5{
    --tw-translate-x: 0.375rem;
  }

  :root .lg\:translate-x-2\.5{
    --tw-translate-x: 0.625rem;
  }

  :root .lg\:translate-x-3\.5{
    --tw-translate-x: 0.875rem;
  }

  :root .lg\:translate-x-17\.5{
    --tw-translate-x: 4.375rem;
  }

  :root .lg\:-translate-x-1{
    --tw-translate-x: -0.25rem;
  }

  :root .lg\:-translate-x-2{
    --tw-translate-x: -0.5rem;
  }

  :root .lg\:-translate-x-3{
    --tw-translate-x: -0.75rem;
  }

  :root .lg\:-translate-x-4{
    --tw-translate-x: -1rem;
  }

  :root .lg\:-translate-x-5{
    --tw-translate-x: -1.25rem;
  }

  :root .lg\:-translate-x-6{
    --tw-translate-x: -1.5rem;
  }

  :root .lg\:-translate-x-7{
    --tw-translate-x: -1.75rem;
  }

  :root .lg\:-translate-x-8{
    --tw-translate-x: -2rem;
  }

  :root .lg\:-translate-x-9{
    --tw-translate-x: -2.25rem;
  }

  :root .lg\:-translate-x-10{
    --tw-translate-x: -2.5rem;
  }

  :root .lg\:-translate-x-11{
    --tw-translate-x: -2.75rem;
  }

  :root .lg\:-translate-x-12{
    --tw-translate-x: -3rem;
  }

  :root .lg\:-translate-x-14{
    --tw-translate-x: -3.5rem;
  }

  :root .lg\:-translate-x-16{
    --tw-translate-x: -4rem;
  }

  :root .lg\:-translate-x-20{
    --tw-translate-x: -5rem;
  }

  :root .lg\:-translate-x-24{
    --tw-translate-x: -6rem;
  }

  :root .lg\:-translate-x-28{
    --tw-translate-x: -7rem;
  }

  :root .lg\:-translate-x-32{
    --tw-translate-x: -8rem;
  }

  :root .lg\:-translate-x-36{
    --tw-translate-x: -9rem;
  }

  :root .lg\:-translate-x-40{
    --tw-translate-x: -10rem;
  }

  :root .lg\:-translate-x-44{
    --tw-translate-x: -11rem;
  }

  :root .lg\:-translate-x-48{
    --tw-translate-x: -12rem;
  }

  :root .lg\:-translate-x-52{
    --tw-translate-x: -13rem;
  }

  :root .lg\:-translate-x-56{
    --tw-translate-x: -14rem;
  }

  :root .lg\:-translate-x-60{
    --tw-translate-x: -15rem;
  }

  :root .lg\:-translate-x-64{
    --tw-translate-x: -16rem;
  }

  :root .lg\:-translate-x-72{
    --tw-translate-x: -18rem;
  }

  :root .lg\:-translate-x-80{
    --tw-translate-x: -20rem;
  }

  :root .lg\:-translate-x-96{
    --tw-translate-x: -24rem;
  }

  :root .lg\:-translate-x-px{
    --tw-translate-x: -1px;
  }

  :root .lg\:-translate-x-gutter{
    --tw-translate-x: calc(var(--padding-gutter) * -1);
  }

  :root .lg\:-translate-x-0\.5{
    --tw-translate-x: -0.125rem;
  }

  :root .lg\:-translate-x-1\.5{
    --tw-translate-x: -0.375rem;
  }

  :root .lg\:-translate-x-2\.5{
    --tw-translate-x: -0.625rem;
  }

  :root .lg\:-translate-x-3\.5{
    --tw-translate-x: -0.875rem;
  }

  :root .lg\:-translate-x-17\.5{
    --tw-translate-x: -4.375rem;
  }

  :root .lg\:translate-x-1\/2{
    --tw-translate-x: 50%;
  }

  :root .lg\:translate-x-1\/3{
    --tw-translate-x: 33.333333%;
  }

  :root .lg\:translate-x-2\/3{
    --tw-translate-x: 66.666667%;
  }

  :root .lg\:translate-x-1\/4{
    --tw-translate-x: 25%;
  }

  :root .lg\:translate-x-2\/4{
    --tw-translate-x: 50%;
  }

  :root .lg\:translate-x-3\/4{
    --tw-translate-x: 75%;
  }

  :root .lg\:translate-x-full{
    --tw-translate-x: 100%;
  }

  :root .lg\:-translate-x-1\/2{
    --tw-translate-x: -50%;
  }

  :root .lg\:-translate-x-1\/3{
    --tw-translate-x: -33.333333%;
  }

  :root .lg\:-translate-x-2\/3{
    --tw-translate-x: -66.666667%;
  }

  :root .lg\:-translate-x-1\/4{
    --tw-translate-x: -25%;
  }

  :root .lg\:-translate-x-2\/4{
    --tw-translate-x: -50%;
  }

  :root .lg\:-translate-x-3\/4{
    --tw-translate-x: -75%;
  }

  :root .lg\:-translate-x-full{
    --tw-translate-x: -100%;
  }

  :root .lg\:translate-y-0{
    --tw-translate-y: 0;
  }

  :root .lg\:translate-y-1{
    --tw-translate-y: 0.25rem;
  }

  :root .lg\:translate-y-2{
    --tw-translate-y: 0.5rem;
  }

  :root .lg\:translate-y-3{
    --tw-translate-y: 0.75rem;
  }

  :root .lg\:translate-y-4{
    --tw-translate-y: 1rem;
  }

  :root .lg\:translate-y-5{
    --tw-translate-y: 1.25rem;
  }

  :root .lg\:translate-y-6{
    --tw-translate-y: 1.5rem;
  }

  :root .lg\:translate-y-7{
    --tw-translate-y: 1.75rem;
  }

  :root .lg\:translate-y-8{
    --tw-translate-y: 2rem;
  }

  :root .lg\:translate-y-9{
    --tw-translate-y: 2.25rem;
  }

  :root .lg\:translate-y-10{
    --tw-translate-y: 2.5rem;
  }

  :root .lg\:translate-y-11{
    --tw-translate-y: 2.75rem;
  }

  :root .lg\:translate-y-12{
    --tw-translate-y: 3rem;
  }

  :root .lg\:translate-y-14{
    --tw-translate-y: 3.5rem;
  }

  :root .lg\:translate-y-16{
    --tw-translate-y: 4rem;
  }

  :root .lg\:translate-y-20{
    --tw-translate-y: 5rem;
  }

  :root .lg\:translate-y-24{
    --tw-translate-y: 6rem;
  }

  :root .lg\:translate-y-28{
    --tw-translate-y: 7rem;
  }

  :root .lg\:translate-y-32{
    --tw-translate-y: 8rem;
  }

  :root .lg\:translate-y-36{
    --tw-translate-y: 9rem;
  }

  :root .lg\:translate-y-40{
    --tw-translate-y: 10rem;
  }

  :root .lg\:translate-y-44{
    --tw-translate-y: 11rem;
  }

  :root .lg\:translate-y-48{
    --tw-translate-y: 12rem;
  }

  :root .lg\:translate-y-52{
    --tw-translate-y: 13rem;
  }

  :root .lg\:translate-y-56{
    --tw-translate-y: 14rem;
  }

  :root .lg\:translate-y-60{
    --tw-translate-y: 15rem;
  }

  :root .lg\:translate-y-64{
    --tw-translate-y: 16rem;
  }

  :root .lg\:translate-y-72{
    --tw-translate-y: 18rem;
  }

  :root .lg\:translate-y-80{
    --tw-translate-y: 20rem;
  }

  :root .lg\:translate-y-96{
    --tw-translate-y: 24rem;
  }

  :root .lg\:translate-y-px{
    --tw-translate-y: 1px;
  }

  :root .lg\:translate-y-gutter{
    --tw-translate-y: var(--padding-gutter);
  }

  :root .lg\:translate-y-0\.5{
    --tw-translate-y: 0.125rem;
  }

  :root .lg\:translate-y-1\.5{
    --tw-translate-y: 0.375rem;
  }

  :root .lg\:translate-y-2\.5{
    --tw-translate-y: 0.625rem;
  }

  :root .lg\:translate-y-3\.5{
    --tw-translate-y: 0.875rem;
  }

  :root .lg\:translate-y-17\.5{
    --tw-translate-y: 4.375rem;
  }

  :root .lg\:-translate-y-1{
    --tw-translate-y: -0.25rem;
  }

  :root .lg\:-translate-y-2{
    --tw-translate-y: -0.5rem;
  }

  :root .lg\:-translate-y-3{
    --tw-translate-y: -0.75rem;
  }

  :root .lg\:-translate-y-4{
    --tw-translate-y: -1rem;
  }

  :root .lg\:-translate-y-5{
    --tw-translate-y: -1.25rem;
  }

  :root .lg\:-translate-y-6{
    --tw-translate-y: -1.5rem;
  }

  :root .lg\:-translate-y-7{
    --tw-translate-y: -1.75rem;
  }

  :root .lg\:-translate-y-8{
    --tw-translate-y: -2rem;
  }

  :root .lg\:-translate-y-9{
    --tw-translate-y: -2.25rem;
  }

  :root .lg\:-translate-y-10{
    --tw-translate-y: -2.5rem;
  }

  :root .lg\:-translate-y-11{
    --tw-translate-y: -2.75rem;
  }

  :root .lg\:-translate-y-12{
    --tw-translate-y: -3rem;
  }

  :root .lg\:-translate-y-14{
    --tw-translate-y: -3.5rem;
  }

  :root .lg\:-translate-y-16{
    --tw-translate-y: -4rem;
  }

  :root .lg\:-translate-y-20{
    --tw-translate-y: -5rem;
  }

  :root .lg\:-translate-y-24{
    --tw-translate-y: -6rem;
  }

  :root .lg\:-translate-y-28{
    --tw-translate-y: -7rem;
  }

  :root .lg\:-translate-y-32{
    --tw-translate-y: -8rem;
  }

  :root .lg\:-translate-y-36{
    --tw-translate-y: -9rem;
  }

  :root .lg\:-translate-y-40{
    --tw-translate-y: -10rem;
  }

  :root .lg\:-translate-y-44{
    --tw-translate-y: -11rem;
  }

  :root .lg\:-translate-y-48{
    --tw-translate-y: -12rem;
  }

  :root .lg\:-translate-y-52{
    --tw-translate-y: -13rem;
  }

  :root .lg\:-translate-y-56{
    --tw-translate-y: -14rem;
  }

  :root .lg\:-translate-y-60{
    --tw-translate-y: -15rem;
  }

  :root .lg\:-translate-y-64{
    --tw-translate-y: -16rem;
  }

  :root .lg\:-translate-y-72{
    --tw-translate-y: -18rem;
  }

  :root .lg\:-translate-y-80{
    --tw-translate-y: -20rem;
  }

  :root .lg\:-translate-y-96{
    --tw-translate-y: -24rem;
  }

  :root .lg\:-translate-y-px{
    --tw-translate-y: -1px;
  }

  :root .lg\:-translate-y-gutter{
    --tw-translate-y: calc(var(--padding-gutter) * -1);
  }

  :root .lg\:-translate-y-0\.5{
    --tw-translate-y: -0.125rem;
  }

  :root .lg\:-translate-y-1\.5{
    --tw-translate-y: -0.375rem;
  }

  :root .lg\:-translate-y-2\.5{
    --tw-translate-y: -0.625rem;
  }

  :root .lg\:-translate-y-3\.5{
    --tw-translate-y: -0.875rem;
  }

  :root .lg\:-translate-y-17\.5{
    --tw-translate-y: -4.375rem;
  }

  :root .lg\:translate-y-1\/2{
    --tw-translate-y: 50%;
  }

  :root .lg\:translate-y-1\/3{
    --tw-translate-y: 33.333333%;
  }

  :root .lg\:translate-y-2\/3{
    --tw-translate-y: 66.666667%;
  }

  :root .lg\:translate-y-1\/4{
    --tw-translate-y: 25%;
  }

  :root .lg\:translate-y-2\/4{
    --tw-translate-y: 50%;
  }

  :root .lg\:translate-y-3\/4{
    --tw-translate-y: 75%;
  }

  :root .lg\:translate-y-full{
    --tw-translate-y: 100%;
  }

  :root .lg\:-translate-y-1\/2{
    --tw-translate-y: -50%;
  }

  :root .lg\:-translate-y-1\/3{
    --tw-translate-y: -33.333333%;
  }

  :root .lg\:-translate-y-2\/3{
    --tw-translate-y: -66.666667%;
  }

  :root .lg\:-translate-y-1\/4{
    --tw-translate-y: -25%;
  }

  :root .lg\:-translate-y-2\/4{
    --tw-translate-y: -50%;
  }

  :root .lg\:-translate-y-3\/4{
    --tw-translate-y: -75%;
  }

  :root .lg\:-translate-y-full{
    --tw-translate-y: -100%;
  }

  :root .lg\:hover\:translate-x-0:hover{
    --tw-translate-x: 0;
  }

  :root .lg\:hover\:translate-x-1:hover{
    --tw-translate-x: 0.25rem;
  }

  :root .lg\:hover\:translate-x-2:hover{
    --tw-translate-x: 0.5rem;
  }

  :root .lg\:hover\:translate-x-3:hover{
    --tw-translate-x: 0.75rem;
  }

  :root .lg\:hover\:translate-x-4:hover{
    --tw-translate-x: 1rem;
  }

  :root .lg\:hover\:translate-x-5:hover{
    --tw-translate-x: 1.25rem;
  }

  :root .lg\:hover\:translate-x-6:hover{
    --tw-translate-x: 1.5rem;
  }

  :root .lg\:hover\:translate-x-7:hover{
    --tw-translate-x: 1.75rem;
  }

  :root .lg\:hover\:translate-x-8:hover{
    --tw-translate-x: 2rem;
  }

  :root .lg\:hover\:translate-x-9:hover{
    --tw-translate-x: 2.25rem;
  }

  :root .lg\:hover\:translate-x-10:hover{
    --tw-translate-x: 2.5rem;
  }

  :root .lg\:hover\:translate-x-11:hover{
    --tw-translate-x: 2.75rem;
  }

  :root .lg\:hover\:translate-x-12:hover{
    --tw-translate-x: 3rem;
  }

  :root .lg\:hover\:translate-x-14:hover{
    --tw-translate-x: 3.5rem;
  }

  :root .lg\:hover\:translate-x-16:hover{
    --tw-translate-x: 4rem;
  }

  :root .lg\:hover\:translate-x-20:hover{
    --tw-translate-x: 5rem;
  }

  :root .lg\:hover\:translate-x-24:hover{
    --tw-translate-x: 6rem;
  }

  :root .lg\:hover\:translate-x-28:hover{
    --tw-translate-x: 7rem;
  }

  :root .lg\:hover\:translate-x-32:hover{
    --tw-translate-x: 8rem;
  }

  :root .lg\:hover\:translate-x-36:hover{
    --tw-translate-x: 9rem;
  }

  :root .lg\:hover\:translate-x-40:hover{
    --tw-translate-x: 10rem;
  }

  :root .lg\:hover\:translate-x-44:hover{
    --tw-translate-x: 11rem;
  }

  :root .lg\:hover\:translate-x-48:hover{
    --tw-translate-x: 12rem;
  }

  :root .lg\:hover\:translate-x-52:hover{
    --tw-translate-x: 13rem;
  }

  :root .lg\:hover\:translate-x-56:hover{
    --tw-translate-x: 14rem;
  }

  :root .lg\:hover\:translate-x-60:hover{
    --tw-translate-x: 15rem;
  }

  :root .lg\:hover\:translate-x-64:hover{
    --tw-translate-x: 16rem;
  }

  :root .lg\:hover\:translate-x-72:hover{
    --tw-translate-x: 18rem;
  }

  :root .lg\:hover\:translate-x-80:hover{
    --tw-translate-x: 20rem;
  }

  :root .lg\:hover\:translate-x-96:hover{
    --tw-translate-x: 24rem;
  }

  :root .lg\:hover\:translate-x-px:hover{
    --tw-translate-x: 1px;
  }

  :root .lg\:hover\:translate-x-gutter:hover{
    --tw-translate-x: var(--padding-gutter);
  }

  :root .lg\:hover\:translate-x-0\.5:hover{
    --tw-translate-x: 0.125rem;
  }

  :root .lg\:hover\:translate-x-1\.5:hover{
    --tw-translate-x: 0.375rem;
  }

  :root .lg\:hover\:translate-x-2\.5:hover{
    --tw-translate-x: 0.625rem;
  }

  :root .lg\:hover\:translate-x-3\.5:hover{
    --tw-translate-x: 0.875rem;
  }

  :root .lg\:hover\:translate-x-17\.5:hover{
    --tw-translate-x: 4.375rem;
  }

  :root .lg\:hover\:-translate-x-1:hover{
    --tw-translate-x: -0.25rem;
  }

  :root .lg\:hover\:-translate-x-2:hover{
    --tw-translate-x: -0.5rem;
  }

  :root .lg\:hover\:-translate-x-3:hover{
    --tw-translate-x: -0.75rem;
  }

  :root .lg\:hover\:-translate-x-4:hover{
    --tw-translate-x: -1rem;
  }

  :root .lg\:hover\:-translate-x-5:hover{
    --tw-translate-x: -1.25rem;
  }

  :root .lg\:hover\:-translate-x-6:hover{
    --tw-translate-x: -1.5rem;
  }

  :root .lg\:hover\:-translate-x-7:hover{
    --tw-translate-x: -1.75rem;
  }

  :root .lg\:hover\:-translate-x-8:hover{
    --tw-translate-x: -2rem;
  }

  :root .lg\:hover\:-translate-x-9:hover{
    --tw-translate-x: -2.25rem;
  }

  :root .lg\:hover\:-translate-x-10:hover{
    --tw-translate-x: -2.5rem;
  }

  :root .lg\:hover\:-translate-x-11:hover{
    --tw-translate-x: -2.75rem;
  }

  :root .lg\:hover\:-translate-x-12:hover{
    --tw-translate-x: -3rem;
  }

  :root .lg\:hover\:-translate-x-14:hover{
    --tw-translate-x: -3.5rem;
  }

  :root .lg\:hover\:-translate-x-16:hover{
    --tw-translate-x: -4rem;
  }

  :root .lg\:hover\:-translate-x-20:hover{
    --tw-translate-x: -5rem;
  }

  :root .lg\:hover\:-translate-x-24:hover{
    --tw-translate-x: -6rem;
  }

  :root .lg\:hover\:-translate-x-28:hover{
    --tw-translate-x: -7rem;
  }

  :root .lg\:hover\:-translate-x-32:hover{
    --tw-translate-x: -8rem;
  }

  :root .lg\:hover\:-translate-x-36:hover{
    --tw-translate-x: -9rem;
  }

  :root .lg\:hover\:-translate-x-40:hover{
    --tw-translate-x: -10rem;
  }

  :root .lg\:hover\:-translate-x-44:hover{
    --tw-translate-x: -11rem;
  }

  :root .lg\:hover\:-translate-x-48:hover{
    --tw-translate-x: -12rem;
  }

  :root .lg\:hover\:-translate-x-52:hover{
    --tw-translate-x: -13rem;
  }

  :root .lg\:hover\:-translate-x-56:hover{
    --tw-translate-x: -14rem;
  }

  :root .lg\:hover\:-translate-x-60:hover{
    --tw-translate-x: -15rem;
  }

  :root .lg\:hover\:-translate-x-64:hover{
    --tw-translate-x: -16rem;
  }

  :root .lg\:hover\:-translate-x-72:hover{
    --tw-translate-x: -18rem;
  }

  :root .lg\:hover\:-translate-x-80:hover{
    --tw-translate-x: -20rem;
  }

  :root .lg\:hover\:-translate-x-96:hover{
    --tw-translate-x: -24rem;
  }

  :root .lg\:hover\:-translate-x-px:hover{
    --tw-translate-x: -1px;
  }

  :root .lg\:hover\:-translate-x-gutter:hover{
    --tw-translate-x: calc(var(--padding-gutter) * -1);
  }

  :root .lg\:hover\:-translate-x-0\.5:hover{
    --tw-translate-x: -0.125rem;
  }

  :root .lg\:hover\:-translate-x-1\.5:hover{
    --tw-translate-x: -0.375rem;
  }

  :root .lg\:hover\:-translate-x-2\.5:hover{
    --tw-translate-x: -0.625rem;
  }

  :root .lg\:hover\:-translate-x-3\.5:hover{
    --tw-translate-x: -0.875rem;
  }

  :root .lg\:hover\:-translate-x-17\.5:hover{
    --tw-translate-x: -4.375rem;
  }

  :root .lg\:hover\:translate-x-1\/2:hover{
    --tw-translate-x: 50%;
  }

  :root .lg\:hover\:translate-x-1\/3:hover{
    --tw-translate-x: 33.333333%;
  }

  :root .lg\:hover\:translate-x-2\/3:hover{
    --tw-translate-x: 66.666667%;
  }

  :root .lg\:hover\:translate-x-1\/4:hover{
    --tw-translate-x: 25%;
  }

  :root .lg\:hover\:translate-x-2\/4:hover{
    --tw-translate-x: 50%;
  }

  :root .lg\:hover\:translate-x-3\/4:hover{
    --tw-translate-x: 75%;
  }

  :root .lg\:hover\:translate-x-full:hover{
    --tw-translate-x: 100%;
  }

  :root .lg\:hover\:-translate-x-1\/2:hover{
    --tw-translate-x: -50%;
  }

  :root .lg\:hover\:-translate-x-1\/3:hover{
    --tw-translate-x: -33.333333%;
  }

  :root .lg\:hover\:-translate-x-2\/3:hover{
    --tw-translate-x: -66.666667%;
  }

  :root .lg\:hover\:-translate-x-1\/4:hover{
    --tw-translate-x: -25%;
  }

  :root .lg\:hover\:-translate-x-2\/4:hover{
    --tw-translate-x: -50%;
  }

  :root .lg\:hover\:-translate-x-3\/4:hover{
    --tw-translate-x: -75%;
  }

  :root .lg\:hover\:-translate-x-full:hover{
    --tw-translate-x: -100%;
  }

  :root .lg\:hover\:translate-y-0:hover{
    --tw-translate-y: 0;
  }

  :root .lg\:hover\:translate-y-1:hover{
    --tw-translate-y: 0.25rem;
  }

  :root .lg\:hover\:translate-y-2:hover{
    --tw-translate-y: 0.5rem;
  }

  :root .lg\:hover\:translate-y-3:hover{
    --tw-translate-y: 0.75rem;
  }

  :root .lg\:hover\:translate-y-4:hover{
    --tw-translate-y: 1rem;
  }

  :root .lg\:hover\:translate-y-5:hover{
    --tw-translate-y: 1.25rem;
  }

  :root .lg\:hover\:translate-y-6:hover{
    --tw-translate-y: 1.5rem;
  }

  :root .lg\:hover\:translate-y-7:hover{
    --tw-translate-y: 1.75rem;
  }

  :root .lg\:hover\:translate-y-8:hover{
    --tw-translate-y: 2rem;
  }

  :root .lg\:hover\:translate-y-9:hover{
    --tw-translate-y: 2.25rem;
  }

  :root .lg\:hover\:translate-y-10:hover{
    --tw-translate-y: 2.5rem;
  }

  :root .lg\:hover\:translate-y-11:hover{
    --tw-translate-y: 2.75rem;
  }

  :root .lg\:hover\:translate-y-12:hover{
    --tw-translate-y: 3rem;
  }

  :root .lg\:hover\:translate-y-14:hover{
    --tw-translate-y: 3.5rem;
  }

  :root .lg\:hover\:translate-y-16:hover{
    --tw-translate-y: 4rem;
  }

  :root .lg\:hover\:translate-y-20:hover{
    --tw-translate-y: 5rem;
  }

  :root .lg\:hover\:translate-y-24:hover{
    --tw-translate-y: 6rem;
  }

  :root .lg\:hover\:translate-y-28:hover{
    --tw-translate-y: 7rem;
  }

  :root .lg\:hover\:translate-y-32:hover{
    --tw-translate-y: 8rem;
  }

  :root .lg\:hover\:translate-y-36:hover{
    --tw-translate-y: 9rem;
  }

  :root .lg\:hover\:translate-y-40:hover{
    --tw-translate-y: 10rem;
  }

  :root .lg\:hover\:translate-y-44:hover{
    --tw-translate-y: 11rem;
  }

  :root .lg\:hover\:translate-y-48:hover{
    --tw-translate-y: 12rem;
  }

  :root .lg\:hover\:translate-y-52:hover{
    --tw-translate-y: 13rem;
  }

  :root .lg\:hover\:translate-y-56:hover{
    --tw-translate-y: 14rem;
  }

  :root .lg\:hover\:translate-y-60:hover{
    --tw-translate-y: 15rem;
  }

  :root .lg\:hover\:translate-y-64:hover{
    --tw-translate-y: 16rem;
  }

  :root .lg\:hover\:translate-y-72:hover{
    --tw-translate-y: 18rem;
  }

  :root .lg\:hover\:translate-y-80:hover{
    --tw-translate-y: 20rem;
  }

  :root .lg\:hover\:translate-y-96:hover{
    --tw-translate-y: 24rem;
  }

  :root .lg\:hover\:translate-y-px:hover{
    --tw-translate-y: 1px;
  }

  :root .lg\:hover\:translate-y-gutter:hover{
    --tw-translate-y: var(--padding-gutter);
  }

  :root .lg\:hover\:translate-y-0\.5:hover{
    --tw-translate-y: 0.125rem;
  }

  :root .lg\:hover\:translate-y-1\.5:hover{
    --tw-translate-y: 0.375rem;
  }

  :root .lg\:hover\:translate-y-2\.5:hover{
    --tw-translate-y: 0.625rem;
  }

  :root .lg\:hover\:translate-y-3\.5:hover{
    --tw-translate-y: 0.875rem;
  }

  :root .lg\:hover\:translate-y-17\.5:hover{
    --tw-translate-y: 4.375rem;
  }

  :root .lg\:hover\:-translate-y-1:hover{
    --tw-translate-y: -0.25rem;
  }

  :root .lg\:hover\:-translate-y-2:hover{
    --tw-translate-y: -0.5rem;
  }

  :root .lg\:hover\:-translate-y-3:hover{
    --tw-translate-y: -0.75rem;
  }

  :root .lg\:hover\:-translate-y-4:hover{
    --tw-translate-y: -1rem;
  }

  :root .lg\:hover\:-translate-y-5:hover{
    --tw-translate-y: -1.25rem;
  }

  :root .lg\:hover\:-translate-y-6:hover{
    --tw-translate-y: -1.5rem;
  }

  :root .lg\:hover\:-translate-y-7:hover{
    --tw-translate-y: -1.75rem;
  }

  :root .lg\:hover\:-translate-y-8:hover{
    --tw-translate-y: -2rem;
  }

  :root .lg\:hover\:-translate-y-9:hover{
    --tw-translate-y: -2.25rem;
  }

  :root .lg\:hover\:-translate-y-10:hover{
    --tw-translate-y: -2.5rem;
  }

  :root .lg\:hover\:-translate-y-11:hover{
    --tw-translate-y: -2.75rem;
  }

  :root .lg\:hover\:-translate-y-12:hover{
    --tw-translate-y: -3rem;
  }

  :root .lg\:hover\:-translate-y-14:hover{
    --tw-translate-y: -3.5rem;
  }

  :root .lg\:hover\:-translate-y-16:hover{
    --tw-translate-y: -4rem;
  }

  :root .lg\:hover\:-translate-y-20:hover{
    --tw-translate-y: -5rem;
  }

  :root .lg\:hover\:-translate-y-24:hover{
    --tw-translate-y: -6rem;
  }

  :root .lg\:hover\:-translate-y-28:hover{
    --tw-translate-y: -7rem;
  }

  :root .lg\:hover\:-translate-y-32:hover{
    --tw-translate-y: -8rem;
  }

  :root .lg\:hover\:-translate-y-36:hover{
    --tw-translate-y: -9rem;
  }

  :root .lg\:hover\:-translate-y-40:hover{
    --tw-translate-y: -10rem;
  }

  :root .lg\:hover\:-translate-y-44:hover{
    --tw-translate-y: -11rem;
  }

  :root .lg\:hover\:-translate-y-48:hover{
    --tw-translate-y: -12rem;
  }

  :root .lg\:hover\:-translate-y-52:hover{
    --tw-translate-y: -13rem;
  }

  :root .lg\:hover\:-translate-y-56:hover{
    --tw-translate-y: -14rem;
  }

  :root .lg\:hover\:-translate-y-60:hover{
    --tw-translate-y: -15rem;
  }

  :root .lg\:hover\:-translate-y-64:hover{
    --tw-translate-y: -16rem;
  }

  :root .lg\:hover\:-translate-y-72:hover{
    --tw-translate-y: -18rem;
  }

  :root .lg\:hover\:-translate-y-80:hover{
    --tw-translate-y: -20rem;
  }

  :root .lg\:hover\:-translate-y-96:hover{
    --tw-translate-y: -24rem;
  }

  :root .lg\:hover\:-translate-y-px:hover{
    --tw-translate-y: -1px;
  }

  :root .lg\:hover\:-translate-y-gutter:hover{
    --tw-translate-y: calc(var(--padding-gutter) * -1);
  }

  :root .lg\:hover\:-translate-y-0\.5:hover{
    --tw-translate-y: -0.125rem;
  }

  :root .lg\:hover\:-translate-y-1\.5:hover{
    --tw-translate-y: -0.375rem;
  }

  :root .lg\:hover\:-translate-y-2\.5:hover{
    --tw-translate-y: -0.625rem;
  }

  :root .lg\:hover\:-translate-y-3\.5:hover{
    --tw-translate-y: -0.875rem;
  }

  :root .lg\:hover\:-translate-y-17\.5:hover{
    --tw-translate-y: -4.375rem;
  }

  :root .lg\:hover\:translate-y-1\/2:hover{
    --tw-translate-y: 50%;
  }

  :root .lg\:hover\:translate-y-1\/3:hover{
    --tw-translate-y: 33.333333%;
  }

  :root .lg\:hover\:translate-y-2\/3:hover{
    --tw-translate-y: 66.666667%;
  }

  :root .lg\:hover\:translate-y-1\/4:hover{
    --tw-translate-y: 25%;
  }

  :root .lg\:hover\:translate-y-2\/4:hover{
    --tw-translate-y: 50%;
  }

  :root .lg\:hover\:translate-y-3\/4:hover{
    --tw-translate-y: 75%;
  }

  :root .lg\:hover\:translate-y-full:hover{
    --tw-translate-y: 100%;
  }

  :root .lg\:hover\:-translate-y-1\/2:hover{
    --tw-translate-y: -50%;
  }

  :root .lg\:hover\:-translate-y-1\/3:hover{
    --tw-translate-y: -33.333333%;
  }

  :root .lg\:hover\:-translate-y-2\/3:hover{
    --tw-translate-y: -66.666667%;
  }

  :root .lg\:hover\:-translate-y-1\/4:hover{
    --tw-translate-y: -25%;
  }

  :root .lg\:hover\:-translate-y-2\/4:hover{
    --tw-translate-y: -50%;
  }

  :root .lg\:hover\:-translate-y-3\/4:hover{
    --tw-translate-y: -75%;
  }

  :root .lg\:hover\:-translate-y-full:hover{
    --tw-translate-y: -100%;
  }

  :root .lg\:focus\:translate-x-0:focus{
    --tw-translate-x: 0;
  }

  :root .lg\:focus\:translate-x-1:focus{
    --tw-translate-x: 0.25rem;
  }

  :root .lg\:focus\:translate-x-2:focus{
    --tw-translate-x: 0.5rem;
  }

  :root .lg\:focus\:translate-x-3:focus{
    --tw-translate-x: 0.75rem;
  }

  :root .lg\:focus\:translate-x-4:focus{
    --tw-translate-x: 1rem;
  }

  :root .lg\:focus\:translate-x-5:focus{
    --tw-translate-x: 1.25rem;
  }

  :root .lg\:focus\:translate-x-6:focus{
    --tw-translate-x: 1.5rem;
  }

  :root .lg\:focus\:translate-x-7:focus{
    --tw-translate-x: 1.75rem;
  }

  :root .lg\:focus\:translate-x-8:focus{
    --tw-translate-x: 2rem;
  }

  :root .lg\:focus\:translate-x-9:focus{
    --tw-translate-x: 2.25rem;
  }

  :root .lg\:focus\:translate-x-10:focus{
    --tw-translate-x: 2.5rem;
  }

  :root .lg\:focus\:translate-x-11:focus{
    --tw-translate-x: 2.75rem;
  }

  :root .lg\:focus\:translate-x-12:focus{
    --tw-translate-x: 3rem;
  }

  :root .lg\:focus\:translate-x-14:focus{
    --tw-translate-x: 3.5rem;
  }

  :root .lg\:focus\:translate-x-16:focus{
    --tw-translate-x: 4rem;
  }

  :root .lg\:focus\:translate-x-20:focus{
    --tw-translate-x: 5rem;
  }

  :root .lg\:focus\:translate-x-24:focus{
    --tw-translate-x: 6rem;
  }

  :root .lg\:focus\:translate-x-28:focus{
    --tw-translate-x: 7rem;
  }

  :root .lg\:focus\:translate-x-32:focus{
    --tw-translate-x: 8rem;
  }

  :root .lg\:focus\:translate-x-36:focus{
    --tw-translate-x: 9rem;
  }

  :root .lg\:focus\:translate-x-40:focus{
    --tw-translate-x: 10rem;
  }

  :root .lg\:focus\:translate-x-44:focus{
    --tw-translate-x: 11rem;
  }

  :root .lg\:focus\:translate-x-48:focus{
    --tw-translate-x: 12rem;
  }

  :root .lg\:focus\:translate-x-52:focus{
    --tw-translate-x: 13rem;
  }

  :root .lg\:focus\:translate-x-56:focus{
    --tw-translate-x: 14rem;
  }

  :root .lg\:focus\:translate-x-60:focus{
    --tw-translate-x: 15rem;
  }

  :root .lg\:focus\:translate-x-64:focus{
    --tw-translate-x: 16rem;
  }

  :root .lg\:focus\:translate-x-72:focus{
    --tw-translate-x: 18rem;
  }

  :root .lg\:focus\:translate-x-80:focus{
    --tw-translate-x: 20rem;
  }

  :root .lg\:focus\:translate-x-96:focus{
    --tw-translate-x: 24rem;
  }

  :root .lg\:focus\:translate-x-px:focus{
    --tw-translate-x: 1px;
  }

  :root .lg\:focus\:translate-x-gutter:focus{
    --tw-translate-x: var(--padding-gutter);
  }

  :root .lg\:focus\:translate-x-0\.5:focus{
    --tw-translate-x: 0.125rem;
  }

  :root .lg\:focus\:translate-x-1\.5:focus{
    --tw-translate-x: 0.375rem;
  }

  :root .lg\:focus\:translate-x-2\.5:focus{
    --tw-translate-x: 0.625rem;
  }

  :root .lg\:focus\:translate-x-3\.5:focus{
    --tw-translate-x: 0.875rem;
  }

  :root .lg\:focus\:translate-x-17\.5:focus{
    --tw-translate-x: 4.375rem;
  }

  :root .lg\:focus\:-translate-x-1:focus{
    --tw-translate-x: -0.25rem;
  }

  :root .lg\:focus\:-translate-x-2:focus{
    --tw-translate-x: -0.5rem;
  }

  :root .lg\:focus\:-translate-x-3:focus{
    --tw-translate-x: -0.75rem;
  }

  :root .lg\:focus\:-translate-x-4:focus{
    --tw-translate-x: -1rem;
  }

  :root .lg\:focus\:-translate-x-5:focus{
    --tw-translate-x: -1.25rem;
  }

  :root .lg\:focus\:-translate-x-6:focus{
    --tw-translate-x: -1.5rem;
  }

  :root .lg\:focus\:-translate-x-7:focus{
    --tw-translate-x: -1.75rem;
  }

  :root .lg\:focus\:-translate-x-8:focus{
    --tw-translate-x: -2rem;
  }

  :root .lg\:focus\:-translate-x-9:focus{
    --tw-translate-x: -2.25rem;
  }

  :root .lg\:focus\:-translate-x-10:focus{
    --tw-translate-x: -2.5rem;
  }

  :root .lg\:focus\:-translate-x-11:focus{
    --tw-translate-x: -2.75rem;
  }

  :root .lg\:focus\:-translate-x-12:focus{
    --tw-translate-x: -3rem;
  }

  :root .lg\:focus\:-translate-x-14:focus{
    --tw-translate-x: -3.5rem;
  }

  :root .lg\:focus\:-translate-x-16:focus{
    --tw-translate-x: -4rem;
  }

  :root .lg\:focus\:-translate-x-20:focus{
    --tw-translate-x: -5rem;
  }

  :root .lg\:focus\:-translate-x-24:focus{
    --tw-translate-x: -6rem;
  }

  :root .lg\:focus\:-translate-x-28:focus{
    --tw-translate-x: -7rem;
  }

  :root .lg\:focus\:-translate-x-32:focus{
    --tw-translate-x: -8rem;
  }

  :root .lg\:focus\:-translate-x-36:focus{
    --tw-translate-x: -9rem;
  }

  :root .lg\:focus\:-translate-x-40:focus{
    --tw-translate-x: -10rem;
  }

  :root .lg\:focus\:-translate-x-44:focus{
    --tw-translate-x: -11rem;
  }

  :root .lg\:focus\:-translate-x-48:focus{
    --tw-translate-x: -12rem;
  }

  :root .lg\:focus\:-translate-x-52:focus{
    --tw-translate-x: -13rem;
  }

  :root .lg\:focus\:-translate-x-56:focus{
    --tw-translate-x: -14rem;
  }

  :root .lg\:focus\:-translate-x-60:focus{
    --tw-translate-x: -15rem;
  }

  :root .lg\:focus\:-translate-x-64:focus{
    --tw-translate-x: -16rem;
  }

  :root .lg\:focus\:-translate-x-72:focus{
    --tw-translate-x: -18rem;
  }

  :root .lg\:focus\:-translate-x-80:focus{
    --tw-translate-x: -20rem;
  }

  :root .lg\:focus\:-translate-x-96:focus{
    --tw-translate-x: -24rem;
  }

  :root .lg\:focus\:-translate-x-px:focus{
    --tw-translate-x: -1px;
  }

  :root .lg\:focus\:-translate-x-gutter:focus{
    --tw-translate-x: calc(var(--padding-gutter) * -1);
  }

  :root .lg\:focus\:-translate-x-0\.5:focus{
    --tw-translate-x: -0.125rem;
  }

  :root .lg\:focus\:-translate-x-1\.5:focus{
    --tw-translate-x: -0.375rem;
  }

  :root .lg\:focus\:-translate-x-2\.5:focus{
    --tw-translate-x: -0.625rem;
  }

  :root .lg\:focus\:-translate-x-3\.5:focus{
    --tw-translate-x: -0.875rem;
  }

  :root .lg\:focus\:-translate-x-17\.5:focus{
    --tw-translate-x: -4.375rem;
  }

  :root .lg\:focus\:translate-x-1\/2:focus{
    --tw-translate-x: 50%;
  }

  :root .lg\:focus\:translate-x-1\/3:focus{
    --tw-translate-x: 33.333333%;
  }

  :root .lg\:focus\:translate-x-2\/3:focus{
    --tw-translate-x: 66.666667%;
  }

  :root .lg\:focus\:translate-x-1\/4:focus{
    --tw-translate-x: 25%;
  }

  :root .lg\:focus\:translate-x-2\/4:focus{
    --tw-translate-x: 50%;
  }

  :root .lg\:focus\:translate-x-3\/4:focus{
    --tw-translate-x: 75%;
  }

  :root .lg\:focus\:translate-x-full:focus{
    --tw-translate-x: 100%;
  }

  :root .lg\:focus\:-translate-x-1\/2:focus{
    --tw-translate-x: -50%;
  }

  :root .lg\:focus\:-translate-x-1\/3:focus{
    --tw-translate-x: -33.333333%;
  }

  :root .lg\:focus\:-translate-x-2\/3:focus{
    --tw-translate-x: -66.666667%;
  }

  :root .lg\:focus\:-translate-x-1\/4:focus{
    --tw-translate-x: -25%;
  }

  :root .lg\:focus\:-translate-x-2\/4:focus{
    --tw-translate-x: -50%;
  }

  :root .lg\:focus\:-translate-x-3\/4:focus{
    --tw-translate-x: -75%;
  }

  :root .lg\:focus\:-translate-x-full:focus{
    --tw-translate-x: -100%;
  }

  :root .lg\:focus\:translate-y-0:focus{
    --tw-translate-y: 0;
  }

  :root .lg\:focus\:translate-y-1:focus{
    --tw-translate-y: 0.25rem;
  }

  :root .lg\:focus\:translate-y-2:focus{
    --tw-translate-y: 0.5rem;
  }

  :root .lg\:focus\:translate-y-3:focus{
    --tw-translate-y: 0.75rem;
  }

  :root .lg\:focus\:translate-y-4:focus{
    --tw-translate-y: 1rem;
  }

  :root .lg\:focus\:translate-y-5:focus{
    --tw-translate-y: 1.25rem;
  }

  :root .lg\:focus\:translate-y-6:focus{
    --tw-translate-y: 1.5rem;
  }

  :root .lg\:focus\:translate-y-7:focus{
    --tw-translate-y: 1.75rem;
  }

  :root .lg\:focus\:translate-y-8:focus{
    --tw-translate-y: 2rem;
  }

  :root .lg\:focus\:translate-y-9:focus{
    --tw-translate-y: 2.25rem;
  }

  :root .lg\:focus\:translate-y-10:focus{
    --tw-translate-y: 2.5rem;
  }

  :root .lg\:focus\:translate-y-11:focus{
    --tw-translate-y: 2.75rem;
  }

  :root .lg\:focus\:translate-y-12:focus{
    --tw-translate-y: 3rem;
  }

  :root .lg\:focus\:translate-y-14:focus{
    --tw-translate-y: 3.5rem;
  }

  :root .lg\:focus\:translate-y-16:focus{
    --tw-translate-y: 4rem;
  }

  :root .lg\:focus\:translate-y-20:focus{
    --tw-translate-y: 5rem;
  }

  :root .lg\:focus\:translate-y-24:focus{
    --tw-translate-y: 6rem;
  }

  :root .lg\:focus\:translate-y-28:focus{
    --tw-translate-y: 7rem;
  }

  :root .lg\:focus\:translate-y-32:focus{
    --tw-translate-y: 8rem;
  }

  :root .lg\:focus\:translate-y-36:focus{
    --tw-translate-y: 9rem;
  }

  :root .lg\:focus\:translate-y-40:focus{
    --tw-translate-y: 10rem;
  }

  :root .lg\:focus\:translate-y-44:focus{
    --tw-translate-y: 11rem;
  }

  :root .lg\:focus\:translate-y-48:focus{
    --tw-translate-y: 12rem;
  }

  :root .lg\:focus\:translate-y-52:focus{
    --tw-translate-y: 13rem;
  }

  :root .lg\:focus\:translate-y-56:focus{
    --tw-translate-y: 14rem;
  }

  :root .lg\:focus\:translate-y-60:focus{
    --tw-translate-y: 15rem;
  }

  :root .lg\:focus\:translate-y-64:focus{
    --tw-translate-y: 16rem;
  }

  :root .lg\:focus\:translate-y-72:focus{
    --tw-translate-y: 18rem;
  }

  :root .lg\:focus\:translate-y-80:focus{
    --tw-translate-y: 20rem;
  }

  :root .lg\:focus\:translate-y-96:focus{
    --tw-translate-y: 24rem;
  }

  :root .lg\:focus\:translate-y-px:focus{
    --tw-translate-y: 1px;
  }

  :root .lg\:focus\:translate-y-gutter:focus{
    --tw-translate-y: var(--padding-gutter);
  }

  :root .lg\:focus\:translate-y-0\.5:focus{
    --tw-translate-y: 0.125rem;
  }

  :root .lg\:focus\:translate-y-1\.5:focus{
    --tw-translate-y: 0.375rem;
  }

  :root .lg\:focus\:translate-y-2\.5:focus{
    --tw-translate-y: 0.625rem;
  }

  :root .lg\:focus\:translate-y-3\.5:focus{
    --tw-translate-y: 0.875rem;
  }

  :root .lg\:focus\:translate-y-17\.5:focus{
    --tw-translate-y: 4.375rem;
  }

  :root .lg\:focus\:-translate-y-1:focus{
    --tw-translate-y: -0.25rem;
  }

  :root .lg\:focus\:-translate-y-2:focus{
    --tw-translate-y: -0.5rem;
  }

  :root .lg\:focus\:-translate-y-3:focus{
    --tw-translate-y: -0.75rem;
  }

  :root .lg\:focus\:-translate-y-4:focus{
    --tw-translate-y: -1rem;
  }

  :root .lg\:focus\:-translate-y-5:focus{
    --tw-translate-y: -1.25rem;
  }

  :root .lg\:focus\:-translate-y-6:focus{
    --tw-translate-y: -1.5rem;
  }

  :root .lg\:focus\:-translate-y-7:focus{
    --tw-translate-y: -1.75rem;
  }

  :root .lg\:focus\:-translate-y-8:focus{
    --tw-translate-y: -2rem;
  }

  :root .lg\:focus\:-translate-y-9:focus{
    --tw-translate-y: -2.25rem;
  }

  :root .lg\:focus\:-translate-y-10:focus{
    --tw-translate-y: -2.5rem;
  }

  :root .lg\:focus\:-translate-y-11:focus{
    --tw-translate-y: -2.75rem;
  }

  :root .lg\:focus\:-translate-y-12:focus{
    --tw-translate-y: -3rem;
  }

  :root .lg\:focus\:-translate-y-14:focus{
    --tw-translate-y: -3.5rem;
  }

  :root .lg\:focus\:-translate-y-16:focus{
    --tw-translate-y: -4rem;
  }

  :root .lg\:focus\:-translate-y-20:focus{
    --tw-translate-y: -5rem;
  }

  :root .lg\:focus\:-translate-y-24:focus{
    --tw-translate-y: -6rem;
  }

  :root .lg\:focus\:-translate-y-28:focus{
    --tw-translate-y: -7rem;
  }

  :root .lg\:focus\:-translate-y-32:focus{
    --tw-translate-y: -8rem;
  }

  :root .lg\:focus\:-translate-y-36:focus{
    --tw-translate-y: -9rem;
  }

  :root .lg\:focus\:-translate-y-40:focus{
    --tw-translate-y: -10rem;
  }

  :root .lg\:focus\:-translate-y-44:focus{
    --tw-translate-y: -11rem;
  }

  :root .lg\:focus\:-translate-y-48:focus{
    --tw-translate-y: -12rem;
  }

  :root .lg\:focus\:-translate-y-52:focus{
    --tw-translate-y: -13rem;
  }

  :root .lg\:focus\:-translate-y-56:focus{
    --tw-translate-y: -14rem;
  }

  :root .lg\:focus\:-translate-y-60:focus{
    --tw-translate-y: -15rem;
  }

  :root .lg\:focus\:-translate-y-64:focus{
    --tw-translate-y: -16rem;
  }

  :root .lg\:focus\:-translate-y-72:focus{
    --tw-translate-y: -18rem;
  }

  :root .lg\:focus\:-translate-y-80:focus{
    --tw-translate-y: -20rem;
  }

  :root .lg\:focus\:-translate-y-96:focus{
    --tw-translate-y: -24rem;
  }

  :root .lg\:focus\:-translate-y-px:focus{
    --tw-translate-y: -1px;
  }

  :root .lg\:focus\:-translate-y-gutter:focus{
    --tw-translate-y: calc(var(--padding-gutter) * -1);
  }

  :root .lg\:focus\:-translate-y-0\.5:focus{
    --tw-translate-y: -0.125rem;
  }

  :root .lg\:focus\:-translate-y-1\.5:focus{
    --tw-translate-y: -0.375rem;
  }

  :root .lg\:focus\:-translate-y-2\.5:focus{
    --tw-translate-y: -0.625rem;
  }

  :root .lg\:focus\:-translate-y-3\.5:focus{
    --tw-translate-y: -0.875rem;
  }

  :root .lg\:focus\:-translate-y-17\.5:focus{
    --tw-translate-y: -4.375rem;
  }

  :root .lg\:focus\:translate-y-1\/2:focus{
    --tw-translate-y: 50%;
  }

  :root .lg\:focus\:translate-y-1\/3:focus{
    --tw-translate-y: 33.333333%;
  }

  :root .lg\:focus\:translate-y-2\/3:focus{
    --tw-translate-y: 66.666667%;
  }

  :root .lg\:focus\:translate-y-1\/4:focus{
    --tw-translate-y: 25%;
  }

  :root .lg\:focus\:translate-y-2\/4:focus{
    --tw-translate-y: 50%;
  }

  :root .lg\:focus\:translate-y-3\/4:focus{
    --tw-translate-y: 75%;
  }

  :root .lg\:focus\:translate-y-full:focus{
    --tw-translate-y: 100%;
  }

  :root .lg\:focus\:-translate-y-1\/2:focus{
    --tw-translate-y: -50%;
  }

  :root .lg\:focus\:-translate-y-1\/3:focus{
    --tw-translate-y: -33.333333%;
  }

  :root .lg\:focus\:-translate-y-2\/3:focus{
    --tw-translate-y: -66.666667%;
  }

  :root .lg\:focus\:-translate-y-1\/4:focus{
    --tw-translate-y: -25%;
  }

  :root .lg\:focus\:-translate-y-2\/4:focus{
    --tw-translate-y: -50%;
  }

  :root .lg\:focus\:-translate-y-3\/4:focus{
    --tw-translate-y: -75%;
  }

  :root .lg\:focus\:-translate-y-full:focus{
    --tw-translate-y: -100%;
  }

  :root .lg\:skew-x-0{
    --tw-skew-x: 0deg;
  }

  :root .lg\:skew-x-1{
    --tw-skew-x: 1deg;
  }

  :root .lg\:skew-x-2{
    --tw-skew-x: 2deg;
  }

  :root .lg\:skew-x-3{
    --tw-skew-x: 3deg;
  }

  :root .lg\:skew-x-6{
    --tw-skew-x: 6deg;
  }

  :root .lg\:skew-x-12{
    --tw-skew-x: 12deg;
  }

  :root .lg\:-skew-x-12{
    --tw-skew-x: -12deg;
  }

  :root .lg\:-skew-x-6{
    --tw-skew-x: -6deg;
  }

  :root .lg\:-skew-x-3{
    --tw-skew-x: -3deg;
  }

  :root .lg\:-skew-x-2{
    --tw-skew-x: -2deg;
  }

  :root .lg\:-skew-x-1{
    --tw-skew-x: -1deg;
  }

  :root .lg\:skew-y-0{
    --tw-skew-y: 0deg;
  }

  :root .lg\:skew-y-1{
    --tw-skew-y: 1deg;
  }

  :root .lg\:skew-y-2{
    --tw-skew-y: 2deg;
  }

  :root .lg\:skew-y-3{
    --tw-skew-y: 3deg;
  }

  :root .lg\:skew-y-6{
    --tw-skew-y: 6deg;
  }

  :root .lg\:skew-y-12{
    --tw-skew-y: 12deg;
  }

  :root .lg\:-skew-y-12{
    --tw-skew-y: -12deg;
  }

  :root .lg\:-skew-y-6{
    --tw-skew-y: -6deg;
  }

  :root .lg\:-skew-y-3{
    --tw-skew-y: -3deg;
  }

  :root .lg\:-skew-y-2{
    --tw-skew-y: -2deg;
  }

  :root .lg\:-skew-y-1{
    --tw-skew-y: -1deg;
  }

  :root .lg\:hover\:skew-x-0:hover{
    --tw-skew-x: 0deg;
  }

  :root .lg\:hover\:skew-x-1:hover{
    --tw-skew-x: 1deg;
  }

  :root .lg\:hover\:skew-x-2:hover{
    --tw-skew-x: 2deg;
  }

  :root .lg\:hover\:skew-x-3:hover{
    --tw-skew-x: 3deg;
  }

  :root .lg\:hover\:skew-x-6:hover{
    --tw-skew-x: 6deg;
  }

  :root .lg\:hover\:skew-x-12:hover{
    --tw-skew-x: 12deg;
  }

  :root .lg\:hover\:-skew-x-12:hover{
    --tw-skew-x: -12deg;
  }

  :root .lg\:hover\:-skew-x-6:hover{
    --tw-skew-x: -6deg;
  }

  :root .lg\:hover\:-skew-x-3:hover{
    --tw-skew-x: -3deg;
  }

  :root .lg\:hover\:-skew-x-2:hover{
    --tw-skew-x: -2deg;
  }

  :root .lg\:hover\:-skew-x-1:hover{
    --tw-skew-x: -1deg;
  }

  :root .lg\:hover\:skew-y-0:hover{
    --tw-skew-y: 0deg;
  }

  :root .lg\:hover\:skew-y-1:hover{
    --tw-skew-y: 1deg;
  }

  :root .lg\:hover\:skew-y-2:hover{
    --tw-skew-y: 2deg;
  }

  :root .lg\:hover\:skew-y-3:hover{
    --tw-skew-y: 3deg;
  }

  :root .lg\:hover\:skew-y-6:hover{
    --tw-skew-y: 6deg;
  }

  :root .lg\:hover\:skew-y-12:hover{
    --tw-skew-y: 12deg;
  }

  :root .lg\:hover\:-skew-y-12:hover{
    --tw-skew-y: -12deg;
  }

  :root .lg\:hover\:-skew-y-6:hover{
    --tw-skew-y: -6deg;
  }

  :root .lg\:hover\:-skew-y-3:hover{
    --tw-skew-y: -3deg;
  }

  :root .lg\:hover\:-skew-y-2:hover{
    --tw-skew-y: -2deg;
  }

  :root .lg\:hover\:-skew-y-1:hover{
    --tw-skew-y: -1deg;
  }

  :root .lg\:focus\:skew-x-0:focus{
    --tw-skew-x: 0deg;
  }

  :root .lg\:focus\:skew-x-1:focus{
    --tw-skew-x: 1deg;
  }

  :root .lg\:focus\:skew-x-2:focus{
    --tw-skew-x: 2deg;
  }

  :root .lg\:focus\:skew-x-3:focus{
    --tw-skew-x: 3deg;
  }

  :root .lg\:focus\:skew-x-6:focus{
    --tw-skew-x: 6deg;
  }

  :root .lg\:focus\:skew-x-12:focus{
    --tw-skew-x: 12deg;
  }

  :root .lg\:focus\:-skew-x-12:focus{
    --tw-skew-x: -12deg;
  }

  :root .lg\:focus\:-skew-x-6:focus{
    --tw-skew-x: -6deg;
  }

  :root .lg\:focus\:-skew-x-3:focus{
    --tw-skew-x: -3deg;
  }

  :root .lg\:focus\:-skew-x-2:focus{
    --tw-skew-x: -2deg;
  }

  :root .lg\:focus\:-skew-x-1:focus{
    --tw-skew-x: -1deg;
  }

  :root .lg\:focus\:skew-y-0:focus{
    --tw-skew-y: 0deg;
  }

  :root .lg\:focus\:skew-y-1:focus{
    --tw-skew-y: 1deg;
  }

  :root .lg\:focus\:skew-y-2:focus{
    --tw-skew-y: 2deg;
  }

  :root .lg\:focus\:skew-y-3:focus{
    --tw-skew-y: 3deg;
  }

  :root .lg\:focus\:skew-y-6:focus{
    --tw-skew-y: 6deg;
  }

  :root .lg\:focus\:skew-y-12:focus{
    --tw-skew-y: 12deg;
  }

  :root .lg\:focus\:-skew-y-12:focus{
    --tw-skew-y: -12deg;
  }

  :root .lg\:focus\:-skew-y-6:focus{
    --tw-skew-y: -6deg;
  }

  :root .lg\:focus\:-skew-y-3:focus{
    --tw-skew-y: -3deg;
  }

  :root .lg\:focus\:-skew-y-2:focus{
    --tw-skew-y: -2deg;
  }

  :root .lg\:focus\:-skew-y-1:focus{
    --tw-skew-y: -1deg;
  }

  :root .lg\:transition-none{
    transition-property: none;
  }

  :root .lg\:transition-all{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  :root .lg\:transition{
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  :root .lg\:transition-colors{
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  :root .lg\:transition-opacity{
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  :root .lg\:transition-shadow{
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  :root .lg\:transition-transform{
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  :root .lg\:ease-linear{
    transition-timing-function: linear;
  }

  :root .lg\:ease-in{
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  :root .lg\:ease-out{
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  :root .lg\:ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  :root .lg\:duration-75{
    transition-duration: 75ms;
  }

  :root .lg\:duration-100{
    transition-duration: 100ms;
  }

  :root .lg\:duration-150{
    transition-duration: 150ms;
  }

  :root .lg\:duration-200{
    transition-duration: 200ms;
  }

  :root .lg\:duration-300{
    transition-duration: 300ms;
  }

  :root .lg\:duration-500{
    transition-duration: 500ms;
  }

  :root .lg\:duration-700{
    transition-duration: 700ms;
  }

  :root .lg\:duration-1000{
    transition-duration: 1000ms;
  }

  :root .lg\:delay-75{
    transition-delay: 75ms;
  }

  :root .lg\:delay-100{
    transition-delay: 100ms;
  }

  :root .lg\:delay-150{
    transition-delay: 150ms;
  }

  :root .lg\:delay-200{
    transition-delay: 200ms;
  }

  :root .lg\:delay-300{
    transition-delay: 300ms;
  }

  :root .lg\:delay-500{
    transition-delay: 500ms;
  }

  :root .lg\:delay-700{
    transition-delay: 700ms;
  }

  :root .lg\:delay-1000{
    transition-delay: 1000ms;
  }

  :root .lg\:animate-none{
    animation: none;
  }

  :root .lg\:animate-spin{
    animation: spin 1s linear infinite;
  }

  :root .lg\:animate-ping{
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  :root .lg\:animate-pulse{
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  :root .lg\:animate-bounce{
    animation: bounce 1s infinite;
  }

  :root .lg\:mix-blend-normal{
    mix-blend-mode: normal;
  }

  :root .lg\:mix-blend-multiply{
    mix-blend-mode: multiply;
  }

  :root .lg\:mix-blend-screen{
    mix-blend-mode: screen;
  }

  :root .lg\:mix-blend-overlay{
    mix-blend-mode: overlay;
  }

  :root .lg\:mix-blend-darken{
    mix-blend-mode: darken;
  }

  :root .lg\:mix-blend-lighten{
    mix-blend-mode: lighten;
  }

  :root .lg\:mix-blend-color-dodge{
    mix-blend-mode: color-dodge;
  }

  :root .lg\:mix-blend-color-burn{
    mix-blend-mode: color-burn;
  }

  :root .lg\:mix-blend-hard-light{
    mix-blend-mode: hard-light;
  }

  :root .lg\:mix-blend-soft-light{
    mix-blend-mode: soft-light;
  }

  :root .lg\:mix-blend-difference{
    mix-blend-mode: difference;
  }

  :root .lg\:mix-blend-exclusion{
    mix-blend-mode: exclusion;
  }

  :root .lg\:mix-blend-hue{
    mix-blend-mode: hue;
  }

  :root .lg\:mix-blend-saturation{
    mix-blend-mode: saturation;
  }

  :root .lg\:mix-blend-color{
    mix-blend-mode: color;
  }

  :root .lg\:mix-blend-luminosity{
    mix-blend-mode: luminosity;
  }

  :root .lg\:bg-blend-normal{
    background-blend-mode: normal;
  }

  :root .lg\:bg-blend-multiply{
    background-blend-mode: multiply;
  }

  :root .lg\:bg-blend-screen{
    background-blend-mode: screen;
  }

  :root .lg\:bg-blend-overlay{
    background-blend-mode: overlay;
  }

  :root .lg\:bg-blend-darken{
    background-blend-mode: darken;
  }

  :root .lg\:bg-blend-lighten{
    background-blend-mode: lighten;
  }

  :root .lg\:bg-blend-color-dodge{
    background-blend-mode: color-dodge;
  }

  :root .lg\:bg-blend-color-burn{
    background-blend-mode: color-burn;
  }

  :root .lg\:bg-blend-hard-light{
    background-blend-mode: hard-light;
  }

  :root .lg\:bg-blend-soft-light{
    background-blend-mode: soft-light;
  }

  :root .lg\:bg-blend-difference{
    background-blend-mode: difference;
  }

  :root .lg\:bg-blend-exclusion{
    background-blend-mode: exclusion;
  }

  :root .lg\:bg-blend-hue{
    background-blend-mode: hue;
  }

  :root .lg\:bg-blend-saturation{
    background-blend-mode: saturation;
  }

  :root .lg\:bg-blend-color{
    background-blend-mode: color;
  }

  :root .lg\:bg-blend-luminosity{
    background-blend-mode: luminosity;
  }

  :root .lg\:filter{
    --tw-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }

  :root .lg\:filter-none{
    filter: none;
  }

  :root .lg\:blur-0{
    --tw-blur: blur(0);
  }

  :root .lg\:blur-sm{
    --tw-blur: blur(4px);
  }

  :root .lg\:blur{
    --tw-blur: blur(8px);
  }

  :root .lg\:blur-md{
    --tw-blur: blur(12px);
  }

  :root .lg\:blur-lg{
    --tw-blur: blur(16px);
  }

  :root .lg\:blur-xl{
    --tw-blur: blur(24px);
  }

  :root .lg\:blur-2xl{
    --tw-blur: blur(40px);
  }

  :root .lg\:blur-3xl{
    --tw-blur: blur(64px);
  }

  :root .lg\:brightness-0{
    --tw-brightness: brightness(0);
  }

  :root .lg\:brightness-50{
    --tw-brightness: brightness(.5);
  }

  :root .lg\:brightness-75{
    --tw-brightness: brightness(.75);
  }

  :root .lg\:brightness-90{
    --tw-brightness: brightness(.9);
  }

  :root .lg\:brightness-95{
    --tw-brightness: brightness(.95);
  }

  :root .lg\:brightness-100{
    --tw-brightness: brightness(1);
  }

  :root .lg\:brightness-105{
    --tw-brightness: brightness(1.05);
  }

  :root .lg\:brightness-110{
    --tw-brightness: brightness(1.1);
  }

  :root .lg\:brightness-125{
    --tw-brightness: brightness(1.25);
  }

  :root .lg\:brightness-150{
    --tw-brightness: brightness(1.5);
  }

  :root .lg\:brightness-200{
    --tw-brightness: brightness(2);
  }

  :root .lg\:contrast-0{
    --tw-contrast: contrast(0);
  }

  :root .lg\:contrast-50{
    --tw-contrast: contrast(.5);
  }

  :root .lg\:contrast-75{
    --tw-contrast: contrast(.75);
  }

  :root .lg\:contrast-100{
    --tw-contrast: contrast(1);
  }

  :root .lg\:contrast-125{
    --tw-contrast: contrast(1.25);
  }

  :root .lg\:contrast-150{
    --tw-contrast: contrast(1.5);
  }

  :root .lg\:contrast-200{
    --tw-contrast: contrast(2);
  }

  :root .lg\:drop-shadow-sm{
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05));
  }

  :root .lg\:drop-shadow{
    --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06));
  }

  :root .lg\:drop-shadow-md{
    --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06));
  }

  :root .lg\:drop-shadow-lg{
    --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1));
  }

  :root .lg\:drop-shadow-xl{
    --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08));
  }

  :root .lg\:drop-shadow-2xl{
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15));
  }

  :root .lg\:drop-shadow-none{
    --tw-drop-shadow: drop-shadow(0 0 #0000);
  }

  :root .lg\:grayscale-0{
    --tw-grayscale: grayscale(0);
  }

  :root .lg\:grayscale{
    --tw-grayscale: grayscale(100%);
  }

  :root .lg\:hue-rotate-0{
    --tw-hue-rotate: hue-rotate(0deg);
  }

  :root .lg\:hue-rotate-15{
    --tw-hue-rotate: hue-rotate(15deg);
  }

  :root .lg\:hue-rotate-30{
    --tw-hue-rotate: hue-rotate(30deg);
  }

  :root .lg\:hue-rotate-60{
    --tw-hue-rotate: hue-rotate(60deg);
  }

  :root .lg\:hue-rotate-90{
    --tw-hue-rotate: hue-rotate(90deg);
  }

  :root .lg\:hue-rotate-180{
    --tw-hue-rotate: hue-rotate(180deg);
  }

  :root .lg\:-hue-rotate-180{
    --tw-hue-rotate: hue-rotate(-180deg);
  }

  :root .lg\:-hue-rotate-90{
    --tw-hue-rotate: hue-rotate(-90deg);
  }

  :root .lg\:-hue-rotate-60{
    --tw-hue-rotate: hue-rotate(-60deg);
  }

  :root .lg\:-hue-rotate-30{
    --tw-hue-rotate: hue-rotate(-30deg);
  }

  :root .lg\:-hue-rotate-15{
    --tw-hue-rotate: hue-rotate(-15deg);
  }

  :root .lg\:invert-0{
    --tw-invert: invert(0);
  }

  :root .lg\:invert{
    --tw-invert: invert(100%);
  }

  :root .lg\:saturate-0{
    --tw-saturate: saturate(0);
  }

  :root .lg\:saturate-50{
    --tw-saturate: saturate(.5);
  }

  :root .lg\:saturate-100{
    --tw-saturate: saturate(1);
  }

  :root .lg\:saturate-150{
    --tw-saturate: saturate(1.5);
  }

  :root .lg\:saturate-200{
    --tw-saturate: saturate(2);
  }

  :root .lg\:sepia-0{
    --tw-sepia: sepia(0);
  }

  :root .lg\:sepia{
    --tw-sepia: sepia(100%);
  }

  :root .lg\:backdrop-filter{
    --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
            backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  :root .lg\:backdrop-filter-none{
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }

  :root .lg\:backdrop-brightness-0{
    --tw-backdrop-brightness: brightness(0);
  }

  :root .lg\:backdrop-brightness-50{
    --tw-backdrop-brightness: brightness(.5);
  }

  :root .lg\:backdrop-brightness-75{
    --tw-backdrop-brightness: brightness(.75);
  }

  :root .lg\:backdrop-brightness-90{
    --tw-backdrop-brightness: brightness(.9);
  }

  :root .lg\:backdrop-brightness-95{
    --tw-backdrop-brightness: brightness(.95);
  }

  :root .lg\:backdrop-brightness-100{
    --tw-backdrop-brightness: brightness(1);
  }

  :root .lg\:backdrop-brightness-105{
    --tw-backdrop-brightness: brightness(1.05);
  }

  :root .lg\:backdrop-brightness-110{
    --tw-backdrop-brightness: brightness(1.1);
  }

  :root .lg\:backdrop-brightness-125{
    --tw-backdrop-brightness: brightness(1.25);
  }

  :root .lg\:backdrop-brightness-150{
    --tw-backdrop-brightness: brightness(1.5);
  }

  :root .lg\:backdrop-brightness-200{
    --tw-backdrop-brightness: brightness(2);
  }

  :root .lg\:backdrop-contrast-0{
    --tw-backdrop-contrast: contrast(0);
  }

  :root .lg\:backdrop-contrast-50{
    --tw-backdrop-contrast: contrast(.5);
  }

  :root .lg\:backdrop-contrast-75{
    --tw-backdrop-contrast: contrast(.75);
  }

  :root .lg\:backdrop-contrast-100{
    --tw-backdrop-contrast: contrast(1);
  }

  :root .lg\:backdrop-contrast-125{
    --tw-backdrop-contrast: contrast(1.25);
  }

  :root .lg\:backdrop-contrast-150{
    --tw-backdrop-contrast: contrast(1.5);
  }

  :root .lg\:backdrop-contrast-200{
    --tw-backdrop-contrast: contrast(2);
  }

  :root .lg\:backdrop-grayscale-0{
    --tw-backdrop-grayscale: grayscale(0);
  }

  :root .lg\:backdrop-grayscale{
    --tw-backdrop-grayscale: grayscale(100%);
  }

  :root .lg\:backdrop-hue-rotate-0{
    --tw-backdrop-hue-rotate: hue-rotate(0deg);
  }

  :root .lg\:backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate: hue-rotate(15deg);
  }

  :root .lg\:backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate: hue-rotate(30deg);
  }

  :root .lg\:backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate: hue-rotate(60deg);
  }

  :root .lg\:backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate: hue-rotate(90deg);
  }

  :root .lg\:backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate: hue-rotate(180deg);
  }

  :root .lg\:-backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate: hue-rotate(-180deg);
  }

  :root .lg\:-backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate: hue-rotate(-90deg);
  }

  :root .lg\:-backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate: hue-rotate(-60deg);
  }

  :root .lg\:-backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate: hue-rotate(-30deg);
  }

  :root .lg\:-backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate: hue-rotate(-15deg);
  }

  :root .lg\:backdrop-invert-0{
    --tw-backdrop-invert: invert(0);
  }

  :root .lg\:backdrop-invert{
    --tw-backdrop-invert: invert(100%);
  }

  :root .lg\:backdrop-saturate-0{
    --tw-backdrop-saturate: saturate(0);
  }

  :root .lg\:backdrop-saturate-50{
    --tw-backdrop-saturate: saturate(.5);
  }

  :root .lg\:backdrop-saturate-100{
    --tw-backdrop-saturate: saturate(1);
  }

  :root .lg\:backdrop-saturate-150{
    --tw-backdrop-saturate: saturate(1.5);
  }

  :root .lg\:backdrop-saturate-200{
    --tw-backdrop-saturate: saturate(2);
  }

  :root .lg\:backdrop-sepia-0{
    --tw-backdrop-sepia: sepia(0);
  }

  :root .lg\:backdrop-sepia{
    --tw-backdrop-sepia: sepia(100%);
  }
}
/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/fonts.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@font-face {
  font-family: "Noto Sans";

  src: local("Noto Sans Light"), local("NotoSansDisplay-Light"), url('NotoSans-Light.4bfcef997c8129af.ttf') format("truetype");

  font-weight: 300;

  font-style: normal;
}

@font-face {
  font-family: "Noto Sans";

  src: local("Noto Sans Regular"), local("NotoSansDisplay-Regular"), url('NotoSans-Regular.cb40f90b6ce4a698.ttf') format("truetype");

  font-weight: 400;

  font-style: normal;
}

@font-face {
  font-family: "Noto Sans";

  src: local("Noto Sans SemiBold"), local("NotoSansDisplay-SemiBold"), url('NotoSans-SemiBold.4f9347b5675a6319.ttf') format("truetype");

  font-weight: 600;

  font-style: normal;
}

@font-face {
  font-family: "Noto Sans";

  src: local("Noto Sans ExtraBold"), local("NotoSansDisplay-ExtraBold"), url('NotoSans-SemiBold.4f9347b5675a6319.ttf') format("truetype");

  font-weight: 800;

  font-style: normal;
}

@font-face {
  font-family: "Noto Sans";

  src: local("Noto Sans Medium"), local("NotoSansDisplay-Medium"), url('NotoSans-Medium.6b79dd595955fe47.ttf') format("truetype");

  font-weight: 500;

  font-style: normal;
}

@font-face {
  font-family: "Noto Sans";

  src: local("Noto Sans Bold"), local("NotoSansDisplay-Bold"), url('NotoSans-SemiBold.4f9347b5675a6319.ttf') format("truetype");

  font-weight: 700;

  font-style: normal;
}

/*# sourceMappingURL=styles.071866652413fbee.css.map*/