/**
 * FacetWP Custom Styling met Tailwind
 * 
 * Dit bestand bevat aangepaste stijlen voor FacetWP elementen met Tailwind classes.
 */

/* ========================
     Algemene FacetWP stijlen
     ======================== */

/* Strakker dan Tailwind mb-5/mb-10 (sommige builds mappen anders); expliciet 20px. */

.facetwp-facet {
  margin-bottom: 20px;
}

/* FacetWP front.css zet .facetwp-facet { margin-bottom: 40px } met dezelfde specificiteit maar laadt vaak later. */

.rh-filter-sidebar .facetwp-facet {
  margin-bottom: 20px;
}

/* ========================
     Checkbox stijlen
     ======================== */

.facetwp-checkbox {
  position: relative;
  margin-bottom: 0.5rem;
  display: flex;
  cursor: pointer;
  align-items: center;
  padding-left: 1.5rem;
  font-family: Montserrat, ui-sans-serif, system-ui, sans-serif !important;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
  /* Verwijder standaard styling */
  background-image: none !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  height: auto !important;
}

/* Mobiele aanpassingen */

@media (max-width: 640px) {
  .facetwp-checkbox {
    padding-left: 1.25rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .facetwp-checkbox::before {
    height: 0.875rem;
    width: 0.875rem;
  }

  .facetwp-checkbox.checked::after {
    left: 0.25rem;
    height: 8px;
    width: 5px;
  }
}

.facetwp-checkbox::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  height: 1rem;
  width: 1rem;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.facetwp-checkbox.checked::before {
  --tw-border-opacity: 1;
  border-color: rgb(151 46 0 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(151 46 0 / var(--tw-bg-opacity, 1));
}

.facetwp-checkbox.checked::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 50%;
  height: 9px;
  width: 6px;
  --tw-translate-y: -65%;
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-right-width: 2px;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.facetwp-checkbox:hover::before {
  --tw-border-opacity: 1;
  border-color: rgb(151 46 0 / var(--tw-border-opacity, 1));
}

.facetwp-counter {
  display: none;
}

/* ========================
     Slider stijlen (Prijs)
     ======================== */

.facetwp-type-slider .facetwp-slider-wrap {
  /* Geef links/rechts ruimte zodat handles netjes op de uiteinden zitten */
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.facetwp-slider-reset {
  display: none;
}

.facetwp-slider-reset:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

.facetwp-slider-label {
  margin-bottom: 0.5rem;
  font-family: Montserrat, ui-sans-serif, system-ui, sans-serif !important;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity, 1));
}

/* Slider elementen */

.noUi-target {
  height: 0.375rem !important;
  border-radius: 0.125rem;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.noUi-connect {
  height: 0.375rem !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(151 46 0 / var(--tw-bg-opacity, 1)) !important;
}

.noUi-handle {
  top: -0.375rem !important;
  height: 1rem !important;
  width: 1rem !important;
  border-radius: 0px !important;
  border-width: 2px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(151 46 0 / var(--tw-border-opacity, 1)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(151 46 0 / var(--tw-bg-opacity, 1)) !important;
}

/* Verwijder standaard lijnen binnen handle */

.noUi-handle::before,
  .noUi-handle::after {
  display: none;
}

/* Pricing labels */

.facetwp-slider-label {
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

/* Minder ruimte tussen prijsslider (bedragen) en reset-knop in categorie-filterzijbalk */

.rh-filter-sidebar .facetwp-facet[data-name="prijs"] {
  margin-bottom: 0.75rem;
}

/* Prijs-slider exact gecentreerd met volle rail-lengte. */

.rh-filter-sidebar .facetwp-facet[data-name="prijs"] .facetwp-slider-wrap {
  box-sizing: border-box;
  padding-left: 0;
  padding-right: 0;
  width: 195px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.rh-filter-sidebar .facetwp-facet[data-name="prijs"] .noUi-target {
  box-sizing: border-box;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

/* Linker handle met halve breedte naar links voor nette edge-alignment. */

.rh-filter-sidebar .facetwp-facet[data-name="prijs"] .noUi-horizontal .noUi-handle-lower {
  right: -8px;
}

/* Rechter handle niet extra naar rechts verschuiven. */

.rh-filter-sidebar .facetwp-facet[data-name="prijs"] .noUi-horizontal .noUi-handle-upper {
  right: -2px;
}

/* Gebruik Van/Tot velden als enige prijsweergave onder de slider */

.rh-filter-sidebar .facetwp-facet[data-name="prijs"] .facetwp-slider-label {
  display: none;
}

/* Van/Tot labels exact volgens ontwerp */

.rh-filter-sidebar .facetwp-facet[data-name="prijs"] label {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 400;
  color: #32100E;
}

/* Duidelijke cursor-feedback op prijs-handles */

.rh-filter-sidebar .facetwp-facet[data-name="prijs"] .noUi-handle,
  .rh-filter-sidebar .facetwp-facet[data-name="prijs"] .noUi-handle:hover {
  cursor: grab;
}

.rh-filter-sidebar .facetwp-facet[data-name="prijs"] .noUi-handle:active,
  .rh-filter-sidebar .facetwp-facet[data-name="prijs"] .noUi-state-drag .noUi-handle {
  cursor: grabbing;
}

/* ========================
     Filter reset knop
     ======================== */

.facetwp-reset-button {
  margin-top: 1rem;
  display: block;
  width: 100%;
  cursor: pointer;
  border-radius: 0.25rem;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(151 46 0 / var(--tw-bg-opacity, 1));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.facetwp-reset-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(123 37 0 / var(--tw-bg-opacity, 1));
}

/* Kleurvariabelen die overeenkomen met het thema */

:root {
  --primary-color: #e67e22;
  /* Primaire kleur, pas aan naar de hoofdkleur van het thema */
  --primary-hover-color: #d35400;
  /* Donkerdere versie voor hover effecten */
  --primary-light-color: #f39c12;
  /* Lichtere versie voor achtergronden */
  --text-color: #1a1a1a;
  /* Standaard tekstkleur */
  --light-border: #d1d1d1;
  /* Lichte randen */
  --light-bg: #f5f5f5;
  /* Lichte achtergrond */
}

/* ========================
   Subcategorie filter knoppen (product_cat)
   ======================== */

.rh-subcat-filter-wrap .facetwp-facet {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 0;
}

.rh-subcat-filter-wrap .facetwp-checkbox,
.rh-subcat-filter-wrap .facetwp-radio {
  font-size: 0.875rem;
  font-weight: 400;
  padding: 0.5rem 1rem !important;
  padding-left: 1rem;
  margin-bottom: 0;
  background-color: #ffffff;
  color: #AB3300;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  transition-property: color, background-color;
  transition-duration: 200ms;
  /* Verberg de standaard checkbox/radio */
  background-image: none !important;
}

.rh-subcat-filter-wrap .facetwp-checkbox::before,
.rh-subcat-filter-wrap .facetwp-checkbox::after,
.rh-subcat-filter-wrap .facetwp-radio::before,
.rh-subcat-filter-wrap .facetwp-radio::after {
  display: none;
}

.rh-subcat-filter-wrap .facetwp-checkbox:hover,
.rh-subcat-filter-wrap .facetwp-radio:hover {
  background-color: #AB3300;
  color: #ffffff;
}

.rh-subcat-filter-wrap .facetwp-checkbox.checked,
.rh-subcat-filter-wrap .facetwp-radio.checked {
  background-color: #AB3300;
  color: #ffffff;
}

.rh-subcat-filter-wrap .facetwp-counter {
  display: none;
}

/* Verberg de show more/less toggle */

.rh-subcat-filter-wrap .facetwp-toggle {
  display: none;
}

/* Zorg dat alle items altijd zichtbaar zijn */

.rh-subcat-filter-wrap .facetwp-hidden {
  display: block !important;
}

/* ========================
   Mobiele optimalisaties
   ======================== */

@media (max-width: 768px) {
  .facetwp-checkbox {
    padding-left: 22px;
    font-size: 13px;
  }

  .facetwp-checkbox:before {
    width: 14px;
    height: 14px;
  }

  .facetwp-checkbox.checked:after {
    left: 4px;
    width: 5px;
    height: 8px;
  }

  /* Subcategorie knoppen blijven hetzelfde op mobiel */

  .rh-subcat-filter-wrap .facetwp-checkbox {
    padding-left: 1rem;
  }
}

/* Styling voor product buttons in lijstweergave */

/* .woocommerce ul.products li.product .button{
    @apply flex flex-1 items-center justify-center border border-transparent !bg-primary-600 px-8 py-3 text-base font-medium uppercase text-white hover:!bg-primary-700 rounded-md
} */

/* PDP body-achtergrond: content-single-product.php (inline style, zelfde idee als verhuur-blok) */

body.single-product .bijpassende-accessoires {
  background-color: #ebedde;
}

/* Galerij zichtbaar: WC zet inline opacity:0 tot single-product.js klaar is. */

body.single-product .woocommerce-product-gallery {
  opacity: 1 !important;
}

.woocommerce-product-gallery {
  width: 100% !important;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.woocommerce div.product div.images img {
  width: 100% !important;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

/*
 * PDP FlexSlider: viewport 479px totaal, thumbs 72×72; wit + pt-5rem op .flex-viewport
 * (niet op slides — voorkomt FlexSlider-conflict); slides zonder eigen padding/achtergrond.
 */

body.single-product div.product .woocommerce-product-gallery ol.flex-control-thumbs {
  max-width: 100%;
  flex-wrap: wrap;
}

body.single-product div.product .woocommerce-product-gallery ol.flex-control-thumbs li {
  width: 72px;
  height: 72px;
  max-width: 72px;
  max-height: 72px;
  flex: 0 0 72px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

body.single-product div.product .woocommerce-product-gallery ol.flex-control-thumbs li img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

/* Vaste beeldzone + wit kader met bovenpadding (design; op viewport i.p.v. slides) */

body.single-product .woocommerce-product-gallery.flexslider .flex-viewport {
  min-height: 479px;
  height: 479px !important;
  box-sizing: border-box;
  padding-top: 5rem;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  background-color: #ffffff;
}

body.single-product .woocommerce-product-gallery.flexslider .flex-viewport .woocommerce-product-gallery__image {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  float: none !important;
  padding: 0 !important;
  box-sizing: border-box !important;
  background: transparent !important;
  min-height: 100%;
  height: 100% !important;
  align-self: stretch;
}

body.single-product .woocommerce-product-gallery.flexslider .flex-viewport .woocommerce-product-gallery__image img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100% !important;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}

/* Eén afbeelding (geen FlexSlider): zelfde witte kaart + pt-5rem als FlexSlider-viewport */

body.single-product div.product .woocommerce-product-gallery:not(.flexslider) > .woocommerce-product-gallery__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 479px;
  height: 479px;
  box-sizing: border-box;
  padding-top: 5rem;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  background-color: #ffffff;
}

body.single-product div.product .woocommerce-product-gallery:not(.flexslider) .woocommerce-product-gallery__image {
  display: flex !important;
  align-items: center;
  justify-content: center;
  float: none;
}

body.single-product div.product .woocommerce-product-gallery:not(.flexslider) .woocommerce-product-gallery__image img {
  margin-left: auto;
  margin-right: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

/* FlexSlider-nav (ol.flex-control-thumbs) */

.flex-control-thumbs {
  margin-top: 1rem !important;
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  gap: 0.5rem !important;
}

.flex-control-thumbs li {
  margin-right: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

/* PDP: specificatietabel — vaste rijhoogte, geen extra witruimte onder de laatste rij */

body.single-product table.single-product-specs {
  border-collapse: collapse;
  border-spacing: 0;
}

body.single-product table.single-product-specs tbody tr {
  height: 34px;
  max-height: 34px;
}

body.single-product table.single-product-specs td {
  padding-top: 0;
  padding-bottom: 0;
  vertical-align: middle;
}

/* PDP: watermerk wit (invert); opacity blijft uit Admin Opties */

body.single-product .product-page-watermark {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}

.single-product-price .woocommerce-Price-amount, .single-product-price .woocommerce-Price-currencySymbol, .single-product-price .woocommerce div.product p.price, .single-product-price .woocommerce div.product span.price, .single-product-price .woocommerce-variation-price, .single-product-price .woocommerce ul.products li.product .price {
  font-family: Montserrat, ui-sans-serif, system-ui, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(171 51 0 / var(--tw-text-opacity, 1));
}

/* Product cards: bold price (amount + euro) except shopping cart */

body:not(.woocommerce-cart) .woocommerce ul.products li.product .woocommerce-Price-amount,
body:not(.woocommerce-cart) .woocommerce ul.products li.product .woocommerce-Price-currencySymbol,
body:not(.woocommerce-cart) .woocommerce ul.products li.product .woocommerce-Price-amount span,
body:not(.woocommerce-cart) .woocommerce ul.products li.product .woocommerce-Price-amount bdi,
body:not(.woocommerce-cart) .woocommerce ul.products li.product .woocommerce-Price-amount del {
  font-weight: 700 !important;
}

/* Accessoires overzicht block: product cards zijn custom markup (dus target binnen dit blok) */

.accessoires-overzicht .woocommerce-Price-amount,
.bijpassende-accessoires .woocommerce-Price-amount,
.producten-lijst .woocommerce-Price-amount,
.product-aanbiedingen-lijst .woocommerce-Price-amount,
.accessoires-overzicht .woocommerce-Price-currencySymbol,
.bijpassende-accessoires .woocommerce-Price-currencySymbol,
.producten-lijst .woocommerce-Price-currencySymbol,
.product-aanbiedingen-lijst .woocommerce-Price-currencySymbol,
.accessoires-overzicht .woocommerce-Price-amount span,
.bijpassende-accessoires .woocommerce-Price-amount span,
.producten-lijst .woocommerce-Price-amount span,
.product-aanbiedingen-lijst .woocommerce-Price-amount span,
.accessoires-overzicht .woocommerce-Price-amount bdi,
.bijpassende-accessoires .woocommerce-Price-amount bdi,
.producten-lijst .woocommerce-Price-amount bdi,
.product-aanbiedingen-lijst .woocommerce-Price-amount bdi,
.accessoires-overzicht .woocommerce-Price-amount del {
  font-weight: 700 !important;
  font-size: 16px;
}

/* Doorgestreepte (oude) prijs: normaal gewicht, zwart — sale-prijs blijft bold/oranje via .text-primary-500.font-bold of ins */

.product-aanbiedingen-lijst span.text-gray-900.line-through .woocommerce-Price-amount,
.product-aanbiedingen-lijst span.text-gray-900.line-through .woocommerce-Price-amount bdi,
.product-aanbiedingen-lijst span.text-gray-900.line-through .woocommerce-Price-currencySymbol,
.accessoires-overzicht span.text-gray-900.line-through .woocommerce-Price-amount,
.accessoires-overzicht span.text-gray-900.line-through .woocommerce-Price-amount bdi,
.accessoires-overzicht span.text-gray-900.line-through .woocommerce-Price-currencySymbol,
.bijpassende-accessoires span.text-gray-900.line-through .woocommerce-Price-amount,
.bijpassende-accessoires span.text-gray-900.line-through .woocommerce-Price-amount bdi,
.bijpassende-accessoires span.text-gray-900.line-through .woocommerce-Price-currencySymbol,
.producten-lijst del .woocommerce-Price-amount,
.producten-lijst del .woocommerce-Price-amount bdi,
.producten-lijst del .woocommerce-Price-currencySymbol {
  font-weight: 500 !important;
  font-size: 16px;
  color: rgb(17 24 39);
  /* gray-900 — geen @apply text-gray-900 i.c.m. selector .text-gray-900 */
}

/* WooCommerce standaard: oude prijs in <del> — wint van ul.products … .woocommerce-Price-amount { 900 } */

body:not(.woocommerce-cart) .woocommerce ul.products li.product del .woocommerce-Price-amount,
body:not(.woocommerce-cart) .woocommerce ul.products li.product del .woocommerce-Price-amount bdi,
body:not(.woocommerce-cart) .woocommerce ul.products li.product del .woocommerce-Price-currencySymbol,
body:not(.woocommerce-cart) .woocommerce div.product .price del .woocommerce-Price-amount,
body:not(.woocommerce-cart) .woocommerce div.product .price del .woocommerce-Price-amount bdi,
body:not(.woocommerce-cart) .woocommerce div.product .price del .woocommerce-Price-currencySymbol,
.accessoires-overzicht del .woocommerce-Price-amount,
.accessoires-overzicht del .woocommerce-Price-amount bdi,
.accessoires-overzicht del .woocommerce-Price-currencySymbol,
.bijpassende-accessoires del .woocommerce-Price-amount,
.bijpassende-accessoires del .woocommerce-Price-amount bdi,
.bijpassende-accessoires del .woocommerce-Price-currencySymbol,
body:not(.woocommerce-cart) .woocommerce del .woocommerce-Price-amount,
body:not(.woocommerce-cart) .woocommerce del .woocommerce-Price-amount bdi,
body:not(.woocommerce-cart) .woocommerce del .woocommerce-Price-currencySymbol {
  font-weight: 400 !important;
  color: rgb(17 24 39);
}

/* PDP: single-product.php verwijdert .woocommerce-wrapper — <del> matchen hier expliciet */

.single-product-price del .woocommerce-Price-amount,
.single-product-price del .woocommerce-Price-amount bdi,
.single-product-price del .woocommerce-Price-currencySymbol,
body.single-product div.product .price del .woocommerce-Price-amount,
body.single-product div.product .price del .woocommerce-Price-amount bdi,
body.single-product div.product .price del .woocommerce-Price-currencySymbol {
  font-weight: 400 !important;
  color: rgb(17 24 39);
}

/* Styling voor alle producttoevoegen knoppen - zowel voor variabel als eenvoudig */

.single_add_to_cart_button,
.woocommerce .single_add_to_cart_button,
.woocommerce .single-product .single_add_to_cart_button,
button.single_add_to_cart_button,
.single-product form.cart button[type="submit"] {
  min-height: 38px !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(171 51 0 / var(--tw-bg-opacity, 1)) !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  font-family: Montserrat, ui-sans-serif, system-ui, sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

.single_add_to_cart_button:hover,
.woocommerce .single_add_to_cart_button:hover,
.woocommerce .single-product .single_add_to_cart_button:hover,
button.single_add_to_cart_button:hover,
.single-product form.cart button[type="submit"]:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(151 46 0 / var(--tw-bg-opacity, 1)) !important;
}

.single_add_to_cart_button,
.woocommerce .single_add_to_cart_button,
.woocommerce .single-product .single_add_to_cart_button,
button.single_add_to_cart_button,
.single-product form.cart button[type="submit"] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(151 46 0 / var(--tw-bg-opacity, 1)) !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  font-family: Montserrat, ui-sans-serif, system-ui, sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

.single_add_to_cart_button:hover,
.woocommerce .single_add_to_cart_button:hover,
.woocommerce .single-product .single_add_to_cart_button:hover,
button.single_add_to_cart_button:hover,
.single-product form.cart button[type="submit"]:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(123 37 0 / var(--tw-bg-opacity, 1)) !important;
}

.single_add_to_cart_button,
.woocommerce .single_add_to_cart_button,
.woocommerce .single-product .single_add_to_cart_button,
button.single_add_to_cart_button,
.single-product form.cart button[type="submit"] {
  transition: transform 200ms ease, background-color 200ms ease, color 200ms ease !important;
}

.single_add_to_cart_button:hover,
.woocommerce .single_add_to_cart_button:hover,
.woocommerce .single-product .single_add_to_cart_button:hover,
button.single_add_to_cart_button:hover,
.single-product form.cart button[type="submit"]:hover {
  transform: scale(1.05);
}

/* Verbeterde styling voor de variatie tabel */

.variations {
  margin-bottom: 1.5rem !important;
  width: 100% !important;
  border-collapse: collapse !important;
}

.variations tr {
  border-bottom-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1)) !important;
}

.variations tr:last-child {
  border-bottom-width: 0px !important;
}

.variations th.label {
  width: 6rem !important;
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  text-align: left !important;
  vertical-align: middle !important;
}

.variations th.label label {
  margin-bottom: 0px !important;
  display: block !important;
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
  font-weight: 700 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(26 26 26 / var(--tw-text-opacity, 1)) !important;
}

.variations td.value {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  text-align: left !important;
  vertical-align: middle !important;
}

/* Styling voor variabel product dropdown */

.variations select {
  height: 2.5rem !important;
  width: 100% !important;
  min-width: 13rem !important;
  cursor: pointer !important;
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  border-radius: 0.25rem !important;
  border-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
  background-size: 16px !important;
  background-position: right 10px center !important;
  background-repeat: no-repeat !important;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
  --tw-text-opacity: 1 !important;
  color: rgb(26 26 26 / var(--tw-text-opacity, 1)) !important;
}

/* Styling voor de reset variaties link */

.reset_variations {
  margin-top: 0.5rem !important;
  display: inline-block !important;
  font-size: 0.75rem !important;
  line-height: 1rem !important;
  font-weight: 500 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(151 46 0 / var(--tw-text-opacity, 1)) !important;
}

/* Styling voor hoeveelheid input van variabele producten */

.woocommerce-variation-add-to-cart .quantity input,
.woocommerce form.cart .quantity input {
  height: 2.5rem !important;
  width: 3rem !important;
  border-style: none !important;
  text-align: center !important;
}

@media (min-width: 768px) {
  .woocommerce-variation-add-to-cart .quantity input,
.woocommerce form.cart .quantity input {
    width: 5rem !important;
  }
}

/* Stepper (− / getal / +): zelfde smalle middenkolom als winkelmand, niet plat trekken */

.woocommerce-variation-add-to-cart .quantity.rh-winkelmand-stepper input.rh-qty-val[type="number"],
.woocommerce form.cart .quantity.rh-winkelmand-stepper input.rh-qty-val[type="number"] {
  width: 2rem !important;
  min-width: 2rem !important;
  max-width: 2.75rem !important;
  height: auto !important;
  border-width: 0 !important;
  background-color: transparent !important;
  font-weight: 700 !important;
  font-size: 0.875rem !important;
  font-variant-numeric: tabular-nums !important;
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
  text-align: center !important;
}

/* Organisatie van variatie knoppen */

.woocommerce-variation-add-to-cart {
  margin-bottom: 2rem !important;
  display: flex !important;
  align-items: center !important;
}

.woocommerce-variation-add-to-cart > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

/* Verberg eerste label als het leeg is */

.variations tr:first-child .label:empty {
  display: none !important;
}

/* Styling voor variation description */

.woocommerce-variation-description {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}

/* Styling voor foutmeldingen en berichten */

.woocommerce-notices-wrapper {
  position: relative !important;
  z-index: 10 !important;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1280px !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

/* Alleen padding toevoegen als er een bericht in staat */

.woocommerce-notices-wrapper:not(:empty) {
  padding-top: 6rem !important;
}

@media (min-width: 768px) {
  .woocommerce-notices-wrapper:not(:empty) {
    padding-top: 7rem !important;
  }
}

/* Wanneer de wrapper leeg is, maak deze volledig onzichtbaar en neem geen ruimte in */

.woocommerce-notices-wrapper:empty {
  display: none !important;
}

/* Onze aangepaste cart notice heeft GEEN padding-top nodig, is al gepositioneerd */

.woocommerce-notices-wrapper.custom-cart-notice {
  padding-top: 0px !important;
}

/* Verberg dubbele notices wanneer onze custom notice getoond wordt */

.woocommerce-notices-wrapper.custom-cart-notice + .woocommerce-notices-wrapper {
  display: none !important;
}

.woocommerce-notices-wrapper .woocommerce-error {
  margin-bottom: 1rem;
  list-style-type: none;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(251 213 213 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(253 242 242 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(155 28 28 / var(--tw-text-opacity, 1));
}

.woocommerce-notices-wrapper .woocommerce-info {
  margin-bottom: 1rem;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(195 221 253 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(235 245 255 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(30 66 159 / var(--tw-text-opacity, 1));
}

.woocommerce-notices-wrapper .woocommerce-message {
  margin-bottom: 1rem;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(188 240 218 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(243 250 247 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(3 84 63 / var(--tw-text-opacity, 1));
}

/* Checkout radio buttons styling */

#shipping_method input[type="radio"],
.wc_payment_methods input[type="radio"] {
  height: 1rem;
  width: 1rem;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(151 46 0 / var(--tw-text-opacity, 1));
}

#shipping_method input[type="radio"]:focus,
.wc_payment_methods input[type="radio"]:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

/* Checkout verzendmethode opties */

#shipping_method li,
.wc_payment_methods li {
  display: flex;
  align-items: center;
  gap: 6rem;
  padding-bottom: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity, 1));
  font-size: 12px !important;
}

/* Alle tekst binnen verzend- en betaalmethode-lijsten: 12px */

.rh-winkelmand-unified #shipping_method li,
.rh-winkelmand-unified #shipping_method li *,
.rh-winkelmand-unified .wc_payment_methods li,
.rh-winkelmand-unified .wc_payment_methods li * {
  font-size: 12px !important;
}

/* Styling voor select-elementen en landkiezer */

.select2-container--default .select2-selection--single,
.woocommerce-checkout .select2-container .select2-selection--single {
  height: 38px;
  width: 100%;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity, 1));
}

.select2-container--default .select2-selection--single .select2-selection__rendered,
.woocommerce-checkout .select2-container .select2-selection--single .select2-selection__rendered {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity, 1));
}

.select2-container--default .select2-selection--single .select2-selection__arrow,
.woocommerce-checkout .select2-container .select2-selection--single .select2-selection__arrow {
  height: 100%;
}

/* Verwijder standaard styling van Select2 */

.select2-container--default .select2-selection--single {
  border-radius: 0;
}

/* Stijl de dropdown opties */

.select2-container--default .select2-results__option--highlighted[aria-selected], 
.select2-container--default .select2-results__option--highlighted[data-selected] {
  --tw-bg-opacity: 1;
  background-color: rgb(151 46 0 / var(--tw-bg-opacity, 1));
}

/* Stijl de dropdown container */

.select2-dropdown {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}

#shipping_method li label,
.wc_payment_methods li label {
  display: flex;
  flex-direction: row;
  gap: 0.75rem;
}

#shipping_method li .woocommerce-Price-amount,
.wc_payment_methods li .woocommerce-Price-amount {
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity, 1));
}

/* Verberg standaard radio button styling */

#shipping_method input[type="radio"]:checked,
.wc_payment_methods input[type="radio"]:checked {
  background-image: none;
}

/* Styling voor betaalmethode box */

.payment_box {
  margin-top: 0.75rem !important;
  border-radius: 0.375rem !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1)) !important;
  padding: 1rem !important;
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
  --tw-text-opacity: 1 !important;
  color: rgb(26 26 26 / var(--tw-text-opacity, 1)) !important;
  opacity: 1 !important;
  transition: none !important;
}

.payment_box:before {
  display: none;
}

/* Voorkom dat de achtergrond flikkert bij het wisselen van betalingsmethode */

.payment_method_selected .payment_box {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1)) !important;
  transition: none !important;
}

/* Styling voor verzendmethoden in het overzicht */

.woocommerce-checkout-review-order-table #shipping_method {
  margin: 0px;
  list-style-type: none;
  padding: 0px;
}

.woocommerce-checkout-review-order-table #shipping_method li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.25rem;
  text-align: right;
}

.woocommerce-checkout-review-order-table #shipping_method li label {
  margin-bottom: 0px;
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.product-aanbiedingen-lijst span.woocommerce-checkout-review-order-table #shipping_method li label.line-through .woocommerce-Price-amount,
.product-aanbiedingen-lijst span.woocommerce-checkout-review-order-table #shipping_method li label.line-through .woocommerce-Price-amount bdi,
.product-aanbiedingen-lijst span.woocommerce-checkout-review-order-table #shipping_method li label.line-through .woocommerce-Price-currencySymbol,
.accessoires-overzicht span.woocommerce-checkout-review-order-table #shipping_method li label.line-through .woocommerce-Price-amount,
.accessoires-overzicht span.woocommerce-checkout-review-order-table #shipping_method li label.line-through .woocommerce-Price-amount bdi,
.accessoires-overzicht span.woocommerce-checkout-review-order-table #shipping_method li label.line-through .woocommerce-Price-currencySymbol,
.bijpassende-accessoires span.woocommerce-checkout-review-order-table #shipping_method li label.line-through .woocommerce-Price-amount,
.bijpassende-accessoires span.woocommerce-checkout-review-order-table #shipping_method li label.line-through .woocommerce-Price-amount bdi,
.bijpassende-accessoires span.woocommerce-checkout-review-order-table #shipping_method li label.line-through .woocommerce-Price-currencySymbol {
  font-weight: 500;
  font-size: 16px;
  /* gray-900 — geen @apply text-gray-900 i.c.m. selector .text-gray-900 */
  /* gray-900 — geen @apply text-gray-900 i.c.m. selector .text-gray-900 */
  /* gray-900 — geen @apply text-gray-900 i.c.m. selector .text-gray-900 */
  /* gray-900 — geen @apply text-gray-900 i.c.m. selector .text-gray-900 */
  /* gray-900 — geen @apply text-gray-900 i.c.m. selector .text-gray-900 */
  /* gray-900 — geen @apply text-gray-900 i.c.m. selector .text-gray-900 */
  /* gray-900 — geen @apply text-gray-900 i.c.m. selector .text-gray-900 */
  /* gray-900 — geen @apply text-gray-900 i.c.m. selector .text-gray-900 */
  color: rgb(17 24 39);
  /* gray-900 — geen @apply text-gray-900 i.c.m. selector .text-gray-900 */
}

.woocommerce-checkout-review-order-table #shipping_method .amount {
  margin-left: 0.5rem;
  display: inline-block;
}

/* Zorg dat de lijsten met verzend- en betalingsmethoden niet verspringen */

#shipping_method,
.wc_payment_methods {
  min-height: 40px;
}

/* Voorkom dat radio buttons verschuiven */

#shipping_method input[type="radio"],
.wc_payment_methods input[type="radio"] {
  transition: none !important;
}

/* Voorkom dat er verschuivingen zijn in de checkout layout */

.woocommerce-checkout-payment,
.woocommerce-checkout-review-order-table {
  min-height: 100px;
}

.onsale {
  display: none;
}

/* Styling voor de aangepaste toegevoegd aan winkelwagen melding */

.cart-success-message {
  margin-top: 1.5rem !important;
}

/* In geval van cart-success-message, verberg alle standaard notices */

.cart-success-message + .woocommerce-notices-wrapper {
  display: none !important;
}

/* Verbeter de betaalmethode weergave */

.wc_payment_methods {
  margin: 0px;
  list-style-type: none;
  padding: 0px;
}

.wc_payment_methods li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.wc_payment_methods li:last-child {
  border-bottom-width: 0px;
}

.wc_payment_methods li label {
  flex: 1 1 0%;
  font-size: 12px;
  font-weight: 500;
}

.wc_payment_methods li input {
  margin-top: 0.25rem;
}

.wc_payment_methods li img {
  margin-left: 0.5rem;
  max-height: 1.5rem;
}

/* Algemene voorwaarden opties */

.woocommerce-terms-and-conditions-wrapper {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.woocommerce-privacy-policy-text {
  margin-bottom: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.woocommerce-terms-and-conditions-checkbox-text {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

/* Winkelmand-overzicht: primary-500 knoppen */

.rh-btn-rust,
.rh-btn-accent,
#place_order {
  margin-top: 0px;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(171 51 0 / var(--tw-bg-opacity, 1));
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.rh-btn-rust:hover,
.rh-btn-accent:hover,
#place_order:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(151 46 0 / var(--tw-bg-opacity, 1));
}

.rh-btn-rust,
.rh-btn-accent,
#place_order {
  transition: transform 200ms ease, background-color 200ms ease, color 200ms ease;
}

.rh-btn-rust:hover,
.rh-btn-accent:hover,
#place_order:hover {
  transform: scale(1.05);
}

.rh-btn-coupon,
.rh-winkelmand-coupon-apply {
  --tw-bg-opacity: 1;
  background-color: rgb(171 51 0 / var(--tw-bg-opacity, 1));
}

.rh-btn-coupon:hover,
.rh-winkelmand-coupon-apply:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(151 46 0 / var(--tw-bg-opacity, 1));
}

.rh-btn-coupon,
.rh-winkelmand-coupon-apply {
  border-radius: 0 !important;
  transition: transform 200ms ease, background-color 200ms ease, color 200ms ease;
}

.rh-btn-coupon:hover,
.rh-winkelmand-coupon-apply:hover {
  transform: scale(1.05);
}

.rh-winkelmand-coupon-input {
  border-radius: 0 !important;
}

.rh-winkelmand-coupon-notices {
  margin-top: 0.5rem;
  width: 100%;
}

.rh-winkelmand-coupon-notices:empty {
  display: none;
}

/* Kortingsregel + bestelknop: strakke hoeken (override globale rounded-md) */

.rh-winkelmand-overview-actions .rh-btn-rust,
.rh-winkelmand-overview-actions #place_order,
.rh-winkelmand-overview-actions .rh-btn-coupon {
  border-radius: 0 !important;
}

.rh-btn-rust.rh-place-order-bar,
#place_order.rh-place-order-bar {
  border-radius: 0 !important;
  min-height: 0px;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1.125rem;
  padding-right: 1.125rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.rh-winkelmand-stepper.rh-qty-pending {
  pointer-events: none;
  opacity: 0.6;
}

/* Samenvatting: bedragen niet vet (WooCommerce zet soms .amount / strong) */

.rh-checkout-review-totals .rh-checkout-amount-normal,
.rh-checkout-review-totals .rh-checkout-amount-normal .woocommerce-Price-amount,
.rh-checkout-review-totals .rh-checkout-amount-normal .amount {
  font-weight: 400 !important;
}

.rh-checkout-review-totals .rh-checkout-order-total-amount,
.rh-checkout-review-totals .rh-checkout-order-total-amount .woocommerce-Price-amount,
.rh-checkout-review-totals .rh-checkout-order-total-amount strong,
.rh-checkout-review-totals .rh-checkout-order-total-amount bdi {
  font-weight: 400 !important;
}

/* Producttabel: prijzen / €-bedragen niet vet */

.rh-winkelmand-lines .rh-winkelmand-line-price,
.rh-winkelmand-lines .rh-winkelmand-line-price .woocommerce-Price-amount,
.rh-winkelmand-lines .rh-winkelmand-line-price .amount,
.rh-winkelmand-lines .rh-winkelmand-line-price strong,
.rh-winkelmand-lines .rh-winkelmand-line-price bdi {
  font-weight: 400 !important;
}

.rh-winkelmand-unified .woocommerce-checkout .form-row input.input-text,
.rh-winkelmand-unified .woocommerce-checkout .form-row input[type="email"],
.rh-winkelmand-unified .woocommerce-checkout .form-row input[type="tel"],
.rh-winkelmand-unified .woocommerce-checkout .form-row input[type="text"],
.rh-winkelmand-unified .woocommerce-checkout .form-row select,
.rh-winkelmand-unified .woocommerce-checkout .form-row textarea {
  width: 100%;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 12px;
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity, 1));
}

/* Unified winkelmand: grid-kolommen 260px + 227px (PHP); labels gelijk aan kolombreedte; inputs vullen track */

.rh-winkelmand-unified .woocommerce-billing-fields__field-wrapper,
.rh-winkelmand-unified .woocommerce-shipping-fields__field-wrapper {
  min-width: 0;
}

.rh-winkelmand-unified .woocommerce-billing-fields__field-wrapper > .form-row,
.rh-winkelmand-unified .woocommerce-shipping-fields__field-wrapper > .form-row {
  min-width: 0;
}

.rh-winkelmand-unified .rh-checkout-field--w260.form-row > label,
.rh-winkelmand-unified p.rh-checkout-field--w260 > label {
  max-width: 260px;
  width: 100%;
  box-sizing: border-box;
}

.rh-winkelmand-unified .rh-checkout-field--w227.form-row > label,
.rh-winkelmand-unified p.rh-checkout-field--w227 > label {
  max-width: 227px;
  width: 100%;
  box-sizing: border-box;
}

.rh-winkelmand-unified .rh-checkout-field--w260 .woocommerce-input-wrapper,
.rh-winkelmand-unified .rh-checkout-field--w227 .woocommerce-input-wrapper {
  display: block;
  width: 100%;
  max-width: 100%;
}

/* Factuur + afleveradres: vaste 34px hoogte (override globale py-2.5 op .form-row) */

.rh-winkelmand-unified .woocommerce-billing-fields__field-wrapper .form-row input.input-text,
.rh-winkelmand-unified .woocommerce-billing-fields__field-wrapper .form-row input[type="email"],
.rh-winkelmand-unified .woocommerce-billing-fields__field-wrapper .form-row input[type="tel"],
.rh-winkelmand-unified .woocommerce-billing-fields__field-wrapper .form-row input[type="text"],
.rh-winkelmand-unified .woocommerce-billing-fields__field-wrapper .form-row select,
.rh-winkelmand-unified .woocommerce-shipping-fields__field-wrapper .form-row input.input-text,
.rh-winkelmand-unified .woocommerce-shipping-fields__field-wrapper .form-row input[type="email"],
.rh-winkelmand-unified .woocommerce-shipping-fields__field-wrapper .form-row input[type="tel"],
.rh-winkelmand-unified .woocommerce-shipping-fields__field-wrapper .form-row input[type="text"],
.rh-winkelmand-unified .woocommerce-shipping-fields__field-wrapper .form-row select {
  height: 34px !important;
  min-height: 34px !important;
  max-height: 34px !important;
  box-sizing: border-box !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
  line-height: 32px !important;
}

.rh-winkelmand-unified .rh-checkout-field--w260 input.input-text,
.rh-winkelmand-unified .rh-checkout-field--w260 input[type="email"],
.rh-winkelmand-unified .rh-checkout-field--w260 input[type="tel"],
.rh-winkelmand-unified .rh-checkout-field--w260 input[type="text"],
.rh-winkelmand-unified .rh-checkout-field--w260 select,
.rh-winkelmand-unified .rh-checkout-field--w260 textarea {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}

.rh-winkelmand-unified .rh-checkout-field--w227 input.input-text,
.rh-winkelmand-unified .rh-checkout-field--w227 input[type="email"],
.rh-winkelmand-unified .rh-checkout-field--w227 input[type="tel"],
.rh-winkelmand-unified .rh-checkout-field--w227 input[type="text"],
.rh-winkelmand-unified .rh-checkout-field--w227 select,
.rh-winkelmand-unified .rh-checkout-field--w227 textarea {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}

/* Unified winkelmand: betaalmethode-kaart max 91px — override globale min-height op #payment */

.rh-winkelmand-unified .rh-unified-payment-card .woocommerce-checkout-payment {
  min-height: 0 !important;
  flex: 1 1 auto;
  min-width: 0;
}

.rh-winkelmand-unified .rh-unified-payment-card .wc_payment_methods li {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.rh-winkelmand-unified .rh-unified-payment-card .wc_payment_methods li label {
  align-items: center;
}

/* Browser-autofill kleuroverride: voorkomt dat Chrome/Edge eigen kleuren toepast */

.rh-winkelmand-unified input:-webkit-autofill,
.rh-winkelmand-unified input:-webkit-autofill:hover,
.rh-winkelmand-unified input:-webkit-autofill:focus,
.rh-winkelmand-unified input:-webkit-autofill:active {
  -webkit-text-fill-color: #1A1A1A !important;
  box-shadow: 0 0 0 40px white inset !important;
  caret-color: #1A1A1A;
}

/* "Mijn factuur- en afleveradres zijn hetzelfde" — volledig custom checkbox */

.rh-same-address-checkbox {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
       appearance: none !important;
  width: 13px !important;
  height: 13px !important;
  min-width: 9px !important;
  min-height: 9px !important;
  background-color: #AB3300 !important;
  border: 2px solid #ffffff !important;
  outline: none !important;
  box-shadow: none !important;
  cursor: pointer !important;
  display: inline-block !important;
  flex-shrink: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  border-radius: 0 !important;
  align-items: center;
  justify-content: center;
}

.rh-same-address-checkbox:hover,
.rh-same-address-checkbox:focus,
.rh-same-address-checkbox:active,
.rh-same-address-checkbox:focus-visible {
  outline: none !important;
  box-shadow: none !important;
  border: 2px solid #ffffff !important;
  background-color: #AB3300 !important;
}

.rh-same-address-checkbox:checked {
  background-color: #AB3300 !important;
  border: 2px solid #ffffff !important;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 9 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 4.5l2 2 4-4' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 7px 7px !important;
}

.rh-same-address-checkbox:not(:checked) {
  background-image: none !important;
}

/* Overzichtblok: alles 12px, euroteken niet vet, prijzen niet vet */

.rh-winkelmand-overview-card *:not(.rh-winkelmand-qty-wrap *) {
  font-size: 12px !important;
}

/* Totalen-wrapper: geen extra ruimte boven */

#order_review,
.woocommerce-checkout-review-order {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* Prijzen / €-tekens overal op de winkelmand-pagina niet vet */

.rh-winkelmand-unified .woocommerce-Price-currencySymbol,
.rh-winkelmand-overview-card .woocommerce-Price-currencySymbol {
  font-weight: 100 !important;
}

.rh-winkelmand-overview-card .woocommerce-Price-amount,
.rh-winkelmand-overview-card .woocommerce-Price-amount bdi,
.rh-winkelmand-overview-card .woocommerce-Price-currencySymbol,
.rh-winkelmand-overview-card .woocommerce-Price-amount * {
  font-weight: normal !important;
  font-size: 12px !important;
}

/* Productafbeeldingen volledig zichtbaar in het overzichtblok */

.rh-winkelmand-overview-card .rh-winkelmand-lines td img {
  max-width: 100% !important;
  max-height: 100% !important;
  width: auto !important;
  height: auto !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
  display: block !important;
  margin: auto !important;
}

/* Betaalmethode visuele checkbox-span (volgt geselecteerde radio via JS) */

.rh-payment-visual-check {
  display: inline-block !important;
  width: 13px !important;
  height: 13px !important;
  min-width: 13px !important;
  background-color: #AB3300 !important;
  border: 2px solid #ffffff !important;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  background-image: none !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 7px 7px !important;
}

/* Geselecteerde betaalmethode toont vinkje */

.wc_payment_method input[type="radio"]:checked ~ label .rh-payment-visual-check,
label:has(input[type="radio"]:checked) .rh-payment-visual-check,
.wc_payment_method.active .rh-payment-visual-check {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 9 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 4.5l2 2 4-4' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
}

/* Visuele span-checkbox voor verzendmethode (altijd "aangevinkt" getoond) */

span.rh-same-address-checkbox.rh-shipping-visual {
  display: inline-block !important;
  cursor: default !important;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 9 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 4.5l2 2 4-4' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 7px 7px !important;
}

/* Geen borders op factuur- en afleveradresvelden */

.woocommerce-billing-fields__field-wrapper .form-row input,
.woocommerce-billing-fields__field-wrapper .form-row select,
.woocommerce-shipping-fields__field-wrapper .form-row input,
.woocommerce-shipping-fields__field-wrapper .form-row select {
  border: none !important;
  border-width: 0 !important;
  outline: none !important;
  box-shadow: none !important;
}

.woocommerce-billing-fields__field-wrapper .form-row input:focus,
.woocommerce-billing-fields__field-wrapper .form-row select:focus,
.woocommerce-shipping-fields__field-wrapper .form-row input:focus,
.woocommerce-shipping-fields__field-wrapper .form-row select:focus {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  ring: 0 !important;
}

/* Verberg verplicht-sterretje (*) en "(optioneel)" tekst bij veldlabels */

.rh-winkelmand-unified .form-row label abbr,
.rh-winkelmand-unified .form-row label abbr.required,
.woocommerce-billing-fields__field-wrapper abbr.required,
.woocommerce-shipping-fields__field-wrapper abbr.required {
  display: none !important;
}

.rh-winkelmand-unified .form-row label .optional,
.woocommerce-billing-fields__field-wrapper .optional,
.woocommerce-shipping-fields__field-wrapper .optional {
  display: none !important;
}

/* Winkelmand: productafbeeldingen in raster, quantity-stepper zonder spinners */

.rh-winkelmand-lines td:first-child img {
  height: auto;
  max-height: 72px;
  width: auto;
  max-width: 72px;
  -o-object-fit: contain;
     object-fit: contain;
}

.rh-winkelmand-stepper input.rh-qty-val[type="number"] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
          appearance: textfield;
}

.rh-winkelmand-stepper input.rh-qty-val[type="number"]::-webkit-outer-spin-button,
.rh-winkelmand-stepper input.rh-qty-val[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

/* Extra ruimte onder de betalingsmethode sectie */

.woocommerce-checkout-payment {
  padding-bottom: 1rem;
}

/* Verzendopties beter uitlijnen */

#shipping_method {
  width: 100%;
}

#shipping_method li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 0.5rem;
  padding-top: 0.3rem;
}

#shipping_method li:last-child {
  border-bottom-width: 0px;
}

/* Winkelwagen producttabel: card-layout op mobiel (< md) */

@media (max-width: 767px) {
  .rh-winkelmand-lines {
    min-width: 0 !important;
  }

  .rh-winkelmand-lines thead {
    display: none;
  }

  .rh-winkelmand-lines,
    .rh-winkelmand-lines tbody {
    display: block;
  }

  .rh-winkelmand-lines tr {
    display: grid;
    grid-template-columns: 50px 1fr auto;
    gap: 0.25rem 0.75rem;
    padding: 0.75rem 0;
    align-items: start;
  }

  .rh-winkelmand-lines td {
    display: block;
    padding: 0 !important;
    width: auto !important;
    text-align: left !important;
  }

  /* Afbeelding: links, over beide rijen */

  .rh-winkelmand-lines td:nth-child(1) {
    grid-row: 1 / 3;
    grid-column: 1;
  }

  /* Productnaam: bovenste rij, volle breedte */

  .rh-winkelmand-lines td:nth-child(2) {
    grid-row: 1;
    grid-column: 2 / 4;
  }

  .rh-winkelmand-lines td:nth-child(2) .truncate {
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
    max-width: none;
  }

  /* Model: verborgen op mobiel */

  .rh-winkelmand-lines td:nth-child(3) {
    display: none;
  }

  /* Hoeveelheid: onderste rij links */

  .rh-winkelmand-lines td:nth-child(4) {
    grid-row: 2;
    grid-column: 2;
    align-self: center;
  }

  /* Prijs/stuk: verborgen op mobiel */

  .rh-winkelmand-lines td:nth-child(5) {
    display: none;
  }

  /* Totaal: onderste rij rechts */

  .rh-winkelmand-lines td:nth-child(6) {
    grid-row: 2;
    grid-column: 3;
    align-self: center;
    text-align: right !important;
    font-weight: 600;
  }
}

.woocommerce-product-gallery__trigger {
  display: none !important;
}

/* ------------------------------------ */

/* WooCommerce My Account Styling       */

/* ------------------------------------ */

/* Main my account container styling */

.woocommerce-account .woocommerce {
  margin-left: auto;
  margin-right: auto;
  display: grid;
  max-width: 1280px;
  gap: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 768px) {
  .woocommerce-account .woocommerce {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

/* Navigation styling */

@media (min-width: 768px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    grid-column: span 1 / span 1;
  }
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  margin: 0px;
  list-style-type: none;
  overflow: hidden;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  padding: 0px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li:last-child {
  border-bottom-width: 0px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  display: block;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: Montserrat, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
  border-left-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(151 46 0 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(253 237 232 / var(--tw-bg-opacity, 1));
  padding-left: 0.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(123 37 0 / var(--tw-text-opacity, 1));
}

/* Content styling */

.woocommerce-account .woocommerce-MyAccount-content {
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1.5rem;
}

@media (min-width: 768px) {
  .woocommerce-account .woocommerce-MyAccount-content {
    grid-column: span 3 / span 3;
  }
}

.woocommerce-account .woocommerce-MyAccount-content h2,
.woocommerce-account .woocommerce-MyAccount-content h3 {
  margin-bottom: 1rem;
  font-family: Kalnia, ui-serif, serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity, 1));
}

/* Dashboard styling */

.woocommerce-account .woocommerce-MyAccount-content p {
  margin-bottom: 1rem;
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity, 1));
}

.woocommerce-account .woocommerce-MyAccount-content a {
  --tw-text-opacity: 1;
  color: rgb(151 46 0 / var(--tw-text-opacity, 1));
}

.woocommerce-account .woocommerce-MyAccount-content a:hover {
  --tw-text-opacity: 1;
  color: rgb(123 37 0 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}

/* Orders table styling */

.woocommerce-account .woocommerce-orders-table,
.woocommerce-account .woocommerce-table--order-details {
  margin-bottom: 1.5rem;
  width: 100%;
  border-collapse: collapse;
}

.woocommerce-account .woocommerce-orders-table th,
.woocommerce-account .woocommerce-table--order-details th {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
}

.woocommerce-account .woocommerce-orders-table td,
.woocommerce-account .woocommerce-table--order-details td {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.woocommerce-account .woocommerce-orders-table__row:last-child td,
.woocommerce-account .woocommerce-table--order-details tr:last-child td {
  border-bottom-width: 0px;
}

/* View order page styling */

.woocommerce-account .woocommerce-order-details,
.woocommerce-account .woocommerce-customer-details {
  margin-bottom: 2rem;
}

.woocommerce-account .woocommerce-order-details h2,
.woocommerce-account .woocommerce-customer-details h2 {
  margin-bottom: 1rem;
  font-family: Kalnia, ui-serif, serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
}

/* Address styling */

.woocommerce-account .woocommerce-Addresses {
  margin-top: 1.5rem;
  display: grid;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .woocommerce-account .woocommerce-Addresses {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.woocommerce-account .woocommerce-Address {
  position: relative;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  padding: 1rem;
}

.woocommerce-account .woocommerce-Address-title {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.woocommerce-account .woocommerce-Address-title h3 {
  margin: 0px;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}

.woocommerce-account .woocommerce-Address-title a {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(151 46 0 / var(--tw-text-opacity, 1));
}

.woocommerce-account .woocommerce-Address-title a:hover {
  --tw-text-opacity: 1;
  color: rgb(123 37 0 / var(--tw-text-opacity, 1));
}

/* Form styling */

.woocommerce-account form .form-row {
  margin-bottom: 1rem;
}

.woocommerce-account form .form-row label {
  margin-bottom: 0.25rem;
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity, 1));
}

.woocommerce-account form .form-row input.input-text,
.woocommerce-account form .form-row textarea {
  width: 100%;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity, 1));
}

.woocommerce-account form .form-row input.input-text:focus,
.woocommerce-account form .form-row textarea:focus {
  --tw-border-opacity: 1;
  border-color: rgb(151 46 0 / var(--tw-border-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(244 177 160 / var(--tw-ring-opacity, 1));
}

/* Button styling */

.woocommerce-account .woocommerce-Button,
.woocommerce-account button.button {
  display: inline-block;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(151 46 0 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-family: Montserrat, ui-sans-serif, system-ui, sans-serif;
  font-size: 14px;
  font-weight: 700;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
  text-decoration-line: none;
}

.woocommerce-account .woocommerce-Button:hover,
.woocommerce-account button.button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(123 37 0 / var(--tw-bg-opacity, 1));
}

.woocommerce-account .woocommerce-Button,
.woocommerce-account button.button {
  transition: transform 200ms ease, background-color 200ms ease, color 200ms ease;
}

.woocommerce-account .woocommerce-Button:hover,
.woocommerce-account button.button:hover {
  transform: scale(1.05);
}

/* Downloads styling */

.woocommerce-account .woocommerce-MyAccount-downloads-file {
  display: inline-block;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(151 46 0 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-family: Montserrat, ui-sans-serif, system-ui, sans-serif;
  font-size: 14px;
  font-weight: 700;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
  text-decoration-line: none;
}

.woocommerce-account .woocommerce-MyAccount-downloads-file:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(123 37 0 / var(--tw-bg-opacity, 1));
}

.woocommerce-account .woocommerce-MyAccount-downloads-file {
  transition: transform 200ms ease, background-color 200ms ease, color 200ms ease;
}

.woocommerce-account .woocommerce-MyAccount-downloads-file:hover {
  transform: scale(1.05);
}

/* Payment methods styling */

.woocommerce-account .woocommerce-PaymentMethod,
.woocommerce-account .woocommerce-PaymentMethods {
  margin-bottom: 1rem;
}

.woocommerce-account .woocommerce-PaymentMethod label,
.woocommerce-account .woocommerce-PaymentMethods label {
  margin-left: 0.5rem;
}

/* For responsive tables on mobile */

@media (max-width: 767px) {
  .woocommerce-account .woocommerce {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .woocommerce-account .woocommerce-MyAccount-navigation,
    .woocommerce-account .woocommerce-MyAccount-content {
    grid-column: span 1 / span 1;
  }

  .woocommerce-account .woocommerce-orders-table,
    .woocommerce-account .woocommerce-table--order-details {
    table-layout: auto;
  }

  .woocommerce-account .woocommerce-orders-table thead,
    .woocommerce-account .woocommerce-table--order-details thead {
    display: none;
  }

  .woocommerce-account .woocommerce-orders-table tbody tr,
    .woocommerce-account .woocommerce-table--order-details tbody tr {
    margin-bottom: 1rem;
    display: block;
    border-radius: 0.375rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
    padding: 0.75rem;
  }

  .woocommerce-account .woocommerce-orders-table tbody td,
    .woocommerce-account .woocommerce-table--order-details tbody td {
    position: relative;
    display: block;
    border-bottom-width: 0px;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 30%;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .woocommerce-account .woocommerce-orders-table tbody td::before,
    .woocommerce-account .woocommerce-table--order-details tbody td::before {
    position: absolute;
    left: 0px;
    top: 0.5rem;
    width: 25%;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 700;
    content: attr(data-title);
  }

  .woocommerce-account .woocommerce-Addresses {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

/* Pagination in my account */

.woocommerce-account .woocommerce-pagination {
  margin-top: 1.5rem;
}

.woocommerce-account .woocommerce-pagination .woocommerce-button {
  margin-right: 0.5rem;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity, 1));
}

.woocommerce-account .woocommerce-pagination .woocommerce-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

/* Login form styling */

.woocommerce-account .woocommerce-form-login,
.woocommerce-account .woocommerce-form-register {
  margin-left: auto;
  margin-right: auto;
  max-width: 28rem;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1.5rem;
}

.woocommerce-account .woocommerce-form-login p,
.woocommerce-account .woocommerce-form-register p {
  margin-bottom: 1rem;
}

.woocommerce-account .woocommerce-form-login label,
.woocommerce-account .woocommerce-form-register label {
  margin-bottom: 0.25rem;
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity, 1));
}

.woocommerce-account .woocommerce-form-login input.input-text,
.woocommerce-account .woocommerce-form-register input.input-text {
  width: 100%;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity, 1));
}

.woocommerce-account .woocommerce-form-login__rememberme {
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
}

.woocommerce-account .woocommerce-form-login__submit,
.woocommerce-account .woocommerce-form-register__submit {
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(151 46 0 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-family: Montserrat, ui-sans-serif, system-ui, sans-serif;
  font-size: 14px;
  font-weight: 700;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

.woocommerce-account .woocommerce-form-login__submit:hover,
.woocommerce-account .woocommerce-form-register__submit:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(123 37 0 / var(--tw-bg-opacity, 1));
}

.woocommerce-account .woocommerce-form-login__submit,
.woocommerce-account .woocommerce-form-register__submit {
  transition: transform 200ms ease, background-color 200ms ease, color 200ms ease;
}

.woocommerce-account .woocommerce-form-login__submit:hover,
.woocommerce-account .woocommerce-form-register__submit:hover {
  transform: scale(1.05);
}

.woocommerce-account .lost_password a {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(151 46 0 / var(--tw-text-opacity, 1));
}

.woocommerce-account .lost_password a:hover {
  --tw-text-opacity: 1;
  color: rgb(123 37 0 / var(--tw-text-opacity, 1));
}

/* =====================================================
   Categorie-pagina: Filter Sidebar
   ===================================================== */

/* Verberg de native details-marker (pijl) */

.rh-filter-block > summary {
  list-style: none;
}

.rh-filter-block > summary::-webkit-details-marker {
  display: none;
}

/* Accordion header */

.rh-filter-summary {
  display: flex;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: center;
  justify-content: space-between;
  background-color: rgb(172 198 196 / 0.3);
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 12px;
  letter-spacing: 0.025em;
}

/* Draai pijl om als open */

details[open] .rh-filter-chevron {
  transform: rotate(180deg);
}

.rh-filter-chevron {
  transition: transform 0.2s ease;
}

/* Accordion inhoud */

.rh-filter-body {
  background-color: rgb(172 198 196 / 0.4);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

/* Optie-link in subcategorie / layered nav */

.rh-filter-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity, 1));
}

.rh-filter-option:hover {
  --tw-text-opacity: 1;
  color: rgb(151 46 0 / var(--tw-text-opacity, 1));
}

.rh-filter-option--active {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(151 46 0 / var(--tw-text-opacity, 1));
}

.rh-filter-count {
  flex-shrink: 0;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

/* WooCommerce layered nav — aanpassen voor sidebar */

.rh-filter-sidebar .widget_layered_nav ul {
  margin: 0px;
  list-style-type: none;
}

.rh-filter-sidebar .widget_layered_nav ul > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}

.rh-filter-sidebar .widget_layered_nav ul {
  padding: 0px;
}

.rh-filter-sidebar .widget_layered_nav ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0 !important;
}

.rh-filter-sidebar .widget_layered_nav ul li a,
.rh-filter-sidebar .widget_layered_nav ul li span {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity, 1));
}

.rh-filter-sidebar .widget_layered_nav ul li a:hover,
.rh-filter-sidebar .widget_layered_nav ul li span:hover {
  --tw-text-opacity: 1;
  color: rgb(151 46 0 / var(--tw-text-opacity, 1));
}

.rh-filter-sidebar .widget_layered_nav ul li a,
.rh-filter-sidebar .widget_layered_nav ul li span {
  font-size: 0.8125rem !important;
}

.rh-filter-sidebar .widget_layered_nav ul li.chosen a {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(151 46 0 / var(--tw-text-opacity, 1));
}

.rh-filter-sidebar .widget_layered_nav ul li .count {
  margin-left: auto;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

/* Prijs-filter slider */

.rh-price-filter-wrap .price_slider_wrapper {
  padding-top: 0.5rem;
}

.rh-price-filter-wrap .price_slider {
  margin-bottom: 1rem;
}

.rh-price-filter-wrap .ui-slider .ui-slider-range {
  background-color: #AB3300 !important;
}

.rh-price-filter-wrap .ui-slider .ui-slider-handle {
  background-color: #AB3300 !important;
  border-color: #AB3300 !important;
  border-radius: 0 !important;
}

.rh-price-filter-wrap .price_slider_amount {
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.rh-price-filter-wrap .price_slider_amount .button {
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(151 46 0 / var(--tw-bg-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.rh-price-filter-wrap .price_slider_amount .button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(123 37 0 / var(--tw-bg-opacity, 1));
}

.rh-price-filter-wrap .price_slider_amount .button {
  transition: transform 200ms ease, background-color 200ms ease;
}

.rh-price-filter-wrap .price_slider_amount .button:hover {
  transform: scale(1.05);
}

.rh-price-filter-wrap .price_slider_amount .price_label {
  flex: 1 1 0%;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

/* Resultaat telling */

.woocommerce-result-count {
  margin: 0px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

/* Sortering dropdown */

.rh-catalog-ordering .orderby,
.woocommerce-ordering select {
  cursor: pointer;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.rh-catalog-ordering .orderby:focus,
.woocommerce-ordering select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(171 51 0 / var(--tw-ring-opacity, 1));
}

.woocommerce-ordering {
  margin: 0px;
}

/* Product loop grid op categoriepagina */

.rh-filter-sidebar ~ div .products.columns-4,
.lg\:w-3\/4 .products.columns-4 {
  display: grid !important;
  grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  gap: 1.5rem !important;
}

@media (min-width: 640px) {
  .rh-filter-sidebar ~ div .products.columns-4,
.lg\:w-3\/4 .products.columns-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (min-width: 1024px) {
  .rh-filter-sidebar ~ div .products.columns-4,
.lg\:w-3\/4 .products.columns-4 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (min-width: 1280px) {
  .rh-filter-sidebar ~ div .products.columns-4,
.lg\:w-3\/4 .products.columns-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}

.rh-filter-sidebar ~ div .products.columns-4,
.lg\:w-3\/4 .products.columns-4 {
  display: grid !important;
}

.rh-filter-sidebar ~ div .products,
.lg\:w-3\/4 .products {
  display: grid !important;
  grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  gap: 1.5rem !important;
}

@media (min-width: 640px) {
  .rh-filter-sidebar ~ div .products,
.lg\:w-3\/4 .products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (min-width: 1024px) {
  .rh-filter-sidebar ~ div .products,
.lg\:w-3\/4 .products {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

.rh-filter-sidebar ~ div .products,
.lg\:w-3\/4 .products {
  display: grid !important;
}

/* Paginering */

.woocommerce-pagination .page-numbers {
  margin: 0px;
  display: flex;
  list-style-type: none;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.25rem;
  padding: 0px;
}

.woocommerce-pagination .page-numbers li .page-numbers {
  display: inline-flex;
  height: 2.25rem;
  width: 2.25rem;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  background-color: #AB3300 !important;
  color: #ffffff !important;
  border: none !important;
}

.woocommerce-pagination .page-numbers li .page-numbers:hover {
  background-color: #ffffff !important;
  color: #32100E !important;
  border: none !important;
}

.woocommerce-pagination .page-numbers li .page-numbers.current {
  background-color: #ffffff !important;
  color: #32100E !important;
  border: none !important;
  font-weight: 700;
}

/*
 * PDP niet-op-voorraad: 12px alleen reserveruitleg + levering/showroom.
 * Productbeschrijving (kort/lang) blijft 14px (globale p / text-[14px]).
 */

body.single-product .single-product-content .pdp-oos-summary .reserve-explain-text p {
  font-size: 12px;
  line-height: 1.5rem;
}

/* Geen .font-bold in selector: Tailwind expandApply conflict */

body.single-product .single-product-content .pdp-oos-summary .pdp-oos-delivery span.whitespace-pre-line {
  font-size: 12px;
  line-height: 1.5rem;
}

.gform_required_legend {
  display: none;
}

/* Basis wrapper styling */

.gform_wrapper.gravity-theme {
  margin: 0px;
}

/* Grid en spacing */

.gform_wrapper.gravity-theme .gform_fields {
  gap: 0px;
}

.gform_wrapper.gravity-theme .gfield {
  margin: 0px;
}

/* Input styling */

.gform_wrapper.gravity-theme .gfield input {
  width: 100%;
  border-radius: 0px;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity, 1));
}

/* Placeholder styling */

.gform_wrapper.gravity-theme .gfield input::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity, 1));
  opacity: 1;
}

.gform_wrapper.gravity-theme .gfield input::placeholder {
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity, 1));
  opacity: 1;
}

.gform_wrapper.gravity-theme input[type=email] {
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}

/* Submit button container */

.gform_wrapper.gravity-theme .gform_footer {
  margin-top: 0.5rem;
  padding: 0px;
}

@media (min-width: 768px) {
  .gform_wrapper.gravity-theme .gform_footer {
    margin: 0px;
  }
}

/* Submit button */

.gform_wrapper.gravity-theme .gform_footer input[type="submit"] {
  margin: 0px;
  width: 100%;
  cursor: pointer;
  border-radius: 0px;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(151 46 0 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-family: Montserrat, ui-sans-serif, system-ui, sans-serif;
  font-size: 14px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.gform_wrapper.gravity-theme .gform_footer input[type="submit"]:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgb(123 37 0 / var(--tw-bg-opacity, 1));
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(63 131 248 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(63 131 248 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
 */

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #E5E7EB;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: Montserrat, ui-sans-serif, system-ui, sans-serif;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

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

/*
Remove the default font size and weight for headings.
*/

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

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

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

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

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

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

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

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

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

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9CA3AF;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9CA3AF;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

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

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

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

/* Make elements with the HTML hidden attribute stay hidden by default */

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

.tooltip-arrow,.tooltip-arrow:before {
  position: absolute;
  width: 8px;
  height: 8px;
  background: inherit;
}

.tooltip-arrow {
  visibility: hidden;
}

.tooltip-arrow:before {
  content: "";
  visibility: visible;
  transform: rotate(45deg);
}

[data-tooltip-style^='light'] + .tooltip > .tooltip-arrow:before {
  border-style: solid;
  border-color: #e5e7eb;
}

[data-tooltip-style^='light'] + .tooltip[data-popper-placement^='top'] > .tooltip-arrow:before {
  border-bottom-width: 1px;
  border-right-width: 1px;
}

[data-tooltip-style^='light'] + .tooltip[data-popper-placement^='right'] > .tooltip-arrow:before {
  border-bottom-width: 1px;
  border-left-width: 1px;
}

[data-tooltip-style^='light'] + .tooltip[data-popper-placement^='bottom'] > .tooltip-arrow:before {
  border-top-width: 1px;
  border-left-width: 1px;
}

[data-tooltip-style^='light'] + .tooltip[data-popper-placement^='left'] > .tooltip-arrow:before {
  border-top-width: 1px;
  border-right-width: 1px;
}

.tooltip[data-popper-placement^='top'] > .tooltip-arrow {
  bottom: -4px;
}

.tooltip[data-popper-placement^='bottom'] > .tooltip-arrow {
  top: -4px;
}

.tooltip[data-popper-placement^='left'] > .tooltip-arrow {
  right: -4px;
}

.tooltip[data-popper-placement^='right'] > .tooltip-arrow {
  left: -4px;
}

.tooltip.invisible > .tooltip-arrow:before {
  visibility: hidden;
}

[data-popper-arrow],[data-popper-arrow]:before {
  position: absolute;
  width: 8px;
  height: 8px;
  background: inherit;
}

[data-popper-arrow] {
  visibility: hidden;
}

[data-popper-arrow]:before {
  content: "";
  visibility: visible;
  transform: rotate(45deg);
}

[data-popper-arrow]:after {
  content: "";
  visibility: visible;
  transform: rotate(45deg);
  position: absolute;
  width: 9px;
  height: 9px;
  background: inherit;
}

[role="tooltip"] > [data-popper-arrow]:before {
  border-style: solid;
  border-color: #e5e7eb;
}

.dark [role="tooltip"] > [data-popper-arrow]:before {
  border-style: solid;
  border-color: #4b5563;
}

[role="tooltip"] > [data-popper-arrow]:after {
  border-style: solid;
  border-color: #e5e7eb;
}

.dark [role="tooltip"] > [data-popper-arrow]:after {
  border-style: solid;
  border-color: #4b5563;
}

[data-popover][role="tooltip"][data-popper-placement^='top'] > [data-popper-arrow]:before {
  border-bottom-width: 1px;
  border-right-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='top'] > [data-popper-arrow]:after {
  border-bottom-width: 1px;
  border-right-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='right'] > [data-popper-arrow]:before {
  border-bottom-width: 1px;
  border-left-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='right'] > [data-popper-arrow]:after {
  border-bottom-width: 1px;
  border-left-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='bottom'] > [data-popper-arrow]:before {
  border-top-width: 1px;
  border-left-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='bottom'] > [data-popper-arrow]:after {
  border-top-width: 1px;
  border-left-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='left'] > [data-popper-arrow]:before {
  border-top-width: 1px;
  border-right-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='left'] > [data-popper-arrow]:after {
  border-top-width: 1px;
  border-right-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='top'] > [data-popper-arrow] {
  bottom: -5px;
}

[data-popover][role="tooltip"][data-popper-placement^='bottom'] > [data-popper-arrow] {
  top: -5px;
}

[data-popover][role="tooltip"][data-popper-placement^='left'] > [data-popper-arrow] {
  right: -5px;
}

[data-popover][role="tooltip"][data-popper-placement^='right'] > [data-popper-arrow] {
  left: -5px;
}

[role="tooltip"].invisible > [data-popper-arrow]:before {
  visibility: hidden;
}

[role="tooltip"].invisible > [data-popper-arrow]:after {
  visibility: hidden;
}

[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6B7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #1C64F2;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #1C64F2;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #6B7280;
  opacity: 1;
}

input::placeholder,textarea::placeholder {
  color: #6B7280;
  opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

input[type="time"]::-webkit-calendar-picker-indicator {
  background: none;
}

select:not([size]) {
  background-image: url("data:image/svg+xml,%3csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 10 6'%3e %3cpath stroke='%236B7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m1 1 4 4 4-4'/%3e %3c/svg%3e");
  background-position: right 0.75rem center;
  background-repeat: no-repeat;
  background-size: 0.75em 0.75em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

:is([dir=rtl]) select:not([size]) {
  background-position: left 0.75rem center;
  padding-right: 0.75rem;
  padding-left: 0;
}

[multiple] {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}

[type='checkbox'],[type='radio'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #1C64F2;
  background-color: #fff;
  border-color: #6B7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

[type='checkbox'] {
  border-radius: 0px;
}

[type='radio'] {
  border-radius: 100%;
}

[type='checkbox']:focus,[type='radio']:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #1C64F2;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

[type='checkbox']:checked,[type='radio']:checked,.dark [type='checkbox']:checked,.dark [type='radio']:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 0.55em 0.55em;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:checked {
  background-image: url("data:image/svg+xml,%3csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 12'%3e %3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M1 5.917 5.724 10.5 15 1.5'/%3e %3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 0.55em 0.55em;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

[type='radio']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
  background-size: 1em 1em;
}

.dark [type='radio']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
  background-size: 1em 1em;
}

[type='checkbox']:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 12'%3e %3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M0.5 6h14'/%3e %3c/svg%3e");
  background-color: currentColor;
  border-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 0.55em 0.55em;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='file'] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

[type='file']:focus {
  outline: 1px auto inherit;
}

input[type=file]::file-selector-button {
  color: white;
  background: #1F2937;
  border: 0;
  font-weight: 500;
  font-size: 0.875rem;
  cursor: pointer;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 2rem;
  padding-right: 1rem;
  margin-inline-start: -1rem;
  margin-inline-end: 1rem;
}

input[type=file]::file-selector-button:hover {
  background: #374151;
}

:is([dir=rtl]) input[type=file]::file-selector-button {
  padding-right: 2rem;
  padding-left: 1rem;
}

.dark input[type=file]::file-selector-button {
  color: white;
  background: #4B5563;
}

.dark input[type=file]::file-selector-button:hover {
  background: #6B7280;
}

input[type="range"]::-webkit-slider-thumb {
  height: 1.25rem;
  width: 1.25rem;
  background: #1C64F2;
  border-radius: 9999px;
  border: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

input[type="range"]:disabled::-webkit-slider-thumb {
  background: #9CA3AF;
}

.dark input[type="range"]:disabled::-webkit-slider-thumb {
  background: #6B7280;
}

input[type="range"]:focus::-webkit-slider-thumb {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1px;
  --tw-ring-color: rgb(164 202 254 / var(--tw-ring-opacity));
}

input[type="range"]::-moz-range-thumb {
  height: 1.25rem;
  width: 1.25rem;
  background: #1C64F2;
  border-radius: 9999px;
  border: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

input[type="range"]:disabled::-moz-range-thumb {
  background: #9CA3AF;
}

.dark input[type="range"]:disabled::-moz-range-thumb {
  background: #6B7280;
}

input[type="range"]::-moz-range-progress {
  background: #3F83F8;
}

input[type="range"]::-ms-fill-lower {
  background: #3F83F8;
}

.toggle-bg:after {
  content: "";
  position: absolute;
  top: 0.125rem;
  left: 0.125rem;
  background: white;
  border-color: #D1D5DB;
  border-width: 1px;
  border-radius: 9999px;
  height: 1.25rem;
  width: 1.25rem;
  transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;
  transition-duration: .15s;
  box-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
}

input:checked + .toggle-bg:after {
  transform: translateX(100%);;
  border-color: white;
}

input:checked + .toggle-bg {
  background: #1C64F2;
  border-color: #1C64F2;
}

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1300px) {
  .container {
    max-width: 1300px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

@media (min-width: 1600px) {
  .container {
    max-width: 1600px;
  }
}

@media (min-width: 1920px) {
  .container {
    max-width: 1920px;
  }
}

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

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

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.collapse {
  visibility: collapse;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

.inset-y-0 {
  top: 0px;
  bottom: 0px;
}

.-bottom-40 {
  bottom: -10rem;
}

.-left-40 {
  left: -10rem;
}

.-right-1\.5 {
  right: -0.375rem;
}

.-top-1\.5 {
  top: -0.375rem;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-6 {
  bottom: 1.5rem;
}

.bottom-\[-18rem\] {
  bottom: -18rem;
}

.bottom-\[60px\] {
  bottom: 60px;
}

.left-0 {
  left: 0px;
}

.left-16 {
  left: 4rem;
}

.left-2 {
  left: 0.5rem;
}

.left-\[-10rem\] {
  left: -10rem;
}

.right-0 {
  right: 0px;
}

.right-2 {
  right: 0.5rem;
}

.right-3 {
  right: 0.75rem;
}

.right-4 {
  right: 1rem;
}

.top-0 {
  top: 0px;
}

.top-1\/2 {
  top: 50%;
}

.top-2 {
  top: 0.5rem;
}

.top-4 {
  top: 1rem;
}

.top-8 {
  top: 2rem;
}

.isolate {
  isolation: isolate;
}

.-z-10 {
  z-index: -10;
}

.z-0 {
  z-index: 0;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-30 {
  z-index: 30;
}

.z-40 {
  z-index: 40;
}

.z-50 {
  z-index: 50;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.col-span-1 {
  grid-column: span 1 / span 1;
}

.col-span-2 {
  grid-column: span 2 / span 2;
}

.col-span-4 {
  grid-column: span 4 / span 4;
}

.col-span-5 {
  grid-column: span 5 / span 5;
}

.col-span-8 {
  grid-column: span 8 / span 8;
}

.col-span-full {
  grid-column: 1 / -1;
}

.m-0 {
  margin: 0px;
}

.-mx-2 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.my-\[1rem\] {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.-ml-7 {
  margin-left: -1.75rem;
}

.-mr-8 {
  margin-right: -2rem;
}

.-mt-10 {
  margin-top: -2.5rem;
}

.-mt-12 {
  margin-top: -3rem;
}

.-mt-20 {
  margin-top: -5rem;
}

.-mt-\[1rem\] {
  margin-top: -1rem;
}

.-mt-\[5rem\] {
  margin-top: -5rem;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-7 {
  margin-bottom: 1.75rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mb-\[1rem\] {
  margin-bottom: 1rem;
}

.ml-1 {
  margin-left: 0.25rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.ml-4 {
  margin-left: 1rem;
}

.ml-auto {
  margin-left: auto;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mt-\[1\.4rem\] {
  margin-top: 1.4rem;
}

.mt-auto {
  margin-top: auto;
}

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

.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.\!block {
  display: block !important;
}

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.aspect-\[4\/5\] {
  aspect-ratio: 4/5;
}

.aspect-square {
  aspect-ratio: 1 / 1;
}

.aspect-video {
  aspect-ratio: 16 / 9;
}

.size-12 {
  width: 3rem;
  height: 3rem;
}

.size-14 {
  width: 3.5rem;
  height: 3.5rem;
}

.size-\[10px\] {
  width: 10px;
  height: 10px;
}

.size-\[18px\] {
  width: 18px;
  height: 18px;
}

.h-0\.5 {
  height: 0.125rem;
}

.h-10 {
  height: 2.5rem;
}

.h-16 {
  height: 4rem;
}

.h-24 {
  height: 6rem;
}

.h-4 {
  height: 1rem;
}

.h-48 {
  height: 12rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-64 {
  height: 16rem;
}

.h-7 {
  height: 1.75rem;
}

.h-72 {
  height: 18rem;
}

.h-8 {
  height: 2rem;
}

.h-9 {
  height: 2.25rem;
}

.h-\[0\.1rem\] {
  height: 0.1rem;
}

.h-\[114\.42px\] {
  height: 114.42px;
}

.h-\[14px\] {
  height: 14px;
}

.h-\[14rem\] {
  height: 14rem;
}

.h-\[15rem\] {
  height: 15rem;
}

.h-\[1lh\] {
  height: 1lh;
}

.h-\[260px\] {
  height: 260px;
}

.h-\[280px\] {
  height: 280px;
}

.h-\[28rem\] {
  height: 28rem;
}

.h-\[300px\] {
  height: 300px;
}

.h-\[30px\] {
  height: 30px;
}

.h-\[34px\] {
  height: 34px;
}

.h-\[38px\] {
  height: 38px;
}

.h-\[4\.5rem\] {
  height: 4.5rem;
}

.h-\[46rem\] {
  height: 46rem;
}

.h-\[47px\] {
  height: 47px;
}

.h-\[80\.35rem\] {
  height: 80.35rem;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.max-h-\[16rem\] {
  max-height: 16rem;
}

.max-h-\[272px\] {
  max-height: 272px;
}

.max-h-\[34px\] {
  max-height: 34px;
}

.max-h-\[374px\] {
  max-height: 374px;
}

.max-h-\[4\.5rem\] {
  max-height: 4.5rem;
}

.max-h-\[88vh\] {
  max-height: 88vh;
}

.max-h-\[91px\] {
  max-height: 91px;
}

.max-h-full {
  max-height: 100%;
}

.min-h-0 {
  min-height: 0px;
}

.min-h-\[1\.35rem\] {
  min-height: 1.35rem;
}

.min-h-\[1\.5rem\] {
  min-height: 1.5rem;
}

.min-h-\[10\.6875rem\] {
  min-height: 10.6875rem;
}

.min-h-\[112px\] {
  min-height: 112px;
}

.min-h-\[12rem\] {
  min-height: 12rem;
}

.min-h-\[140px\] {
  min-height: 140px;
}

.min-h-\[38px\] {
  min-height: 38px;
}

.min-h-\[43px\] {
  min-height: 43px;
}

.min-h-\[5\.5rem\] {
  min-height: 5.5rem;
}

.min-h-full {
  min-height: 100%;
}

.min-h-screen {
  min-height: 100vh;
}

.w-1\/2 {
  width: 50%;
}

.w-10 {
  width: 2.5rem;
}

.w-16 {
  width: 4rem;
}

.w-20 {
  width: 5rem;
}

.w-24 {
  width: 6rem;
}

.w-28 {
  width: 7rem;
}

.w-36 {
  width: 9rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-64 {
  width: 16rem;
}

.w-7 {
  width: 1.75rem;
}

.w-8 {
  width: 2rem;
}

.w-\[100px\] {
  width: 100px;
}

.w-\[128px\] {
  width: 128px;
}

.w-\[14px\] {
  width: 14px;
}

.w-\[150px\] {
  width: 150px;
}

.w-\[158px\] {
  width: 158px;
}

.w-\[15rem\] {
  width: 15rem;
}

.w-\[16\.563rem\] {
  width: 16.563rem;
}

.w-\[207\.87px\] {
  width: 207.87px;
}

.w-\[30px\] {
  width: 30px;
}

.w-\[31px\] {
  width: 31px;
}

.w-\[36rem\] {
  width: 36rem;
}

.w-\[38px\] {
  width: 38px;
}

.w-\[42\%\] {
  width: 42%;
}

.w-\[42rem\] {
  width: 42rem;
}

.w-\[46rem\] {
  width: 46rem;
}

.w-\[5rem\] {
  width: 5rem;
}

.w-\[7\.625rem\] {
  width: 7.625rem;
}

.w-\[80\.35rem\] {
  width: 80.35rem;
}

.w-\[87\.31\%\] {
  width: 87.31%;
}

.w-\[min\(73rem\2c calc\(100\%-2rem\)\)\] {
  width: min(73rem,calc(100% - 2rem));
}

.w-auto {
  width: auto;
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.w-full {
  width: 100%;
}

.min-w-0 {
  min-width: 0px;
}

.min-w-\[2\.5rem\] {
  min-width: 2.5rem;
}

.min-w-\[2rem\] {
  min-width: 2rem;
}

.min-w-\[640px\] {
  min-width: 640px;
}

.max-w-0 {
  max-width: 0px;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-3xl {
  max-width: 48rem;
}

.max-w-4xl {
  max-width: 56rem;
}

.max-w-6xl {
  max-width: 72rem;
}

.max-w-7xl {
  max-width: 80rem;
}

.max-w-\[1088px\] {
  max-width: 1088px;
}

.max-w-\[1161px\] {
  max-width: 1161px;
}

.max-w-\[1373px\] {
  max-width: 1373px;
}

.max-w-\[15rem\] {
  max-width: 15rem;
}

.max-w-\[1920px\] {
  max-width: 1920px;
}

.max-w-\[2\.75rem\] {
  max-width: 2.75rem;
}

.max-w-\[22rem\] {
  max-width: 22rem;
}

.max-w-\[260px\] {
  max-width: 260px;
}

.max-w-\[26rem\] {
  max-width: 26rem;
}

.max-w-\[37rem\] {
  max-width: 37rem;
}

.max-w-\[516px\] {
  max-width: 516px;
}

.max-w-\[536px\] {
  max-width: 536px;
}

.max-w-\[68rem\] {
  max-width: 68rem;
}

.max-w-\[69rem\] {
  max-width: 69rem;
}

.max-w-\[70rem\] {
  max-width: 70rem;
}

.max-w-\[73rem\] {
  max-width: 73rem;
}

.max-w-\[85rem\] {
  max-width: 85rem;
}

.max-w-\[90rem\] {
  max-width: 90rem;
}

.max-w-\[950px\] {
  max-width: 950px;
}

.max-w-\[98rem\] {
  max-width: 98rem;
}

.max-w-\[min\(100\%\2c 30rem\)\] {
  max-width: min(100%,30rem);
}

.max-w-\[min\(33\.5rem\2c 100\%\)\] {
  max-width: min(33.5rem,100%);
}

.max-w-full {
  max-width: 100%;
}

.max-w-md {
  max-width: 28rem;
}

.max-w-none {
  max-width: none;
}

.max-w-screen-1300px {
  max-width: 1300px;
}

.max-w-screen-2xl {
  max-width: 1536px;
}

.max-w-screen-lg {
  max-width: 1024px;
}

.max-w-screen-xl {
  max-width: 1280px;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-none {
  flex: none;
}

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

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

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

.table-fixed {
  table-layout: fixed;
}

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

.-translate-x-full {
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-full {
  --tw-translate-y: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-0 {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-full {
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-full {
  --tw-translate-y: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-45 {
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform-none {
  transform: none;
}

.cursor-default {
  cursor: default;
}

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

.cursor-pointer {
  cursor: pointer;
}

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

.resize {
  resize: both;
}

.list-none {
  list-style-type: none;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, 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-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.grid-cols-\[1fr_auto\] {
  grid-template-columns: 1fr auto;
}

.grid-cols-\[auto_auto\] {
  grid-template-columns: auto auto;
}

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

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

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

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

.content-center {
  align-content: center;
}

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

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

.items-center {
  align-items: center;
}

.items-baseline {
  align-items: baseline;
}

.items-stretch {
  align-items: stretch;
}

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

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

.justify-center {
  justify-content: center;
}

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

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

.gap-0 {
  gap: 0px;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-7 {
  gap: 1.75rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-\[1rem\] {
  gap: 1rem;
}

.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.gap-x-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}

.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

.gap-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

.gap-y-0 {
  row-gap: 0px;
}

.gap-y-2 {
  row-gap: 0.5rem;
}

.gap-y-3 {
  row-gap: 0.75rem;
}

.gap-y-8 {
  row-gap: 2rem;
}

.gap-y-\[2px\] {
  row-gap: 2px;
}

.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0px * var(--tw-space-y-reverse));
}

.space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
}

.space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.divide-secondary-200\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(172 198 196 / 0.8);
}

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

.self-center {
  align-self: center;
}

.self-stretch {
  align-self: stretch;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

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

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

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

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

.whitespace-pre-line {
  white-space: pre-line;
}

.break-words {
  overflow-wrap: break-word;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-none {
  border-radius: 0px;
}

.rounded-sm {
  border-radius: 0.125rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.rounded-e-lg {
  border-start-end-radius: 0.5rem;
  border-end-end-radius: 0.5rem;
}

.rounded-l-lg {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.rounded-r-lg {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.rounded-s-lg {
  border-start-start-radius: 0.5rem;
  border-end-start-radius: 0.5rem;
}

.border {
  border-width: 1px;
}

.border-0 {
  border-width: 0px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-l-4 {
  border-left-width: 4px;
}

.border-t {
  border-top-width: 1px;
}

.border-t-2 {
  border-top-width: 2px;
}

.border-none {
  border-style: none;
}

.\!border-primary-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(123 37 0 / var(--tw-border-opacity, 1)) !important;
}

.border-\[\#32100E\]\/20 {
  border-color: rgb(50 16 14 / 0.2);
}

.border-\[\#32100E\]\/25 {
  border-color: rgb(50 16 14 / 0.25);
}

.border-blue-200 {
  --tw-border-opacity: 1;
  border-color: rgb(195 221 253 / var(--tw-border-opacity, 1));
}

.border-blue-600 {
  --tw-border-opacity: 1;
  border-color: rgb(28 100 242 / var(--tw-border-opacity, 1));
}

.border-blue-700 {
  --tw-border-opacity: 1;
  border-color: rgb(26 86 219 / var(--tw-border-opacity, 1));
}

.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

.border-green-200 {
  --tw-border-opacity: 1;
  border-color: rgb(188 240 218 / var(--tw-border-opacity, 1));
}

.border-neutral-300 {
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity, 1));
}

.border-primary-500 {
  --tw-border-opacity: 1;
  border-color: rgb(171 51 0 / var(--tw-border-opacity, 1));
}

.border-primary-600 {
  --tw-border-opacity: 1;
  border-color: rgb(151 46 0 / var(--tw-border-opacity, 1));
}

.border-red-200 {
  --tw-border-opacity: 1;
  border-color: rgb(251 213 213 / var(--tw-border-opacity, 1));
}

.border-secondary-100 {
  --tw-border-opacity: 1;
  border-color: rgb(213 232 234 / var(--tw-border-opacity, 1));
}

.border-secondary-100\/0 {
  border-color: rgb(213 232 234 / 0);
}

.border-secondary-100\/10 {
  border-color: rgb(213 232 234 / 0.1);
}

.border-secondary-100\/100 {
  border-color: rgb(213 232 234 / 1);
}

.border-secondary-100\/15 {
  border-color: rgb(213 232 234 / 0.15);
}

.border-secondary-100\/20 {
  border-color: rgb(213 232 234 / 0.2);
}

.border-secondary-100\/25 {
  border-color: rgb(213 232 234 / 0.25);
}

.border-secondary-100\/30 {
  border-color: rgb(213 232 234 / 0.3);
}

.border-secondary-100\/35 {
  border-color: rgb(213 232 234 / 0.35);
}

.border-secondary-100\/40 {
  border-color: rgb(213 232 234 / 0.4);
}

.border-secondary-100\/45 {
  border-color: rgb(213 232 234 / 0.45);
}

.border-secondary-100\/5 {
  border-color: rgb(213 232 234 / 0.05);
}

.border-secondary-100\/50 {
  border-color: rgb(213 232 234 / 0.5);
}

.border-secondary-100\/55 {
  border-color: rgb(213 232 234 / 0.55);
}

.border-secondary-100\/60 {
  border-color: rgb(213 232 234 / 0.6);
}

.border-secondary-100\/65 {
  border-color: rgb(213 232 234 / 0.65);
}

.border-secondary-100\/70 {
  border-color: rgb(213 232 234 / 0.7);
}

.border-secondary-100\/75 {
  border-color: rgb(213 232 234 / 0.75);
}

.border-secondary-100\/80 {
  border-color: rgb(213 232 234 / 0.8);
}

.border-secondary-100\/85 {
  border-color: rgb(213 232 234 / 0.85);
}

.border-secondary-100\/90 {
  border-color: rgb(213 232 234 / 0.9);
}

.border-secondary-100\/95 {
  border-color: rgb(213 232 234 / 0.95);
}

.border-secondary-200 {
  --tw-border-opacity: 1;
  border-color: rgb(172 198 196 / var(--tw-border-opacity, 1));
}

.border-secondary-200\/0 {
  border-color: rgb(172 198 196 / 0);
}

.border-secondary-200\/10 {
  border-color: rgb(172 198 196 / 0.1);
}

.border-secondary-200\/100 {
  border-color: rgb(172 198 196 / 1);
}

.border-secondary-200\/15 {
  border-color: rgb(172 198 196 / 0.15);
}

.border-secondary-200\/20 {
  border-color: rgb(172 198 196 / 0.2);
}

.border-secondary-200\/25 {
  border-color: rgb(172 198 196 / 0.25);
}

.border-secondary-200\/30 {
  border-color: rgb(172 198 196 / 0.3);
}

.border-secondary-200\/35 {
  border-color: rgb(172 198 196 / 0.35);
}

.border-secondary-200\/40 {
  border-color: rgb(172 198 196 / 0.4);
}

.border-secondary-200\/45 {
  border-color: rgb(172 198 196 / 0.45);
}

.border-secondary-200\/5 {
  border-color: rgb(172 198 196 / 0.05);
}

.border-secondary-200\/50 {
  border-color: rgb(172 198 196 / 0.5);
}

.border-secondary-200\/55 {
  border-color: rgb(172 198 196 / 0.55);
}

.border-secondary-200\/60 {
  border-color: rgb(172 198 196 / 0.6);
}

.border-secondary-200\/65 {
  border-color: rgb(172 198 196 / 0.65);
}

.border-secondary-200\/70 {
  border-color: rgb(172 198 196 / 0.7);
}

.border-secondary-200\/75 {
  border-color: rgb(172 198 196 / 0.75);
}

.border-secondary-200\/80 {
  border-color: rgb(172 198 196 / 0.8);
}

.border-secondary-200\/85 {
  border-color: rgb(172 198 196 / 0.85);
}

.border-secondary-200\/90 {
  border-color: rgb(172 198 196 / 0.9);
}

.border-secondary-200\/95 {
  border-color: rgb(172 198 196 / 0.95);
}

.border-secondary-300 {
  --tw-border-opacity: 1;
  border-color: rgb(116 174 186 / var(--tw-border-opacity, 1));
}

.border-secondary-300\/0 {
  border-color: rgb(116 174 186 / 0);
}

.border-secondary-300\/10 {
  border-color: rgb(116 174 186 / 0.1);
}

.border-secondary-300\/100 {
  border-color: rgb(116 174 186 / 1);
}

.border-secondary-300\/15 {
  border-color: rgb(116 174 186 / 0.15);
}

.border-secondary-300\/20 {
  border-color: rgb(116 174 186 / 0.2);
}

.border-secondary-300\/25 {
  border-color: rgb(116 174 186 / 0.25);
}

.border-secondary-300\/30 {
  border-color: rgb(116 174 186 / 0.3);
}

.border-secondary-300\/35 {
  border-color: rgb(116 174 186 / 0.35);
}

.border-secondary-300\/40 {
  border-color: rgb(116 174 186 / 0.4);
}

.border-secondary-300\/45 {
  border-color: rgb(116 174 186 / 0.45);
}

.border-secondary-300\/5 {
  border-color: rgb(116 174 186 / 0.05);
}

.border-secondary-300\/50 {
  border-color: rgb(116 174 186 / 0.5);
}

.border-secondary-300\/55 {
  border-color: rgb(116 174 186 / 0.55);
}

.border-secondary-300\/60 {
  border-color: rgb(116 174 186 / 0.6);
}

.border-secondary-300\/65 {
  border-color: rgb(116 174 186 / 0.65);
}

.border-secondary-300\/70 {
  border-color: rgb(116 174 186 / 0.7);
}

.border-secondary-300\/75 {
  border-color: rgb(116 174 186 / 0.75);
}

.border-secondary-300\/80 {
  border-color: rgb(116 174 186 / 0.8);
}

.border-secondary-300\/85 {
  border-color: rgb(116 174 186 / 0.85);
}

.border-secondary-300\/90 {
  border-color: rgb(116 174 186 / 0.9);
}

.border-secondary-300\/95 {
  border-color: rgb(116 174 186 / 0.95);
}

.border-secondary-400 {
  --tw-border-opacity: 1;
  border-color: rgb(66 138 145 / var(--tw-border-opacity, 1));
}

.border-secondary-400\/0 {
  border-color: rgb(66 138 145 / 0);
}

.border-secondary-400\/10 {
  border-color: rgb(66 138 145 / 0.1);
}

.border-secondary-400\/100 {
  border-color: rgb(66 138 145 / 1);
}

.border-secondary-400\/15 {
  border-color: rgb(66 138 145 / 0.15);
}

.border-secondary-400\/20 {
  border-color: rgb(66 138 145 / 0.2);
}

.border-secondary-400\/25 {
  border-color: rgb(66 138 145 / 0.25);
}

.border-secondary-400\/30 {
  border-color: rgb(66 138 145 / 0.3);
}

.border-secondary-400\/35 {
  border-color: rgb(66 138 145 / 0.35);
}

.border-secondary-400\/40 {
  border-color: rgb(66 138 145 / 0.4);
}

.border-secondary-400\/45 {
  border-color: rgb(66 138 145 / 0.45);
}

.border-secondary-400\/5 {
  border-color: rgb(66 138 145 / 0.05);
}

.border-secondary-400\/50 {
  border-color: rgb(66 138 145 / 0.5);
}

.border-secondary-400\/55 {
  border-color: rgb(66 138 145 / 0.55);
}

.border-secondary-400\/60 {
  border-color: rgb(66 138 145 / 0.6);
}

.border-secondary-400\/65 {
  border-color: rgb(66 138 145 / 0.65);
}

.border-secondary-400\/70 {
  border-color: rgb(66 138 145 / 0.7);
}

.border-secondary-400\/75 {
  border-color: rgb(66 138 145 / 0.75);
}

.border-secondary-400\/80 {
  border-color: rgb(66 138 145 / 0.8);
}

.border-secondary-400\/85 {
  border-color: rgb(66 138 145 / 0.85);
}

.border-secondary-400\/90 {
  border-color: rgb(66 138 145 / 0.9);
}

.border-secondary-400\/95 {
  border-color: rgb(66 138 145 / 0.95);
}

.border-secondary-50 {
  --tw-border-opacity: 1;
  border-color: rgb(235 237 222 / var(--tw-border-opacity, 1));
}

.border-secondary-50\/0 {
  border-color: rgb(235 237 222 / 0);
}

.border-secondary-50\/10 {
  border-color: rgb(235 237 222 / 0.1);
}

.border-secondary-50\/100 {
  border-color: rgb(235 237 222 / 1);
}

.border-secondary-50\/15 {
  border-color: rgb(235 237 222 / 0.15);
}

.border-secondary-50\/20 {
  border-color: rgb(235 237 222 / 0.2);
}

.border-secondary-50\/25 {
  border-color: rgb(235 237 222 / 0.25);
}

.border-secondary-50\/30 {
  border-color: rgb(235 237 222 / 0.3);
}

.border-secondary-50\/35 {
  border-color: rgb(235 237 222 / 0.35);
}

.border-secondary-50\/40 {
  border-color: rgb(235 237 222 / 0.4);
}

.border-secondary-50\/45 {
  border-color: rgb(235 237 222 / 0.45);
}

.border-secondary-50\/5 {
  border-color: rgb(235 237 222 / 0.05);
}

.border-secondary-50\/50 {
  border-color: rgb(235 237 222 / 0.5);
}

.border-secondary-50\/55 {
  border-color: rgb(235 237 222 / 0.55);
}

.border-secondary-50\/60 {
  border-color: rgb(235 237 222 / 0.6);
}

.border-secondary-50\/65 {
  border-color: rgb(235 237 222 / 0.65);
}

.border-secondary-50\/70 {
  border-color: rgb(235 237 222 / 0.7);
}

.border-secondary-50\/75 {
  border-color: rgb(235 237 222 / 0.75);
}

.border-secondary-50\/80 {
  border-color: rgb(235 237 222 / 0.8);
}

.border-secondary-50\/85 {
  border-color: rgb(235 237 222 / 0.85);
}

.border-secondary-50\/90 {
  border-color: rgb(235 237 222 / 0.9);
}

.border-secondary-50\/95 {
  border-color: rgb(235 237 222 / 0.95);
}

.border-secondary-500 {
  --tw-border-opacity: 1;
  border-color: rgb(42 76 80 / var(--tw-border-opacity, 1));
}

.border-secondary-500\/0 {
  border-color: rgb(42 76 80 / 0);
}

.border-secondary-500\/10 {
  border-color: rgb(42 76 80 / 0.1);
}

.border-secondary-500\/100 {
  border-color: rgb(42 76 80 / 1);
}

.border-secondary-500\/15 {
  border-color: rgb(42 76 80 / 0.15);
}

.border-secondary-500\/20 {
  border-color: rgb(42 76 80 / 0.2);
}

.border-secondary-500\/25 {
  border-color: rgb(42 76 80 / 0.25);
}

.border-secondary-500\/30 {
  border-color: rgb(42 76 80 / 0.3);
}

.border-secondary-500\/35 {
  border-color: rgb(42 76 80 / 0.35);
}

.border-secondary-500\/40 {
  border-color: rgb(42 76 80 / 0.4);
}

.border-secondary-500\/45 {
  border-color: rgb(42 76 80 / 0.45);
}

.border-secondary-500\/5 {
  border-color: rgb(42 76 80 / 0.05);
}

.border-secondary-500\/50 {
  border-color: rgb(42 76 80 / 0.5);
}

.border-secondary-500\/55 {
  border-color: rgb(42 76 80 / 0.55);
}

.border-secondary-500\/60 {
  border-color: rgb(42 76 80 / 0.6);
}

.border-secondary-500\/65 {
  border-color: rgb(42 76 80 / 0.65);
}

.border-secondary-500\/70 {
  border-color: rgb(42 76 80 / 0.7);
}

.border-secondary-500\/75 {
  border-color: rgb(42 76 80 / 0.75);
}

.border-secondary-500\/80 {
  border-color: rgb(42 76 80 / 0.8);
}

.border-secondary-500\/85 {
  border-color: rgb(42 76 80 / 0.85);
}

.border-secondary-500\/90 {
  border-color: rgb(42 76 80 / 0.9);
}

.border-secondary-500\/95 {
  border-color: rgb(42 76 80 / 0.95);
}

.border-secondary-600 {
  --tw-border-opacity: 1;
  border-color: rgb(34 64 68 / var(--tw-border-opacity, 1));
}

.border-secondary-600\/0 {
  border-color: rgb(34 64 68 / 0);
}

.border-secondary-600\/10 {
  border-color: rgb(34 64 68 / 0.1);
}

.border-secondary-600\/100 {
  border-color: rgb(34 64 68 / 1);
}

.border-secondary-600\/15 {
  border-color: rgb(34 64 68 / 0.15);
}

.border-secondary-600\/20 {
  border-color: rgb(34 64 68 / 0.2);
}

.border-secondary-600\/25 {
  border-color: rgb(34 64 68 / 0.25);
}

.border-secondary-600\/30 {
  border-color: rgb(34 64 68 / 0.3);
}

.border-secondary-600\/35 {
  border-color: rgb(34 64 68 / 0.35);
}

.border-secondary-600\/40 {
  border-color: rgb(34 64 68 / 0.4);
}

.border-secondary-600\/45 {
  border-color: rgb(34 64 68 / 0.45);
}

.border-secondary-600\/5 {
  border-color: rgb(34 64 68 / 0.05);
}

.border-secondary-600\/50 {
  border-color: rgb(34 64 68 / 0.5);
}

.border-secondary-600\/55 {
  border-color: rgb(34 64 68 / 0.55);
}

.border-secondary-600\/60 {
  border-color: rgb(34 64 68 / 0.6);
}

.border-secondary-600\/65 {
  border-color: rgb(34 64 68 / 0.65);
}

.border-secondary-600\/70 {
  border-color: rgb(34 64 68 / 0.7);
}

.border-secondary-600\/75 {
  border-color: rgb(34 64 68 / 0.75);
}

.border-secondary-600\/80 {
  border-color: rgb(34 64 68 / 0.8);
}

.border-secondary-600\/85 {
  border-color: rgb(34 64 68 / 0.85);
}

.border-secondary-600\/90 {
  border-color: rgb(34 64 68 / 0.9);
}

.border-secondary-600\/95 {
  border-color: rgb(34 64 68 / 0.95);
}

.border-secondary-700 {
  --tw-border-opacity: 1;
  border-color: rgb(26 50 54 / var(--tw-border-opacity, 1));
}

.border-secondary-700\/0 {
  border-color: rgb(26 50 54 / 0);
}

.border-secondary-700\/10 {
  border-color: rgb(26 50 54 / 0.1);
}

.border-secondary-700\/100 {
  border-color: rgb(26 50 54 / 1);
}

.border-secondary-700\/15 {
  border-color: rgb(26 50 54 / 0.15);
}

.border-secondary-700\/20 {
  border-color: rgb(26 50 54 / 0.2);
}

.border-secondary-700\/25 {
  border-color: rgb(26 50 54 / 0.25);
}

.border-secondary-700\/30 {
  border-color: rgb(26 50 54 / 0.3);
}

.border-secondary-700\/35 {
  border-color: rgb(26 50 54 / 0.35);
}

.border-secondary-700\/40 {
  border-color: rgb(26 50 54 / 0.4);
}

.border-secondary-700\/45 {
  border-color: rgb(26 50 54 / 0.45);
}

.border-secondary-700\/5 {
  border-color: rgb(26 50 54 / 0.05);
}

.border-secondary-700\/50 {
  border-color: rgb(26 50 54 / 0.5);
}

.border-secondary-700\/55 {
  border-color: rgb(26 50 54 / 0.55);
}

.border-secondary-700\/60 {
  border-color: rgb(26 50 54 / 0.6);
}

.border-secondary-700\/65 {
  border-color: rgb(26 50 54 / 0.65);
}

.border-secondary-700\/70 {
  border-color: rgb(26 50 54 / 0.7);
}

.border-secondary-700\/75 {
  border-color: rgb(26 50 54 / 0.75);
}

.border-secondary-700\/80 {
  border-color: rgb(26 50 54 / 0.8);
}

.border-secondary-700\/85 {
  border-color: rgb(26 50 54 / 0.85);
}

.border-secondary-700\/90 {
  border-color: rgb(26 50 54 / 0.9);
}

.border-secondary-700\/95 {
  border-color: rgb(26 50 54 / 0.95);
}

.border-secondary-800 {
  --tw-border-opacity: 1;
  border-color: rgb(18 35 40 / var(--tw-border-opacity, 1));
}

.border-secondary-800\/0 {
  border-color: rgb(18 35 40 / 0);
}

.border-secondary-800\/10 {
  border-color: rgb(18 35 40 / 0.1);
}

.border-secondary-800\/100 {
  border-color: rgb(18 35 40 / 1);
}

.border-secondary-800\/15 {
  border-color: rgb(18 35 40 / 0.15);
}

.border-secondary-800\/20 {
  border-color: rgb(18 35 40 / 0.2);
}

.border-secondary-800\/25 {
  border-color: rgb(18 35 40 / 0.25);
}

.border-secondary-800\/30 {
  border-color: rgb(18 35 40 / 0.3);
}

.border-secondary-800\/35 {
  border-color: rgb(18 35 40 / 0.35);
}

.border-secondary-800\/40 {
  border-color: rgb(18 35 40 / 0.4);
}

.border-secondary-800\/45 {
  border-color: rgb(18 35 40 / 0.45);
}

.border-secondary-800\/5 {
  border-color: rgb(18 35 40 / 0.05);
}

.border-secondary-800\/50 {
  border-color: rgb(18 35 40 / 0.5);
}

.border-secondary-800\/55 {
  border-color: rgb(18 35 40 / 0.55);
}

.border-secondary-800\/60 {
  border-color: rgb(18 35 40 / 0.6);
}

.border-secondary-800\/65 {
  border-color: rgb(18 35 40 / 0.65);
}

.border-secondary-800\/70 {
  border-color: rgb(18 35 40 / 0.7);
}

.border-secondary-800\/75 {
  border-color: rgb(18 35 40 / 0.75);
}

.border-secondary-800\/80 {
  border-color: rgb(18 35 40 / 0.8);
}

.border-secondary-800\/85 {
  border-color: rgb(18 35 40 / 0.85);
}

.border-secondary-800\/90 {
  border-color: rgb(18 35 40 / 0.9);
}

.border-secondary-800\/95 {
  border-color: rgb(18 35 40 / 0.95);
}

.border-secondary-900 {
  --tw-border-opacity: 1;
  border-color: rgb(10 21 26 / var(--tw-border-opacity, 1));
}

.border-secondary-900\/0 {
  border-color: rgb(10 21 26 / 0);
}

.border-secondary-900\/10 {
  border-color: rgb(10 21 26 / 0.1);
}

.border-secondary-900\/100 {
  border-color: rgb(10 21 26 / 1);
}

.border-secondary-900\/15 {
  border-color: rgb(10 21 26 / 0.15);
}

.border-secondary-900\/20 {
  border-color: rgb(10 21 26 / 0.2);
}

.border-secondary-900\/25 {
  border-color: rgb(10 21 26 / 0.25);
}

.border-secondary-900\/30 {
  border-color: rgb(10 21 26 / 0.3);
}

.border-secondary-900\/35 {
  border-color: rgb(10 21 26 / 0.35);
}

.border-secondary-900\/40 {
  border-color: rgb(10 21 26 / 0.4);
}

.border-secondary-900\/45 {
  border-color: rgb(10 21 26 / 0.45);
}

.border-secondary-900\/5 {
  border-color: rgb(10 21 26 / 0.05);
}

.border-secondary-900\/50 {
  border-color: rgb(10 21 26 / 0.5);
}

.border-secondary-900\/55 {
  border-color: rgb(10 21 26 / 0.55);
}

.border-secondary-900\/60 {
  border-color: rgb(10 21 26 / 0.6);
}

.border-secondary-900\/65 {
  border-color: rgb(10 21 26 / 0.65);
}

.border-secondary-900\/70 {
  border-color: rgb(10 21 26 / 0.7);
}

.border-secondary-900\/75 {
  border-color: rgb(10 21 26 / 0.75);
}

.border-secondary-900\/80 {
  border-color: rgb(10 21 26 / 0.8);
}

.border-secondary-900\/85 {
  border-color: rgb(10 21 26 / 0.85);
}

.border-secondary-900\/90 {
  border-color: rgb(10 21 26 / 0.9);
}

.border-secondary-900\/95 {
  border-color: rgb(10 21 26 / 0.95);
}

.border-secondary-950 {
  --tw-border-opacity: 1;
  border-color: rgb(5 13 14 / var(--tw-border-opacity, 1));
}

.border-secondary-950\/0 {
  border-color: rgb(5 13 14 / 0);
}

.border-secondary-950\/10 {
  border-color: rgb(5 13 14 / 0.1);
}

.border-secondary-950\/100 {
  border-color: rgb(5 13 14 / 1);
}

.border-secondary-950\/15 {
  border-color: rgb(5 13 14 / 0.15);
}

.border-secondary-950\/20 {
  border-color: rgb(5 13 14 / 0.2);
}

.border-secondary-950\/25 {
  border-color: rgb(5 13 14 / 0.25);
}

.border-secondary-950\/30 {
  border-color: rgb(5 13 14 / 0.3);
}

.border-secondary-950\/35 {
  border-color: rgb(5 13 14 / 0.35);
}

.border-secondary-950\/40 {
  border-color: rgb(5 13 14 / 0.4);
}

.border-secondary-950\/45 {
  border-color: rgb(5 13 14 / 0.45);
}

.border-secondary-950\/5 {
  border-color: rgb(5 13 14 / 0.05);
}

.border-secondary-950\/50 {
  border-color: rgb(5 13 14 / 0.5);
}

.border-secondary-950\/55 {
  border-color: rgb(5 13 14 / 0.55);
}

.border-secondary-950\/60 {
  border-color: rgb(5 13 14 / 0.6);
}

.border-secondary-950\/65 {
  border-color: rgb(5 13 14 / 0.65);
}

.border-secondary-950\/70 {
  border-color: rgb(5 13 14 / 0.7);
}

.border-secondary-950\/75 {
  border-color: rgb(5 13 14 / 0.75);
}

.border-secondary-950\/80 {
  border-color: rgb(5 13 14 / 0.8);
}

.border-secondary-950\/85 {
  border-color: rgb(5 13 14 / 0.85);
}

.border-secondary-950\/90 {
  border-color: rgb(5 13 14 / 0.9);
}

.border-secondary-950\/95 {
  border-color: rgb(5 13 14 / 0.95);
}

.border-transparent {
  border-color: transparent;
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.border-white\/20 {
  border-color: rgb(255 255 255 / 0.2);
}

.border-white\/30 {
  border-color: rgb(255 255 255 / 0.3);
}

.\!bg-gray-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1)) !important;
}

.\!bg-primary-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(151 46 0 / var(--tw-bg-opacity, 1)) !important;
}

.\!bg-primary-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(123 37 0 / var(--tw-bg-opacity, 1)) !important;
}

.bg-\[\#2A4C50\] {
  --tw-bg-opacity: 1;
  background-color: rgb(42 76 80 / var(--tw-bg-opacity, 1));
}

.bg-\[\#32100E\] {
  --tw-bg-opacity: 1;
  background-color: rgb(50 16 14 / var(--tw-bg-opacity, 1));
}

.bg-\[\#AB3300\] {
  --tw-bg-opacity: 1;
  background-color: rgb(171 51 0 / var(--tw-bg-opacity, 1));
}

.bg-\[\#ACC6C4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(172 198 196 / var(--tw-bg-opacity, 1));
}

.bg-\[\#ACC6C4\]\/30 {
  background-color: rgb(172 198 196 / 0.3);
}

.bg-\[\#ACC6C4\]\/40 {
  background-color: rgb(172 198 196 / 0.4);
}

.bg-\[\#ACC6C4\]\/\[0\.65\] {
  background-color: rgb(172 198 196 / 0.65);
}

.bg-\[\#D8E0DC\] {
  --tw-bg-opacity: 1;
  background-color: rgb(216 224 220 / var(--tw-bg-opacity, 1));
}

.bg-\[\#EBEDDE\] {
  --tw-bg-opacity: 1;
  background-color: rgb(235 237 222 / var(--tw-bg-opacity, 1));
}

.bg-background {
  --tw-bg-opacity: 1;
  background-color: rgb(239 239 239 / var(--tw-bg-opacity, 1));
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(225 239 254 / var(--tw-bg-opacity, 1));
}

.bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(235 245 255 / var(--tw-bg-opacity, 1));
}

.bg-blue-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(26 86 219 / var(--tw-bg-opacity, 1));
}

.bg-footer {
  --tw-bg-opacity: 1;
  background-color: rgb(26 18 16 / var(--tw-bg-opacity, 1));
}

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}

.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}

.bg-gray-900\/50 {
  background-color: rgb(17 24 39 / 0.5);
}

.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(222 247 236 / var(--tw-bg-opacity, 1));
}

.bg-green-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 250 247 / var(--tw-bg-opacity, 1));
}

.bg-neutral-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}

.bg-primary-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 215 206 / var(--tw-bg-opacity, 1));
}

.bg-primary-100\/0 {
  background-color: rgb(249 215 206 / 0);
}

.bg-primary-100\/10 {
  background-color: rgb(249 215 206 / 0.1);
}

.bg-primary-100\/100 {
  background-color: rgb(249 215 206 / 1);
}

.bg-primary-100\/15 {
  background-color: rgb(249 215 206 / 0.15);
}

.bg-primary-100\/20 {
  background-color: rgb(249 215 206 / 0.2);
}

.bg-primary-100\/25 {
  background-color: rgb(249 215 206 / 0.25);
}

.bg-primary-100\/30 {
  background-color: rgb(249 215 206 / 0.3);
}

.bg-primary-100\/35 {
  background-color: rgb(249 215 206 / 0.35);
}

.bg-primary-100\/40 {
  background-color: rgb(249 215 206 / 0.4);
}

.bg-primary-100\/45 {
  background-color: rgb(249 215 206 / 0.45);
}

.bg-primary-100\/5 {
  background-color: rgb(249 215 206 / 0.05);
}

.bg-primary-100\/50 {
  background-color: rgb(249 215 206 / 0.5);
}

.bg-primary-100\/55 {
  background-color: rgb(249 215 206 / 0.55);
}

.bg-primary-100\/60 {
  background-color: rgb(249 215 206 / 0.6);
}

.bg-primary-100\/65 {
  background-color: rgb(249 215 206 / 0.65);
}

.bg-primary-100\/70 {
  background-color: rgb(249 215 206 / 0.7);
}

.bg-primary-100\/75 {
  background-color: rgb(249 215 206 / 0.75);
}

.bg-primary-100\/80 {
  background-color: rgb(249 215 206 / 0.8);
}

.bg-primary-100\/85 {
  background-color: rgb(249 215 206 / 0.85);
}

.bg-primary-100\/90 {
  background-color: rgb(249 215 206 / 0.9);
}

.bg-primary-100\/95 {
  background-color: rgb(249 215 206 / 0.95);
}

.bg-primary-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(244 177 160 / var(--tw-bg-opacity, 1));
}

.bg-primary-200\/0 {
  background-color: rgb(244 177 160 / 0);
}

.bg-primary-200\/10 {
  background-color: rgb(244 177 160 / 0.1);
}

.bg-primary-200\/100 {
  background-color: rgb(244 177 160 / 1);
}

.bg-primary-200\/15 {
  background-color: rgb(244 177 160 / 0.15);
}

.bg-primary-200\/20 {
  background-color: rgb(244 177 160 / 0.2);
}

.bg-primary-200\/25 {
  background-color: rgb(244 177 160 / 0.25);
}

.bg-primary-200\/30 {
  background-color: rgb(244 177 160 / 0.3);
}

.bg-primary-200\/35 {
  background-color: rgb(244 177 160 / 0.35);
}

.bg-primary-200\/40 {
  background-color: rgb(244 177 160 / 0.4);
}

.bg-primary-200\/45 {
  background-color: rgb(244 177 160 / 0.45);
}

.bg-primary-200\/5 {
  background-color: rgb(244 177 160 / 0.05);
}

.bg-primary-200\/50 {
  background-color: rgb(244 177 160 / 0.5);
}

.bg-primary-200\/55 {
  background-color: rgb(244 177 160 / 0.55);
}

.bg-primary-200\/60 {
  background-color: rgb(244 177 160 / 0.6);
}

.bg-primary-200\/65 {
  background-color: rgb(244 177 160 / 0.65);
}

.bg-primary-200\/70 {
  background-color: rgb(244 177 160 / 0.7);
}

.bg-primary-200\/75 {
  background-color: rgb(244 177 160 / 0.75);
}

.bg-primary-200\/80 {
  background-color: rgb(244 177 160 / 0.8);
}

.bg-primary-200\/85 {
  background-color: rgb(244 177 160 / 0.85);
}

.bg-primary-200\/90 {
  background-color: rgb(244 177 160 / 0.9);
}

.bg-primary-200\/95 {
  background-color: rgb(244 177 160 / 0.95);
}

.bg-primary-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(238 139 114 / var(--tw-bg-opacity, 1));
}

.bg-primary-300\/0 {
  background-color: rgb(238 139 114 / 0);
}

.bg-primary-300\/10 {
  background-color: rgb(238 139 114 / 0.1);
}

.bg-primary-300\/100 {
  background-color: rgb(238 139 114 / 1);
}

.bg-primary-300\/15 {
  background-color: rgb(238 139 114 / 0.15);
}

.bg-primary-300\/20 {
  background-color: rgb(238 139 114 / 0.2);
}

.bg-primary-300\/25 {
  background-color: rgb(238 139 114 / 0.25);
}

.bg-primary-300\/30 {
  background-color: rgb(238 139 114 / 0.3);
}

.bg-primary-300\/35 {
  background-color: rgb(238 139 114 / 0.35);
}

.bg-primary-300\/40 {
  background-color: rgb(238 139 114 / 0.4);
}

.bg-primary-300\/45 {
  background-color: rgb(238 139 114 / 0.45);
}

.bg-primary-300\/5 {
  background-color: rgb(238 139 114 / 0.05);
}

.bg-primary-300\/50 {
  background-color: rgb(238 139 114 / 0.5);
}

.bg-primary-300\/55 {
  background-color: rgb(238 139 114 / 0.55);
}

.bg-primary-300\/60 {
  background-color: rgb(238 139 114 / 0.6);
}

.bg-primary-300\/65 {
  background-color: rgb(238 139 114 / 0.65);
}

.bg-primary-300\/70 {
  background-color: rgb(238 139 114 / 0.7);
}

.bg-primary-300\/75 {
  background-color: rgb(238 139 114 / 0.75);
}

.bg-primary-300\/80 {
  background-color: rgb(238 139 114 / 0.8);
}

.bg-primary-300\/85 {
  background-color: rgb(238 139 114 / 0.85);
}

.bg-primary-300\/90 {
  background-color: rgb(238 139 114 / 0.9);
}

.bg-primary-300\/95 {
  background-color: rgb(238 139 114 / 0.95);
}

.bg-primary-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(231 100 68 / var(--tw-bg-opacity, 1));
}

.bg-primary-400\/0 {
  background-color: rgb(231 100 68 / 0);
}

.bg-primary-400\/10 {
  background-color: rgb(231 100 68 / 0.1);
}

.bg-primary-400\/100 {
  background-color: rgb(231 100 68 / 1);
}

.bg-primary-400\/15 {
  background-color: rgb(231 100 68 / 0.15);
}

.bg-primary-400\/20 {
  background-color: rgb(231 100 68 / 0.2);
}

.bg-primary-400\/25 {
  background-color: rgb(231 100 68 / 0.25);
}

.bg-primary-400\/30 {
  background-color: rgb(231 100 68 / 0.3);
}

.bg-primary-400\/35 {
  background-color: rgb(231 100 68 / 0.35);
}

.bg-primary-400\/40 {
  background-color: rgb(231 100 68 / 0.4);
}

.bg-primary-400\/45 {
  background-color: rgb(231 100 68 / 0.45);
}

.bg-primary-400\/5 {
  background-color: rgb(231 100 68 / 0.05);
}

.bg-primary-400\/50 {
  background-color: rgb(231 100 68 / 0.5);
}

.bg-primary-400\/55 {
  background-color: rgb(231 100 68 / 0.55);
}

.bg-primary-400\/60 {
  background-color: rgb(231 100 68 / 0.6);
}

.bg-primary-400\/65 {
  background-color: rgb(231 100 68 / 0.65);
}

.bg-primary-400\/70 {
  background-color: rgb(231 100 68 / 0.7);
}

.bg-primary-400\/75 {
  background-color: rgb(231 100 68 / 0.75);
}

.bg-primary-400\/80 {
  background-color: rgb(231 100 68 / 0.8);
}

.bg-primary-400\/85 {
  background-color: rgb(231 100 68 / 0.85);
}

.bg-primary-400\/90 {
  background-color: rgb(231 100 68 / 0.9);
}

.bg-primary-400\/95 {
  background-color: rgb(231 100 68 / 0.95);
}

.bg-primary-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 237 232 / var(--tw-bg-opacity, 1));
}

.bg-primary-50\/0 {
  background-color: rgb(253 237 232 / 0);
}

.bg-primary-50\/10 {
  background-color: rgb(253 237 232 / 0.1);
}

.bg-primary-50\/100 {
  background-color: rgb(253 237 232 / 1);
}

.bg-primary-50\/15 {
  background-color: rgb(253 237 232 / 0.15);
}

.bg-primary-50\/20 {
  background-color: rgb(253 237 232 / 0.2);
}

.bg-primary-50\/25 {
  background-color: rgb(253 237 232 / 0.25);
}

.bg-primary-50\/30 {
  background-color: rgb(253 237 232 / 0.3);
}

.bg-primary-50\/35 {
  background-color: rgb(253 237 232 / 0.35);
}

.bg-primary-50\/40 {
  background-color: rgb(253 237 232 / 0.4);
}

.bg-primary-50\/45 {
  background-color: rgb(253 237 232 / 0.45);
}

.bg-primary-50\/5 {
  background-color: rgb(253 237 232 / 0.05);
}

.bg-primary-50\/50 {
  background-color: rgb(253 237 232 / 0.5);
}

.bg-primary-50\/55 {
  background-color: rgb(253 237 232 / 0.55);
}

.bg-primary-50\/60 {
  background-color: rgb(253 237 232 / 0.6);
}

.bg-primary-50\/65 {
  background-color: rgb(253 237 232 / 0.65);
}

.bg-primary-50\/70 {
  background-color: rgb(253 237 232 / 0.7);
}

.bg-primary-50\/75 {
  background-color: rgb(253 237 232 / 0.75);
}

.bg-primary-50\/80 {
  background-color: rgb(253 237 232 / 0.8);
}

.bg-primary-50\/85 {
  background-color: rgb(253 237 232 / 0.85);
}

.bg-primary-50\/90 {
  background-color: rgb(253 237 232 / 0.9);
}

.bg-primary-50\/95 {
  background-color: rgb(253 237 232 / 0.95);
}

.bg-primary-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(171 51 0 / var(--tw-bg-opacity, 1));
}

.bg-primary-500\/0 {
  background-color: rgb(171 51 0 / 0);
}

.bg-primary-500\/10 {
  background-color: rgb(171 51 0 / 0.1);
}

.bg-primary-500\/100 {
  background-color: rgb(171 51 0 / 1);
}

.bg-primary-500\/15 {
  background-color: rgb(171 51 0 / 0.15);
}

.bg-primary-500\/20 {
  background-color: rgb(171 51 0 / 0.2);
}

.bg-primary-500\/25 {
  background-color: rgb(171 51 0 / 0.25);
}

.bg-primary-500\/30 {
  background-color: rgb(171 51 0 / 0.3);
}

.bg-primary-500\/35 {
  background-color: rgb(171 51 0 / 0.35);
}

.bg-primary-500\/40 {
  background-color: rgb(171 51 0 / 0.4);
}

.bg-primary-500\/45 {
  background-color: rgb(171 51 0 / 0.45);
}

.bg-primary-500\/5 {
  background-color: rgb(171 51 0 / 0.05);
}

.bg-primary-500\/50 {
  background-color: rgb(171 51 0 / 0.5);
}

.bg-primary-500\/55 {
  background-color: rgb(171 51 0 / 0.55);
}

.bg-primary-500\/60 {
  background-color: rgb(171 51 0 / 0.6);
}

.bg-primary-500\/65 {
  background-color: rgb(171 51 0 / 0.65);
}

.bg-primary-500\/70 {
  background-color: rgb(171 51 0 / 0.7);
}

.bg-primary-500\/75 {
  background-color: rgb(171 51 0 / 0.75);
}

.bg-primary-500\/80 {
  background-color: rgb(171 51 0 / 0.8);
}

.bg-primary-500\/85 {
  background-color: rgb(171 51 0 / 0.85);
}

.bg-primary-500\/90 {
  background-color: rgb(171 51 0 / 0.9);
}

.bg-primary-500\/95 {
  background-color: rgb(171 51 0 / 0.95);
}

.bg-primary-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(151 46 0 / var(--tw-bg-opacity, 1));
}

.bg-primary-600\/0 {
  background-color: rgb(151 46 0 / 0);
}

.bg-primary-600\/10 {
  background-color: rgb(151 46 0 / 0.1);
}

.bg-primary-600\/100 {
  background-color: rgb(151 46 0 / 1);
}

.bg-primary-600\/15 {
  background-color: rgb(151 46 0 / 0.15);
}

.bg-primary-600\/20 {
  background-color: rgb(151 46 0 / 0.2);
}

.bg-primary-600\/25 {
  background-color: rgb(151 46 0 / 0.25);
}

.bg-primary-600\/30 {
  background-color: rgb(151 46 0 / 0.3);
}

.bg-primary-600\/35 {
  background-color: rgb(151 46 0 / 0.35);
}

.bg-primary-600\/40 {
  background-color: rgb(151 46 0 / 0.4);
}

.bg-primary-600\/45 {
  background-color: rgb(151 46 0 / 0.45);
}

.bg-primary-600\/5 {
  background-color: rgb(151 46 0 / 0.05);
}

.bg-primary-600\/50 {
  background-color: rgb(151 46 0 / 0.5);
}

.bg-primary-600\/55 {
  background-color: rgb(151 46 0 / 0.55);
}

.bg-primary-600\/60 {
  background-color: rgb(151 46 0 / 0.6);
}

.bg-primary-600\/65 {
  background-color: rgb(151 46 0 / 0.65);
}

.bg-primary-600\/70 {
  background-color: rgb(151 46 0 / 0.7);
}

.bg-primary-600\/75 {
  background-color: rgb(151 46 0 / 0.75);
}

.bg-primary-600\/80 {
  background-color: rgb(151 46 0 / 0.8);
}

.bg-primary-600\/85 {
  background-color: rgb(151 46 0 / 0.85);
}

.bg-primary-600\/90 {
  background-color: rgb(151 46 0 / 0.9);
}

.bg-primary-600\/95 {
  background-color: rgb(151 46 0 / 0.95);
}

.bg-primary-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(123 37 0 / var(--tw-bg-opacity, 1));
}

.bg-primary-700\/0 {
  background-color: rgb(123 37 0 / 0);
}

.bg-primary-700\/10 {
  background-color: rgb(123 37 0 / 0.1);
}

.bg-primary-700\/100 {
  background-color: rgb(123 37 0 / 1);
}

.bg-primary-700\/15 {
  background-color: rgb(123 37 0 / 0.15);
}

.bg-primary-700\/20 {
  background-color: rgb(123 37 0 / 0.2);
}

.bg-primary-700\/25 {
  background-color: rgb(123 37 0 / 0.25);
}

.bg-primary-700\/30 {
  background-color: rgb(123 37 0 / 0.3);
}

.bg-primary-700\/35 {
  background-color: rgb(123 37 0 / 0.35);
}

.bg-primary-700\/40 {
  background-color: rgb(123 37 0 / 0.4);
}

.bg-primary-700\/45 {
  background-color: rgb(123 37 0 / 0.45);
}

.bg-primary-700\/5 {
  background-color: rgb(123 37 0 / 0.05);
}

.bg-primary-700\/50 {
  background-color: rgb(123 37 0 / 0.5);
}

.bg-primary-700\/55 {
  background-color: rgb(123 37 0 / 0.55);
}

.bg-primary-700\/60 {
  background-color: rgb(123 37 0 / 0.6);
}

.bg-primary-700\/65 {
  background-color: rgb(123 37 0 / 0.65);
}

.bg-primary-700\/70 {
  background-color: rgb(123 37 0 / 0.7);
}

.bg-primary-700\/75 {
  background-color: rgb(123 37 0 / 0.75);
}

.bg-primary-700\/80 {
  background-color: rgb(123 37 0 / 0.8);
}

.bg-primary-700\/85 {
  background-color: rgb(123 37 0 / 0.85);
}

.bg-primary-700\/90 {
  background-color: rgb(123 37 0 / 0.9);
}

.bg-primary-700\/95 {
  background-color: rgb(123 37 0 / 0.95);
}

.bg-primary-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(95 29 0 / var(--tw-bg-opacity, 1));
}

.bg-primary-800\/0 {
  background-color: rgb(95 29 0 / 0);
}

.bg-primary-800\/10 {
  background-color: rgb(95 29 0 / 0.1);
}

.bg-primary-800\/100 {
  background-color: rgb(95 29 0 / 1);
}

.bg-primary-800\/15 {
  background-color: rgb(95 29 0 / 0.15);
}

.bg-primary-800\/20 {
  background-color: rgb(95 29 0 / 0.2);
}

.bg-primary-800\/25 {
  background-color: rgb(95 29 0 / 0.25);
}

.bg-primary-800\/30 {
  background-color: rgb(95 29 0 / 0.3);
}

.bg-primary-800\/35 {
  background-color: rgb(95 29 0 / 0.35);
}

.bg-primary-800\/40 {
  background-color: rgb(95 29 0 / 0.4);
}

.bg-primary-800\/45 {
  background-color: rgb(95 29 0 / 0.45);
}

.bg-primary-800\/5 {
  background-color: rgb(95 29 0 / 0.05);
}

.bg-primary-800\/50 {
  background-color: rgb(95 29 0 / 0.5);
}

.bg-primary-800\/55 {
  background-color: rgb(95 29 0 / 0.55);
}

.bg-primary-800\/60 {
  background-color: rgb(95 29 0 / 0.6);
}

.bg-primary-800\/65 {
  background-color: rgb(95 29 0 / 0.65);
}

.bg-primary-800\/70 {
  background-color: rgb(95 29 0 / 0.7);
}

.bg-primary-800\/75 {
  background-color: rgb(95 29 0 / 0.75);
}

.bg-primary-800\/80 {
  background-color: rgb(95 29 0 / 0.8);
}

.bg-primary-800\/85 {
  background-color: rgb(95 29 0 / 0.85);
}

.bg-primary-800\/90 {
  background-color: rgb(95 29 0 / 0.9);
}

.bg-primary-800\/95 {
  background-color: rgb(95 29 0 / 0.95);
}

.bg-primary-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(66 18 0 / var(--tw-bg-opacity, 1));
}

.bg-primary-900\/0 {
  background-color: rgb(66 18 0 / 0);
}

.bg-primary-900\/10 {
  background-color: rgb(66 18 0 / 0.1);
}

.bg-primary-900\/100 {
  background-color: rgb(66 18 0 / 1);
}

.bg-primary-900\/15 {
  background-color: rgb(66 18 0 / 0.15);
}

.bg-primary-900\/20 {
  background-color: rgb(66 18 0 / 0.2);
}

.bg-primary-900\/25 {
  background-color: rgb(66 18 0 / 0.25);
}

.bg-primary-900\/30 {
  background-color: rgb(66 18 0 / 0.3);
}

.bg-primary-900\/35 {
  background-color: rgb(66 18 0 / 0.35);
}

.bg-primary-900\/40 {
  background-color: rgb(66 18 0 / 0.4);
}

.bg-primary-900\/45 {
  background-color: rgb(66 18 0 / 0.45);
}

.bg-primary-900\/5 {
  background-color: rgb(66 18 0 / 0.05);
}

.bg-primary-900\/50 {
  background-color: rgb(66 18 0 / 0.5);
}

.bg-primary-900\/55 {
  background-color: rgb(66 18 0 / 0.55);
}

.bg-primary-900\/60 {
  background-color: rgb(66 18 0 / 0.6);
}

.bg-primary-900\/65 {
  background-color: rgb(66 18 0 / 0.65);
}

.bg-primary-900\/70 {
  background-color: rgb(66 18 0 / 0.7);
}

.bg-primary-900\/75 {
  background-color: rgb(66 18 0 / 0.75);
}

.bg-primary-900\/80 {
  background-color: rgb(66 18 0 / 0.8);
}

.bg-primary-900\/85 {
  background-color: rgb(66 18 0 / 0.85);
}

.bg-primary-900\/90 {
  background-color: rgb(66 18 0 / 0.9);
}

.bg-primary-900\/95 {
  background-color: rgb(66 18 0 / 0.95);
}

.bg-primary-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(42 8 0 / var(--tw-bg-opacity, 1));
}

.bg-primary-950\/0 {
  background-color: rgb(42 8 0 / 0);
}

.bg-primary-950\/10 {
  background-color: rgb(42 8 0 / 0.1);
}

.bg-primary-950\/100 {
  background-color: rgb(42 8 0 / 1);
}

.bg-primary-950\/15 {
  background-color: rgb(42 8 0 / 0.15);
}

.bg-primary-950\/20 {
  background-color: rgb(42 8 0 / 0.2);
}

.bg-primary-950\/25 {
  background-color: rgb(42 8 0 / 0.25);
}

.bg-primary-950\/30 {
  background-color: rgb(42 8 0 / 0.3);
}

.bg-primary-950\/35 {
  background-color: rgb(42 8 0 / 0.35);
}

.bg-primary-950\/40 {
  background-color: rgb(42 8 0 / 0.4);
}

.bg-primary-950\/45 {
  background-color: rgb(42 8 0 / 0.45);
}

.bg-primary-950\/5 {
  background-color: rgb(42 8 0 / 0.05);
}

.bg-primary-950\/50 {
  background-color: rgb(42 8 0 / 0.5);
}

.bg-primary-950\/55 {
  background-color: rgb(42 8 0 / 0.55);
}

.bg-primary-950\/60 {
  background-color: rgb(42 8 0 / 0.6);
}

.bg-primary-950\/65 {
  background-color: rgb(42 8 0 / 0.65);
}

.bg-primary-950\/70 {
  background-color: rgb(42 8 0 / 0.7);
}

.bg-primary-950\/75 {
  background-color: rgb(42 8 0 / 0.75);
}

.bg-primary-950\/80 {
  background-color: rgb(42 8 0 / 0.8);
}

.bg-primary-950\/85 {
  background-color: rgb(42 8 0 / 0.85);
}

.bg-primary-950\/90 {
  background-color: rgb(42 8 0 / 0.9);
}

.bg-primary-950\/95 {
  background-color: rgb(42 8 0 / 0.95);
}

.bg-purple-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(237 235 254 / var(--tw-bg-opacity, 1));
}

.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 232 232 / var(--tw-bg-opacity, 1));
}

.bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 242 242 / var(--tw-bg-opacity, 1));
}

.bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(224 36 36 / var(--tw-bg-opacity, 1));
}

.bg-secondary-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(213 232 234 / var(--tw-bg-opacity, 1));
}

.bg-secondary-100\/0 {
  background-color: rgb(213 232 234 / 0);
}

.bg-secondary-100\/10 {
  background-color: rgb(213 232 234 / 0.1);
}

.bg-secondary-100\/100 {
  background-color: rgb(213 232 234 / 1);
}

.bg-secondary-100\/15 {
  background-color: rgb(213 232 234 / 0.15);
}

.bg-secondary-100\/20 {
  background-color: rgb(213 232 234 / 0.2);
}

.bg-secondary-100\/25 {
  background-color: rgb(213 232 234 / 0.25);
}

.bg-secondary-100\/30 {
  background-color: rgb(213 232 234 / 0.3);
}

.bg-secondary-100\/35 {
  background-color: rgb(213 232 234 / 0.35);
}

.bg-secondary-100\/40 {
  background-color: rgb(213 232 234 / 0.4);
}

.bg-secondary-100\/45 {
  background-color: rgb(213 232 234 / 0.45);
}

.bg-secondary-100\/5 {
  background-color: rgb(213 232 234 / 0.05);
}

.bg-secondary-100\/50 {
  background-color: rgb(213 232 234 / 0.5);
}

.bg-secondary-100\/55 {
  background-color: rgb(213 232 234 / 0.55);
}

.bg-secondary-100\/60 {
  background-color: rgb(213 232 234 / 0.6);
}

.bg-secondary-100\/65 {
  background-color: rgb(213 232 234 / 0.65);
}

.bg-secondary-100\/70 {
  background-color: rgb(213 232 234 / 0.7);
}

.bg-secondary-100\/75 {
  background-color: rgb(213 232 234 / 0.75);
}

.bg-secondary-100\/80 {
  background-color: rgb(213 232 234 / 0.8);
}

.bg-secondary-100\/85 {
  background-color: rgb(213 232 234 / 0.85);
}

.bg-secondary-100\/90 {
  background-color: rgb(213 232 234 / 0.9);
}

.bg-secondary-100\/95 {
  background-color: rgb(213 232 234 / 0.95);
}

.bg-secondary-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(172 198 196 / var(--tw-bg-opacity, 1));
}

.bg-secondary-200\/0 {
  background-color: rgb(172 198 196 / 0);
}

.bg-secondary-200\/10 {
  background-color: rgb(172 198 196 / 0.1);
}

.bg-secondary-200\/100 {
  background-color: rgb(172 198 196 / 1);
}

.bg-secondary-200\/15 {
  background-color: rgb(172 198 196 / 0.15);
}

.bg-secondary-200\/20 {
  background-color: rgb(172 198 196 / 0.2);
}

.bg-secondary-200\/25 {
  background-color: rgb(172 198 196 / 0.25);
}

.bg-secondary-200\/30 {
  background-color: rgb(172 198 196 / 0.3);
}

.bg-secondary-200\/35 {
  background-color: rgb(172 198 196 / 0.35);
}

.bg-secondary-200\/40 {
  background-color: rgb(172 198 196 / 0.4);
}

.bg-secondary-200\/45 {
  background-color: rgb(172 198 196 / 0.45);
}

.bg-secondary-200\/5 {
  background-color: rgb(172 198 196 / 0.05);
}

.bg-secondary-200\/50 {
  background-color: rgb(172 198 196 / 0.5);
}

.bg-secondary-200\/55 {
  background-color: rgb(172 198 196 / 0.55);
}

.bg-secondary-200\/60 {
  background-color: rgb(172 198 196 / 0.6);
}

.bg-secondary-200\/65 {
  background-color: rgb(172 198 196 / 0.65);
}

.bg-secondary-200\/70 {
  background-color: rgb(172 198 196 / 0.7);
}

.bg-secondary-200\/75 {
  background-color: rgb(172 198 196 / 0.75);
}

.bg-secondary-200\/80 {
  background-color: rgb(172 198 196 / 0.8);
}

.bg-secondary-200\/85 {
  background-color: rgb(172 198 196 / 0.85);
}

.bg-secondary-200\/90 {
  background-color: rgb(172 198 196 / 0.9);
}

.bg-secondary-200\/95 {
  background-color: rgb(172 198 196 / 0.95);
}

.bg-secondary-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(116 174 186 / var(--tw-bg-opacity, 1));
}

.bg-secondary-300\/0 {
  background-color: rgb(116 174 186 / 0);
}

.bg-secondary-300\/10 {
  background-color: rgb(116 174 186 / 0.1);
}

.bg-secondary-300\/100 {
  background-color: rgb(116 174 186 / 1);
}

.bg-secondary-300\/15 {
  background-color: rgb(116 174 186 / 0.15);
}

.bg-secondary-300\/20 {
  background-color: rgb(116 174 186 / 0.2);
}

.bg-secondary-300\/25 {
  background-color: rgb(116 174 186 / 0.25);
}

.bg-secondary-300\/30 {
  background-color: rgb(116 174 186 / 0.3);
}

.bg-secondary-300\/35 {
  background-color: rgb(116 174 186 / 0.35);
}

.bg-secondary-300\/40 {
  background-color: rgb(116 174 186 / 0.4);
}

.bg-secondary-300\/45 {
  background-color: rgb(116 174 186 / 0.45);
}

.bg-secondary-300\/5 {
  background-color: rgb(116 174 186 / 0.05);
}

.bg-secondary-300\/50 {
  background-color: rgb(116 174 186 / 0.5);
}

.bg-secondary-300\/55 {
  background-color: rgb(116 174 186 / 0.55);
}

.bg-secondary-300\/60 {
  background-color: rgb(116 174 186 / 0.6);
}

.bg-secondary-300\/65 {
  background-color: rgb(116 174 186 / 0.65);
}

.bg-secondary-300\/70 {
  background-color: rgb(116 174 186 / 0.7);
}

.bg-secondary-300\/75 {
  background-color: rgb(116 174 186 / 0.75);
}

.bg-secondary-300\/80 {
  background-color: rgb(116 174 186 / 0.8);
}

.bg-secondary-300\/85 {
  background-color: rgb(116 174 186 / 0.85);
}

.bg-secondary-300\/90 {
  background-color: rgb(116 174 186 / 0.9);
}

.bg-secondary-300\/95 {
  background-color: rgb(116 174 186 / 0.95);
}

.bg-secondary-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(66 138 145 / var(--tw-bg-opacity, 1));
}

.bg-secondary-400\/0 {
  background-color: rgb(66 138 145 / 0);
}

.bg-secondary-400\/10 {
  background-color: rgb(66 138 145 / 0.1);
}

.bg-secondary-400\/100 {
  background-color: rgb(66 138 145 / 1);
}

.bg-secondary-400\/15 {
  background-color: rgb(66 138 145 / 0.15);
}

.bg-secondary-400\/20 {
  background-color: rgb(66 138 145 / 0.2);
}

.bg-secondary-400\/25 {
  background-color: rgb(66 138 145 / 0.25);
}

.bg-secondary-400\/30 {
  background-color: rgb(66 138 145 / 0.3);
}

.bg-secondary-400\/35 {
  background-color: rgb(66 138 145 / 0.35);
}

.bg-secondary-400\/40 {
  background-color: rgb(66 138 145 / 0.4);
}

.bg-secondary-400\/45 {
  background-color: rgb(66 138 145 / 0.45);
}

.bg-secondary-400\/5 {
  background-color: rgb(66 138 145 / 0.05);
}

.bg-secondary-400\/50 {
  background-color: rgb(66 138 145 / 0.5);
}

.bg-secondary-400\/55 {
  background-color: rgb(66 138 145 / 0.55);
}

.bg-secondary-400\/60 {
  background-color: rgb(66 138 145 / 0.6);
}

.bg-secondary-400\/65 {
  background-color: rgb(66 138 145 / 0.65);
}

.bg-secondary-400\/70 {
  background-color: rgb(66 138 145 / 0.7);
}

.bg-secondary-400\/75 {
  background-color: rgb(66 138 145 / 0.75);
}

.bg-secondary-400\/80 {
  background-color: rgb(66 138 145 / 0.8);
}

.bg-secondary-400\/85 {
  background-color: rgb(66 138 145 / 0.85);
}

.bg-secondary-400\/90 {
  background-color: rgb(66 138 145 / 0.9);
}

.bg-secondary-400\/95 {
  background-color: rgb(66 138 145 / 0.95);
}

.bg-secondary-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(235 237 222 / var(--tw-bg-opacity, 1));
}

.bg-secondary-50\/0 {
  background-color: rgb(235 237 222 / 0);
}

.bg-secondary-50\/10 {
  background-color: rgb(235 237 222 / 0.1);
}

.bg-secondary-50\/100 {
  background-color: rgb(235 237 222 / 1);
}

.bg-secondary-50\/15 {
  background-color: rgb(235 237 222 / 0.15);
}

.bg-secondary-50\/20 {
  background-color: rgb(235 237 222 / 0.2);
}

.bg-secondary-50\/25 {
  background-color: rgb(235 237 222 / 0.25);
}

.bg-secondary-50\/30 {
  background-color: rgb(235 237 222 / 0.3);
}

.bg-secondary-50\/35 {
  background-color: rgb(235 237 222 / 0.35);
}

.bg-secondary-50\/40 {
  background-color: rgb(235 237 222 / 0.4);
}

.bg-secondary-50\/45 {
  background-color: rgb(235 237 222 / 0.45);
}

.bg-secondary-50\/5 {
  background-color: rgb(235 237 222 / 0.05);
}

.bg-secondary-50\/50 {
  background-color: rgb(235 237 222 / 0.5);
}

.bg-secondary-50\/55 {
  background-color: rgb(235 237 222 / 0.55);
}

.bg-secondary-50\/60 {
  background-color: rgb(235 237 222 / 0.6);
}

.bg-secondary-50\/65 {
  background-color: rgb(235 237 222 / 0.65);
}

.bg-secondary-50\/70 {
  background-color: rgb(235 237 222 / 0.7);
}

.bg-secondary-50\/75 {
  background-color: rgb(235 237 222 / 0.75);
}

.bg-secondary-50\/80 {
  background-color: rgb(235 237 222 / 0.8);
}

.bg-secondary-50\/85 {
  background-color: rgb(235 237 222 / 0.85);
}

.bg-secondary-50\/90 {
  background-color: rgb(235 237 222 / 0.9);
}

.bg-secondary-50\/95 {
  background-color: rgb(235 237 222 / 0.95);
}

.bg-secondary-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(42 76 80 / var(--tw-bg-opacity, 1));
}

.bg-secondary-500\/0 {
  background-color: rgb(42 76 80 / 0);
}

.bg-secondary-500\/10 {
  background-color: rgb(42 76 80 / 0.1);
}

.bg-secondary-500\/100 {
  background-color: rgb(42 76 80 / 1);
}

.bg-secondary-500\/15 {
  background-color: rgb(42 76 80 / 0.15);
}

.bg-secondary-500\/20 {
  background-color: rgb(42 76 80 / 0.2);
}

.bg-secondary-500\/25 {
  background-color: rgb(42 76 80 / 0.25);
}

.bg-secondary-500\/30 {
  background-color: rgb(42 76 80 / 0.3);
}

.bg-secondary-500\/35 {
  background-color: rgb(42 76 80 / 0.35);
}

.bg-secondary-500\/40 {
  background-color: rgb(42 76 80 / 0.4);
}

.bg-secondary-500\/45 {
  background-color: rgb(42 76 80 / 0.45);
}

.bg-secondary-500\/5 {
  background-color: rgb(42 76 80 / 0.05);
}

.bg-secondary-500\/50 {
  background-color: rgb(42 76 80 / 0.5);
}

.bg-secondary-500\/55 {
  background-color: rgb(42 76 80 / 0.55);
}

.bg-secondary-500\/60 {
  background-color: rgb(42 76 80 / 0.6);
}

.bg-secondary-500\/65 {
  background-color: rgb(42 76 80 / 0.65);
}

.bg-secondary-500\/70 {
  background-color: rgb(42 76 80 / 0.7);
}

.bg-secondary-500\/75 {
  background-color: rgb(42 76 80 / 0.75);
}

.bg-secondary-500\/80 {
  background-color: rgb(42 76 80 / 0.8);
}

.bg-secondary-500\/85 {
  background-color: rgb(42 76 80 / 0.85);
}

.bg-secondary-500\/90 {
  background-color: rgb(42 76 80 / 0.9);
}

.bg-secondary-500\/95 {
  background-color: rgb(42 76 80 / 0.95);
}

.bg-secondary-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 64 68 / var(--tw-bg-opacity, 1));
}

.bg-secondary-600\/0 {
  background-color: rgb(34 64 68 / 0);
}

.bg-secondary-600\/10 {
  background-color: rgb(34 64 68 / 0.1);
}

.bg-secondary-600\/100 {
  background-color: rgb(34 64 68 / 1);
}

.bg-secondary-600\/15 {
  background-color: rgb(34 64 68 / 0.15);
}

.bg-secondary-600\/20 {
  background-color: rgb(34 64 68 / 0.2);
}

.bg-secondary-600\/25 {
  background-color: rgb(34 64 68 / 0.25);
}

.bg-secondary-600\/30 {
  background-color: rgb(34 64 68 / 0.3);
}

.bg-secondary-600\/35 {
  background-color: rgb(34 64 68 / 0.35);
}

.bg-secondary-600\/40 {
  background-color: rgb(34 64 68 / 0.4);
}

.bg-secondary-600\/45 {
  background-color: rgb(34 64 68 / 0.45);
}

.bg-secondary-600\/5 {
  background-color: rgb(34 64 68 / 0.05);
}

.bg-secondary-600\/50 {
  background-color: rgb(34 64 68 / 0.5);
}

.bg-secondary-600\/55 {
  background-color: rgb(34 64 68 / 0.55);
}

.bg-secondary-600\/60 {
  background-color: rgb(34 64 68 / 0.6);
}

.bg-secondary-600\/65 {
  background-color: rgb(34 64 68 / 0.65);
}

.bg-secondary-600\/70 {
  background-color: rgb(34 64 68 / 0.7);
}

.bg-secondary-600\/75 {
  background-color: rgb(34 64 68 / 0.75);
}

.bg-secondary-600\/80 {
  background-color: rgb(34 64 68 / 0.8);
}

.bg-secondary-600\/85 {
  background-color: rgb(34 64 68 / 0.85);
}

.bg-secondary-600\/90 {
  background-color: rgb(34 64 68 / 0.9);
}

.bg-secondary-600\/95 {
  background-color: rgb(34 64 68 / 0.95);
}

.bg-secondary-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(26 50 54 / var(--tw-bg-opacity, 1));
}

.bg-secondary-700\/0 {
  background-color: rgb(26 50 54 / 0);
}

.bg-secondary-700\/10 {
  background-color: rgb(26 50 54 / 0.1);
}

.bg-secondary-700\/100 {
  background-color: rgb(26 50 54 / 1);
}

.bg-secondary-700\/15 {
  background-color: rgb(26 50 54 / 0.15);
}

.bg-secondary-700\/20 {
  background-color: rgb(26 50 54 / 0.2);
}

.bg-secondary-700\/25 {
  background-color: rgb(26 50 54 / 0.25);
}

.bg-secondary-700\/30 {
  background-color: rgb(26 50 54 / 0.3);
}

.bg-secondary-700\/35 {
  background-color: rgb(26 50 54 / 0.35);
}

.bg-secondary-700\/40 {
  background-color: rgb(26 50 54 / 0.4);
}

.bg-secondary-700\/45 {
  background-color: rgb(26 50 54 / 0.45);
}

.bg-secondary-700\/5 {
  background-color: rgb(26 50 54 / 0.05);
}

.bg-secondary-700\/50 {
  background-color: rgb(26 50 54 / 0.5);
}

.bg-secondary-700\/55 {
  background-color: rgb(26 50 54 / 0.55);
}

.bg-secondary-700\/60 {
  background-color: rgb(26 50 54 / 0.6);
}

.bg-secondary-700\/65 {
  background-color: rgb(26 50 54 / 0.65);
}

.bg-secondary-700\/70 {
  background-color: rgb(26 50 54 / 0.7);
}

.bg-secondary-700\/75 {
  background-color: rgb(26 50 54 / 0.75);
}

.bg-secondary-700\/80 {
  background-color: rgb(26 50 54 / 0.8);
}

.bg-secondary-700\/85 {
  background-color: rgb(26 50 54 / 0.85);
}

.bg-secondary-700\/90 {
  background-color: rgb(26 50 54 / 0.9);
}

.bg-secondary-700\/95 {
  background-color: rgb(26 50 54 / 0.95);
}

.bg-secondary-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(18 35 40 / var(--tw-bg-opacity, 1));
}

.bg-secondary-800\/0 {
  background-color: rgb(18 35 40 / 0);
}

.bg-secondary-800\/10 {
  background-color: rgb(18 35 40 / 0.1);
}

.bg-secondary-800\/100 {
  background-color: rgb(18 35 40 / 1);
}

.bg-secondary-800\/15 {
  background-color: rgb(18 35 40 / 0.15);
}

.bg-secondary-800\/20 {
  background-color: rgb(18 35 40 / 0.2);
}

.bg-secondary-800\/25 {
  background-color: rgb(18 35 40 / 0.25);
}

.bg-secondary-800\/30 {
  background-color: rgb(18 35 40 / 0.3);
}

.bg-secondary-800\/35 {
  background-color: rgb(18 35 40 / 0.35);
}

.bg-secondary-800\/40 {
  background-color: rgb(18 35 40 / 0.4);
}

.bg-secondary-800\/45 {
  background-color: rgb(18 35 40 / 0.45);
}

.bg-secondary-800\/5 {
  background-color: rgb(18 35 40 / 0.05);
}

.bg-secondary-800\/50 {
  background-color: rgb(18 35 40 / 0.5);
}

.bg-secondary-800\/55 {
  background-color: rgb(18 35 40 / 0.55);
}

.bg-secondary-800\/60 {
  background-color: rgb(18 35 40 / 0.6);
}

.bg-secondary-800\/65 {
  background-color: rgb(18 35 40 / 0.65);
}

.bg-secondary-800\/70 {
  background-color: rgb(18 35 40 / 0.7);
}

.bg-secondary-800\/75 {
  background-color: rgb(18 35 40 / 0.75);
}

.bg-secondary-800\/80 {
  background-color: rgb(18 35 40 / 0.8);
}

.bg-secondary-800\/85 {
  background-color: rgb(18 35 40 / 0.85);
}

.bg-secondary-800\/90 {
  background-color: rgb(18 35 40 / 0.9);
}

.bg-secondary-800\/95 {
  background-color: rgb(18 35 40 / 0.95);
}

.bg-secondary-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(10 21 26 / var(--tw-bg-opacity, 1));
}

.bg-secondary-900\/0 {
  background-color: rgb(10 21 26 / 0);
}

.bg-secondary-900\/10 {
  background-color: rgb(10 21 26 / 0.1);
}

.bg-secondary-900\/100 {
  background-color: rgb(10 21 26 / 1);
}

.bg-secondary-900\/15 {
  background-color: rgb(10 21 26 / 0.15);
}

.bg-secondary-900\/20 {
  background-color: rgb(10 21 26 / 0.2);
}

.bg-secondary-900\/25 {
  background-color: rgb(10 21 26 / 0.25);
}

.bg-secondary-900\/30 {
  background-color: rgb(10 21 26 / 0.3);
}

.bg-secondary-900\/35 {
  background-color: rgb(10 21 26 / 0.35);
}

.bg-secondary-900\/40 {
  background-color: rgb(10 21 26 / 0.4);
}

.bg-secondary-900\/45 {
  background-color: rgb(10 21 26 / 0.45);
}

.bg-secondary-900\/5 {
  background-color: rgb(10 21 26 / 0.05);
}

.bg-secondary-900\/50 {
  background-color: rgb(10 21 26 / 0.5);
}

.bg-secondary-900\/55 {
  background-color: rgb(10 21 26 / 0.55);
}

.bg-secondary-900\/60 {
  background-color: rgb(10 21 26 / 0.6);
}

.bg-secondary-900\/65 {
  background-color: rgb(10 21 26 / 0.65);
}

.bg-secondary-900\/70 {
  background-color: rgb(10 21 26 / 0.7);
}

.bg-secondary-900\/75 {
  background-color: rgb(10 21 26 / 0.75);
}

.bg-secondary-900\/80 {
  background-color: rgb(10 21 26 / 0.8);
}

.bg-secondary-900\/85 {
  background-color: rgb(10 21 26 / 0.85);
}

.bg-secondary-900\/90 {
  background-color: rgb(10 21 26 / 0.9);
}

.bg-secondary-900\/95 {
  background-color: rgb(10 21 26 / 0.95);
}

.bg-secondary-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(5 13 14 / var(--tw-bg-opacity, 1));
}

.bg-secondary-950\/0 {
  background-color: rgb(5 13 14 / 0);
}

.bg-secondary-950\/10 {
  background-color: rgb(5 13 14 / 0.1);
}

.bg-secondary-950\/100 {
  background-color: rgb(5 13 14 / 1);
}

.bg-secondary-950\/15 {
  background-color: rgb(5 13 14 / 0.15);
}

.bg-secondary-950\/20 {
  background-color: rgb(5 13 14 / 0.2);
}

.bg-secondary-950\/25 {
  background-color: rgb(5 13 14 / 0.25);
}

.bg-secondary-950\/30 {
  background-color: rgb(5 13 14 / 0.3);
}

.bg-secondary-950\/35 {
  background-color: rgb(5 13 14 / 0.35);
}

.bg-secondary-950\/40 {
  background-color: rgb(5 13 14 / 0.4);
}

.bg-secondary-950\/45 {
  background-color: rgb(5 13 14 / 0.45);
}

.bg-secondary-950\/5 {
  background-color: rgb(5 13 14 / 0.05);
}

.bg-secondary-950\/50 {
  background-color: rgb(5 13 14 / 0.5);
}

.bg-secondary-950\/55 {
  background-color: rgb(5 13 14 / 0.55);
}

.bg-secondary-950\/60 {
  background-color: rgb(5 13 14 / 0.6);
}

.bg-secondary-950\/65 {
  background-color: rgb(5 13 14 / 0.65);
}

.bg-secondary-950\/70 {
  background-color: rgb(5 13 14 / 0.7);
}

.bg-secondary-950\/75 {
  background-color: rgb(5 13 14 / 0.75);
}

.bg-secondary-950\/80 {
  background-color: rgb(5 13 14 / 0.8);
}

.bg-secondary-950\/85 {
  background-color: rgb(5 13 14 / 0.85);
}

.bg-secondary-950\/90 {
  background-color: rgb(5 13 14 / 0.9);
}

.bg-secondary-950\/95 {
  background-color: rgb(5 13 14 / 0.95);
}

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

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-white\/50 {
  background-color: rgb(255 255 255 / 0.5);
}

.bg-yellow-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 246 178 / var(--tw-bg-opacity, 1));
}

.\!bg-opacity-40 {
  --tw-bg-opacity: 0.4 !important;
}

.bg-opacity-40 {
  --tw-bg-opacity: 0.4;
}

.bg-opacity-60 {
  --tw-bg-opacity: 0.6;
}

.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}

.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.from-black {
  --tw-gradient-from: #000000 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-800 {
  --tw-gradient-from: #1F2937 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(31 41 55 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-900\/50 {
  --tw-gradient-from: rgb(17 24 39 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 24 39 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.via-black\/50 {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-black\/80 {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-gray-700 {
  --tw-gradient-to: rgb(55 65 81 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #374151 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.to-gray-900 {
  --tw-gradient-to: #111827 var(--tw-gradient-to-position);
}

.to-gray-900\/0 {
  --tw-gradient-to: rgb(17 24 39 / 0) var(--tw-gradient-to-position);
}

.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}

.bg-contain {
  background-size: contain;
}

.bg-left-top {
  background-position: left top;
}

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

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.object-\[50\%_35\%\] {
  -o-object-position: 50% 35%;
     object-position: 50% 35%;
}

.object-center {
  -o-object-position: center;
     object-position: center;
}

.p-0 {
  padding: 0px;
}

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-2\.5 {
  padding: 0.625rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-\[-12px\] {
  padding-top: -12px;
  padding-bottom: -12px;
}

.py-\[0\.1rem\] {
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
}

.py-\[0\.4rem\] {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}

.py-\[0\.516rem\] {
  padding-top: 0.516rem;
  padding-bottom: 0.516rem;
}

.py-\[0\.8125rem\] {
  padding-top: 0.8125rem;
  padding-bottom: 0.8125rem;
}

.py-\[3px\] {
  padding-top: 3px;
  padding-bottom: 3px;
}

.\!pt-\[10rem\] {
  padding-top: 10rem !important;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pb-14 {
  padding-bottom: 3.5rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pb-\[100\%\] {
  padding-bottom: 100%;
}

.pb-\[5rem\] {
  padding-bottom: 5rem;
}

.pl-1 {
  padding-left: 0.25rem;
}

.pl-10 {
  padding-left: 2.5rem;
}

.pl-3 {
  padding-left: 0.75rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

.pl-8 {
  padding-left: 2rem;
}

.pr-10 {
  padding-right: 2.5rem;
}

.pr-3 {
  padding-right: 0.75rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pr-\[1\.8rem\] {
  padding-right: 1.8rem;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pt-12 {
  padding-top: 3rem;
}

.pt-16 {
  padding-top: 4rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pt-8 {
  padding-top: 2rem;
}

.pt-\[0\.22em\] {
  padding-top: 0.22em;
}

.pt-\[1\.3rem\] {
  padding-top: 1.3rem;
}

.pt-\[2rem\] {
  padding-top: 2rem;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.align-top {
  vertical-align: top;
}

.align-middle {
  vertical-align: middle;
}

.font-\[\'barlow\'\] {
  font-family: 'barlow';
}

.font-heading {
  font-family: Kalnia, ui-serif, serif;
}

.font-sans {
  font-family: Montserrat, ui-sans-serif, system-ui, sans-serif;
}

.\!text-\[12px\] {
  font-size: 12px !important;
}

.text-1xs {
  font-size: 0.7rem;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 28px;
}

.text-\[10px\] {
  font-size: 10px;
}

.text-\[12px\] {
  font-size: 12px;
}

.text-\[13px\] {
  font-size: 13px;
}

.text-\[14px\] {
  font-size: 14px;
}

.text-\[16px\] {
  font-size: 16px;
}

.text-\[20px\] {
  font-size: 20px;
}

.text-\[24px\] {
  font-size: 24px;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-btn {
  font-size: 14px;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-\[500\] {
  font-weight: 500;
}

.font-\[600\] {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.font-light {
  font-weight: 300;
}

.font-medium {
  font-weight: 500;
}

.font-normal {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

.font-thin {
  font-weight: 100;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.normal-case {
  text-transform: none;
}

.italic {
  font-style: italic;
}

.not-italic {
  font-style: normal;
}

.tabular-nums {
  --tw-numeric-spacing: tabular-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.\!leading-\[1\.345\] {
  line-height: 1.345 !important;
}

.leading-6 {
  line-height: 1.5rem;
}

.leading-9 {
  line-height: 2.25rem;
}

.leading-\[0\.2rem\] {
  line-height: 0.2rem;
}

.leading-\[1\.35\] {
  line-height: 1.35;
}

.leading-\[1\.5\] {
  line-height: 1.5;
}

.leading-\[1\.65\] {
  line-height: 1.65;
}

.leading-\[22px\] {
  line-height: 22px;
}

.leading-\[34px\] {
  line-height: 34px;
}

.leading-none {
  line-height: 1;
}

.leading-normal {
  line-height: 1.5;
}

.leading-relaxed {
  line-height: 1.625;
}

.leading-snug {
  line-height: 1.375;
}

.leading-tight {
  line-height: 1.25;
}

.tracking-\[0\.02em\] {
  letter-spacing: 0.02em;
}

.tracking-tight {
  letter-spacing: -0.025em;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.tracking-wider {
  letter-spacing: 0.05em;
}

.tracking-widest {
  letter-spacing: 0.1em;
}

.\!text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

.text-\[\#250D0D\] {
  --tw-text-opacity: 1;
  color: rgb(37 13 13 / var(--tw-text-opacity, 1));
}

.text-\[\#2D1109\] {
  --tw-text-opacity: 1;
  color: rgb(45 17 9 / var(--tw-text-opacity, 1));
}

.text-\[\#2F4A4B\] {
  --tw-text-opacity: 1;
  color: rgb(47 74 75 / var(--tw-text-opacity, 1));
}

.text-\[\#32100E\] {
  --tw-text-opacity: 1;
  color: rgb(50 16 14 / var(--tw-text-opacity, 1));
}

.text-\[\#32100E\]\/80 {
  color: rgb(50 16 14 / 0.8);
}

.text-\[\#EBEDDE\] {
  --tw-text-opacity: 1;
  color: rgb(235 237 222 / var(--tw-text-opacity, 1));
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(28 100 242 / var(--tw-text-opacity, 1));
}

.text-blue-800 {
  --tw-text-opacity: 1;
  color: rgb(30 66 159 / var(--tw-text-opacity, 1));
}

.text-body {
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity, 1));
}

.text-body\/90 {
  color: rgb(26 26 26 / 0.9);
}

.text-darkgray {
  --tw-text-opacity: 1;
  color: rgb(146 147 147 / var(--tw-text-opacity, 1));
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.text-green-800 {
  --tw-text-opacity: 1;
  color: rgb(3 84 63 / var(--tw-text-opacity, 1));
}

.text-primary-100 {
  --tw-text-opacity: 1;
  color: rgb(249 215 206 / var(--tw-text-opacity, 1));
}

.text-primary-100\/0 {
  color: rgb(249 215 206 / 0);
}

.text-primary-100\/10 {
  color: rgb(249 215 206 / 0.1);
}

.text-primary-100\/100 {
  color: rgb(249 215 206 / 1);
}

.text-primary-100\/15 {
  color: rgb(249 215 206 / 0.15);
}

.text-primary-100\/20 {
  color: rgb(249 215 206 / 0.2);
}

.text-primary-100\/25 {
  color: rgb(249 215 206 / 0.25);
}

.text-primary-100\/30 {
  color: rgb(249 215 206 / 0.3);
}

.text-primary-100\/35 {
  color: rgb(249 215 206 / 0.35);
}

.text-primary-100\/40 {
  color: rgb(249 215 206 / 0.4);
}

.text-primary-100\/45 {
  color: rgb(249 215 206 / 0.45);
}

.text-primary-100\/5 {
  color: rgb(249 215 206 / 0.05);
}

.text-primary-100\/50 {
  color: rgb(249 215 206 / 0.5);
}

.text-primary-100\/55 {
  color: rgb(249 215 206 / 0.55);
}

.text-primary-100\/60 {
  color: rgb(249 215 206 / 0.6);
}

.text-primary-100\/65 {
  color: rgb(249 215 206 / 0.65);
}

.text-primary-100\/70 {
  color: rgb(249 215 206 / 0.7);
}

.text-primary-100\/75 {
  color: rgb(249 215 206 / 0.75);
}

.text-primary-100\/80 {
  color: rgb(249 215 206 / 0.8);
}

.text-primary-100\/85 {
  color: rgb(249 215 206 / 0.85);
}

.text-primary-100\/90 {
  color: rgb(249 215 206 / 0.9);
}

.text-primary-100\/95 {
  color: rgb(249 215 206 / 0.95);
}

.text-primary-200 {
  --tw-text-opacity: 1;
  color: rgb(244 177 160 / var(--tw-text-opacity, 1));
}

.text-primary-200\/0 {
  color: rgb(244 177 160 / 0);
}

.text-primary-200\/10 {
  color: rgb(244 177 160 / 0.1);
}

.text-primary-200\/100 {
  color: rgb(244 177 160 / 1);
}

.text-primary-200\/15 {
  color: rgb(244 177 160 / 0.15);
}

.text-primary-200\/20 {
  color: rgb(244 177 160 / 0.2);
}

.text-primary-200\/25 {
  color: rgb(244 177 160 / 0.25);
}

.text-primary-200\/30 {
  color: rgb(244 177 160 / 0.3);
}

.text-primary-200\/35 {
  color: rgb(244 177 160 / 0.35);
}

.text-primary-200\/40 {
  color: rgb(244 177 160 / 0.4);
}

.text-primary-200\/45 {
  color: rgb(244 177 160 / 0.45);
}

.text-primary-200\/5 {
  color: rgb(244 177 160 / 0.05);
}

.text-primary-200\/50 {
  color: rgb(244 177 160 / 0.5);
}

.text-primary-200\/55 {
  color: rgb(244 177 160 / 0.55);
}

.text-primary-200\/60 {
  color: rgb(244 177 160 / 0.6);
}

.text-primary-200\/65 {
  color: rgb(244 177 160 / 0.65);
}

.text-primary-200\/70 {
  color: rgb(244 177 160 / 0.7);
}

.text-primary-200\/75 {
  color: rgb(244 177 160 / 0.75);
}

.text-primary-200\/80 {
  color: rgb(244 177 160 / 0.8);
}

.text-primary-200\/85 {
  color: rgb(244 177 160 / 0.85);
}

.text-primary-200\/90 {
  color: rgb(244 177 160 / 0.9);
}

.text-primary-200\/95 {
  color: rgb(244 177 160 / 0.95);
}

.text-primary-300 {
  --tw-text-opacity: 1;
  color: rgb(238 139 114 / var(--tw-text-opacity, 1));
}

.text-primary-300\/0 {
  color: rgb(238 139 114 / 0);
}

.text-primary-300\/10 {
  color: rgb(238 139 114 / 0.1);
}

.text-primary-300\/100 {
  color: rgb(238 139 114 / 1);
}

.text-primary-300\/15 {
  color: rgb(238 139 114 / 0.15);
}

.text-primary-300\/20 {
  color: rgb(238 139 114 / 0.2);
}

.text-primary-300\/25 {
  color: rgb(238 139 114 / 0.25);
}

.text-primary-300\/30 {
  color: rgb(238 139 114 / 0.3);
}

.text-primary-300\/35 {
  color: rgb(238 139 114 / 0.35);
}

.text-primary-300\/40 {
  color: rgb(238 139 114 / 0.4);
}

.text-primary-300\/45 {
  color: rgb(238 139 114 / 0.45);
}

.text-primary-300\/5 {
  color: rgb(238 139 114 / 0.05);
}

.text-primary-300\/50 {
  color: rgb(238 139 114 / 0.5);
}

.text-primary-300\/55 {
  color: rgb(238 139 114 / 0.55);
}

.text-primary-300\/60 {
  color: rgb(238 139 114 / 0.6);
}

.text-primary-300\/65 {
  color: rgb(238 139 114 / 0.65);
}

.text-primary-300\/70 {
  color: rgb(238 139 114 / 0.7);
}

.text-primary-300\/75 {
  color: rgb(238 139 114 / 0.75);
}

.text-primary-300\/80 {
  color: rgb(238 139 114 / 0.8);
}

.text-primary-300\/85 {
  color: rgb(238 139 114 / 0.85);
}

.text-primary-300\/90 {
  color: rgb(238 139 114 / 0.9);
}

.text-primary-300\/95 {
  color: rgb(238 139 114 / 0.95);
}

.text-primary-400 {
  --tw-text-opacity: 1;
  color: rgb(231 100 68 / var(--tw-text-opacity, 1));
}

.text-primary-400\/0 {
  color: rgb(231 100 68 / 0);
}

.text-primary-400\/10 {
  color: rgb(231 100 68 / 0.1);
}

.text-primary-400\/100 {
  color: rgb(231 100 68 / 1);
}

.text-primary-400\/15 {
  color: rgb(231 100 68 / 0.15);
}

.text-primary-400\/20 {
  color: rgb(231 100 68 / 0.2);
}

.text-primary-400\/25 {
  color: rgb(231 100 68 / 0.25);
}

.text-primary-400\/30 {
  color: rgb(231 100 68 / 0.3);
}

.text-primary-400\/35 {
  color: rgb(231 100 68 / 0.35);
}

.text-primary-400\/40 {
  color: rgb(231 100 68 / 0.4);
}

.text-primary-400\/45 {
  color: rgb(231 100 68 / 0.45);
}

.text-primary-400\/5 {
  color: rgb(231 100 68 / 0.05);
}

.text-primary-400\/50 {
  color: rgb(231 100 68 / 0.5);
}

.text-primary-400\/55 {
  color: rgb(231 100 68 / 0.55);
}

.text-primary-400\/60 {
  color: rgb(231 100 68 / 0.6);
}

.text-primary-400\/65 {
  color: rgb(231 100 68 / 0.65);
}

.text-primary-400\/70 {
  color: rgb(231 100 68 / 0.7);
}

.text-primary-400\/75 {
  color: rgb(231 100 68 / 0.75);
}

.text-primary-400\/80 {
  color: rgb(231 100 68 / 0.8);
}

.text-primary-400\/85 {
  color: rgb(231 100 68 / 0.85);
}

.text-primary-400\/90 {
  color: rgb(231 100 68 / 0.9);
}

.text-primary-400\/95 {
  color: rgb(231 100 68 / 0.95);
}

.text-primary-50 {
  --tw-text-opacity: 1;
  color: rgb(253 237 232 / var(--tw-text-opacity, 1));
}

.text-primary-50\/0 {
  color: rgb(253 237 232 / 0);
}

.text-primary-50\/10 {
  color: rgb(253 237 232 / 0.1);
}

.text-primary-50\/100 {
  color: rgb(253 237 232 / 1);
}

.text-primary-50\/15 {
  color: rgb(253 237 232 / 0.15);
}

.text-primary-50\/20 {
  color: rgb(253 237 232 / 0.2);
}

.text-primary-50\/25 {
  color: rgb(253 237 232 / 0.25);
}

.text-primary-50\/30 {
  color: rgb(253 237 232 / 0.3);
}

.text-primary-50\/35 {
  color: rgb(253 237 232 / 0.35);
}

.text-primary-50\/40 {
  color: rgb(253 237 232 / 0.4);
}

.text-primary-50\/45 {
  color: rgb(253 237 232 / 0.45);
}

.text-primary-50\/5 {
  color: rgb(253 237 232 / 0.05);
}

.text-primary-50\/50 {
  color: rgb(253 237 232 / 0.5);
}

.text-primary-50\/55 {
  color: rgb(253 237 232 / 0.55);
}

.text-primary-50\/60 {
  color: rgb(253 237 232 / 0.6);
}

.text-primary-50\/65 {
  color: rgb(253 237 232 / 0.65);
}

.text-primary-50\/70 {
  color: rgb(253 237 232 / 0.7);
}

.text-primary-50\/75 {
  color: rgb(253 237 232 / 0.75);
}

.text-primary-50\/80 {
  color: rgb(253 237 232 / 0.8);
}

.text-primary-50\/85 {
  color: rgb(253 237 232 / 0.85);
}

.text-primary-50\/90 {
  color: rgb(253 237 232 / 0.9);
}

.text-primary-50\/95 {
  color: rgb(253 237 232 / 0.95);
}

.text-primary-500 {
  --tw-text-opacity: 1;
  color: rgb(171 51 0 / var(--tw-text-opacity, 1));
}

.text-primary-500\/0 {
  color: rgb(171 51 0 / 0);
}

.text-primary-500\/10 {
  color: rgb(171 51 0 / 0.1);
}

.text-primary-500\/100 {
  color: rgb(171 51 0 / 1);
}

.text-primary-500\/15 {
  color: rgb(171 51 0 / 0.15);
}

.text-primary-500\/20 {
  color: rgb(171 51 0 / 0.2);
}

.text-primary-500\/25 {
  color: rgb(171 51 0 / 0.25);
}

.text-primary-500\/30 {
  color: rgb(171 51 0 / 0.3);
}

.text-primary-500\/35 {
  color: rgb(171 51 0 / 0.35);
}

.text-primary-500\/40 {
  color: rgb(171 51 0 / 0.4);
}

.text-primary-500\/45 {
  color: rgb(171 51 0 / 0.45);
}

.text-primary-500\/5 {
  color: rgb(171 51 0 / 0.05);
}

.text-primary-500\/50 {
  color: rgb(171 51 0 / 0.5);
}

.text-primary-500\/55 {
  color: rgb(171 51 0 / 0.55);
}

.text-primary-500\/60 {
  color: rgb(171 51 0 / 0.6);
}

.text-primary-500\/65 {
  color: rgb(171 51 0 / 0.65);
}

.text-primary-500\/70 {
  color: rgb(171 51 0 / 0.7);
}

.text-primary-500\/75 {
  color: rgb(171 51 0 / 0.75);
}

.text-primary-500\/80 {
  color: rgb(171 51 0 / 0.8);
}

.text-primary-500\/85 {
  color: rgb(171 51 0 / 0.85);
}

.text-primary-500\/90 {
  color: rgb(171 51 0 / 0.9);
}

.text-primary-500\/95 {
  color: rgb(171 51 0 / 0.95);
}

.text-primary-600 {
  --tw-text-opacity: 1;
  color: rgb(151 46 0 / var(--tw-text-opacity, 1));
}

.text-primary-600\/0 {
  color: rgb(151 46 0 / 0);
}

.text-primary-600\/10 {
  color: rgb(151 46 0 / 0.1);
}

.text-primary-600\/100 {
  color: rgb(151 46 0 / 1);
}

.text-primary-600\/15 {
  color: rgb(151 46 0 / 0.15);
}

.text-primary-600\/20 {
  color: rgb(151 46 0 / 0.2);
}

.text-primary-600\/25 {
  color: rgb(151 46 0 / 0.25);
}

.text-primary-600\/30 {
  color: rgb(151 46 0 / 0.3);
}

.text-primary-600\/35 {
  color: rgb(151 46 0 / 0.35);
}

.text-primary-600\/40 {
  color: rgb(151 46 0 / 0.4);
}

.text-primary-600\/45 {
  color: rgb(151 46 0 / 0.45);
}

.text-primary-600\/5 {
  color: rgb(151 46 0 / 0.05);
}

.text-primary-600\/50 {
  color: rgb(151 46 0 / 0.5);
}

.text-primary-600\/55 {
  color: rgb(151 46 0 / 0.55);
}

.text-primary-600\/60 {
  color: rgb(151 46 0 / 0.6);
}

.text-primary-600\/65 {
  color: rgb(151 46 0 / 0.65);
}

.text-primary-600\/70 {
  color: rgb(151 46 0 / 0.7);
}

.text-primary-600\/75 {
  color: rgb(151 46 0 / 0.75);
}

.text-primary-600\/80 {
  color: rgb(151 46 0 / 0.8);
}

.text-primary-600\/85 {
  color: rgb(151 46 0 / 0.85);
}

.text-primary-600\/90 {
  color: rgb(151 46 0 / 0.9);
}

.text-primary-600\/95 {
  color: rgb(151 46 0 / 0.95);
}

.text-primary-700 {
  --tw-text-opacity: 1;
  color: rgb(123 37 0 / var(--tw-text-opacity, 1));
}

.text-primary-700\/0 {
  color: rgb(123 37 0 / 0);
}

.text-primary-700\/10 {
  color: rgb(123 37 0 / 0.1);
}

.text-primary-700\/100 {
  color: rgb(123 37 0 / 1);
}

.text-primary-700\/15 {
  color: rgb(123 37 0 / 0.15);
}

.text-primary-700\/20 {
  color: rgb(123 37 0 / 0.2);
}

.text-primary-700\/25 {
  color: rgb(123 37 0 / 0.25);
}

.text-primary-700\/30 {
  color: rgb(123 37 0 / 0.3);
}

.text-primary-700\/35 {
  color: rgb(123 37 0 / 0.35);
}

.text-primary-700\/40 {
  color: rgb(123 37 0 / 0.4);
}

.text-primary-700\/45 {
  color: rgb(123 37 0 / 0.45);
}

.text-primary-700\/5 {
  color: rgb(123 37 0 / 0.05);
}

.text-primary-700\/50 {
  color: rgb(123 37 0 / 0.5);
}

.text-primary-700\/55 {
  color: rgb(123 37 0 / 0.55);
}

.text-primary-700\/60 {
  color: rgb(123 37 0 / 0.6);
}

.text-primary-700\/65 {
  color: rgb(123 37 0 / 0.65);
}

.text-primary-700\/70 {
  color: rgb(123 37 0 / 0.7);
}

.text-primary-700\/75 {
  color: rgb(123 37 0 / 0.75);
}

.text-primary-700\/80 {
  color: rgb(123 37 0 / 0.8);
}

.text-primary-700\/85 {
  color: rgb(123 37 0 / 0.85);
}

.text-primary-700\/90 {
  color: rgb(123 37 0 / 0.9);
}

.text-primary-700\/95 {
  color: rgb(123 37 0 / 0.95);
}

.text-primary-800 {
  --tw-text-opacity: 1;
  color: rgb(95 29 0 / var(--tw-text-opacity, 1));
}

.text-primary-800\/0 {
  color: rgb(95 29 0 / 0);
}

.text-primary-800\/10 {
  color: rgb(95 29 0 / 0.1);
}

.text-primary-800\/100 {
  color: rgb(95 29 0 / 1);
}

.text-primary-800\/15 {
  color: rgb(95 29 0 / 0.15);
}

.text-primary-800\/20 {
  color: rgb(95 29 0 / 0.2);
}

.text-primary-800\/25 {
  color: rgb(95 29 0 / 0.25);
}

.text-primary-800\/30 {
  color: rgb(95 29 0 / 0.3);
}

.text-primary-800\/35 {
  color: rgb(95 29 0 / 0.35);
}

.text-primary-800\/40 {
  color: rgb(95 29 0 / 0.4);
}

.text-primary-800\/45 {
  color: rgb(95 29 0 / 0.45);
}

.text-primary-800\/5 {
  color: rgb(95 29 0 / 0.05);
}

.text-primary-800\/50 {
  color: rgb(95 29 0 / 0.5);
}

.text-primary-800\/55 {
  color: rgb(95 29 0 / 0.55);
}

.text-primary-800\/60 {
  color: rgb(95 29 0 / 0.6);
}

.text-primary-800\/65 {
  color: rgb(95 29 0 / 0.65);
}

.text-primary-800\/70 {
  color: rgb(95 29 0 / 0.7);
}

.text-primary-800\/75 {
  color: rgb(95 29 0 / 0.75);
}

.text-primary-800\/80 {
  color: rgb(95 29 0 / 0.8);
}

.text-primary-800\/85 {
  color: rgb(95 29 0 / 0.85);
}

.text-primary-800\/90 {
  color: rgb(95 29 0 / 0.9);
}

.text-primary-800\/95 {
  color: rgb(95 29 0 / 0.95);
}

.text-primary-900 {
  --tw-text-opacity: 1;
  color: rgb(66 18 0 / var(--tw-text-opacity, 1));
}

.text-primary-900\/0 {
  color: rgb(66 18 0 / 0);
}

.text-primary-900\/10 {
  color: rgb(66 18 0 / 0.1);
}

.text-primary-900\/100 {
  color: rgb(66 18 0 / 1);
}

.text-primary-900\/15 {
  color: rgb(66 18 0 / 0.15);
}

.text-primary-900\/20 {
  color: rgb(66 18 0 / 0.2);
}

.text-primary-900\/25 {
  color: rgb(66 18 0 / 0.25);
}

.text-primary-900\/30 {
  color: rgb(66 18 0 / 0.3);
}

.text-primary-900\/35 {
  color: rgb(66 18 0 / 0.35);
}

.text-primary-900\/40 {
  color: rgb(66 18 0 / 0.4);
}

.text-primary-900\/45 {
  color: rgb(66 18 0 / 0.45);
}

.text-primary-900\/5 {
  color: rgb(66 18 0 / 0.05);
}

.text-primary-900\/50 {
  color: rgb(66 18 0 / 0.5);
}

.text-primary-900\/55 {
  color: rgb(66 18 0 / 0.55);
}

.text-primary-900\/60 {
  color: rgb(66 18 0 / 0.6);
}

.text-primary-900\/65 {
  color: rgb(66 18 0 / 0.65);
}

.text-primary-900\/70 {
  color: rgb(66 18 0 / 0.7);
}

.text-primary-900\/75 {
  color: rgb(66 18 0 / 0.75);
}

.text-primary-900\/80 {
  color: rgb(66 18 0 / 0.8);
}

.text-primary-900\/85 {
  color: rgb(66 18 0 / 0.85);
}

.text-primary-900\/90 {
  color: rgb(66 18 0 / 0.9);
}

.text-primary-900\/95 {
  color: rgb(66 18 0 / 0.95);
}

.text-primary-950 {
  --tw-text-opacity: 1;
  color: rgb(42 8 0 / var(--tw-text-opacity, 1));
}

.text-primary-950\/0 {
  color: rgb(42 8 0 / 0);
}

.text-primary-950\/10 {
  color: rgb(42 8 0 / 0.1);
}

.text-primary-950\/100 {
  color: rgb(42 8 0 / 1);
}

.text-primary-950\/15 {
  color: rgb(42 8 0 / 0.15);
}

.text-primary-950\/20 {
  color: rgb(42 8 0 / 0.2);
}

.text-primary-950\/25 {
  color: rgb(42 8 0 / 0.25);
}

.text-primary-950\/30 {
  color: rgb(42 8 0 / 0.3);
}

.text-primary-950\/35 {
  color: rgb(42 8 0 / 0.35);
}

.text-primary-950\/40 {
  color: rgb(42 8 0 / 0.4);
}

.text-primary-950\/45 {
  color: rgb(42 8 0 / 0.45);
}

.text-primary-950\/5 {
  color: rgb(42 8 0 / 0.05);
}

.text-primary-950\/50 {
  color: rgb(42 8 0 / 0.5);
}

.text-primary-950\/55 {
  color: rgb(42 8 0 / 0.55);
}

.text-primary-950\/60 {
  color: rgb(42 8 0 / 0.6);
}

.text-primary-950\/65 {
  color: rgb(42 8 0 / 0.65);
}

.text-primary-950\/70 {
  color: rgb(42 8 0 / 0.7);
}

.text-primary-950\/75 {
  color: rgb(42 8 0 / 0.75);
}

.text-primary-950\/80 {
  color: rgb(42 8 0 / 0.8);
}

.text-primary-950\/85 {
  color: rgb(42 8 0 / 0.85);
}

.text-primary-950\/90 {
  color: rgb(42 8 0 / 0.9);
}

.text-primary-950\/95 {
  color: rgb(42 8 0 / 0.95);
}

.text-purple-800 {
  --tw-text-opacity: 1;
  color: rgb(85 33 181 / var(--tw-text-opacity, 1));
}

.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(240 82 82 / var(--tw-text-opacity, 1));
}

.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(200 30 30 / var(--tw-text-opacity, 1));
}

.text-red-800 {
  --tw-text-opacity: 1;
  color: rgb(155 28 28 / var(--tw-text-opacity, 1));
}

.text-secondary-100 {
  --tw-text-opacity: 1;
  color: rgb(213 232 234 / var(--tw-text-opacity, 1));
}

.text-secondary-100\/0 {
  color: rgb(213 232 234 / 0);
}

.text-secondary-100\/10 {
  color: rgb(213 232 234 / 0.1);
}

.text-secondary-100\/100 {
  color: rgb(213 232 234 / 1);
}

.text-secondary-100\/15 {
  color: rgb(213 232 234 / 0.15);
}

.text-secondary-100\/20 {
  color: rgb(213 232 234 / 0.2);
}

.text-secondary-100\/25 {
  color: rgb(213 232 234 / 0.25);
}

.text-secondary-100\/30 {
  color: rgb(213 232 234 / 0.3);
}

.text-secondary-100\/35 {
  color: rgb(213 232 234 / 0.35);
}

.text-secondary-100\/40 {
  color: rgb(213 232 234 / 0.4);
}

.text-secondary-100\/45 {
  color: rgb(213 232 234 / 0.45);
}

.text-secondary-100\/5 {
  color: rgb(213 232 234 / 0.05);
}

.text-secondary-100\/50 {
  color: rgb(213 232 234 / 0.5);
}

.text-secondary-100\/55 {
  color: rgb(213 232 234 / 0.55);
}

.text-secondary-100\/60 {
  color: rgb(213 232 234 / 0.6);
}

.text-secondary-100\/65 {
  color: rgb(213 232 234 / 0.65);
}

.text-secondary-100\/70 {
  color: rgb(213 232 234 / 0.7);
}

.text-secondary-100\/75 {
  color: rgb(213 232 234 / 0.75);
}

.text-secondary-100\/80 {
  color: rgb(213 232 234 / 0.8);
}

.text-secondary-100\/85 {
  color: rgb(213 232 234 / 0.85);
}

.text-secondary-100\/90 {
  color: rgb(213 232 234 / 0.9);
}

.text-secondary-100\/95 {
  color: rgb(213 232 234 / 0.95);
}

.text-secondary-200 {
  --tw-text-opacity: 1;
  color: rgb(172 198 196 / var(--tw-text-opacity, 1));
}

.text-secondary-200\/0 {
  color: rgb(172 198 196 / 0);
}

.text-secondary-200\/10 {
  color: rgb(172 198 196 / 0.1);
}

.text-secondary-200\/100 {
  color: rgb(172 198 196 / 1);
}

.text-secondary-200\/15 {
  color: rgb(172 198 196 / 0.15);
}

.text-secondary-200\/20 {
  color: rgb(172 198 196 / 0.2);
}

.text-secondary-200\/25 {
  color: rgb(172 198 196 / 0.25);
}

.text-secondary-200\/30 {
  color: rgb(172 198 196 / 0.3);
}

.text-secondary-200\/35 {
  color: rgb(172 198 196 / 0.35);
}

.text-secondary-200\/40 {
  color: rgb(172 198 196 / 0.4);
}

.text-secondary-200\/45 {
  color: rgb(172 198 196 / 0.45);
}

.text-secondary-200\/5 {
  color: rgb(172 198 196 / 0.05);
}

.text-secondary-200\/50 {
  color: rgb(172 198 196 / 0.5);
}

.text-secondary-200\/55 {
  color: rgb(172 198 196 / 0.55);
}

.text-secondary-200\/60 {
  color: rgb(172 198 196 / 0.6);
}

.text-secondary-200\/65 {
  color: rgb(172 198 196 / 0.65);
}

.text-secondary-200\/70 {
  color: rgb(172 198 196 / 0.7);
}

.text-secondary-200\/75 {
  color: rgb(172 198 196 / 0.75);
}

.text-secondary-200\/80 {
  color: rgb(172 198 196 / 0.8);
}

.text-secondary-200\/85 {
  color: rgb(172 198 196 / 0.85);
}

.text-secondary-200\/90 {
  color: rgb(172 198 196 / 0.9);
}

.text-secondary-200\/95 {
  color: rgb(172 198 196 / 0.95);
}

.text-secondary-300 {
  --tw-text-opacity: 1;
  color: rgb(116 174 186 / var(--tw-text-opacity, 1));
}

.text-secondary-300\/0 {
  color: rgb(116 174 186 / 0);
}

.text-secondary-300\/10 {
  color: rgb(116 174 186 / 0.1);
}

.text-secondary-300\/100 {
  color: rgb(116 174 186 / 1);
}

.text-secondary-300\/15 {
  color: rgb(116 174 186 / 0.15);
}

.text-secondary-300\/20 {
  color: rgb(116 174 186 / 0.2);
}

.text-secondary-300\/25 {
  color: rgb(116 174 186 / 0.25);
}

.text-secondary-300\/30 {
  color: rgb(116 174 186 / 0.3);
}

.text-secondary-300\/35 {
  color: rgb(116 174 186 / 0.35);
}

.text-secondary-300\/40 {
  color: rgb(116 174 186 / 0.4);
}

.text-secondary-300\/45 {
  color: rgb(116 174 186 / 0.45);
}

.text-secondary-300\/5 {
  color: rgb(116 174 186 / 0.05);
}

.text-secondary-300\/50 {
  color: rgb(116 174 186 / 0.5);
}

.text-secondary-300\/55 {
  color: rgb(116 174 186 / 0.55);
}

.text-secondary-300\/60 {
  color: rgb(116 174 186 / 0.6);
}

.text-secondary-300\/65 {
  color: rgb(116 174 186 / 0.65);
}

.text-secondary-300\/70 {
  color: rgb(116 174 186 / 0.7);
}

.text-secondary-300\/75 {
  color: rgb(116 174 186 / 0.75);
}

.text-secondary-300\/80 {
  color: rgb(116 174 186 / 0.8);
}

.text-secondary-300\/85 {
  color: rgb(116 174 186 / 0.85);
}

.text-secondary-300\/90 {
  color: rgb(116 174 186 / 0.9);
}

.text-secondary-300\/95 {
  color: rgb(116 174 186 / 0.95);
}

.text-secondary-400 {
  --tw-text-opacity: 1;
  color: rgb(66 138 145 / var(--tw-text-opacity, 1));
}

.text-secondary-400\/0 {
  color: rgb(66 138 145 / 0);
}

.text-secondary-400\/10 {
  color: rgb(66 138 145 / 0.1);
}

.text-secondary-400\/100 {
  color: rgb(66 138 145 / 1);
}

.text-secondary-400\/15 {
  color: rgb(66 138 145 / 0.15);
}

.text-secondary-400\/20 {
  color: rgb(66 138 145 / 0.2);
}

.text-secondary-400\/25 {
  color: rgb(66 138 145 / 0.25);
}

.text-secondary-400\/30 {
  color: rgb(66 138 145 / 0.3);
}

.text-secondary-400\/35 {
  color: rgb(66 138 145 / 0.35);
}

.text-secondary-400\/40 {
  color: rgb(66 138 145 / 0.4);
}

.text-secondary-400\/45 {
  color: rgb(66 138 145 / 0.45);
}

.text-secondary-400\/5 {
  color: rgb(66 138 145 / 0.05);
}

.text-secondary-400\/50 {
  color: rgb(66 138 145 / 0.5);
}

.text-secondary-400\/55 {
  color: rgb(66 138 145 / 0.55);
}

.text-secondary-400\/60 {
  color: rgb(66 138 145 / 0.6);
}

.text-secondary-400\/65 {
  color: rgb(66 138 145 / 0.65);
}

.text-secondary-400\/70 {
  color: rgb(66 138 145 / 0.7);
}

.text-secondary-400\/75 {
  color: rgb(66 138 145 / 0.75);
}

.text-secondary-400\/80 {
  color: rgb(66 138 145 / 0.8);
}

.text-secondary-400\/85 {
  color: rgb(66 138 145 / 0.85);
}

.text-secondary-400\/90 {
  color: rgb(66 138 145 / 0.9);
}

.text-secondary-400\/95 {
  color: rgb(66 138 145 / 0.95);
}

.text-secondary-50 {
  --tw-text-opacity: 1;
  color: rgb(235 237 222 / var(--tw-text-opacity, 1));
}

.text-secondary-50\/0 {
  color: rgb(235 237 222 / 0);
}

.text-secondary-50\/10 {
  color: rgb(235 237 222 / 0.1);
}

.text-secondary-50\/100 {
  color: rgb(235 237 222 / 1);
}

.text-secondary-50\/15 {
  color: rgb(235 237 222 / 0.15);
}

.text-secondary-50\/20 {
  color: rgb(235 237 222 / 0.2);
}

.text-secondary-50\/25 {
  color: rgb(235 237 222 / 0.25);
}

.text-secondary-50\/30 {
  color: rgb(235 237 222 / 0.3);
}

.text-secondary-50\/35 {
  color: rgb(235 237 222 / 0.35);
}

.text-secondary-50\/40 {
  color: rgb(235 237 222 / 0.4);
}

.text-secondary-50\/45 {
  color: rgb(235 237 222 / 0.45);
}

.text-secondary-50\/5 {
  color: rgb(235 237 222 / 0.05);
}

.text-secondary-50\/50 {
  color: rgb(235 237 222 / 0.5);
}

.text-secondary-50\/55 {
  color: rgb(235 237 222 / 0.55);
}

.text-secondary-50\/60 {
  color: rgb(235 237 222 / 0.6);
}

.text-secondary-50\/65 {
  color: rgb(235 237 222 / 0.65);
}

.text-secondary-50\/70 {
  color: rgb(235 237 222 / 0.7);
}

.text-secondary-50\/75 {
  color: rgb(235 237 222 / 0.75);
}

.text-secondary-50\/80 {
  color: rgb(235 237 222 / 0.8);
}

.text-secondary-50\/85 {
  color: rgb(235 237 222 / 0.85);
}

.text-secondary-50\/90 {
  color: rgb(235 237 222 / 0.9);
}

.text-secondary-50\/95 {
  color: rgb(235 237 222 / 0.95);
}

.text-secondary-500 {
  --tw-text-opacity: 1;
  color: rgb(42 76 80 / var(--tw-text-opacity, 1));
}

.text-secondary-500\/0 {
  color: rgb(42 76 80 / 0);
}

.text-secondary-500\/10 {
  color: rgb(42 76 80 / 0.1);
}

.text-secondary-500\/100 {
  color: rgb(42 76 80 / 1);
}

.text-secondary-500\/15 {
  color: rgb(42 76 80 / 0.15);
}

.text-secondary-500\/20 {
  color: rgb(42 76 80 / 0.2);
}

.text-secondary-500\/25 {
  color: rgb(42 76 80 / 0.25);
}

.text-secondary-500\/30 {
  color: rgb(42 76 80 / 0.3);
}

.text-secondary-500\/35 {
  color: rgb(42 76 80 / 0.35);
}

.text-secondary-500\/40 {
  color: rgb(42 76 80 / 0.4);
}

.text-secondary-500\/45 {
  color: rgb(42 76 80 / 0.45);
}

.text-secondary-500\/5 {
  color: rgb(42 76 80 / 0.05);
}

.text-secondary-500\/50 {
  color: rgb(42 76 80 / 0.5);
}

.text-secondary-500\/55 {
  color: rgb(42 76 80 / 0.55);
}

.text-secondary-500\/60 {
  color: rgb(42 76 80 / 0.6);
}

.text-secondary-500\/65 {
  color: rgb(42 76 80 / 0.65);
}

.text-secondary-500\/70 {
  color: rgb(42 76 80 / 0.7);
}

.text-secondary-500\/75 {
  color: rgb(42 76 80 / 0.75);
}

.text-secondary-500\/80 {
  color: rgb(42 76 80 / 0.8);
}

.text-secondary-500\/85 {
  color: rgb(42 76 80 / 0.85);
}

.text-secondary-500\/90 {
  color: rgb(42 76 80 / 0.9);
}

.text-secondary-500\/95 {
  color: rgb(42 76 80 / 0.95);
}

.text-secondary-600 {
  --tw-text-opacity: 1;
  color: rgb(34 64 68 / var(--tw-text-opacity, 1));
}

.text-secondary-600\/0 {
  color: rgb(34 64 68 / 0);
}

.text-secondary-600\/10 {
  color: rgb(34 64 68 / 0.1);
}

.text-secondary-600\/100 {
  color: rgb(34 64 68 / 1);
}

.text-secondary-600\/15 {
  color: rgb(34 64 68 / 0.15);
}

.text-secondary-600\/20 {
  color: rgb(34 64 68 / 0.2);
}

.text-secondary-600\/25 {
  color: rgb(34 64 68 / 0.25);
}

.text-secondary-600\/30 {
  color: rgb(34 64 68 / 0.3);
}

.text-secondary-600\/35 {
  color: rgb(34 64 68 / 0.35);
}

.text-secondary-600\/40 {
  color: rgb(34 64 68 / 0.4);
}

.text-secondary-600\/45 {
  color: rgb(34 64 68 / 0.45);
}

.text-secondary-600\/5 {
  color: rgb(34 64 68 / 0.05);
}

.text-secondary-600\/50 {
  color: rgb(34 64 68 / 0.5);
}

.text-secondary-600\/55 {
  color: rgb(34 64 68 / 0.55);
}

.text-secondary-600\/60 {
  color: rgb(34 64 68 / 0.6);
}

.text-secondary-600\/65 {
  color: rgb(34 64 68 / 0.65);
}

.text-secondary-600\/70 {
  color: rgb(34 64 68 / 0.7);
}

.text-secondary-600\/75 {
  color: rgb(34 64 68 / 0.75);
}

.text-secondary-600\/80 {
  color: rgb(34 64 68 / 0.8);
}

.text-secondary-600\/85 {
  color: rgb(34 64 68 / 0.85);
}

.text-secondary-600\/90 {
  color: rgb(34 64 68 / 0.9);
}

.text-secondary-600\/95 {
  color: rgb(34 64 68 / 0.95);
}

.text-secondary-700 {
  --tw-text-opacity: 1;
  color: rgb(26 50 54 / var(--tw-text-opacity, 1));
}

.text-secondary-700\/0 {
  color: rgb(26 50 54 / 0);
}

.text-secondary-700\/10 {
  color: rgb(26 50 54 / 0.1);
}

.text-secondary-700\/100 {
  color: rgb(26 50 54 / 1);
}

.text-secondary-700\/15 {
  color: rgb(26 50 54 / 0.15);
}

.text-secondary-700\/20 {
  color: rgb(26 50 54 / 0.2);
}

.text-secondary-700\/25 {
  color: rgb(26 50 54 / 0.25);
}

.text-secondary-700\/30 {
  color: rgb(26 50 54 / 0.3);
}

.text-secondary-700\/35 {
  color: rgb(26 50 54 / 0.35);
}

.text-secondary-700\/40 {
  color: rgb(26 50 54 / 0.4);
}

.text-secondary-700\/45 {
  color: rgb(26 50 54 / 0.45);
}

.text-secondary-700\/5 {
  color: rgb(26 50 54 / 0.05);
}

.text-secondary-700\/50 {
  color: rgb(26 50 54 / 0.5);
}

.text-secondary-700\/55 {
  color: rgb(26 50 54 / 0.55);
}

.text-secondary-700\/60 {
  color: rgb(26 50 54 / 0.6);
}

.text-secondary-700\/65 {
  color: rgb(26 50 54 / 0.65);
}

.text-secondary-700\/70 {
  color: rgb(26 50 54 / 0.7);
}

.text-secondary-700\/75 {
  color: rgb(26 50 54 / 0.75);
}

.text-secondary-700\/80 {
  color: rgb(26 50 54 / 0.8);
}

.text-secondary-700\/85 {
  color: rgb(26 50 54 / 0.85);
}

.text-secondary-700\/90 {
  color: rgb(26 50 54 / 0.9);
}

.text-secondary-700\/95 {
  color: rgb(26 50 54 / 0.95);
}

.text-secondary-800 {
  --tw-text-opacity: 1;
  color: rgb(18 35 40 / var(--tw-text-opacity, 1));
}

.text-secondary-800\/0 {
  color: rgb(18 35 40 / 0);
}

.text-secondary-800\/10 {
  color: rgb(18 35 40 / 0.1);
}

.text-secondary-800\/100 {
  color: rgb(18 35 40 / 1);
}

.text-secondary-800\/15 {
  color: rgb(18 35 40 / 0.15);
}

.text-secondary-800\/20 {
  color: rgb(18 35 40 / 0.2);
}

.text-secondary-800\/25 {
  color: rgb(18 35 40 / 0.25);
}

.text-secondary-800\/30 {
  color: rgb(18 35 40 / 0.3);
}

.text-secondary-800\/35 {
  color: rgb(18 35 40 / 0.35);
}

.text-secondary-800\/40 {
  color: rgb(18 35 40 / 0.4);
}

.text-secondary-800\/45 {
  color: rgb(18 35 40 / 0.45);
}

.text-secondary-800\/5 {
  color: rgb(18 35 40 / 0.05);
}

.text-secondary-800\/50 {
  color: rgb(18 35 40 / 0.5);
}

.text-secondary-800\/55 {
  color: rgb(18 35 40 / 0.55);
}

.text-secondary-800\/60 {
  color: rgb(18 35 40 / 0.6);
}

.text-secondary-800\/65 {
  color: rgb(18 35 40 / 0.65);
}

.text-secondary-800\/70 {
  color: rgb(18 35 40 / 0.7);
}

.text-secondary-800\/75 {
  color: rgb(18 35 40 / 0.75);
}

.text-secondary-800\/80 {
  color: rgb(18 35 40 / 0.8);
}

.text-secondary-800\/85 {
  color: rgb(18 35 40 / 0.85);
}

.text-secondary-800\/90 {
  color: rgb(18 35 40 / 0.9);
}

.text-secondary-800\/95 {
  color: rgb(18 35 40 / 0.95);
}

.text-secondary-900 {
  --tw-text-opacity: 1;
  color: rgb(10 21 26 / var(--tw-text-opacity, 1));
}

.text-secondary-900\/0 {
  color: rgb(10 21 26 / 0);
}

.text-secondary-900\/10 {
  color: rgb(10 21 26 / 0.1);
}

.text-secondary-900\/100 {
  color: rgb(10 21 26 / 1);
}

.text-secondary-900\/15 {
  color: rgb(10 21 26 / 0.15);
}

.text-secondary-900\/20 {
  color: rgb(10 21 26 / 0.2);
}

.text-secondary-900\/25 {
  color: rgb(10 21 26 / 0.25);
}

.text-secondary-900\/30 {
  color: rgb(10 21 26 / 0.3);
}

.text-secondary-900\/35 {
  color: rgb(10 21 26 / 0.35);
}

.text-secondary-900\/40 {
  color: rgb(10 21 26 / 0.4);
}

.text-secondary-900\/45 {
  color: rgb(10 21 26 / 0.45);
}

.text-secondary-900\/5 {
  color: rgb(10 21 26 / 0.05);
}

.text-secondary-900\/50 {
  color: rgb(10 21 26 / 0.5);
}

.text-secondary-900\/55 {
  color: rgb(10 21 26 / 0.55);
}

.text-secondary-900\/60 {
  color: rgb(10 21 26 / 0.6);
}

.text-secondary-900\/65 {
  color: rgb(10 21 26 / 0.65);
}

.text-secondary-900\/70 {
  color: rgb(10 21 26 / 0.7);
}

.text-secondary-900\/75 {
  color: rgb(10 21 26 / 0.75);
}

.text-secondary-900\/80 {
  color: rgb(10 21 26 / 0.8);
}

.text-secondary-900\/85 {
  color: rgb(10 21 26 / 0.85);
}

.text-secondary-900\/90 {
  color: rgb(10 21 26 / 0.9);
}

.text-secondary-900\/95 {
  color: rgb(10 21 26 / 0.95);
}

.text-secondary-950 {
  --tw-text-opacity: 1;
  color: rgb(5 13 14 / var(--tw-text-opacity, 1));
}

.text-secondary-950\/0 {
  color: rgb(5 13 14 / 0);
}

.text-secondary-950\/10 {
  color: rgb(5 13 14 / 0.1);
}

.text-secondary-950\/100 {
  color: rgb(5 13 14 / 1);
}

.text-secondary-950\/15 {
  color: rgb(5 13 14 / 0.15);
}

.text-secondary-950\/20 {
  color: rgb(5 13 14 / 0.2);
}

.text-secondary-950\/25 {
  color: rgb(5 13 14 / 0.25);
}

.text-secondary-950\/30 {
  color: rgb(5 13 14 / 0.3);
}

.text-secondary-950\/35 {
  color: rgb(5 13 14 / 0.35);
}

.text-secondary-950\/40 {
  color: rgb(5 13 14 / 0.4);
}

.text-secondary-950\/45 {
  color: rgb(5 13 14 / 0.45);
}

.text-secondary-950\/5 {
  color: rgb(5 13 14 / 0.05);
}

.text-secondary-950\/50 {
  color: rgb(5 13 14 / 0.5);
}

.text-secondary-950\/55 {
  color: rgb(5 13 14 / 0.55);
}

.text-secondary-950\/60 {
  color: rgb(5 13 14 / 0.6);
}

.text-secondary-950\/65 {
  color: rgb(5 13 14 / 0.65);
}

.text-secondary-950\/70 {
  color: rgb(5 13 14 / 0.7);
}

.text-secondary-950\/75 {
  color: rgb(5 13 14 / 0.75);
}

.text-secondary-950\/80 {
  color: rgb(5 13 14 / 0.8);
}

.text-secondary-950\/85 {
  color: rgb(5 13 14 / 0.85);
}

.text-secondary-950\/90 {
  color: rgb(5 13 14 / 0.9);
}

.text-secondary-950\/95 {
  color: rgb(5 13 14 / 0.95);
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.text-white\/90 {
  color: rgb(255 255 255 / 0.9);
}

.text-yellow-800 {
  --tw-text-opacity: 1;
  color: rgb(114 59 19 / var(--tw-text-opacity, 1));
}

.line-through {
  text-decoration-line: line-through;
}

.no-underline {
  text-decoration-line: none;
}

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

.accent-primary-500 {
  accent-color: #AB3300;
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-80 {
  opacity: 0.8;
}

.opacity-90 {
  opacity: 0.9;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-none {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-xd {
  --tw-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
  --tw-shadow-colored: 0px 0px 12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.outline {
  outline-style: solid;
}

.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-0 {
  --tw-brightness: brightness(0);
  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);
}

.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-200 {
  transition-duration: 200ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.duration-500 {
  transition-duration: 500ms;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.\@container {
  container-type: inline-size;
}

.\[text-shadow\:0_1px_3px_rgba\(0\2c 0\2c 0\2c 0\.5\)\] {
  text-shadow: 0 1px 3px rgba(0,0,0,0.5);
}

.\[text-shadow\:0px_6px_6px_rgba\(0\2c 0\2c 0\2c 0\.27\)\] {
  text-shadow: 0px 6px 6px rgba(0,0,0,0.27);
}

html {
  overflow-x: clip;
  max-width: 100%;
  width: 100%;
}

body {
  overflow-x: clip;
  max-width: 100%;
  width: 100%;
  position: relative;
}

* {
  box-sizing: border-box;
}

img, video, iframe, embed, object {
  max-width: 100%;
}

/*Site achtergrond – standaard wit op elke pagina */

body:not(.wp-admin) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  overflow-x: clip;
}

/* Standaard body tekst: Montserrat Regular 14px/22px */

p, a, li, span, td, th, label, input, textarea, select {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
}

/* Standaard koppen h1–h4: Kalnia SemiBold 24px */

h1, h2, h3, h4 {
  font-family: Kalnia, ui-serif, serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  line-height: 1.375;
  letter-spacing: 0em;
}

.woocommerce-Price-amount span, 
.woocommerce-Price-amount bdi, 
.woocommerce-Price-amount del {
  font-weight: 700!important;
}

/* h5, h6: zelfde basis als body (Montserrat 14px regular) */

h5, h6 {
  font-family: Montserrat, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
}

button {
  font-family: Montserrat, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
}

/* Alleen voor tekst links, niet voor buttons, header, footer of backend */

.prose a:not(#menu-main a, button a, header a, footer a, footer li a, .wp-admin a) {
  --tw-text-opacity: 1;
  color: rgb(151 46 0 / var(--tw-text-opacity, 1));
}

.prose a:not(#menu-main a, button a, header a, footer a, footer li a, .wp-admin a):hover {
  --tw-text-opacity: 1;
  color: rgb(123 37 0 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}

/* Menu styling */

#menu-main a {
  font-family: Montserrat, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
}

.custom-menu-item {
  position: relative;
}

.custom-menu-item::after {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 0.125rem;
  width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(123 37 0 / var(--tw-bg-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  content: var(--tw-content);
  transition-duration: 300ms;
}

.custom-menu-item:hover::after {
  content: var(--tw-content);
  width: 100%;
}

/* Sub-menu styling */

.menu-item-has-children {
  position: relative;
}

/* Geen pijltje/icoon in menu-items met children */

.menu-item-has-children svg {
  display: none;
}

/* Eerste niveau submenu - creëer ruimte tussen hoofdmenu en submenu */

.sub-menu {
  position: absolute;
  left: 0px;
  z-index: 50;
  display: none;
  min-width: 200px;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

/* Voeg een invisible padding aan de bovenkant toe voor betere hover */

.menu-item-has-children:after {
  pointer-events: auto;
  position: absolute;
  left: 0px;
  bottom: -1rem;
  z-index: 40;
  display: none;
  height: 1rem;
  width: 100%;
  background-color: transparent;
  --tw-content: '';
  content: var(--tw-content);
}

@media (min-width: 1024px) {
  .menu-item-has-children:after {
    display: block;
  }
}

/* Pas top margin van submenu aan */

.menu-item-has-children > .sub-menu {
  margin-top: 1rem;
}

/* Zorg dat submenu verschijnt bij hover en een overgangseffect heeft */

.menu-item-has-children:hover > .sub-menu {
  display: block;
}

/* Het submenu blijft ook zichtbaar als je er overheen hovert */

.sub-menu:hover {
  display: block;
}

/* Sub-menu-items styling */

.sub-menu .custom-menu-item {
  display: block;
  width: 100%;
  padding: 0px;
}

.sub-menu .custom-menu-item a {
  display: block;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.sub-menu .custom-menu-item a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

/* 'Alles bekijken' link onderaan submenu */

.sub-menu .all-view-item a {
  font-family: Montserrat, ui-sans-serif, system-ui, sans-serif;
  font-weight: 600;
}

/* Maak ruimte voor het submenu rechts van een sub-menu-item op het tweede niveau */

.sub-menu .menu-item-has-children > .sub-menu {
  left: 100%;
  top: 0px;
  margin-top: 0px;
}

/* Voeg een invisible padding aan de rechterkant toe voor betere hover bij submenu's */

.sub-menu .menu-item-has-children:after {
  pointer-events: auto;
  position: absolute;
  right: -1rem;
  top: 0px;
  z-index: 40;
  display: none;
  height: 100%;
  width: 1rem;
  background-color: transparent;
  --tw-content: '';
  content: var(--tw-content);
}

@media (min-width: 1024px) {
  .sub-menu .menu-item-has-children:after {
    display: block;
  }
}

/* Reset de 'after' pseudo-element voor submenu items */

.sub-menu .custom-menu-item:after {
  display: none;
}

/* Mobiele menu styling */

@media (max-width: 1023px) {
  .menu-item-has-children > a {
    display: inline-flex;
    align-items: center;
  }

  .menu-item-has-children:after {
    display: none;
  }

  .sub-menu {
    position: static;
    margin-top: 0px;
    margin-left: 0.5rem;
    width: 100%;
    border-radius: 0px;
    border-left-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0.5rem;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  /* Aangepaste styling voor mobiele expanded submenu's */

  .sub-menu.mobile-expanded {
    display: block;
  }

  /* Zorg ervoor dat de hover werking op desktop werkt maar niet op mobiel */

  .menu-item-has-children:hover > .sub-menu {
    display: none;
  }

  @media (min-width: 1024px) {
    .menu-item-has-children:hover > .sub-menu {
      display: block;
    }
  }

  /* Geen animatie voor hovereffect op submenu items op mobiel */

  .custom-menu-item::after {
    display: none;
  }

  @media (min-width: 1024px) {
    .custom-menu-item::after {
      display: block;
    }
  }
}

html {
  scroll-behavior: smooth;
}

/* Paginering styling */

.page-numbers {
  margin: 0px;
  display: flex;
  max-width: 100%;
  list-style-type: none;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.5rem;
}

.page-numbers li {
  margin: 0px;
}

.page-numbers a,
.page-numbers .current {
  display: flex;
  height: 2rem;
  width: 2rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  font-family: Montserrat, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.page-numbers a:hover,
.page-numbers .current:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(151 46 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.page-numbers .current {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(151 46 0 / var(--tw-text-opacity, 1));
}

.page-numbers .prev,
.page-numbers .next {
  display: none;
}

.placeholder\:text-\[\#250D0D\]::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(37 13 13 / var(--tw-text-opacity, 1));
}

.placeholder\:text-\[\#250D0D\]::placeholder {
  --tw-text-opacity: 1;
  color: rgb(37 13 13 / var(--tw-text-opacity, 1));
}

.first\:ml-0:first-child {
  margin-left: 0px;
}

.last\:border-b-0:last-child {
  border-bottom-width: 0px;
}

.hover\:scale-105:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:border-gray-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

.hover\:border-secondary-100:hover {
  --tw-border-opacity: 1;
  border-color: rgb(213 232 234 / var(--tw-border-opacity, 1));
}

.hover\:border-secondary-100\/0:hover {
  border-color: rgb(213 232 234 / 0);
}

.hover\:border-secondary-100\/10:hover {
  border-color: rgb(213 232 234 / 0.1);
}

.hover\:border-secondary-100\/100:hover {
  border-color: rgb(213 232 234 / 1);
}

.hover\:border-secondary-100\/15:hover {
  border-color: rgb(213 232 234 / 0.15);
}

.hover\:border-secondary-100\/20:hover {
  border-color: rgb(213 232 234 / 0.2);
}

.hover\:border-secondary-100\/25:hover {
  border-color: rgb(213 232 234 / 0.25);
}

.hover\:border-secondary-100\/30:hover {
  border-color: rgb(213 232 234 / 0.3);
}

.hover\:border-secondary-100\/35:hover {
  border-color: rgb(213 232 234 / 0.35);
}

.hover\:border-secondary-100\/40:hover {
  border-color: rgb(213 232 234 / 0.4);
}

.hover\:border-secondary-100\/45:hover {
  border-color: rgb(213 232 234 / 0.45);
}

.hover\:border-secondary-100\/5:hover {
  border-color: rgb(213 232 234 / 0.05);
}

.hover\:border-secondary-100\/50:hover {
  border-color: rgb(213 232 234 / 0.5);
}

.hover\:border-secondary-100\/55:hover {
  border-color: rgb(213 232 234 / 0.55);
}

.hover\:border-secondary-100\/60:hover {
  border-color: rgb(213 232 234 / 0.6);
}

.hover\:border-secondary-100\/65:hover {
  border-color: rgb(213 232 234 / 0.65);
}

.hover\:border-secondary-100\/70:hover {
  border-color: rgb(213 232 234 / 0.7);
}

.hover\:border-secondary-100\/75:hover {
  border-color: rgb(213 232 234 / 0.75);
}

.hover\:border-secondary-100\/80:hover {
  border-color: rgb(213 232 234 / 0.8);
}

.hover\:border-secondary-100\/85:hover {
  border-color: rgb(213 232 234 / 0.85);
}

.hover\:border-secondary-100\/90:hover {
  border-color: rgb(213 232 234 / 0.9);
}

.hover\:border-secondary-100\/95:hover {
  border-color: rgb(213 232 234 / 0.95);
}

.hover\:border-secondary-200:hover {
  --tw-border-opacity: 1;
  border-color: rgb(172 198 196 / var(--tw-border-opacity, 1));
}

.hover\:border-secondary-200\/0:hover {
  border-color: rgb(172 198 196 / 0);
}

.hover\:border-secondary-200\/10:hover {
  border-color: rgb(172 198 196 / 0.1);
}

.hover\:border-secondary-200\/100:hover {
  border-color: rgb(172 198 196 / 1);
}

.hover\:border-secondary-200\/15:hover {
  border-color: rgb(172 198 196 / 0.15);
}

.hover\:border-secondary-200\/20:hover {
  border-color: rgb(172 198 196 / 0.2);
}

.hover\:border-secondary-200\/25:hover {
  border-color: rgb(172 198 196 / 0.25);
}

.hover\:border-secondary-200\/30:hover {
  border-color: rgb(172 198 196 / 0.3);
}

.hover\:border-secondary-200\/35:hover {
  border-color: rgb(172 198 196 / 0.35);
}

.hover\:border-secondary-200\/40:hover {
  border-color: rgb(172 198 196 / 0.4);
}

.hover\:border-secondary-200\/45:hover {
  border-color: rgb(172 198 196 / 0.45);
}

.hover\:border-secondary-200\/5:hover {
  border-color: rgb(172 198 196 / 0.05);
}

.hover\:border-secondary-200\/50:hover {
  border-color: rgb(172 198 196 / 0.5);
}

.hover\:border-secondary-200\/55:hover {
  border-color: rgb(172 198 196 / 0.55);
}

.hover\:border-secondary-200\/60:hover {
  border-color: rgb(172 198 196 / 0.6);
}

.hover\:border-secondary-200\/65:hover {
  border-color: rgb(172 198 196 / 0.65);
}

.hover\:border-secondary-200\/70:hover {
  border-color: rgb(172 198 196 / 0.7);
}

.hover\:border-secondary-200\/75:hover {
  border-color: rgb(172 198 196 / 0.75);
}

.hover\:border-secondary-200\/80:hover {
  border-color: rgb(172 198 196 / 0.8);
}

.hover\:border-secondary-200\/85:hover {
  border-color: rgb(172 198 196 / 0.85);
}

.hover\:border-secondary-200\/90:hover {
  border-color: rgb(172 198 196 / 0.9);
}

.hover\:border-secondary-200\/95:hover {
  border-color: rgb(172 198 196 / 0.95);
}

.hover\:border-secondary-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(116 174 186 / var(--tw-border-opacity, 1));
}

.hover\:border-secondary-300\/0:hover {
  border-color: rgb(116 174 186 / 0);
}

.hover\:border-secondary-300\/10:hover {
  border-color: rgb(116 174 186 / 0.1);
}

.hover\:border-secondary-300\/100:hover {
  border-color: rgb(116 174 186 / 1);
}

.hover\:border-secondary-300\/15:hover {
  border-color: rgb(116 174 186 / 0.15);
}

.hover\:border-secondary-300\/20:hover {
  border-color: rgb(116 174 186 / 0.2);
}

.hover\:border-secondary-300\/25:hover {
  border-color: rgb(116 174 186 / 0.25);
}

.hover\:border-secondary-300\/30:hover {
  border-color: rgb(116 174 186 / 0.3);
}

.hover\:border-secondary-300\/35:hover {
  border-color: rgb(116 174 186 / 0.35);
}

.hover\:border-secondary-300\/40:hover {
  border-color: rgb(116 174 186 / 0.4);
}

.hover\:border-secondary-300\/45:hover {
  border-color: rgb(116 174 186 / 0.45);
}

.hover\:border-secondary-300\/5:hover {
  border-color: rgb(116 174 186 / 0.05);
}

.hover\:border-secondary-300\/50:hover {
  border-color: rgb(116 174 186 / 0.5);
}

.hover\:border-secondary-300\/55:hover {
  border-color: rgb(116 174 186 / 0.55);
}

.hover\:border-secondary-300\/60:hover {
  border-color: rgb(116 174 186 / 0.6);
}

.hover\:border-secondary-300\/65:hover {
  border-color: rgb(116 174 186 / 0.65);
}

.hover\:border-secondary-300\/70:hover {
  border-color: rgb(116 174 186 / 0.7);
}

.hover\:border-secondary-300\/75:hover {
  border-color: rgb(116 174 186 / 0.75);
}

.hover\:border-secondary-300\/80:hover {
  border-color: rgb(116 174 186 / 0.8);
}

.hover\:border-secondary-300\/85:hover {
  border-color: rgb(116 174 186 / 0.85);
}

.hover\:border-secondary-300\/90:hover {
  border-color: rgb(116 174 186 / 0.9);
}

.hover\:border-secondary-300\/95:hover {
  border-color: rgb(116 174 186 / 0.95);
}

.hover\:border-secondary-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(66 138 145 / var(--tw-border-opacity, 1));
}

.hover\:border-secondary-400\/0:hover {
  border-color: rgb(66 138 145 / 0);
}

.hover\:border-secondary-400\/10:hover {
  border-color: rgb(66 138 145 / 0.1);
}

.hover\:border-secondary-400\/100:hover {
  border-color: rgb(66 138 145 / 1);
}

.hover\:border-secondary-400\/15:hover {
  border-color: rgb(66 138 145 / 0.15);
}

.hover\:border-secondary-400\/20:hover {
  border-color: rgb(66 138 145 / 0.2);
}

.hover\:border-secondary-400\/25:hover {
  border-color: rgb(66 138 145 / 0.25);
}

.hover\:border-secondary-400\/30:hover {
  border-color: rgb(66 138 145 / 0.3);
}

.hover\:border-secondary-400\/35:hover {
  border-color: rgb(66 138 145 / 0.35);
}

.hover\:border-secondary-400\/40:hover {
  border-color: rgb(66 138 145 / 0.4);
}

.hover\:border-secondary-400\/45:hover {
  border-color: rgb(66 138 145 / 0.45);
}

.hover\:border-secondary-400\/5:hover {
  border-color: rgb(66 138 145 / 0.05);
}

.hover\:border-secondary-400\/50:hover {
  border-color: rgb(66 138 145 / 0.5);
}

.hover\:border-secondary-400\/55:hover {
  border-color: rgb(66 138 145 / 0.55);
}

.hover\:border-secondary-400\/60:hover {
  border-color: rgb(66 138 145 / 0.6);
}

.hover\:border-secondary-400\/65:hover {
  border-color: rgb(66 138 145 / 0.65);
}

.hover\:border-secondary-400\/70:hover {
  border-color: rgb(66 138 145 / 0.7);
}

.hover\:border-secondary-400\/75:hover {
  border-color: rgb(66 138 145 / 0.75);
}

.hover\:border-secondary-400\/80:hover {
  border-color: rgb(66 138 145 / 0.8);
}

.hover\:border-secondary-400\/85:hover {
  border-color: rgb(66 138 145 / 0.85);
}

.hover\:border-secondary-400\/90:hover {
  border-color: rgb(66 138 145 / 0.9);
}

.hover\:border-secondary-400\/95:hover {
  border-color: rgb(66 138 145 / 0.95);
}

.hover\:border-secondary-50:hover {
  --tw-border-opacity: 1;
  border-color: rgb(235 237 222 / var(--tw-border-opacity, 1));
}

.hover\:border-secondary-50\/0:hover {
  border-color: rgb(235 237 222 / 0);
}

.hover\:border-secondary-50\/10:hover {
  border-color: rgb(235 237 222 / 0.1);
}

.hover\:border-secondary-50\/100:hover {
  border-color: rgb(235 237 222 / 1);
}

.hover\:border-secondary-50\/15:hover {
  border-color: rgb(235 237 222 / 0.15);
}

.hover\:border-secondary-50\/20:hover {
  border-color: rgb(235 237 222 / 0.2);
}

.hover\:border-secondary-50\/25:hover {
  border-color: rgb(235 237 222 / 0.25);
}

.hover\:border-secondary-50\/30:hover {
  border-color: rgb(235 237 222 / 0.3);
}

.hover\:border-secondary-50\/35:hover {
  border-color: rgb(235 237 222 / 0.35);
}

.hover\:border-secondary-50\/40:hover {
  border-color: rgb(235 237 222 / 0.4);
}

.hover\:border-secondary-50\/45:hover {
  border-color: rgb(235 237 222 / 0.45);
}

.hover\:border-secondary-50\/5:hover {
  border-color: rgb(235 237 222 / 0.05);
}

.hover\:border-secondary-50\/50:hover {
  border-color: rgb(235 237 222 / 0.5);
}

.hover\:border-secondary-50\/55:hover {
  border-color: rgb(235 237 222 / 0.55);
}

.hover\:border-secondary-50\/60:hover {
  border-color: rgb(235 237 222 / 0.6);
}

.hover\:border-secondary-50\/65:hover {
  border-color: rgb(235 237 222 / 0.65);
}

.hover\:border-secondary-50\/70:hover {
  border-color: rgb(235 237 222 / 0.7);
}

.hover\:border-secondary-50\/75:hover {
  border-color: rgb(235 237 222 / 0.75);
}

.hover\:border-secondary-50\/80:hover {
  border-color: rgb(235 237 222 / 0.8);
}

.hover\:border-secondary-50\/85:hover {
  border-color: rgb(235 237 222 / 0.85);
}

.hover\:border-secondary-50\/90:hover {
  border-color: rgb(235 237 222 / 0.9);
}

.hover\:border-secondary-50\/95:hover {
  border-color: rgb(235 237 222 / 0.95);
}

.hover\:border-secondary-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(42 76 80 / var(--tw-border-opacity, 1));
}

.hover\:border-secondary-500\/0:hover {
  border-color: rgb(42 76 80 / 0);
}

.hover\:border-secondary-500\/10:hover {
  border-color: rgb(42 76 80 / 0.1);
}

.hover\:border-secondary-500\/100:hover {
  border-color: rgb(42 76 80 / 1);
}

.hover\:border-secondary-500\/15:hover {
  border-color: rgb(42 76 80 / 0.15);
}

.hover\:border-secondary-500\/20:hover {
  border-color: rgb(42 76 80 / 0.2);
}

.hover\:border-secondary-500\/25:hover {
  border-color: rgb(42 76 80 / 0.25);
}

.hover\:border-secondary-500\/30:hover {
  border-color: rgb(42 76 80 / 0.3);
}

.hover\:border-secondary-500\/35:hover {
  border-color: rgb(42 76 80 / 0.35);
}

.hover\:border-secondary-500\/40:hover {
  border-color: rgb(42 76 80 / 0.4);
}

.hover\:border-secondary-500\/45:hover {
  border-color: rgb(42 76 80 / 0.45);
}

.hover\:border-secondary-500\/5:hover {
  border-color: rgb(42 76 80 / 0.05);
}

.hover\:border-secondary-500\/50:hover {
  border-color: rgb(42 76 80 / 0.5);
}

.hover\:border-secondary-500\/55:hover {
  border-color: rgb(42 76 80 / 0.55);
}

.hover\:border-secondary-500\/60:hover {
  border-color: rgb(42 76 80 / 0.6);
}

.hover\:border-secondary-500\/65:hover {
  border-color: rgb(42 76 80 / 0.65);
}

.hover\:border-secondary-500\/70:hover {
  border-color: rgb(42 76 80 / 0.7);
}

.hover\:border-secondary-500\/75:hover {
  border-color: rgb(42 76 80 / 0.75);
}

.hover\:border-secondary-500\/80:hover {
  border-color: rgb(42 76 80 / 0.8);
}

.hover\:border-secondary-500\/85:hover {
  border-color: rgb(42 76 80 / 0.85);
}

.hover\:border-secondary-500\/90:hover {
  border-color: rgb(42 76 80 / 0.9);
}

.hover\:border-secondary-500\/95:hover {
  border-color: rgb(42 76 80 / 0.95);
}

.hover\:border-secondary-600:hover {
  --tw-border-opacity: 1;
  border-color: rgb(34 64 68 / var(--tw-border-opacity, 1));
}

.hover\:border-secondary-600\/0:hover {
  border-color: rgb(34 64 68 / 0);
}

.hover\:border-secondary-600\/10:hover {
  border-color: rgb(34 64 68 / 0.1);
}

.hover\:border-secondary-600\/100:hover {
  border-color: rgb(34 64 68 / 1);
}

.hover\:border-secondary-600\/15:hover {
  border-color: rgb(34 64 68 / 0.15);
}

.hover\:border-secondary-600\/20:hover {
  border-color: rgb(34 64 68 / 0.2);
}

.hover\:border-secondary-600\/25:hover {
  border-color: rgb(34 64 68 / 0.25);
}

.hover\:border-secondary-600\/30:hover {
  border-color: rgb(34 64 68 / 0.3);
}

.hover\:border-secondary-600\/35:hover {
  border-color: rgb(34 64 68 / 0.35);
}

.hover\:border-secondary-600\/40:hover {
  border-color: rgb(34 64 68 / 0.4);
}

.hover\:border-secondary-600\/45:hover {
  border-color: rgb(34 64 68 / 0.45);
}

.hover\:border-secondary-600\/5:hover {
  border-color: rgb(34 64 68 / 0.05);
}

.hover\:border-secondary-600\/50:hover {
  border-color: rgb(34 64 68 / 0.5);
}

.hover\:border-secondary-600\/55:hover {
  border-color: rgb(34 64 68 / 0.55);
}

.hover\:border-secondary-600\/60:hover {
  border-color: rgb(34 64 68 / 0.6);
}

.hover\:border-secondary-600\/65:hover {
  border-color: rgb(34 64 68 / 0.65);
}

.hover\:border-secondary-600\/70:hover {
  border-color: rgb(34 64 68 / 0.7);
}

.hover\:border-secondary-600\/75:hover {
  border-color: rgb(34 64 68 / 0.75);
}

.hover\:border-secondary-600\/80:hover {
  border-color: rgb(34 64 68 / 0.8);
}

.hover\:border-secondary-600\/85:hover {
  border-color: rgb(34 64 68 / 0.85);
}

.hover\:border-secondary-600\/90:hover {
  border-color: rgb(34 64 68 / 0.9);
}

.hover\:border-secondary-600\/95:hover {
  border-color: rgb(34 64 68 / 0.95);
}

.hover\:border-secondary-700:hover {
  --tw-border-opacity: 1;
  border-color: rgb(26 50 54 / var(--tw-border-opacity, 1));
}

.hover\:border-secondary-700\/0:hover {
  border-color: rgb(26 50 54 / 0);
}

.hover\:border-secondary-700\/10:hover {
  border-color: rgb(26 50 54 / 0.1);
}

.hover\:border-secondary-700\/100:hover {
  border-color: rgb(26 50 54 / 1);
}

.hover\:border-secondary-700\/15:hover {
  border-color: rgb(26 50 54 / 0.15);
}

.hover\:border-secondary-700\/20:hover {
  border-color: rgb(26 50 54 / 0.2);
}

.hover\:border-secondary-700\/25:hover {
  border-color: rgb(26 50 54 / 0.25);
}

.hover\:border-secondary-700\/30:hover {
  border-color: rgb(26 50 54 / 0.3);
}

.hover\:border-secondary-700\/35:hover {
  border-color: rgb(26 50 54 / 0.35);
}

.hover\:border-secondary-700\/40:hover {
  border-color: rgb(26 50 54 / 0.4);
}

.hover\:border-secondary-700\/45:hover {
  border-color: rgb(26 50 54 / 0.45);
}

.hover\:border-secondary-700\/5:hover {
  border-color: rgb(26 50 54 / 0.05);
}

.hover\:border-secondary-700\/50:hover {
  border-color: rgb(26 50 54 / 0.5);
}

.hover\:border-secondary-700\/55:hover {
  border-color: rgb(26 50 54 / 0.55);
}

.hover\:border-secondary-700\/60:hover {
  border-color: rgb(26 50 54 / 0.6);
}

.hover\:border-secondary-700\/65:hover {
  border-color: rgb(26 50 54 / 0.65);
}

.hover\:border-secondary-700\/70:hover {
  border-color: rgb(26 50 54 / 0.7);
}

.hover\:border-secondary-700\/75:hover {
  border-color: rgb(26 50 54 / 0.75);
}

.hover\:border-secondary-700\/80:hover {
  border-color: rgb(26 50 54 / 0.8);
}

.hover\:border-secondary-700\/85:hover {
  border-color: rgb(26 50 54 / 0.85);
}

.hover\:border-secondary-700\/90:hover {
  border-color: rgb(26 50 54 / 0.9);
}

.hover\:border-secondary-700\/95:hover {
  border-color: rgb(26 50 54 / 0.95);
}

.hover\:border-secondary-800:hover {
  --tw-border-opacity: 1;
  border-color: rgb(18 35 40 / var(--tw-border-opacity, 1));
}

.hover\:border-secondary-800\/0:hover {
  border-color: rgb(18 35 40 / 0);
}

.hover\:border-secondary-800\/10:hover {
  border-color: rgb(18 35 40 / 0.1);
}

.hover\:border-secondary-800\/100:hover {
  border-color: rgb(18 35 40 / 1);
}

.hover\:border-secondary-800\/15:hover {
  border-color: rgb(18 35 40 / 0.15);
}

.hover\:border-secondary-800\/20:hover {
  border-color: rgb(18 35 40 / 0.2);
}

.hover\:border-secondary-800\/25:hover {
  border-color: rgb(18 35 40 / 0.25);
}

.hover\:border-secondary-800\/30:hover {
  border-color: rgb(18 35 40 / 0.3);
}

.hover\:border-secondary-800\/35:hover {
  border-color: rgb(18 35 40 / 0.35);
}

.hover\:border-secondary-800\/40:hover {
  border-color: rgb(18 35 40 / 0.4);
}

.hover\:border-secondary-800\/45:hover {
  border-color: rgb(18 35 40 / 0.45);
}

.hover\:border-secondary-800\/5:hover {
  border-color: rgb(18 35 40 / 0.05);
}

.hover\:border-secondary-800\/50:hover {
  border-color: rgb(18 35 40 / 0.5);
}

.hover\:border-secondary-800\/55:hover {
  border-color: rgb(18 35 40 / 0.55);
}

.hover\:border-secondary-800\/60:hover {
  border-color: rgb(18 35 40 / 0.6);
}

.hover\:border-secondary-800\/65:hover {
  border-color: rgb(18 35 40 / 0.65);
}

.hover\:border-secondary-800\/70:hover {
  border-color: rgb(18 35 40 / 0.7);
}

.hover\:border-secondary-800\/75:hover {
  border-color: rgb(18 35 40 / 0.75);
}

.hover\:border-secondary-800\/80:hover {
  border-color: rgb(18 35 40 / 0.8);
}

.hover\:border-secondary-800\/85:hover {
  border-color: rgb(18 35 40 / 0.85);
}

.hover\:border-secondary-800\/90:hover {
  border-color: rgb(18 35 40 / 0.9);
}

.hover\:border-secondary-800\/95:hover {
  border-color: rgb(18 35 40 / 0.95);
}

.hover\:border-secondary-900:hover {
  --tw-border-opacity: 1;
  border-color: rgb(10 21 26 / var(--tw-border-opacity, 1));
}

.hover\:border-secondary-900\/0:hover {
  border-color: rgb(10 21 26 / 0);
}

.hover\:border-secondary-900\/10:hover {
  border-color: rgb(10 21 26 / 0.1);
}

.hover\:border-secondary-900\/100:hover {
  border-color: rgb(10 21 26 / 1);
}

.hover\:border-secondary-900\/15:hover {
  border-color: rgb(10 21 26 / 0.15);
}

.hover\:border-secondary-900\/20:hover {
  border-color: rgb(10 21 26 / 0.2);
}

.hover\:border-secondary-900\/25:hover {
  border-color: rgb(10 21 26 / 0.25);
}

.hover\:border-secondary-900\/30:hover {
  border-color: rgb(10 21 26 / 0.3);
}

.hover\:border-secondary-900\/35:hover {
  border-color: rgb(10 21 26 / 0.35);
}

.hover\:border-secondary-900\/40:hover {
  border-color: rgb(10 21 26 / 0.4);
}

.hover\:border-secondary-900\/45:hover {
  border-color: rgb(10 21 26 / 0.45);
}

.hover\:border-secondary-900\/5:hover {
  border-color: rgb(10 21 26 / 0.05);
}

.hover\:border-secondary-900\/50:hover {
  border-color: rgb(10 21 26 / 0.5);
}

.hover\:border-secondary-900\/55:hover {
  border-color: rgb(10 21 26 / 0.55);
}

.hover\:border-secondary-900\/60:hover {
  border-color: rgb(10 21 26 / 0.6);
}

.hover\:border-secondary-900\/65:hover {
  border-color: rgb(10 21 26 / 0.65);
}

.hover\:border-secondary-900\/70:hover {
  border-color: rgb(10 21 26 / 0.7);
}

.hover\:border-secondary-900\/75:hover {
  border-color: rgb(10 21 26 / 0.75);
}

.hover\:border-secondary-900\/80:hover {
  border-color: rgb(10 21 26 / 0.8);
}

.hover\:border-secondary-900\/85:hover {
  border-color: rgb(10 21 26 / 0.85);
}

.hover\:border-secondary-900\/90:hover {
  border-color: rgb(10 21 26 / 0.9);
}

.hover\:border-secondary-900\/95:hover {
  border-color: rgb(10 21 26 / 0.95);
}

.hover\:border-secondary-950:hover {
  --tw-border-opacity: 1;
  border-color: rgb(5 13 14 / var(--tw-border-opacity, 1));
}

.hover\:border-secondary-950\/0:hover {
  border-color: rgb(5 13 14 / 0);
}

.hover\:border-secondary-950\/10:hover {
  border-color: rgb(5 13 14 / 0.1);
}

.hover\:border-secondary-950\/100:hover {
  border-color: rgb(5 13 14 / 1);
}

.hover\:border-secondary-950\/15:hover {
  border-color: rgb(5 13 14 / 0.15);
}

.hover\:border-secondary-950\/20:hover {
  border-color: rgb(5 13 14 / 0.2);
}

.hover\:border-secondary-950\/25:hover {
  border-color: rgb(5 13 14 / 0.25);
}

.hover\:border-secondary-950\/30:hover {
  border-color: rgb(5 13 14 / 0.3);
}

.hover\:border-secondary-950\/35:hover {
  border-color: rgb(5 13 14 / 0.35);
}

.hover\:border-secondary-950\/40:hover {
  border-color: rgb(5 13 14 / 0.4);
}

.hover\:border-secondary-950\/45:hover {
  border-color: rgb(5 13 14 / 0.45);
}

.hover\:border-secondary-950\/5:hover {
  border-color: rgb(5 13 14 / 0.05);
}

.hover\:border-secondary-950\/50:hover {
  border-color: rgb(5 13 14 / 0.5);
}

.hover\:border-secondary-950\/55:hover {
  border-color: rgb(5 13 14 / 0.55);
}

.hover\:border-secondary-950\/60:hover {
  border-color: rgb(5 13 14 / 0.6);
}

.hover\:border-secondary-950\/65:hover {
  border-color: rgb(5 13 14 / 0.65);
}

.hover\:border-secondary-950\/70:hover {
  border-color: rgb(5 13 14 / 0.7);
}

.hover\:border-secondary-950\/75:hover {
  border-color: rgb(5 13 14 / 0.75);
}

.hover\:border-secondary-950\/80:hover {
  border-color: rgb(5 13 14 / 0.8);
}

.hover\:border-secondary-950\/85:hover {
  border-color: rgb(5 13 14 / 0.85);
}

.hover\:border-secondary-950\/90:hover {
  border-color: rgb(5 13 14 / 0.9);
}

.hover\:border-secondary-950\/95:hover {
  border-color: rgb(5 13 14 / 0.95);
}

.hover\:border-white\/60:hover {
  border-color: rgb(255 255 255 / 0.6);
}

.hover\:\!bg-primary-800:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(95 29 0 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-\[\#26180a\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(38 24 10 / var(--tw-bg-opacity, 1));
}

.hover\:bg-blue-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(30 66 159 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.hover\:bg-primary-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 215 206 / var(--tw-bg-opacity, 1));
}

.hover\:bg-primary-100\/0:hover {
  background-color: rgb(249 215 206 / 0);
}

.hover\:bg-primary-100\/10:hover {
  background-color: rgb(249 215 206 / 0.1);
}

.hover\:bg-primary-100\/100:hover {
  background-color: rgb(249 215 206 / 1);
}

.hover\:bg-primary-100\/15:hover {
  background-color: rgb(249 215 206 / 0.15);
}

.hover\:bg-primary-100\/20:hover {
  background-color: rgb(249 215 206 / 0.2);
}

.hover\:bg-primary-100\/25:hover {
  background-color: rgb(249 215 206 / 0.25);
}

.hover\:bg-primary-100\/30:hover {
  background-color: rgb(249 215 206 / 0.3);
}

.hover\:bg-primary-100\/35:hover {
  background-color: rgb(249 215 206 / 0.35);
}

.hover\:bg-primary-100\/40:hover {
  background-color: rgb(249 215 206 / 0.4);
}

.hover\:bg-primary-100\/45:hover {
  background-color: rgb(249 215 206 / 0.45);
}

.hover\:bg-primary-100\/5:hover {
  background-color: rgb(249 215 206 / 0.05);
}

.hover\:bg-primary-100\/50:hover {
  background-color: rgb(249 215 206 / 0.5);
}

.hover\:bg-primary-100\/55:hover {
  background-color: rgb(249 215 206 / 0.55);
}

.hover\:bg-primary-100\/60:hover {
  background-color: rgb(249 215 206 / 0.6);
}

.hover\:bg-primary-100\/65:hover {
  background-color: rgb(249 215 206 / 0.65);
}

.hover\:bg-primary-100\/70:hover {
  background-color: rgb(249 215 206 / 0.7);
}

.hover\:bg-primary-100\/75:hover {
  background-color: rgb(249 215 206 / 0.75);
}

.hover\:bg-primary-100\/80:hover {
  background-color: rgb(249 215 206 / 0.8);
}

.hover\:bg-primary-100\/85:hover {
  background-color: rgb(249 215 206 / 0.85);
}

.hover\:bg-primary-100\/90:hover {
  background-color: rgb(249 215 206 / 0.9);
}

.hover\:bg-primary-100\/95:hover {
  background-color: rgb(249 215 206 / 0.95);
}

.hover\:bg-primary-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(244 177 160 / var(--tw-bg-opacity, 1));
}

.hover\:bg-primary-200\/0:hover {
  background-color: rgb(244 177 160 / 0);
}

.hover\:bg-primary-200\/10:hover {
  background-color: rgb(244 177 160 / 0.1);
}

.hover\:bg-primary-200\/100:hover {
  background-color: rgb(244 177 160 / 1);
}

.hover\:bg-primary-200\/15:hover {
  background-color: rgb(244 177 160 / 0.15);
}

.hover\:bg-primary-200\/20:hover {
  background-color: rgb(244 177 160 / 0.2);
}

.hover\:bg-primary-200\/25:hover {
  background-color: rgb(244 177 160 / 0.25);
}

.hover\:bg-primary-200\/30:hover {
  background-color: rgb(244 177 160 / 0.3);
}

.hover\:bg-primary-200\/35:hover {
  background-color: rgb(244 177 160 / 0.35);
}

.hover\:bg-primary-200\/40:hover {
  background-color: rgb(244 177 160 / 0.4);
}

.hover\:bg-primary-200\/45:hover {
  background-color: rgb(244 177 160 / 0.45);
}

.hover\:bg-primary-200\/5:hover {
  background-color: rgb(244 177 160 / 0.05);
}

.hover\:bg-primary-200\/50:hover {
  background-color: rgb(244 177 160 / 0.5);
}

.hover\:bg-primary-200\/55:hover {
  background-color: rgb(244 177 160 / 0.55);
}

.hover\:bg-primary-200\/60:hover {
  background-color: rgb(244 177 160 / 0.6);
}

.hover\:bg-primary-200\/65:hover {
  background-color: rgb(244 177 160 / 0.65);
}

.hover\:bg-primary-200\/70:hover {
  background-color: rgb(244 177 160 / 0.7);
}

.hover\:bg-primary-200\/75:hover {
  background-color: rgb(244 177 160 / 0.75);
}

.hover\:bg-primary-200\/80:hover {
  background-color: rgb(244 177 160 / 0.8);
}

.hover\:bg-primary-200\/85:hover {
  background-color: rgb(244 177 160 / 0.85);
}

.hover\:bg-primary-200\/90:hover {
  background-color: rgb(244 177 160 / 0.9);
}

.hover\:bg-primary-200\/95:hover {
  background-color: rgb(244 177 160 / 0.95);
}

.hover\:bg-primary-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(238 139 114 / var(--tw-bg-opacity, 1));
}

.hover\:bg-primary-300\/0:hover {
  background-color: rgb(238 139 114 / 0);
}

.hover\:bg-primary-300\/10:hover {
  background-color: rgb(238 139 114 / 0.1);
}

.hover\:bg-primary-300\/100:hover {
  background-color: rgb(238 139 114 / 1);
}

.hover\:bg-primary-300\/15:hover {
  background-color: rgb(238 139 114 / 0.15);
}

.hover\:bg-primary-300\/20:hover {
  background-color: rgb(238 139 114 / 0.2);
}

.hover\:bg-primary-300\/25:hover {
  background-color: rgb(238 139 114 / 0.25);
}

.hover\:bg-primary-300\/30:hover {
  background-color: rgb(238 139 114 / 0.3);
}

.hover\:bg-primary-300\/35:hover {
  background-color: rgb(238 139 114 / 0.35);
}

.hover\:bg-primary-300\/40:hover {
  background-color: rgb(238 139 114 / 0.4);
}

.hover\:bg-primary-300\/45:hover {
  background-color: rgb(238 139 114 / 0.45);
}

.hover\:bg-primary-300\/5:hover {
  background-color: rgb(238 139 114 / 0.05);
}

.hover\:bg-primary-300\/50:hover {
  background-color: rgb(238 139 114 / 0.5);
}

.hover\:bg-primary-300\/55:hover {
  background-color: rgb(238 139 114 / 0.55);
}

.hover\:bg-primary-300\/60:hover {
  background-color: rgb(238 139 114 / 0.6);
}

.hover\:bg-primary-300\/65:hover {
  background-color: rgb(238 139 114 / 0.65);
}

.hover\:bg-primary-300\/70:hover {
  background-color: rgb(238 139 114 / 0.7);
}

.hover\:bg-primary-300\/75:hover {
  background-color: rgb(238 139 114 / 0.75);
}

.hover\:bg-primary-300\/80:hover {
  background-color: rgb(238 139 114 / 0.8);
}

.hover\:bg-primary-300\/85:hover {
  background-color: rgb(238 139 114 / 0.85);
}

.hover\:bg-primary-300\/90:hover {
  background-color: rgb(238 139 114 / 0.9);
}

.hover\:bg-primary-300\/95:hover {
  background-color: rgb(238 139 114 / 0.95);
}

.hover\:bg-primary-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(231 100 68 / var(--tw-bg-opacity, 1));
}

.hover\:bg-primary-400\/0:hover {
  background-color: rgb(231 100 68 / 0);
}

.hover\:bg-primary-400\/10:hover {
  background-color: rgb(231 100 68 / 0.1);
}

.hover\:bg-primary-400\/100:hover {
  background-color: rgb(231 100 68 / 1);
}

.hover\:bg-primary-400\/15:hover {
  background-color: rgb(231 100 68 / 0.15);
}

.hover\:bg-primary-400\/20:hover {
  background-color: rgb(231 100 68 / 0.2);
}

.hover\:bg-primary-400\/25:hover {
  background-color: rgb(231 100 68 / 0.25);
}

.hover\:bg-primary-400\/30:hover {
  background-color: rgb(231 100 68 / 0.3);
}

.hover\:bg-primary-400\/35:hover {
  background-color: rgb(231 100 68 / 0.35);
}

.hover\:bg-primary-400\/40:hover {
  background-color: rgb(231 100 68 / 0.4);
}

.hover\:bg-primary-400\/45:hover {
  background-color: rgb(231 100 68 / 0.45);
}

.hover\:bg-primary-400\/5:hover {
  background-color: rgb(231 100 68 / 0.05);
}

.hover\:bg-primary-400\/50:hover {
  background-color: rgb(231 100 68 / 0.5);
}

.hover\:bg-primary-400\/55:hover {
  background-color: rgb(231 100 68 / 0.55);
}

.hover\:bg-primary-400\/60:hover {
  background-color: rgb(231 100 68 / 0.6);
}

.hover\:bg-primary-400\/65:hover {
  background-color: rgb(231 100 68 / 0.65);
}

.hover\:bg-primary-400\/70:hover {
  background-color: rgb(231 100 68 / 0.7);
}

.hover\:bg-primary-400\/75:hover {
  background-color: rgb(231 100 68 / 0.75);
}

.hover\:bg-primary-400\/80:hover {
  background-color: rgb(231 100 68 / 0.8);
}

.hover\:bg-primary-400\/85:hover {
  background-color: rgb(231 100 68 / 0.85);
}

.hover\:bg-primary-400\/90:hover {
  background-color: rgb(231 100 68 / 0.9);
}

.hover\:bg-primary-400\/95:hover {
  background-color: rgb(231 100 68 / 0.95);
}

.hover\:bg-primary-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(253 237 232 / var(--tw-bg-opacity, 1));
}

.hover\:bg-primary-50\/0:hover {
  background-color: rgb(253 237 232 / 0);
}

.hover\:bg-primary-50\/10:hover {
  background-color: rgb(253 237 232 / 0.1);
}

.hover\:bg-primary-50\/100:hover {
  background-color: rgb(253 237 232 / 1);
}

.hover\:bg-primary-50\/15:hover {
  background-color: rgb(253 237 232 / 0.15);
}

.hover\:bg-primary-50\/20:hover {
  background-color: rgb(253 237 232 / 0.2);
}

.hover\:bg-primary-50\/25:hover {
  background-color: rgb(253 237 232 / 0.25);
}

.hover\:bg-primary-50\/30:hover {
  background-color: rgb(253 237 232 / 0.3);
}

.hover\:bg-primary-50\/35:hover {
  background-color: rgb(253 237 232 / 0.35);
}

.hover\:bg-primary-50\/40:hover {
  background-color: rgb(253 237 232 / 0.4);
}

.hover\:bg-primary-50\/45:hover {
  background-color: rgb(253 237 232 / 0.45);
}

.hover\:bg-primary-50\/5:hover {
  background-color: rgb(253 237 232 / 0.05);
}

.hover\:bg-primary-50\/50:hover {
  background-color: rgb(253 237 232 / 0.5);
}

.hover\:bg-primary-50\/55:hover {
  background-color: rgb(253 237 232 / 0.55);
}

.hover\:bg-primary-50\/60:hover {
  background-color: rgb(253 237 232 / 0.6);
}

.hover\:bg-primary-50\/65:hover {
  background-color: rgb(253 237 232 / 0.65);
}

.hover\:bg-primary-50\/70:hover {
  background-color: rgb(253 237 232 / 0.7);
}

.hover\:bg-primary-50\/75:hover {
  background-color: rgb(253 237 232 / 0.75);
}

.hover\:bg-primary-50\/80:hover {
  background-color: rgb(253 237 232 / 0.8);
}

.hover\:bg-primary-50\/85:hover {
  background-color: rgb(253 237 232 / 0.85);
}

.hover\:bg-primary-50\/90:hover {
  background-color: rgb(253 237 232 / 0.9);
}

.hover\:bg-primary-50\/95:hover {
  background-color: rgb(253 237 232 / 0.95);
}

.hover\:bg-primary-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(171 51 0 / var(--tw-bg-opacity, 1));
}

.hover\:bg-primary-500\/0:hover {
  background-color: rgb(171 51 0 / 0);
}

.hover\:bg-primary-500\/10:hover {
  background-color: rgb(171 51 0 / 0.1);
}

.hover\:bg-primary-500\/100:hover {
  background-color: rgb(171 51 0 / 1);
}

.hover\:bg-primary-500\/15:hover {
  background-color: rgb(171 51 0 / 0.15);
}

.hover\:bg-primary-500\/20:hover {
  background-color: rgb(171 51 0 / 0.2);
}

.hover\:bg-primary-500\/25:hover {
  background-color: rgb(171 51 0 / 0.25);
}

.hover\:bg-primary-500\/30:hover {
  background-color: rgb(171 51 0 / 0.3);
}

.hover\:bg-primary-500\/35:hover {
  background-color: rgb(171 51 0 / 0.35);
}

.hover\:bg-primary-500\/40:hover {
  background-color: rgb(171 51 0 / 0.4);
}

.hover\:bg-primary-500\/45:hover {
  background-color: rgb(171 51 0 / 0.45);
}

.hover\:bg-primary-500\/5:hover {
  background-color: rgb(171 51 0 / 0.05);
}

.hover\:bg-primary-500\/50:hover {
  background-color: rgb(171 51 0 / 0.5);
}

.hover\:bg-primary-500\/55:hover {
  background-color: rgb(171 51 0 / 0.55);
}

.hover\:bg-primary-500\/60:hover {
  background-color: rgb(171 51 0 / 0.6);
}

.hover\:bg-primary-500\/65:hover {
  background-color: rgb(171 51 0 / 0.65);
}

.hover\:bg-primary-500\/70:hover {
  background-color: rgb(171 51 0 / 0.7);
}

.hover\:bg-primary-500\/75:hover {
  background-color: rgb(171 51 0 / 0.75);
}

.hover\:bg-primary-500\/80:hover {
  background-color: rgb(171 51 0 / 0.8);
}

.hover\:bg-primary-500\/85:hover {
  background-color: rgb(171 51 0 / 0.85);
}

.hover\:bg-primary-500\/90:hover {
  background-color: rgb(171 51 0 / 0.9);
}

.hover\:bg-primary-500\/95:hover {
  background-color: rgb(171 51 0 / 0.95);
}

.hover\:bg-primary-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(151 46 0 / var(--tw-bg-opacity, 1));
}

.hover\:bg-primary-600\/0:hover {
  background-color: rgb(151 46 0 / 0);
}

.hover\:bg-primary-600\/10:hover {
  background-color: rgb(151 46 0 / 0.1);
}

.hover\:bg-primary-600\/100:hover {
  background-color: rgb(151 46 0 / 1);
}

.hover\:bg-primary-600\/15:hover {
  background-color: rgb(151 46 0 / 0.15);
}

.hover\:bg-primary-600\/20:hover {
  background-color: rgb(151 46 0 / 0.2);
}

.hover\:bg-primary-600\/25:hover {
  background-color: rgb(151 46 0 / 0.25);
}

.hover\:bg-primary-600\/30:hover {
  background-color: rgb(151 46 0 / 0.3);
}

.hover\:bg-primary-600\/35:hover {
  background-color: rgb(151 46 0 / 0.35);
}

.hover\:bg-primary-600\/40:hover {
  background-color: rgb(151 46 0 / 0.4);
}

.hover\:bg-primary-600\/45:hover {
  background-color: rgb(151 46 0 / 0.45);
}

.hover\:bg-primary-600\/5:hover {
  background-color: rgb(151 46 0 / 0.05);
}

.hover\:bg-primary-600\/50:hover {
  background-color: rgb(151 46 0 / 0.5);
}

.hover\:bg-primary-600\/55:hover {
  background-color: rgb(151 46 0 / 0.55);
}

.hover\:bg-primary-600\/60:hover {
  background-color: rgb(151 46 0 / 0.6);
}

.hover\:bg-primary-600\/65:hover {
  background-color: rgb(151 46 0 / 0.65);
}

.hover\:bg-primary-600\/70:hover {
  background-color: rgb(151 46 0 / 0.7);
}

.hover\:bg-primary-600\/75:hover {
  background-color: rgb(151 46 0 / 0.75);
}

.hover\:bg-primary-600\/80:hover {
  background-color: rgb(151 46 0 / 0.8);
}

.hover\:bg-primary-600\/85:hover {
  background-color: rgb(151 46 0 / 0.85);
}

.hover\:bg-primary-600\/90:hover {
  background-color: rgb(151 46 0 / 0.9);
}

.hover\:bg-primary-600\/95:hover {
  background-color: rgb(151 46 0 / 0.95);
}

.hover\:bg-primary-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(123 37 0 / var(--tw-bg-opacity, 1));
}

.hover\:bg-primary-700\/0:hover {
  background-color: rgb(123 37 0 / 0);
}

.hover\:bg-primary-700\/10:hover {
  background-color: rgb(123 37 0 / 0.1);
}

.hover\:bg-primary-700\/100:hover {
  background-color: rgb(123 37 0 / 1);
}

.hover\:bg-primary-700\/15:hover {
  background-color: rgb(123 37 0 / 0.15);
}

.hover\:bg-primary-700\/20:hover {
  background-color: rgb(123 37 0 / 0.2);
}

.hover\:bg-primary-700\/25:hover {
  background-color: rgb(123 37 0 / 0.25);
}

.hover\:bg-primary-700\/30:hover {
  background-color: rgb(123 37 0 / 0.3);
}

.hover\:bg-primary-700\/35:hover {
  background-color: rgb(123 37 0 / 0.35);
}

.hover\:bg-primary-700\/40:hover {
  background-color: rgb(123 37 0 / 0.4);
}

.hover\:bg-primary-700\/45:hover {
  background-color: rgb(123 37 0 / 0.45);
}

.hover\:bg-primary-700\/5:hover {
  background-color: rgb(123 37 0 / 0.05);
}

.hover\:bg-primary-700\/50:hover {
  background-color: rgb(123 37 0 / 0.5);
}

.hover\:bg-primary-700\/55:hover {
  background-color: rgb(123 37 0 / 0.55);
}

.hover\:bg-primary-700\/60:hover {
  background-color: rgb(123 37 0 / 0.6);
}

.hover\:bg-primary-700\/65:hover {
  background-color: rgb(123 37 0 / 0.65);
}

.hover\:bg-primary-700\/70:hover {
  background-color: rgb(123 37 0 / 0.7);
}

.hover\:bg-primary-700\/75:hover {
  background-color: rgb(123 37 0 / 0.75);
}

.hover\:bg-primary-700\/80:hover {
  background-color: rgb(123 37 0 / 0.8);
}

.hover\:bg-primary-700\/85:hover {
  background-color: rgb(123 37 0 / 0.85);
}

.hover\:bg-primary-700\/90:hover {
  background-color: rgb(123 37 0 / 0.9);
}

.hover\:bg-primary-700\/95:hover {
  background-color: rgb(123 37 0 / 0.95);
}

.hover\:bg-primary-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(95 29 0 / var(--tw-bg-opacity, 1));
}

.hover\:bg-primary-800\/0:hover {
  background-color: rgb(95 29 0 / 0);
}

.hover\:bg-primary-800\/10:hover {
  background-color: rgb(95 29 0 / 0.1);
}

.hover\:bg-primary-800\/100:hover {
  background-color: rgb(95 29 0 / 1);
}

.hover\:bg-primary-800\/15:hover {
  background-color: rgb(95 29 0 / 0.15);
}

.hover\:bg-primary-800\/20:hover {
  background-color: rgb(95 29 0 / 0.2);
}

.hover\:bg-primary-800\/25:hover {
  background-color: rgb(95 29 0 / 0.25);
}

.hover\:bg-primary-800\/30:hover {
  background-color: rgb(95 29 0 / 0.3);
}

.hover\:bg-primary-800\/35:hover {
  background-color: rgb(95 29 0 / 0.35);
}

.hover\:bg-primary-800\/40:hover {
  background-color: rgb(95 29 0 / 0.4);
}

.hover\:bg-primary-800\/45:hover {
  background-color: rgb(95 29 0 / 0.45);
}

.hover\:bg-primary-800\/5:hover {
  background-color: rgb(95 29 0 / 0.05);
}

.hover\:bg-primary-800\/50:hover {
  background-color: rgb(95 29 0 / 0.5);
}

.hover\:bg-primary-800\/55:hover {
  background-color: rgb(95 29 0 / 0.55);
}

.hover\:bg-primary-800\/60:hover {
  background-color: rgb(95 29 0 / 0.6);
}

.hover\:bg-primary-800\/65:hover {
  background-color: rgb(95 29 0 / 0.65);
}

.hover\:bg-primary-800\/70:hover {
  background-color: rgb(95 29 0 / 0.7);
}

.hover\:bg-primary-800\/75:hover {
  background-color: rgb(95 29 0 / 0.75);
}

.hover\:bg-primary-800\/80:hover {
  background-color: rgb(95 29 0 / 0.8);
}

.hover\:bg-primary-800\/85:hover {
  background-color: rgb(95 29 0 / 0.85);
}

.hover\:bg-primary-800\/90:hover {
  background-color: rgb(95 29 0 / 0.9);
}

.hover\:bg-primary-800\/95:hover {
  background-color: rgb(95 29 0 / 0.95);
}

.hover\:bg-primary-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(66 18 0 / var(--tw-bg-opacity, 1));
}

.hover\:bg-primary-900\/0:hover {
  background-color: rgb(66 18 0 / 0);
}

.hover\:bg-primary-900\/10:hover {
  background-color: rgb(66 18 0 / 0.1);
}

.hover\:bg-primary-900\/100:hover {
  background-color: rgb(66 18 0 / 1);
}

.hover\:bg-primary-900\/15:hover {
  background-color: rgb(66 18 0 / 0.15);
}

.hover\:bg-primary-900\/20:hover {
  background-color: rgb(66 18 0 / 0.2);
}

.hover\:bg-primary-900\/25:hover {
  background-color: rgb(66 18 0 / 0.25);
}

.hover\:bg-primary-900\/30:hover {
  background-color: rgb(66 18 0 / 0.3);
}

.hover\:bg-primary-900\/35:hover {
  background-color: rgb(66 18 0 / 0.35);
}

.hover\:bg-primary-900\/40:hover {
  background-color: rgb(66 18 0 / 0.4);
}

.hover\:bg-primary-900\/45:hover {
  background-color: rgb(66 18 0 / 0.45);
}

.hover\:bg-primary-900\/5:hover {
  background-color: rgb(66 18 0 / 0.05);
}

.hover\:bg-primary-900\/50:hover {
  background-color: rgb(66 18 0 / 0.5);
}

.hover\:bg-primary-900\/55:hover {
  background-color: rgb(66 18 0 / 0.55);
}

.hover\:bg-primary-900\/60:hover {
  background-color: rgb(66 18 0 / 0.6);
}

.hover\:bg-primary-900\/65:hover {
  background-color: rgb(66 18 0 / 0.65);
}

.hover\:bg-primary-900\/70:hover {
  background-color: rgb(66 18 0 / 0.7);
}

.hover\:bg-primary-900\/75:hover {
  background-color: rgb(66 18 0 / 0.75);
}

.hover\:bg-primary-900\/80:hover {
  background-color: rgb(66 18 0 / 0.8);
}

.hover\:bg-primary-900\/85:hover {
  background-color: rgb(66 18 0 / 0.85);
}

.hover\:bg-primary-900\/90:hover {
  background-color: rgb(66 18 0 / 0.9);
}

.hover\:bg-primary-900\/95:hover {
  background-color: rgb(66 18 0 / 0.95);
}

.hover\:bg-primary-950:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(42 8 0 / var(--tw-bg-opacity, 1));
}

.hover\:bg-primary-950\/0:hover {
  background-color: rgb(42 8 0 / 0);
}

.hover\:bg-primary-950\/10:hover {
  background-color: rgb(42 8 0 / 0.1);
}

.hover\:bg-primary-950\/100:hover {
  background-color: rgb(42 8 0 / 1);
}

.hover\:bg-primary-950\/15:hover {
  background-color: rgb(42 8 0 / 0.15);
}

.hover\:bg-primary-950\/20:hover {
  background-color: rgb(42 8 0 / 0.2);
}

.hover\:bg-primary-950\/25:hover {
  background-color: rgb(42 8 0 / 0.25);
}

.hover\:bg-primary-950\/30:hover {
  background-color: rgb(42 8 0 / 0.3);
}

.hover\:bg-primary-950\/35:hover {
  background-color: rgb(42 8 0 / 0.35);
}

.hover\:bg-primary-950\/40:hover {
  background-color: rgb(42 8 0 / 0.4);
}

.hover\:bg-primary-950\/45:hover {
  background-color: rgb(42 8 0 / 0.45);
}

.hover\:bg-primary-950\/5:hover {
  background-color: rgb(42 8 0 / 0.05);
}

.hover\:bg-primary-950\/50:hover {
  background-color: rgb(42 8 0 / 0.5);
}

.hover\:bg-primary-950\/55:hover {
  background-color: rgb(42 8 0 / 0.55);
}

.hover\:bg-primary-950\/60:hover {
  background-color: rgb(42 8 0 / 0.6);
}

.hover\:bg-primary-950\/65:hover {
  background-color: rgb(42 8 0 / 0.65);
}

.hover\:bg-primary-950\/70:hover {
  background-color: rgb(42 8 0 / 0.7);
}

.hover\:bg-primary-950\/75:hover {
  background-color: rgb(42 8 0 / 0.75);
}

.hover\:bg-primary-950\/80:hover {
  background-color: rgb(42 8 0 / 0.8);
}

.hover\:bg-primary-950\/85:hover {
  background-color: rgb(42 8 0 / 0.85);
}

.hover\:bg-primary-950\/90:hover {
  background-color: rgb(42 8 0 / 0.9);
}

.hover\:bg-primary-950\/95:hover {
  background-color: rgb(42 8 0 / 0.95);
}

.hover\:bg-red-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(200 30 30 / var(--tw-bg-opacity, 1));
}

.hover\:bg-secondary-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(213 232 234 / var(--tw-bg-opacity, 1));
}

.hover\:bg-secondary-100\/0:hover {
  background-color: rgb(213 232 234 / 0);
}

.hover\:bg-secondary-100\/10:hover {
  background-color: rgb(213 232 234 / 0.1);
}

.hover\:bg-secondary-100\/100:hover {
  background-color: rgb(213 232 234 / 1);
}

.hover\:bg-secondary-100\/15:hover {
  background-color: rgb(213 232 234 / 0.15);
}

.hover\:bg-secondary-100\/20:hover {
  background-color: rgb(213 232 234 / 0.2);
}

.hover\:bg-secondary-100\/25:hover {
  background-color: rgb(213 232 234 / 0.25);
}

.hover\:bg-secondary-100\/30:hover {
  background-color: rgb(213 232 234 / 0.3);
}

.hover\:bg-secondary-100\/35:hover {
  background-color: rgb(213 232 234 / 0.35);
}

.hover\:bg-secondary-100\/40:hover {
  background-color: rgb(213 232 234 / 0.4);
}

.hover\:bg-secondary-100\/45:hover {
  background-color: rgb(213 232 234 / 0.45);
}

.hover\:bg-secondary-100\/5:hover {
  background-color: rgb(213 232 234 / 0.05);
}

.hover\:bg-secondary-100\/50:hover {
  background-color: rgb(213 232 234 / 0.5);
}

.hover\:bg-secondary-100\/55:hover {
  background-color: rgb(213 232 234 / 0.55);
}

.hover\:bg-secondary-100\/60:hover {
  background-color: rgb(213 232 234 / 0.6);
}

.hover\:bg-secondary-100\/65:hover {
  background-color: rgb(213 232 234 / 0.65);
}

.hover\:bg-secondary-100\/70:hover {
  background-color: rgb(213 232 234 / 0.7);
}

.hover\:bg-secondary-100\/75:hover {
  background-color: rgb(213 232 234 / 0.75);
}

.hover\:bg-secondary-100\/80:hover {
  background-color: rgb(213 232 234 / 0.8);
}

.hover\:bg-secondary-100\/85:hover {
  background-color: rgb(213 232 234 / 0.85);
}

.hover\:bg-secondary-100\/90:hover {
  background-color: rgb(213 232 234 / 0.9);
}

.hover\:bg-secondary-100\/95:hover {
  background-color: rgb(213 232 234 / 0.95);
}

.hover\:bg-secondary-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(172 198 196 / var(--tw-bg-opacity, 1));
}

.hover\:bg-secondary-200\/0:hover {
  background-color: rgb(172 198 196 / 0);
}

.hover\:bg-secondary-200\/10:hover {
  background-color: rgb(172 198 196 / 0.1);
}

.hover\:bg-secondary-200\/100:hover {
  background-color: rgb(172 198 196 / 1);
}

.hover\:bg-secondary-200\/15:hover {
  background-color: rgb(172 198 196 / 0.15);
}

.hover\:bg-secondary-200\/20:hover {
  background-color: rgb(172 198 196 / 0.2);
}

.hover\:bg-secondary-200\/25:hover {
  background-color: rgb(172 198 196 / 0.25);
}

.hover\:bg-secondary-200\/30:hover {
  background-color: rgb(172 198 196 / 0.3);
}

.hover\:bg-secondary-200\/35:hover {
  background-color: rgb(172 198 196 / 0.35);
}

.hover\:bg-secondary-200\/40:hover {
  background-color: rgb(172 198 196 / 0.4);
}

.hover\:bg-secondary-200\/45:hover {
  background-color: rgb(172 198 196 / 0.45);
}

.hover\:bg-secondary-200\/5:hover {
  background-color: rgb(172 198 196 / 0.05);
}

.hover\:bg-secondary-200\/50:hover {
  background-color: rgb(172 198 196 / 0.5);
}

.hover\:bg-secondary-200\/55:hover {
  background-color: rgb(172 198 196 / 0.55);
}

.hover\:bg-secondary-200\/60:hover {
  background-color: rgb(172 198 196 / 0.6);
}

.hover\:bg-secondary-200\/65:hover {
  background-color: rgb(172 198 196 / 0.65);
}

.hover\:bg-secondary-200\/70:hover {
  background-color: rgb(172 198 196 / 0.7);
}

.hover\:bg-secondary-200\/75:hover {
  background-color: rgb(172 198 196 / 0.75);
}

.hover\:bg-secondary-200\/80:hover {
  background-color: rgb(172 198 196 / 0.8);
}

.hover\:bg-secondary-200\/85:hover {
  background-color: rgb(172 198 196 / 0.85);
}

.hover\:bg-secondary-200\/90:hover {
  background-color: rgb(172 198 196 / 0.9);
}

.hover\:bg-secondary-200\/95:hover {
  background-color: rgb(172 198 196 / 0.95);
}

.hover\:bg-secondary-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(116 174 186 / var(--tw-bg-opacity, 1));
}

.hover\:bg-secondary-300\/0:hover {
  background-color: rgb(116 174 186 / 0);
}

.hover\:bg-secondary-300\/10:hover {
  background-color: rgb(116 174 186 / 0.1);
}

.hover\:bg-secondary-300\/100:hover {
  background-color: rgb(116 174 186 / 1);
}

.hover\:bg-secondary-300\/15:hover {
  background-color: rgb(116 174 186 / 0.15);
}

.hover\:bg-secondary-300\/20:hover {
  background-color: rgb(116 174 186 / 0.2);
}

.hover\:bg-secondary-300\/25:hover {
  background-color: rgb(116 174 186 / 0.25);
}

.hover\:bg-secondary-300\/30:hover {
  background-color: rgb(116 174 186 / 0.3);
}

.hover\:bg-secondary-300\/35:hover {
  background-color: rgb(116 174 186 / 0.35);
}

.hover\:bg-secondary-300\/40:hover {
  background-color: rgb(116 174 186 / 0.4);
}

.hover\:bg-secondary-300\/45:hover {
  background-color: rgb(116 174 186 / 0.45);
}

.hover\:bg-secondary-300\/5:hover {
  background-color: rgb(116 174 186 / 0.05);
}

.hover\:bg-secondary-300\/50:hover {
  background-color: rgb(116 174 186 / 0.5);
}

.hover\:bg-secondary-300\/55:hover {
  background-color: rgb(116 174 186 / 0.55);
}

.hover\:bg-secondary-300\/60:hover {
  background-color: rgb(116 174 186 / 0.6);
}

.hover\:bg-secondary-300\/65:hover {
  background-color: rgb(116 174 186 / 0.65);
}

.hover\:bg-secondary-300\/70:hover {
  background-color: rgb(116 174 186 / 0.7);
}

.hover\:bg-secondary-300\/75:hover {
  background-color: rgb(116 174 186 / 0.75);
}

.hover\:bg-secondary-300\/80:hover {
  background-color: rgb(116 174 186 / 0.8);
}

.hover\:bg-secondary-300\/85:hover {
  background-color: rgb(116 174 186 / 0.85);
}

.hover\:bg-secondary-300\/90:hover {
  background-color: rgb(116 174 186 / 0.9);
}

.hover\:bg-secondary-300\/95:hover {
  background-color: rgb(116 174 186 / 0.95);
}

.hover\:bg-secondary-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(66 138 145 / var(--tw-bg-opacity, 1));
}

.hover\:bg-secondary-400\/0:hover {
  background-color: rgb(66 138 145 / 0);
}

.hover\:bg-secondary-400\/10:hover {
  background-color: rgb(66 138 145 / 0.1);
}

.hover\:bg-secondary-400\/100:hover {
  background-color: rgb(66 138 145 / 1);
}

.hover\:bg-secondary-400\/15:hover {
  background-color: rgb(66 138 145 / 0.15);
}

.hover\:bg-secondary-400\/20:hover {
  background-color: rgb(66 138 145 / 0.2);
}

.hover\:bg-secondary-400\/25:hover {
  background-color: rgb(66 138 145 / 0.25);
}

.hover\:bg-secondary-400\/30:hover {
  background-color: rgb(66 138 145 / 0.3);
}

.hover\:bg-secondary-400\/35:hover {
  background-color: rgb(66 138 145 / 0.35);
}

.hover\:bg-secondary-400\/40:hover {
  background-color: rgb(66 138 145 / 0.4);
}

.hover\:bg-secondary-400\/45:hover {
  background-color: rgb(66 138 145 / 0.45);
}

.hover\:bg-secondary-400\/5:hover {
  background-color: rgb(66 138 145 / 0.05);
}

.hover\:bg-secondary-400\/50:hover {
  background-color: rgb(66 138 145 / 0.5);
}

.hover\:bg-secondary-400\/55:hover {
  background-color: rgb(66 138 145 / 0.55);
}

.hover\:bg-secondary-400\/60:hover {
  background-color: rgb(66 138 145 / 0.6);
}

.hover\:bg-secondary-400\/65:hover {
  background-color: rgb(66 138 145 / 0.65);
}

.hover\:bg-secondary-400\/70:hover {
  background-color: rgb(66 138 145 / 0.7);
}

.hover\:bg-secondary-400\/75:hover {
  background-color: rgb(66 138 145 / 0.75);
}

.hover\:bg-secondary-400\/80:hover {
  background-color: rgb(66 138 145 / 0.8);
}

.hover\:bg-secondary-400\/85:hover {
  background-color: rgb(66 138 145 / 0.85);
}

.hover\:bg-secondary-400\/90:hover {
  background-color: rgb(66 138 145 / 0.9);
}

.hover\:bg-secondary-400\/95:hover {
  background-color: rgb(66 138 145 / 0.95);
}

.hover\:bg-secondary-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(235 237 222 / var(--tw-bg-opacity, 1));
}

.hover\:bg-secondary-50\/0:hover {
  background-color: rgb(235 237 222 / 0);
}

.hover\:bg-secondary-50\/10:hover {
  background-color: rgb(235 237 222 / 0.1);
}

.hover\:bg-secondary-50\/100:hover {
  background-color: rgb(235 237 222 / 1);
}

.hover\:bg-secondary-50\/15:hover {
  background-color: rgb(235 237 222 / 0.15);
}

.hover\:bg-secondary-50\/20:hover {
  background-color: rgb(235 237 222 / 0.2);
}

.hover\:bg-secondary-50\/25:hover {
  background-color: rgb(235 237 222 / 0.25);
}

.hover\:bg-secondary-50\/30:hover {
  background-color: rgb(235 237 222 / 0.3);
}

.hover\:bg-secondary-50\/35:hover {
  background-color: rgb(235 237 222 / 0.35);
}

.hover\:bg-secondary-50\/40:hover {
  background-color: rgb(235 237 222 / 0.4);
}

.hover\:bg-secondary-50\/45:hover {
  background-color: rgb(235 237 222 / 0.45);
}

.hover\:bg-secondary-50\/5:hover {
  background-color: rgb(235 237 222 / 0.05);
}

.hover\:bg-secondary-50\/50:hover {
  background-color: rgb(235 237 222 / 0.5);
}

.hover\:bg-secondary-50\/55:hover {
  background-color: rgb(235 237 222 / 0.55);
}

.hover\:bg-secondary-50\/60:hover {
  background-color: rgb(235 237 222 / 0.6);
}

.hover\:bg-secondary-50\/65:hover {
  background-color: rgb(235 237 222 / 0.65);
}

.hover\:bg-secondary-50\/70:hover {
  background-color: rgb(235 237 222 / 0.7);
}

.hover\:bg-secondary-50\/75:hover {
  background-color: rgb(235 237 222 / 0.75);
}

.hover\:bg-secondary-50\/80:hover {
  background-color: rgb(235 237 222 / 0.8);
}

.hover\:bg-secondary-50\/85:hover {
  background-color: rgb(235 237 222 / 0.85);
}

.hover\:bg-secondary-50\/90:hover {
  background-color: rgb(235 237 222 / 0.9);
}

.hover\:bg-secondary-50\/95:hover {
  background-color: rgb(235 237 222 / 0.95);
}

.hover\:bg-secondary-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(42 76 80 / var(--tw-bg-opacity, 1));
}

.hover\:bg-secondary-500\/0:hover {
  background-color: rgb(42 76 80 / 0);
}

.hover\:bg-secondary-500\/10:hover {
  background-color: rgb(42 76 80 / 0.1);
}

.hover\:bg-secondary-500\/100:hover {
  background-color: rgb(42 76 80 / 1);
}

.hover\:bg-secondary-500\/15:hover {
  background-color: rgb(42 76 80 / 0.15);
}

.hover\:bg-secondary-500\/20:hover {
  background-color: rgb(42 76 80 / 0.2);
}

.hover\:bg-secondary-500\/25:hover {
  background-color: rgb(42 76 80 / 0.25);
}

.hover\:bg-secondary-500\/30:hover {
  background-color: rgb(42 76 80 / 0.3);
}

.hover\:bg-secondary-500\/35:hover {
  background-color: rgb(42 76 80 / 0.35);
}

.hover\:bg-secondary-500\/40:hover {
  background-color: rgb(42 76 80 / 0.4);
}

.hover\:bg-secondary-500\/45:hover {
  background-color: rgb(42 76 80 / 0.45);
}

.hover\:bg-secondary-500\/5:hover {
  background-color: rgb(42 76 80 / 0.05);
}

.hover\:bg-secondary-500\/50:hover {
  background-color: rgb(42 76 80 / 0.5);
}

.hover\:bg-secondary-500\/55:hover {
  background-color: rgb(42 76 80 / 0.55);
}

.hover\:bg-secondary-500\/60:hover {
  background-color: rgb(42 76 80 / 0.6);
}

.hover\:bg-secondary-500\/65:hover {
  background-color: rgb(42 76 80 / 0.65);
}

.hover\:bg-secondary-500\/70:hover {
  background-color: rgb(42 76 80 / 0.7);
}

.hover\:bg-secondary-500\/75:hover {
  background-color: rgb(42 76 80 / 0.75);
}

.hover\:bg-secondary-500\/80:hover {
  background-color: rgb(42 76 80 / 0.8);
}

.hover\:bg-secondary-500\/85:hover {
  background-color: rgb(42 76 80 / 0.85);
}

.hover\:bg-secondary-500\/90:hover {
  background-color: rgb(42 76 80 / 0.9);
}

.hover\:bg-secondary-500\/95:hover {
  background-color: rgb(42 76 80 / 0.95);
}

.hover\:bg-secondary-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(34 64 68 / var(--tw-bg-opacity, 1));
}

.hover\:bg-secondary-600\/0:hover {
  background-color: rgb(34 64 68 / 0);
}

.hover\:bg-secondary-600\/10:hover {
  background-color: rgb(34 64 68 / 0.1);
}

.hover\:bg-secondary-600\/100:hover {
  background-color: rgb(34 64 68 / 1);
}

.hover\:bg-secondary-600\/15:hover {
  background-color: rgb(34 64 68 / 0.15);
}

.hover\:bg-secondary-600\/20:hover {
  background-color: rgb(34 64 68 / 0.2);
}

.hover\:bg-secondary-600\/25:hover {
  background-color: rgb(34 64 68 / 0.25);
}

.hover\:bg-secondary-600\/30:hover {
  background-color: rgb(34 64 68 / 0.3);
}

.hover\:bg-secondary-600\/35:hover {
  background-color: rgb(34 64 68 / 0.35);
}

.hover\:bg-secondary-600\/40:hover {
  background-color: rgb(34 64 68 / 0.4);
}

.hover\:bg-secondary-600\/45:hover {
  background-color: rgb(34 64 68 / 0.45);
}

.hover\:bg-secondary-600\/5:hover {
  background-color: rgb(34 64 68 / 0.05);
}

.hover\:bg-secondary-600\/50:hover {
  background-color: rgb(34 64 68 / 0.5);
}

.hover\:bg-secondary-600\/55:hover {
  background-color: rgb(34 64 68 / 0.55);
}

.hover\:bg-secondary-600\/60:hover {
  background-color: rgb(34 64 68 / 0.6);
}

.hover\:bg-secondary-600\/65:hover {
  background-color: rgb(34 64 68 / 0.65);
}

.hover\:bg-secondary-600\/70:hover {
  background-color: rgb(34 64 68 / 0.7);
}

.hover\:bg-secondary-600\/75:hover {
  background-color: rgb(34 64 68 / 0.75);
}

.hover\:bg-secondary-600\/80:hover {
  background-color: rgb(34 64 68 / 0.8);
}

.hover\:bg-secondary-600\/85:hover {
  background-color: rgb(34 64 68 / 0.85);
}

.hover\:bg-secondary-600\/90:hover {
  background-color: rgb(34 64 68 / 0.9);
}

.hover\:bg-secondary-600\/95:hover {
  background-color: rgb(34 64 68 / 0.95);
}

.hover\:bg-secondary-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(26 50 54 / var(--tw-bg-opacity, 1));
}

.hover\:bg-secondary-700\/0:hover {
  background-color: rgb(26 50 54 / 0);
}

.hover\:bg-secondary-700\/10:hover {
  background-color: rgb(26 50 54 / 0.1);
}

.hover\:bg-secondary-700\/100:hover {
  background-color: rgb(26 50 54 / 1);
}

.hover\:bg-secondary-700\/15:hover {
  background-color: rgb(26 50 54 / 0.15);
}

.hover\:bg-secondary-700\/20:hover {
  background-color: rgb(26 50 54 / 0.2);
}

.hover\:bg-secondary-700\/25:hover {
  background-color: rgb(26 50 54 / 0.25);
}

.hover\:bg-secondary-700\/30:hover {
  background-color: rgb(26 50 54 / 0.3);
}

.hover\:bg-secondary-700\/35:hover {
  background-color: rgb(26 50 54 / 0.35);
}

.hover\:bg-secondary-700\/40:hover {
  background-color: rgb(26 50 54 / 0.4);
}

.hover\:bg-secondary-700\/45:hover {
  background-color: rgb(26 50 54 / 0.45);
}

.hover\:bg-secondary-700\/5:hover {
  background-color: rgb(26 50 54 / 0.05);
}

.hover\:bg-secondary-700\/50:hover {
  background-color: rgb(26 50 54 / 0.5);
}

.hover\:bg-secondary-700\/55:hover {
  background-color: rgb(26 50 54 / 0.55);
}

.hover\:bg-secondary-700\/60:hover {
  background-color: rgb(26 50 54 / 0.6);
}

.hover\:bg-secondary-700\/65:hover {
  background-color: rgb(26 50 54 / 0.65);
}

.hover\:bg-secondary-700\/70:hover {
  background-color: rgb(26 50 54 / 0.7);
}

.hover\:bg-secondary-700\/75:hover {
  background-color: rgb(26 50 54 / 0.75);
}

.hover\:bg-secondary-700\/80:hover {
  background-color: rgb(26 50 54 / 0.8);
}

.hover\:bg-secondary-700\/85:hover {
  background-color: rgb(26 50 54 / 0.85);
}

.hover\:bg-secondary-700\/90:hover {
  background-color: rgb(26 50 54 / 0.9);
}

.hover\:bg-secondary-700\/95:hover {
  background-color: rgb(26 50 54 / 0.95);
}

.hover\:bg-secondary-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(18 35 40 / var(--tw-bg-opacity, 1));
}

.hover\:bg-secondary-800\/0:hover {
  background-color: rgb(18 35 40 / 0);
}

.hover\:bg-secondary-800\/10:hover {
  background-color: rgb(18 35 40 / 0.1);
}

.hover\:bg-secondary-800\/100:hover {
  background-color: rgb(18 35 40 / 1);
}

.hover\:bg-secondary-800\/15:hover {
  background-color: rgb(18 35 40 / 0.15);
}

.hover\:bg-secondary-800\/20:hover {
  background-color: rgb(18 35 40 / 0.2);
}

.hover\:bg-secondary-800\/25:hover {
  background-color: rgb(18 35 40 / 0.25);
}

.hover\:bg-secondary-800\/30:hover {
  background-color: rgb(18 35 40 / 0.3);
}

.hover\:bg-secondary-800\/35:hover {
  background-color: rgb(18 35 40 / 0.35);
}

.hover\:bg-secondary-800\/40:hover {
  background-color: rgb(18 35 40 / 0.4);
}

.hover\:bg-secondary-800\/45:hover {
  background-color: rgb(18 35 40 / 0.45);
}

.hover\:bg-secondary-800\/5:hover {
  background-color: rgb(18 35 40 / 0.05);
}

.hover\:bg-secondary-800\/50:hover {
  background-color: rgb(18 35 40 / 0.5);
}

.hover\:bg-secondary-800\/55:hover {
  background-color: rgb(18 35 40 / 0.55);
}

.hover\:bg-secondary-800\/60:hover {
  background-color: rgb(18 35 40 / 0.6);
}

.hover\:bg-secondary-800\/65:hover {
  background-color: rgb(18 35 40 / 0.65);
}

.hover\:bg-secondary-800\/70:hover {
  background-color: rgb(18 35 40 / 0.7);
}

.hover\:bg-secondary-800\/75:hover {
  background-color: rgb(18 35 40 / 0.75);
}

.hover\:bg-secondary-800\/80:hover {
  background-color: rgb(18 35 40 / 0.8);
}

.hover\:bg-secondary-800\/85:hover {
  background-color: rgb(18 35 40 / 0.85);
}

.hover\:bg-secondary-800\/90:hover {
  background-color: rgb(18 35 40 / 0.9);
}

.hover\:bg-secondary-800\/95:hover {
  background-color: rgb(18 35 40 / 0.95);
}

.hover\:bg-secondary-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(10 21 26 / var(--tw-bg-opacity, 1));
}

.hover\:bg-secondary-900\/0:hover {
  background-color: rgb(10 21 26 / 0);
}

.hover\:bg-secondary-900\/10:hover {
  background-color: rgb(10 21 26 / 0.1);
}

.hover\:bg-secondary-900\/100:hover {
  background-color: rgb(10 21 26 / 1);
}

.hover\:bg-secondary-900\/15:hover {
  background-color: rgb(10 21 26 / 0.15);
}

.hover\:bg-secondary-900\/20:hover {
  background-color: rgb(10 21 26 / 0.2);
}

.hover\:bg-secondary-900\/25:hover {
  background-color: rgb(10 21 26 / 0.25);
}

.hover\:bg-secondary-900\/30:hover {
  background-color: rgb(10 21 26 / 0.3);
}

.hover\:bg-secondary-900\/35:hover {
  background-color: rgb(10 21 26 / 0.35);
}

.hover\:bg-secondary-900\/40:hover {
  background-color: rgb(10 21 26 / 0.4);
}

.hover\:bg-secondary-900\/45:hover {
  background-color: rgb(10 21 26 / 0.45);
}

.hover\:bg-secondary-900\/5:hover {
  background-color: rgb(10 21 26 / 0.05);
}

.hover\:bg-secondary-900\/50:hover {
  background-color: rgb(10 21 26 / 0.5);
}

.hover\:bg-secondary-900\/55:hover {
  background-color: rgb(10 21 26 / 0.55);
}

.hover\:bg-secondary-900\/60:hover {
  background-color: rgb(10 21 26 / 0.6);
}

.hover\:bg-secondary-900\/65:hover {
  background-color: rgb(10 21 26 / 0.65);
}

.hover\:bg-secondary-900\/70:hover {
  background-color: rgb(10 21 26 / 0.7);
}

.hover\:bg-secondary-900\/75:hover {
  background-color: rgb(10 21 26 / 0.75);
}

.hover\:bg-secondary-900\/80:hover {
  background-color: rgb(10 21 26 / 0.8);
}

.hover\:bg-secondary-900\/85:hover {
  background-color: rgb(10 21 26 / 0.85);
}

.hover\:bg-secondary-900\/90:hover {
  background-color: rgb(10 21 26 / 0.9);
}

.hover\:bg-secondary-900\/95:hover {
  background-color: rgb(10 21 26 / 0.95);
}

.hover\:bg-secondary-950:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(5 13 14 / var(--tw-bg-opacity, 1));
}

.hover\:bg-secondary-950\/0:hover {
  background-color: rgb(5 13 14 / 0);
}

.hover\:bg-secondary-950\/10:hover {
  background-color: rgb(5 13 14 / 0.1);
}

.hover\:bg-secondary-950\/100:hover {
  background-color: rgb(5 13 14 / 1);
}

.hover\:bg-secondary-950\/15:hover {
  background-color: rgb(5 13 14 / 0.15);
}

.hover\:bg-secondary-950\/20:hover {
  background-color: rgb(5 13 14 / 0.2);
}

.hover\:bg-secondary-950\/25:hover {
  background-color: rgb(5 13 14 / 0.25);
}

.hover\:bg-secondary-950\/30:hover {
  background-color: rgb(5 13 14 / 0.3);
}

.hover\:bg-secondary-950\/35:hover {
  background-color: rgb(5 13 14 / 0.35);
}

.hover\:bg-secondary-950\/40:hover {
  background-color: rgb(5 13 14 / 0.4);
}

.hover\:bg-secondary-950\/45:hover {
  background-color: rgb(5 13 14 / 0.45);
}

.hover\:bg-secondary-950\/5:hover {
  background-color: rgb(5 13 14 / 0.05);
}

.hover\:bg-secondary-950\/50:hover {
  background-color: rgb(5 13 14 / 0.5);
}

.hover\:bg-secondary-950\/55:hover {
  background-color: rgb(5 13 14 / 0.55);
}

.hover\:bg-secondary-950\/60:hover {
  background-color: rgb(5 13 14 / 0.6);
}

.hover\:bg-secondary-950\/65:hover {
  background-color: rgb(5 13 14 / 0.65);
}

.hover\:bg-secondary-950\/70:hover {
  background-color: rgb(5 13 14 / 0.7);
}

.hover\:bg-secondary-950\/75:hover {
  background-color: rgb(5 13 14 / 0.75);
}

.hover\:bg-secondary-950\/80:hover {
  background-color: rgb(5 13 14 / 0.8);
}

.hover\:bg-secondary-950\/85:hover {
  background-color: rgb(5 13 14 / 0.85);
}

.hover\:bg-secondary-950\/90:hover {
  background-color: rgb(5 13 14 / 0.9);
}

.hover\:bg-secondary-950\/95:hover {
  background-color: rgb(5 13 14 / 0.95);
}

.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.hover\:bg-white\/10:hover {
  background-color: rgb(255 255 255 / 0.1);
}

.hover\:text-blue-600:hover {
  --tw-text-opacity: 1;
  color: rgb(28 100 242 / var(--tw-text-opacity, 1));
}

.hover\:text-gray-600:hover {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.hover\:text-gray-800:hover {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

.hover\:text-gray-900:hover {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.hover\:text-primary-100:hover {
  --tw-text-opacity: 1;
  color: rgb(249 215 206 / var(--tw-text-opacity, 1));
}

.hover\:text-primary-100\/0:hover {
  color: rgb(249 215 206 / 0);
}

.hover\:text-primary-100\/10:hover {
  color: rgb(249 215 206 / 0.1);
}

.hover\:text-primary-100\/100:hover {
  color: rgb(249 215 206 / 1);
}

.hover\:text-primary-100\/15:hover {
  color: rgb(249 215 206 / 0.15);
}

.hover\:text-primary-100\/20:hover {
  color: rgb(249 215 206 / 0.2);
}

.hover\:text-primary-100\/25:hover {
  color: rgb(249 215 206 / 0.25);
}

.hover\:text-primary-100\/30:hover {
  color: rgb(249 215 206 / 0.3);
}

.hover\:text-primary-100\/35:hover {
  color: rgb(249 215 206 / 0.35);
}

.hover\:text-primary-100\/40:hover {
  color: rgb(249 215 206 / 0.4);
}

.hover\:text-primary-100\/45:hover {
  color: rgb(249 215 206 / 0.45);
}

.hover\:text-primary-100\/5:hover {
  color: rgb(249 215 206 / 0.05);
}

.hover\:text-primary-100\/50:hover {
  color: rgb(249 215 206 / 0.5);
}

.hover\:text-primary-100\/55:hover {
  color: rgb(249 215 206 / 0.55);
}

.hover\:text-primary-100\/60:hover {
  color: rgb(249 215 206 / 0.6);
}

.hover\:text-primary-100\/65:hover {
  color: rgb(249 215 206 / 0.65);
}

.hover\:text-primary-100\/70:hover {
  color: rgb(249 215 206 / 0.7);
}

.hover\:text-primary-100\/75:hover {
  color: rgb(249 215 206 / 0.75);
}

.hover\:text-primary-100\/80:hover {
  color: rgb(249 215 206 / 0.8);
}

.hover\:text-primary-100\/85:hover {
  color: rgb(249 215 206 / 0.85);
}

.hover\:text-primary-100\/90:hover {
  color: rgb(249 215 206 / 0.9);
}

.hover\:text-primary-100\/95:hover {
  color: rgb(249 215 206 / 0.95);
}

.hover\:text-primary-200:hover {
  --tw-text-opacity: 1;
  color: rgb(244 177 160 / var(--tw-text-opacity, 1));
}

.hover\:text-primary-200\/0:hover {
  color: rgb(244 177 160 / 0);
}

.hover\:text-primary-200\/10:hover {
  color: rgb(244 177 160 / 0.1);
}

.hover\:text-primary-200\/100:hover {
  color: rgb(244 177 160 / 1);
}

.hover\:text-primary-200\/15:hover {
  color: rgb(244 177 160 / 0.15);
}

.hover\:text-primary-200\/20:hover {
  color: rgb(244 177 160 / 0.2);
}

.hover\:text-primary-200\/25:hover {
  color: rgb(244 177 160 / 0.25);
}

.hover\:text-primary-200\/30:hover {
  color: rgb(244 177 160 / 0.3);
}

.hover\:text-primary-200\/35:hover {
  color: rgb(244 177 160 / 0.35);
}

.hover\:text-primary-200\/40:hover {
  color: rgb(244 177 160 / 0.4);
}

.hover\:text-primary-200\/45:hover {
  color: rgb(244 177 160 / 0.45);
}

.hover\:text-primary-200\/5:hover {
  color: rgb(244 177 160 / 0.05);
}

.hover\:text-primary-200\/50:hover {
  color: rgb(244 177 160 / 0.5);
}

.hover\:text-primary-200\/55:hover {
  color: rgb(244 177 160 / 0.55);
}

.hover\:text-primary-200\/60:hover {
  color: rgb(244 177 160 / 0.6);
}

.hover\:text-primary-200\/65:hover {
  color: rgb(244 177 160 / 0.65);
}

.hover\:text-primary-200\/70:hover {
  color: rgb(244 177 160 / 0.7);
}

.hover\:text-primary-200\/75:hover {
  color: rgb(244 177 160 / 0.75);
}

.hover\:text-primary-200\/80:hover {
  color: rgb(244 177 160 / 0.8);
}

.hover\:text-primary-200\/85:hover {
  color: rgb(244 177 160 / 0.85);
}

.hover\:text-primary-200\/90:hover {
  color: rgb(244 177 160 / 0.9);
}

.hover\:text-primary-200\/95:hover {
  color: rgb(244 177 160 / 0.95);
}

.hover\:text-primary-300:hover {
  --tw-text-opacity: 1;
  color: rgb(238 139 114 / var(--tw-text-opacity, 1));
}

.hover\:text-primary-300\/0:hover {
  color: rgb(238 139 114 / 0);
}

.hover\:text-primary-300\/10:hover {
  color: rgb(238 139 114 / 0.1);
}

.hover\:text-primary-300\/100:hover {
  color: rgb(238 139 114 / 1);
}

.hover\:text-primary-300\/15:hover {
  color: rgb(238 139 114 / 0.15);
}

.hover\:text-primary-300\/20:hover {
  color: rgb(238 139 114 / 0.2);
}

.hover\:text-primary-300\/25:hover {
  color: rgb(238 139 114 / 0.25);
}

.hover\:text-primary-300\/30:hover {
  color: rgb(238 139 114 / 0.3);
}

.hover\:text-primary-300\/35:hover {
  color: rgb(238 139 114 / 0.35);
}

.hover\:text-primary-300\/40:hover {
  color: rgb(238 139 114 / 0.4);
}

.hover\:text-primary-300\/45:hover {
  color: rgb(238 139 114 / 0.45);
}

.hover\:text-primary-300\/5:hover {
  color: rgb(238 139 114 / 0.05);
}

.hover\:text-primary-300\/50:hover {
  color: rgb(238 139 114 / 0.5);
}

.hover\:text-primary-300\/55:hover {
  color: rgb(238 139 114 / 0.55);
}

.hover\:text-primary-300\/60:hover {
  color: rgb(238 139 114 / 0.6);
}

.hover\:text-primary-300\/65:hover {
  color: rgb(238 139 114 / 0.65);
}

.hover\:text-primary-300\/70:hover {
  color: rgb(238 139 114 / 0.7);
}

.hover\:text-primary-300\/75:hover {
  color: rgb(238 139 114 / 0.75);
}

.hover\:text-primary-300\/80:hover {
  color: rgb(238 139 114 / 0.8);
}

.hover\:text-primary-300\/85:hover {
  color: rgb(238 139 114 / 0.85);
}

.hover\:text-primary-300\/90:hover {
  color: rgb(238 139 114 / 0.9);
}

.hover\:text-primary-300\/95:hover {
  color: rgb(238 139 114 / 0.95);
}

.hover\:text-primary-400:hover {
  --tw-text-opacity: 1;
  color: rgb(231 100 68 / var(--tw-text-opacity, 1));
}

.hover\:text-primary-400\/0:hover {
  color: rgb(231 100 68 / 0);
}

.hover\:text-primary-400\/10:hover {
  color: rgb(231 100 68 / 0.1);
}

.hover\:text-primary-400\/100:hover {
  color: rgb(231 100 68 / 1);
}

.hover\:text-primary-400\/15:hover {
  color: rgb(231 100 68 / 0.15);
}

.hover\:text-primary-400\/20:hover {
  color: rgb(231 100 68 / 0.2);
}

.hover\:text-primary-400\/25:hover {
  color: rgb(231 100 68 / 0.25);
}

.hover\:text-primary-400\/30:hover {
  color: rgb(231 100 68 / 0.3);
}

.hover\:text-primary-400\/35:hover {
  color: rgb(231 100 68 / 0.35);
}

.hover\:text-primary-400\/40:hover {
  color: rgb(231 100 68 / 0.4);
}

.hover\:text-primary-400\/45:hover {
  color: rgb(231 100 68 / 0.45);
}

.hover\:text-primary-400\/5:hover {
  color: rgb(231 100 68 / 0.05);
}

.hover\:text-primary-400\/50:hover {
  color: rgb(231 100 68 / 0.5);
}

.hover\:text-primary-400\/55:hover {
  color: rgb(231 100 68 / 0.55);
}

.hover\:text-primary-400\/60:hover {
  color: rgb(231 100 68 / 0.6);
}

.hover\:text-primary-400\/65:hover {
  color: rgb(231 100 68 / 0.65);
}

.hover\:text-primary-400\/70:hover {
  color: rgb(231 100 68 / 0.7);
}

.hover\:text-primary-400\/75:hover {
  color: rgb(231 100 68 / 0.75);
}

.hover\:text-primary-400\/80:hover {
  color: rgb(231 100 68 / 0.8);
}

.hover\:text-primary-400\/85:hover {
  color: rgb(231 100 68 / 0.85);
}

.hover\:text-primary-400\/90:hover {
  color: rgb(231 100 68 / 0.9);
}

.hover\:text-primary-400\/95:hover {
  color: rgb(231 100 68 / 0.95);
}

.hover\:text-primary-50:hover {
  --tw-text-opacity: 1;
  color: rgb(253 237 232 / var(--tw-text-opacity, 1));
}

.hover\:text-primary-50\/0:hover {
  color: rgb(253 237 232 / 0);
}

.hover\:text-primary-50\/10:hover {
  color: rgb(253 237 232 / 0.1);
}

.hover\:text-primary-50\/100:hover {
  color: rgb(253 237 232 / 1);
}

.hover\:text-primary-50\/15:hover {
  color: rgb(253 237 232 / 0.15);
}

.hover\:text-primary-50\/20:hover {
  color: rgb(253 237 232 / 0.2);
}

.hover\:text-primary-50\/25:hover {
  color: rgb(253 237 232 / 0.25);
}

.hover\:text-primary-50\/30:hover {
  color: rgb(253 237 232 / 0.3);
}

.hover\:text-primary-50\/35:hover {
  color: rgb(253 237 232 / 0.35);
}

.hover\:text-primary-50\/40:hover {
  color: rgb(253 237 232 / 0.4);
}

.hover\:text-primary-50\/45:hover {
  color: rgb(253 237 232 / 0.45);
}

.hover\:text-primary-50\/5:hover {
  color: rgb(253 237 232 / 0.05);
}

.hover\:text-primary-50\/50:hover {
  color: rgb(253 237 232 / 0.5);
}

.hover\:text-primary-50\/55:hover {
  color: rgb(253 237 232 / 0.55);
}

.hover\:text-primary-50\/60:hover {
  color: rgb(253 237 232 / 0.6);
}

.hover\:text-primary-50\/65:hover {
  color: rgb(253 237 232 / 0.65);
}

.hover\:text-primary-50\/70:hover {
  color: rgb(253 237 232 / 0.7);
}

.hover\:text-primary-50\/75:hover {
  color: rgb(253 237 232 / 0.75);
}

.hover\:text-primary-50\/80:hover {
  color: rgb(253 237 232 / 0.8);
}

.hover\:text-primary-50\/85:hover {
  color: rgb(253 237 232 / 0.85);
}

.hover\:text-primary-50\/90:hover {
  color: rgb(253 237 232 / 0.9);
}

.hover\:text-primary-50\/95:hover {
  color: rgb(253 237 232 / 0.95);
}

.hover\:text-primary-500:hover {
  --tw-text-opacity: 1;
  color: rgb(171 51 0 / var(--tw-text-opacity, 1));
}

.hover\:text-primary-500\/0:hover {
  color: rgb(171 51 0 / 0);
}

.hover\:text-primary-500\/10:hover {
  color: rgb(171 51 0 / 0.1);
}

.hover\:text-primary-500\/100:hover {
  color: rgb(171 51 0 / 1);
}

.hover\:text-primary-500\/15:hover {
  color: rgb(171 51 0 / 0.15);
}

.hover\:text-primary-500\/20:hover {
  color: rgb(171 51 0 / 0.2);
}

.hover\:text-primary-500\/25:hover {
  color: rgb(171 51 0 / 0.25);
}

.hover\:text-primary-500\/30:hover {
  color: rgb(171 51 0 / 0.3);
}

.hover\:text-primary-500\/35:hover {
  color: rgb(171 51 0 / 0.35);
}

.hover\:text-primary-500\/40:hover {
  color: rgb(171 51 0 / 0.4);
}

.hover\:text-primary-500\/45:hover {
  color: rgb(171 51 0 / 0.45);
}

.hover\:text-primary-500\/5:hover {
  color: rgb(171 51 0 / 0.05);
}

.hover\:text-primary-500\/50:hover {
  color: rgb(171 51 0 / 0.5);
}

.hover\:text-primary-500\/55:hover {
  color: rgb(171 51 0 / 0.55);
}

.hover\:text-primary-500\/60:hover {
  color: rgb(171 51 0 / 0.6);
}

.hover\:text-primary-500\/65:hover {
  color: rgb(171 51 0 / 0.65);
}

.hover\:text-primary-500\/70:hover {
  color: rgb(171 51 0 / 0.7);
}

.hover\:text-primary-500\/75:hover {
  color: rgb(171 51 0 / 0.75);
}

.hover\:text-primary-500\/80:hover {
  color: rgb(171 51 0 / 0.8);
}

.hover\:text-primary-500\/85:hover {
  color: rgb(171 51 0 / 0.85);
}

.hover\:text-primary-500\/90:hover {
  color: rgb(171 51 0 / 0.9);
}

.hover\:text-primary-500\/95:hover {
  color: rgb(171 51 0 / 0.95);
}

.hover\:text-primary-600:hover {
  --tw-text-opacity: 1;
  color: rgb(151 46 0 / var(--tw-text-opacity, 1));
}

.hover\:text-primary-600\/0:hover {
  color: rgb(151 46 0 / 0);
}

.hover\:text-primary-600\/10:hover {
  color: rgb(151 46 0 / 0.1);
}

.hover\:text-primary-600\/100:hover {
  color: rgb(151 46 0 / 1);
}

.hover\:text-primary-600\/15:hover {
  color: rgb(151 46 0 / 0.15);
}

.hover\:text-primary-600\/20:hover {
  color: rgb(151 46 0 / 0.2);
}

.hover\:text-primary-600\/25:hover {
  color: rgb(151 46 0 / 0.25);
}

.hover\:text-primary-600\/30:hover {
  color: rgb(151 46 0 / 0.3);
}

.hover\:text-primary-600\/35:hover {
  color: rgb(151 46 0 / 0.35);
}

.hover\:text-primary-600\/40:hover {
  color: rgb(151 46 0 / 0.4);
}

.hover\:text-primary-600\/45:hover {
  color: rgb(151 46 0 / 0.45);
}

.hover\:text-primary-600\/5:hover {
  color: rgb(151 46 0 / 0.05);
}

.hover\:text-primary-600\/50:hover {
  color: rgb(151 46 0 / 0.5);
}

.hover\:text-primary-600\/55:hover {
  color: rgb(151 46 0 / 0.55);
}

.hover\:text-primary-600\/60:hover {
  color: rgb(151 46 0 / 0.6);
}

.hover\:text-primary-600\/65:hover {
  color: rgb(151 46 0 / 0.65);
}

.hover\:text-primary-600\/70:hover {
  color: rgb(151 46 0 / 0.7);
}

.hover\:text-primary-600\/75:hover {
  color: rgb(151 46 0 / 0.75);
}

.hover\:text-primary-600\/80:hover {
  color: rgb(151 46 0 / 0.8);
}

.hover\:text-primary-600\/85:hover {
  color: rgb(151 46 0 / 0.85);
}

.hover\:text-primary-600\/90:hover {
  color: rgb(151 46 0 / 0.9);
}

.hover\:text-primary-600\/95:hover {
  color: rgb(151 46 0 / 0.95);
}

.hover\:text-primary-700:hover {
  --tw-text-opacity: 1;
  color: rgb(123 37 0 / var(--tw-text-opacity, 1));
}

.hover\:text-primary-700\/0:hover {
  color: rgb(123 37 0 / 0);
}

.hover\:text-primary-700\/10:hover {
  color: rgb(123 37 0 / 0.1);
}

.hover\:text-primary-700\/100:hover {
  color: rgb(123 37 0 / 1);
}

.hover\:text-primary-700\/15:hover {
  color: rgb(123 37 0 / 0.15);
}

.hover\:text-primary-700\/20:hover {
  color: rgb(123 37 0 / 0.2);
}

.hover\:text-primary-700\/25:hover {
  color: rgb(123 37 0 / 0.25);
}

.hover\:text-primary-700\/30:hover {
  color: rgb(123 37 0 / 0.3);
}

.hover\:text-primary-700\/35:hover {
  color: rgb(123 37 0 / 0.35);
}

.hover\:text-primary-700\/40:hover {
  color: rgb(123 37 0 / 0.4);
}

.hover\:text-primary-700\/45:hover {
  color: rgb(123 37 0 / 0.45);
}

.hover\:text-primary-700\/5:hover {
  color: rgb(123 37 0 / 0.05);
}

.hover\:text-primary-700\/50:hover {
  color: rgb(123 37 0 / 0.5);
}

.hover\:text-primary-700\/55:hover {
  color: rgb(123 37 0 / 0.55);
}

.hover\:text-primary-700\/60:hover {
  color: rgb(123 37 0 / 0.6);
}

.hover\:text-primary-700\/65:hover {
  color: rgb(123 37 0 / 0.65);
}

.hover\:text-primary-700\/70:hover {
  color: rgb(123 37 0 / 0.7);
}

.hover\:text-primary-700\/75:hover {
  color: rgb(123 37 0 / 0.75);
}

.hover\:text-primary-700\/80:hover {
  color: rgb(123 37 0 / 0.8);
}

.hover\:text-primary-700\/85:hover {
  color: rgb(123 37 0 / 0.85);
}

.hover\:text-primary-700\/90:hover {
  color: rgb(123 37 0 / 0.9);
}

.hover\:text-primary-700\/95:hover {
  color: rgb(123 37 0 / 0.95);
}

.hover\:text-primary-800:hover {
  --tw-text-opacity: 1;
  color: rgb(95 29 0 / var(--tw-text-opacity, 1));
}

.hover\:text-primary-800\/0:hover {
  color: rgb(95 29 0 / 0);
}

.hover\:text-primary-800\/10:hover {
  color: rgb(95 29 0 / 0.1);
}

.hover\:text-primary-800\/100:hover {
  color: rgb(95 29 0 / 1);
}

.hover\:text-primary-800\/15:hover {
  color: rgb(95 29 0 / 0.15);
}

.hover\:text-primary-800\/20:hover {
  color: rgb(95 29 0 / 0.2);
}

.hover\:text-primary-800\/25:hover {
  color: rgb(95 29 0 / 0.25);
}

.hover\:text-primary-800\/30:hover {
  color: rgb(95 29 0 / 0.3);
}

.hover\:text-primary-800\/35:hover {
  color: rgb(95 29 0 / 0.35);
}

.hover\:text-primary-800\/40:hover {
  color: rgb(95 29 0 / 0.4);
}

.hover\:text-primary-800\/45:hover {
  color: rgb(95 29 0 / 0.45);
}

.hover\:text-primary-800\/5:hover {
  color: rgb(95 29 0 / 0.05);
}

.hover\:text-primary-800\/50:hover {
  color: rgb(95 29 0 / 0.5);
}

.hover\:text-primary-800\/55:hover {
  color: rgb(95 29 0 / 0.55);
}

.hover\:text-primary-800\/60:hover {
  color: rgb(95 29 0 / 0.6);
}

.hover\:text-primary-800\/65:hover {
  color: rgb(95 29 0 / 0.65);
}

.hover\:text-primary-800\/70:hover {
  color: rgb(95 29 0 / 0.7);
}

.hover\:text-primary-800\/75:hover {
  color: rgb(95 29 0 / 0.75);
}

.hover\:text-primary-800\/80:hover {
  color: rgb(95 29 0 / 0.8);
}

.hover\:text-primary-800\/85:hover {
  color: rgb(95 29 0 / 0.85);
}

.hover\:text-primary-800\/90:hover {
  color: rgb(95 29 0 / 0.9);
}

.hover\:text-primary-800\/95:hover {
  color: rgb(95 29 0 / 0.95);
}

.hover\:text-primary-900:hover {
  --tw-text-opacity: 1;
  color: rgb(66 18 0 / var(--tw-text-opacity, 1));
}

.hover\:text-primary-900\/0:hover {
  color: rgb(66 18 0 / 0);
}

.hover\:text-primary-900\/10:hover {
  color: rgb(66 18 0 / 0.1);
}

.hover\:text-primary-900\/100:hover {
  color: rgb(66 18 0 / 1);
}

.hover\:text-primary-900\/15:hover {
  color: rgb(66 18 0 / 0.15);
}

.hover\:text-primary-900\/20:hover {
  color: rgb(66 18 0 / 0.2);
}

.hover\:text-primary-900\/25:hover {
  color: rgb(66 18 0 / 0.25);
}

.hover\:text-primary-900\/30:hover {
  color: rgb(66 18 0 / 0.3);
}

.hover\:text-primary-900\/35:hover {
  color: rgb(66 18 0 / 0.35);
}

.hover\:text-primary-900\/40:hover {
  color: rgb(66 18 0 / 0.4);
}

.hover\:text-primary-900\/45:hover {
  color: rgb(66 18 0 / 0.45);
}

.hover\:text-primary-900\/5:hover {
  color: rgb(66 18 0 / 0.05);
}

.hover\:text-primary-900\/50:hover {
  color: rgb(66 18 0 / 0.5);
}

.hover\:text-primary-900\/55:hover {
  color: rgb(66 18 0 / 0.55);
}

.hover\:text-primary-900\/60:hover {
  color: rgb(66 18 0 / 0.6);
}

.hover\:text-primary-900\/65:hover {
  color: rgb(66 18 0 / 0.65);
}

.hover\:text-primary-900\/70:hover {
  color: rgb(66 18 0 / 0.7);
}

.hover\:text-primary-900\/75:hover {
  color: rgb(66 18 0 / 0.75);
}

.hover\:text-primary-900\/80:hover {
  color: rgb(66 18 0 / 0.8);
}

.hover\:text-primary-900\/85:hover {
  color: rgb(66 18 0 / 0.85);
}

.hover\:text-primary-900\/90:hover {
  color: rgb(66 18 0 / 0.9);
}

.hover\:text-primary-900\/95:hover {
  color: rgb(66 18 0 / 0.95);
}

.hover\:text-primary-950:hover {
  --tw-text-opacity: 1;
  color: rgb(42 8 0 / var(--tw-text-opacity, 1));
}

.hover\:text-primary-950\/0:hover {
  color: rgb(42 8 0 / 0);
}

.hover\:text-primary-950\/10:hover {
  color: rgb(42 8 0 / 0.1);
}

.hover\:text-primary-950\/100:hover {
  color: rgb(42 8 0 / 1);
}

.hover\:text-primary-950\/15:hover {
  color: rgb(42 8 0 / 0.15);
}

.hover\:text-primary-950\/20:hover {
  color: rgb(42 8 0 / 0.2);
}

.hover\:text-primary-950\/25:hover {
  color: rgb(42 8 0 / 0.25);
}

.hover\:text-primary-950\/30:hover {
  color: rgb(42 8 0 / 0.3);
}

.hover\:text-primary-950\/35:hover {
  color: rgb(42 8 0 / 0.35);
}

.hover\:text-primary-950\/40:hover {
  color: rgb(42 8 0 / 0.4);
}

.hover\:text-primary-950\/45:hover {
  color: rgb(42 8 0 / 0.45);
}

.hover\:text-primary-950\/5:hover {
  color: rgb(42 8 0 / 0.05);
}

.hover\:text-primary-950\/50:hover {
  color: rgb(42 8 0 / 0.5);
}

.hover\:text-primary-950\/55:hover {
  color: rgb(42 8 0 / 0.55);
}

.hover\:text-primary-950\/60:hover {
  color: rgb(42 8 0 / 0.6);
}

.hover\:text-primary-950\/65:hover {
  color: rgb(42 8 0 / 0.65);
}

.hover\:text-primary-950\/70:hover {
  color: rgb(42 8 0 / 0.7);
}

.hover\:text-primary-950\/75:hover {
  color: rgb(42 8 0 / 0.75);
}

.hover\:text-primary-950\/80:hover {
  color: rgb(42 8 0 / 0.8);
}

.hover\:text-primary-950\/85:hover {
  color: rgb(42 8 0 / 0.85);
}

.hover\:text-primary-950\/90:hover {
  color: rgb(42 8 0 / 0.9);
}

.hover\:text-primary-950\/95:hover {
  color: rgb(42 8 0 / 0.95);
}

.hover\:text-secondary-100:hover {
  --tw-text-opacity: 1;
  color: rgb(213 232 234 / var(--tw-text-opacity, 1));
}

.hover\:text-secondary-100\/0:hover {
  color: rgb(213 232 234 / 0);
}

.hover\:text-secondary-100\/10:hover {
  color: rgb(213 232 234 / 0.1);
}

.hover\:text-secondary-100\/100:hover {
  color: rgb(213 232 234 / 1);
}

.hover\:text-secondary-100\/15:hover {
  color: rgb(213 232 234 / 0.15);
}

.hover\:text-secondary-100\/20:hover {
  color: rgb(213 232 234 / 0.2);
}

.hover\:text-secondary-100\/25:hover {
  color: rgb(213 232 234 / 0.25);
}

.hover\:text-secondary-100\/30:hover {
  color: rgb(213 232 234 / 0.3);
}

.hover\:text-secondary-100\/35:hover {
  color: rgb(213 232 234 / 0.35);
}

.hover\:text-secondary-100\/40:hover {
  color: rgb(213 232 234 / 0.4);
}

.hover\:text-secondary-100\/45:hover {
  color: rgb(213 232 234 / 0.45);
}

.hover\:text-secondary-100\/5:hover {
  color: rgb(213 232 234 / 0.05);
}

.hover\:text-secondary-100\/50:hover {
  color: rgb(213 232 234 / 0.5);
}

.hover\:text-secondary-100\/55:hover {
  color: rgb(213 232 234 / 0.55);
}

.hover\:text-secondary-100\/60:hover {
  color: rgb(213 232 234 / 0.6);
}

.hover\:text-secondary-100\/65:hover {
  color: rgb(213 232 234 / 0.65);
}

.hover\:text-secondary-100\/70:hover {
  color: rgb(213 232 234 / 0.7);
}

.hover\:text-secondary-100\/75:hover {
  color: rgb(213 232 234 / 0.75);
}

.hover\:text-secondary-100\/80:hover {
  color: rgb(213 232 234 / 0.8);
}

.hover\:text-secondary-100\/85:hover {
  color: rgb(213 232 234 / 0.85);
}

.hover\:text-secondary-100\/90:hover {
  color: rgb(213 232 234 / 0.9);
}

.hover\:text-secondary-100\/95:hover {
  color: rgb(213 232 234 / 0.95);
}

.hover\:text-secondary-200:hover {
  --tw-text-opacity: 1;
  color: rgb(172 198 196 / var(--tw-text-opacity, 1));
}

.hover\:text-secondary-200\/0:hover {
  color: rgb(172 198 196 / 0);
}

.hover\:text-secondary-200\/10:hover {
  color: rgb(172 198 196 / 0.1);
}

.hover\:text-secondary-200\/100:hover {
  color: rgb(172 198 196 / 1);
}

.hover\:text-secondary-200\/15:hover {
  color: rgb(172 198 196 / 0.15);
}

.hover\:text-secondary-200\/20:hover {
  color: rgb(172 198 196 / 0.2);
}

.hover\:text-secondary-200\/25:hover {
  color: rgb(172 198 196 / 0.25);
}

.hover\:text-secondary-200\/30:hover {
  color: rgb(172 198 196 / 0.3);
}

.hover\:text-secondary-200\/35:hover {
  color: rgb(172 198 196 / 0.35);
}

.hover\:text-secondary-200\/40:hover {
  color: rgb(172 198 196 / 0.4);
}

.hover\:text-secondary-200\/45:hover {
  color: rgb(172 198 196 / 0.45);
}

.hover\:text-secondary-200\/5:hover {
  color: rgb(172 198 196 / 0.05);
}

.hover\:text-secondary-200\/50:hover {
  color: rgb(172 198 196 / 0.5);
}

.hover\:text-secondary-200\/55:hover {
  color: rgb(172 198 196 / 0.55);
}

.hover\:text-secondary-200\/60:hover {
  color: rgb(172 198 196 / 0.6);
}

.hover\:text-secondary-200\/65:hover {
  color: rgb(172 198 196 / 0.65);
}

.hover\:text-secondary-200\/70:hover {
  color: rgb(172 198 196 / 0.7);
}

.hover\:text-secondary-200\/75:hover {
  color: rgb(172 198 196 / 0.75);
}

.hover\:text-secondary-200\/80:hover {
  color: rgb(172 198 196 / 0.8);
}

.hover\:text-secondary-200\/85:hover {
  color: rgb(172 198 196 / 0.85);
}

.hover\:text-secondary-200\/90:hover {
  color: rgb(172 198 196 / 0.9);
}

.hover\:text-secondary-200\/95:hover {
  color: rgb(172 198 196 / 0.95);
}

.hover\:text-secondary-300:hover {
  --tw-text-opacity: 1;
  color: rgb(116 174 186 / var(--tw-text-opacity, 1));
}

.hover\:text-secondary-300\/0:hover {
  color: rgb(116 174 186 / 0);
}

.hover\:text-secondary-300\/10:hover {
  color: rgb(116 174 186 / 0.1);
}

.hover\:text-secondary-300\/100:hover {
  color: rgb(116 174 186 / 1);
}

.hover\:text-secondary-300\/15:hover {
  color: rgb(116 174 186 / 0.15);
}

.hover\:text-secondary-300\/20:hover {
  color: rgb(116 174 186 / 0.2);
}

.hover\:text-secondary-300\/25:hover {
  color: rgb(116 174 186 / 0.25);
}

.hover\:text-secondary-300\/30:hover {
  color: rgb(116 174 186 / 0.3);
}

.hover\:text-secondary-300\/35:hover {
  color: rgb(116 174 186 / 0.35);
}

.hover\:text-secondary-300\/40:hover {
  color: rgb(116 174 186 / 0.4);
}

.hover\:text-secondary-300\/45:hover {
  color: rgb(116 174 186 / 0.45);
}

.hover\:text-secondary-300\/5:hover {
  color: rgb(116 174 186 / 0.05);
}

.hover\:text-secondary-300\/50:hover {
  color: rgb(116 174 186 / 0.5);
}

.hover\:text-secondary-300\/55:hover {
  color: rgb(116 174 186 / 0.55);
}

.hover\:text-secondary-300\/60:hover {
  color: rgb(116 174 186 / 0.6);
}

.hover\:text-secondary-300\/65:hover {
  color: rgb(116 174 186 / 0.65);
}

.hover\:text-secondary-300\/70:hover {
  color: rgb(116 174 186 / 0.7);
}

.hover\:text-secondary-300\/75:hover {
  color: rgb(116 174 186 / 0.75);
}

.hover\:text-secondary-300\/80:hover {
  color: rgb(116 174 186 / 0.8);
}

.hover\:text-secondary-300\/85:hover {
  color: rgb(116 174 186 / 0.85);
}

.hover\:text-secondary-300\/90:hover {
  color: rgb(116 174 186 / 0.9);
}

.hover\:text-secondary-300\/95:hover {
  color: rgb(116 174 186 / 0.95);
}

.hover\:text-secondary-400:hover {
  --tw-text-opacity: 1;
  color: rgb(66 138 145 / var(--tw-text-opacity, 1));
}

.hover\:text-secondary-400\/0:hover {
  color: rgb(66 138 145 / 0);
}

.hover\:text-secondary-400\/10:hover {
  color: rgb(66 138 145 / 0.1);
}

.hover\:text-secondary-400\/100:hover {
  color: rgb(66 138 145 / 1);
}

.hover\:text-secondary-400\/15:hover {
  color: rgb(66 138 145 / 0.15);
}

.hover\:text-secondary-400\/20:hover {
  color: rgb(66 138 145 / 0.2);
}

.hover\:text-secondary-400\/25:hover {
  color: rgb(66 138 145 / 0.25);
}

.hover\:text-secondary-400\/30:hover {
  color: rgb(66 138 145 / 0.3);
}

.hover\:text-secondary-400\/35:hover {
  color: rgb(66 138 145 / 0.35);
}

.hover\:text-secondary-400\/40:hover {
  color: rgb(66 138 145 / 0.4);
}

.hover\:text-secondary-400\/45:hover {
  color: rgb(66 138 145 / 0.45);
}

.hover\:text-secondary-400\/5:hover {
  color: rgb(66 138 145 / 0.05);
}

.hover\:text-secondary-400\/50:hover {
  color: rgb(66 138 145 / 0.5);
}

.hover\:text-secondary-400\/55:hover {
  color: rgb(66 138 145 / 0.55);
}

.hover\:text-secondary-400\/60:hover {
  color: rgb(66 138 145 / 0.6);
}

.hover\:text-secondary-400\/65:hover {
  color: rgb(66 138 145 / 0.65);
}

.hover\:text-secondary-400\/70:hover {
  color: rgb(66 138 145 / 0.7);
}

.hover\:text-secondary-400\/75:hover {
  color: rgb(66 138 145 / 0.75);
}

.hover\:text-secondary-400\/80:hover {
  color: rgb(66 138 145 / 0.8);
}

.hover\:text-secondary-400\/85:hover {
  color: rgb(66 138 145 / 0.85);
}

.hover\:text-secondary-400\/90:hover {
  color: rgb(66 138 145 / 0.9);
}

.hover\:text-secondary-400\/95:hover {
  color: rgb(66 138 145 / 0.95);
}

.hover\:text-secondary-50:hover {
  --tw-text-opacity: 1;
  color: rgb(235 237 222 / var(--tw-text-opacity, 1));
}

.hover\:text-secondary-50\/0:hover {
  color: rgb(235 237 222 / 0);
}

.hover\:text-secondary-50\/10:hover {
  color: rgb(235 237 222 / 0.1);
}

.hover\:text-secondary-50\/100:hover {
  color: rgb(235 237 222 / 1);
}

.hover\:text-secondary-50\/15:hover {
  color: rgb(235 237 222 / 0.15);
}

.hover\:text-secondary-50\/20:hover {
  color: rgb(235 237 222 / 0.2);
}

.hover\:text-secondary-50\/25:hover {
  color: rgb(235 237 222 / 0.25);
}

.hover\:text-secondary-50\/30:hover {
  color: rgb(235 237 222 / 0.3);
}

.hover\:text-secondary-50\/35:hover {
  color: rgb(235 237 222 / 0.35);
}

.hover\:text-secondary-50\/40:hover {
  color: rgb(235 237 222 / 0.4);
}

.hover\:text-secondary-50\/45:hover {
  color: rgb(235 237 222 / 0.45);
}

.hover\:text-secondary-50\/5:hover {
  color: rgb(235 237 222 / 0.05);
}

.hover\:text-secondary-50\/50:hover {
  color: rgb(235 237 222 / 0.5);
}

.hover\:text-secondary-50\/55:hover {
  color: rgb(235 237 222 / 0.55);
}

.hover\:text-secondary-50\/60:hover {
  color: rgb(235 237 222 / 0.6);
}

.hover\:text-secondary-50\/65:hover {
  color: rgb(235 237 222 / 0.65);
}

.hover\:text-secondary-50\/70:hover {
  color: rgb(235 237 222 / 0.7);
}

.hover\:text-secondary-50\/75:hover {
  color: rgb(235 237 222 / 0.75);
}

.hover\:text-secondary-50\/80:hover {
  color: rgb(235 237 222 / 0.8);
}

.hover\:text-secondary-50\/85:hover {
  color: rgb(235 237 222 / 0.85);
}

.hover\:text-secondary-50\/90:hover {
  color: rgb(235 237 222 / 0.9);
}

.hover\:text-secondary-50\/95:hover {
  color: rgb(235 237 222 / 0.95);
}

.hover\:text-secondary-500:hover {
  --tw-text-opacity: 1;
  color: rgb(42 76 80 / var(--tw-text-opacity, 1));
}

.hover\:text-secondary-500\/0:hover {
  color: rgb(42 76 80 / 0);
}

.hover\:text-secondary-500\/10:hover {
  color: rgb(42 76 80 / 0.1);
}

.hover\:text-secondary-500\/100:hover {
  color: rgb(42 76 80 / 1);
}

.hover\:text-secondary-500\/15:hover {
  color: rgb(42 76 80 / 0.15);
}

.hover\:text-secondary-500\/20:hover {
  color: rgb(42 76 80 / 0.2);
}

.hover\:text-secondary-500\/25:hover {
  color: rgb(42 76 80 / 0.25);
}

.hover\:text-secondary-500\/30:hover {
  color: rgb(42 76 80 / 0.3);
}

.hover\:text-secondary-500\/35:hover {
  color: rgb(42 76 80 / 0.35);
}

.hover\:text-secondary-500\/40:hover {
  color: rgb(42 76 80 / 0.4);
}

.hover\:text-secondary-500\/45:hover {
  color: rgb(42 76 80 / 0.45);
}

.hover\:text-secondary-500\/5:hover {
  color: rgb(42 76 80 / 0.05);
}

.hover\:text-secondary-500\/50:hover {
  color: rgb(42 76 80 / 0.5);
}

.hover\:text-secondary-500\/55:hover {
  color: rgb(42 76 80 / 0.55);
}

.hover\:text-secondary-500\/60:hover {
  color: rgb(42 76 80 / 0.6);
}

.hover\:text-secondary-500\/65:hover {
  color: rgb(42 76 80 / 0.65);
}

.hover\:text-secondary-500\/70:hover {
  color: rgb(42 76 80 / 0.7);
}

.hover\:text-secondary-500\/75:hover {
  color: rgb(42 76 80 / 0.75);
}

.hover\:text-secondary-500\/80:hover {
  color: rgb(42 76 80 / 0.8);
}

.hover\:text-secondary-500\/85:hover {
  color: rgb(42 76 80 / 0.85);
}

.hover\:text-secondary-500\/90:hover {
  color: rgb(42 76 80 / 0.9);
}

.hover\:text-secondary-500\/95:hover {
  color: rgb(42 76 80 / 0.95);
}

.hover\:text-secondary-600:hover {
  --tw-text-opacity: 1;
  color: rgb(34 64 68 / var(--tw-text-opacity, 1));
}

.hover\:text-secondary-600\/0:hover {
  color: rgb(34 64 68 / 0);
}

.hover\:text-secondary-600\/10:hover {
  color: rgb(34 64 68 / 0.1);
}

.hover\:text-secondary-600\/100:hover {
  color: rgb(34 64 68 / 1);
}

.hover\:text-secondary-600\/15:hover {
  color: rgb(34 64 68 / 0.15);
}

.hover\:text-secondary-600\/20:hover {
  color: rgb(34 64 68 / 0.2);
}

.hover\:text-secondary-600\/25:hover {
  color: rgb(34 64 68 / 0.25);
}

.hover\:text-secondary-600\/30:hover {
  color: rgb(34 64 68 / 0.3);
}

.hover\:text-secondary-600\/35:hover {
  color: rgb(34 64 68 / 0.35);
}

.hover\:text-secondary-600\/40:hover {
  color: rgb(34 64 68 / 0.4);
}

.hover\:text-secondary-600\/45:hover {
  color: rgb(34 64 68 / 0.45);
}

.hover\:text-secondary-600\/5:hover {
  color: rgb(34 64 68 / 0.05);
}

.hover\:text-secondary-600\/50:hover {
  color: rgb(34 64 68 / 0.5);
}

.hover\:text-secondary-600\/55:hover {
  color: rgb(34 64 68 / 0.55);
}

.hover\:text-secondary-600\/60:hover {
  color: rgb(34 64 68 / 0.6);
}

.hover\:text-secondary-600\/65:hover {
  color: rgb(34 64 68 / 0.65);
}

.hover\:text-secondary-600\/70:hover {
  color: rgb(34 64 68 / 0.7);
}

.hover\:text-secondary-600\/75:hover {
  color: rgb(34 64 68 / 0.75);
}

.hover\:text-secondary-600\/80:hover {
  color: rgb(34 64 68 / 0.8);
}

.hover\:text-secondary-600\/85:hover {
  color: rgb(34 64 68 / 0.85);
}

.hover\:text-secondary-600\/90:hover {
  color: rgb(34 64 68 / 0.9);
}

.hover\:text-secondary-600\/95:hover {
  color: rgb(34 64 68 / 0.95);
}

.hover\:text-secondary-700:hover {
  --tw-text-opacity: 1;
  color: rgb(26 50 54 / var(--tw-text-opacity, 1));
}

.hover\:text-secondary-700\/0:hover {
  color: rgb(26 50 54 / 0);
}

.hover\:text-secondary-700\/10:hover {
  color: rgb(26 50 54 / 0.1);
}

.hover\:text-secondary-700\/100:hover {
  color: rgb(26 50 54 / 1);
}

.hover\:text-secondary-700\/15:hover {
  color: rgb(26 50 54 / 0.15);
}

.hover\:text-secondary-700\/20:hover {
  color: rgb(26 50 54 / 0.2);
}

.hover\:text-secondary-700\/25:hover {
  color: rgb(26 50 54 / 0.25);
}

.hover\:text-secondary-700\/30:hover {
  color: rgb(26 50 54 / 0.3);
}

.hover\:text-secondary-700\/35:hover {
  color: rgb(26 50 54 / 0.35);
}

.hover\:text-secondary-700\/40:hover {
  color: rgb(26 50 54 / 0.4);
}

.hover\:text-secondary-700\/45:hover {
  color: rgb(26 50 54 / 0.45);
}

.hover\:text-secondary-700\/5:hover {
  color: rgb(26 50 54 / 0.05);
}

.hover\:text-secondary-700\/50:hover {
  color: rgb(26 50 54 / 0.5);
}

.hover\:text-secondary-700\/55:hover {
  color: rgb(26 50 54 / 0.55);
}

.hover\:text-secondary-700\/60:hover {
  color: rgb(26 50 54 / 0.6);
}

.hover\:text-secondary-700\/65:hover {
  color: rgb(26 50 54 / 0.65);
}

.hover\:text-secondary-700\/70:hover {
  color: rgb(26 50 54 / 0.7);
}

.hover\:text-secondary-700\/75:hover {
  color: rgb(26 50 54 / 0.75);
}

.hover\:text-secondary-700\/80:hover {
  color: rgb(26 50 54 / 0.8);
}

.hover\:text-secondary-700\/85:hover {
  color: rgb(26 50 54 / 0.85);
}

.hover\:text-secondary-700\/90:hover {
  color: rgb(26 50 54 / 0.9);
}

.hover\:text-secondary-700\/95:hover {
  color: rgb(26 50 54 / 0.95);
}

.hover\:text-secondary-800:hover {
  --tw-text-opacity: 1;
  color: rgb(18 35 40 / var(--tw-text-opacity, 1));
}

.hover\:text-secondary-800\/0:hover {
  color: rgb(18 35 40 / 0);
}

.hover\:text-secondary-800\/10:hover {
  color: rgb(18 35 40 / 0.1);
}

.hover\:text-secondary-800\/100:hover {
  color: rgb(18 35 40 / 1);
}

.hover\:text-secondary-800\/15:hover {
  color: rgb(18 35 40 / 0.15);
}

.hover\:text-secondary-800\/20:hover {
  color: rgb(18 35 40 / 0.2);
}

.hover\:text-secondary-800\/25:hover {
  color: rgb(18 35 40 / 0.25);
}

.hover\:text-secondary-800\/30:hover {
  color: rgb(18 35 40 / 0.3);
}

.hover\:text-secondary-800\/35:hover {
  color: rgb(18 35 40 / 0.35);
}

.hover\:text-secondary-800\/40:hover {
  color: rgb(18 35 40 / 0.4);
}

.hover\:text-secondary-800\/45:hover {
  color: rgb(18 35 40 / 0.45);
}

.hover\:text-secondary-800\/5:hover {
  color: rgb(18 35 40 / 0.05);
}

.hover\:text-secondary-800\/50:hover {
  color: rgb(18 35 40 / 0.5);
}

.hover\:text-secondary-800\/55:hover {
  color: rgb(18 35 40 / 0.55);
}

.hover\:text-secondary-800\/60:hover {
  color: rgb(18 35 40 / 0.6);
}

.hover\:text-secondary-800\/65:hover {
  color: rgb(18 35 40 / 0.65);
}

.hover\:text-secondary-800\/70:hover {
  color: rgb(18 35 40 / 0.7);
}

.hover\:text-secondary-800\/75:hover {
  color: rgb(18 35 40 / 0.75);
}

.hover\:text-secondary-800\/80:hover {
  color: rgb(18 35 40 / 0.8);
}

.hover\:text-secondary-800\/85:hover {
  color: rgb(18 35 40 / 0.85);
}

.hover\:text-secondary-800\/90:hover {
  color: rgb(18 35 40 / 0.9);
}

.hover\:text-secondary-800\/95:hover {
  color: rgb(18 35 40 / 0.95);
}

.hover\:text-secondary-900:hover {
  --tw-text-opacity: 1;
  color: rgb(10 21 26 / var(--tw-text-opacity, 1));
}

.hover\:text-secondary-900\/0:hover {
  color: rgb(10 21 26 / 0);
}

.hover\:text-secondary-900\/10:hover {
  color: rgb(10 21 26 / 0.1);
}

.hover\:text-secondary-900\/100:hover {
  color: rgb(10 21 26 / 1);
}

.hover\:text-secondary-900\/15:hover {
  color: rgb(10 21 26 / 0.15);
}

.hover\:text-secondary-900\/20:hover {
  color: rgb(10 21 26 / 0.2);
}

.hover\:text-secondary-900\/25:hover {
  color: rgb(10 21 26 / 0.25);
}

.hover\:text-secondary-900\/30:hover {
  color: rgb(10 21 26 / 0.3);
}

.hover\:text-secondary-900\/35:hover {
  color: rgb(10 21 26 / 0.35);
}

.hover\:text-secondary-900\/40:hover {
  color: rgb(10 21 26 / 0.4);
}

.hover\:text-secondary-900\/45:hover {
  color: rgb(10 21 26 / 0.45);
}

.hover\:text-secondary-900\/5:hover {
  color: rgb(10 21 26 / 0.05);
}

.hover\:text-secondary-900\/50:hover {
  color: rgb(10 21 26 / 0.5);
}

.hover\:text-secondary-900\/55:hover {
  color: rgb(10 21 26 / 0.55);
}

.hover\:text-secondary-900\/60:hover {
  color: rgb(10 21 26 / 0.6);
}

.hover\:text-secondary-900\/65:hover {
  color: rgb(10 21 26 / 0.65);
}

.hover\:text-secondary-900\/70:hover {
  color: rgb(10 21 26 / 0.7);
}

.hover\:text-secondary-900\/75:hover {
  color: rgb(10 21 26 / 0.75);
}

.hover\:text-secondary-900\/80:hover {
  color: rgb(10 21 26 / 0.8);
}

.hover\:text-secondary-900\/85:hover {
  color: rgb(10 21 26 / 0.85);
}

.hover\:text-secondary-900\/90:hover {
  color: rgb(10 21 26 / 0.9);
}

.hover\:text-secondary-900\/95:hover {
  color: rgb(10 21 26 / 0.95);
}

.hover\:text-secondary-950:hover {
  --tw-text-opacity: 1;
  color: rgb(5 13 14 / var(--tw-text-opacity, 1));
}

.hover\:text-secondary-950\/0:hover {
  color: rgb(5 13 14 / 0);
}

.hover\:text-secondary-950\/10:hover {
  color: rgb(5 13 14 / 0.1);
}

.hover\:text-secondary-950\/100:hover {
  color: rgb(5 13 14 / 1);
}

.hover\:text-secondary-950\/15:hover {
  color: rgb(5 13 14 / 0.15);
}

.hover\:text-secondary-950\/20:hover {
  color: rgb(5 13 14 / 0.2);
}

.hover\:text-secondary-950\/25:hover {
  color: rgb(5 13 14 / 0.25);
}

.hover\:text-secondary-950\/30:hover {
  color: rgb(5 13 14 / 0.3);
}

.hover\:text-secondary-950\/35:hover {
  color: rgb(5 13 14 / 0.35);
}

.hover\:text-secondary-950\/40:hover {
  color: rgb(5 13 14 / 0.4);
}

.hover\:text-secondary-950\/45:hover {
  color: rgb(5 13 14 / 0.45);
}

.hover\:text-secondary-950\/5:hover {
  color: rgb(5 13 14 / 0.05);
}

.hover\:text-secondary-950\/50:hover {
  color: rgb(5 13 14 / 0.5);
}

.hover\:text-secondary-950\/55:hover {
  color: rgb(5 13 14 / 0.55);
}

.hover\:text-secondary-950\/60:hover {
  color: rgb(5 13 14 / 0.6);
}

.hover\:text-secondary-950\/65:hover {
  color: rgb(5 13 14 / 0.65);
}

.hover\:text-secondary-950\/70:hover {
  color: rgb(5 13 14 / 0.7);
}

.hover\:text-secondary-950\/75:hover {
  color: rgb(5 13 14 / 0.75);
}

.hover\:text-secondary-950\/80:hover {
  color: rgb(5 13 14 / 0.8);
}

.hover\:text-secondary-950\/85:hover {
  color: rgb(5 13 14 / 0.85);
}

.hover\:text-secondary-950\/90:hover {
  color: rgb(5 13 14 / 0.9);
}

.hover\:text-secondary-950\/95:hover {
  color: rgb(5 13 14 / 0.95);
}

.hover\:underline:hover {
  text-decoration-line: underline;
}

.hover\:opacity-90:hover {
  opacity: 0.9;
}

.focus\:border-0:focus {
  border-width: 0px;
}

.focus\:border-primary-600:focus {
  --tw-border-opacity: 1;
  border-color: rgb(151 46 0 / var(--tw-border-opacity, 1));
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring-0:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-1:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-4:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:\!ring-primary-300:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(238 139 114 / var(--tw-ring-opacity, 1)) !important;
}

.focus\:ring-blue-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(164 202 254 / var(--tw-ring-opacity, 1));
}

.focus\:ring-gray-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(229 231 235 / var(--tw-ring-opacity, 1));
}

.focus\:ring-primary-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(171 51 0 / var(--tw-ring-opacity, 1));
}

.focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px;
}

.focus-visible\:ring-2:focus-visible {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-visible\:ring-inset:focus-visible {
  --tw-ring-inset: inset;
}

.focus-visible\:ring-white:focus-visible {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:translate-x-1 {
  --tw-translate-x: 0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:rotate-\[130deg\] {
  --tw-rotate: 130deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:bg-\[\#ACC6C4\]\/50 {
  background-color: rgb(172 198 196 / 0.5);
}

.group:hover .group-hover\:ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

@media not all and (min-width: 1024px) {
  .max-lg\:inset-0 {
    inset: 0px;
  }

  .max-lg\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .max-lg\:flex {
    display: flex;
  }

  .max-lg\:h-\[14rem\] {
    height: 14rem;
  }

  .max-lg\:min-h-0 {
    min-height: 0px;
  }

  .max-lg\:items-end {
    align-items: flex-end;
  }

  .max-lg\:p-3 {
    padding: 0.75rem;
  }

  .max-lg\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .max-lg\:text-\[clamp\(1\.625rem\2c 4\.2cqw\2c 2\.75rem\)\] {
    font-size: clamp(1.625rem,4.2cqw,2.75rem);
  }
}

@media not all and (min-width: 640px) {
  .max-sm\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .max-sm\:overflow-visible {
    overflow: visible;
  }

  .max-sm\:whitespace-normal {
    white-space: normal;
  }
}

@media (max-width: 424px) {
  @media not all and (min-width: 1024px) {
    .max-\[424px\]\:max-lg\:-ml-6 {
      margin-left: -1.5rem;
    }

    .max-\[424px\]\:max-lg\:flex-col {
      flex-direction: column;
    }

    .max-\[424px\]\:max-lg\:gap-2 {
      gap: 0.5rem;
    }

    .max-\[424px\]\:max-lg\:leading-snug {
      line-height: 1.375;
    }

    .max-\[424px\]\:max-lg\:max-w-\[min\(100\%\2c 20rem\)\] {
      max-width: min(100%,20rem);
    }

    .max-\[424px\]\:max-lg\:mb-2 {
      margin-bottom: 0.5rem;
    }

    .max-\[424px\]\:max-lg\:mx-3 {
      margin-left: 0.75rem;
      margin-right: 0.75rem;
    }

    .max-\[424px\]\:max-lg\:overflow-visible {
      overflow: visible;
    }

    .max-\[424px\]\:max-lg\:pb-5 {
      padding-bottom: 1.25rem;
    }

    .max-\[424px\]\:max-lg\:pl-6 {
      padding-left: 1.5rem;
    }

    .max-\[424px\]\:max-lg\:pr-3 {
      padding-right: 0.75rem;
    }

    .max-\[424px\]\:max-lg\:py-\[0\.35rem\] {
      padding-top: 0.35rem;
      padding-bottom: 0.35rem;
    }

    .max-\[424px\]\:max-lg\:size-10 {
      width: 2.5rem;
      height: 2.5rem;
    }

    .max-\[424px\]\:max-lg\:size-12 {
      width: 3rem;
      height: 3rem;
    }

    .max-\[424px\]\:max-lg\:text-\[13px\] {
      font-size: 13px;
    }

    .max-\[424px\]\:max-lg\:text-\[clamp\(1\.25rem\2c 4cqw\2c 2\.75rem\)\] {
      font-size: clamp(1.25rem,4cqw,2.75rem);
    }

    .max-\[424px\]\:max-lg\:w-full {
      width: 100%;
    }

    .max-\[424px\]\:max-lg\:whitespace-normal {
      white-space: normal;
    }
  }
}

@media (min-width: 640px) {
  .sm\:absolute {
    position: absolute;
  }

  .sm\:-right-2 {
    right: -0.5rem;
  }

  .sm\:-top-4 {
    top: -1rem;
  }

  .sm\:bottom-0 {
    bottom: 0px;
  }

  .sm\:bottom-\[-22rem\] {
    bottom: -22rem;
  }

  .sm\:left-1\/2 {
    left: 50%;
  }

  .sm\:left-\[-8rem\] {
    left: -8rem;
  }

  .sm\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .sm\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .sm\:mb-0 {
    margin-bottom: 0px;
  }

  .sm\:mb-12 {
    margin-bottom: 3rem;
  }

  .sm\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .sm\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .sm\:ml-3 {
    margin-left: 0.75rem;
  }

  .sm\:h-56 {
    height: 14rem;
  }

  .sm\:h-80 {
    height: 20rem;
  }

  .sm\:h-\[18rem\] {
    height: 18rem;
  }

  .sm\:h-\[22rem\] {
    height: 22rem;
  }

  .sm\:h-\[25px\] {
    height: 25px;
  }

  .sm\:h-\[275px\] {
    height: 275px;
  }

  .sm\:h-\[280px\] {
    height: 280px;
  }

  .sm\:h-\[35\.55rem\] {
    height: 35.55rem;
  }

  .sm\:h-\[350px\] {
    height: 350px;
  }

  .sm\:h-\[380px\] {
    height: 380px;
  }

  .sm\:h-\[40px\] {
    height: 40px;
  }

  .sm\:h-\[62rem\] {
    height: 62rem;
  }

  .sm\:h-auto {
    height: auto;
  }

  .sm\:max-h-\[20rem\] {
    max-height: 20rem;
  }

  .sm\:max-h-\[88vh\] {
    max-height: 88vh;
  }

  .sm\:min-h-\[180px\] {
    min-height: 180px;
  }

  .sm\:min-h-\[275px\] {
    min-height: 275px;
  }

  .sm\:min-h-\[325px\] {
    min-height: 325px;
  }

  .sm\:w-24 {
    width: 6rem;
  }

  .sm\:w-\[120px\] {
    width: 120px;
  }

  .sm\:w-\[25px\] {
    width: 25px;
  }

  .sm\:w-\[62rem\] {
    width: 62rem;
  }

  .sm\:w-\[min\(73rem\2c calc\(100\%-2rem\)\)\] {
    width: min(73rem,calc(100% - 2rem));
  }

  .sm\:w-auto {
    width: auto;
  }

  .sm\:max-w-\[32\.5rem\] {
    max-width: 32.5rem;
  }

  .sm\:-translate-x-1\/2 {
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .sm\:translate-y-\[75\%\] {
    --tw-translate-y: 75%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:grid-cols-\[1\.85fr_3\.15fr\] {
    grid-template-columns: 1.85fr 3.15fr;
  }

  .sm\:grid-cols-\[260px_227px\] {
    grid-template-columns: 260px 227px;
  }

  .sm\:grid-cols-\[3\.15fr_1\.85fr\] {
    grid-template-columns: 3.15fr 1.85fr;
  }

  .sm\:grid-cols-\[3fr_5fr\] {
    grid-template-columns: 3fr 5fr;
  }

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:items-center {
    align-items: center;
  }

  .sm\:items-stretch {
    align-items: stretch;
  }

  .sm\:gap-3 {
    gap: 0.75rem;
  }

  .sm\:gap-4 {
    gap: 1rem;
  }

  .sm\:gap-5 {
    gap: 1.25rem;
  }

  .sm\:gap-8 {
    gap: 2rem;
  }

  .sm\:gap-x-12 {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .sm\:overflow-hidden {
    overflow: hidden;
  }

  .sm\:whitespace-nowrap {
    white-space: nowrap;
  }

  .sm\:p-4 {
    padding: 1rem;
  }

  .sm\:p-6 {
    padding: 1.5rem;
  }

  .sm\:p-8 {
    padding: 2rem;
  }

  .sm\:p-\[1rem\] {
    padding: 1rem;
  }

  .sm\:p-\[2rem\] {
    padding: 2rem;
  }

  .sm\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .sm\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .sm\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .sm\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .sm\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .sm\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .sm\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .sm\:pt-6 {
    padding-top: 1.5rem;
  }

  .sm\:pt-\[1rem\] {
    padding-top: 1rem;
  }

  .sm\:pt-\[22\.3rem\] {
    padding-top: 22.3rem;
  }

  .sm\:pt-\[23rem\] {
    padding-top: 23rem;
  }

  .sm\:pt-\[2rem\] {
    padding-top: 2rem;
  }

  .sm\:pt-\[4rem\] {
    padding-top: 4rem;
  }

  .sm\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .sm\:text-3xl {
    font-size: 28px;
  }

  .sm\:text-4xl {
    font-size: 35px;
  }

  .sm\:text-\[12px\] {
    font-size: 12px;
  }

  .sm\:text-\[13px\] {
    font-size: 13px;
  }

  .sm\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  @media not all and (min-width: 1024px) {
    .sm\:max-lg\:mx-6 {
      margin-left: 1.5rem;
      margin-right: 1.5rem;
    }

    .sm\:max-lg\:pb-10 {
      padding-bottom: 2.5rem;
    }
  }
}

@media (min-width: 768px) {
  .md\:sticky {
    position: sticky;
  }

  .md\:-bottom-52 {
    bottom: -13rem;
  }

  .md\:-left-52 {
    left: -13rem;
  }

  .md\:bottom-\[-28rem\] {
    bottom: -28rem;
  }

  .md\:bottom-\[-36rem\] {
    bottom: -36rem;
  }

  .md\:left-\[-5\.5rem\] {
    left: -5.5rem;
  }

  .md\:top-24 {
    top: 6rem;
  }

  .md\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .md\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .md\:block {
    display: block;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-64 {
    height: 16rem;
  }

  .md\:h-96 {
    height: 24rem;
  }

  .md\:h-\[20rem\] {
    height: 20rem;
  }

  .md\:h-\[24rem\] {
    height: 24rem;
  }

  .md\:h-\[36\.5rem\] {
    height: 36.5rem;
  }

  .md\:h-\[378px\] {
    height: 378px;
  }

  .md\:h-\[450px\] {
    height: 450px;
  }

  .md\:h-\[50px\] {
    height: 50px;
  }

  .md\:h-auto {
    height: auto;
  }

  .md\:max-h-\[508px\] {
    max-height: 508px;
  }

  .md\:max-h-\[88vh\] {
    max-height: 88vh;
  }

  .md\:min-h-\[436px\] {
    min-height: 436px;
  }

  .md\:w-\[150px\] {
    width: 150px;
  }

  .md\:w-\[52rem\] {
    width: 52rem;
  }

  .md\:w-\[58rem\] {
    width: 58rem;
  }

  .md\:max-w-\[239px\] {
    max-width: 239px;
  }

  .md\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .md\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .md\:grid-cols-\[5fr_3fr\] {
    grid-template-columns: 5fr 3fr;
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:items-center {
    align-items: center;
  }

  .md\:justify-end {
    justify-content: flex-end;
  }

  .md\:justify-between {
    justify-content: space-between;
  }

  .md\:gap-4 {
    gap: 1rem;
  }

  .md\:gap-6 {
    gap: 1.5rem;
  }

  .md\:gap-x-10 {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .md\:p-8 {
    padding: 2rem;
  }

  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:pb-12 {
    padding-bottom: 3rem;
  }

  .md\:pt-10 {
    padding-top: 2.5rem;
  }

  .md\:pt-\[21rem\] {
    padding-top: 21rem;
  }

  .md\:pt-\[22rem\] {
    padding-top: 22rem;
  }

  .md\:text-4xl {
    font-size: 35px;
  }

  .md\:text-\[13px\] {
    font-size: 13px;
  }

  @media not all and (min-width: 1024px) {
    .md\:max-lg\:h-\[15rem\] {
      height: 15rem;
    }
  }
}

@media (min-width: 1024px) {
  .lg\:inset-auto {
    inset: auto;
  }

  .lg\:bottom-\[-28rem\] {
    bottom: -28rem;
  }

  .lg\:left-\[-5\.6rem\] {
    left: -5.6rem;
  }

  .lg\:left-\[clamp\(1rem\2c 12\.68\%\2c 8\.625rem\)\] {
    left: clamp(1rem,12.68%,8.625rem);
  }

  .lg\:right-\[10rem\] {
    right: 10rem;
  }

  .lg\:top-\[calc\(363\*100\%\/772\)\] {
    top: calc(363 * 100% / 772);
  }

  .lg\:order-none {
    order: 0;
  }

  .lg\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .lg\:col-start-1 {
    grid-column-start: 1;
  }

  .lg\:col-start-2 {
    grid-column-start: 2;
  }

  .lg\:row-span-2 {
    grid-row: span 2 / span 2;
  }

  .lg\:row-start-1 {
    grid-row-start: 1;
  }

  .lg\:row-start-2 {
    grid-row-start: 2;
  }

  .lg\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .lg\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .lg\:-mt-0 {
    margin-top: -0px;
  }

  .lg\:mb-0 {
    margin-bottom: 0px;
  }

  .lg\:mt-0 {
    margin-top: 0px;
  }

  .lg\:mt-4 {
    margin-top: 1rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:aspect-\[1088\/772\] {
    aspect-ratio: 1088/772;
  }

  .lg\:h-20 {
    height: 5rem;
  }

  .lg\:h-64 {
    height: 16rem;
  }

  .lg\:h-\[12rem\] {
    height: 12rem;
  }

  .lg\:h-\[436px\] {
    height: 436px;
  }

  .lg\:h-\[60px\] {
    height: 60px;
  }

  .lg\:h-\[80\.35rem\] {
    height: 80.35rem;
  }

  .lg\:h-auto {
    height: auto;
  }

  .lg\:h-full {
    height: 100%;
  }

  .lg\:max-h-\[88vh\] {
    max-height: 88vh;
  }

  .lg\:min-h-0 {
    min-height: 0px;
  }

  .lg\:min-h-\[226px\] {
    min-height: 226px;
  }

  .lg\:min-h-\[275px\] {
    min-height: 275px;
  }

  .lg\:min-h-\[336px\] {
    min-height: 336px;
  }

  .lg\:min-h-\[400px\] {
    min-height: 400px;
  }

  .lg\:min-h-full {
    min-height: 100%;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-20 {
    width: 5rem;
  }

  .lg\:w-3\/4 {
    width: 75%;
  }

  .lg\:w-32 {
    width: 8rem;
  }

  .lg\:w-48 {
    width: 12rem;
  }

  .lg\:w-\[180px\] {
    width: 180px;
  }

  .lg\:w-\[500px\] {
    width: 500px;
  }

  .lg\:w-\[80\.35rem\] {
    width: 80.35rem;
  }

  .lg\:w-\[80rem\] {
    width: 80rem;
  }

  .lg\:w-full {
    width: 100%;
  }

  .lg\:max-w-\[min\(30rem\2c 44\.118cqw\)\] {
    max-width: min(30rem,44.118cqw);
  }

  .lg\:flex-1 {
    flex: 1 1 0%;
  }

  .lg\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .lg\:grid-cols-\[auto_auto_1fr\] {
    grid-template-columns: auto auto 1fr;
  }

  .lg\:grid-cols-\[minmax\(0\2c min\(536px\2c 100\%\)\)_minmax\(0\2c 1fr\)\] {
    grid-template-columns: minmax(0,min(536px,100%)) minmax(0,1fr);
  }

  .lg\:grid-rows-\[auto_1fr\] {
    grid-template-rows: auto 1fr;
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:flex-col {
    flex-direction: column;
  }

  .lg\:items-start {
    align-items: flex-start;
  }

  .lg\:justify-center {
    justify-content: center;
  }

  .lg\:gap-1 {
    gap: 0.25rem;
  }

  .lg\:gap-16 {
    gap: 4rem;
  }

  .lg\:gap-3 {
    gap: 0.75rem;
  }

  .lg\:gap-\[clamp\(0\.75rem\2c 1\.930cqw\2c 1\.3125rem\)\] {
    gap: clamp(0.75rem,1.930cqw,1.3125rem);
  }

  .lg\:gap-x-10 {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .lg\:gap-x-20 {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .lg\:gap-x-4 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .lg\:gap-x-5 {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .lg\:gap-y-4 {
    row-gap: 1rem;
  }

  .lg\:self-center {
    align-self: center;
  }

  .lg\:self-stretch {
    align-self: stretch;
  }

  .lg\:border-0 {
    border-width: 0px;
  }

  .lg\:object-\[52\%_32\%\] {
    -o-object-position: 52% 32%;
       object-position: 52% 32%;
  }

  .lg\:p-0 {
    padding: 0px;
  }

  .lg\:p-4 {
    padding: 1rem;
  }

  .lg\:p-8 {
    padding: 2rem;
  }

  .lg\:p-\[2rem\] {
    padding: 2rem;
  }

  .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:px-\[4rem\] {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:px-\[7rem\] {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .lg\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .lg\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .lg\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .lg\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .lg\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .lg\:pb-0 {
    padding-bottom: 0px;
  }

  .lg\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .lg\:pb-20 {
    padding-bottom: 5rem;
  }

  .lg\:pl-6 {
    padding-left: 1.5rem;
  }

  .lg\:pt-1 {
    padding-top: 0.25rem;
  }

  .lg\:pt-10 {
    padding-top: 2.5rem;
  }

  .lg\:pt-8 {
    padding-top: 2rem;
  }

  .lg\:pt-\[17\.3rem\] {
    padding-top: 17.3rem;
  }

  .lg\:pt-\[18rem\] {
    padding-top: 18rem;
  }

  .lg\:pt-\[4rem\] {
    padding-top: 4rem;
  }

  .lg\:pt-\[5\.5rem\] {
    padding-top: 5.5rem;
  }

  .lg\:text-\[11px\] {
    font-size: 11px;
  }

  .lg\:text-\[clamp\(2rem\2c 5\.2375cqw\2c 3\.5625rem\)\] {
    font-size: clamp(2rem,5.2375cqw,3.5625rem);
  }

  .lg\:leading-\[17px\] {
    line-height: 17px;
  }

  .lg\:hover\:bg-transparent:hover {
    background-color: transparent;
  }

  .lg\:hover\:text-primary-700:hover {
    --tw-text-opacity: 1;
    color: rgb(123 37 0 / var(--tw-text-opacity, 1));
  }

  @media not all and (min-width: 1280px) {
    .lg\:max-xl\:left-\[clamp\(1rem\2c 8\%\2c 5rem\)\] {
      left: clamp(1rem,8%,5rem);
    }

    .lg\:max-xl\:top-\[calc\(382\*100\%\/772\)\] {
      top: calc(382 * 100% / 772);
    }
  }
}

@media (min-width: 1229px) {
  .min-\[1229px\]\:text-\[11px\] {
    font-size: 11px;
  }

  .min-\[1229px\]\:text-\[12px\] {
    font-size: 12px;
  }

  .min-\[1229px\]\:leading-\[18px\] {
    line-height: 18px;
  }
}

@media (min-width: 1280px) {
  .xl\:h-\[14rem\] {
    height: 14rem;
  }

  .xl\:w-64 {
    width: 16rem;
  }

  .xl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .xl\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .xl\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .xl\:gap-1\.5 {
    gap: 0.375rem;
  }

  .xl\:gap-5 {
    gap: 1.25rem;
  }

  .xl\:gap-x-6 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .xl\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xl\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .xl\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xl\:px-\[10rem\] {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .xl\:px-\[4rem\] {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xl\:px-\[5rem\] {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .xl\:px-\[7rem\] {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .xl\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .xl\:pl-12 {
    padding-left: 3rem;
  }

  .xl\:pt-\[16\.3rem\] {
    padding-top: 16.3rem;
  }

  .xl\:pt-\[17rem\] {
    padding-top: 17rem;
  }

  .xl\:text-\[12px\] {
    font-size: 12px;
  }

  .xl\:text-\[13px\] {
    font-size: 13px;
  }

  .xl\:leading-snug {
    line-height: 1.375;
  }
}

@media (min-width: 1500px) {
  .min-\[1500px\]\:text-\[14px\] {
    font-size: 14px;
  }

  .min-\[1500px\]\:text-\[16px\] {
    font-size: 16px;
  }

  .min-\[1500px\]\:leading-\[22px\] {
    line-height: 22px;
  }
}

@media (min-width: 1536px) {
  .\32xl\:ml-2 {
    margin-left: 0.5rem;
  }

  .\32xl\:h-\[16\.5rem\] {
    height: 16.5rem;
  }

  .\32xl\:w-72 {
    width: 18rem;
  }

  .\32xl\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .\32xl\:gap-2 {
    gap: 0.5rem;
  }

  .\32xl\:gap-x-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .\32xl\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .\32xl\:px-\[12rem\] {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .\32xl\:px-\[13rem\] {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .\32xl\:px-\[8rem\] {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .\32xl\:px-\[9rem\] {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .\32xl\:py-3\.5 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .\32xl\:pl-16 {
    padding-left: 4rem;
  }
}

@media (min-width: 1920px) {
  .\33xl\:top-\[calc\(418\*100\%\/772\)\] {
    top: calc(418 * 100% / 772);
  }

  .\33xl\:aspect-auto {
    aspect-ratio: auto;
  }

  .\33xl\:h-\[110px\] {
    height: 110px;
  }

  .\33xl\:h-\[293px\] {
    height: 293px;
  }

  .\33xl\:h-\[772px\] {
    height: 772px;
  }

  .\33xl\:max-h-\[110px\] {
    max-height: 110px;
  }

  .\33xl\:max-h-\[293px\] {
    max-height: 293px;
  }

  .\33xl\:max-h-\[88vh\] {
    max-height: 88vh;
  }

  .\33xl\:min-h-0 {
    min-height: 0px;
  }

  .\33xl\:max-w-screen-1600px {
    max-width: 1600px;
  }

  .\33xl\:flex-none {
    flex: none;
  }

  .\33xl\:shrink-0 {
    flex-shrink: 0;
  }

  .\33xl\:px-\[10rem\] {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .\33xl\:px-\[14rem\] {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .\33xl\:px-\[15rem\] {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .\33xl\:px-\[17rem\] {
    padding-left: 17rem;
    padding-right: 17rem;
  }

  .\33xl\:px-\[18rem\] {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .\33xl\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .\33xl\:pb-\[2\.5rem\] {
    padding-bottom: 2.5rem;
  }

  .\33xl\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

.rtl\:rotate-180:where([dir="rtl"], [dir="rtl"] *) {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rtl\:space-x-reverse:where([dir="rtl"], [dir="rtl"] *) > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 1;
}

@media (prefers-color-scheme: dark) {
  .dark\:border-blue-500 {
    --tw-border-opacity: 1;
    border-color: rgb(63 131 248 / var(--tw-border-opacity, 1));
  }

  .dark\:border-gray-600 {
    --tw-border-opacity: 1;
    border-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
  }

  .dark\:border-gray-700 {
    --tw-border-opacity: 1;
    border-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
  }

  .dark\:border-transparent {
    border-color: transparent;
  }

  .dark\:\!bg-gray-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1)) !important;
  }

  .dark\:\!bg-primary-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(151 46 0 / var(--tw-bg-opacity, 1)) !important;
  }

  .dark\:\!bg-primary-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(123 37 0 / var(--tw-bg-opacity, 1)) !important;
  }

  .dark\:bg-blue-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(28 100 242 / var(--tw-bg-opacity, 1));
  }

  .dark\:bg-gray-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
  }

  .dark\:bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
  }

  .dark\:bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
  }

  .dark\:bg-gray-800\/50 {
    background-color: rgb(31 41 55 / 0.5);
  }

  .dark\:bg-gray-900\/80 {
    background-color: rgb(17 24 39 / 0.8);
  }

  .dark\:text-blue-500 {
    --tw-text-opacity: 1;
    color: rgb(63 131 248 / var(--tw-text-opacity, 1));
  }

  .dark\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity, 1));
  }

  .dark\:text-gray-500 {
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity, 1));
  }

  .dark\:text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }

  .dark\:hover\:\!bg-primary-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(123 37 0 / var(--tw-bg-opacity, 1)) !important;
  }

  .dark\:hover\:bg-blue-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(26 86 219 / var(--tw-bg-opacity, 1));
  }

  .dark\:hover\:bg-gray-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
  }

  .dark\:hover\:bg-gray-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
  }

  .dark\:hover\:text-blue-500:hover {
    --tw-text-opacity: 1;
    color: rgb(63 131 248 / var(--tw-text-opacity, 1));
  }

  .dark\:hover\:text-gray-300:hover {
    --tw-text-opacity: 1;
    color: rgb(209 213 219 / var(--tw-text-opacity, 1));
  }

  .dark\:hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
}

.\[\&_\*\]\:\!text-\[12px\] * {
  font-size: 12px !important;
}

.\[\&_a\]\:font-sans a {
  font-family: Montserrat, ui-sans-serif, system-ui, sans-serif;
}

.\[\&_a\]\:\!text-\[12px\] a {
  font-size: 12px !important;
}

.\[\&_a\]\:text-\[12px\] a {
  font-size: 12px;
}

.\[\&_a\]\:leading-\[1\.5\] a {
  line-height: 1.5;
}

.\[\&_a\]\:text-white a {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.\[\&_a\]\:no-underline a {
  text-decoration-line: none;
}

.\[\&_h2\]\:font-heading h2 {
  font-family: Kalnia, ui-serif, serif;
}

.\[\&_h2\]\:text-lg h2 {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

@media (min-width: 640px) {
  .\[\&_h2\]\:sm\:text-xl h2 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.\[\&_h3\]\:text-base h3 {
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 640px) {
  .\[\&_h3\]\:sm\:text-lg h3 {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.\[\&_li\]\:break-words li {
  overflow-wrap: break-word;
}

.\[\&_li\]\:\!text-\[12px\] li {
  font-size: 12px !important;
}

.\[\&_ol\]\:my-2 ol {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.\[\&_p\:first-child\]\:mt-0 p:first-child {
  margin-top: 0px;
}

.\[\&_p\:last-child\]\:mb-0 p:last-child {
  margin-bottom: 0px;
}

.\[\&_p\]\:my-0\.5 p {
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
}

.\[\&_p\]\:my-2 p {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.\[\&_p\]\:mb-2 p {
  margin-bottom: 0.5rem;
}

.\[\&_p\]\:break-words p {
  overflow-wrap: break-word;
}

.\[\&_p\]\:\!text-\[12px\] p {
  font-size: 12px !important;
}

.\[\&_span\]\:\!text-\[12px\] span {
  font-size: 12px !important;
}

.\[\&_strong\]\:\!text-\[12px\] strong {
  font-size: 12px !important;
}

.\[\&_ul\]\:my-2 ul {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

