/*! tailwindcss v4.1.4 | MIT License | https://tailwindcss.com */
@layer properties;
:root {
  --blue-gray: #8a9297;
  --yellow-nis: #fab314;
  --windows-blue: #3d85c6;
  --marine: rgb(8, 48, 80);
  --danger: #e62d36;
  --warning: #fcb514;
  --success: #28a745;
  --dark-gray: #838383;
  --extradark-gray: #444;
  --dark-20: rgba(0, 0, 0, 0.2);
  --dark-30: rgba(0, 0, 0, 0.35);
  --dark-50: rgba(0, 0, 0, 0.5);
  --dark-80: rgba(0, 0, 0, 0.8);
  --filter-img-fff: brightness(0) saturate(100%) invert(100%) sepia(0%)
    saturate(7479%) hue-rotate(70deg) brightness(99%) contrast(107%);
  --filter-img-002aff: brightness(0) saturate(100%) invert(10%) sepia(100%)
    saturate(6973%) hue-rotate(239deg) brightness(97%) contrast(116%);
}
@font-face {
  font-family: 'Roboto';
  src: url("/staticfiles/css/fonts/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
html {
  font-family: var(--font-projeto), sans-serif !important;
  font-weight: 400;
  line-height: normal;
  -ms-text-size-adjust: 100%;
}
body {
  font-family: var(--font-projeto), sans-serif !important;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.5;
  overflow-x: hidden !important;
}
.text-roboto {
  font-family: 'Roboto', sans-serif !important;
  font-weight: 500;
}
.text-danger {
  color: var(--danger);
}
.text-success {
  color: var(--success);
}
.modal-overlay {
  background-color: rgba(255, 255, 255, 0.5);
}
.blur-content {
  filter: blur(3px);
  transition: filter 0.3s ease;
}
.modal-backdrop {
  backdrop-filter: blur(2px);
}
.swiper {
  width: 100%;
  height: 100%;
}
.item-menu-categorias.active .barra-lateral {
  display: block;
}
.item-menu-categorias.active .titulo-categoria {
  color: #0061b8;
}
.subitem-menu-categorias.active .agrupamento-subitem-menu-categorias {
  display: grid;
}
.item-menu-rodape-mobile.active .barra-superior-menu-rodape-mobile {
  display: block;
}
.item-menu-rodape-mobile.active .titulo-menu-rodape-mobile {
  font-weight: 700;
  color: var(--client-primary-color);
}
#checkout-desfoco.closed {
  display: none;
  bottom: -1000%;
}
#checkout-desfoco:not(.closed) {
  display: block;
  bottom: 0;
}
.checkout-popup {
  max-height: 80%;
  min-height: 20%;
  overflow-y: auto;
  overflow-x: hidden;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  padding: 30px 20px 40px 20px;
  z-index: 12;
  top: auto;
  bottom: 0;
  right: 0;
  position: fixed;
  background-color: #fff;
}
.checkout-popup.closed {
  display: none;
  bottom: -1000%;
}
.filtros-popup.closed {
  display: none;
  bottom: -1000%;
}
.bloco-pesquisa .active span {
  color: #3f84c7;
}
.fade-out-checkout {
  opacity: 0;
  transition: opacity 0.5s ease-out;
}
.fade-in-checkout {
  opacity: 1;
  transition: opacity 0.5s ease-in;
}
.animacao-3-pontos:after {
  overflow: hidden;
  display: inline-block;
  vertical-align: bottom;
  -webkit-animation: ellipsis steps(4,end) 1250ms infinite;
  animation: ellipsis steps(4,end) 1250ms infinite;
  content: "\2026";
  width: 0px;
}
@keyframes ellipsis {
  to {
    width: 1em;
  }
}
@-webkit-keyframes ellipsis {
  to {
    width: 1em;
  }
}
#checkout-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  background: linear-gradient(90deg,rgba(255, 110, 170, 1) 0%, rgba(130, 218, 168, 1) 25%);
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
#checkout-footer.fade-in::before {
  opacity: 1;
}
.button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  border-radius: 0.25rem;
}
input {
  outline: 0 !important;
}
input[type="text"], textarea {
  padding: 10px;
}
.form-control {
  font-size: 0.95rem;
  color: #5c6873;
  border: 2px solid #d7e1e7;
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 0.5rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control:not(textarea, input[type="radio"], input[type="checkbox"]) {
  height: calc(1.5em + 0.75rem + 2px);
}
.form-control:focus {
  color: #5c6873;
  border-color: #8ad4ee;
  background-color: #fff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.formulario:focus {
  border-color: #8ad4ee;
  background-color: #fff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control:disabled, .form-control.disabled, .disabled {
  background-color: #e4e7ea;
  opacity: 1;
  pointer-events: none;
}
.formulario.valid {
  border-color: #9fc44e;
}
.formulario.invalid {
  border-color: #ee3a41;
}
.form-control.invalid {
  border-color: #ee3a41;
}
input[type="radio"].invalid, input[type="radio"].invalid + span, input[type="checkbox"].invalid, input[type="checkbox"].invalid + span {
  accent-color: #ee3a41;
  color: #ee3a41;
}
.form-control.invalid:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 108, 107, 0.25);
}
.form-control.valid {
  border-color: #9fc44e;
}
.form-control.valid:focus {
  box-shadow: 0 0 0 0.2rem rgba(77, 189, 116, 0.25);
}
.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 35px;
}
.slider:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  left: 5px;
  bottom: 5px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50%;
}
input:checked + .slider {
  background-color: var(--client-primary-color);
}
input:focus + .slider {
  box-shadow: 0 0 1px var(--client-primary-color);
}
input:checked + .slider:before {
  -webkit-transform: translateX(15px);
  -ms-transform: translateX(15px);
  transform: translateX(15px);
}
.agrupamento-subitem-menu-categorias .titulo-subcategoria.active {
  font-weight: bold;
  color: #0061b8;
}
.agrupamento-subitem-menu-categorias .img-subcategoria {
  transform: rotate(0deg);
  transition: transform 0.3s ease;
}
.agrupamento-subitem-menu-categorias .img-subcategoria.active {
  transform: rotate(90deg);
  transition: transform 0.3s ease;
}
.thumbsSwiper .swiper-slide img {
  opacity: 0.5;
  transition: opacity 0.3s ease;
  border-radius: 0.5rem;
}
.thumbsSwiper .swiper-slide.border-slide:not(.swiper-slide-thumb-active) img {
  opacity: 0.5;
  transition: opacity 0.3s ease;
  border-radius: 0.5rem;
  border: 1px solid var(--slide-thumb-not-active);
}
.thumbsSwiper .swiper-slide-thumb-active img {
  opacity: 1;
  border: 2px solid var(--slide-thumb-active);
}
.swiper-slide.thumb {
  width: 25%;
}
.swiper-button-next {
  color: var(--client-primary-color) !important;
  right: -1px !important;
  height: 35px !important;
  width: 35px !important;
}
.swiper-button-prev {
  color: var(--client-primary-color) !important;
  left: 0px !important;
  height: 35px !important;
  width: 35px !important;
}
.swiper-button-next, .swiper-button-prev {
  --swiper-navigation-size: 20px !important;
}
.swiper-button-next.mobile, .swiper-button-prev.mobile {
  height: 15px !important;
  width: 15px !important;
  --swiper-navigation-size: 8px !important;
}
.carrossel-imagens-one .swiper-button-next, .carrossel-imagens-one .swiper-button-prev, .carrossel-imagens-two .swiper-button-next, .carrossel-imagens-two .swiper-button-prev, .carrossel-imagens-three .swiper-button-next, .carrossel-imagens-three .swiper-button-prev, .carrossel-produtos-padrao .swiper-button-next, .carrossel-produtos-padrao .swiper-button-prev, .carrossel-produtos-scrollbar .swiper-button-next, .carrossel-produtos-scrollbar .swiper-button-prev, .carrossel-produtos-lg .swiper-button-next, .carrossel-produtos-lg .swiper-button-prev, .carrossel-itens-sm .swiper-button-next, .carrossel-itens-sm .swiper-button-prev, .carrossel-itens-md .swiper-button-next, .carrossel-itens-md .swiper-button-prev, .carrossel-itens-lg .swiper-button-next, .carrossel-itens-lg .swiper-button-prev, .carrossel-itens-xl .swiper-button-next, .carrossel-itens-xl .swiper-button-prev, .carrossel-informacoes-four .swiper-button-next, .carrossel-informacoes-four .swiper-button-prev, .carrossel-itens-three .swiper-button-next, .carrossel-itens-three .swiper-button-prev, .carrossel-itens-five .swiper-button-next, .carrossel-itens-five .swiper-button-prev, .carrossel-itens-six .swiper-button-next, .carrossel-itens-six .swiper-button-prev {
  top: 47%;
  transform: translateY(-50%);
  opacity: var(--client-opacity-button-next-prev);
  pointer-events: none;
  transition: opacity .2s ease-in-out;
  background-color: var(--client-bg-button-next-prev) !important;
  border-radius: 50% !important;
}
.carrossel-imagens-one .swiper-button-next.mobile, .carrossel-imagens-one .swiper-button-prev.mobile, .carrossel-imagens-two .swiper-button-next.mobile, .carrossel-imagens-two .swiper-button-prev.mobile, .carrossel-imagens-three .swiper-button-next.mobile, .carrossel-imagens-three .swiper-button-prev.mobile, .carrossel-produtos-padrao .swiper-button-next.mobile, .carrossel-produtos-padrao .swiper-button-prev.mobile, .carrossel-produtos-scrollbar .swiper-button-next.mobile, .carrossel-produtos-scrollbar .swiper-button-prev.mobile, .carrossel-produtos-lg .swiper-button-next.mobile, .carrossel-produtos-lg .swiper-button-prev.mobile, .carrossel-itens-sm .swiper-button-next.mobile, .carrossel-itens-sm .swiper-button-prev.mobile, .carrossel-itens-md .swiper-button-next.mobile, .carrossel-itens-md .swiper-button-prev.mobile, .carrossel-itens-lg .swiper-button-next.mobile, .carrossel-itens-lg .swiper-button-prev.mobile, .carrossel-itens-xl .swiper-button-next.mobile, .carrossel-itens-xl .swiper-button-prev.mobile, .carrossel-informacoes-four .swiper-button-next.mobile, .carrossel-informacoes-four .swiper-button-prev.mobile, .carrossel-itens-three .swiper-button-next.mobile, .carrossel-itens-three .swiper-button-prev.mobile, .carrossel-itens-five .swiper-button-next.mobile, .carrossel-itens-five .swiper-button-prev.mobile, .carrossel-itens-six .swiper-button-next.mobile, .carrossel-itens-six .swiper-button-prev.mobile {
  opacity: var(--client-opacity-mobile-next-prev) !important;
}
.carrossel-imagens-one:hover .swiper-button-next, .carrossel-imagens-one:hover .swiper-button-prev, .carrossel-imagens-two:hover .swiper-button-next, .carrossel-imagens-two:hover .swiper-button-prev, .carrossel-imagens-three:hover .swiper-button-next, .carrossel-imagens-three:hover .swiper-button-prev, .carrossel-produtos-padrao:hover .swiper-button-next, .carrossel-produtos-padrao:hover .swiper-button-prev, .carrossel-produtos-scrollbar:hover .swiper-button-next, .carrossel-produtos-scrollbar:hover .swiper-button-prev, .carrossel-produtos-lg:hover .swiper-button-next, .carrossel-produtos-lg:hover .swiper-button-prev, .carrossel-itens-sm:hover .swiper-button-next, .carrossel-itens-sm:hover .swiper-button-prev, .carrossel-itens-md:hover .swiper-button-next, .carrossel-itens-md:hover .swiper-button-prev, .carrossel-itens-lg:hover .swiper-button-next, .carrossel-itens-lg:hover .swiper-button-prev, .carrossel-itens-xl:hover .swiper-button-next, .carrossel-itens-xl:hover .swiper-button-prev, .carrossel-informacoes-four:hover .swiper-button-next, .carrossel-informacoes-four:hover .swiper-button-prev, .carrossel-itens-three:hover .swiper-button-next, .carrossel-itens-three:hover .swiper-button-prev, .carrossel-itens-five:hover .swiper-button-next, .carrossel-itens-five:hover .swiper-button-prev, .carrossel-itens-six:hover .swiper-button-next, .carrossel-itens-six:hover .swiper-button-prev {
  opacity: 1;
  pointer-events: auto;
  background-color: var(--client-bg-button-next-prev) !important;
  border-radius: 50% !important;
}
.hide-scrollbar::-webkit-scrollbar {
  display: none;
}
.hide-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.placeholder {
  animation: placeholder-loading 1s linear infinite alternate;
  border-radius: 0.25rem;
  width: 100%;
}
.loader-tenant {
  background-image: var(--loader-tenant);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100px;
  height: 100px;
}
@keyframes placeholder-loading {
  0% {
    background-color: hsl(200, 20%, 80%);
  }
  100% {
    background-color: hsl(200, 20%, 95%);
  }
}
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-red-100: oklch(93.6% 0.032 17.717);
    --color-red-200: oklch(88.5% 0.062 18.334);
    --color-red-300: oklch(80.8% 0.114 19.571);
    --color-red-500: oklch(63.7% 0.237 25.331);
    --color-red-600: oklch(57.7% 0.245 27.325);
    --color-red-700: oklch(50.5% 0.213 27.518);
    --color-red-800: oklch(44.4% 0.177 26.899);
    --color-yellow-100: oklch(97.3% 0.071 103.193);
    --color-yellow-400: oklch(85.2% 0.199 91.936);
    --color-yellow-700: oklch(55.4% 0.135 66.442);
    --color-green-100: oklch(96.2% 0.044 156.743);
    --color-green-700: oklch(52.7% 0.154 150.069);
    --color-blue-50: oklch(97% 0.014 254.604);
    --color-blue-100: oklch(93.2% 0.032 255.585);
    --color-blue-300: oklch(80.9% 0.105 251.813);
    --color-blue-500: oklch(62.3% 0.214 259.815);
    --color-blue-600: oklch(54.6% 0.245 262.881);
    --color-blue-700: oklch(48.8% 0.243 264.376);
    --color-blue-800: oklch(42.4% 0.199 265.638);
    --color-blue-900: oklch(37.9% 0.146 265.522);
    --color-gray-50: oklch(98.5% 0.002 247.839);
    --color-gray-100: oklch(96.7% 0.003 264.542);
    --color-gray-200: oklch(92.8% 0.006 264.531);
    --color-gray-300: oklch(87.2% 0.01 258.338);
    --color-gray-400: oklch(70.7% 0.022 261.325);
    --color-gray-500: oklch(55.1% 0.027 264.364);
    --color-gray-600: oklch(44.6% 0.03 256.802);
    --color-gray-700: oklch(37.3% 0.034 259.733);
    --color-gray-800: oklch(27.8% 0.033 256.848);
    --color-gray-900: oklch(21% 0.034 264.665);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-xs: 20rem;
    --container-sm: 24rem;
    --container-md: 28rem;
    --container-lg: 32rem;
    --container-xl: 36rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --container-4xl: 56rem;
    --container-5xl: 64rem;
    --container-6xl: 72rem;
    --container-7xl: 80rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-6xl: 3.75rem;
    --text-6xl--line-height: 1;
    --text-8xl: 6rem;
    --text-8xl--line-height: 1;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;
    --font-weight-black: 900;
    --tracking-wide: 0.025em;
    --tracking-widest: 0.1em;
    --leading-tight: 1.25;
    --leading-snug: 1.375;
    --leading-relaxed: 1.625;
    --radius-xs: 0.125rem;
    --radius-sm: 0.25rem;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --radius-4xl: 2rem;
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --animate-bounce: bounce 1s infinite;
    --aspect-video: 16 / 9;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .pointer-events-none {
    pointer-events: none;
  }
  .collapse {
    visibility: collapse;
  }
  .invisible {
    visibility: hidden;
  }
  .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;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .inset-12 {
    inset: calc(var(--spacing) * 12);
  }
  .inset-x-0 {
    inset-inline: calc(var(--spacing) * 0);
  }
  .-start-\[13px\] {
    inset-inline-start: calc(13px * -1);
  }
  .-top-1 {
    top: calc(var(--spacing) * -1);
  }
  .-top-2 {
    top: calc(var(--spacing) * -2);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-1 {
    top: calc(var(--spacing) * 1);
  }
  .top-1\/2 {
    top: calc(1/2 * 100%);
  }
  .top-1\/3 {
    top: calc(1/3 * 100%);
  }
  .top-2 {
    top: calc(var(--spacing) * 2);
  }
  .top-2\/4 {
    top: calc(2/4 * 100%);
  }
  .top-3 {
    top: calc(var(--spacing) * 3);
  }
  .top-3\/4 {
    top: calc(3/4 * 100%);
  }
  .top-3\/5 {
    top: calc(3/5 * 100%);
  }
  .top-4 {
    top: calc(var(--spacing) * 4);
  }
  .top-4\/6 {
    top: calc(4/6 * 100%);
  }
  .top-5\/6 {
    top: calc(5/6 * 100%);
  }
  .top-7 {
    top: calc(var(--spacing) * 7);
  }
  .top-9 {
    top: calc(var(--spacing) * 9);
  }
  .top-\[-24px\] {
    top: -24px;
  }
  .top-\[-120px\] {
    top: -120px;
  }
  .top-\[145px\] {
    top: 145px;
  }
  .top-full {
    top: 100%;
  }
  .-right-1 {
    right: calc(var(--spacing) * -1);
  }
  .-right-2 {
    right: calc(var(--spacing) * -2);
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-2 {
    right: calc(var(--spacing) * 2);
  }
  .right-3 {
    right: calc(var(--spacing) * 3);
  }
  .right-4 {
    right: calc(var(--spacing) * 4);
  }
  .right-\[-150px\] {
    right: -150px;
  }
  .right-\[0px\] {
    right: 0px;
  }
  .-bottom-1 {
    bottom: calc(var(--spacing) * -1);
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .bottom-\[-25px\] {
    bottom: -25px;
  }
  .bottom-\[-90px\] {
    bottom: -90px;
  }
  .bottom-\[-100\%\] {
    bottom: -100%;
  }
  .-left-1 {
    left: calc(var(--spacing) * -1);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-1 {
    left: calc(var(--spacing) * 1);
  }
  .left-1\/2 {
    left: calc(1/2 * 100%);
  }
  .left-1\/3 {
    left: calc(1/3 * 100%);
  }
  .left-2 {
    left: calc(var(--spacing) * 2);
  }
  .left-2\/5 {
    left: calc(2/5 * 100%);
  }
  .left-3 {
    left: calc(var(--spacing) * 3);
  }
  .left-\[-40px\] {
    left: -40px;
  }
  .left-\[0px\] {
    left: 0px;
  }
  .z-0 {
    z-index: 0;
  }
  .z-3 {
    z-index: 3;
  }
  .z-4 {
    z-index: 4;
  }
  .z-10 {
    z-index: 10;
  }
  .z-20 {
    z-index: 20;
  }
  .z-40 {
    z-index: 40;
  }
  .z-50 {
    z-index: 50;
  }
  .z-60 {
    z-index: 60;
  }
  .z-\[1\] {
    z-index: 1;
  }
  .z-\[2\] {
    z-index: 2;
  }
  .z-\[3\] {
    z-index: 3;
  }
  .z-\[5\] {
    z-index: 5;
  }
  .z-\[9\] {
    z-index: 9;
  }
  .z-\[10\] {
    z-index: 10;
  }
  .z-\[11\] {
    z-index: 11;
  }
  .z-\[12\] {
    z-index: 12;
  }
  .z-\[13\] {
    z-index: 13;
  }
  .z-\[50\] {
    z-index: 50;
  }
  .z-\[59\] {
    z-index: 59;
  }
  .z-\[60\] {
    z-index: 60;
  }
  .z-\[100\] {
    z-index: 100;
  }
  .z-\[101\] {
    z-index: 101;
  }
  .z-\[1000\] {
    z-index: 1000;
  }
  .order-1 {
    order: 1;
  }
  .order-2 {
    order: 2;
  }
  .col-span-1 {
    grid-column: span 1 / span 1;
  }
  .col-span-2 {
    grid-column: span 2 / span 2;
  }
  .col-span-3 {
    grid-column: span 3 / span 3;
  }
  .col-span-4 {
    grid-column: span 4 / span 4;
  }
  .col-span-5 {
    grid-column: span 5 / span 5;
  }
  .col-span-6 {
    grid-column: span 6 / span 6;
  }
  .col-span-7 {
    grid-column: span 7 / span 7;
  }
  .col-span-8 {
    grid-column: span 8 / span 8;
  }
  .col-span-9 {
    grid-column: span 9 / span 9;
  }
  .col-span-12 {
    grid-column: span 12 / span 12;
  }
  .row-span-4 {
    grid-row: span 4 / span 4;
  }
  .row-span-5 {
    grid-row: span 5 / span 5;
  }
  .float-right {
    float: right;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .m-2 {
    margin: calc(var(--spacing) * 2);
  }
  .m-4 {
    margin: calc(var(--spacing) * 4);
  }
  .m-6 {
    margin: calc(var(--spacing) * 6);
  }
  .m-2597 {
    margin: calc(var(--spacing) * 2597);
  }
  .m-3744 {
    margin: calc(var(--spacing) * 3744);
  }
  .m-5442 {
    margin: calc(var(--spacing) * 5442);
  }
  .m-\[3px\] {
    margin: 3px;
  }
  .m-\[8px\] {
    margin: 8px;
  }
  .m-auto {
    margin: auto;
  }
  .mx-1 {
    margin-inline: calc(var(--spacing) * 1);
  }
  .mx-2 {
    margin-inline: calc(var(--spacing) * 2);
  }
  .mx-4 {
    margin-inline: calc(var(--spacing) * 4);
  }
  .mx-5 {
    margin-inline: calc(var(--spacing) * 5);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-0 {
    margin-block: calc(var(--spacing) * 0);
  }
  .my-1 {
    margin-block: calc(var(--spacing) * 1);
  }
  .my-2 {
    margin-block: calc(var(--spacing) * 2);
  }
  .my-3 {
    margin-block: calc(var(--spacing) * 3);
  }
  .my-4 {
    margin-block: calc(var(--spacing) * 4);
  }
  .my-5 {
    margin-block: calc(var(--spacing) * 5);
  }
  .my-6 {
    margin-block: calc(var(--spacing) * 6);
  }
  .my-8 {
    margin-block: calc(var(--spacing) * 8);
  }
  .my-10 {
    margin-block: calc(var(--spacing) * 10);
  }
  .ms-2 {
    margin-inline-start: calc(var(--spacing) * 2);
  }
  .mt-0 {
    margin-top: calc(var(--spacing) * 0);
  }
  .mt-0\.5 {
    margin-top: calc(var(--spacing) * 0.5);
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-2\.5 {
    margin-top: calc(var(--spacing) * 2.5);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-7\.5 {
    margin-top: calc(var(--spacing) * 7.5);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-35 {
    margin-top: calc(var(--spacing) * 35);
  }
  .mr-1 {
    margin-right: calc(var(--spacing) * 1);
  }
  .mr-2 {
    margin-right: calc(var(--spacing) * 2);
  }
  .mr-3 {
    margin-right: calc(var(--spacing) * 3);
  }
  .mr-7 {
    margin-right: calc(var(--spacing) * 7);
  }
  .mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-2\.5 {
    margin-bottom: calc(var(--spacing) * 2.5);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-7 {
    margin-bottom: calc(var(--spacing) * 7);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-11 {
    margin-bottom: calc(var(--spacing) * 11);
  }
  .mb-15 {
    margin-bottom: calc(var(--spacing) * 15);
  }
  .mb-\[5px\] {
    margin-bottom: 5px;
  }
  .ml-1 {
    margin-left: calc(var(--spacing) * 1);
  }
  .ml-2 {
    margin-left: calc(var(--spacing) * 2);
  }
  .ml-4 {
    margin-left: calc(var(--spacing) * 4);
  }
  .ml-auto {
    margin-left: auto;
  }
  .line-clamp-1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
  .line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .line-clamp-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .aspect-\[3\/2\] {
    aspect-ratio: 3/2;
  }
  .aspect-\[3\/4\] {
    aspect-ratio: 3/4;
  }
  .aspect-\[16\/9\] {
    aspect-ratio: 16/9;
  }
  .aspect-square {
    aspect-ratio: 1 / 1;
  }
  .aspect-video {
    aspect-ratio: var(--aspect-video);
  }
  .h-0\.5 {
    height: calc(var(--spacing) * 0.5);
  }
  .h-1 {
    height: calc(var(--spacing) * 1);
  }
  .h-1\.5 {
    height: calc(var(--spacing) * 1.5);
  }
  .h-2 {
    height: calc(var(--spacing) * 2);
  }
  .h-3 {
    height: calc(var(--spacing) * 3);
  }
  .h-3\.5 {
    height: calc(var(--spacing) * 3.5);
  }
  .h-3\/4 {
    height: calc(3/4 * 100%);
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-7 {
    height: calc(var(--spacing) * 7);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-9 {
    height: calc(var(--spacing) * 9);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-11 {
    height: calc(var(--spacing) * 11);
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-14 {
    height: calc(var(--spacing) * 14);
  }
  .h-15 {
    height: calc(var(--spacing) * 15);
  }
  .h-16 {
    height: calc(var(--spacing) * 16);
  }
  .h-17 {
    height: calc(var(--spacing) * 17);
  }
  .h-20 {
    height: calc(var(--spacing) * 20);
  }
  .h-22 {
    height: calc(var(--spacing) * 22);
  }
  .h-24 {
    height: calc(var(--spacing) * 24);
  }
  .h-30 {
    height: calc(var(--spacing) * 30);
  }
  .h-40 {
    height: calc(var(--spacing) * 40);
  }
  .h-45 {
    height: calc(var(--spacing) * 45);
  }
  .h-50 {
    height: calc(var(--spacing) * 50);
  }
  .h-60 {
    height: calc(var(--spacing) * 60);
  }
  .h-\[1px\] {
    height: 1px;
  }
  .h-\[8px\] {
    height: 8px;
  }
  .h-\[10px\] {
    height: 10px;
  }
  .h-\[18px\] {
    height: 18px;
  }
  .h-\[20px\] {
    height: 20px;
  }
  .h-\[23px\] {
    height: 23px;
  }
  .h-\[25px\] {
    height: 25px;
  }
  .h-\[28px\] {
    height: 28px;
  }
  .h-\[30px\] {
    height: 30px;
  }
  .h-\[31px\] {
    height: 31px;
  }
  .h-\[35px\] {
    height: 35px;
  }
  .h-\[38px\] {
    height: 38px;
  }
  .h-\[42px\] {
    height: 42px;
  }
  .h-\[45px\] {
    height: 45px;
  }
  .h-\[48px\] {
    height: 48px;
  }
  .h-\[50px\] {
    height: 50px;
  }
  .h-\[59px\] {
    height: 59px;
  }
  .h-\[60px\] {
    height: 60px;
  }
  .h-\[64px\] {
    height: 64px;
  }
  .h-\[65vh\] {
    height: 65vh;
  }
  .h-\[70px\] {
    height: 70px;
  }
  .h-\[72px\] {
    height: 72px;
  }
  .h-\[75px\] {
    height: 75px;
  }
  .h-\[75vh\] {
    height: 75vh;
  }
  .h-\[80px\] {
    height: 80px;
  }
  .h-\[90px\] {
    height: 90px;
  }
  .h-\[100\%\] {
    height: 100%;
  }
  .h-\[100px\] {
    height: 100px;
  }
  .h-\[100vh\] {
    height: 100vh;
  }
  .h-\[105px\] {
    height: 105px;
  }
  .h-\[120px\] {
    height: 120px;
  }
  .h-\[135px\] {
    height: 135px;
  }
  .h-\[150px\] {
    height: 150px;
  }
  .h-\[167px\] {
    height: 167px;
  }
  .h-\[180px\] {
    height: 180px;
  }
  .h-\[190px\] {
    height: 190px;
  }
  .h-\[195px\] {
    height: 195px;
  }
  .h-\[200px\] {
    height: 200px;
  }
  .h-\[250px\] {
    height: 250px;
  }
  .h-\[305px\] {
    height: 305px;
  }
  .h-\[380px\] {
    height: 380px;
  }
  .h-\[400px\] {
    height: 400px;
  }
  .h-\[440px\] {
    height: 440px;
  }
  .h-\[600px\] {
    height: 600px;
  }
  .h-\[calc\(70px\*2\+0\.2rem\)\] {
    height: calc(70px * 2 + 0.2rem);
  }
  .h-\[calc\(70px\*2\+0\.5rem\)\] {
    height: calc(70px * 2 + 0.5rem);
  }
  .h-\[calc\(80px\*2\+0\.2rem\)\] {
    height: calc(80px * 2 + 0.2rem);
  }
  .h-\[calc\(80px\*2\+0\.5rem\)\] {
    height: calc(80px * 2 + 0.5rem);
  }
  .h-auto {
    height: auto;
  }
  .h-fit {
    height: fit-content;
  }
  .h-full {
    height: 100%;
  }
  .h-screen {
    height: 100vh;
  }
  .h-svh {
    height: 100svh;
  }
  .max-h-0 {
    max-height: calc(var(--spacing) * 0);
  }
  .max-h-9 {
    max-height: calc(var(--spacing) * 9);
  }
  .max-h-10 {
    max-height: calc(var(--spacing) * 10);
  }
  .max-h-96 {
    max-height: calc(var(--spacing) * 96);
  }
  .max-h-\[60vh\] {
    max-height: 60vh;
  }
  .max-h-\[70vh\] {
    max-height: 70vh;
  }
  .max-h-\[80\%\] {
    max-height: 80%;
  }
  .max-h-\[90vh\] {
    max-height: 90vh;
  }
  .max-h-\[120px\] {
    max-height: 120px;
  }
  .max-h-\[360px\] {
    max-height: 360px;
  }
  .max-h-\[400px\] {
    max-height: 400px;
  }
  .max-h-\[420px\] {
    max-height: 420px;
  }
  .max-h-\[435px\] {
    max-height: 435px;
  }
  .max-h-\[1000px\] {
    max-height: 1000px;
  }
  .min-h-0 {
    min-height: calc(var(--spacing) * 0);
  }
  .min-h-\[15vh\] {
    min-height: 15vh;
  }
  .min-h-\[30px\] {
    min-height: 30px;
  }
  .min-h-\[35px\] {
    min-height: 35px;
  }
  .min-h-\[35vh\] {
    min-height: 35vh;
  }
  .min-h-\[40px\] {
    min-height: 40px;
  }
  .min-h-\[50px\] {
    min-height: 50px;
  }
  .min-h-\[55px\] {
    min-height: 55px;
  }
  .min-h-\[59px\] {
    min-height: 59px;
  }
  .min-h-\[85px\] {
    min-height: 85px;
  }
  .min-h-\[100px\] {
    min-height: 100px;
  }
  .min-h-\[150px\] {
    min-height: 150px;
  }
  .min-h-\[305px\] {
    min-height: 305px;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-1 {
    width: calc(var(--spacing) * 1);
  }
  .w-1\.5 {
    width: calc(var(--spacing) * 1.5);
  }
  .w-1\/2 {
    width: calc(1/2 * 100%);
  }
  .w-2 {
    width: calc(var(--spacing) * 2);
  }
  .w-2\/3 {
    width: calc(2/3 * 100%);
  }
  .w-3 {
    width: calc(var(--spacing) * 3);
  }
  .w-3\.5 {
    width: calc(var(--spacing) * 3.5);
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-7 {
    width: calc(var(--spacing) * 7);
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-9 {
    width: calc(var(--spacing) * 9);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-12 {
    width: calc(var(--spacing) * 12);
  }
  .w-14 {
    width: calc(var(--spacing) * 14);
  }
  .w-15 {
    width: calc(var(--spacing) * 15);
  }
  .w-16 {
    width: calc(var(--spacing) * 16);
  }
  .w-17 {
    width: calc(var(--spacing) * 17);
  }
  .w-20 {
    width: calc(var(--spacing) * 20);
  }
  .w-22 {
    width: calc(var(--spacing) * 22);
  }
  .w-24 {
    width: calc(var(--spacing) * 24);
  }
  .w-25 {
    width: calc(var(--spacing) * 25);
  }
  .w-28 {
    width: calc(var(--spacing) * 28);
  }
  .w-30 {
    width: calc(var(--spacing) * 30);
  }
  .w-40 {
    width: calc(var(--spacing) * 40);
  }
  .w-45 {
    width: calc(var(--spacing) * 45);
  }
  .w-50 {
    width: calc(var(--spacing) * 50);
  }
  .w-55 {
    width: calc(var(--spacing) * 55);
  }
  .w-60 {
    width: calc(var(--spacing) * 60);
  }
  .w-64 {
    width: calc(var(--spacing) * 64);
  }
  .w-65 {
    width: calc(var(--spacing) * 65);
  }
  .w-70 {
    width: calc(var(--spacing) * 70);
  }
  .w-75 {
    width: calc(var(--spacing) * 75);
  }
  .w-80 {
    width: calc(var(--spacing) * 80);
  }
  .w-90 {
    width: calc(var(--spacing) * 90);
  }
  .w-100 {
    width: calc(var(--spacing) * 100);
  }
  .w-\[7px\] {
    width: 7px;
  }
  .w-\[8px\] {
    width: 8px;
  }
  .w-\[10px\] {
    width: 10px;
  }
  .w-\[12\.5\%\] {
    width: 12.5%;
  }
  .w-\[12px\] {
    width: 12px;
  }
  .w-\[14px\] {
    width: 14px;
  }
  .w-\[15px\] {
    width: 15px;
  }
  .w-\[16px\] {
    width: 16px;
  }
  .w-\[17\.5px\] {
    width: 17.5px;
  }
  .w-\[18px\] {
    width: 18px;
  }
  .w-\[20px\] {
    width: 20px;
  }
  .w-\[22px\] {
    width: 22px;
  }
  .w-\[24px\] {
    width: 24px;
  }
  .w-\[25px\] {
    width: 25px;
  }
  .w-\[26px\] {
    width: 26px;
  }
  .w-\[30\%\] {
    width: 30%;
  }
  .w-\[30px\] {
    width: 30px;
  }
  .w-\[35\%\] {
    width: 35%;
  }
  .w-\[38px\] {
    width: 38px;
  }
  .w-\[40\%\] {
    width: 40%;
  }
  .w-\[45px\] {
    width: 45px;
  }
  .w-\[48px\] {
    width: 48px;
  }
  .w-\[50\%\] {
    width: 50%;
  }
  .w-\[50px\] {
    width: 50px;
  }
  .w-\[60px\] {
    width: 60px;
  }
  .w-\[60vw\] {
    width: 60vw;
  }
  .w-\[65\%\] {
    width: 65%;
  }
  .w-\[65px\] {
    width: 65px;
  }
  .w-\[70\%\] {
    width: 70%;
  }
  .w-\[70px\] {
    width: 70px;
  }
  .w-\[72px\] {
    width: 72px;
  }
  .w-\[75\%\] {
    width: 75%;
  }
  .w-\[80\%\] {
    width: 80%;
  }
  .w-\[80px\] {
    width: 80px;
  }
  .w-\[87\.5\%\] {
    width: 87.5%;
  }
  .w-\[95vw\] {
    width: 95vw;
  }
  .w-\[96rem\] {
    width: 96rem;
  }
  .w-\[100\%\] {
    width: 100%;
  }
  .w-\[100px\] {
    width: 100px;
  }
  .w-\[100vw\] {
    width: 100vw;
  }
  .w-\[120px\] {
    width: 120px;
  }
  .w-\[130px\] {
    width: 130px;
  }
  .w-\[135px\] {
    width: 135px;
  }
  .w-\[145px\] {
    width: 145px;
  }
  .w-\[150px\] {
    width: 150px;
  }
  .w-\[180px\] {
    width: 180px;
  }
  .w-\[190px\] {
    width: 190px;
  }
  .w-\[195px\] {
    width: 195px;
  }
  .w-\[200px\] {
    width: 200px;
  }
  .w-\[205px\] {
    width: 205px;
  }
  .w-\[270px\] {
    width: 270px;
  }
  .w-\[295px\] {
    width: 295px;
  }
  .w-\[376px\] {
    width: 376px;
  }
  .w-\[400px\] {
    width: 400px;
  }
  .w-auto {
    width: auto;
  }
  .w-fit {
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .w-min {
    width: min-content;
  }
  .w-screen {
    width: 100vw;
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-4xl {
    max-width: var(--container-4xl);
  }
  .max-w-5xl {
    max-width: var(--container-5xl);
  }
  .max-w-6xl {
    max-width: var(--container-6xl);
  }
  .max-w-7xl {
    max-width: var(--container-7xl);
  }
  .max-w-\[90vw\] {
    max-width: 90vw;
  }
  .max-w-\[420px\] {
    max-width: 420px;
  }
  .max-w-\[640px\] {
    max-width: 640px;
  }
  .max-w-lg {
    max-width: var(--container-lg);
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .max-w-xl {
    max-width: var(--container-xl);
  }
  .max-w-xs {
    max-width: var(--container-xs);
  }
  .min-w-0 {
    min-width: calc(var(--spacing) * 0);
  }
  .min-w-\[59px\] {
    min-width: 59px;
  }
  .min-w-\[180px\] {
    min-width: 180px;
  }
  .min-w-\[280px\] {
    min-width: 280px;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-initial {
    flex: 0 auto;
  }
  .flex-none {
    flex: none;
  }
  .flex-shrink-0 {
    flex-shrink: 0;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .origin-center {
    transform-origin: center;
  }
  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-2 {
    --tw-translate-y: calc(var(--spacing) * -2);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-\[62\%\] {
    --tw-translate-y: calc(62% * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-full {
    --tw-translate-y: -100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-0 {
    --tw-translate-y: calc(var(--spacing) * 0);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-2 {
    --tw-translate-y: calc(var(--spacing) * 2);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-6 {
    --tw-translate-y: calc(var(--spacing) * 6);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .scale-95 {
    --tw-scale-x: 95%;
    --tw-scale-y: 95%;
    --tw-scale-z: 95%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .rotate-180 {
    rotate: 180deg;
  }
  .rotate-\[133deg\] {
    rotate: 133deg;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .transform-\[skew\(-10deg\)\] {
    transform: skew(-10deg);
  }
  .animate-bounce {
    animation: var(--animate-bounce);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .touch-pan-y {
    --tw-pan-y: pan-y;
    touch-action: var(--tw-pan-x,) var(--tw-pan-y,) var(--tw-pinch-zoom,);
  }
  .touch-manipulation {
    touch-action: manipulation;
  }
  .resize {
    resize: both;
  }
  .resize-y {
    resize: vertical;
  }
  .list-inside {
    list-style-position: inside;
  }
  .list-disc {
    list-style-type: disc;
  }
  .list-none {
    list-style-type: none;
  }
  .appearance-none {
    appearance: none;
  }
  .\[grid-auto-rows\:70px\] {
    grid-auto-rows: 70px;
  }
  .\[grid-auto-rows\:80px\] {
    grid-auto-rows: 80px;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-nowrap {
    flex-wrap: nowrap;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .place-items-center {
    place-items: center;
  }
  .content-center {
    align-content: center;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-start {
    align-items: flex-start;
  }
  .items-stretch {
    align-items: stretch;
  }
  .justify-around {
    justify-content: space-around;
  }
  .justify-baseline {
    justify-content: baseline;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .justify-items-center {
    justify-items: center;
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-1\.5 {
    gap: calc(var(--spacing) * 1.5);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }
  .gap-15 {
    gap: calc(var(--spacing) * 15);
  }
  .gap-\[5px\] {
    gap: 5px;
  }
  .space-y-1 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-2 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-3 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-4 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-5 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 5) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 5) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-6 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .gap-x-1 {
    column-gap: calc(var(--spacing) * 1);
  }
  .gap-x-2 {
    column-gap: calc(var(--spacing) * 2);
  }
  .gap-x-3 {
    column-gap: calc(var(--spacing) * 3);
  }
  .gap-x-4 {
    column-gap: calc(var(--spacing) * 4);
  }
  .gap-x-5 {
    column-gap: calc(var(--spacing) * 5);
  }
  .gap-x-7\.5 {
    column-gap: calc(var(--spacing) * 7.5);
  }
  .gap-x-8 {
    column-gap: calc(var(--spacing) * 8);
  }
  .gap-x-10 {
    column-gap: calc(var(--spacing) * 10);
  }
  .space-x-2 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 2) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .space-x-4 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 4) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .gap-y-1 {
    row-gap: calc(var(--spacing) * 1);
  }
  .gap-y-2 {
    row-gap: calc(var(--spacing) * 2);
  }
  .gap-y-3 {
    row-gap: calc(var(--spacing) * 3);
  }
  .gap-y-4 {
    row-gap: calc(var(--spacing) * 4);
  }
  .gap-y-5 {
    row-gap: calc(var(--spacing) * 5);
  }
  .gap-y-7\.5 {
    row-gap: calc(var(--spacing) * 7.5);
  }
  .divide-x {
    :where(& > :not(:last-child)) {
      --tw-divide-x-reverse: 0;
      border-inline-style: var(--tw-border-style);
      border-inline-start-width: calc(1px * var(--tw-divide-x-reverse));
      border-inline-end-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
    }
  }
  .divide-y {
    :where(& > :not(:last-child)) {
      --tw-divide-y-reverse: 0;
      border-bottom-style: var(--tw-border-style);
      border-top-style: var(--tw-border-style);
      border-top-width: calc(1px * var(--tw-divide-y-reverse));
      border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    }
  }
  .divide-gray-100 {
    :where(& > :not(:last-child)) {
      border-color: var(--color-gray-100);
    }
  }
  .divide-white\/40 {
    :where(& > :not(:last-child)) {
      border-color: color-mix(in srgb, #fff 40%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        border-color: color-mix(in oklab, var(--color-white) 40%, transparent);
      }
    }
  }
  .self-end {
    align-self: flex-end;
  }
  .self-start {
    align-self: flex-start;
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .overflow-auto {
    overflow: auto;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-auto {
    overflow-x: auto;
  }
  .overflow-x-hidden {
    overflow-x: hidden;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .overflow-y-hidden {
    overflow-y: hidden;
  }
  .overscroll-contain {
    overscroll-behavior: contain;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-4xl {
    border-radius: var(--radius-4xl);
  }
  .rounded-\[2px\] {
    border-radius: 2px;
  }
  .rounded-\[5px\] {
    border-radius: 5px;
  }
  .rounded-\[7px\] {
    border-radius: 7px;
  }
  .rounded-\[10px\] {
    border-radius: 10px;
  }
  .rounded-\[15px\] {
    border-radius: 15px;
  }
  .rounded-\[16px\] {
    border-radius: 16px;
  }
  .rounded-\[20px\] {
    border-radius: 20px;
  }
  .rounded-\[30px\] {
    border-radius: 30px;
  }
  .rounded-\[50\%\] {
    border-radius: 50%;
  }
  .rounded-\[50px\] {
    border-radius: 50px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .rounded-sm {
    border-radius: var(--radius-sm);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .rounded-xs {
    border-radius: var(--radius-xs);
  }
  .rounded-s-full {
    border-start-start-radius: calc(infinity * 1px);
    border-end-start-radius: calc(infinity * 1px);
  }
  .rounded-e-full {
    border-start-end-radius: calc(infinity * 1px);
    border-end-end-radius: calc(infinity * 1px);
  }
  .rounded-t-2xl {
    border-top-left-radius: var(--radius-2xl);
    border-top-right-radius: var(--radius-2xl);
  }
  .rounded-t-\[25px\] {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
  }
  .rounded-t-lg {
    border-top-left-radius: var(--radius-lg);
    border-top-right-radius: var(--radius-lg);
  }
  .rounded-t-sm {
    border-top-left-radius: var(--radius-sm);
    border-top-right-radius: var(--radius-sm);
  }
  .rounded-l-4xl {
    border-top-left-radius: var(--radius-4xl);
    border-bottom-left-radius: var(--radius-4xl);
  }
  .rounded-l-lg {
    border-top-left-radius: var(--radius-lg);
    border-bottom-left-radius: var(--radius-lg);
  }
  .rounded-l-md {
    border-top-left-radius: var(--radius-md);
    border-bottom-left-radius: var(--radius-md);
  }
  .rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .rounded-tl-4xl {
    border-top-left-radius: var(--radius-4xl);
  }
  .rounded-tl-lg {
    border-top-left-radius: var(--radius-lg);
  }
  .rounded-r-4xl {
    border-top-right-radius: var(--radius-4xl);
    border-bottom-right-radius: var(--radius-4xl);
  }
  .rounded-r-lg {
    border-top-right-radius: var(--radius-lg);
    border-bottom-right-radius: var(--radius-lg);
  }
  .rounded-r-md {
    border-top-right-radius: var(--radius-md);
    border-bottom-right-radius: var(--radius-md);
  }
  .rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .rounded-tr-4xl {
    border-top-right-radius: var(--radius-4xl);
  }
  .rounded-b-lg {
    border-bottom-right-radius: var(--radius-lg);
    border-bottom-left-radius: var(--radius-lg);
  }
  .rounded-b-sm {
    border-bottom-right-radius: var(--radius-sm);
    border-bottom-left-radius: var(--radius-sm);
  }
  .rounded-br-4xl {
    border-bottom-right-radius: var(--radius-4xl);
  }
  .rounded-br-lg {
    border-bottom-right-radius: var(--radius-lg);
  }
  .rounded-bl-4xl {
    border-bottom-left-radius: var(--radius-4xl);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-0 {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
  .border-1 {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-3 {
    border-style: var(--tw-border-style);
    border-width: 3px;
  }
  .border-5 {
    border-style: var(--tw-border-style);
    border-width: 5px;
  }
  .border-\[1px\] {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-s-2 {
    border-inline-start-style: var(--tw-border-style);
    border-inline-start-width: 2px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-t-1 {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-r {
    border-right-style: var(--tw-border-style);
    border-right-width: 1px;
  }
  .border-r-2 {
    border-right-style: var(--tw-border-style);
    border-right-width: 2px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-b-0 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 0px;
  }
  .border-b-1 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-b-2 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 2px;
  }
  .border-b-3 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 3px;
  }
  .border-b-6 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 6px;
  }
  .border-none {
    --tw-border-style: none;
    border-style: none;
  }
  .border-solid {
    --tw-border-style: solid;
    border-style: solid;
  }
  .border-\[\#1C1B1B\] {
    border-color: #1C1B1B;
  }
  .border-\[\#1a365f\] {
    border-color: #1a365f;
  }
  .border-\[\#002aff\] {
    border-color: #002aff;
  }
  .border-\[\#3d85c6\] {
    border-color: #3d85c6;
  }
  .border-\[\#0061b8\] {
    border-color: #0061b8;
  }
  .border-\[\#87f0fe\] {
    border-color: #87f0fe;
  }
  .border-\[\#114ca5\] {
    border-color: #114ca5;
  }
  .border-\[\#315c8e\] {
    border-color: #315c8e;
  }
  .border-\[\#444\] {
    border-color: #444;
  }
  .border-\[\#D9D9D9\] {
    border-color: #D9D9D9;
  }
  .border-\[\#E3E3E3\] {
    border-color: #E3E3E3;
  }
  .border-\[\#E6E6E6\] {
    border-color: #E6E6E6;
  }
  .border-\[\#E7E7E7\] {
    border-color: #E7E7E7;
  }
  .border-\[\#E9F2F9\] {
    border-color: #E9F2F9;
  }
  .border-\[\#E62D36\] {
    border-color: #E62D36;
  }
  .border-\[\#FFD200\] {
    border-color: #FFD200;
  }
  .border-\[\#cccccc\] {
    border-color: #cccccc;
  }
  .border-\[\#d9e1e6\] {
    border-color: #d9e1e6;
  }
  .border-\[\#ddd\] {
    border-color: #ddd;
  }
  .border-\[\#e2e8ec\] {
    border-color: #e2e8ec;
  }
  .border-\[\#e4e7ea\] {
    border-color: #e4e7ea;
  }
  .border-\[\#e9ecef\] {
    border-color: #e9ecef;
  }
  .border-\[\#eee\] {
    border-color: #eee;
  }
  .border-\[\#fcb514\] {
    border-color: #fcb514;
  }
  .border-\[\#ff006c\] {
    border-color: #ff006c;
  }
  .border-\[var\(--client-gray-color\)\] {
    border-color: var(--client-gray-color);
  }
  .border-\[var\(--client-primary-color\)\] {
    border-color: var(--client-primary-color);
  }
  .border-\[var\(--client-secondary-color\)\] {
    border-color: var(--client-secondary-color);
  }
  .border-blue-500 {
    border-color: var(--color-blue-500);
  }
  .border-gray-100 {
    border-color: var(--color-gray-100);
  }
  .border-gray-200 {
    border-color: var(--color-gray-200);
  }
  .border-gray-300 {
    border-color: var(--color-gray-300);
  }
  .border-gray-400 {
    border-color: var(--color-gray-400);
  }
  .border-gray-500 {
    border-color: var(--color-gray-500);
  }
  .border-red-200 {
    border-color: var(--color-red-200);
  }
  .border-transparent {
    border-color: transparent;
  }
  .border-white {
    border-color: var(--color-white);
  }
  .border-white\/40 {
    border-color: color-mix(in srgb, #fff 40%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-white) 40%, transparent);
    }
  }
  .border-t-\[var\(--client-secondary-color\)\] {
    border-top-color: var(--client-secondary-color);
  }
  .border-b-\[\#F4F5FD\] {
    border-bottom-color: #F4F5FD;
  }
  .border-b-\[\#d7e1e7\] {
    border-bottom-color: #d7e1e7;
  }
  .border-b-\[\#e4e7ea\] {
    border-bottom-color: #e4e7ea;
  }
  .border-b-\[var\(--client-gray-color\)\] {
    border-bottom-color: var(--client-gray-color);
  }
  .border-b-\[var\(--client-secondary-color\)\] {
    border-bottom-color: var(--client-secondary-color);
  }
  .bg-\[\#0e298a\] {
    background-color: #0e298a;
  }
  .bg-\[\#000\] {
    background-color: #000;
  }
  .bg-\[\#001ccd\] {
    background-color: #001ccd;
  }
  .bg-\[\#1a365f\] {
    background-color: #1a365f;
  }
  .bg-\[\#1b2985\] {
    background-color: #1b2985;
  }
  .bg-\[\#1cb05c\] {
    background-color: #1cb05c;
  }
  .bg-\[\#002aff\] {
    background-color: #002aff;
  }
  .bg-\[\#003F9A\] {
    background-color: #003F9A;
  }
  .bg-\[\#3A147F\] {
    background-color: #3A147F;
  }
  .bg-\[\#3D85C6\] {
    background-color: #3D85C6;
  }
  .bg-\[\#3F84C7\] {
    background-color: #3F84C7;
  }
  .bg-\[\#005B8F\] {
    background-color: #005B8F;
  }
  .bg-\[\#5D90FF\] {
    background-color: #5D90FF;
  }
  .bg-\[\#9FFCAC\] {
    background-color: #9FFCAC;
  }
  .bg-\[\#22e6f6\] {
    background-color: #22e6f6;
  }
  .bg-\[\#0061B8\] {
    background-color: #0061B8;
  }
  .bg-\[\#0061b8\] {
    background-color: #0061b8;
  }
  .bg-\[\#68b623\] {
    background-color: #68b623;
  }
  .bg-\[\#81bfe8\] {
    background-color: #81bfe8;
  }
  .bg-\[\#87f0fe\] {
    background-color: #87f0fe;
  }
  .bg-\[\#0095f6\] {
    background-color: #0095f6;
  }
  .bg-\[\#95A0AF\] {
    background-color: #95A0AF;
  }
  .bg-\[\#137ec2\] {
    background-color: #137ec2;
  }
  .bg-\[\#203eff\] {
    background-color: #203eff;
  }
  .bg-\[\#00691D\] {
    background-color: #00691D;
  }
  .bg-\[\#1547a3\] {
    background-color: #1547a3;
  }
  .bg-\[\#3766ff\] {
    background-color: #3766ff;
  }
  .bg-\[\#113881\] {
    background-color: #113881;
  }
  .bg-\[\#A71E48\] {
    background-color: #A71E48;
  }
  .bg-\[\#A20038\] {
    background-color: #A20038;
  }
  .bg-\[\#DEE3FF\] {
    background-color: #DEE3FF;
  }
  .bg-\[\#DEF5EB\] {
    background-color: #DEF5EB;
  }
  .bg-\[\#E0E4EA\] {
    background-color: #E0E4EA;
  }
  .bg-\[\#E9F2F9\] {
    background-color: #E9F2F9;
  }
  .bg-\[\#E62D36\] {
    background-color: #E62D36;
  }
  .bg-\[\#E53062\] {
    background-color: #E53062;
  }
  .bg-\[\#EFF5FF\] {
    background-color: #EFF5FF;
  }
  .bg-\[\#F2F2F2\] {
    background-color: #F2F2F2;
  }
  .bg-\[\#F2F6FF\] {
    background-color: #F2F6FF;
  }
  .bg-\[\#F4F6FF\] {
    background-color: #F4F6FF;
  }
  .bg-\[\#F9F9F9\] {
    background-color: #F9F9F9;
  }
  .bg-\[\#FCB514\] {
    background-color: #FCB514;
  }
  .bg-\[\#FCE4E5\] {
    background-color: #FCE4E5;
  }
  .bg-\[\#FF0054\] {
    background-color: #FF0054;
  }
  .bg-\[\#FFF\] {
    background-color: #FFF;
  }
  .bg-\[\#bd166a\] {
    background-color: #bd166a;
  }
  .bg-\[\#d7e1e7\] {
    background-color: #d7e1e7;
  }
  .bg-\[\#dee3ff\] {
    background-color: #dee3ff;
  }
  .bg-\[\#dfdfdf\] {
    background-color: #dfdfdf;
  }
  .bg-\[\#e1e1e1\] {
    background-color: #e1e1e1;
  }
  .bg-\[\#e7dcdc\] {
    background-color: #e7dcdc;
  }
  .bg-\[\#e62d36\] {
    background-color: #e62d36;
  }
  .bg-\[\#e71e25\] {
    background-color: #e71e25;
  }
  .bg-\[\#e9580c\] {
    background-color: #e9580c;
  }
  .bg-\[\#eae0ff\] {
    background-color: #eae0ff;
  }
  .bg-\[\#ebf3fa\] {
    background-color: #ebf3fa;
  }
  .bg-\[\#edeff0\] {
    background-color: #edeff0;
  }
  .bg-\[\#ee3a41\] {
    background-color: #ee3a41;
  }
  .bg-\[\#eeeeee\] {
    background-color: #eeeeee;
  }
  .bg-\[\#eef7ff\] {
    background-color: #eef7ff;
  }
  .bg-\[\#ef4444\] {
    background-color: #ef4444;
  }
  .bg-\[\#f0f3f5\] {
    background-color: #f0f3f5;
  }
  .bg-\[\#f0f3f5\]\/50 {
    background-color: color-mix(in oklab, #f0f3f5 50%, transparent);
  }
  .bg-\[\#f5f5f5\] {
    background-color: #f5f5f5;
  }
  .bg-\[\#f8f9fa\] {
    background-color: #f8f9fa;
  }
  .bg-\[\#f9f9f9\] {
    background-color: #f9f9f9;
  }
  .bg-\[\#f9f9f9b3\] {
    background-color: #f9f9f9b3;
  }
  .bg-\[\#f97834\] {
    background-color: #f97834;
  }
  .bg-\[\#fab114\] {
    background-color: #fab114;
  }
  .bg-\[\#fcb514\] {
    background-color: #fcb514;
  }
  .bg-\[\#ff006c\] {
    background-color: #ff006c;
  }
  .bg-\[\#fff\] {
    background-color: #fff;
  }
  .bg-\[client-primary-color\] {
    background-color: client-primary-color;
  }
  .bg-\[var\(--client-bg-color-nossas-lojas\)\] {
    background-color: var(--client-bg-color-nossas-lojas);
  }
  .bg-\[var\(--client-bg-comprar-produto\)\] {
    background-color: var(--client-bg-comprar-produto);
  }
  .bg-\[var\(--client-button-nossas-lojas\)\] {
    background-color: var(--client-button-nossas-lojas);
  }
  .bg-\[var\(--client-color-bg-pesquisa\)\] {
    background-color: var(--client-color-bg-pesquisa);
  }
  .bg-\[var\(--client-gray-color\)\] {
    background-color: var(--client-gray-color);
  }
  .bg-\[var\(--client-primary-color\)\] {
    background-color: var(--client-primary-color);
  }
  .bg-\[var\(--client-primary-color\)\]\/10 {
    background-color: var(--client-primary-color);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--client-primary-color) 10%, transparent);
    }
  }
  .bg-\[var\(--client-secondary-color\)\] {
    background-color: var(--client-secondary-color);
  }
  .bg-\[var\(--windows-blue\)\] {
    background-color: var(--windows-blue);
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-black\/20 {
    background-color: color-mix(in srgb, #000 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 20%, transparent);
    }
  }
  .bg-black\/60 {
    background-color: color-mix(in srgb, #000 60%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 60%, transparent);
    }
  }
  .bg-blue-50 {
    background-color: var(--color-blue-50);
  }
  .bg-blue-100 {
    background-color: var(--color-blue-100);
  }
  .bg-gray-50 {
    background-color: var(--color-gray-50);
  }
  .bg-gray-100 {
    background-color: var(--color-gray-100);
  }
  .bg-gray-200 {
    background-color: var(--color-gray-200);
  }
  .bg-gray-300 {
    background-color: var(--color-gray-300);
  }
  .bg-gray-700 {
    background-color: var(--color-gray-700);
  }
  .bg-gray-800 {
    background-color: var(--color-gray-800);
  }
  .bg-green-100 {
    background-color: var(--color-green-100);
  }
  .bg-red-100 {
    background-color: var(--color-red-100);
  }
  .bg-red-500 {
    background-color: var(--color-red-500);
  }
  .bg-red-600 {
    background-color: var(--color-red-600);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-white\/60 {
    background-color: color-mix(in srgb, #fff 60%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 60%, transparent);
    }
  }
  .bg-white\/90 {
    background-color: color-mix(in srgb, #fff 90%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 90%, transparent);
    }
  }
  .bg-white\/95 {
    background-color: color-mix(in srgb, #fff 95%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 95%, transparent);
    }
  }
  .bg-yellow-100 {
    background-color: var(--color-yellow-100);
  }
  .bg-yellow-400 {
    background-color: var(--color-yellow-400);
  }
  .bg-gradient-to-t {
    --tw-gradient-position: to top in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .from-black\/70 {
    --tw-gradient-from: color-mix(in srgb, #000 70%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-gradient-from: color-mix(in oklab, var(--color-black) 70%, transparent);
    }
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-transparent {
    --tw-gradient-to: transparent;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .p-0 {
    padding: calc(var(--spacing) * 0);
  }
  .p-0\.5 {
    padding: calc(var(--spacing) * 0.5);
  }
  .p-1 {
    padding: calc(var(--spacing) * 1);
  }
  .p-1\.5 {
    padding: calc(var(--spacing) * 1.5);
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-2\.5 {
    padding: calc(var(--spacing) * 2.5);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-7 {
    padding: calc(var(--spacing) * 7);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .p-15 {
    padding: calc(var(--spacing) * 15);
  }
  .p-\[3\.5px\] {
    padding: 3.5px;
  }
  .p-\[3px\] {
    padding: 3px;
  }
  .p-\[5px\] {
    padding: 5px;
  }
  .p-\[7px\] {
    padding: 7px;
  }
  .px-0 {
    padding-inline: calc(var(--spacing) * 0);
  }
  .px-1 {
    padding-inline: calc(var(--spacing) * 1);
  }
  .px-1\.5 {
    padding-inline: calc(var(--spacing) * 1.5);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-3\.5 {
    padding-inline: calc(var(--spacing) * 3.5);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .px-10 {
    padding-inline: calc(var(--spacing) * 10);
  }
  .px-\[6px\] {
    padding-inline: 6px;
  }
  .px-\[9px\] {
    padding-inline: 9px;
  }
  .px-\[12px\] {
    padding-inline: 12px;
  }
  .px-\[16px\] {
    padding-inline: 16px;
  }
  .px-\[20px\] {
    padding-inline: 20px;
  }
  .py-0 {
    padding-block: calc(var(--spacing) * 0);
  }
  .py-0\.5 {
    padding-block: calc(var(--spacing) * 0.5);
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-1\.5 {
    padding-block: calc(var(--spacing) * 1.5);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-2\.5 {
    padding-block: calc(var(--spacing) * 2.5);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .py-7\.5 {
    padding-block: calc(var(--spacing) * 7.5);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .py-\[3px\] {
    padding-block: 3px;
  }
  .py-\[6px\] {
    padding-block: 6px;
  }
  .py-\[10px\] {
    padding-block: 10px;
  }
  .py-\[12px\] {
    padding-block: 12px;
  }
  .py-\[16px\] {
    padding-block: 16px;
  }
  .py-\[20px\] {
    padding-block: 20px;
  }
  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }
  .pt-2\.5 {
    padding-top: calc(var(--spacing) * 2.5);
  }
  .pt-3 {
    padding-top: calc(var(--spacing) * 3);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pt-5 {
    padding-top: calc(var(--spacing) * 5);
  }
  .pt-7 {
    padding-top: calc(var(--spacing) * 7);
  }
  .pt-10 {
    padding-top: calc(var(--spacing) * 10);
  }
  .pt-30 {
    padding-top: calc(var(--spacing) * 30);
  }
  .pt-\[30px\] {
    padding-top: 30px;
  }
  .pr-1 {
    padding-right: calc(var(--spacing) * 1);
  }
  .pr-2 {
    padding-right: calc(var(--spacing) * 2);
  }
  .pr-3 {
    padding-right: calc(var(--spacing) * 3);
  }
  .pr-10 {
    padding-right: calc(var(--spacing) * 10);
  }
  .pb-0 {
    padding-bottom: calc(var(--spacing) * 0);
  }
  .pb-1 {
    padding-bottom: calc(var(--spacing) * 1);
  }
  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .pb-5 {
    padding-bottom: calc(var(--spacing) * 5);
  }
  .pb-6 {
    padding-bottom: calc(var(--spacing) * 6);
  }
  .pb-7 {
    padding-bottom: calc(var(--spacing) * 7);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .pb-10 {
    padding-bottom: calc(var(--spacing) * 10);
  }
  .pl-1 {
    padding-left: calc(var(--spacing) * 1);
  }
  .pl-2 {
    padding-left: calc(var(--spacing) * 2);
  }
  .pl-3 {
    padding-left: calc(var(--spacing) * 3);
  }
  .pl-5 {
    padding-left: calc(var(--spacing) * 5);
  }
  .pl-6 {
    padding-left: calc(var(--spacing) * 6);
  }
  .pl-7 {
    padding-left: calc(var(--spacing) * 7);
  }
  .pl-30 {
    padding-left: calc(var(--spacing) * 30);
  }
  .pl-\[30px\] {
    padding-left: 30px;
  }
  .text-center {
    text-align: center;
  }
  .text-end {
    text-align: end;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .text-start {
    text-align: start;
  }
  .align-middle {
    vertical-align: middle;
  }
  .font-sans {
    font-family: var(--font-sans);
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-8xl {
    font-size: var(--text-8xl);
    line-height: var(--tw-leading, var(--text-8xl--line-height));
  }
  .text-\[8px\]\/\[11px\] {
    font-size: 8px;
    line-height: 11px;
  }
  .text-\[10px\]\/\[7px\] {
    font-size: 10px;
    line-height: 7px;
  }
  .text-\[10px\]\/\[13px\] {
    font-size: 10px;
    line-height: 13px;
  }
  .text-\[12px\]\/\[9px\] {
    font-size: 12px;
    line-height: 9px;
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .text-\[\.6rem\] {
    font-size: .6rem;
  }
  .text-\[1\.1rem\] {
    font-size: 1.1rem;
  }
  .text-\[8px\] {
    font-size: 8px;
  }
  .text-\[9px\] {
    font-size: 9px;
  }
  .text-\[10px\] {
    font-size: 10px;
  }
  .text-\[11px\] {
    font-size: 11px;
  }
  .text-\[12px\] {
    font-size: 12px;
  }
  .text-\[13px\] {
    font-size: 13px;
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .text-\[15px\] {
    font-size: 15px;
  }
  .text-\[16px\] {
    font-size: 16px;
  }
  .text-\[17px\] {
    font-size: 17px;
  }
  .text-\[18px\] {
    font-size: 18px;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .text-\[22px\] {
    font-size: 22px;
  }
  .text-\[23px\] {
    font-size: 23px;
  }
  .text-\[24px\] {
    font-size: 24px;
  }
  .text-\[25px\] {
    font-size: 25px;
  }
  .text-\[28px\] {
    font-size: 28px;
  }
  .text-\[30px\] {
    font-size: 30px;
  }
  .text-\[35px\] {
    font-size: 35px;
  }
  .text-\[50px\] {
    font-size: 50px;
  }
  .text-\[xx-small\] {
    font-size: xx-small;
  }
  .leading-4 {
    --tw-leading: calc(var(--spacing) * 4);
    line-height: calc(var(--spacing) * 4);
  }
  .leading-7 {
    --tw-leading: calc(var(--spacing) * 7);
    line-height: calc(var(--spacing) * 7);
  }
  .leading-\[1\.2\] {
    --tw-leading: 1.2;
    line-height: 1.2;
  }
  .leading-\[1\.3\] {
    --tw-leading: 1.3;
    line-height: 1.3;
  }
  .leading-\[1\.5\] {
    --tw-leading: 1.5;
    line-height: 1.5;
  }
  .leading-\[1\.5rem\] {
    --tw-leading: 1.5rem;
    line-height: 1.5rem;
  }
  .leading-\[60px\] {
    --tw-leading: 60px;
    line-height: 60px;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .leading-snug {
    --tw-leading: var(--leading-snug);
    line-height: var(--leading-snug);
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .font-black {
    --tw-font-weight: var(--font-weight-black);
    font-weight: var(--font-weight-black);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-extrabold {
    --tw-font-weight: var(--font-weight-extrabold);
    font-weight: var(--font-weight-extrabold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-\[-1px\] {
    --tw-tracking: -1px;
    letter-spacing: -1px;
  }
  .tracking-wide {
    --tw-tracking: var(--tracking-wide);
    letter-spacing: var(--tracking-wide);
  }
  .tracking-widest {
    --tw-tracking: var(--tracking-widest);
    letter-spacing: var(--tracking-widest);
  }
  .text-nowrap {
    text-wrap: nowrap;
  }
  .break-words {
    overflow-wrap: break-word;
  }
  .break-all {
    word-break: break-all;
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-\[\#0C670F\] {
    color: #0C670F;
  }
  .text-\[\#00AF66\] {
    color: #00AF66;
  }
  .text-\[\#000\] {
    color: #000;
  }
  .text-\[\#000000\] {
    color: #000000;
  }
  .text-\[\#1C1B1B\] {
    color: #1C1B1B;
  }
  .text-\[\#1F1F1F\] {
    color: #1F1F1F;
  }
  .text-\[\#1a365f\] {
    color: #1a365f;
  }
  .text-\[\#1b2985\] {
    color: #1b2985;
  }
  .text-\[\#1cb05c\] {
    color: #1cb05c;
  }
  .text-\[\#002aff\] {
    color: #002aff;
  }
  .text-\[\#3A147F\] {
    color: #3A147F;
  }
  .text-\[\#3D85C6\] {
    color: #3D85C6;
  }
  .text-\[\#3F3F3F\] {
    color: #3F3F3F;
  }
  .text-\[\#3F84C7\] {
    color: #3F84C7;
  }
  .text-\[\#3d85c6\] {
    color: #3d85c6;
  }
  .text-\[\#3f84c7\] {
    color: #3f84c7;
  }
  .text-\[\#005B8F\] {
    color: #005B8F;
  }
  .text-\[\#005E64\] {
    color: #005E64;
  }
  .text-\[\#5B5B5B\] {
    color: #5B5B5B;
  }
  .text-\[\#5c6873\] {
    color: #5c6873;
  }
  .text-\[\#6c757d\] {
    color: #6c757d;
  }
  .text-\[\#8a9297\] {
    color: #8a9297;
  }
  .text-\[\#8e8c8c\] {
    color: #8e8c8c;
  }
  .text-\[\#9ca3af\] {
    color: #9ca3af;
  }
  .text-\[\#22e6f6\] {
    color: #22e6f6;
  }
  .text-\[\#0044ff\] {
    color: #0044ff;
  }
  .text-\[\#0061b8\] {
    color: #0061b8;
  }
  .text-\[\#87f0fe\] {
    color: #87f0fe;
  }
  .text-\[\#127EC2\] {
    color: #127EC2;
  }
  .text-\[\#137ec2\] {
    color: #137ec2;
  }
  .text-\[\#222\] {
    color: #222;
  }
  .text-\[\#333\] {
    color: #333;
  }
  .text-\[\#444\] {
    color: #444;
  }
  .text-\[\#00528a\] {
    color: #00528a;
  }
  .text-\[\#00538a\] {
    color: #00538a;
  }
  .text-\[\#666\] {
    color: #666;
  }
  .text-\[\#777\] {
    color: #777;
  }
  .text-\[\#888\] {
    color: #888;
  }
  .text-\[\#999\] {
    color: #999;
  }
  .text-\[\#002965\] {
    color: #002965;
  }
  .text-\[\#18537d\] {
    color: #18537d;
  }
  .text-\[\#113881\] {
    color: #113881;
  }
  .text-\[\#242424\] {
    color: #242424;
  }
  .text-\[\#414141\] {
    color: #414141;
  }
  .text-\[\#646464\] {
    color: #646464;
  }
  .text-\[\#666666\] {
    color: #666666;
  }
  .text-\[\#838383\] {
    color: #838383;
  }
  .text-\[\#878787\] {
    color: #878787;
  }
  .text-\[\#929292\] {
    color: #929292;
  }
  .text-\[\#989898\] {
    color: #989898;
  }
  .text-\[\#A71E48\] {
    color: #A71E48;
  }
  .text-\[\#B0B0B0\] {
    color: #B0B0B0;
  }
  .text-\[\#E62D36\] {
    color: #E62D36;
  }
  .text-\[\#FFF\] {
    color: #FFF;
  }
  .text-\[\#a3a3a3\] {
    color: #a3a3a3;
  }
  .text-\[\#ee3a41\] {
    color: #ee3a41;
  }
  .text-\[\#fbbe21\] {
    color: #fbbe21;
  }
  .text-\[\#fcb514\] {
    color: #fcb514;
  }
  .text-\[\#fff\] {
    color: #fff;
  }
  .text-\[\#ffffff\] {
    color: #ffffff;
  }
  .text-\[var\(--blue-gray\)\] {
    color: var(--blue-gray);
  }
  .text-\[var\(--client-light-cyan\)\] {
    color: var(--client-light-cyan);
  }
  .text-\[var\(--client-primary-color\)\] {
    color: var(--client-primary-color);
  }
  .text-\[var\(--client-primary-color-nossas-lojas\)\] {
    color: var(--client-primary-color-nossas-lojas);
  }
  .text-\[var\(--client-secondary-color\)\] {
    color: var(--client-secondary-color);
  }
  .text-\[var\(--danger\)\] {
    color: var(--danger);
  }
  .text-\[var\(--dark-gray\)\] {
    color: var(--dark-gray);
  }
  .text-\[var\(--light-gray\)\] {
    color: var(--light-gray);
  }
  .text-\[var\(--windows-blue\)\] {
    color: var(--windows-blue);
  }
  .text-\[var\(client-color-emphasis-login\)\] {
    color: var(client-color-emphasis-login);
  }
  .text-\[var\(client-primary-color\)\] {
    color: var(client-primary-color);
  }
  .text-black {
    color: var(--color-black);
  }
  .text-blue-500 {
    color: var(--color-blue-500);
  }
  .text-blue-600 {
    color: var(--color-blue-600);
  }
  .text-blue-700 {
    color: var(--color-blue-700);
  }
  .text-blue-800 {
    color: var(--color-blue-800);
  }
  .text-gray-400 {
    color: var(--color-gray-400);
  }
  .text-gray-500 {
    color: var(--color-gray-500);
  }
  .text-gray-600 {
    color: var(--color-gray-600);
  }
  .text-gray-700 {
    color: var(--color-gray-700);
  }
  .text-gray-800 {
    color: var(--color-gray-800);
  }
  .text-gray-900 {
    color: var(--color-gray-900);
  }
  .text-green-700 {
    color: var(--color-green-700);
  }
  .text-inherit {
    color: inherit;
  }
  .text-red-300 {
    color: var(--color-red-300);
  }
  .text-red-500 {
    color: var(--color-red-500);
  }
  .text-red-600 {
    color: var(--color-red-600);
  }
  .text-red-700 {
    color: var(--color-red-700);
  }
  .text-white {
    color: var(--color-white);
  }
  .text-yellow-700 {
    color: var(--color-yellow-700);
  }
  .capitalize {
    text-transform: capitalize;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .line-through {
    text-decoration-line: line-through;
  }
  .no-underline {
    text-decoration-line: none;
  }
  .underline {
    text-decoration-line: underline;
  }
  .decoration-solid {
    text-decoration-style: solid;
  }
  .decoration-1 {
    text-decoration-thickness: 1px;
  }
  .placeholder-\[\#1a365f\] {
    &::placeholder {
      color: #1a365f;
    }
  }
  .placeholder-\[var\(--client-primary-color\)\] {
    &::placeholder {
      color: var(--client-primary-color);
    }
  }
  .placeholder-gray-400 {
    &::placeholder {
      color: var(--color-gray-400);
    }
  }
  .placeholder-transparent {
    &::placeholder {
      color: transparent;
    }
  }
  .placeholder-white {
    &::placeholder {
      color: var(--color-white);
    }
  }
  .accent-\[\#1b2985\] {
    accent-color: #1b2985;
  }
  .accent-\[var\(--client-primary-color\)\] {
    accent-color: var(--client-primary-color);
  }
  .accent-\[var\(--windows-blue\)\] {
    accent-color: var(--windows-blue);
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-25 {
    opacity: 25%;
  }
  .opacity-50 {
    opacity: 50%;
  }
  .opacity-60 {
    opacity: 60%;
  }
  .opacity-80 {
    opacity: 80%;
  }
  .opacity-90 {
    opacity: 90%;
  }
  .opacity-100 {
    opacity: 100%;
  }
  .opacity-\[\.4\] {
    opacity: .4;
  }
  .opacity-\[\.5\] {
    opacity: .5;
  }
  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[-3px_3px_20px_rgb\(0\,0\,0\,0\.18\)\] {
    --tw-shadow: -3px 3px 20px var(--tw-shadow-color, rgb(0,0,0,0.18));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_-1px_4\.5px_0_rgba\(0\,0\,0\,0\.07\)\] {
    --tw-shadow: 0 -1px 4.5px 0 var(--tw-shadow-color, rgba(0,0,0,0.07));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_-2px_5px_rgba\(0\,0\,0\,0\.06\)\] {
    --tw-shadow: 0 -2px 5px var(--tw-shadow-color, rgba(0,0,0,0.06));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_0_3px_0_rgba\(0\,0\,0\,0\.34\)\] {
    --tw-shadow: 0 0 3px 0 var(--tw-shadow-color, rgba(0,0,0,0.34));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_0_10px_rgba\(30\,30\,30\,0\.05\)\] {
    --tw-shadow: 0 0 10px var(--tw-shadow-color, rgba(30,30,30,0.05));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_0_10px_rgba\(30\,30\,30\,0\.08\)\] {
    --tw-shadow: 0 0 10px var(--tw-shadow-color, rgba(30,30,30,0.08));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_0_10px_rgba\(30\,30\,30\,0\.25\)\] {
    --tw-shadow: 0 0 10px var(--tw-shadow-color, rgba(30,30,30,0.25));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_1px_2px_0_rgb\(0\,0\,0\,0\.25\)\] {
    --tw-shadow: 0 1px 2px 0 var(--tw-shadow-color, rgb(0,0,0,0.25));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_1px_8px_rgba\(0\,0\,0\,0\.15\)\] {
    --tw-shadow: 0 1px 8px var(--tw-shadow-color, rgba(0,0,0,0.15));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_6px_18px_rgba\(0\,0\,0\,0\.18\)\] {
    --tw-shadow: 0 6px 18px var(--tw-shadow-color, rgba(0,0,0,0.18));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_6px_24px_rgba\(0\,0\,0\,0\.15\)\] {
    --tw-shadow: 0 6px 24px var(--tw-shadow-color, rgba(0,0,0,0.15));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.05));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-md {
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-sm {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-xl {
    --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .ring-2 {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .ring-\[var\(--client-primary-color\)\] {
    --tw-ring-color: var(--client-primary-color);
  }
  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .brightness-\[1\.3\] {
    --tw-brightness: brightness(1.3);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .filter-\[var\(--client-icon-filter\)\] {
    filter: var(--client-icon-filter);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-\[max-height\,padding\] {
    transition-property: max-height,padding;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-opacity {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-150 {
    --tw-duration: 150ms;
    transition-duration: 150ms;
  }
  .duration-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .duration-500 {
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  .duration-1000 {
    --tw-duration: 1000ms;
    transition-duration: 1000ms;
  }
  .duration-\[0\.3s\] {
    --tw-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .content-\[\'\'\] {
    --tw-content: '';
    content: var(--tw-content);
  }
  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }
  .select-none {
    -webkit-user-select: none;
    user-select: none;
  }
  .\[-webkit-tap-highlight-color\:transparent\] {
    -webkit-tap-highlight-color: transparent;
  }
  .\[animation-delay\:0\.1s\] {
    animation-delay: 0.1s;
  }
  .\[animation-delay\:0\.2s\] {
    animation-delay: 0.2s;
  }
  .\[animation-delay\:0\.3s\] {
    animation-delay: 0.3s;
  }
  .\[animation-delay\:0s\] {
    animation-delay: 0s;
  }
  .group-hover\:scale-110 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-scale-x: 110%;
        --tw-scale-y: 110%;
        --tw-scale-z: 110%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .group-hover\:text-\[var\(--client-primary-color\)\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: var(--client-primary-color);
      }
    }
  }
  .peer-checked\:border-\[var\(--client-primary-color\)\] {
    &:is(:where(.peer):checked ~ *) {
      border-color: var(--client-primary-color);
    }
  }
  .peer-checked\:bg-\[var\(--client-secondary-color\)\] {
    &:is(:where(.peer):checked ~ *) {
      background-color: var(--client-secondary-color);
    }
  }
  .peer-checked\:text-gray-200 {
    &:is(:where(.peer):checked ~ *) {
      color: var(--color-gray-200);
    }
  }
  .peer-checked\:text-gray-300 {
    &:is(:where(.peer):checked ~ *) {
      color: var(--color-gray-300);
    }
  }
  .peer-checked\/casa\:bg-\[\#ff1458\] {
    &:is(:where(.peer\/casa):checked ~ *) {
      background-color: #ff1458;
    }
  }
  .peer-checked\/casa\:text-white {
    &:is(:where(.peer\/casa):checked ~ *) {
      color: var(--color-white);
    }
  }
  .peer-checked\/loja\:bg-\[\#ff1458\] {
    &:is(:where(.peer\/loja):checked ~ *) {
      background-color: #ff1458;
    }
  }
  .peer-checked\/loja\:text-white {
    &:is(:where(.peer\/loja):checked ~ *) {
      color: var(--color-white);
    }
  }
  .peer-checked\/nao\:bg-\[var\(--client-secondary-color\)\] {
    &:is(:where(.peer\/nao):checked ~ *) {
      background-color: var(--client-secondary-color);
    }
  }
  .peer-checked\/nao\:font-semibold {
    &:is(:where(.peer\/nao):checked ~ *) {
      --tw-font-weight: var(--font-weight-semibold);
      font-weight: var(--font-weight-semibold);
    }
  }
  .peer-checked\/nao\:text-white {
    &:is(:where(.peer\/nao):checked ~ *) {
      color: var(--color-white);
    }
  }
  .peer-checked\/sim\:bg-\[var\(--client-secondary-color\)\] {
    &:is(:where(.peer\/sim):checked ~ *) {
      background-color: var(--client-secondary-color);
    }
  }
  .peer-checked\/sim\:font-semibold {
    &:is(:where(.peer\/sim):checked ~ *) {
      --tw-font-weight: var(--font-weight-semibold);
      font-weight: var(--font-weight-semibold);
    }
  }
  .peer-checked\/sim\:text-white {
    &:is(:where(.peer\/sim):checked ~ *) {
      color: var(--color-white);
    }
  }
  .peer-focus\:top-0\.5 {
    &:is(:where(.peer):focus ~ *) {
      top: calc(var(--spacing) * 0.5);
    }
  }
  .peer-focus\:text-xs {
    &:is(:where(.peer):focus ~ *) {
      font-size: var(--text-xs);
      line-height: var(--tw-leading, var(--text-xs--line-height));
    }
  }
  .peer-focus\:text-\[\#1b2985\] {
    &:is(:where(.peer):focus ~ *) {
      color: #1b2985;
    }
  }
  .peer-focus\:text-\[var\(--client-primary-color\)\] {
    &:is(:where(.peer):focus ~ *) {
      color: var(--client-primary-color);
    }
  }
  .peer-focus\:text-\[var\(client-color-emphasis-login\)\] {
    &:is(:where(.peer):focus ~ *) {
      color: var(client-color-emphasis-login);
    }
  }
  .peer-\[\:not\(\:placeholder-shown\)\]\:top-0\.5 {
    &:is(:where(.peer):is(:not(:placeholder-shown)) ~ *) {
      top: calc(var(--spacing) * 0.5);
    }
  }
  .peer-\[\:not\(\:placeholder-shown\)\]\:text-xs {
    &:is(:where(.peer):is(:not(:placeholder-shown)) ~ *) {
      font-size: var(--text-xs);
      line-height: var(--tw-leading, var(--text-xs--line-height));
    }
  }
  .placeholder\:text-gray-400 {
    &::placeholder {
      color: var(--color-gray-400);
    }
  }
  .after\:absolute {
    &::after {
      content: var(--tw-content);
      position: absolute;
    }
  }
  .after\:top-0 {
    &::after {
      content: var(--tw-content);
      top: calc(var(--spacing) * 0);
    }
  }
  .after\:left-0 {
    &::after {
      content: var(--tw-content);
      left: calc(var(--spacing) * 0);
    }
  }
  .after\:h-full {
    &::after {
      content: var(--tw-content);
      height: 100%;
    }
  }
  .after\:w-full {
    &::after {
      content: var(--tw-content);
      width: 100%;
    }
  }
  .after\:border-1 {
    &::after {
      content: var(--tw-content);
      border-style: var(--tw-border-style);
      border-width: 1px;
    }
  }
  .after\:border-white {
    &::after {
      content: var(--tw-content);
      border-color: var(--color-white);
    }
  }
  .after\:bg-\[url\(\"\/staticfiles\/img\/client2\/icon_check_pesquisa\.svg\"\)\] {
    &::after {
      content: var(--tw-content);
      background-image: url("/staticfiles/img/client2/icon_check_pesquisa.svg");
    }
  }
  .after\:bg-\[url\(\"\/staticfiles\/img\/icons\/icon_check_pesquisa\.svg\"\)\] {
    &::after {
      content: var(--tw-content);
      background-image: url("/staticfiles/img/icons/icon_check_pesquisa.svg");
    }
  }
  .after\:bg-\[url\(\'\/staticfiles\/img\/icon_check\.svg\'\)\] {
    &::after {
      content: var(--tw-content);
      background-image: url('/staticfiles/img/icon_check.svg');
    }
  }
  .after\:bg-\[url\(\'data\:image\/svg\+xml\;base64\,PHN2ZyBoZWlnaHQ9JzMwMHB4JyB3aWR0aD0nMzAwcHgnICBmaWxsPSIjZmZmZmZmIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgdmVyc2lvbj0iMS4xIiB4PSIwcHgiIHk9IjBweCI\+PHRpdGxlPmljb25fYnlfUG9zaGx5YWtvdjEwPC90aXRsZT48ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz48ZyBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48ZyBmaWxsPSIjZmZmZmZmIj48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyNi4wMDAwMDAsIDI2LjAwMDAwMCkiPjxwYXRoIGQ9Ik0xNy45OTk5ODc4LDMyLjQgTDEwLjk5OTk4NzgsMjUuNCBDMTAuMjI2Nzg5MSwyNC42MjY4MDE0IDguOTczMTg2NDQsMjQuNjI2ODAxNCA4LjE5OTk4Nzc5LDI1LjQgTDguMTk5OTg3NzksMjUuNCBDNy40MjY3ODkxNCwyNi4xNzMxOTg2IDcuNDI2Nzg5MTQsMjcuNDI2ODAxNCA4LjE5OTk4Nzc5LDI4LjIgTDE2LjU4NTc3NDIsMzYuNTg1Nzg2NCBDMTcuMzY2ODIyOCwzNy4zNjY4MzUgMTguNjMzMTUyOCwzNy4zNjY4MzUgMTkuNDE0MjAxNCwzNi41ODU3ODY0IEw0MC41OTk5ODc4LDE1LjQgQzQxLjM3MzE4NjQsMTQuNjI2ODAxNCA0MS4zNzMxODY0LDEzLjM3MzE5ODYgNDAuNTk5OTg3OCwxMi42IEw0MC41OTk5ODc4LDEyLjYgQzM5LjgyNjc4OTEsMTEuODI2ODAxNCAzOC41NzMxODY0LDExLjgyNjgwMTQgMzcuNzk5OTg3OCwxMi42IEwxNy45OTk5ODc4LDMyLjQgWiI\+PC9wYXRoPjwvZz48L2c\+PC9nPjwvc3ZnPg\=\=\'\)\] {
    &::after {
      content: var(--tw-content);
      background-image: url('data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9JzMwMHB4JyB3aWR0aD0nMzAwcHgnICBmaWxsPSIjZmZmZmZmIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgdmVyc2lvbj0iMS4xIiB4PSIwcHgiIHk9IjBweCI+PHRpdGxlPmljb25fYnlfUG9zaGx5YWtvdjEwPC90aXRsZT48ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz48ZyBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48ZyBmaWxsPSIjZmZmZmZmIj48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyNi4wMDAwMDAsIDI2LjAwMDAwMCkiPjxwYXRoIGQ9Ik0xNy45OTk5ODc4LDMyLjQgTDEwLjk5OTk4NzgsMjUuNCBDMTAuMjI2Nzg5MSwyNC42MjY4MDE0IDguOTczMTg2NDQsMjQuNjI2ODAxNCA4LjE5OTk4Nzc5LDI1LjQgTDguMTk5OTg3NzksMjUuNCBDNy40MjY3ODkxNCwyNi4xNzMxOTg2IDcuNDI2Nzg5MTQsMjcuNDI2ODAxNCA4LjE5OTk4Nzc5LDI4LjIgTDE2LjU4NTc3NDIsMzYuNTg1Nzg2NCBDMTcuMzY2ODIyOCwzNy4zNjY4MzUgMTguNjMzMTUyOCwzNy4zNjY4MzUgMTkuNDE0MjAxNCwzNi41ODU3ODY0IEw0MC41OTk5ODc4LDE1LjQgQzQxLjM3MzE4NjQsMTQuNjI2ODAxNCA0MS4zNzMxODY0LDEzLjM3MzE5ODYgNDAuNTk5OTg3OCwxMi42IEw0MC41OTk5ODc4LDEyLjYgQzM5LjgyNjc4OTEsMTEuODI2ODAxNCAzOC41NzMxODY0LDExLjgyNjgwMTQgMzcuNzk5OTg3OCwxMi42IEwxNy45OTk5ODc4LDMyLjQgWiI+PC9wYXRoPjwvZz48L2c+PC9nPjwvc3ZnPg==');
    }
  }
  .after\:bg-\[url\(\\\'\/staticfiles\/img\/icon_check\.svg\\\'\)\] {
    &::after {
      content: var(--tw-content);
      background-image: url(\'/staticfiles/img/icon_check.svg\');
    }
  }
  .after\:bg-\[length\:30px\] {
    &::after {
      content: var(--tw-content);
      background-size: 30px;
    }
  }
  .after\:bg-\[length\:40px\] {
    &::after {
      content: var(--tw-content);
      background-size: 40px;
    }
  }
  .after\:bg-center {
    &::after {
      content: var(--tw-content);
      background-position: center;
    }
  }
  .after\:bg-no-repeat {
    &::after {
      content: var(--tw-content);
      background-repeat: no-repeat;
    }
  }
  .after\:content-\[\"\"\] {
    &::after {
      content: var(--tw-content);
      --tw-content: "";
      content: var(--tw-content);
    }
  }
  .after\:content-\[\'\'\] {
    &::after {
      content: var(--tw-content);
      --tw-content: '';
      content: var(--tw-content);
    }
  }
  .after\:content-\[\\\'\\\'\] {
    &::after {
      content: var(--tw-content);
      --tw-content: \'\';
      content: var(--tw-content);
    }
  }
  .checked\:border-\[\#1b2985\] {
    &:checked {
      border-color: #1b2985;
    }
  }
  .checked\:border-\[var\(--client-primary-color\)\] {
    &:checked {
      border-color: var(--client-primary-color);
    }
  }
  .checked\:border-\[var\(--windows-blue\)\] {
    &:checked {
      border-color: var(--windows-blue);
    }
  }
  .checked\:border-white {
    &:checked {
      border-color: var(--color-white);
    }
  }
  .checked\:bg-\[\#1b2985\] {
    &:checked {
      background-color: #1b2985;
    }
  }
  .checked\:bg-\[var\(--client-checkbox-color-nossas-lojas\)\] {
    &:checked {
      background-color: var(--client-checkbox-color-nossas-lojas);
    }
  }
  .checked\:bg-\[var\(--client-primary-color\)\] {
    &:checked {
      background-color: var(--client-primary-color);
    }
  }
  .checked\:bg-\[var\(--windows-blue\)\] {
    &:checked {
      background-color: var(--windows-blue);
    }
  }
  .hover\:-translate-y-0\.5 {
    &:hover {
      @media (hover: hover) {
        --tw-translate-y: calc(var(--spacing) * -0.5);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .hover\:-translate-y-\[1px\] {
    &:hover {
      @media (hover: hover) {
        --tw-translate-y: calc(1px * -1);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .hover\:scale-105 {
    &:hover {
      @media (hover: hover) {
        --tw-scale-x: 105%;
        --tw-scale-y: 105%;
        --tw-scale-z: 105%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .hover\:scale-110 {
    &:hover {
      @media (hover: hover) {
        --tw-scale-x: 110%;
        --tw-scale-y: 110%;
        --tw-scale-z: 110%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .hover\:border-\[var\(--client-gray-color\)\] {
    &:hover {
      @media (hover: hover) {
        border-color: var(--client-gray-color);
      }
    }
  }
  .hover\:bg-\[\#1b34d3\] {
    &:hover {
      @media (hover: hover) {
        background-color: #1b34d3;
      }
    }
  }
  .hover\:bg-\[\#002aff\] {
    &:hover {
      @media (hover: hover) {
        background-color: #002aff;
      }
    }
  }
  .hover\:bg-\[\#003CFF\] {
    &:hover {
      @media (hover: hover) {
        background-color: #003CFF;
      }
    }
  }
  .hover\:bg-\[\#3F84C7\] {
    &:hover {
      @media (hover: hover) {
        background-color: #3F84C7;
      }
    }
  }
  .hover\:bg-\[\#3d85c6\] {
    &:hover {
      @media (hover: hover) {
        background-color: #3d85c6;
      }
    }
  }
  .hover\:bg-\[\#0023d3\] {
    &:hover {
      @media (hover: hover) {
        background-color: #0023d3;
      }
    }
  }
  .hover\:bg-\[\#0077cc\] {
    &:hover {
      @media (hover: hover) {
        background-color: #0077cc;
      }
    }
  }
  .hover\:bg-\[\#242a46\] {
    &:hover {
      @media (hover: hover) {
        background-color: #242a46;
      }
    }
  }
  .hover\:bg-\[\#397dba\] {
    &:hover {
      @media (hover: hover) {
        background-color: #397dba;
      }
    }
  }
  .hover\:bg-\[\#1335e0\] {
    &:hover {
      @media (hover: hover) {
        background-color: #1335e0;
      }
    }
  }
  .hover\:bg-\[\#3966af70\] {
    &:hover {
      @media (hover: hover) {
        background-color: #3966af70;
      }
    }
  }
  .hover\:bg-\[\#3967AF\] {
    &:hover {
      @media (hover: hover) {
        background-color: #3967AF;
      }
    }
  }
  .hover\:bg-\[\#005416\] {
    &:hover {
      @media (hover: hover) {
        background-color: #005416;
      }
    }
  }
  .hover\:bg-\[\#97979729\] {
    &:hover {
      @media (hover: hover) {
        background-color: #97979729;
      }
    }
  }
  .hover\:bg-\[\#c12e33\] {
    &:hover {
      @media (hover: hover) {
        background-color: #c12e33;
      }
    }
  }
  .hover\:bg-\[\#c41e3a\] {
    &:hover {
      @media (hover: hover) {
        background-color: #c41e3a;
      }
    }
  }
  .hover\:bg-\[\#d2e7f7\] {
    &:hover {
      @media (hover: hover) {
        background-color: #d2e7f7;
      }
    }
  }
  .hover\:bg-\[\#d9e6fc\] {
    &:hover {
      @media (hover: hover) {
        background-color: #d9e6fc;
      }
    }
  }
  .hover\:bg-\[\#d39e00\] {
    &:hover {
      @media (hover: hover) {
        background-color: #d39e00;
      }
    }
  }
  .hover\:bg-\[\#dee3ff\] {
    &:hover {
      @media (hover: hover) {
        background-color: #dee3ff;
      }
    }
  }
  .hover\:bg-\[\#ea0061\] {
    &:hover {
      @media (hover: hover) {
        background-color: #ea0061;
      }
    }
  }
  .hover\:bg-\[\#f6f7ff\] {
    &:hover {
      @media (hover: hover) {
        background-color: #f6f7ff;
      }
    }
  }
  .hover\:bg-\[rgb\(19\,112\,194\)\] {
    &:hover {
      @media (hover: hover) {
        background-color: rgb(19,112,194);
      }
    }
  }
  .hover\:bg-\[var\(--client-gray-color\)\] {
    &:hover {
      @media (hover: hover) {
        background-color: var(--client-gray-color);
      }
    }
  }
  .hover\:bg-\[var\(--client-primary-color\)\] {
    &:hover {
      @media (hover: hover) {
        background-color: var(--client-primary-color);
      }
    }
  }
  .hover\:bg-gray-50 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-gray-50);
      }
    }
  }
  .hover\:bg-gray-100 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-gray-100);
      }
    }
  }
  .hover\:bg-gray-200 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-gray-200);
      }
    }
  }
  .hover\:bg-gray-300 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-gray-300);
      }
    }
  }
  .hover\:bg-gray-600 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-gray-600);
      }
    }
  }
  .hover\:bg-gray-700 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-gray-700);
      }
    }
  }
  .hover\:bg-red-600 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-red-600);
      }
    }
  }
  .hover\:bg-white {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-white);
      }
    }
  }
  .hover\:bg-white\/15 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, #fff 15%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-white) 15%, transparent);
        }
      }
    }
  }
  .hover\:font-bold {
    &:hover {
      @media (hover: hover) {
        --tw-font-weight: var(--font-weight-bold);
        font-weight: var(--font-weight-bold);
      }
    }
  }
  .hover\:font-semibold {
    &:hover {
      @media (hover: hover) {
        --tw-font-weight: var(--font-weight-semibold);
        font-weight: var(--font-weight-semibold);
      }
    }
  }
  .hover\:text-\[\#002aff\] {
    &:hover {
      @media (hover: hover) {
        color: #002aff;
      }
    }
  }
  .hover\:text-\[\#87befe\] {
    &:hover {
      @media (hover: hover) {
        color: #87befe;
      }
    }
  }
  .hover\:text-\[\#87f0fe\] {
    &:hover {
      @media (hover: hover) {
        color: #87f0fe;
      }
    }
  }
  .hover\:text-\[\#315c8e\] {
    &:hover {
      @media (hover: hover) {
        color: #315c8e;
      }
    }
  }
  .hover\:text-\[var\(--client-primary-color\)\] {
    &:hover {
      @media (hover: hover) {
        color: var(--client-primary-color);
      }
    }
  }
  .hover\:text-blue-600 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-blue-600);
      }
    }
  }
  .hover\:text-blue-700 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-blue-700);
      }
    }
  }
  .hover\:text-blue-900 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-blue-900);
      }
    }
  }
  .hover\:text-gray-500 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-gray-500);
      }
    }
  }
  .hover\:text-gray-600 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-gray-600);
      }
    }
  }
  .hover\:text-gray-800 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-gray-800);
      }
    }
  }
  .hover\:text-red-800 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-red-800);
      }
    }
  }
  .hover\:text-white {
    &:hover {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .hover\:opacity-80 {
    &:hover {
      @media (hover: hover) {
        opacity: 80%;
      }
    }
  }
  .hover\:opacity-90 {
    &:hover {
      @media (hover: hover) {
        opacity: 90%;
      }
    }
  }
  .hover\:opacity-95 {
    &:hover {
      @media (hover: hover) {
        opacity: 95%;
      }
    }
  }
  .hover\:shadow {
    &:hover {
      @media (hover: hover) {
        --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      }
    }
  }
  .hover\:shadow-\[inset_0_0_0_9999px_rgba\(0\,0\,0\,\.09\)\] {
    &:hover {
      @media (hover: hover) {
        --tw-shadow: inset 0 0 0 9999px var(--tw-shadow-color, rgba(0,0,0,.09));
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      }
    }
  }
  .hover\:shadow-\[inset_0_0_0_9999px_rgba\(0\,0\,0\,\.14\)\] {
    &:hover {
      @media (hover: hover) {
        --tw-shadow: inset 0 0 0 9999px var(--tw-shadow-color, rgba(0,0,0,.14));
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      }
    }
  }
  .hover\:shadow-lg {
    &:hover {
      @media (hover: hover) {
        --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      }
    }
  }
  .hover\:shadow-md {
    &:hover {
      @media (hover: hover) {
        --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      }
    }
  }
  .hover\:shadow-sm {
    &:hover {
      @media (hover: hover) {
        --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      }
    }
  }
  .hover\:ring {
    &:hover {
      @media (hover: hover) {
        --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      }
    }
  }
  .hover\:ring-gray-200 {
    &:hover {
      @media (hover: hover) {
        --tw-ring-color: var(--color-gray-200);
      }
    }
  }
  .hover\:ring-gray-300 {
    &:hover {
      @media (hover: hover) {
        --tw-ring-color: var(--color-gray-300);
      }
    }
  }
  .focus\:cursor-pointer {
    &:focus {
      cursor: pointer;
    }
  }
  .focus\:border-\[\#1b2985\] {
    &:focus {
      border-color: #1b2985;
    }
  }
  .focus\:border-\[var\(--client-primary-color\)\] {
    &:focus {
      border-color: var(--client-primary-color);
    }
  }
  .focus\:border-\[var\(client-color-emphasis-login\)\] {
    &:focus {
      border-color: var(client-color-emphasis-login);
    }
  }
  .focus\:placeholder-gray-400 {
    &:focus {
      &::placeholder {
        color: var(--color-gray-400);
      }
    }
  }
  .focus\:shadow-\[0_0_0_0\.2rem_rgba\(27\,41\,133\,0\.25\)\] {
    &:focus {
      --tw-shadow: 0 0 0 0.2rem var(--tw-shadow-color, rgba(27,41,133,0.25));
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .focus\:ring {
    &:focus {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .focus\:ring-1 {
    &:focus {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .focus\:ring-2 {
    &:focus {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .focus\:ring-\[\#1b2985\] {
    &:focus {
      --tw-ring-color: #1b2985;
    }
  }
  .focus\:ring-\[var\(--client-primary-color\)\] {
    &:focus {
      --tw-ring-color: var(--client-primary-color);
    }
  }
  .focus\:ring-\[var\(--client-secondary-color\)\] {
    &:focus {
      --tw-ring-color: var(--client-secondary-color);
    }
  }
  .focus\:ring-\[var\(--windows-blue\)\] {
    &:focus {
      --tw-ring-color: var(--windows-blue);
    }
  }
  .focus\:ring-\[var\(client-color-emphasis-login\)\] {
    &:focus {
      --tw-ring-color: var(client-color-emphasis-login);
    }
  }
  .focus\:ring-blue-300 {
    &:focus {
      --tw-ring-color: var(--color-blue-300);
    }
  }
  .focus\:ring-red-500 {
    &:focus {
      --tw-ring-color: var(--color-red-500);
    }
  }
  .focus\:outline-none {
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .focus-visible\:ring-2 {
    &:focus-visible {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .focus-visible\:ring-\[\#0095f6\] {
    &:focus-visible {
      --tw-ring-color: #0095f6;
    }
  }
  .focus-visible\:ring-\[\#A20038\] {
    &:focus-visible {
      --tw-ring-color: #A20038;
    }
  }
  .focus-visible\:ring-\[var\(--client-secondary-color\)\] {
    &:focus-visible {
      --tw-ring-color: var(--client-secondary-color);
    }
  }
  .focus-visible\:ring-offset-2 {
    &:focus-visible {
      --tw-ring-offset-width: 2px;
      --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    }
  }
  .active\:scale-95 {
    &:active {
      --tw-scale-x: 95%;
      --tw-scale-y: 95%;
      --tw-scale-z: 95%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .active\:opacity-80 {
    &:active {
      opacity: 80%;
    }
  }
  .disabled\:cursor-not-allowed {
    &:disabled {
      cursor: not-allowed;
    }
  }
  .disabled\:opacity-50 {
    &:disabled {
      opacity: 50%;
    }
  }
  .sm\:top-1\/3 {
    @media (width >= 40rem) {
      top: calc(1/3 * 100%);
    }
  }
  .sm\:top-2\/4 {
    @media (width >= 40rem) {
      top: calc(2/4 * 100%);
    }
  }
  .sm\:left-1\/3 {
    @media (width >= 40rem) {
      left: calc(1/3 * 100%);
    }
  }
  .sm\:left-2\/4 {
    @media (width >= 40rem) {
      left: calc(2/4 * 100%);
    }
  }
  .sm\:col-span-6 {
    @media (width >= 40rem) {
      grid-column: span 6 / span 6;
    }
  }
  .sm\:w-28 {
    @media (width >= 40rem) {
      width: calc(var(--spacing) * 28);
    }
  }
  .sm\:w-\[100px\] {
    @media (width >= 40rem) {
      width: 100px;
    }
  }
  .sm\:max-w-sm {
    @media (width >= 40rem) {
      max-width: var(--container-sm);
    }
  }
  .sm\:grid-cols-2 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .sm\:grid-cols-3 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .sm\:flex-row {
    @media (width >= 40rem) {
      flex-direction: row;
    }
  }
  .sm\:justify-center {
    @media (width >= 40rem) {
      justify-content: center;
    }
  }
  .sm\:rounded-tl-sm {
    @media (width >= 40rem) {
      border-top-left-radius: var(--radius-sm);
    }
  }
  .sm\:rounded-br-sm {
    @media (width >= 40rem) {
      border-bottom-right-radius: var(--radius-sm);
    }
  }
  .sm\:p-2 {
    @media (width >= 40rem) {
      padding: calc(var(--spacing) * 2);
    }
  }
  .sm\:p-10 {
    @media (width >= 40rem) {
      padding: calc(var(--spacing) * 10);
    }
  }
  .sm\:text-2xl {
    @media (width >= 40rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .sm\:text-3xl {
    @media (width >= 40rem) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .sm\:text-6xl {
    @media (width >= 40rem) {
      font-size: var(--text-6xl);
      line-height: var(--tw-leading, var(--text-6xl--line-height));
    }
  }
  .sm\:text-base {
    @media (width >= 40rem) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .sm\:text-lg {
    @media (width >= 40rem) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .sm\:text-sm {
    @media (width >= 40rem) {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }
  .sm\:text-xl {
    @media (width >= 40rem) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .md\:top-2\/3 {
    @media (width >= 48rem) {
      top: calc(2/3 * 100%);
    }
  }
  .md\:top-2\/5 {
    @media (width >= 48rem) {
      top: calc(2/5 * 100%);
    }
  }
  .md\:left-1\/3 {
    @media (width >= 48rem) {
      left: calc(1/3 * 100%);
    }
  }
  .md\:left-1\/4 {
    @media (width >= 48rem) {
      left: calc(1/4 * 100%);
    }
  }
  .md\:left-3 {
    @media (width >= 48rem) {
      left: calc(var(--spacing) * 3);
    }
  }
  .md\:left-auto {
    @media (width >= 48rem) {
      left: auto;
    }
  }
  .md\:z-\[11\] {
    @media (width >= 48rem) {
      z-index: 11;
    }
  }
  .md\:order-1 {
    @media (width >= 48rem) {
      order: 1;
    }
  }
  .md\:order-2 {
    @media (width >= 48rem) {
      order: 2;
    }
  }
  .md\:col-span-1 {
    @media (width >= 48rem) {
      grid-column: span 1 / span 1;
    }
  }
  .md\:col-span-2 {
    @media (width >= 48rem) {
      grid-column: span 2 / span 2;
    }
  }
  .md\:col-span-3 {
    @media (width >= 48rem) {
      grid-column: span 3 / span 3;
    }
  }
  .md\:col-span-4 {
    @media (width >= 48rem) {
      grid-column: span 4 / span 4;
    }
  }
  .md\:col-span-5 {
    @media (width >= 48rem) {
      grid-column: span 5 / span 5;
    }
  }
  .md\:col-span-6 {
    @media (width >= 48rem) {
      grid-column: span 6 / span 6;
    }
  }
  .md\:col-span-7 {
    @media (width >= 48rem) {
      grid-column: span 7 / span 7;
    }
  }
  .md\:col-span-8 {
    @media (width >= 48rem) {
      grid-column: span 8 / span 8;
    }
  }
  .md\:col-span-9 {
    @media (width >= 48rem) {
      grid-column: span 9 / span 9;
    }
  }
  .md\:col-span-12 {
    @media (width >= 48rem) {
      grid-column: span 12 / span 12;
    }
  }
  .md\:col-start-3 {
    @media (width >= 48rem) {
      grid-column-start: 3;
    }
  }
  .md\:m-2 {
    @media (width >= 48rem) {
      margin: calc(var(--spacing) * 2);
    }
  }
  .md\:mx-0 {
    @media (width >= 48rem) {
      margin-inline: calc(var(--spacing) * 0);
    }
  }
  .md\:my-2 {
    @media (width >= 48rem) {
      margin-block: calc(var(--spacing) * 2);
    }
  }
  .md\:my-4 {
    @media (width >= 48rem) {
      margin-block: calc(var(--spacing) * 4);
    }
  }
  .md\:my-6 {
    @media (width >= 48rem) {
      margin-block: calc(var(--spacing) * 6);
    }
  }
  .md\:mt-2 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 2);
    }
  }
  .md\:mt-3 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 3);
    }
  }
  .md\:mt-4 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 4);
    }
  }
  .md\:mr-3 {
    @media (width >= 48rem) {
      margin-right: calc(var(--spacing) * 3);
    }
  }
  .md\:mb-0 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .md\:mb-2 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 2);
    }
  }
  .md\:mb-4 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 4);
    }
  }
  .md\:ml-4 {
    @media (width >= 48rem) {
      margin-left: calc(var(--spacing) * 4);
    }
  }
  .md\:line-clamp-none {
    @media (width >= 48rem) {
      overflow: visible;
      display: block;
      -webkit-box-orient: horizontal;
      -webkit-line-clamp: unset;
    }
  }
  .md\:block {
    @media (width >= 48rem) {
      display: block;
    }
  }
  .md\:grid {
    @media (width >= 48rem) {
      display: grid;
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:inline-block {
    @media (width >= 48rem) {
      display: inline-block;
    }
  }
  .md\:h-20 {
    @media (width >= 48rem) {
      height: calc(var(--spacing) * 20);
    }
  }
  .md\:h-60 {
    @media (width >= 48rem) {
      height: calc(var(--spacing) * 60);
    }
  }
  .md\:h-\[200px\] {
    @media (width >= 48rem) {
      height: 200px;
    }
  }
  .md\:h-\[calc\(120px\*2\+0\.5rem\)\] {
    @media (width >= 48rem) {
      height: calc(120px * 2 + 0.5rem);
    }
  }
  .md\:h-\[calc\(140px\*2\+0\.5rem\)\] {
    @media (width >= 48rem) {
      height: calc(140px * 2 + 0.5rem);
    }
  }
  .md\:h-auto {
    @media (width >= 48rem) {
      height: auto;
    }
  }
  .md\:max-h-\[400px\] {
    @media (width >= 48rem) {
      max-height: 400px;
    }
  }
  .md\:w-1\/2 {
    @media (width >= 48rem) {
      width: calc(1/2 * 100%);
    }
  }
  .md\:w-1\/4 {
    @media (width >= 48rem) {
      width: calc(1/4 * 100%);
    }
  }
  .md\:w-2\/3 {
    @media (width >= 48rem) {
      width: calc(2/3 * 100%);
    }
  }
  .md\:w-70 {
    @media (width >= 48rem) {
      width: calc(var(--spacing) * 70);
    }
  }
  .md\:w-\[20\%\] {
    @media (width >= 48rem) {
      width: 20%;
    }
  }
  .md\:w-\[22px\] {
    @media (width >= 48rem) {
      width: 22px;
    }
  }
  .md\:w-\[25\%\] {
    @media (width >= 48rem) {
      width: 25%;
    }
  }
  .md\:w-\[35vw\] {
    @media (width >= 48rem) {
      width: 35vw;
    }
  }
  .md\:w-\[40\%\] {
    @media (width >= 48rem) {
      width: 40%;
    }
  }
  .md\:w-\[60\%\] {
    @media (width >= 48rem) {
      width: 60%;
    }
  }
  .md\:w-\[70\%\] {
    @media (width >= 48rem) {
      width: 70%;
    }
  }
  .md\:w-\[75vw\] {
    @media (width >= 48rem) {
      width: 75vw;
    }
  }
  .md\:w-\[85\%\] {
    @media (width >= 48rem) {
      width: 85%;
    }
  }
  .md\:w-\[120px\] {
    @media (width >= 48rem) {
      width: 120px;
    }
  }
  .md\:w-\[160px\] {
    @media (width >= 48rem) {
      width: 160px;
    }
  }
  .md\:w-\[200px\] {
    @media (width >= 48rem) {
      width: 200px;
    }
  }
  .md\:w-auto {
    @media (width >= 48rem) {
      width: auto;
    }
  }
  .md\:max-w-\[600px\] {
    @media (width >= 48rem) {
      max-width: 600px;
    }
  }
  .md\:\[grid-auto-rows\:120px\] {
    @media (width >= 48rem) {
      grid-auto-rows: 120px;
    }
  }
  .md\:\[grid-auto-rows\:140px\] {
    @media (width >= 48rem) {
      grid-auto-rows: 140px;
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-3 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-4 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-12 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(12, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-\[2fr_1fr\] {
    @media (width >= 48rem) {
      grid-template-columns: 2fr 1fr;
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:items-center {
    @media (width >= 48rem) {
      align-items: center;
    }
  }
  .md\:items-end {
    @media (width >= 48rem) {
      align-items: flex-end;
    }
  }
  .md\:justify-between {
    @media (width >= 48rem) {
      justify-content: space-between;
    }
  }
  .md\:justify-end {
    @media (width >= 48rem) {
      justify-content: flex-end;
    }
  }
  .md\:justify-start {
    @media (width >= 48rem) {
      justify-content: flex-start;
    }
  }
  .md\:gap-2 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 2);
    }
  }
  .md\:gap-3 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 3);
    }
  }
  .md\:gap-4 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 4);
    }
  }
  .md\:gap-6 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 6);
    }
  }
  .md\:gap-x-4 {
    @media (width >= 48rem) {
      column-gap: calc(var(--spacing) * 4);
    }
  }
  .md\:gap-x-6 {
    @media (width >= 48rem) {
      column-gap: calc(var(--spacing) * 6);
    }
  }
  .md\:gap-x-15 {
    @media (width >= 48rem) {
      column-gap: calc(var(--spacing) * 15);
    }
  }
  .md\:gap-x-20 {
    @media (width >= 48rem) {
      column-gap: calc(var(--spacing) * 20);
    }
  }
  .md\:gap-y-4 {
    @media (width >= 48rem) {
      row-gap: calc(var(--spacing) * 4);
    }
  }
  .md\:gap-y-6 {
    @media (width >= 48rem) {
      row-gap: calc(var(--spacing) * 6);
    }
  }
  .md\:gap-y-10 {
    @media (width >= 48rem) {
      row-gap: calc(var(--spacing) * 10);
    }
  }
  .md\:self-auto {
    @media (width >= 48rem) {
      align-self: auto;
    }
  }
  .md\:rounded-\[20px\] {
    @media (width >= 48rem) {
      border-radius: 20px;
    }
  }
  .md\:rounded-tl-md {
    @media (width >= 48rem) {
      border-top-left-radius: var(--radius-md);
    }
  }
  .md\:rounded-br-md {
    @media (width >= 48rem) {
      border-bottom-right-radius: var(--radius-md);
    }
  }
  .md\:border {
    @media (width >= 48rem) {
      border-style: var(--tw-border-style);
      border-width: 1px;
    }
  }
  .md\:border-gray-300 {
    @media (width >= 48rem) {
      border-color: var(--color-gray-300);
    }
  }
  .md\:p-3 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 3);
    }
  }
  .md\:p-4 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 4);
    }
  }
  .md\:p-5 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 5);
    }
  }
  .md\:p-6 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 6);
    }
  }
  .md\:p-8 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 8);
    }
  }
  .md\:px-0 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .md\:px-3 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 3);
    }
  }
  .md\:px-4 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 4);
    }
  }
  .md\:px-6 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  .md\:px-7 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 7);
    }
  }
  .md\:px-10 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 10);
    }
  }
  .md\:px-\[20px\] {
    @media (width >= 48rem) {
      padding-inline: 20px;
    }
  }
  .md\:py-0 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 0);
    }
  }
  .md\:py-2 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 2);
    }
  }
  .md\:py-5 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 5);
    }
  }
  .md\:py-6 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 6);
    }
  }
  .md\:py-8 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 8);
    }
  }
  .md\:pb-2 {
    @media (width >= 48rem) {
      padding-bottom: calc(var(--spacing) * 2);
    }
  }
  .md\:pb-8 {
    @media (width >= 48rem) {
      padding-bottom: calc(var(--spacing) * 8);
    }
  }
  .md\:pl-1 {
    @media (width >= 48rem) {
      padding-left: calc(var(--spacing) * 1);
    }
  }
  .md\:pl-8 {
    @media (width >= 48rem) {
      padding-left: calc(var(--spacing) * 8);
    }
  }
  .md\:text-center {
    @media (width >= 48rem) {
      text-align: center;
    }
  }
  .md\:text-2xl {
    @media (width >= 48rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .md\:text-3xl {
    @media (width >= 48rem) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .md\:text-4xl {
    @media (width >= 48rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .md\:text-base {
    @media (width >= 48rem) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .md\:text-lg {
    @media (width >= 48rem) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .md\:text-sm {
    @media (width >= 48rem) {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }
  .md\:text-xl {
    @media (width >= 48rem) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .md\:text-\[12px\] {
    @media (width >= 48rem) {
      font-size: 12px;
    }
  }
  .md\:text-\[13px\] {
    @media (width >= 48rem) {
      font-size: 13px;
    }
  }
  .md\:text-\[14px\] {
    @media (width >= 48rem) {
      font-size: 14px;
    }
  }
  .md\:text-\[17px\] {
    @media (width >= 48rem) {
      font-size: 17px;
    }
  }
  .md\:leading-5 {
    @media (width >= 48rem) {
      --tw-leading: calc(var(--spacing) * 5);
      line-height: calc(var(--spacing) * 5);
    }
  }
  .md\:leading-\[1\.4\] {
    @media (width >= 48rem) {
      --tw-leading: 1.4;
      line-height: 1.4;
    }
  }
  .md\:hover\:-translate-y-0\.5 {
    @media (width >= 48rem) {
      &:hover {
        @media (hover: hover) {
          --tw-translate-y: calc(var(--spacing) * -0.5);
          translate: var(--tw-translate-x) var(--tw-translate-y);
        }
      }
    }
  }
  .md\:hover\:translate-y-0 {
    @media (width >= 48rem) {
      &:hover {
        @media (hover: hover) {
          --tw-translate-y: calc(var(--spacing) * 0);
          translate: var(--tw-translate-x) var(--tw-translate-y);
        }
      }
    }
  }
  .md\:hover\:bg-\[\#1335e0\] {
    @media (width >= 48rem) {
      &:hover {
        @media (hover: hover) {
          background-color: #1335e0;
        }
      }
    }
  }
  .md\:hover\:bg-\[var\(--client-primary-color\)\] {
    @media (width >= 48rem) {
      &:hover {
        @media (hover: hover) {
          background-color: var(--client-primary-color);
        }
      }
    }
  }
  .lg\:top-2\/5 {
    @media (width >= 64rem) {
      top: calc(2/5 * 100%);
    }
  }
  .lg\:bottom-\[-60px\] {
    @media (width >= 64rem) {
      bottom: -60px;
    }
  }
  .lg\:left-1\/3 {
    @media (width >= 64rem) {
      left: calc(1/3 * 100%);
    }
  }
  .lg\:col-span-5 {
    @media (width >= 64rem) {
      grid-column: span 5 / span 5;
    }
  }
  .lg\:col-span-6 {
    @media (width >= 64rem) {
      grid-column: span 6 / span 6;
    }
  }
  .lg\:col-span-7 {
    @media (width >= 64rem) {
      grid-column: span 7 / span 7;
    }
  }
  .lg\:col-span-10 {
    @media (width >= 64rem) {
      grid-column: span 10 / span 10;
    }
  }
  .lg\:col-start-4 {
    @media (width >= 64rem) {
      grid-column-start: 4;
    }
  }
  .lg\:my-2 {
    @media (width >= 64rem) {
      margin-block: calc(var(--spacing) * 2);
    }
  }
  .lg\:my-10 {
    @media (width >= 64rem) {
      margin-block: calc(var(--spacing) * 10);
    }
  }
  .lg\:my-12 {
    @media (width >= 64rem) {
      margin-block: calc(var(--spacing) * 12);
    }
  }
  .lg\:my-15 {
    @media (width >= 64rem) {
      margin-block: calc(var(--spacing) * 15);
    }
  }
  .lg\:mt-5 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 5);
    }
  }
  .lg\:mr-4 {
    @media (width >= 64rem) {
      margin-right: calc(var(--spacing) * 4);
    }
  }
  .lg\:mr-10 {
    @media (width >= 64rem) {
      margin-right: calc(var(--spacing) * 10);
    }
  }
  .lg\:mb-1 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 1);
    }
  }
  .lg\:mb-2 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 2);
    }
  }
  .lg\:block {
    @media (width >= 64rem) {
      display: block;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:h-6 {
    @media (width >= 64rem) {
      height: calc(var(--spacing) * 6);
    }
  }
  .lg\:h-\[80px\] {
    @media (width >= 64rem) {
      height: 80px;
    }
  }
  .lg\:h-\[100px\] {
    @media (width >= 64rem) {
      height: 100px;
    }
  }
  .lg\:h-\[400px\] {
    @media (width >= 64rem) {
      height: 400px;
    }
  }
  .lg\:h-\[480px\] {
    @media (width >= 64rem) {
      height: 480px;
    }
  }
  .lg\:h-\[540px\] {
    @media (width >= 64rem) {
      height: 540px;
    }
  }
  .lg\:h-\[calc\(170px\*2\+0\.5rem\)\] {
    @media (width >= 64rem) {
      height: calc(170px * 2 + 0.5rem);
    }
  }
  .lg\:h-\[calc\(220px\*2\+0\.5rem\)\] {
    @media (width >= 64rem) {
      height: calc(220px * 2 + 0.5rem);
    }
  }
  .lg\:h-\[calc\(240px\*2\+0\.5rem\)\] {
    @media (width >= 64rem) {
      height: calc(240px * 2 + 0.5rem);
    }
  }
  .lg\:h-screen {
    @media (width >= 64rem) {
      height: 100vh;
    }
  }
  .lg\:max-h-\[440px\] {
    @media (width >= 64rem) {
      max-height: 440px;
    }
  }
  .lg\:min-h-\[400px\] {
    @media (width >= 64rem) {
      min-height: 400px;
    }
  }
  .lg\:w-1\/4 {
    @media (width >= 64rem) {
      width: calc(1/4 * 100%);
    }
  }
  .lg\:w-3\/5 {
    @media (width >= 64rem) {
      width: calc(3/5 * 100%);
    }
  }
  .lg\:w-8 {
    @media (width >= 64rem) {
      width: calc(var(--spacing) * 8);
    }
  }
  .lg\:w-32 {
    @media (width >= 64rem) {
      width: calc(var(--spacing) * 32);
    }
  }
  .lg\:w-80 {
    @media (width >= 64rem) {
      width: calc(var(--spacing) * 80);
    }
  }
  .lg\:w-\[18\%\] {
    @media (width >= 64rem) {
      width: 18%;
    }
  }
  .lg\:w-\[30\%\] {
    @media (width >= 64rem) {
      width: 30%;
    }
  }
  .lg\:w-\[35vw\] {
    @media (width >= 64rem) {
      width: 35vw;
    }
  }
  .lg\:w-\[50\%\] {
    @media (width >= 64rem) {
      width: 50%;
    }
  }
  .lg\:w-\[60\%\] {
    @media (width >= 64rem) {
      width: 60%;
    }
  }
  .lg\:w-\[80\%\] {
    @media (width >= 64rem) {
      width: 80%;
    }
  }
  .lg\:w-\[80px\] {
    @media (width >= 64rem) {
      width: 80px;
    }
  }
  .lg\:w-\[100px\] {
    @media (width >= 64rem) {
      width: 100px;
    }
  }
  .lg\:w-\[220px\] {
    @media (width >= 64rem) {
      width: 220px;
    }
  }
  .lg\:w-\[250px\] {
    @media (width >= 64rem) {
      width: 250px;
    }
  }
  .lg\:w-\[400px\] {
    @media (width >= 64rem) {
      width: 400px;
    }
  }
  .lg\:w-auto {
    @media (width >= 64rem) {
      width: auto;
    }
  }
  .lg\:max-w-\[25vw\] {
    @media (width >= 64rem) {
      max-width: 25vw;
    }
  }
  .lg\:max-w-\[40vw\] {
    @media (width >= 64rem) {
      max-width: 40vw;
    }
  }
  .lg\:max-w-\[50vw\] {
    @media (width >= 64rem) {
      max-width: 50vw;
    }
  }
  .lg\:max-w-\[80vw\] {
    @media (width >= 64rem) {
      max-width: 80vw;
    }
  }
  .lg\:max-w-md {
    @media (width >= 64rem) {
      max-width: var(--container-md);
    }
  }
  .lg\:\[grid-auto-rows\:170px\] {
    @media (width >= 64rem) {
      grid-auto-rows: 170px;
    }
  }
  .lg\:\[grid-auto-rows\:220px\] {
    @media (width >= 64rem) {
      grid-auto-rows: 220px;
    }
  }
  .lg\:\[grid-auto-rows\:240px\] {
    @media (width >= 64rem) {
      grid-auto-rows: 240px;
    }
  }
  .lg\:grid-cols-2 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-4 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-8 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(8, minmax(0, 1fr));
    }
  }
  .lg\:flex-row {
    @media (width >= 64rem) {
      flex-direction: row;
    }
  }
  .lg\:justify-end {
    @media (width >= 64rem) {
      justify-content: flex-end;
    }
  }
  .lg\:justify-start {
    @media (width >= 64rem) {
      justify-content: flex-start;
    }
  }
  .lg\:gap-8 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 8);
    }
  }
  .lg\:gap-x-4 {
    @media (width >= 64rem) {
      column-gap: calc(var(--spacing) * 4);
    }
  }
  .lg\:gap-y-4 {
    @media (width >= 64rem) {
      row-gap: calc(var(--spacing) * 4);
    }
  }
  .lg\:gap-y-6 {
    @media (width >= 64rem) {
      row-gap: calc(var(--spacing) * 6);
    }
  }
  .lg\:overflow-y-auto {
    @media (width >= 64rem) {
      overflow-y: auto;
    }
  }
  .lg\:rounded-tl-lg {
    @media (width >= 64rem) {
      border-top-left-radius: var(--radius-lg);
    }
  }
  .lg\:rounded-br-lg {
    @media (width >= 64rem) {
      border-bottom-right-radius: var(--radius-lg);
    }
  }
  .lg\:p-6 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 6);
    }
  }
  .lg\:p-8 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 8);
    }
  }
  .lg\:p-10 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 10);
    }
  }
  .lg\:p-\[16px\] {
    @media (width >= 64rem) {
      padding: 16px;
    }
  }
  .lg\:px-0 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .lg\:px-3 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 3);
    }
  }
  .lg\:px-4 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 4);
    }
  }
  .lg\:px-6 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  .lg\:px-8 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  .lg\:px-\[25px\] {
    @media (width >= 64rem) {
      padding-inline: 25px;
    }
  }
  .lg\:py-0 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 0);
    }
  }
  .lg\:py-5 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 5);
    }
  }
  .lg\:py-20 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 20);
    }
  }
  .lg\:pb-6 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 6);
    }
  }
  .lg\:text-left {
    @media (width >= 64rem) {
      text-align: left;
    }
  }
  .lg\:text-2xl {
    @media (width >= 64rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .lg\:text-3xl {
    @media (width >= 64rem) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .lg\:text-4xl {
    @media (width >= 64rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .lg\:text-sm {
    @media (width >= 64rem) {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }
  .lg\:text-xl {
    @media (width >= 64rem) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .lg\:text-\[14px\] {
    @media (width >= 64rem) {
      font-size: 14px;
    }
  }
  .lg\:text-\[16px\] {
    @media (width >= 64rem) {
      font-size: 16px;
    }
  }
  .lg\:text-\[18px\] {
    @media (width >= 64rem) {
      font-size: 18px;
    }
  }
  .lg\:text-\[20px\] {
    @media (width >= 64rem) {
      font-size: 20px;
    }
  }
  .lg\:text-\[25px\] {
    @media (width >= 64rem) {
      font-size: 25px;
    }
  }
  .lg\:text-\[40px\] {
    @media (width >= 64rem) {
      font-size: 40px;
    }
  }
  .lg\:text-\[50px\] {
    @media (width >= 64rem) {
      font-size: 50px;
    }
  }
  .lg\:text-\[55px\] {
    @media (width >= 64rem) {
      font-size: 55px;
    }
  }
  .lg\:text-\[60px\] {
    @media (width >= 64rem) {
      font-size: 60px;
    }
  }
  .lg\:leading-6 {
    @media (width >= 64rem) {
      --tw-leading: calc(var(--spacing) * 6);
      line-height: calc(var(--spacing) * 6);
    }
  }
  .lg\:leading-\[1\.5\] {
    @media (width >= 64rem) {
      --tw-leading: 1.5;
      line-height: 1.5;
    }
  }
  .lg\:text-\[3xl\] {
    @media (width >= 64rem) {
      color: 3xl;
    }
  }
  .xl\:col-span-4 {
    @media (width >= 80rem) {
      grid-column: span 4 / span 4;
    }
  }
  .xl\:col-span-6 {
    @media (width >= 80rem) {
      grid-column: span 6 / span 6;
    }
  }
  .xl\:col-start-5 {
    @media (width >= 80rem) {
      grid-column-start: 5;
    }
  }
  .xl\:h-\[500px\] {
    @media (width >= 80rem) {
      height: 500px;
    }
  }
  .xl\:min-h-\[500px\] {
    @media (width >= 80rem) {
      min-height: 500px;
    }
  }
  .xl\:w-\[50\%\] {
    @media (width >= 80rem) {
      width: 50%;
    }
  }
  .xl\:w-\[60\%\] {
    @media (width >= 80rem) {
      width: 60%;
    }
  }
  .xl\:w-\[500px\] {
    @media (width >= 80rem) {
      width: 500px;
    }
  }
  .xl\:grid-cols-6 {
    @media (width >= 80rem) {
      grid-template-columns: repeat(6, minmax(0, 1fr));
    }
  }
}
.menu-cliente-active {
  filter: invert(23%) sepia(94%) saturate(586%) hue-rotate(165deg) brightness(60%) contrast(86%);
}
.img-filter-fff img, img.img-filter-fff {
  filter: var(--filter-img-fff);
}
.img-filter-002aff img, img.img-filter-002aff {
  filter: var(--filter-img-002aff);
}
.img-filter-client-primary-color {
  filter: var(--filter-client-primary-color);
}
.img-filter-client-secondary-color {
  filter: var(--filter-client-secondary-color);
}
.img-filter-client-wishlist-color {
  filter: var(--filter-client-wishlist-color);
}
.img-filter-client-gray-color {
  filter: var(--filter-client-gray-color);
}
.swiper-scrollbar.swiper-scrollbar-horizontal {
  background-color: var(--client-swiper-scrollbar-background) !important;
}
.swiper-scrollbar .swiper-scrollbar-drag {
  background-color: var(--client-swiper-scrollbar-color) !important;
}
.swiper-horizontal>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  height: var(--swiper-scrollbar-size, var(--client-swiper-scrollbar-size)) !important;
}
.swiper-pagination-bullet {
  border-radius: var(--client-swiper-pagination-bullet-border-radius) !important;
}
.swiper-pagination .swiper-pagination-bullet {
  background-color: var(--client-swiper-pagination-background) !important;
  height: var(--client-swiper-pagination-bullet-size) !important;
  width: var(--client-swiper-pagination-bullet-size) !important;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--client-swiper-pagination-color) !important;
  width: var(--client-swiper-pagination-bullet-active-size) !important;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, var(--client-swiper-pagination-bullets-space)) !important;
}
@layer theme, base, components, utilities;
@layer theme;
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities;
@layer utilities {
  [data-target="carrossel-produto"]:hover [data-target="btn-compra-produto"] {
    visibility: visible;
  }
  .filtro-ativo {
    border-inline-start-style: var(--tw-border-style);
    border-inline-start-width: 3px;
    border-inline-start-color: #0062b8;
    color: #0062b8;
  }
  .opcao-selecionada-filtro {
    border-style: var(--tw-border-style);
    border-width: 2px;
    border-color: #0062b8;
    color: #0062b8;
  }
  .container {
    width: 100%;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
  }
  .desfoco-de-fundo {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.3);
    z-index: 11;
  }
  .invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 70%;
    color: #dc3545;
  }
  .invalid-feedback.show {
    display: block;
  }
  @keyframes ringPulse {
    0% {
      box-shadow: 0 0 0 0 var(--client-pulse-color-pedido);
    }
    70% {
      box-shadow: 0 0 0 10px rgba(0, 42, 255, 0);
    }
    100% {
      box-shadow: 0 0 0 0 rgba(0, 42, 255, 0);
    }
  }
  .toggle-track {
    transition: background-color .25s ease,box-shadow .25s ease;
  }
  .toggle-thumb {
    transition: transform .25s ease,background-color .25s ease,box-shadow .25s ease;
  }
  input[type="checkbox"]:focus + .toggle-track {
    box-shadow: 0 0 0 3px rgba(0,0,0,.08);
  }
  input[type="checkbox"]:active + .toggle-track .toggle-thumb {
    transform: translateX(0) scale(.95);
  }
  input[type="checkbox"]:checked + .toggle-track .toggle-thumb {
    transform: translateX(1.5rem);
  }
  .animate-ring {
    animation: ringPulse 2.6s ease-out infinite;
  }
  @media (prefers-reduced-motion: reduce) {
    .animate-ring {
      animation: none;
    }
  }
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-pan-x {
  syntax: "*";
  inherits: false;
}
@property --tw-pan-y {
  syntax: "*";
  inherits: false;
}
@property --tw-pinch-zoom {
  syntax: "*";
  inherits: false;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-space-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-divide-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-divide-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-content {
  syntax: "*";
  inherits: false;
  initial-value: "";
}
@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);
  }
}
@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);
  }
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-pan-x: initial;
      --tw-pan-y: initial;
      --tw-pinch-zoom: initial;
      --tw-space-y-reverse: 0;
      --tw-space-x-reverse: 0;
      --tw-divide-x-reverse: 0;
      --tw-border-style: solid;
      --tw-divide-y-reverse: 0;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-duration: initial;
      --tw-ease: initial;
      --tw-content: "";
    }
  }
}
