.tw-container {
  width: 100%
}

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

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

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

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

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

#tw-root .tw-absolute {
  position: absolute
}

#tw-root .tw-relative {
  position: relative
}

#tw-root .-tw-inset-1 {
  inset: -0.25rem
}

#tw-root .tw--inset-1 {
  inset: -0.25rem
}

#tw-root .tw-inset-0 {
  inset: 0px
}

#tw-root .-tw-top-1 {
  top: -0.25rem
}

#tw-root .tw--top-1 {
  top: -0.25rem
}

#tw-root .tw-m-0 {
  margin: 0px
}

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

#tw-root .tw-mx-auto {
  margin-left: auto;
  margin-right: auto
}

#tw-root .tw-my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem
}

#tw-root .tw-my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem
}

#tw-root .tw-my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem
}

#tw-root .tw-mb-1 {
  margin-bottom: 0.25rem
}

#tw-root .tw-mb-12 {
  margin-bottom: 3rem
}

#tw-root .tw-mb-2 {
  margin-bottom: 0.5rem
}

#tw-root .tw-mb-3 {
  margin-bottom: 0.75rem
}

#tw-root .tw-mb-4 {
  margin-bottom: 1rem
}

#tw-root .tw-mb-6 {
  margin-bottom: 1.5rem
}

#tw-root .tw-mr-1\.5 {
  margin-right: 0.375rem
}

#tw-root .tw-mr-2 {
  margin-right: 0.5rem
}

#tw-root .tw-mt-2 {
  margin-top: 0.5rem
}

#tw-root .tw-mt-6 {
  margin-top: 1.5rem
}

#tw-root .tw-inline-block {
  display: inline-block
}

#tw-root .tw-flex {
  display: flex
}

#tw-root .tw-inline-flex {
  display: inline-flex
}

#tw-root .tw-grid {
  display: grid
}

#tw-root .tw-h-full {
  height: 100%
}

#tw-root .tw-w-full {
  width: 100%
}

#tw-root .tw-max-w-6xl {
  max-width: 72rem
}

#tw-root .tw-max-w-\[200px\] {
  max-width: 200px
}

#tw-root .tw-max-w-\[400px\] {
  max-width: 400px
}

#tw-root .tw-max-w-\[600px\] {
  max-width: 600px
}

#tw-root .tw-flex-1 {
  flex: 1 1 0%
}

#tw-root .tw-flex-none {
  flex: none
}

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

#tw-root .tw-grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr))
}

#tw-root .tw-flex-col {
  flex-direction: column
}

#tw-root .tw-flex-wrap {
  flex-wrap: wrap
}

#tw-root .tw-items-start {
  align-items: flex-start
}

#tw-root .tw-items-center {
  align-items: center
}

#tw-root .tw-justify-center {
  justify-content: center
}

#tw-root .tw-justify-between {
  justify-content: space-between
}

#tw-root .tw-justify-items-center {
  justify-items: center
}

#tw-root .tw-gap-2 {
  gap: 0.5rem
}

#tw-root .tw-gap-3 {
  gap: 0.75rem
}

#tw-root .tw-gap-4 {
  gap: 1rem
}

#tw-root :is(.tw-space-y-reverse > :not([hidden]) ~ :not([hidden])) {
  --tw-space-y-reverse: 1
}

#tw-root :is(.tw-space-x-reverse > :not([hidden]) ~ :not([hidden])) {
  --tw-space-x-reverse: 1
}

#tw-root :is(.tw-divide-y-reverse > :not([hidden]) ~ :not([hidden])) {
  --tw-divide-y-reverse: 1
}

#tw-root :is(.tw-divide-x-reverse > :not([hidden]) ~ :not([hidden])) {
  --tw-divide-x-reverse: 1
}

#tw-root .tw-rounded {
  border-radius: 0.25rem
}

#tw-root .tw-rounded-lg {
  border-radius: 0.5rem
}

#tw-root .tw-rounded-xl {
  border-radius: 0.75rem
}

#tw-root .tw-rounded-bl-lg {
  border-bottom-left-radius: 0.5rem
}

#tw-root .tw-rounded-tr-2xl {
  border-top-right-radius: 1rem
}

#tw-root .tw-border {
  border-width: 1px
}

#tw-root .tw-border-slate-200 {
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity))
}

#tw-root .tw-border-slate-300 {
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity))
}

#tw-root .tw-bg-\[\#B4D234\] {
  --tw-bg-opacity: 1;
  background-color: rgb(180 210 52 / var(--tw-bg-opacity))
}

#tw-root .tw-bg-\[\#DCEAFC\] {
  --tw-bg-opacity: 1;
  background-color: rgb(220 234 252 / var(--tw-bg-opacity))
}

#tw-root .tw-bg-\[\#ECF3FB\] {
  --tw-bg-opacity: 1;
  background-color: rgb(236 243 251 / var(--tw-bg-opacity))
}

#tw-root .tw-bg-\[\#b4d234\] {
  --tw-bg-opacity: 1;
  background-color: rgb(180 210 52 / var(--tw-bg-opacity))
}

#tw-root .tw-bg-slate-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity))
}

#tw-root .tw-bg-slate-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity))
}

#tw-root .tw-bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity))
}

#tw-root .tw-object-cover {
  -o-object-fit: cover;
     object-fit: cover
}

#tw-root .tw-p-16 {
  padding: 4rem
}

#tw-root .tw-p-4 {
  padding: 1rem
}

#tw-root .tw-p-6 {
  padding: 1.5rem
}

#tw-root .tw-p-14 {
  padding: 3.5rem
}

#tw-root .tw-px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem
}

#tw-root .tw-px-4 {
  padding-left: 1rem;
  padding-right: 1rem
}

#tw-root .tw-px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem
}

#tw-root .tw-py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem
}

#tw-root .tw-py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem
}

#tw-root .tw-py-\[2px\] {
  padding-top: 2px;
  padding-bottom: 2px
}

#tw-root .tw-pb-6 {
  padding-bottom: 1.5rem
}

#tw-root .tw-pt-6 {
  padding-top: 1.5rem
}

#tw-root .tw-pt-\[100\%\] {
  padding-top: 100%
}

#tw-root .tw-text-center {
  text-align: center
}

#tw-root .tw-text-right {
  text-align: right
}

#tw-root .tw-text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem
}

#tw-root .tw-text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem
}

#tw-root .tw-text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem
}

#tw-root .tw-text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem
}

#tw-root .tw-text-xs {
  font-size: 0.75rem;
  line-height: 1rem
}

#tw-root .tw-font-bold {
  font-weight: 700
}

#tw-root .tw-font-medium {
  font-weight: 500
}

#tw-root .tw-font-semibold {
  font-weight: 600
}

#tw-root .tw-ordinal {
  --tw-ordinal: ordinal;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)
}

#tw-root .tw-slashed-zero {
  --tw-slashed-zero: slashed-zero;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)
}

#tw-root .tw-text-\[\#003C83\] {
  --tw-text-opacity: 1;
  color: rgb(0 60 131 / var(--tw-text-opacity))
}

#tw-root .tw-text-\[\#78AAE7\] {
  --tw-text-opacity: 1;
  color: rgb(120 170 231 / var(--tw-text-opacity))
}

#tw-root .tw-text-slate-500 {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity))
}

#tw-root .tw-text-slate-600 {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity))
}

#tw-root .tw-text-slate-700 {
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity))
}

#tw-root .tw-text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity))
}

#tw-root .tw-ring-inset {
  --tw-ring-inset: inset
}

#tw-root .tw-transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms
}

#tw-root .tw-contain-size {
  --tw-contain-size: size;
  contain: var(--tw-contain-size) var(--tw-contain-layout) var(--tw-contain-paint) var(--tw-contain-style)
}

#tw-root .tw-contain-layout {
  --tw-contain-layout: layout;
  contain: var(--tw-contain-size) var(--tw-contain-layout) var(--tw-contain-paint) var(--tw-contain-style)
}

#tw-root .tw-contain-paint {
  --tw-contain-paint: paint;
  contain: var(--tw-contain-size) var(--tw-contain-layout) var(--tw-contain-paint) var(--tw-contain-style)
}

#tw-root .tw-contain-style {
  --tw-contain-style: style;
  contain: var(--tw-contain-size) var(--tw-contain-layout) var(--tw-contain-paint) var(--tw-contain-style)
}

/* omit @tailwind base since we disabled preflight */

.product-breadcrumb a {
  text-decoration-line: none
}

#tw-root .hover\:tw-border-slate-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(148 163 184 / var(--tw-border-opacity))
}

#tw-root .hover\:tw-bg-slate-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity))
}

#tw-root .disabled\:tw-cursor-not-allowed:disabled {
  cursor: not-allowed
}

#tw-root .disabled\:tw-opacity-50:disabled {
  opacity: 0.5
}

@media (min-width: 640px) {
  #tw-root .sm\:tw-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }

  #tw-root .sm\:tw-grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr))
  }
}

@media (min-width: 768px) {
  #tw-root .md\:tw-grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr))
  }
}

@media (min-width: 1024px) {
  #tw-root .lg\:tw-grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr))
  }
}

@media (prefers-color-scheme: dark) {
  @media (min-width: 1024px) {
    #tw-root .dark\:lg\:hover\:\[paint-order\:markers\]:hover {
      paint-order: markers
    }
  }
} 
